.container {
  max-width: 1440px;
  padding: 90px 98px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 70px 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 60px 50px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 60px 40px;
  }
}

.btn {
  display: inline-block;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 10px 34px;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.btn--primary {
  background: #FF8000;
  color: #ffffff;
}
.btn--secondary {
  background: transparent;
  color: #000000;
  border: 1px solid #FF8000;
}
.btn--secondary:hover {
  background: #FF8000;
  color: #ffffff;
}

.subtitle, .subtitle--two {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  padding: 7px 20px;
  color: #000000;
  border: 1px solid #FF9E3D;
  border-radius: 100px;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.subtitle--two {
  background: #FFEAD8;
}

.subtitle-text {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3.8rem;
  max-width: 585px;
}
@media (max-width: 1024px) {
  .subtitle-text {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .subtitle-text {
    font-size: 1.5rem;
  }
}

.title--one {
  font-size: 4.375rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
.title--one span {
  color: #D46A00;
  font-style: italic;
}
@media (max-width: 1024px) {
  .title--one {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .title--one {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.title-2 {
  font-size: 3rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.title-2 span {
  color: #D46A00;
  font-style: italic;
}
@media (max-width: 1024px) {
  .title-2 {
    font-size: 2.5rem;
  }
}

.title--lg {
  font-size: 7.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.title--lg span {
  color: #D46A00;
}
@media (max-width: 1024px) {
  .title--lg {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .title--lg {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .title--lg {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

/* 400 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 400 italic */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 600 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* 700 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 800 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* 900 */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Salsa */
@font-face {
  font-family: "Salsa";
  src: url("../fonts/Salsa/Salsa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Now Display", sans-serif;
}

main {
  overflow: hidden;
}

p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.header {
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: -88px;
  z-index: 100;
  position: absolute;
  top: 10px;
}
@media (max-width: 1024px) {
  .header {
    top: 10px;
  }
}
@media (max-width: 576px) {
  .header {
    top: 15px;
  }
}
.header .header__container {
  padding-top: 0;
  padding-bottom: 0;
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3) inset, -1px -2px 2px 0 rgba(255, 255, 255, 0.1) inset, 1px 2px 2px 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3) inset, -1px -2px 2px 0 rgba(255, 255, 255, 0.1) inset, 1px 2px 2px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 100px;
  padding: 0 4rem;
}
@media (max-width: 1250px) {
  .header .nav {
    padding: 0 2.8rem;
  }
}
@media (max-width: 768px) {
  .header .nav {
    border: none;
  }
}
@media (max-width: 576px) {
  .header .nav {
    padding: 0;
    border-radius: 0;
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.header .nav__logo {
  max-width: 78px;
  max-height: 40px;
}
.header .nav__logo .nav__link {
  padding: 0;
}
.header .nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .nav__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media (max-width: 1200px) {
  .header .nav__menu {
    display: none;
  }
}
.header .nav__item {
  position: relative;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none;
  color: #000000;
  font-family: "Salsa", cursive;
}
.header .nav__link:hover {
  color: #FF8000;
}
.header .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 9 5' fill='none'><path d='M8.13231 0.972078C8.13235 1.01586 8.12375 1.05921 8.10699 1.09965C8.09023 1.1401 8.06564 1.17683 8.03464 1.20774L4.70136 4.54102C4.67043 4.57199 4.63369 4.59656 4.59326 4.61333C4.55282 4.63009 4.50947 4.63872 4.4657 4.63872C4.42193 4.63872 4.37858 4.63009 4.33814 4.61333C4.29771 4.59656 4.26097 4.57199 4.23004 4.54102L0.896758 1.20774C0.76651 1.07749 0.76651 0.86658 0.896758 0.736415C1.02701 0.60625 1.23792 0.606167 1.36808 0.736415L4.4657 3.83403L7.56332 0.736415C7.59425 0.705444 7.63099 0.680874 7.67142 0.66411C7.71186 0.647346 7.75521 0.638718 7.79898 0.638718C7.84275 0.638718 7.8861 0.647346 7.92654 0.66411C7.96697 0.680874 8.00371 0.705444 8.03464 0.736415C8.06564 0.767327 8.09023 0.80406 8.10699 0.844503C8.12375 0.884945 8.13235 0.9283 8.13231 0.972078Z' fill='%23EE212B'/></svg>");
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .nav__item-has-children:hover > .nav__link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: -3px;
}
.header .nav {
  /* Dropdown Styles - Desktop */
}
.header .nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding-left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}
.header .nav__submenu .nav__link {
  color: #000000;
}
.header .nav__submenu .nav__submenu {
  top: 0;
  left: 100%;
}
.header .nav li.nav__item.current-menu-itemn a {
  color: #FF8000 !important;
  font-weight: 500;
}
.header .nav__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) {
  .header .nav__btn-wrap {
    gap: 5px;
  }
}
.header .nav__lang {
  display: block;
  position: relative;
  width: 66px;
}
.header .nav__lang::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  width: 50%;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(12px, 0px);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.74972 0.749977L4.74986 4.74984L0.75 0.749977' stroke='black' stroke-width='1.49995' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: right 12px center;
  background-size: 12px;
}
@media (max-width: 768px) {
  .header .nav__lang::after {
    display: none;
  }
}
.header .nav__language {
  width: 100%;
  background-color: transparent;
  color: #000000;
  border: none;
  margin-right: -15px;
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Salsa", cursive;
  position: relative;
}
.header .nav__language:focus {
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .header .nav__language {
    display: none;
  }
}
.header .nav__user-profile-link, .header .nav__user-cart-link {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header .nav__user-profile-link, .header .nav__user-cart-link {
    display: none;
  }
}
.header .nav__toggle {
  display: none;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
}
@media (max-width: 1200px) {
  .header .nav__toggle {
    display: block;
  }
}
.header .nav__item:hover > .nav__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 9999;
}
.header--style-2 .nav__link {
  color: #ffffff;
}
.header--style-2 .nav__lang {
  position: relative;
  display: inline-block;
}
.header--style-2 .nav__lang::after {
  content: "";
  position: absolute;
  right: 0;
  top: 28%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(12px, 0px);
  height: 12px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.74972 0.749977L4.74986 4.74984L0.75 0.749977' stroke='white' stroke-width='1.49995' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.header--style-2 .nav__language {
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #ffffff;
}
.header--style-2 .nav__language option {
  color: #000000;
}
.header--style-2 .nav__user-profile-link svg path {
  fill: #ffffff;
}
.header--style-2 .nav__toggle path {
  fill: #ffffff;
}

/* Offcanvas menu styles */
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 600px;
  width: 60%;
  background: rgba(252, 252, 252, 0.41);
  -webkit-box-shadow: 0 -13px 24px -7px rgba(0, 0, 0, 0.05), 0 24px 40px -11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -13px 24px -7px rgba(0, 0, 0, 0.05), 0 24px 40px -11px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 10000;
  padding: 0 1rem;
  padding-right: 2rem;
  overflow-y: auto;
  visibility: visible;
}
.offcanvas.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 576px) {
  .offcanvas {
    width: 60%;
  }
}
@media (max-width: 350px) {
  .offcanvas {
    width: 80%;
  }
}
.offcanvas__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 1rem 0;
  margin-bottom: 5rem;
}
.offcanvas__logo {
  text-align: right;
  max-width: 94px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3rem;
}
.offcanvas__logo img {
  width: 100%;
}
.offcanvas__close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000000;
}
.offcanvas {
  /* Override navigation styles for offcanvas */
}
.offcanvas .nav__menu {
  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-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 2rem;
  padding-left: 0;
  padding-bottom: 3rem;
}
.offcanvas .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  margin: 0;
  padding: 10px 15px;
  border-radius: 30px;
  width: 100%;
  max-width: 170px;
}
.offcanvas .nav__item:not(:last-child) {
  margin-bottom: 1.8rem;
}
.offcanvas .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-family: "Salsa", cursive;
  color: #000000;
  text-decoration: none;
}
.offcanvas .nav__link:hover {
  color: #FF8000;
}
.offcanvas .nav__item-has-children > .nav__link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.972078 8.13231C1.01586 8.13235 1.05921 8.12375 1.09965 8.10699C1.1401 8.09023 1.17683 8.06564 1.20774 8.03464L4.54102 4.70136C4.57199 4.67043 4.59656 4.63369 4.61333 4.59326C4.63009 4.55282 4.63872 4.50947 4.63872 4.4657C4.63872 4.42193 4.63009 4.37858 4.61333 4.33814C4.59656 4.29771 4.57199 4.26097 4.54102 4.23004L1.20774 0.896758C1.07749 0.76651 0.86658 0.76651 0.736415 0.896758C0.60625 1.02701 0.606167 1.23792 0.736415 1.36808L3.83403 4.4657L0.736415 7.56332C0.705444 7.59425 0.680874 7.63099 0.66411 7.67142C0.647346 7.71186 0.638718 7.75521 0.638718 7.79898C0.638718 7.84275 0.647346 7.8861 0.66411 7.92654C0.680874 7.96697 0.705444 8.00371 0.736415 8.03464C0.767327 8.06564 0.80406 8.09023 0.844503 8.10699C0.884945 8.12375 0.9283 8.13235 0.972078 8.13231Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  margin-left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.offcanvas .nav__item-has-children > .nav__link.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.offcanvas .nav__submenu {
  position: static;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-left: 0;
}
.offcanvas .nav__submenu.active {
  max-height: 1000px;
}
.offcanvas .nav__submenu .nav__link {
  padding-left: 2rem;
}
.offcanvas .nav__submenu .nav__submenu .nav__link {
  padding-left: 3rem;
}
.offcanvas .current-menu-itemn {
  background: #FF8000;
}
.offcanvas .current-menu-itemn a {
  color: #ffffff !important;
}
.offcanvas .current-menu-itemn svg {
  fill: #ffffff;
}
.offcanvas .current-menu-itemn svg path {
  stroke: #ffffff !important;
  fill: #ffffff;
}
.offcanvas .current-menu-item > a {
  color: #ffffff;
  font-weight: 500;
}
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.offcanvas-overlay---active {
  opacity: 1;
  visibility: visible;
}

.hero {
  padding-top: 10.875rem;
  position: relative;
}
.hero__container {
  padding-top: 60px;
}
.hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hero-bg-shape.png") bottom/cover no-repeat;
}
.hero__container {
  position: relative;
  z-index: 10;
}
@media (max-width: 450px) {
  .hero__container {
    padding-top: 40px;
  }
}
.hero__title {
  font-size: 4.375rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.hero__subtitle-text {
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .hero__subtitle-text {
    font-size: 20px;
  }
}
.hero__image-wrap {
  margin-top: 2.8rem;
  text-align: center;
}
.hero__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__desc {
  font-size: 20px;
  line-height: 30px;
  max-width: 645px;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 1rem;
  }
}
.hero__btn-wrap {
  margin-top: 4rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.hero__gradient-left-bottom {
  width: 450px;
  height: 780px;
  -webkit-transform: rotate(-13.94deg);
          transform: rotate(-13.94deg);
  position: absolute;
  left: -312px;
  bottom: -200px;
  pointer-events: none;
  z-index: 5;
  border-radius: 779px;
  background: rgba(255, 158, 61, 0.9);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 1024px) {
  .hero__gradient-left-bottom {
    width: 300px;
    height: 500px;
    left: -200px;
    bottom: -140px;
  }
}
.hero__gradient-right-bottom {
  width: 450px;
  height: 780px;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
  position: absolute;
  right: -250px;
  bottom: -200px;
  pointer-events: none;
  z-index: 5;
  border-radius: 779px;
  background: rgba(255, 158, 61, 0.8);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 1024px) {
  .hero__gradient-right-bottom {
    width: 300px;
    height: 450px;
    right: -100px;
    bottom: -405px;
  }
}
@media (max-width: 576px) {
  .hero__gradient-right-bottom {
    width: 250px;
    height: 300px;
    -webkit-filter: blur(80px);
            filter: blur(80px);
    bottom: -300px;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding-top: 9.875rem;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-top: 7.875rem;
  }
}

.awareness {
  background: url("../images/combo-bg-text.png") top/cover no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .awareness {
    background: url("../images/combo-bg-responsive.png") top/cover no-repeat;
  }
}
.awareness::before {
  position: absolute;
  content: "";
  width: 370px;
  height: 635px;
  bottom: 1rem;
  right: 2rem;
  border-radius: 200px;
  background: #FF9E3D;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  -webkit-transform: rotate(-115.49deg);
          transform: rotate(-115.49deg);
  z-index: 1;
}
@media (max-width: 1024px) {
  .awareness::before {
    width: 250px;
    height: 400px;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 576px) {
  .awareness::before {
    width: 200px;
    height: 350px;
  }
}
.awareness__container {
  position: relative;
  z-index: 10;
}
.awareness__container::after {
  position: absolute;
  content: "";
  width: 450px;
  height: 780px;
  top: 1rem;
  right: 9rem;
  border-radius: 200px;
  background: #ffffff;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  -webkit-transform: rotate(-115.49deg);
          transform: rotate(-115.49deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  .awareness__container::after {
    width: 200px;
    height: 300px;
    top: 1rem;
    right: 6rem;
  }
}
@media (max-width: 576px) {
  .awareness__container::after {
    width: 200px;
    height: 300px;
    top: 1rem;
    right: 2rem;
  }
}
@media (max-width: 1024px) {
  .awareness__title, .awareness__subtitle-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .awareness__subtitle-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.awareness__subtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.awareness__content-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .awareness__content-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.awareness__desc {
  margin-bottom: 1.5rem;
  text-align: justify;
}
@media (max-width: 576px) {
  .awareness__desc {
    font-size: 1rem;
    line-height: 20px;
  }
}
.awareness__btn {
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .awareness__btn {
    margin-top: 1.2rem;
  }
}
.awareness__right {
  text-align: center;
}
@media (max-width: 1024px) {
  .awareness__right {
    display: none;
  }
}
.awareness__image {
  max-width: 670px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.awareness__image--responsive {
  display: none;
}
@media (max-width: 1024px) {
  .awareness__image--responsive {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .awareness__image--responsive {
    display: block;
  }
}

.product--home-page {
  background: #FFEAD8;
  background-image: radial-gradient(circle at 4px 4px, #fdcc61 1.5px, transparent 0);
  background-size: 30px 30px;
}
.product--home-page .product {
  background: url("../images/combo-bg.png") center/cover no-repeat;
}
.product--home-page .product__area {
  position: relative;
  z-index: 10;
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: url("../images/product-bg.png") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .product--home-page .product__area {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
@media (max-width: 576px) {
  .product--home-page .product__area {
    padding: 1rem;
  }
}
@media (max-width: 400px) {
  .product--home-page .product__area {
    padding: 10px;
  }
}
.product--home-page .product__content {
  max-width: 465px;
  padding-left: 2.2rem;
}
@media (max-width: 1024px) {
  .product--home-page .product__content {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product--home-page .product__title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Salsa", cursive;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .product--home-page .product__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .product--home-page .product__title {
    font-size: 20px;
  }
}
.product--home-page .product__author {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.product--home-page .product__description {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 1.8rem;
}
@media (max-width: 1024px) {
  .product--home-page .product__description {
    margin-top: 7px;
    margin-bottom: 1.4rem;
  }
}
.product--home-page .product__features {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
@media (max-width: 800px) {
  .product--home-page .product__features {
    display: none;
  }
}
.product--home-page .product__feature {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product--home-page .product__feature::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75 0.781604C9.62982 1.2896 10.3617 2.01858 10.8732 2.89636C11.3847 3.77415 11.6581 4.7703 11.6663 5.78622C11.6745 6.80213 11.4173 7.80258 10.92 8.68851C10.4227 9.57444 9.70273 10.3151 8.83122 10.8373C7.95972 11.3594 6.96696 11.6449 5.95122 11.6655C4.93548 11.686 3.93199 11.441 3.04007 10.9545C2.14816 10.468 1.39876 9.75708 0.866055 8.89199C0.333353 8.0269 0.0358221 7.03769 0.00291673 6.02227L0 5.83327L0.00291673 5.64427C0.0355852 4.63685 0.328736 3.65508 0.85379 2.79468C1.37884 1.93428 2.11788 1.22462 2.99885 0.734869C3.87983 0.24512 4.87267 -0.00799796 5.88059 0.000192643C6.8885 0.00838324 7.8771 0.277603 8.75 0.781604ZM7.99575 4.25419C7.8953 4.15375 7.76166 4.09342 7.6199 4.0845C7.47813 4.07559 7.33799 4.11871 7.22575 4.20577L7.17092 4.25419L5.25 6.17452L4.49575 5.42085L4.44092 5.37244C4.32867 5.28544 4.18855 5.24237 4.04682 5.25131C3.90509 5.26025 3.77149 5.32059 3.67107 5.42101C3.57065 5.52142 3.51031 5.65503 3.50137 5.79676C3.49243 5.93849 3.5355 6.07861 3.6225 6.19085L3.67092 6.24569L4.83758 7.41235L4.89242 7.46077C4.99472 7.54014 5.12052 7.58322 5.25 7.58322C5.37948 7.58322 5.50528 7.54014 5.60758 7.46077L5.66242 7.41235L7.99575 5.07902L8.04417 5.02419C8.13123 4.91195 8.17435 4.77181 8.16543 4.63004C8.15652 4.48827 8.09619 4.35463 7.99575 4.25419Z" fill="%23FFEAD8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product--home-page .product__author {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}
.product--home-page .product__price {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .product--home-page .product__price {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .product--home-page .product__price {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .product--home-page .product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }
}
.product--home-page .product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  margin: 1.8rem 0;
}
@media (max-width: 1024px) {
  .product--home-page .product__footer {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product--home-page .product__qty-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 8px 18px;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .product--home-page .product__qty-control {
    display: none;
  }
}
.product--home-page .product__qty-btn {
  font-size: 20px;
  border: 1.5px solid #FF8000;
  color: #FF8000;
  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;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
}
.product--home-page .product__qty-number {
  color: #000000;
  font-size: 1.2rem;
  background: #ffffff;
  padding: 2px 28px;
  border-radius: 20px;
}
.product--home-page .product__btn {
  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;
  gap: 8px;
  border: 1px solid #ffffff;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
/* .product--home-page .product__btn:hover svg {
  margin-left: 10px;
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
} */
.product--home-page .product__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product--home-page .product__slider-item {
  border-radius: 12px;
  overflow: hidden;
  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;
}
.product--home-page .product__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product--home-page .product__slider-nav span {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background: #A2A2A2;
  height: 8px !important;
  width: 8px !important;
}
.product--home-page .product__slider-nav span.swiper-pagination-bullet-active {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background: #ffffff;
}

.product--product-page {
  -webkit-box-shadow: 0px -17px 38px -14px rgba(157, 80, 4, 0.92);
  position: relative;
  background: #FFEAD8;
  -webkit-box-shadow: 0px -33px 36px -17px #66390c;
          box-shadow: 0px -33px 36px -17px #66390c;
  border-radius: 60px 60px 0 0;
  margin-top: -100px;
  background-image: radial-gradient(circle at 1px 20px, #d79914 1px, transparent 0);
  background-size: 40px 40px;
}
@media (max-width: 992px) {
  .product--product-page {
    background-size: 30px 30px;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 768px) {
  .product--product-page {
    background-image: radial-gradient(circle at 1.5px 20px, #fdcc61 1.5px, transparent 0);
    background-size: 30px 30px;
  }
}
.product--product-page .product__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .product--product-page .product__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .product--product-page .product__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .product--product-page .product__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product--product-page .product__card {
  background: #ffffff;
  border: 1px solid #FF8000;
  border-radius: 10px;
  padding: 10px;
  min-width: 0;
}
.product--product-page .product__image-box {
  position: relative;
  background: #fdfdfd;
  overflow: hidden;
  border-radius: 10px;
}
.product--product-page .product__img-wrap {
  overflow: hidden;
  max-height: 280px;
}
.product--product-page .product__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product--product-page .product__swiper {
  width: 100%;
  height: 100%;
}
.product--product-page .product__swiper .swiper-slide {
  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;
}
.product--product-page .product__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product--product-page .product__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #A2A2A2;
  opacity: 1;
  margin: 0 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product--product-page .product__swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  border-radius: 5px;
}
.product--product-page .product__content {
  margin-top: 20px;
  padding: 0 8px;
}
.product--product-page .product__title-link {
  color: #000000;
  text-decoration: none;
}
.product--product-page .product__title {
  font-size: 1.25rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product--product-page .product__author {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #7F7F7F;
  margin-bottom: 7px;
}
.product--product-page .product__desc {
  font-size: 0.875rem;
  color: #7F7F7F;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product--product-page .product__footer {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product--product-page .product__price {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  background: #DFE2E6;
  padding: 5px 14px;
  border-radius: 30px;
}
.product--product-page .product__btn {
  background: #FF8000;
  color: #ffffff;
  border: none;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}
.product--product-page .product__btn svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product--product-page .product__btn:hover {
  -webkit-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
          box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}
.product--product-page .product__btn:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.product--product-page .product__slider-nav span {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background: #A2A2A2;
  height: 8px !important;
  width: 8px !important;
}
.product--product-page .product__slider-nav span.swiper-pagination-bullet-active {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  background: #ffffff;
}

.product--details-page .product__top {
  -webkit-box-shadow: 0px -17px 38px -14px rgba(157, 80, 4, 0.92);
  position: relative;
  background: #FFEAD8;
  -webkit-box-shadow: 0px -33px 36px -17px #66390c;
          box-shadow: 0px -33px 36px -17px #66390c;
  border-radius: 60px 60px 0 0;
  margin-top: -100px;
}
.product--details-page .product-card__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  max-width: 1158px;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .product--details-page .product-card__content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .product--details-page .product-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.product--details-page .product-card__image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 900px) {
  .product--details-page .product-card__image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
/* 	  width: 220px; */
  }
}
.product--details-page .product-card__main-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #f8f4ed;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1.1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  max-height: 440px;
}
.product--details-page .product-card__slider-inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.product--details-page .product-card__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
.product--details-page .product-card__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.product--details-page .product-card__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 138px;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 900px) {
  .product--details-page .product-card__thumbnails {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.product--details-page .product-card__thumb {
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.18s;
  transition: all 0.18s;
  opacity: 0.7;
}
@media (max-width: 900px) {
  .product--details-page .product-card__thumb {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 600px) {
  .product--details-page .product-card__thumb {
    width: 70px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product--details-page .product-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product--details-page .product-card__thumb--active, .product--details-page .product-card__thumb:hover {
  opacity: 1;
}
.product--details-page .product-card__info {
  padding: 1.8rem;
}
@media (max-width: 1300px) {
  .product--details-page .product-card__info {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .product--details-page .product-card__info {
    padding: 0;
  }
}
.product--details-page .product-card__title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  font-family: "Salsa", cursive;
}
@media (max-width: 768px) {
  .product--details-page .product-card__title {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -4%;
  }
}
.product--details-page .product-card__subtitle {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin-top: 8px;
}
.product--details-page .product-card__description {
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
}
.product--details-page .product-card__features {
  list-style: none;
  margin-top: 30px;
}
.product--details-page .product-card__features li {
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.product--details-page .product-card__features li:not(:last-child) {
  margin-bottom: 10px;
}
.product--details-page .product-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 0.781604C9.62982 1.2896 10.3617 2.01858 10.8732 2.89636C11.3847 3.77415 11.6581 4.7703 11.6663 5.78622C11.6745 6.80213 11.4173 7.80258 10.92 8.68851C10.4227 9.57444 9.70273 10.3151 8.83122 10.8373C7.95972 11.3594 6.96696 11.6449 5.95122 11.6655C4.93548 11.686 3.93199 11.441 3.04007 10.9545C2.14816 10.468 1.39876 9.75708 0.866055 8.89199C0.333353 8.0269 0.0358221 7.03769 0.00291673 6.02227L0 5.83327L0.00291673 5.64427C0.0355852 4.63685 0.328736 3.65508 0.85379 2.79468C1.37884 1.93428 2.11788 1.22462 2.99885 0.734869C3.87983 0.24512 4.87267 -0.00799796 5.88059 0.000192643C6.8885 0.00838324 7.8771 0.277603 8.75 0.781604ZM7.99575 4.25419C7.8953 4.15375 7.76166 4.09342 7.6199 4.0845C7.47813 4.07559 7.33799 4.11871 7.22575 4.20577L7.17092 4.25419L5.25 6.17452L4.49575 5.42085L4.44092 5.37244C4.32867 5.28544 4.18855 5.24237 4.04682 5.25131C3.90509 5.26025 3.77149 5.32059 3.67107 5.42101C3.57065 5.52142 3.51031 5.65503 3.50137 5.79676C3.49243 5.93849 3.5355 6.07861 3.6225 6.19085L3.67092 6.24569L4.83758 7.41235L4.89242 7.46077C4.99472 7.54014 5.12052 7.58322 5.25 7.58322C5.37948 7.58322 5.50528 7.54014 5.60758 7.46077L5.66242 7.41235L7.99575 5.07902L8.04417 5.02419C8.13123 4.91195 8.17435 4.77181 8.16543 4.63004C8.15652 4.48827 8.09619 4.35463 7.99575 4.25419Z' fill='%23FF8000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.product--details-page .product-card__price-btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 30px 0;
}
.product--details-page .product-card__current-price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 768px) {
  .product--details-page .product-card__current-price {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.product--details-page .product-card__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  overflow: hidden;
  gap: 4px;
}
.product--details-page .product-card__quantity-btn {
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  cursor: pointer;
  border: 1px solid #FF8000;
  border-radius: 50%;
  color: #FF8000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #fff;
}
.product--details-page .product-card__quantity-btn:hover {
  background: #FF8000;
  color: #ffffff;
}
.product--details-page .product-card__quantity-value {
  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;
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  background: #FFCE9E;
  border-radius: 100px;
}
.product--details-page .product-card__buy-btn {
  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;
  width: 100%;
  padding: 10px 20px;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background: #FF8000;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product--details-page .product-card__buy-btn span {
  display: inline-block;
  line-height: 1;
}
.product--details-page .product-card__buy-btn svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product--details-page .product-card__buy-btn:hover {
  background-color: #D46A00;
}
.product--details-page .product-card__buy-btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.product--details-page .product__bottom {
  background: #FFEAD8;
  background-image: radial-gradient(circle at 1px 15px, #d79914 1px, transparent 0);
  background-size: 30px 30px;
}
.product--details-page .product__content-wrap {
  margin-top: 2.5rem;
}
.product--details-page .product__content-title-wrap {
  position: relative;
}
.product--details-page .product__content-title {
  text-align: left;
  color: #000000;
  margin-left: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 576px) {
  .product--details-page .product__content-title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.product--details-page .product__content-title-bg-wrap {
  position: absolute;
  bottom: -60px;
  left: -40px;
  z-index: 5;
}
.product--details-page .product__content-title-bg-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .product--details-page .product__content-title-bg-wrap {
    bottom: -45px;
    left: -30px;
  }
}
@media (max-width: 1024px) {
  .product--details-page .product__content-title-bg-wrap {
    bottom: -36px;
    left: -18px;
  }
}
@media (max-width: 768px) {
  .product--details-page .product__content-title-bg-wrap {
    bottom: -25px;
    left: -10px;
  }
}
@media (max-width: 450px) {
  .product--details-page .product__content-title-bg-wrap {
    bottom: -10px;
  }
}
.product--details-page .product__content-subtitle {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .product--details-page .product__content-subtitle {
    font-size: 1.25rem;
  }
}
.product--details-page .product__content-text {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .product--details-page .product__content-text {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 1rem;
  }
}
.product--details-page .product__content-lists {
  list-style: none;
  padding-left: 10px;
  margin-top: 15px;
}
.product--details-page .product__content-list-item {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  line-height: 1.4;
}
.product--details-page .product__content-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  z-index: 10;
  margin-top: 13px;
}
@media (max-width: 576px) {
  .product--details-page .product__content-list-item {
    font-size: 1rem;
  }
}

.why-choose-us {
  position: relative;
  background: #FFEAD8;
  background-image: radial-gradient(circle at 1.5px 1.5px, #fdcc61 1.5px, transparent 0);
  background-size: 50px 50px;
}
@media (max-width: 992px) {
  .why-choose-us {
    background-size: 45px 45px;
  }
}
@media (max-width: 768px) {
  .why-choose-us {
    background-image: radial-gradient(circle at 1.5px 1.5px, #fdcc61 1.5px, transparent 0);
    background-size: 40px 40px;
  }
}
.why-choose-us::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 490px;
  top: -130px;
  left: -4px;
  background: #FF9E3D;
  -webkit-transform: rotate(-112.6deg);
          transform: rotate(-112.6deg);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  z-index: 1;
}
@media (max-width: 576px) {
  .why-choose-us::after {
    width: 165px;
    height: 270px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
    top: -35px;
    left: -76px;
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
}
.why-choose-us__container {
  position: relative;
  z-index: 10;
}
.why-choose-us__header {
  margin-bottom: -11rem;
}
@media (max-width: 1150px) {
  .why-choose-us__header {
    margin-bottom: -5rem;
  }
}
@media (max-width: 950px) {
  .why-choose-us__header {
    margin-bottom: -3rem;
  }
}
@media (max-width: 768px) {
  .why-choose-us__header {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .why-choose-us__header {
    margin-bottom: 3rem;
  }
}
.why-choose-us__subtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
.why-choose-us__title {
  text-align: center;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}
.why-choose-us__title span {
  color: #D46A00;
}
.why-choose-us__subtitle-text {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.8rem;
  position: relative;
  z-index: 10;
}
.why-choose-us__desc {
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}
.why-choose-us__orbit-book {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
}
@media (max-width: 1300px) {
  .why-choose-us__orbit-book {
    max-width: 400px;
  }
}
@media (max-width: 1150px) {
  .why-choose-us__orbit-book {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .why-choose-us__orbit-book {
    max-width: 270px;
  }
}
@media (max-width: 768px) {
  .why-choose-us__orbit-book {
    max-width: 270px;
  }
}
@media (max-width: 700px) {
  .why-choose-us__orbit-book {
    max-width: 100px;
  }
}
.why-choose-us__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -9rem;
  z-index: 99;
}
@media (max-width: 1200px) {
  .why-choose-us__btn-wrap {
    margin-top: -7rem;
  }
}
@media (max-width: 950px) {
  .why-choose-us__btn-wrap {
    margin-top: -5rem;
  }
}
@media (max-width: 950px) {
  .why-choose-us__btn-wrap {
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .why-choose-us__btn-wrap {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .why-choose-us__btn-wrap {
    margin-top: 3.5rem;
  }
}
.why-choose-us__btn {
  padding: 12px 56px;
}
.why-choose-us__orbit-area {
  width: 745px;
  height: 745px;
  position: relative;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .why-choose-us__orbit-area {
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 900px) {
  .why-choose-us__orbit-area {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 800px) {
  .why-choose-us__orbit-area {
    width: 493px;
    height: 493px;
    margin-top: 4rem;
  }
}
@media (max-width: 780px) {
  .why-choose-us__orbit-area {
    width: 400px;
    height: 400px;
  }
}
.why-choose-us__book {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.why-choose-us__book--responsive {
  display: none;
}
@media (max-width: 768px) {
  .why-choose-us__book {
    width: 100%;
    height: auto;
    position: static;
    display: none;
  }
  .why-choose-us__book--responsive {
    display: block;
  }
}
.why-choose-us__orbit-area {
  width: 1000px;
  height: 1000px;
  position: relative;
  margin: 0 auto;
  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;
}
@media (max-width: 1200px) {
  .why-choose-us__orbit-area {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 950px) {
  .why-choose-us__orbit-area {
    width: 680px;
    height: 680px;
  }
}
@media (max-width: 800px) {
  .why-choose-us__orbit-area {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 740px) {
  .why-choose-us__orbit-area {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .why-choose-us__orbit-area {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 550px) {
  .why-choose-us__orbit-area {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.why-choose-us .orbit__rotating {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 30;
}
@media (max-width: 768px) {
  .why-choose-us .orbit__rotating {
    width: 100%;
    height: 100%;
  }
}
.why-choose-us .orbit__text-box {
  position: absolute;
  background: #FFC081;
  background: linear-gradient(18deg, rgba(243, 158, 73, 0.958) 56%, rgb(255, 128, 0) 78%);
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 250px;
  -webkit-box-shadow: 0 15px 35px rgba(230, 126, 34, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 35px rgba(230, 126, 34, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -3px 2px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box {
    max-width: 200px;
  }
}
.why-choose-us .orbit__text-box-title {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .why-choose-us .orbit__text-box-title {
    font-size: 12px;
  }
}
.why-choose-us .orbit__text-box-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
  display: block;
}
@media (max-width: 600px) {
  .why-choose-us .orbit__text-box-text {
    font-style: 8px;
  }
}
.why-choose-us .orbit__text-box--1 {
  top: 22%;
  left: 15%;
  -webkit-transform: translate(-50%, 59%);
  transform: translate(-50%, 59%);
  max-width: 200px;
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--1 {
    top: 20%;
    left: 11%;
  }
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--1 {
    top: 17%;
    left: 10%;
  }
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box--1 {
    top: 12%;
    left: 8%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--1 {
    top: 0%;
    left: 31%;
  }
}
@media (max-width: 500px) {
  .why-choose-us .orbit__text-box--1 {
    top: -8%;
    left: 36%;
  }
}
@media (max-width: 450px) {
  .why-choose-us .orbit__text-box--1 {
    top: -10%;
    left: 30%;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 385px) {
  .why-choose-us .orbit__text-box--1 {
    top: -14%;
  }
}
.why-choose-us .orbit__text-box--2 {
  top: 26%;
  right: 8%;
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--2 {
    top: 25%;
    right: 3%;
  }
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--2 {
    top: 22%;
    right: -1%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--2 {
    top: unset;
    bottom: 8% !important;
    left: 5%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 450px) {
  .why-choose-us .orbit__text-box--2 {
    top: unset;
    bottom: 2% !important;
    left: 5%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.why-choose-us .orbit__text-box--3 {
  bottom: 47%;
  right: 4%;
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--3 {
    top: 50%;
    right: 0%;
  }
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--3 {
    right: -1%;
  }
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box--3 {
    right: -6%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--3 {
    display: none;
  }
}
@media (max-width: 500px) {
  .why-choose-us .orbit__text-box--3 {
    top: unset;
    bottom: 0% !important;
    left: -1%;
  }
}
.why-choose-us .orbit__text-box--4 {
  bottom: 30%;
  right: -2%;
  min-width: 185px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--4 {
    bottom: 27%;
    left: 83%;
  }
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box--4 {
    left: 88%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--4 {
    top: 30%;
    left: 85%;
  }
}
@media (max-width: 550px) {
  .why-choose-us .orbit__text-box--4 {
    top: 30%;
    left: 76%;
  }
}
@media (max-width: 450px) {
  .why-choose-us .orbit__text-box--4 {
    top: 26%;
    left: 70%;
    max-width: 160px;
  }
}
.why-choose-us .orbit__text-box--5 {
  bottom: calc(18% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--5 {
    bottom: calc(15% + 5px);
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--5 {
    display: none;
  }
}
.why-choose-us .orbit__text-box--6 {
  bottom: 26%;
  left: 10%;
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--6 {
    bottom: 24%;
    left: 6%;
  }
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--6 {
    bottom: 22%;
    left: 0%;
  }
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box--6 {
    bottom: 22%;
    left: -4%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--6 {
    display: none;
  }
}
.why-choose-us .orbit__text-box--7 {
  bottom: 47%;
  left: -3%;
}
@media (max-width: 1200px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 47%;
    left: -8%;
  }
}
@media (max-width: 1000px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 41%;
    left: -5%;
  }
}
@media (max-width: 950px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 47%;
    left: -12%;
  }
}
@media (max-width: 940px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 40%;
    left: -9%;
  }
}
@media (max-width: 850px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 51%;
    left: -6%;
    max-width: 200px;
  }
}
@media (max-width: 800px) {
  .why-choose-us .orbit__text-box--7 {
    bottom: 51%;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .why-choose-us .orbit__text-box--7 {
    display: none;
  }
}

.testimonials {
  background: #FFEAD8;
  position: relative;
}
.testimonials::after {
  content: "";
  position: absolute;
  top: -360px;
  right: -380px;
  width: 423.111px;
  height: 669.413px;
  border-radius: 669.413px;
  background: rgba(255, 158, 61, 0.7);
  -webkit-transform: rotate(1deg);
  transform: rotate(-151deg);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: 10;
}
.testimonials__header {
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 15;
}
.testimonials__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.testimonials__title {
  margin-top: 10px;
}
.testimonials__subtitle-text {
  max-width: 100%;
}
.testimonials__area {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
}
.testimonials__content {
  position: relative;
  z-index: 5;
}
.testimonials__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .testimonials__text {
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .testimonials__text {
    padding-left: 70px;
  }
}
.testimonials__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 68px;
  height: 51px;
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='51' viewBox='0 0 68 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7875 0.5C17.8525 1.00575 17.9972 1.96552 17.2216 3.37931C15.1495 7.12644 13.4131 11.2816 12.0124 15.8448C11.9474 16.0496 11.934 16.267 11.9734 16.4782C12.0128 16.6895 12.1038 16.8884 12.2387 17.0579C12.3736 17.2274 12.5482 17.3625 12.7477 17.4515C12.9472 17.5405 13.1656 17.5808 13.3842 17.569C21.0244 17.1552 31.6512 14.9138 32.1548 26.3793C32.4557 32.8046 32.5599 37.546 32.4673 40.6034C32.3284 45.8678 29.6659 49.1667 24.4798 50.5H10.3281C2.86152 49.7931 1.97595 44.8966 0.5 39.0345V28.9828C1.6113 18.569 4.07701 8.18966 12.7591 1.37931C13.1667 1.06511 13.6564 0.879007 14.1655 0.844828C14.7444 0.798851 15.2537 0.683908 15.6936 0.5H16.7875ZM15.0858 2.08621C13.5925 2.44253 12.215 3.31034 10.9532 4.68966C2.51424 13.9138 0.725733 29.6897 2.54896 41.1897C3.33614 46.1092 5.91181 48.6954 10.276 48.9483C16.1682 49.2701 20.5034 49.2989 23.2817 49.0345C29.5154 48.4655 30.9045 44.7414 30.9045 38.6207C30.9045 32.2184 30.8814 28.1149 30.8351 26.3103C30.6094 15.7586 19.0796 19 12.707 18.8793C12.3875 18.8701 12.0739 18.792 11.7879 18.6505C11.5018 18.509 11.2502 18.3075 11.0503 18.0598C10.8505 17.8122 10.7073 17.5244 10.6305 17.2164C10.5538 16.9083 10.5454 16.5874 10.6059 16.2759C11.3931 12.1034 13.1932 7.79885 16.0061 3.36207C16.0979 3.21978 16.1446 3.05343 16.1402 2.88452C16.1358 2.71561 16.0805 2.55189 15.9814 2.41452C15.8823 2.27715 15.744 2.17243 15.5843 2.11391C15.4247 2.05538 15.2511 2.04573 15.0858 2.08621Z' fill='%23FF8000' stroke='%23FF8000'/%3E%3Cpath d='M50.2175 0.5C51.0555 0.603448 51.7246 0.821839 52.2251 1.15517C52.4113 1.28275 52.5479 1.46774 52.6116 1.67847C52.6753 1.8892 52.6621 2.11257 52.5742 2.31034L46.8832 15.5C46.7821 15.7372 46.7438 15.996 46.7719 16.2518C46.7999 16.5077 46.8934 16.7524 47.0435 16.9627C47.1937 17.1731 47.3955 17.3423 47.6301 17.4544C47.8647 17.5664 48.1243 17.6178 48.3845 17.6034C56.2577 17.1207 65.4401 14.8966 67.5 25.5345V41.8621C66.8017 46.4598 64.253 49.3391 59.8538 50.5H43.6711C39.3651 49.0862 36.8396 45.9138 36.0948 40.9828C34.1221 27.8103 36.7058 8.25862 49.1701 0.5H50.2175ZM50.1477 2.10345C48.6464 2.45977 47.2615 3.32759 45.9929 4.7069C37.5088 13.8966 35.6933 29.6552 37.5088 41.1379C38.2885 46.0575 40.8722 48.6437 45.2597 48.8965C51.1718 49.2299 55.5245 49.2701 58.3176 49.0172C64.5672 48.4483 65.9812 44.7241 65.9812 38.6207C65.9929 32.2184 65.9754 28.1207 65.9289 26.3276C65.7194 15.7759 54.1454 19 47.7386 18.8793C47.4175 18.8701 47.1022 18.792 46.8146 18.6505C46.527 18.509 46.274 18.3075 46.0731 18.0598C45.8722 17.8122 45.7282 17.5244 45.6511 17.2164C45.5739 16.9083 45.5655 16.5874 45.6263 16.2759C46.4293 12.1034 48.2449 7.8046 51.0729 3.37931C51.1652 3.23702 51.2121 3.07067 51.2077 2.90176C51.2033 2.73285 51.1476 2.56913 51.048 2.43176C50.9484 2.29439 50.8094 2.18968 50.6489 2.13115C50.4884 2.07262 50.3138 2.06298 50.1477 2.10345Z' fill='%23FF8000' stroke='%23FF8000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .testimonials__text::after {
    width: 50px;
    height: 41px;
  }
}
.testimonials__author-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-weight: 500;
  margin-top: 1.5rem;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .testimonials__author-name {
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .testimonials__author-name {
    padding-left: 70px;
  }
}
.testimonials__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.testimonials__pagination--inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: 0 auto;
  position: relative;
}
.testimonials__pagination--inner::after {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: 3px;
  top: 50%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 192, 129, 0)), color-stop(50%, #FFC081), to(rgba(255, 192, 129, 0)));
  background: linear-gradient(90deg, rgba(255, 192, 129, 0) 0%, #FFC081 50%, rgba(255, 192, 129, 0) 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 1021px) {
  .testimonials__pagination {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .testimonials__pagination {
    gap: 22px;
    margin-top: 3.5rem;
  }
  .testimonials__pagination::after {
    width: calc(100% + 20px);
    height: 4px;
  }
}
.testimonials__pagination-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #FF8000;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}
@media (max-width: 768px) {
  .testimonials__pagination-dot {
    width: 12px;
    height: 12px;
  }
}
.testimonials__pagination-dot::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FF8000;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .testimonials__pagination-dot::after {
    width: 8px;
    height: 8px;
  }
}
.testimonials__pagination-dot--active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.testimonials .swiper-pagination-bullets {
  position: relative !important;
  left: unset !important;
}

.footer {
  background-color: #000000;
  background: url("../images/footer-bg.png") bottom/cover no-repeat;
  position: relative;
}
@media (max-width: 800px) {
  .footer {
    background: url("../images/footer-bg-responsive.png") bottom/cover no-repeat;
  }
}
.footer__container {
  position: relative;
  z-index: 10;
}
@media (max-width: 500px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
  padding-top: 20px;
  padding-bottom: 5rem;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 920px) {
  .footer__bottom {
    padding-bottom: 2rem;
  }
}
@media (max-width: 850px) {
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 6px;
  }
}
@media (max-width: 576px) {
  .footer__bottom {
    padding-bottom: 1rem;
  }
}
.footer__bottom-link {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
}
.footer__bottom-copyright {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.footer__top {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 1280px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  max-width: 430px;
}
@media (max-width: 1280px) {
  .footer__left {
    max-width: 700px;
  }
}
.footer__logo-wrap {
  max-width: 175px;
  max-height: 90px;
  margin-bottom: 1rem;
}
.footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}
.footer__social-area {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 800px) {
  .footer__right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 500px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.footer__link-title {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style: none;
}
.footer__link-item:not(:first-child) {
  padding-left: 3rem;
}
@media (max-width: 800px) {
  .footer__link-item:not(:first-child) {
    padding-left: 0;
  }
}
.footer__link {
  color: #ffffff;
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__link:hover {
  color: #FF8000;
}
.footer__link--icon {
  position: relative;
  padding-left: 15px;
}
.footer__link--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.68123 5.03418L1.85623 8.85918C1.57498 9.14043 1.1531 9.14043 0.899976 8.85918L0.253101 8.24043C-2.44305e-05 7.95918 -2.44305e-05 7.5373 0.253101 7.28418L2.98123 4.58418L0.253101 1.85605C-2.44305e-05 1.60293 -2.44305e-05 1.18105 0.253101 0.899805L0.899976 0.25293C1.1531 -0.000195049 1.57498 -0.000195049 1.85623 0.25293L5.68123 4.07793C5.93435 4.35918 5.93435 4.78105 5.68123 5.03418Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer__link-item--contact {
  max-width: 350px;
}
.footer__link-item--contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .footer__icon-wrap {
  position: relative;
  z-index: 10;
  width: 36px;
  height: 36px; 
  background: rgba(255, 128, 0, 0.1019607843);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 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;
}
.footer__icon-wrap svg{
    fill: #FF8000;
   
}
@media (max-width: 800px) {
  .footer .footer__icon-wrap {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
  }
}
.footer__social-link {
  width: 32px;
  height: 32px;
  border-radius: 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;
  background: rgba(255, 128, 0, 0.1019607843);
  padding: 5px;
}
.footer__social-link svg {
  fill: #FF8000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__social-link:hover svg {
  fill: #ffffff;
}
.footer__bg-text {
  position: absolute;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 17rem;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.35;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .footer__bg-text {
    font-size: 12rem;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .footer__bg-text {
    font-size: 10rem;
    bottom: -80px;
  }
}
@media (max-width: 920px) {
  .footer__bg-text {
    font-size: 8rem;
    bottom: -70px;
  }
}
@media (max-width: 576px) {
  .footer__bg-text {
    font-size: 6rem;
    bottom: -60px;
  }
}

.breadcrumbs {
  background: url("../images/breadcrumbs-bg.png") center/cover no-repeat, #000000;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .breadcrumbs__shape {
    display: none;
  }
}
.breadcrumbs__subtitle-wrap {
  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;
  gap: 1.5rem;
  padding-top: 9rem;
  background: transparent;
}
@media (max-width: 576px) {
  .breadcrumbs__subtitle-wrap {
    gap: 0.8rem;
    padding-top: 6rem;
  }
}
@media (max-width: 350px) {
  .breadcrumbs__subtitle-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
.breadcrumbs__current-item {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs__title {
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .breadcrumbs__title {
    margin-top: 3rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__title {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.breadcrumbs__desc {
  color: #ffffff;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-size: #ffffff;
  margin-top: 1.5rem;
}

.mission {
  -webkit-box-shadow: 0px -17px 38px -14px rgba(157, 80, 4, 0.92);
  position: relative;
  background: #FFEAD8;
  -webkit-box-shadow: 0px -33px 36px -17px #66390c;
          box-shadow: 0px -33px 36px -17px #66390c;
  border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 0 0;
  margin-top: -100px;
  background-image: radial-gradient(circle at 1px 20px, #d79914 1px, transparent 0);
  background-size: 40px 40px;
}
@media (max-width: 992px) {
  .mission {
    background-size: 30px 30px;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 768px) {
  .mission {
    background-image: radial-gradient(circle at 1.5px 20px, #fdcc61 1.5px, transparent 0);
    background-size: 30px 30px;
  }
}
.mission::after {
  content: "";
  position: absolute;
  width: 325px;
  height: 510px;
  left: 0;
  bottom: 0;
  background: #FF9E3D;
  -webkit-transform: rotate(245deg);
  transform: rotate(245deg);
  border-radius: 50%;
  z-index: 9;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media (max-width: 576px) {
  .mission::after {
    width: 200px;
    height: 315px;
    bottom: 250px;
  }
}
.mission__container {
  position: relative;
}
.mission__content {
  position: relative;
  max-width: 747px;
  z-index: 10;
}
@media (max-width: 1300px) {
  .mission__content {
    max-width: 100%;
  }
}
.mission__content--right {
  max-width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mission__content-area--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.mission__content-area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 4.5rem;
}
@media (max-width: 1024px) {
  .mission__content-area--right {
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .mission__content-area--right {
    margin-top: 3.5rem;
  }
}
.mission__hand-image-wrap {
  position: relative;
}
@media (max-width: 1300px) {
  .mission__hand-image-wrap {
    width: 100%;
    aspect-ratio: 1/0.6;
  }
}
.mission__hand-image {
  position: absolute;
  bottom: 50%;
  right: -85%;
  -webkit-transform: translate(0px, 58%);
          transform: translate(0px, 58%);
  z-index: 5;
}
@media (max-width: 1300px) {
  .mission__hand-image {
    top: 0;
    right: 50%;
    -webkit-transform: scale(1.3) translate(-50%, -50%);
    transform: scale(1.3) translate(33%, 0%);
  }
}
@media (max-width: 1024px) {
  .mission__hand-image {
    width: 100%;
    top: 92%;
    right: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.3) translate(0, -50%);
  }
}
.mission__vission-image-wrap {
  position: relative;
  z-index: 5;
}
@media (max-width: 1300px) {
  .mission__vission-image-wrap {
    width: 100%;
    aspect-ratio: 1/0.6;
  }
}
.mission__vission-image {
  position: absolute;
  right: 50%;
  -webkit-transform: translate(-50%, -25%) scale(1.2);
          transform: translate(-50%, -25%) scale(1.2);
}
@media (max-width: 1300px) {
  .mission__vission-image {
    top: 50%;
    right: 0;
    -webkit-transform: scale(1.2) translate(0, -46%);
            transform: scale(1.2) translate(0, -46%);
    width: 100%;
  }
}
.mission__title {
  max-width: 100%;
  margin-bottom: 0.8rem;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.mission__title span {
  font-style: italic;
}
.mission__subtitle-text {
  font-size: 2.2rem;
  max-width: 100%;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .mission__subtitle-text {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .mission__subtitle-text {
    font-size: 20px;
  }
}
.mission__lists {
  color: #000000;
  list-style: none;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .mission__lists {
    font-size: 1rem;
  }
}
.mission__lists--right {
  margin-top: 0;
}
.mission__text {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 576px) {
  .mission__text {
    font-size: 1rem;
  }
}
.mission__text-limit {
  max-width: 700px;
}
.mission__bg-text-wrap {
  position: absolute;
  top: 20px;
  left: 40px;
  max-width: 90%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .mission__bg-text-wrap {
    max-width: 700px;
    top: 50px;
    left: 32px;
  }
}
@media (max-width: 768px) {
  .mission__bg-text-wrap {
    max-width: 400px;
    top: 35px;
    left: 40px;
  }
}
@media (max-width: 576px) {
  .mission__bg-text-wrap {
    max-width: 300px;
    top: 50px;
    left: 20px;
  }
}
.mission__bg-text-wrap img {
  width: 100%;
}

.faq {
  background: #FFEAD8;
  background-image: radial-gradient(circle at 1px 20px, #d79914 1px, transparent 0);
  background-size: 40px 40px;
}
@media (max-width: 992px) {
  .faq {
    background-size: 30px 30px;
  }
}
@media (max-width: 768px) {
  .faq {
    background-image: radial-gradient(circle at 1.5px 20px, #fdcc61 1.5px, transparent 0);
    background-size: 30px 30px;
  }
}
.faq__title {
  text-align: center;
}
.faq__area {
  margin-top: 2.2rem;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.faq__item {
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #FF8000;
  background: #FFEAD8;
  padding: 30px;
}
.faq__item--active {
  background-color: #FF8000;
  border-color: #FF8000;
}
.faq__header {
  width: 100%;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
  font-size: 22px;
  line-height: 24PX;
  font-weight: 500;
  color: var(--text-dark);
  outline: none;
}
.faq__item--active .faq__header {
  color: white;
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
}
.faq__item--active .faq__content {
  padding-top: 14px;
}
.faq__text {
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  font-size: 20px;
}
@media (max-width: 768px) {
  .faq__text {
    font-size: 1rem;
  }
}
.faq__item--active .faq__text {
  color: #ffffff;
}
.faq__icon {
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  width: 20px;
  height: 20px;
}
.faq__icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 40%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__item--active .faq__icon::after {
  -webkit-transform: translateY(0%) rotate(-135deg);
          transform: translateY(0%) rotate(-135deg);
}
.faq--two {
  background-image: none;
}

.vanish {
  background: url("../images/vanish-vain-bg.png") bottom/cover no-repeat;
  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;
  min-height: calc(100vh + 200px);
  max-height: calc(100vh + 200px);
  padding-top: 150px;
}
@media (max-width: 768px) {
  .vanish {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 150px;
  }
}
@media (max-width: 450px) {
  .vanish {
    min-height: calc(100vh + 200px);
    max-height: calc(100vh + 200px);
  }
}
.vanish__content {
  position: relative;
}
.vanish__content {
  min-height: 100%;
}
.vanish__title {
  color: #000000;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}
.vanish__message  {
  color: #000000;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
}
.vanish__title--4 {
  font-size: clamp(2.5rem, 5vw + 1rem, 4.375rem);
}
.vanish__title--5 {
  font-size: clamp(1.5rem, 0.95rem + 2.7vw, 3rem);
}
.vanish__subtitle {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
.vanish__card {
  margin-top: 6.875rem;
  border: 1px solid #FF8000;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  padding: 1.8rem;
  box-shadow: 0px 0px 13px 0px rgba(255, 128, 0, 0.55);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(255, 128, 0, 0.55);
  -moz-box-shadow: 0px 0px 13px 0px rgba(255, 128, 0, 0.55);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
@media (max-width: 576px) {
  .vanish__card {
    border-radius: 15px;
  }
}
.vanish__input {
  width: 100%;
  min-height: 84px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FF8000;
  outline: none;
  font-size: 22px;
  color: #000000;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 576px) {
  .vanish__input {
    font-size: 1rem;
  }
}
.vanish__input::-webkit-input-placeholder {
  color: #7F7F7F;
  font-size: 22px;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vanish__input::-moz-placeholder {
  color: #7F7F7F;
  font-size: 22px;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vanish__input:-ms-input-placeholder {
  color: #7F7F7F;
  font-size: 22px;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vanish__input::-ms-input-placeholder {
  color: #7F7F7F;
  font-size: 22px;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vanish__input::placeholder {
  color: #7F7F7F;
  font-size: 22px;
  resize: none;
  font-weight: 300;
  letter-spacing: 0.38px;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 576px) {
  .vanish__input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .vanish__input::-moz-placeholder {
    font-size: 1rem;
  }
  .vanish__input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .vanish__input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .vanish__input::placeholder {
    font-size: 1rem;
  }
}
.vanish__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.vanish {
  /* 5. The Vanish Button */
}
.vanish__submit-button {
 background: #FF8000;
  padding: 12px 42px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;  
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.vanish__submit-button:hover {
  background: #FF8000;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.vanish__submit-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.vanish__disclaimer {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  margin-top: 1rem;
  text-align: center;
  font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vanish__final-btns {
  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;
  gap: 1.5rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 2s ease, visibility 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, visibility 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, visibility 2s ease, transform 2s ease;
  transition: opacity 2s ease, visibility 2s ease, transform 2s ease, -webkit-transform 2s ease;
  margin-top: 30px;
}
.vanish__final-btns.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .vanish__final-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.vanish__btn-calm {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.vanish__btn-soft {
  background: #ffffff;
  border: none !important;
  outline: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.vanish .fade-in {
  -webkit-animation: smoothFadeIn 2.5s forwards cubic-bezier(0.4, 0, 0.2, 1);
          animation: smoothFadeIn 2.5s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
.vanish .fade-out {
  -webkit-animation: smoothFadeOut 1.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
          animation: smoothFadeOut 1.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes smoothFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes smoothFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes smoothFadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
 .footer .footer__icon-wrap svg,
 .footer .footer__icon-wrap i {
   width: 22px;
   height: 22px;
   font-size: 22px;
   display: inline-block;
   vertical-align: middle;
 }
 .footer .footer__social-link svg,
 .footer .footer__social-link i {
   width: 22px;
   height: 22px;
   font-size: 22px;
   display: inline-block;
   vertical-align: middle;
 }
@keyframes smoothFadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
