.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #F0F0F0;
  left: 0;
  top: 0;
  will-change: auto;
}

.preloader.active {
  pointer-events: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --container-width: 1230px;
  --container-gap: 16rem;
  --row-cols: 12;
  --row-gap-x: 16rem;
  --row-gap-y: 32rem;
  --body-ff: 'GeistMono', Arial, Helvetica, sans-serif;
  --body-fz: 16rem;
  --body-lh: 1.5;
  --body-fc: var(--black);
  --body-bg: var(--gray-10);
  --h-ff: 'HelveticaNowDisplay', Arial, Helvetica, sans-serif;
  --h-fw: 700;
  --h-lh: 0.85;
  --h-mb: 0 0 24rem 0;
  --h1-fz: 48rem;
  --h2-fz: 40rem;
  --h3-fz: 38rem;
  --h4-fz: 36rem;
  --h5-fz: 32rem;
  --h6-fz: 28rem;
  --p-mb: 0 0 25rem 0;
  --sec-p: 100rem;
  --sec-h-mb: 32rem;
  --sec-h-t-mb: 12rem;
  --white: #ffffff;
  --gray: rgba(23, 22, 22, 0.3);
  --gray-70: rgba(26, 33, 29, 0.7);
  --gray-10: #F2F2F2;
  --gray-05: rgba(0, 0, 0, 0.1);
  --black: rgba(23, 22, 22, 1);
}

.container {
  max-width: var(--container-width);
  padding-left: var(--container-gap);
  padding-right: var(--container-gap);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--row-gap-x) * -0.5);
  margin-left: calc(var(--row-gap-x) * -0.5);
  margin-top: calc(var(--row-gap-y) * -1);
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--row-gap-x) * 0.5);
  padding-left: calc(var(--row-gap-x) * 0.5);
  margin-top: var(--row-gap-y);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GeistMono/GeistMono-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GeistMono/GeistMono-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/GeistMono/GeistMono-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GeistMono/GeistMono-Bold.woff2") format("woff2");
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.reset-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.flex-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.flex-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

.flex-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.flex-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-one {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.no-wrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.w-100 {
  width: 100% !important;
}

.w-100-vw {
  width: 100vw !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-100-vw {
  max-width: 100vw !important;
}

.h-100 {
  height: 100% !important;
}

.h-100-vh {
  height: 100vh !important;
}

.h-100-svh {
  height: 100svh !important;
}

.h-100-lvh {
  height: 100lvh !important;
}

.h-100-dvh {
  height: 100dvh !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mh-100-vh {
  max-height: 100vh !important;
}

.mh-100-svh {
  max-height: 100svh !important;
}

.mh-100-lvh {
  max-height: 100lvh !important;
}

.mh-100-dvh {
  max-height: 100dvh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

html {
  font-size: 1px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--body-ff);
  font-size: var(--body-fz);
  line-height: var(--body-lh);
  color: var(--body-fc);
  background-color: var(--body-bg);
  text-transform: uppercase;
}

body.active-menu {
  padding-right: 4px;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--gray-05);
}

body::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

* {
  outline-offset: 3px;
  outline-color: var(--black);
}

*::-moz-selection {
  color: var(--white);
  background: var(--black);
}

*::selection {
  color: var(--white);
  background: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--h-ff);
  font-weight: var(--h-fw);
  line-height: var(--h-lh);
  margin: var(--h-mb);
  letter-spacing: -0.3px;
}

h1,
.h1 {
  font-size: var(--h1-fz);
}

h2,
.h2 {
  font-size: var(--h2-fz);
}

h3,
.h3 {
  font-size: var(--h3-fz);
}

h4,
.h4 {
  font-size: var(--h4-fz);
}

h5,
.h5 {
  font-size: var(--h5-fz);
}

h6,
.h6 {
  font-size: var(--h6-fz);
}

p {
  margin: var(--p-mb);
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.button {
  font-family: inherit;
  text-transform: uppercase;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 12rem;
  cursor: pointer;
  padding: 1rem 20rem;
  background-color: transparent;
  color: var(--black);
  font-weight: 500;
  letter-spacing: -0.4px;
  border: 1px solid var(--black);
  border-radius: 50rem;
  min-height: 48rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  position: relative;
  overflow: hidden;
}

.button:before {
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background-color: var(--black);
  -webkit-transition: height 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: height 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.button:hover {
  color: var(--white);
}

.button:hover:before {
  height: 100%;
}

.button:hover .button-dot {
  background-color: var(--white);
}

.button-dot {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: var(--black);
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
  -webkit-animation: cursor_blink 1s linear infinite alternate;
  animation: cursor_blink 1s linear infinite alternate;
}

@-webkit-keyframes cursor_blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cursor_blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.input-group {
  margin-bottom: 40rem;
}

.input-group.custom {
  margin-bottom: 24rem;
}

.input-label {
  display: block;
  margin-bottom: 5px;
}

.input-control {
  font-family: inherit;
  font-size: 24rem;
  text-transform: uppercase;
  color: var(--black);
  max-width: 100%;
  width: 100%;
  min-height: 46rem;
  padding: 0 0 16rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--black);
  outline: none;
	 -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
	background-color: transparent;
}

.input-control::-webkit-input-placeholder {
  color: var(--gray);
}

.input-control:-moz-placeholder {
  color: var(--gray);
}

.input-control::-moz-placeholder {
  color: var(--gray);
}

.input-control:-ms-input-placeholder {
  color: var(--gray);
}

.input-checkbox,
.input-radio {
  display: block;
  margin: 0;
  position: relative;
}

.input-checkbox input[type="checkbox"],
.input-checkbox input[type="radio"],
.input-radio input[type="checkbox"],
.input-radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 1;
  visibility: hidden;
}

.input-checkbox span,
.input-radio span {
  display: block;
  position: relative;
  padding-left: 30px;
}

.input-checkbox span:before,
.input-checkbox span:after,
.input-radio span:before,
.input-radio span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  cursor: pointer;
  -webkit-transition: top ease-in-out 0.2s, left ease-in-out 0.2s, opacity ease-in-out 0.2s, background-color ease-in-out 0.2s;
  transition: top ease-in-out 0.2s, left ease-in-out 0.2s, opacity ease-in-out 0.2s, background-color ease-in-out 0.2s;
}

