/* Regular */
@font-face {
  font-family: "Centrale";
  src: url("../fonts/centrale-sans-regular.woff2") format("woff2"), url("../fonts/centrale-sans-regular.woff") format("woff"), url("../fonts/centrale-sans-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cherston";
  src: url("../fonts/cherston-light.woff2") format("woff2"), url("../fonts/cherston-light.woff") format("woff"), url("../fonts/cherston-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cherston";
  src: url("../fonts/cherston-regular.woff2") format("woff2"), url("../fonts/cherston-regular.woff") format("woff"), url("../fonts/cherston-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cherston-Round";
  src: url("../fonts/cherston-regularround.woff2") format("woff2"), url("../fonts/cherston-regularround.woff") format("woff"), url("../fonts/cherston-regularround.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Centrale", sans-serif;
  line-height: 1;
  color: #333f49;
  overflow-x: hidden;
}
.custom-container {
  width: 100%;
  margin: auto;
}
.header {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 6vw;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.hide {
  transform: translateY(-100%);
}
.header-scroll {
  backdrop-filter: blur(0.781vw);
  background-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.104vw 0.417vw rgba(0, 0, 0, 0.05);
  height: 3.125vw;
}
.header-scroll .header-logo img:first-child {
  opacity: 0;
}
.header-scroll .header-logo img:last-child {
  opacity: 1;
}
.header-in {
  padding-inline: 3.125vw;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 11.458vw;
  height: 2.604vw;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-logo img:last-child {
  max-width: 2.344vw;
  opacity: 0;
}
.header-story {
  color: #fff;
  font-size: 0.729vw;
  font-weight: 400;
  font-family: "Centrale", sans-serif;
  letter-spacing: 0.026vw;
  transition: all 0.4s ease;
}
.header-story:hover {
  color: #ffffff;
}
.hamburger {
  width: 3.2vw;
  height: 1vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  position: relative;
  cursor: pointer;
  justify-content: center;
}
.hamburger span {
  height: 0.052vw;
  background-color: #fff;
}
.hamburger span:last-child {
  width: 80%;
}
.button-one {
  padding: 0.781vw 1.563vw;
  background-color: #dce5ea;
  font-size: 0.677vw;
  font-weight: 400;
  color: #333f49;
  font-family: "Centrale", sans-serif;
  line-height: 1;
  display: flex;
  gap: 0.781vw;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.9s ease, color 0.9s ease;
}
.button-one span {
  font-size: 0.833vw;
  transition: transform 0.9s ease-in-out;
}
.button-one:hover {
  background-color: #333f49;
  color: #ffffff;
}
.button-one:hover span {
  transform: translateX(0.26vw);
}
.button-two {
  position: relative;
  overflow: hidden;
  padding: 1.042vw 1.823vw;
  background-color: #172332;
  font-size: 1.146vw;
  line-height: 1;
  font-family: "Centrale", sans-serif;
  display: flex;
  align-items: center;
  gap: 0.521vw;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  transition: all 0.6s ease;
}
.button-two:hover {
  color: #172332;
  background-color: white;
}
.button-three {
  padding: 0.521vw 2.083vw;
  font-size: 0.938vw;
  font-weight: 500;
  color: #4d4d4d;
  font-family: "Centrale", sans-serif;
  border: 0.052vw solid #4d4d4d;
  border-radius: 0.521vw;
  line-height: 1;
}
.button-four {
  padding: 0.781vw 3.646vw;
  background-color: #dce5ea;
  font-size: 0.833vw;
  color: #333f49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-five {
  font-size: 0.833vw;
  line-height: 1.354vw;
  padding: 0.521vw 1.042vw;
  border: 0.052vw solid #dce5ea;
  letter-spacing: 0.052vw;
  display: flex;
  align-items: center;
  gap: 0.521vw;
  color: #fff;
  transition: all 0.3s;
  font-family: "Centrale", sans-serif;
}
.button-five:hover {
  background-color: #fff;
  color: black;
}
.button-five span {
  font-size: 0.938vw;
}
.button-five.withbg {
  background-color: #dce5ea;
  color: black;
}
.button-five.withbg:hover {
  background-color: transparent;
  color: #dce5ea;
}
.button-six {
  padding: 0.781vw 1.563vw;
  font-size: 0.833vw;
  line-height: 1.354vw;
  font-family: "Centrale", sans-serif;
  border: 0.052vw solid #333f49;
  display: flex;
  align-items: center;
  gap: 1.302vw;
  transition: all 0.3s;
}
.button-six span {
  font-size: 1.042vw;
}
.button-six:hover {
  background-color: white;
  border-color: white;
  color: #333f49;
}
.button-six.wicolor {
  background-color: #dce5ea;
  color: #333f49;
  border: none;
}
.button-six.wicolor:hover {
  background-color: #bccdd7;
}
.button-seven {
  height: 48px;
  min-width: 180px;
  padding: 0 24px;
  background: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
}
.footer {
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: #dce4ea;
  overflow: hidden;
}
.footer:hover .footer-img img {
  transform: scale(1.05);
}
.footer-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-img img {
  transition: all 0.3s ease-in-out;
}
.footer-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333f49;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.footer-in {
  width: 100%;
  padding: 6.25vw 3.125vw;
  position: relative;
}
.footer-logo {
  width: 11.72vw;
  height: 2.6vw;
  display: flex;
  margin: auto;
}
.footer-logo-wrap {
  width: 100%;
  padding-bottom: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(220, 228, 234, 0.3);
}
.footer-cont {
  width: 100%;
  padding: 2.6vw 0;
  font-size: 0.833vw;
  line-height: 1.25vw;
  display: grid;
  grid-template-columns: 0.6fr 0.6fr 1fr;
  gap: 6.77vw;
  font-weight: 300;
  font-family: "Centrale", sans-serif;
  border-bottom: 1px solid rgba(220, 228, 234, 0.3);
  color: #dce5ea;
}
.footer-cont-left {
  display: flex;
  flex-direction: column;
  gap: 1.82vw;
  font-weight: 400;
  width: 25vw;
}
.footer-cont-left-head {
  font-size: 1.77vw;
  font-family: "Cherston", sans-serif;
  line-height: 1;
  font-weight: 300;
}
.footer-cont-left p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-family: "Centrale", sans-serif;
}
.footer-cont-left a {
  font-size: 0.833vw;
  display: flex;
  align-items: center;
  gap: 0.781vw;
  position: relative;
  font-size: 0.938vw;
  font-weight: 400;
}
.footer-cont-left a:hover span {
  right: -1.563vw;
}
.footer-cont-left a span {
  font-size: 0.833vw;
  position: absolute;
  right: -1.302vw;
  transition: all 0.3s;
}
.footer-cont-center {
  display: flex;
  justify-content: space-between;
  font-size: 0.73vw;
}
.footer-cont-center-list {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  font-size: 1.042vw;
  line-height: 1.302vw;
  font-family: "Centrale", sans-serif;
}
.footer-cont-center-list a {
  position: relative;
}
.footer-cont-center-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.156vw;
  width: 0;
  height: 0.052vw;
  background-color: white;
  transition: all 0.4s ease;
}
.footer-cont-center-list a:hover::after {
  width: 2.08vw;
}
.footer-cont-right {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  width: 30.2vw;
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.footer-cont-right-form {
  width: 100%;
  display: flex;
  gap: 0.52vw;
  position: relative;
}
.footer-cont-right-form span {
  bottom: -1.246vw;
}
.footer-cont-right-form input {
  flex: 1;
  height: 2.86vw;
  background-color: rgba(220, 228, 234, 0.1);
  padding: 1.04vw;
  color: white;
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.footer-cont-right-form button {
  padding: 1.04vw 1.56vw;
  font-size: 0.833vw;
  line-height: 1.25vw;
  height: 2.86vw;
  background-color: #333f49;
  border: 1px solid rgba(220, 228, 234, 0.26);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
  font-family: "Centrale", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-cont-right-form button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 228, 234, 0.26);
  left: 0;
  top: -100%;
  z-index: -1;
  transition: all 0.3s;
}
.footer-cont-right-form button:hover::after {
  top: 0;
}
.footer-cont-right-text {
  color: rgba(220, 228, 234, 0.64);
}
.footer-bottom {
  padding: 1.3vw 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-weight: 300;
  color: #dce4ea;
  font-family: "Centrale", sans-serif;
  letter-spacing: 0.052vw;
}
.footer-bottom a {
  color: rgba(220, 228, 234, 0.7);
}
.footer-social {
  width: 100%;
  display: flex;
  gap: 1.56vw;
  margin-top: 5.21vw;
  font-size: 1.406vw;
  color: #dce5ea;
}
.footer-social a {
  opacity: 0.5;
  transition: all 0.3s;
}
.footer-social a:hover {
  opacity: 1;
}
.footer-buttons {
  margin-top: 5.21vw;
  width: 100%;
  display: flex;
  gap: 3.125vw;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.leftnav {
  z-index: 100;
  font-size: 1.563vw;
  color: #bebebe;
  font-family: "Cherston", sans-serif;
  position: fixed;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}
.leftnav.is-active {
  pointer-events: all;
}
.leftnav-in {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: -40vw;
  top: 0;
  width: 40vw;
  height: 100vh;
  backdrop-filter: blur(0.26vw);
  padding: 4.167vw;
  padding-right: 7.292vw;
}
.leftnav-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
}
.leftnav li {
  padding: 1.042vw 0;
  border-bottom: 0.052vw solid #707070;
}
.leftnav li a {
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.leftnav li:hover a {
  color: #ffff;
}
.leftnav-dropdown {
  position: relative;
}
.leftnav-dropdown > a::after {
  content: "▼";
  font-size: 0.729vw;
  transition: transform 0.3s ease;
  right: 0;
  position: absolute;
}
.leftnav-dropdown.active .leftnav-submenu {
  max-height: 26.042vw;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.leftnav-dropdown.active > a::after {
  transform: rotateZ(180deg);
}
.leftnav-submenu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-0.521vw);
  pointer-events: none;
  padding-left: 1.563vw;
}
.leftnav-submenu li {
  border: none;
  padding: 0.521vw 0;
}
.leftnav-submenu li:first-child {
  padding-top: 1.563vw;
}
.leftnav-submenu li a {
  font-size: 1.042vw;
  color: #999;
}
.leftnav-submenu li a:hover {
  color: #fff;
}
.input-one {
  border-radius: 2.604vw;
  height: 3.125vw;
  font-size: 0.833vw;
  color: #656464;
  font-weight: 400;
  font-family: "Centrale", sans-serif;
  padding: 1.042vw;
  width: 100%;
  background-color: white;
}
input.input-one,
select.input-one {
  background-color: rgba(255, 255, 255, 0.85);
}
.input-one:hover,
.input-one:focus {
  outline: none;
}
.input-two {
  width: 100%;
  border-bottom: 0.052vw solid #878c8f;
  padding: 0.521vw 0;
  font-size: 0.833vw;
  color: #333f49;
  font-family: "Centrale", sans-serif;
  position: relative;
  height: 2.604vw;
  display: flex;
}
.input-two.height-auto {
  height: auto !important;
}
.input-two input,
.input-two textarea {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.input-two input:focus,
.input-two textarea:focus,
.input-two input:hover,
.input-two textarea:hover {
  outline: none;
}
.input-two input:focus ~ label:not(.error-message),
.input-two textarea:focus ~ label:not(.error-message),
.input-two input:not(:placeholder-shown) ~ label:not(.error-message),
.input-two textarea:not(:placeholder-shown) ~ label:not(.error-message) {
  font-size: 0.729vw;
  top: -0.521vw;
}
.input-two textarea {
  min-height: 3.65vw;
  resize: none;
}
.input-two label:not(.error-message) {
  position: absolute;
  top: 0.521vw;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  font-weight: 500;
  pointer-events: none;
}
.input-two select {
  font-size: 0.729vw;
  width: 100%;
  z-index: 8;
  height: calc(100% + 0.052vw);
}
.input-two select ~ label:not(.error-message) {
  left: 8.167vw;
}
.input-two select ~ input {
  width: calc(100% - 4.167vw);
  margin-left: 1.167vw;
}
.input-two #selectedCode {
  position: absolute;
  width: 3.125vw;
  height: calc(100% + 0.052vw);
  z-index: 4;
  background: white;
  display: flex;
  align-items: center;
  border-bottom: 0.052vw solid #878c8f;
  bottom: -0.052vw;
  left: 0;
}
.input-two #selectedCode::before {
  content: "";
  position: absolute;
  width: 1.563vw;
  height: 0.521vw;
  background-color: #ffffff;
  right: -0.781vw;
  bottom: -0.104vw;
}
.input-two #selectedCode::after {
  content: "▼";
  position: absolute;
  right: 0.521vw;
  font-size: 0.521vw;
  pointer-events: none;
  color: #555;
}
.input-two .select2-container--default .select2-selection--single {
  border: none;
}
.input-two .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 10px;
}
.input-two .select2-container {
  top: -6px;
}
.checkbox-one {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333f49;
  font-size: 0.833vw;
  line-height: 1.2;
  font-family: "Centrale", sans-serif;
  position: relative;
  gap: 0.521vw;
}
.checkbox-one input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox-one input:checked + span::after {
  opacity: 1;
}
.checkbox-one span {
  width: 1.042vw;
  height: 1.042vw;
  border: 0.052vw solid #878c8f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-one span::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0.104vw;
  width: 0.313vw;
  height: 0.625vw;
  border: solid #000;
  border-width: 0 0.104vw 0.104vw 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s;
}
.radio-one {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.083vw;
  cursor: pointer;
}
.radio-one label {
  font-size: 0.833vw;
  color: #333f49;
  font-family: "Centrale", sans-serif;
  display: flex;
  gap: 0.521vw;
  position: relative;
  align-items: center;
}
.radio-one label input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.radio-one label input:checked + span::after {
  opacity: 1;
}
.radio-one label span {
  width: 1.042vw;
  height: 1.042vw;
  border-radius: 50%;
  border: 0.052vw solid #707070;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-one label span::after {
  content: "";
  position: absolute;
  width: 0.417vw;
  height: 0.417vw;
  background-color: #333f49;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.back-to-top {
  position: fixed;
  bottom: 0.78vw;
  /* 15px */
  right: 0.78vw;
  /* 15px */
  background: #000;
  color: #fff;
  border: none;
  padding: 0.729vw 0.938vw;
  font-size: 0.833vw;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  gap: 0.26vw;
  width: 2.8vw;
  height: 2.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.back-to-top.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.error-message {
  font-size: 0.677vw;
  color: red;
  position: absolute;
  bottom: -1.146vw;
  left: 0;
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  backdrop-filter: blur(6px);
  font-family: "Centrale", sans-serif;
}
.popup[aria-hidden="false"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup__dialog {
  position: relative;
  margin: auto;
  max-width: 50vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
@media (max-width: 1024px) {
  .popup__dialog {
    max-width: 90vw;
  }
}
@media (max-width: 768px) {
  .popup__dialog {
    padding: 40px 20px;
  }
}
.popup__heading {
  text-align: center;
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Cherston", sans-serif;
}
@media (max-width: 768px) {
  .popup__heading {
    font-size: 20px;
  }
}
.popup__sub {
  text-align: center;
  margin: 0 0 28px;
  color: #666;
  line-height: 1.2;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.popup__form__group {
  margin-bottom: 18px;
}
.popup__form__row {
  display: flex;
  gap: 16px;
}
.popup__form__col {
  flex: 1;
}
.popup__form__country label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.popup__form__phone label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.popup__form__actions {
  text-align: center;
  margin-top: 24px;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: 0;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .popup__close {
    top: -15px;
  }
}
.popup__close:hover {
  background: #ddd;
}
