:root {
  --container-width: 100%;
  --container-gap: 20rem;
  --row-cols: 12;
  --row-gap-x: 20rem;
  --row-gap-y: 20rem;
  --body-ff: "Inter Tight", Arial, Helvetica, sans-serif;
  --body-fz: 18rem;
  --body-lh: 1.4;
  --body-fc: var(--black);
  --body-bg: var(--white);
  --h-ff: var(--body-fc);
  --h-fw: 500;
  --h-lh: 1;
  --h-mb: 0 0 30rem 0;
  --h1-fz: 86rem;
  --h2-fz: 64rem;
  --h3-fz: 48rem;
  --h4-fz: 40rem;
  --h5-fz: 36rem;
  --h6-fz: 32rem;
  --p-mb: 0 0 20rem 0;
  --sec-p: 50rem;
  --sec-h-mb: 48rem;
  --sec-h-t-mb: 15rem;
  --black: #000000;
  --white: #ffffff;
  --gray: #F5F5F5;
  --gray-dark: rgba(0, 0, 0, 0.15);
  --base-radius: 4rem;
}

@media screen and (max-width: 1440px) {
  :root {
    --body-fz: 16rem;
    --h1-fz: 64rem;
    --h2-fz: 48rem;
    --h3-fz: 32rem;
    --h4-fz: 26rem;
    --h5-fz: 24rem;
    --h6-fz: 22rem;
    --sec-h-mb: 32rem;
    --sec-p: 37rem;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --h1-fz: 62rem;
    --h2-fz: 52rem;
    --h3-fz: 36rem;
    --h4-fz: 32rem;
    --h5-fz: 28rem;
    --h6-fz: 26rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-gap: 16rem;
    --row-gap-y: 16rem;
    --h1-fz: 52rem;
    --h2-fz: 42rem;
    --h3-fz: 32rem;
    --h4-fz: 28rem;
    --h5-fz: 26rem;
    --h6-fz: 24rem;
    --body-fz: 14rem;
    --p-mb: 0 0 16rem 0;
    --sec-h-mb: 24rem;
    --sec-p: 25rem;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --h1-fz: 40rem;
    --h2-fz: 24rem;
    --h3-fz: 24rem;
    --h4-fz: 20rem;
    --h5-fz: 18rem;
    --h6-fz: 16rem;
  }
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--white);
  left: 0;
  top: 0;
  will-change: auto;
}
.preloader.active {
  pointer-events: none;
}

.parallax {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.line {
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 7px;
  position: relative;
}
.line:not(:first-child) {
  top: -7px;
}

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

.row {
  display: flex;
  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);
  box-sizing: border-box;
  flex-grow: 1;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
}

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

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}
.d-flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 991px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

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

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

.flex-content-start {
  justify-content: start !important;
}

.flex-content-center {
  justify-content: center !important;
}

.flex-content-end {
  justify-content: flex-end !important;
}

.flex-content-between {
  justify-content: space-between !important;
}

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

.flex-one {
  flex: 1 !important;
}

.no-wrap {
  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;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

html {
  font-size: 1px;
}

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);
  -webkit-tap-highlight-color: transparent;
  text-rendering: geometricPrecision;
}

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

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

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: -1px;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
  }
}

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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 25px;
  background-color: var(--black);
  color: var(--white);
  transition: opacity ease-in-out 0.2s;
}
.button:hover {
  opacity: 0.8;
}

[role=button] {
  cursor: pointer;
}

.input-group {
  margin-bottom: 30px;
}
.input-label {
  display: block;
  margin-bottom: 5px;
}
.input-control {
  max-width: 100%;
  width: 100%;
  min-height: 45px;
  padding: 0 25px;
  box-sizing: border-box;
}
.input-control::-webkit-input-placeholder {
  color: red;
}
.input-control:-moz-placeholder {
  color: red;
}
.input-control::-moz-placeholder {
  color: red;
}
.input-control:-ms-input-placeholder {
  color: red;
}
.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;
  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;
  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);
  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);
}