.input-checkbox input[type="checkbox"]:checked + span:before {
  background-color: var(--s-black);
}

.input-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.input-checkbox span:before {
  border: 1px solid var(--s-black);
}

.input-checkbox span:after {
  left: 6px;
  top: 11px;
  background-color: var(--s-white);
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 var(--s-white), 4px 0 0 var(--s-white), 4px -2px 0 var(--s-white), 4px -4px 0 var(--s-white), 4px -6px 0 var(--s-white), 4px -8px 0 var(--s-white);
  box-shadow: 2px 0 0 var(--s-white), 4px 0 0 var(--s-white), 4px -2px 0 var(--s-white), 4px -4px 0 var(--s-white), 4px -6px 0 var(--s-white), 4px -8px 0 var(--s-white);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.input-radio input[type="radio"]:checked + span:before {
  background-color: var(--s-black);
}

.input-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}

.input-radio span:before,
.input-radio span:after {
  border-radius: 100%;
}

.input-radio span:after {
  width: 12px;
  height: 12px;
  left: 5px;
  top: 6px;
  background-color: var(--s-white);
}

.input-radio span:before {
  border: 1px solid var(--s-black);
}

.input-result {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}

select.input-control {
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.section {
  padding-top: var(--sec-p);
  padding-bottom: var(--sec-p);
}

.section.pt-half {
  padding-top: calc(var(--sec-p) * 1.5);
}

.section.pb-half {
  padding-bottom: calc(var(--sec-p) * 1.5);
}

.section-header {
  margin-bottom: var(--sec-h-mb);
}

.section-footer {
  margin-top: var(--sec-p);
  font-weight: 500;
}

.section-tag {
  margin-bottom: var(--sec-h-t-mb);
  line-height: 1.3;
}

.section-title {
  margin-bottom: 24rem;
}

.section-title:last-child {
  margin: 0;
}

.section-desc {
  max-width: 498rem;
  display: inline-block;
}

.section-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
  pointer-events: none;
}

.section-grid-col {
  width: 33.333%;
  border-left: 1px solid var(--gray-05);
  border-right: 1px solid var(--gray-05);
}

.section-grid-col:first-child {
  border-left: none;
}

.section-grid-col:last-child {
  border-right: none;
}

.modal {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: var(--container-gap);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 0.1s, visibility ease-in-out 0.1s;
  transition: opacity ease-in-out 0.1s, visibility ease-in-out 0.1s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  max-width: 500px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  margin: 0 auto;
}

.modal-content {
  background-color: var(--white);
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  pointer-events: initial;
}

.modal-close {
  cursor: pointer;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--gray);
  z-index: 2;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 0.1s, visibility ease-in-out 0.1s;
  transition: opacity ease-in-out 0.1s, visibility ease-in-out 0.1s;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--s-gray);
  opacity: 0.5;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.swiper-pagination-bullet-acitve {
  opacity: 1;
}

.logo {
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

.line-animation {
  display: inline-block;
  position: relative;
}

.line-animation:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  will-change: transform;
  -webkit-transition: background-color ease-in-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: background-color ease-in-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), background-color ease-in-out 0.3s;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), background-color ease-in-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a.active .line-animation:after,
a:hover .line-animation:after,
button.active .line-animation:after,
button:hover .line-animation:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.header {
  position: sticky;
  top: 0;
  padding: 16rem 0;
  border-bottom: 1px solid var(--gray-05);
  z-index: 9;
  background-color: var(--body-bg);
}

.header-toggle {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.header-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--black);
  position: absolute;
  -webkit-transition: opacity ease-in-out 0.2s, top ease-in-out 0.2s, bottom ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, top ease-in-out 0.2s, bottom ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s, top ease-in-out 0.2s, bottom ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s, top ease-in-out 0.2s, bottom ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.header-toggle span:nth-child(1) {
  top: 0;
}

.header-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-toggle span:nth-child(3) {
  bottom: 0;
}

.header-toggle.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.header-toggle.active span:nth-child(2) {
  opacity: 0;
}