select.input-control {
  background-image: url("data:image/svg+xml,%3csvg%20width='19'%20height='11'%20viewBox='0%200%2019%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L9.5%209.5L18%201'%20stroke='black'/%3e%3c/svg%3e");
  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);
  overflow: hidden;
}
.section.pt-double {
  padding-top: calc(var(--sec-p) * 2);
}
.section.pb-double {
  padding-bottom: calc(var(--sec-p) * 2);
}
.section-tag {
  margin-bottom: 24rem;
  font-size: 18rem;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .section-tag {
    font-size: 16rem;
    margin-bottom: 16rem;
  }
}
@media (max-width: 1200px) {
  .section-tag {
    font-size: 14rem;
  }
}
.section-header {
  margin-bottom: var(--sec-h-mb);
}
.section-title {
  margin-bottom: var(--sec-h-t-mb);
}
.section-title:last-child {
  margin: 0;
}

.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);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  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: flex;
  align-items: center;
  pointer-events: none;
  margin: 0 auto;
}
.modal-content {
  background-color: var(--white);
  padding: 35px;
  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;
  transition: opacity ease-in-out 0.1s, visibility ease-in-out 0.1s;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--black);
  opacity: 0.5 !important;
  transition: opacity ease-in-out 0.2s;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.swiper-control {
  color: var(--white);
  font-family: inherit;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background-color: var(--black);
  z-index: 2;
  width: 40px;
  height: 40px;
  transition: opacity ease-in-out 0.2s;
  --control-gap: -65px;
}
.swiper-control:hover {
  opacity: 0.5;
}
.swiper-control.prev {
  left: var(--control-gap);
}
.swiper-control.next {
  right: var(--control-gap);
}
.swiper-control.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.base-num {
  font-weight: 500;
  font-size: 18rem;
}
@media (max-width: 1440px) {
  .base-num {
    font-size: 14rem;
  }
}

.base-radius {
  border-radius: var(--base-radius);
  overflow: hidden;
}

.slide-anim-inner {
  overflow: hidden;
  position: relative;
}
.slide-anim-inner-text {
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.slide-anim-inner-text:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(110%);
}
.slide-anim:hover .slide-anim-inner-text:nth-child(1) {
  transform: translateY(-110%);
}
.slide-anim:hover .slide-anim-inner-text:nth-child(2) {
  transform: translateY(0%);
}

.header {
  position: relative;
  padding: 20rem 0;
  font-size: 18rem;
  z-index: 999;
}
@media (max-width: 1440px) {
  .header {
    padding: 15rem 0;
    font-size: 14rem;
  }
}
@media (max-width: 1200px) {
  .header {
    font-size: 36rem;
  }
}
.header a {
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.header-logo {
  display: inline-block;
  max-width: 214rem;
}
@media (max-width: 1440px) {
  .header-logo {
    max-width: 160rem;
  }
}
.header-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .header-nav {
    flex-direction: column-reverse;
    position: absolute;
    max-width: 100vw;
    height: calc(100vh - 100%);
    overflow-y: auto;
    width: 100%;
    left: 50%;
    top: 100%;
    background-image: url("data:image/svg+xml,%3csvg%20width='264'%20height='263'%20viewBox='0%200%20264%20263'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='263.146'%20y1='262.354'%20x2='1.14645'%20y2='0.353556'%20stroke='%23151414'%20stroke-opacity='0.2'/%3e%3c/svg%3e");
    background-position: center calc(50vh - 50rem);
    background-repeat: no-repeat;
    background-size: 200rem;
    background-color: var(--white);
    padding: 0 20rem;
    box-sizing: border-box;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.2s, visibility ease-in-out 0.2s;
  }
  .header-nav.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .header-nav {
    padding: 0 16rem 16rem 16rem;
  }
}
.header-nav-list {
  font-weight: 500;
  gap: 24rem;
}
@media (max-width: 1200px) {
  .header-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
}
.header-nav-contact {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 1200px) {
  .header-nav-contact {
    font-size: 28rem;
  }
}
.header-toggle {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  width: 40rem;
  height: 40rem;
  cursor: pointer;
  margin-left: auto;
}
.header-toggle span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--black);
  position: absolute;
  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;
}
.header-toggle span:nth-child(1) {
  top: 15rem;
}
.header-toggle span:nth-child(2) {
  bottom: 15rem;
  transform: translate(0, -50%);
}
.header-toggle.active span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.header-toggle.active span:nth-child(2) {
  bottom: inherit;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

.socials {
  gap: 32rem;
}
@media (max-width: 1440px) {
  .socials {
    gap: 24rem;
  }
}
.socials li a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .socials li a {
    font-size: 14rem;
  }
}