.header-toggle.active span:nth-child(3) {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-logo:before,
.header-logo:after {
  display: inline-block;
}

.header-logo:before {
  content: "[";
}

.header-logo:after {
  content: "]";
}

.header-logo-inner {
  width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  -webkit-transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.header-logo-inner.step-1 {
  width: 0px;
}

.header-logo-inner.step-1.step-2 {
  width: 30px;
}

.header a {
  text-decoration: none;
}

.header,
.footer {
  letter-spacing: -0.4px;
}

body {
  min-height: 100vh;
}

body,
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  border-bottom: 1px solid var(--gray-05);
  min-height: 600rem;
  height: calc(100svh - 57px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32rem;
  padding-bottom: 32rem;
  padding-left: 16rem;
  padding-right: 16rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.hero-title {
  margin-bottom: 20rem;
}

.hero-content {
  max-width: 498rem;
  margin: 0 auto;
}

.hero-meta {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hero-meta.left {
  left: 16rem;
}

.hero-meta.right {
  right: 16rem;
}

.hero-decor {
  position: absolute;
  pointer-events: none;
  line-height: 0.85;
  font-size: 264px;
  font-weight: bold;
  font-family: var(--h-ff);
}

.hero-decor.top-left {
  left: 1rem;
  top: -7rem;
}

.hero-decor.bottom-left {
  left: 1rem;
  bottom: 2.5rem;
}

.hero-decor.bottom-right {
  bottom: 6.5rem;
  right: 3.5rem;
}

.hero-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.content__img {
  --img-width: 250px;
  --img-ratio: 1;
  --img-offset-x: 20px;
  --img-offset-y: 20px;
  width: var(--img-width);
  aspect-ratio: var(--img-ratio);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + var(--img-offset-x));
  height: calc(100% + var(--img-offset-y));
  background-size: cover;
  position: absolute;
  top: calc(-1* var(--img-offset-y) / 2);
  left: calc(-1* var(--img-offset-x) / 2);
  z-index: -1;
}

.arts {
  padding-top: calc(var(--sec-p) * 1.8);
}

.arts-box {
  text-decoration: none;
  display: block;
}

.arts-box:not(:last-child) {
  margin-bottom: 32rem;
}

.arts-box-img {
  margin-bottom: 12px;
}

.arts-box-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.arts-box-title {
  font-family: var(--body-ff);
  font-size: 16rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.arts-box-date {
  color: var(--gray);
}

.single {
  padding-top: 32rem;
}

.single .container {
  position: relative;
}

.single-return {
  position: absolute;
  left: 16rem;
  top: 0;
}

.single-art-img {
  margin-bottom: 24rem;
}

.single-art-img img {
  margin: 0 auto;
  max-width: 1070rem;
}

.single-art-name,
.single-art-date {
  font-size: 18rem;
}

.single-art-name {
  font-family: var(--body-ff);
  margin-bottom: 1rem;
  font-weight: normal;
}

.single-art-date {
  color: var(--gray);
}

.about {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 32rem;
  padding-bottom: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-title {
  font-family: var(--body-ff);
  font-size: 16rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: auto;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 22rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-text {
  margin-bottom: auto;
}

.about-author {
  max-width: 314rem;
  position: sticky;
  bottom: 16rem;
  margin-top: 60rem;
}

.about-author-header,
.about-author-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-author-img {
  margin: 14rem 0;
}

.about-author-l {
  font-family: var(--h-ff);
  font-size: 49rem;
  line-height: 0.85;
  font-weight: bold;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  right: 0;
  top: 0;
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
  will-change: auto;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.menu-panel {
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  width: 735rem;
  height: 100%;
  background-color: var(--white);
  padding: 32rem 24rem 0 24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  will-change: transform;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-panel::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.menu-panel::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--white);
}

.menu-panel::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

.menu-footer {
  margin-top: auto;
  padding-bottom: 24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu.active .menu-panel {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-close {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 40rem;
  height: 40rem;
  right: 20rem;
  top: 20rem;
  position: absolute;
  -webkit-transition: opacity ease-in-out 0.2s, -webkit-transform ease-out 0.4s;
  transition: opacity ease-in-out 0.2s, -webkit-transform ease-out 0.4s;
  transition: transform ease-out 0.4s, opacity ease-in-out 0.2s;
  transition: transform ease-out 0.4s, opacity ease-in-out 0.2s, -webkit-transform ease-out 0.4s;
}

.menu-close:hover {
  opacity: 0.8;
}

.menu-art-header {
  margin-bottom: 25rem;
  font-size: 18rem;
  line-height: 1.3;
}

.menu-art-title {
  margin-bottom: 1rem;
}

.menu-art-date {
  color: var(--gray);
}

.menu-art-img {
  max-width: 265rem;
  margin: 0 auto 60rem auto;
}

.menu-art-content {
  margin-bottom: 60rem;
}

.menu-art-content-item {
  padding: 16rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-art-content-item-link {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

.menu-art-content-item:not(:last-child) {
  border-bottom: 1px solid var(--gray-05);
}

.menu-art-content-item:first-child {
  padding-top: 0;
}

.menu-art-content-item-name {
  width: 50%;
  color: var(--gray-70);
}

.menu-art-content-item-val {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-art-content-item-val a {
  display: inline-block;
}

.menu-art-content-item-val a:not(:last-child) {
  margin-bottom: 9rem;
}

.footer {
  position: relative;
  padding: 16rem 0;
  border-top: 1px solid var(--gray-05);
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 991px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1440px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .header-nav {
    display: none;
    position: absolute;
    max-width: 960px;
    width: 100%;
    left: 50%;
    top: 100%;
    background-color: var(--s-gray);
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-meta {
    display: none;
  }

  .hero-decor {
    font-size: 128px;
  }

  .hero-decor.top-left {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
  }

  .hero-decor.bottom-right {
    bottom: 3rem;
  }

  .single-return {
    position: relative;
    left: 0;
    margin-bottom: 98rem;
    display: inline-block;
  }

  .single-art-img img {
    max-width: 100%;
  }

  .about-row {
    --row-gap-y: 80rem;
  }

  .about-title {
    margin-bottom: 24rem;
  }

  .about-content {
    padding-left: 0;
  }

  .about-author {
    margin: 0 auto 40rem auto;
    max-width: 202rem;
  }

  .about-author-l {
    font-size: 32rem;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --h1-fz: 40rem;
    --h2-fz: 34rem;
  }
}

@media (max-width: 991px) {
  .header-nav {
    max-width: 690px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    max-width: 530px;
  }

  .menu-panel {
    width: 100%;
  }

  .menu-art-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --h1-fz: 26rem;
    --h2-fz: 32rem;
  }
}

@media (max-width: 576px) {
  .input-group {
    margin-bottom: 32rem;
  }

  .input-group.custom {
    margin-bottom: 20rem;
  }

  .input-control {
    font-size: 18px;
    min-height: 34rem;
    padding: 0 0 12rem 0;
  }

  .header-nav {
    max-width: 100%;
    padding: 15px 0;
  }

  .hero-decor {
    font-size: 96px;
  }

  .single-art-name,
  .single-art-date {
    font-size: 16rem;
  }

  .about-author-name {
    font-size: 14rem;
  }
}