@media (max-width: 576px) {
  .intro {
    padding-top: 20rem !important;
  }
}
.intro-header {
  max-width: 823rem;
}
@media (max-width: 1440px) {
  .intro-header {
    max-width: 572rem;
  }
}
.intro-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-inner-info {
  gap: 24rem;
}
.intro-inner-header, .intro-inner-footer {
  display: flex;
  gap: 24rem;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .intro-inner-header, .intro-inner-footer {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .intro-inner-header {
    flex-direction: column-reverse;
  }
}
.intro-inner-header-title {
  max-width: 570rem;
  font-size: 64rem;
}
@media (max-width: 1440px) {
  .intro-inner-header-title {
    max-width: 410rem;
    font-size: 48rem;
  }
}
@media (max-width: 1200px) {
  .intro-inner-header-title {
    max-width: 310rem;
    font-size: 42rem;
  }
}
@media (max-width: 991px) {
  .intro-inner-header-title {
    max-width: 100%;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .intro-inner-header-title {
    font-size: 24px;
  }
}
.intro-inner-footer {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .intro-inner-footer {
    align-items: flex-start;
  }
}
.intro-inner-footer-num {
  flex: 1;
}
.intro-inner-footer-title {
  max-width: 50%;
  font-size: 32rem;
}
@media (max-width: 1440px) {
  .intro-inner-footer-title {
    font-size: 24rem;
  }
}
@media (max-width: 991px) {
  .intro-inner-footer-title {
    max-width: 100%;
  }
}

.deliver-item {
  padding: 32rem 0;
  border-bottom: 1px solid var(--gray-dark);
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1440px) {
  .deliver-item {
    padding: 24rem 0;
  }
}
.deliver-item:first-child {
  border-top: 1px solid var(--gray-dark);
}
.deliver-item-header {
  display: flex;
  gap: 40rem;
}
@media (max-width: 1440px) {
  .deliver-item-header {
    gap: 30rem;
  }
}
@media (max-width: 991px) {
  .deliver-item-header {
    margin-bottom: 60rem;
  }
}
.deliver-item-box {
  width: 113rem;
  height: 113rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .deliver-item-box {
    width: 84rem;
    height: 84rem;
  }
}
@media (max-width: 991px) {
  .deliver-item-box {
    position: absolute;
    width: 64rem;
    height: 64rem;
    right: 0;
    top: 24rem;
  }
}
.deliver-item-title {
  margin-bottom: 30rem;
  font-size: 64rem;
  line-height: 0.9;
}
@media (max-width: 1440px) {
  .deliver-item-title {
    margin-bottom: 21rem;
    font-size: 48rem;
  }
}
@media (max-width: 991px) {
  .deliver-item-title {
    font-size: 24rem;
  }
}
.deliver-item-desc:last-child {
  margin: 0;
}

.about-header {
  max-width: 1119rem;
}
@media (max-width: 1440px) {
  .about-header {
    max-width: 813px;
  }
}
@media (max-width: 1200px) {
  .about-header {
    max-width: 600rem;
  }
}
.about-title {
  font-size: 86rem;
}
@media (max-width: 1440px) {
  .about-title {
    font-size: 64rem;
  }
}
@media (max-width: 1200px) {
  .about-title {
    font-size: 48rem;
  }
}
@media (max-width: 991px) {
  .about-title {
    font-size: 42rem;
  }
}
@media (max-width: 576px) {
  .about-title {
    font-size: 32rem;
  }
}
.about-inner {
  position: relative;
}
.about-video img,
.about-video video {
  min-height: 460px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-video video {
  max-height: 920rem;
}
@media (max-width: 1440px) {
  .about-video video {
    max-height: 820rem;
  }
}
.about-desc {
  position: absolute;
  left: 40rem;
  bottom: 40rem;
  max-width: 930rem;
  padding: 32rem;
  box-sizing: border-box;
  background-color: var(--white);
}
@media (max-width: 1440px) {
  .about-desc {
    max-width: 690rem;
    padding: 24rem;
  }
}
@media (max-width: 991px) {
  .about-desc {
    max-width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 0;
    padding: 32px 16rem 0 16rem;
  }
}
.about-desc:after {
  content: "";
  width: 12rem;
  height: 12rem;
  position: absolute;
  right: 32rem;
  top: 32rem;
  border-radius: 1rem;
  background-color: var(--black);
}
@media (max-width: 1440px) {
  .about-desc:after {
    right: 24rem;
    top: 24rem;
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 991px) {
  .about-desc:after {
    display: none;
  }
}
.about-desc-title {
  margin-bottom: 32rem;
  max-width: 516rem;
}
@media (max-width: 1440px) {
  .about-desc-title {
    max-width: 387rem;
    margin-bottom: 24rem;
  }
}
@media (max-width: 1200px) {
  .about-desc-title {
    font-size: 24rem;
  }
}
.about-desc p:last-child {
  margin: 0;
}

.career {
  padding-bottom: calc(var(--sec-p) * 4);
}
@media screen and (min-width: 991px) {
  .career-header {
    display: flex;
  }
  .career-header .section-tag,
  .career-header .section-title {
    flex: 1;
  }
}
.career-items {
  display: flex;
  flex-wrap: wrap;
}
.career-item {
  width: 50%;
  box-sizing: border-box;
  padding: 24rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .career-item {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .career-item {
    border-top: 1px solid var(--gray-dark);
  }
  .career-item:nth-last-child(1), .career-item:nth-last-child(2) {
    border-bottom: 1px solid var(--gray-dark);
  }
  .career-item:nth-child(odd) {
    border-right: 1px solid var(--gray-dark);
  }
}
@media (max-width: 991px) {
  .career-item {
    padding: 24px 0;
    border-bottom: 1px solid var(--gray-dark);
  }
  .career-item:first-child {
    border-top: 1px solid var(--gray-dark);
  }
}
.career-item-header {
  margin-bottom: 160rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .career-item-header {
    margin-bottom: 106rem;
  }
}
@media (max-width: 991px) {
  .career-item-header {
    margin-bottom: 24px;
  }
}
.career-item-name {
  font-size: 40rem;
  margin: 0;
}
@media (max-width: 1440px) {
  .career-item-name {
    font-size: 30rem;
  }
}
@media (max-width: 991px) {
  .career-item-name {
    font-size: 24px;
  }
}
.career-item-desc {
  max-width: 697rem;
  margin-top: auto;
}
@media (max-width: 1440px) {
  .career-item-desc {
    max-width: 530rem;
  }
}
@media (max-width: 991px) {
  .career-item-desc {
    max-width: 100%;
  }
}
.career-item-desc:last-child {
  margin: 0;
}

.footer {
  background-image: url("data:image/svg+xml,%3csvg%20width='463'%20height='845'%20viewBox='0%200%20463%20845'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M460.933%20844.863H392.022V536.823C402.706%20539.998%20414.022%20541.704%20425.735%20541.704C434.705%20541.704%20443.441%20540.701%20451.839%20538.807C454.917%20538.113%20457.951%20537.3%20460.933%20536.371V844.863Z'%20fill='%231C1B1B'%20fill-opacity='0.7'/%3e%3cpath%20d='M321.888%20479.996C333.107%20500.571%20350.259%20517.44%20371.044%20528.31L233.205%20666.197L184.477%20617.453L321.888%20479.996Z'%20fill='%231C1B1B'%20fill-opacity='0.7'/%3e%3cpath%20d='M370.04%20319.128C349.375%20330.191%20332.38%20347.218%20321.354%20367.909L184.295%20230.809L233.023%20182.065L370.04%20319.128Z'%20fill='%231C1B1B'%20fill-opacity='0.7'/%3e%3cpath%20d='M0%20389.684H460.933V458.352H0V389.684Z'%20fill='%231C1B1B'%20fill-opacity='0.7'/%3e%3cpath%20d='M451.84%20308.102L460.933%20310.537V71.1604C460.933%2030.4387%20462.798%206.26487%20462.798%206.26487C462.798%201.87944%20458.414%200%20452.778%200C436.494%206.26487%20372.613%2014.4092%20347.562%2016.2887L349.44%2034.4568C349.44%2036.3363%20350.693%2037.5893%20353.198%2037.5893L373.239%2038.8422C385.765%2038.8422%20392.022%2053.3863%20392.022%2094.108V310.086C402.706%20306.912%20414.022%20305.207%20425.735%20305.207H432.695L439.57%20305.755L446.039%20306.716L451.84%20308.102Z'%20fill='%231C1B1B'%20fill-opacity='0.7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 460rem;
  background-position: calc(25vw - 230rem) 260rem;
}
@media (max-width: 1440px) {
  .footer {
    background-size: 340rem;
    font-size: 14rem;
    background-position: calc(25vw - 170rem) 160rem;
  }
}
@media (max-width: 1200px) {
  .footer {
    background-size: 138rem;
    background-position: calc(50vw - 115rem) calc(100% - 90rem);
  }
}
.footer a {
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid white;
  line-height: 1;
  transition: border-color ease-in-out 0.2s;
}
.footer-inner {
  padding: 64rem 0 270rem 0;
  position: relative;
}
@media (max-width: 1440px) {
  .footer-inner {
    padding: 50rem 0 180rem 0;
  }
}
@media (max-width: 1200px) {
  .footer-inner {
    padding: 50rem 0 280rem 0;
  }
}
@media (max-width: 1200px) {
  .footer-inner-row {
    --row-gap-y: 40rem;
  }
}
.footer-top {
  position: absolute;
  right: 0;
  top: 64rem;
  width: 64rem;
  height: 64rem;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color ease-in-out 0.2s;
}
@media (max-width: 1440px) {
  .footer-top {
    width: 48rem;
    height: 48rem;
    top: 50rem;
  }
  .footer-top svg {
    max-width: 16rem;
  }
}
@media (max-width: 991px) {
  .footer-top {
    display: none;
  }
}
.footer-top:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-bottom {
  padding: 24rem 0;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .footer-bottom {
    padding: 20rem 0;
  }
}
@media (max-width: 1200px) {
  .footer-bottom .row {
    --row-gap-y: 16rem;
  }
}
.footer-item-title {
  font-weight: normal;
  margin-bottom: 24rem;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1440px) {
  .footer-item-title {
    margin-bottom: 16rem;
  }
}
.footer-item-desc {
  max-width: 806rem;
  margin-bottom: 32rem;
}
@media (max-width: 1440px) {
  .footer-item-desc {
    max-width: 555rem;
    margin-bottom: 16rem;
  }
}
.footer-item-desc p:last-child {
  margin: 0;
}
.footer-item-nav li:not(:last-child) {
  margin-bottom: 16rem;
}
@media (max-width: 1440px) {
  .footer-item-nav li:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.footer-item-nav li a {
  border-color: transparent;
}
.footer-item-contact-email {
  font-weight: 500;
  font-size: 70rem;
  line-height: 1;
  border-color: transparent !important;
}
.footer-item-contact-email:hover {
  border-color: var(--white) !important;
}
@media screen and (max-width: 1800px) {
  .footer-item-contact-email {
    font-size: 50rem;
  }
}
@media (max-width: 1200px) {
  .footer-item-contact-email {
    font-size: 42rem;
  }
}
@media (max-width: 576px) {
  .footer-item-contact-email {
    font-size: 28rem;
  }
}
@media screen and (max-width: 350px) {
  .footer-item-contact-email {
    font-size: 22rem;
  }
}
.footer-item-tag {
  margin-bottom: 24rem;
}
@media (max-width: 1440px) {
  .footer-item-tag {
    margin-bottom: 16rem;
  }
}
.footer-item-row {
  --row-gap-y: 80rem;
}
@media (max-width: 1440px) {
  .footer-item-row {
    --row-gap-y: 32rem;
  }
}
@media (max-width: 1200px) {
  .footer-item-row {
    --row-gap-y: 40rem;
  }
}
.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.3);
}