@charset "UTF-8";
@keyframes link-arrow {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  56% {
    -moz-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.js-marquee-wrapper,
.js-marquee {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
/*
// Not Variable font
@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR.eot");
  src: url("../../assets/fonts/Cera/Cera-GR.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Light.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "InterTight";
  src: url("../../assets/fonts/Inter_Tight/InterTight-VariableFont_wght.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "InterTight Italic";
  src: url("../../assets/fonts/Inter_Tight/InterTight-Italic-VariableFont_wght.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon/icomoon.eot?9tyiel");
  src: url("../../assets/fonts/icomoon/icomoon.eot?9tyiel#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.ttf?9tyiel") format("truetype"), url("../../assets/fonts/icomoon/icomoon.woff?9tyiel") format("woff"), url("../../assets/fonts/icomoon/icomoon.svg?9tyiel#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-xxl {
  font-size: clamp(70px, 11.1111111111vw, 200px);
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 1921px) {
  .heading-xxl {
    font-size: clamp(200px, 8.6666666667vw, 260px);
  }
}

.heading-xl {
  font-size: clamp(50px, 5.5555555556vw, 100px);
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(100px, 4.3333333333vw, 130px);
  }
}

h1,
.heading {
  font-size: clamp(34px, 4.1666666667vw, 75px);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading {
    font-size: clamp(75px, 3.25vw, 97.5px);
  }
}

.heading-l {
  font-size: clamp(40px, 3.3333333333vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 2.6vw, 78px);
  }
}

h2,
.heading-ml {
  font-size: clamp(35px, 2.7777777778vw, 50px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading-ml {
    font-size: clamp(50px, 2.1666666667vw, 65px);
  }
}

.heading-m {
  font-size: clamp(30px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .heading-m {
    font-size: clamp(40px, 1.7333333333vw, 52px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.6666666667vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.3vw, 39px);
  }
}

h4,
.heading-s {
  font-size: clamp(18px, 1.3888888889vw, 25px);
  font-weight: 300;
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(25px, 1.0833333333vw, 32.5px);
  }
}

h5,
.heading-xs {
  font-size: clamp(15px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1921px) {
  h5,
  .heading-xs {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

.text-xl {
  font-size: clamp(30px, 2.5vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .text-xl {
    font-size: clamp(45px, 1.95vw, 58.5px);
  }
}

.text-l {
  font-size: clamp(20px, 1.3888888889vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(25px, 1.0833333333vw, 32.5px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.1111111111vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(20px, 0.8666666667vw, 26px);
  }
}

.text {
  font-size: clamp(15px, 1vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.text-m {
  font-size: clamp(14px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text-m {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

.text-ms {
  font-size: clamp(12px, 0.7777777778vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.6066666667vw, 18.2px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.52vw, 15.6px);
  }
}

.button {
  font-size: clamp(14px, 1vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.link {
  font-size: clamp(14px, 1vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .link {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #fcfcfc;
  font-family: "InterTight", system-ui;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

/* Track */
::-webkit-scrollbar {
  width: 6px; /* Adjust the width as needed */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px; /* Rounded corners */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #000; /* Color on hover */
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}

.boxed {
  max-width: 1840px;
  padding-inline: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1800px, 90vw, 2700px);
  }
}

.boxed-md {
  max-width: 1420px;
  padding-inline: clamp(20px, 2.8985507246vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-md {
    max-width: clamp(1380px, 69vw, 2070px);
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1840px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1140px;
  padding-inline: clamp(20px, 3.6363636364vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1100px, 55vw, 1650px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1800px, 90vw, 2700px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

.width-full {
  width: 100%;
}

.push-left {
  margin-left: max((100vw - 1800px) / 2, clamp(20px, 2.2222222222vw, 40px));
}
@media only screen and (min-width: 1800px) {
  .push-left {
    margin-left: calc((100vw - 1800px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1800px, 90vw, 2700px)) / 2);
  }
}

@media only screen and (min-width: 1800px) {
  .push-right {
    margin-right: calc((100vw - 1800px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1800px, 90vw, 2700px)) / 2);
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.4666666667vw, 104px);
  }
}

.first-section {
  padding-block: clamp(150px, 20.5078125vw, 210px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(210px, 9.1vw, 273px) clamp(100px, 4.3333333333vw, 130px);
  }
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}

.basic-section {
  padding-block: clamp(50px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(100px, 4.3333333333vw, 130px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 8.6666666667vw, 260px);
  }
}

.flex {
  display: flex;
  align-items: center;
}

.two-col-grid {
  display: grid;
  gap: clamp(24px, 2.6666666667vw, 48px);
}
@media only screen and (min-width: 1025px) {
  .two-col-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 1921px) {
  .two-col-grid {
    gap: clamp(96px, 4.16vw, 124.8px);
  }
}

.margin-p p {
  margin-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .margin-p p {
    margin-block: clamp(20px, 0.8666666667vw, 26px);
  }
}

.auto-fit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 700;
}

.black-weight {
  font-weight: 900;
}

.italic {
  font-style: italic;
  font-family: "InterTight Italic";
}

.underline {
  display: flex;
  flex-wrap: wrap;
}
.underline:before {
  content: "";
  flex-grow: 1;
  order: 1;
  border-bottom: solid 1px #5b697b;
  width: 100%;
}
.underline--white:before {
  border-color: #fcfcfc;
}

.normal {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.line-height-s {
  line-height: 1.2;
}

.letter-spacing-wide {
  letter-spacing: 0.25em;
}

.letter-spacing-medium {
  letter-spacing: 0.2em;
}

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

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #000;
}

.white {
  color: #fcfcfc;
}

.white-bg {
  background-color: #fcfcfc;
}

.primary {
  color: #e8e7e0;
}

.secondary {
  color: #5b697b;
}

.accent {
  color: #c44a37;
}

.accent-bg {
  background-color: #c44a37;
}

.light-blue-bg {
  background-color: rgba(76, 104, 124, 0.2);
}

.light-gray-bg {
  background-color: #f1f1f1;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 50px;
  background-color: #fcfcfc;
  transition: all ease;
}
.header__container {
  z-index: 999;
  display: grid;
  grid-template-columns: 3fr max-content 2.5fr 0.5fr;
  place-items: center;
  margin-top: clamp(0px, 2.7777777778vw, 50px);
}
@media only screen and (max-width: 1024px) {
  .header__container {
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.header__hamburger {
  justify-self: start;
}
@media only screen and (min-width: 1025px) {
  .header__hamburger {
    display: none;
  }
}
.header__logo-container {
  max-width: clamp(72px, 6.2222222222vw, 112px);
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header__logo-container {
    order: 1;
  }
}
.header--sticky {
  background-color: #fcfcfc;
}

.main-menu {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    top: 150%;
    min-height: 100dvh;
    left: -100%;
    background-color: #fcfcfc;
  }
}
.main-menu ul {
  list-style-type: none;
}
@media only screen and (min-width: 1025px) {
  .main-menu ul {
    padding: 0;
  }
}
.main-menu__list {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3.5555555556vw, 64px);
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list:first-child {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu .menu-item-has-children:after {
    content: "\e906";
    font-family: "icomoon";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 800;
    margin-left: auto;
  }
}
.main-menu .menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.main-menu .menu-item-has-children:hover ul::before {
  height: var(--before-height, 430px);
  transition: height 0.4s ease-out;
}
.main-menu .menu-item-has-children:hover ul a {
  opacity: 1;
  transition: opacity 0.4s ease 0.5s;
}
.main-menu__back-button {
  width: fit-content;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
}
.main-menu__back-button:after {
  content: "\e907";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 800;
}
.main-menu li.current-menu-item {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .main-menu li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 8px 40px;
  }
  .main-menu li:before {
    content: "";
    flex-grow: 1;
    order: 1;
    border-bottom: solid 1px rgba(91, 105, 123, 0.5);
    width: 100%;
    height: 1px;
    padding: 8px 0;
  }
}
.main-menu li .new a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.main-menu li .new a:after {
  content: "new";
  padding: 0px 4px;
  margin-left: 4px;
  margin-top: -4px;
  border: solid 1px #000;
  border-radius: 80px;
  font-size: 12px;
}
.main-menu li.menu-item-51 .mega-menu-images {
  pointer-events: none;
}
.main-menu li.menu-item-51 .mega-menu-images img {
  opacity: 0;
  transition: 0.2s ease 0.1s;
}
.main-menu li.menu-item-51:hover .mega-menu-images {
  pointer-events: all;
}
.main-menu li.menu-item-51:hover .mega-menu-images img {
  opacity: 1;
  transition: 0.4s ease 0.4s;
}
.main-menu li ul {
  top: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  text-transform: lowercase;
  font-size: 16px;
  transition: opacity 0.001s ease 0.2s, visibility 0.001s ease 0.2s;
}
.main-menu li ul::before {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  height: 0;
  transition: height 0.1s ease-out 0.1s;
}
@media only screen and (max-width: 1024px) {
  .main-menu li ul::before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu li ul {
    max-height: 180px;
    top: 160px;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu li ul {
    display: block;
    position: absolute;
    overflow-y: auto;
    width: 100%;
    max-height: 100dvh;
    padding-top: 40px;
    padding-bottom: 200px;
    background-color: #fcfcfc;
    left: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu li ul {
    top: clamp(160px, 6.9333333333vw, 208px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu li ul li:after {
    content: "";
  }
}
.main-menu li ul li:first-child {
  min-width: 270px;
}
@media only screen and (min-width: 1921px) {
  .main-menu li ul li:first-child {
    min-width: clamp(270px, 13.5vw, 405px);
  }
}
.main-menu li ul a {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.main-menu a {
  position: relative;
  white-space: nowrap;
}
.main-menu a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.main-menu a::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.main-menu a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media only screen and (min-width: 1025px) {
  .main-menu a {
    z-index: 10;
  }
}
.main-menu-1 .main-menu__list {
  justify-content: start;
}
@media only screen and (min-width: 1025px) {
  .main-menu-1 .main-menu__list ul {
    left: 0;
    justify-content: start;
  }
}
@media only screen and (min-width: 1800px) {
  .main-menu-1 .main-menu__list ul {
    margin-left: calc((100vw - 1800px) / 2 - 20px);
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu-1 .main-menu__list ul {
    margin-left: calc((100vw - clamp(1800px, 90vw, 2700px)) / 2);
  }
}
.main-menu-2 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .main-menu-2 .main-menu__list {
    justify-content: end;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu-2 .main-menu__list ul {
    justify-content: end;
    padding-inline: 0 !important;
  }
}
@media only screen and (min-width: 1800px) {
  .main-menu-2 .main-menu__list ul {
    margin-right: calc((100vw - 1800px) / 2 - 20px);
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu-2 .main-menu__list ul {
    margin-right: calc((100vw - clamp(1800px, 90vw, 2700px)) / 2);
  }
}
.main-menu__dropdown-background {
  background-color: #fcfcfc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  width: 100svw;
  min-height: 430px;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-menu__dropdown-background {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__dropdown-background {
    min-height: clamp(430px, 19.1666666667vw, 575px);
  }
}

.mega-menu-closing .sub-menu::before {
  opacity: 1 !important;
  visibility: visible !important;
}

.mega-menu-images {
  display: flex;
  justify-content: end;
  gap: 10px;
  position: absolute;
  top: 160px;
  width: 50%;
  pointer-events: none;
}
.mega-menu-images img {
  opacity: 0;
  transition: 0.1s ease;
}
@media only screen and (max-width: 1800px) {
  .mega-menu-images {
    right: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .mega-menu-images {
    right: calc((100vw - 1800px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .mega-menu-images {
    top: clamp(160px, 6.9333333333vw, 208px);
    right: calc((100vw - clamp(1800px, 90vw, 2700px)) / 2);
  }
}
.mega-menu-images__item {
  position: relative;
  cursor: pointer;
}
.mega-menu-images__item:hover .mega-menu-images__overlay {
  opacity: 1;
}
.mega-menu-images__overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dropdown-menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.dropdown-menu-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}

.search {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .search {
    justify-self: end;
  }
}
@media only screen and (max-width: 1024px) {
  .search {
    order: 2;
  }
}
.search__background, .search__toggle {
  border-radius: 50%;
  top: 80px;
  right: 80px;
  height: 56px;
  width: 56px;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 1024px) {
  .search__background, .search__toggle {
    background-color: transparent;
  }
}
.search__toggle {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .search__toggle {
    justify-content: end;
  }
}
.search__toggle--open:after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 20px;
}
@media only screen and (min-width: 1921px) {
  .search__toggle--open:after {
    font-size: 30px;
    font-size: clamp(20px, 1vw, 30px);
  }
}
.search__toggle--close {
  visibility: hidden;
  opacity: 0;
}
.search__toggle--close:after {
  content: "✕";
  color: #000;
  font-size: 24px;
}
@media only screen and (min-width: 1921px) {
  .search__toggle--close:after {
    font-size: 36px;
    font-size: clamp(24px, 1.2vw, 36px);
  }
}
.search__background {
  position: absolute;
  background-color: #fcfcfc;
  transform: scale(0);
  z-index: 100;
}
.search__modal-container {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 0;
  width: 100%;
  background: #fcfcfc;
  visibility: hidden;
  z-index: 200;
}
.search__modal {
  position: absolute;
  z-index: 500;
  inset: 0;
}

.search-results__container {
  width: 100%;
}
.search-results__list {
  display: grid;
}
.search-results__item {
  border-bottom: 1px solid #5b697b;
  transition: color 0.3s ease;
}
.search-results__item:hover {
  color: #c44a37;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  gap: 48px;
  z-index: 102;
  height: 100%;
}
.search-form__input {
  border: none;
  border-bottom: solid 1px #000;
  background: #fcfcfc;
  font-size: clamp(16px, 2.6666666667vw, 48px);
}
@media only screen and (min-width: 1921px) {
  .search-form__input {
    font-size: 72px;
    font-size: clamp(48px, 2.4vw, 72px);
  }
}
.search-form__input:focus-visible {
  outline: none;
}
.search-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(24px, 3vw, 54px);
  height: clamp(24px, 3vw, 54px);
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #fcfcfc;
}
.search-form__button:after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: clamp(28px, 2.6666666667vw, 48px);
}
@media only screen and (min-width: 1921px) {
  .search-form__button:after {
    font-size: 72px;
    font-size: clamp(48px, 2.4vw, 72px);
  }
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__text-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(8px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .hero__text-container {
    max-width: 65%;
  }
}

.banner {
  margin-top: clamp(100px, 11.1111111111vw, 200px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fcfcfc;
}
@media only screen and (min-width: 1921px) {
  .banner {
    margin-top: clamp(200px, 8.6666666667vw, 260px);
  }
}
.banner__wrapper {
  position: relative;
  min-height: clamp(250px, 47.8260869565vw, 660px);
}
@media only screen and (min-width: 1921px) {
  .banner__wrapper {
    min-height: clamp(660px, 28.6vw, 858px);
  }
}
.banner__container {
  position: absolute;
  width: 100%;
  left: clamp(20px, 2.2222222222vw, 40px);
  bottom: -7%;
}
.banner__text-background {
  position: absolute;
  z-index: 1;
  width: 65%;
  max-width: 550px;
  height: clamp(230px, 41.6666666667vw, 575px);
  background-color: rgba(91, 105, 123, 0.7);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1921px) {
  .banner__text-background {
    max-width: clamp(550px, 23.8333333333vw, 715px);
    height: clamp(575px, 24.9166666667vw, 747.5px);
  }
}
.banner__text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  max-width: 550px;
  height: clamp(230px, 41.6666666667vw, 575px);
  padding: clamp(20px, 2.2222222222vw, 40px);
  z-index: 2;
}
@media only screen and (min-width: 1921px) {
  .banner__text-container {
    max-width: clamp(550px, 23.8333333333vw, 715px);
    height: clamp(575px, 24.9166666667vw, 747.5px);
  }
}
.banner__img-container {
  position: absolute;
  top: clamp(20px, 2.2222222222vw, 40px);
  right: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .banner__img-container {
    top: clamp(40px, 1.7333333333vw, 52px);
    right: clamp(40px, 1.7333333333vw, 52px);
  }
}
.banner__img-container img {
  height: clamp(35px, 6.884057971vw, 95px);
}
@media only screen and (min-width: 1921px) {
  .banner__img-container img {
    height: clamp(100px, 4.3333333333vw, 130px);
  }
}
.banner__subheading {
  font-weight: 300;
}

.intro {
  padding-block: clamp(60px, 6.6666666667vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .intro {
    padding-block: clamp(120px, 5.2vw, 156px);
  }
}
.intro__container {
  display: grid;
  gap: clamp(10px, 1.1111111111vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .intro__container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.intro h3 {
  font-size: clamp(30px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .intro h3 {
    font-size: clamp(40px, 1.7333333333vw, 52px);
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.text-container--centered {
  align-items: center;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.2222222222vw, 40px);
  overflow-x: auto;
}
@media only screen and (max-width: 1280px) {
  .icon-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .icon-list {
    display: flex;
  }
}
.icon-list__item {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.8888888889vw, 16px);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .icon-list__item {
    flex: 1 0 max(210px, 35%);
  }
}
.icon-list__img-container {
  margin-inline: auto;
}
.icon-list__img-container.left-align {
  margin-inline: revert;
}

.card-icon {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .card-icon {
    grid-template-rows: revert;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
.card-icon__img {
  width: clamp(75px, 11.1328125vw, 114px);
}
@media only screen and (min-width: 1921px) {
  .card-icon__img {
    width: clamp(114px, 4.94vw, 148.2px);
  }
}

.page-info {
  margin-top: clamp(160px, 15.5555555556vw, 280px);
}
.page-info__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-info__heading {
  font-weight: 300;
}
.page-info__text-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(8px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .page-info__text-container {
    max-width: 65%;
  }
}

.archive-news__article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.2222222222vw, 40px);
  padding: clamp(32px, 3.1111111111vw, 56px) 0;
  border-top: solid 1px #000;
}
@media only screen and (max-width: 1024px) {
  .archive-news__article {
    grid-template-columns: 1fr;
  }
}
.archive-news__article:first-child {
  padding: 0 0 clamp(32px, 3.1111111111vw, 56px);
  border: none;
}
.archive-news__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-news__text-container {
    max-width: 60%;
  }
}
.archive-news__date {
  font-size: clamp(14px, 0.8888888889vw, 16px);
  padding-bottom: clamp(8px, 0.6666666667vw, 12px);
}
.archive-news__heading {
  font-weight: 400;
  text-transform: revert;
}
.archive-news__image {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .archive-news__image {
    max-height: clamp(550px, 27.5vw, 825px);
  }
}

.archive__button {
  margin-top: 80px;
}
@media only screen and (min-width: 1921px) {
  .archive__button {
    margin-top: clamp(140px, 7vw, 210px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.3333333333vw, 24px);
}
.tabs__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button--active {
  text-decoration: underline;
  color: #000;
}
.tabs__content {
  font-size: 14px;
  padding: 24px 0 24px 0;
}
.tabs__content--hidden {
  display: none;
}

/*
.tabs {
  &__buttons-container {
    overflow: hidden;
    display: flex;
    gap: 24px;

    @include view(md-max) {
      flex-direction: column;
      align-items: start;
    }
  }

  &__button {
    @include clear-styles;
    color: rgba($black, 0.5);
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;

    &--active {
      text-decoration: underline;
      color: $black;
    }
  }

  &__content {
    font-size: 14px;
    padding: 24px 0 24px 0;
  }
}
*/
.accordion {
  display: grid;
  gap: 10px;
}
.accordion__item {
  transition: border ease 300ms;
}
.accordion__button, .accordion__text {
  padding-inline: 20px;
}
.accordion__button {
  padding-block: clamp(8px, 1.5625vw, 16px);
}
.accordion__title {
  display: flex;
  gap: 20px;
}
.accordion__text {
  padding-block: clamp(20px, 3.41796875vw, 35px) clamp(30px, 4.8828125vw, 50px);
}
@media only screen and (min-width: 768px) {
  .accordion__text > div {
    padding-left: clamp(62px, 5vw, 90px);
  }
}
.accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c44a37;
  color: #fcfcfc;
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
  background: linear-gradient(to bottom, rgba(91, 105, 123, 0.3), #fcfcfc);
}
.accordion__content ul {
  margin: 0;
  padding-inline: 0;
  padding-block: clamp(10px, 1.953125vw, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1.5625vw, 16px);
}
.accordion__content ul li {
  list-style-type: none;
  background-color: #fcfcfc;
  padding: clamp(8px, 1.171875vw, 12px) clamp(30px, 3.90625vw, 40px);
  border-radius: clamp(30px, 3.90625vw, 40px);
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .accordion__content ul li {
    font-size: clamp(12px, 0.52vw, 15.6px);
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__item {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fcfcfc;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fcfcfc;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fcfcfc;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(252, 252, 252, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fcfcfc;
}

.instagram {
  margin-top: clamp(120px, 13.3333333333vw, 240px);
}
.instagram__text-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 1024px) {
  .instagram__text-container {
    flex-direction: column;
    align-items: start;
  }
}
.instagram__hashtag {
  color: rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
}
.instagram__container {
  display: flex;
  gap: clamp(2px, 0.4444444444vw, 8px);
  align-items: center;
  margin-top: clamp(24px, 2.6666666667vw, 48px);
}
.instagram__container > * {
  flex-shrink: 0;
}
.instagram__column {
  margin: auto;
}
.instagram__image {
  max-width: clamp(150px, 19.5555555556vw, 352px);
  max-height: clamp(150px, 19.5555555556vw, 352px);
  aspect-ratio: 1;
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .instagram__image {
    max-width: clamp(352px, 23.4666666667vw, 704px);
    max-height: clamp(352px, 23.4666666667vw, 704px);
  }
}

.newsletter__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .newsletter__inputs {
    flex-direction: column;
    align-items: start;
  }
}
.newsletter__email {
  flex-grow: 1;
  flex-basis: 100%;
  background: transparent;
  border: none;
  border-bottom: solid 1px #000;
}
.newsletter__email::placeholder {
  opacity: 1;
  color: #000;
}
.newsletter__button {
  background: transparent;
  border: none;
}

.footer {
  padding: clamp(80px, 8.8888888889vw, 160px) 0 40px;
  overflow-x: hidden;
}
.footer__container {
  display: grid;
  grid-row-gap: clamp(40px, 4.4444444444vw, 80px);
  grid-column-gap: clamp(40px, 4.4444444444vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    grid-template-areas: "newsletter menu info" "social menu info";
    justify-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__newsletter {
    grid-area: newsletter;
    justify-self: start;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__social {
    grid-area: social;
    justify-self: start;
  }
}
.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  .footer__menu {
    grid-area: menu;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__contact-info {
    grid-area: info;
  }
}
.footer__contact-info-list {
  margin: 24px 0;
  padding: 0;
}
.footer__contact-info-item {
  list-style-type: none;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.3333333333vw, 24px);
  margin: 0;
  padding: 0;
}
.footer-menu__list li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: clamp(16px, 1.1111111111vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .footer-menu__list li {
    font-size: clamp(20px, 0.8666666667vw, 26px);
  }
}

.loader {
  display: grid;
  place-items: center;
  position: fixed;
  height: 100%;
  z-index: 999;
  top: 0;
  width: 100%;
  overflow: hidden;
  color: #fcfcfc;
}
.loader__text {
  min-width: 100px;
  text-align: center;
  font-size: clamp(40px, 6.0544904137vw, 60px);
}
.loader--1 {
  background: #5b697b;
  z-index: 999;
}
.loader--2 {
  background-color: #c44a37;
  z-index: 9999;
  display: none;
}

.button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: fit-content;
  padding: clamp(8px, 0.6666666667vw, 12px) clamp(18px, 1.3333333333vw, 24px);
  border: none;
  background: #fcfcfc;
  border: solid 2px #000;
  border-radius: 5rem;
  text-transform: lowercase;
  color: #fcfcfc;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .button {
    padding: clamp(12px, 0.52vw, 15.6px) clamp(24px, 1.04vw, 31.2px);
  }
}
.button:hover span {
  color: #fff;
}
.button:hover span .ic-btn-arrow {
  animation: arrowBounce 1.2s ease-in-out 0s infinite reverse;
}
.button:before, .button:after {
  position: absolute;
  inset: 0;
}
.button:before {
  content: "";
  background: #000;
  width: 170%;
  padding-bottom: 120%;
  top: -100%;
  left: -30%;
  border-radius: 50%;
  transform: translate3d(0, 70%, 0) scale3d(0, 0, 0);
}
.button:after {
  content: "";
  background: #000;
  border-radius: 5%;
  transform: translate3d(0, -110%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.button__text {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  z-index: 10;
  transition: 0.4s ease;
}
.button__text::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 10px;
  margin-left: 12px;
}
.button__text--back::after {
  content: "";
}
.button__text--back::before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 10px;
  margin-right: 12px;
  transform: scaleX(-1);
}
.button--accent {
  background-color: #c44a37;
  border: solid 2px #c44a37;
  color: #fcfcfc;
}
.button--accent .button__text {
  color: #fcfcfc;
}
.button--accent .button__text::after {
  color: #fcfcfc;
}

.link {
  text-transform: lowercase;
}
.link--arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.link--arrow:after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
}
@media only screen and (min-width: 1921px) {
  .link--arrow:after {
    margin-top: 4px;
    font-size: clamp(6px, 0.3vw, 9px);
  }
}
.link--arrow:hover:after {
  animation: link-arrow 1.2s ease-in-out 0s infinite reverse;
}
.link--line {
  position: relative;
  white-space: nowrap;
}
.link--line::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link--line::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.link--line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.link--line {
  position: relative;
  white-space: nowrap;
}
.link--line::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link--line::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.link--line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  background-color: #fcfcfc;
}
.custom-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .custom-checkbox__checkmark:after {
  display: block;
}
.custom-checkbox__checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  rotate: 45deg;
}

.hashtag-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(4px, 0.8072653885vw, 8px);
  padding: 12px clamp(40px, 8.072653885vw, 80px);
  background-color: rgba(91, 105, 123, 0.2);
  border-radius: 80px;
}

.hamburger {
  position: relative;
  width: 36px;
  height: 36px;
}
.hamburger__top, .hamburger__bottom {
  position: absolute;
  height: 2px;
  width: 36px;
  background-color: #000;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 300ms;
}
.hamburger__top {
  transform: translateY(-4px);
}
.hamburger__top.active {
  transform: rotate(45deg) translateY(0);
}
.hamburger__bottom {
  transform: translateY(4px);
}
.hamburger__bottom.active {
  transform: rotate(-45deg) translateY(0);
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  transition: all ease 200ms 200ms;
  padding-top: clamp(30px, 3.3333333333vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .marquee {
    padding-top: clamp(60px, 3.046875vw, 78px);
  }
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  animation: scroll 60s linear infinite;
}
.marquee--active {
  visibility: visible;
  opacity: 1;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.cursor-track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  opacity: 0;
  background-color: rgba(252, 252, 252, 0.4);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.4s, width ease 0.8s, height ease 0.8s, background-color ease 0.3s, border-radius ease 0.8s;
  will-change: scale;
}
.cursor-track--active {
  opacity: 1;
  width: 80px;
  height: 80px;
  backdrop-filter: blur(15px);
}
@media only screen and (min-width: 1921px) {
  .cursor-track--active {
    width: clamp(80px, 4vw, 120px);
    height: clamp(80px, 4vw, 120px);
  }
}
.cursor-track--active:after {
  content: "drag";
  font-size: clamp(14px, 0.5333333333vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .cursor-track--active:after {
    font-size: clamp(16px, 0.8vw, 24px);
  }
}

.line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-block: clamp(10px, 1.1111111111vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .line-text {
    padding-block: clamp(20px, 0.8666666667vw, 26px);
  }
}
.line-text__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.4444444444vw, 8px);
}
.line-text__number {
  position: relative;
  width: clamp(20px, 2.2222222222vw, 40px);
  height: clamp(20px, 2.2222222222vw, 40px);
  padding: clamp(20px, 1.6666666667vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  margin-left: calc(clamp(8px, 0.8888888889vw, 16px) * -1);
  z-index: 1;
}
.line-text__number:first-child {
  margin-left: 0;
}
.line-text__number:first-child::before {
  opacity: 0.6;
}
.line-text__number:nth-child(2)::before {
  opacity: 0.8;
}
.line-text__number::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #c44a37;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .line-text__number {
    width: clamp(40px, 1.7333333333vw, 52px);
    padding: clamp(30px, 1.3vw, 39px);
    margin-left: clamp(-16px, -0.6933333333vw, -20.8px);
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.line--white {
  background-color: #fcfcfc;
}

.line-vertical {
  width: 1px;
  height: clamp(40px, 4.4444444444vw, 80px);
  background-color: #fcfcfc;
}
@media only screen and (min-width: 1921px) {
  .line-vertical {
    height: clamp(80px, 3.4666666667vw, 104px);
  }
}

.error-message {
  color: red;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  transform: scale(1);
  font-size: clamp(20px, 1.6666666667vw, 30px);
  font-weight: 900;
}
@media only screen and (min-width: 1921px) {
  .carousel__button {
    font-size: clamp(30px, 1.3vw, 39px);
  }
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.carousel__button::after {
  content: "\e906";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.90625vw, 40px);
  margin-top: clamp(40px, 7.8125vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.parallax-carousel {
  display: flex;
  gap: clamp(8px, 3.229061554vw, 32px);
  inset: 0;
  margin: auto;
  user-select: none;
}
.parallax-carousel__image {
  width: 400px;
  height: 560px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .parallax-carousel__image {
    max-height: clamp(300px, 84.7457627119vw, 650px);
    aspect-ratio: 2/3;
  }
}
@media only screen and (min-width: 1921px) {
  .parallax-carousel__image {
    width: clamp(400px, 20vw, 600px);
    height: clamp(380px, 28vw, 840px);
  }
}

.asymmetrical-carousel {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel {
    padding: 80px 0 0 0;
  }
}
.asymmetrical-carousel .slides-container {
  position: relative;
  padding-top: 100px;
}
.asymmetrical-carousel__container {
  display: flex;
  gap: 0.8px;
  align-items: center;
}
.asymmetrical-carousel__container > * {
  flex-shrink: 0;
}
@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel__container:has(.asymmetrical-carousel__image--no-carousel) {
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .asymmetrical-carousel__container:has(.asymmetrical-carousel__image--no-carousel) > * {
    flex-shrink: 1;
    min-width: 0;
  }
}
.asymmetrical-carousel__column {
  position: relative;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel__column--no-carousel {
    flex-shrink: 1;
  }
}
.asymmetrical-carousel__column--1 {
  transform: translateY(64px);
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel__column--1 {
    transform: translateY(32px);
  }
}
.asymmetrical-carousel__column--1 .asymmetrical-carousel__image {
  aspect-ratio: 4/3;
  width: clamp(264px, 55.4994954591vw, 550px);
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__column--1 .asymmetrical-carousel__image {
    width: clamp(550px, 36.6666666667vw, 1100px);
  }
}
.asymmetrical-carousel__column--2 {
  transform: translateY(-80px);
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel__column--2 {
    transform: translateY(-40px);
  }
}
.asymmetrical-carousel__column--2 .asymmetrical-carousel__image {
  aspect-ratio: 4/5;
  width: clamp(180px, 40.3632694248vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__column--2 .asymmetrical-carousel__image {
    width: clamp(400px, 26.6666666667vw, 800px);
  }
}
.asymmetrical-carousel__column--3 .asymmetrical-carousel__image {
  aspect-ratio: 4/6;
  width: clamp(180px, 40.3632694248vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__column--3 .asymmetrical-carousel__image {
    width: clamp(400px, 26.6666666667vw, 800px);
  }
}
.asymmetrical-carousel__column--4 {
  transform: translateY(-32px);
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel__column--4 {
    transform: translateY(-16px);
  }
}
.asymmetrical-carousel__column--4 .asymmetrical-carousel__image {
  aspect-ratio: 4/3;
  width: clamp(264px, 55.4994954591vw, 550px);
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__column--4 .asymmetrical-carousel__image {
    width: clamp(550px, 36.6666666667vw, 1100px);
  }
}
.asymmetrical-carousel__image {
  object-fit: cover;
  max-width: 550px;
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__image {
    max-width: clamp(550px, 36.6666666667vw, 1100px);
  }
}
@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel__image--no-carousel {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .asymmetrical-carousel__image--no-carousel {
    max-width: 100%;
  }
}
.asymmetrical-carousel__text-container {
  position: absolute;
  top: calc(100% + 12px);
  padding: 0 clamp(12px, 2.0181634712vw, 20px);
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(8px, 1.614530777vw, 16px);
}
.asymmetrical-carousel__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  gap: 48px;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel__text {
    width: 80%;
    top: 0;
    transform: translateX(20%);
  }
}
@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel__text {
    width: 100%;
    display: flex;
    text-align: center;
  }
}
.asymmetrical-carousel__text--dark {
  color: #000;
}
.asymmetrical-carousel__text--light {
  color: #fcfcfc;
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel__text--light {
    color: #000;
  }
}
.asymmetrical-carousel__category {
  color: #c44a37;
}
.asymmetrical-carousel__button {
  margin-top: 48px;
}

.simple-carousel {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1280px;
}
.simple-carousel__button {
  cursor: pointer;
  transform: scale(3);
}

.slides {
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .slides {
    overflow: revert;
  }
}
.slides__container {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 550px;
}
@media only screen and (max-width: 1024px) {
  .slides__container {
    position: relative;
    justify-content: center;
  }
}
.slides__slide {
  min-width: 360px;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .slides__slide {
    position: absolute;
    top: 0;
  }
}

main--home {
  background-color: #fcfcfc;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media only screen and (max-width: 1024px) {
  .hero {
    margin-top: clamp(180px, 32.5945241199vw, 250px);
  }
}
.hero .circular-shape {
  min-width: clamp(320px, 64.5812310797vw, 640px);
  height: clamp(320px, 64.5812310797vw, 640px);
  overflow: hidden;
  position: relative;
  margin-inline: 800px;
}
@media only screen and (min-width: 1025px) {
  .hero .circular-shape {
    border-radius: clamp(160px, 32.2906155399vw, 320px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero .circular-shape {
    margin: clamp(60px, 15.6453715776vw, 120px) auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .hero .circular-shape {
    min-width: 960px;
    height: 960px;
    border-radius: 480px;
    min-width: clamp(640px, 32vw, 960px);
    height: clamp(640px, 32vw, 960px);
    border-radius: clamp(320px, 16vw, 480px);
  }
}
.hero .circular-shape .circular-shape__video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 101%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .hero .circular-shape {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: -240px;
    margin: auto;
  }
}
.hero__text-container {
  z-index: 2;
}
.hero__description {
  margin-top: clamp(24px, 4.843592331vw, 48px);
}

.products {
  margin-top: 800px;
}
@media only screen and (max-width: 1024px) {
  .products {
    margin-top: 0;
  }
}
.products__container {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .products__container {
    grid-template-columns: 4fr 6fr;
  }
}
.products__carousel {
  position: relative;
  clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
}
@media only screen and (max-width: 1024px) {
  .products__carousel {
    margin-top: clamp(40px, 6.518904824vw, 50px);
  }
}
.products__text-container {
  will-change: transform; /*Fixes the text flickering with smoothScroller*/
  justify-content: center;
  z-index: 2;
  background-color: transparent;
  max-width: 410px;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .products__text-container {
    max-width: clamp(410px, 17.7666666667vw, 533px);
  }
}
.products__heading-small {
  padding-bottom: 16px;
}
.products__heading {
  position: relative;
  padding-bottom: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .products__heading {
    width: 100%;
    justify-content: center;
    padding-bottom: clamp(180px, 33.8983050847vw, 260px);
  }
}
.products__text-effects {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .products__text-effects {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .products__text-effects {
    min-width: 500px;
    padding-bottom: 360px;
  }
}
@media only screen and (min-width: 1921px) {
  .products__text-effects {
    min-width: clamp(500px, 23.3333333333vw, 700px);
  }
}
.products__text-effects > div > div {
  font-weight: 300 !important;
}
.products__description-effects {
  position: absolute;
  top: 48%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .products__description-effects {
    top: clamp(120px, 23.4680573664vw, 180px);
  }
}
.products__description {
  margin-top: 24px;
}
@media only screen and (min-width: 1921px) {
  .products__description {
    margin-top: clamp(24px, 1.2vw, 36px);
  }
}
@media only screen and (min-width: 1025px) {
  .products__button {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1921px) {
  .products__button {
    margin-top: clamp(140px, 7vw, 210px);
  }
}
.products__text-carousel {
  width: 100%;
}
.products__text-carousel-track {
  position: relative;
  min-height: 320px;
}
.products__text-carousel-slide {
  position: absolute;
  display: grid;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 400ms;
}
.products__text-carousel-slide--active {
  visibility: visible;
  opacity: 1;
}
.products__text-carousel-buttons {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.products__text-carousel-next, .products__text-carousel-previous {
  display: flex;
  align-items: center;
}
.products__text-carousel-next:after, .products__text-carousel-previous:after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
}
.products__text-carousel-previous:after {
  transform: scaleX(-1);
}

@media only screen and (min-width: 1025px) {
  .home-presentation {
    background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 15%, #151f28 15%, #495667 85%, rgba(76, 104, 124, 0.2) 85%, rgba(76, 104, 124, 0.2) 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .home-presentation {
    padding-block: clamp(40px, 10.4302477184vw, 80px);
    background-color: #151f28;
  }
}
.home-presentation__container {
  display: grid;
  gap: clamp(40px, 4.4444444444vw, 80px);
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .home-presentation__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .home-presentation__button {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .home-presentation__button {
    margin-inline: auto;
  }
}
.home-presentation__images {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .home-presentation__images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home-presentation__img-container--1 {
  position: relative;
  clip-path: polygon(0 10%, 100% 10%, 100% 90%, 0 90%);
}
.home-presentation__img-container--1 img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home-presentation__img-container--2 {
    padding-inline: 80px;
  }
}
.home-presentation__img-container--3 {
  z-index: 3;
  max-width: clamp(140px, 14.4444444444vw, 260px);
  top: 15%;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .home-presentation__img-container--3 {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1921px) {
  .home-presentation__img-container--3 {
    top: clamp(80px, 3.2vw, 96px);
  }
}

.home-presentation-products__container {
  padding-block: clamp(60px, 11.71875vw, 120px) clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .home-presentation-products__container {
    padding-block: clamp(120px, 5.2vw, 156px) clamp(40px, 1.7333333333vw, 52px);
  }
}

.choice {
  margin-top: clamp(120px, 18.1634712412vw, 180px);
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .choice {
    margin-top: clamp(180px, 7.8vw, 234px);
  }
}
.choice .image-on-text-hover {
  margin-top: clamp(8px, 4.843592331vw, 48px);
}
@media only screen and (min-width: 1025px) {
  .choice .image-on-text-hover {
    width: 50%;
  }
}
.choice__text {
  padding-top: clamp(16px, 3.229061554vw, 32px);
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: ease 0.3s;
}
.choice__text:hover {
  color: #000;
}
.choice__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .choice__text:after {
    width: 100%;
  }
}
.choice__image, .choice__placeholder-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 480px;
  transform: translateY(70%);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .choice__image, .choice__placeholder-image {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .choice__image, .choice__placeholder-image {
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    aspect-ratio: 14/16;
  }
}
@media only screen and (min-width: 1921px) {
  .choice__image, .choice__placeholder-image {
    max-width: 720px;
    max-width: clamp(480px, 24vw, 720px);
  }
}
.choice__image {
  opacity: 0;
}
.choice__button {
  margin-top: clamp(40px, 8.072653885vw, 80px);
}
.choice__placeholder-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 480px;
}
.choice__placeholder-image {
  object-fit: cover;
  aspect-ratio: 14/16;
}

.blog-home {
  margin-top: clamp(120px, 24.2179616549vw, 240px);
}
.blog-home__archive-container {
  display: flex;
}
@media only screen and (max-width: 1800px) {
  .blog-home__archive-container {
    padding-left: 20px;
  }
}
.blog-home__archive {
  display: flex;
  gap: 0.5rem;
  margin-top: clamp(24px, 4.843592331vw, 48px);
}
@media only screen and (max-width: 1024px) {
  .blog-home__archive {
    padding: 0 20px;
  }
}
.blog-home__post {
  flex-shrink: 0;
  max-width: clamp(300px, 56.5085771948vw, 560px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1921px) {
  .blog-home__post {
    max-width: clamp(560px, 37.3333333333vw, 1120px);
  }
}
.blog-home__category {
  margin-top: 5px;
  color: #c44a37;
}
.blog-home__heading {
  max-width: 70%;
}
.blog-home__image {
  width: 100%;
  max-height: 315px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 1921px) {
  .blog-home__image {
    max-height: clamp(315px, 21vw, 630px);
  }
}
.blog-home__text-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-home__link {
  margin-top: 0.6rem;
}
.blog-home__button {
  margin-top: clamp(30px, 3.3333333333vw, 60px);
}

@media only screen and (min-width: 1025px) {
  .asymmetrical-carousel--home {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 1024px) {
  .asymmetrical-carousel--home {
    padding-bottom: clamp(40px, 10.4302477184vw, 80px);
  }
}

.archive-product {
  margin-top: clamp(60px, 12.1089808274vw, 120px);
}
.archive-product__container {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .archive-product__container {
    grid-template-columns: 1fr 4fr;
  }
}
.archive-product__filters {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .archive-product__filters {
    justify-self: center;
    position: fixed;
    z-index: 1;
    overflow-y: auto;
    max-height: 80vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    top: 15%;
    background-color: #fcfcfc;
    border: solid 1px #000;
    padding: 20px;
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .archive-product__filters--hidden {
    display: none;
  }
}
.archive-product__open-filter {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .archive-product__open-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #000;
    background-color: #fcfcfc;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
}
.archive-product__close-filter {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .archive-product__close-filter {
    grid-column: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfc;
    justify-self: end;
  }
}
.archive-product__filter {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .archive-product__filter .archive-product__filter-options-container {
    grid-template-rows: 1fr;
  }
}
.archive-product__filter--open .archive-product__filter-options-container {
  grid-template-rows: 1fr;
}
.archive-product__filter--open .archive-product__filter-heading:after {
  rotate: 180deg;
}
.archive-product__filter-heading {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .archive-product__filter-heading:after {
    content: "\e905";
    font-family: "icomoon";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    cursor: pointer;
    transition: rotate ease 0.6s;
  }
}
.archive-product__filter-options-container {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: ease 0.6s;
}
.archive-product__filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 24px;
  cursor: pointer;
}
.archive-product__filter-option, .archive-product__clear-filters {
  cursor: pointer;
}
.archive-product__clear-filters {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .archive-product__clear-filters {
    grid-row: 3/4;
    grid-column: 1/3;
    justify-self: center;
  }
}
.archive-product__grid {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .archive-product__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 100px;
    gap: 24px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive-product__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.archive-product__product {
  display: flex;
  flex-direction: column;
}
.archive-product__img-container {
  aspect-ratio: 9/12;
  height: clamp(150px, 45.4086781029vw, 450px);
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (min-width: 1921px) {
  .archive-product__img-container {
    height: clamp(450px, 22.5vw, 675px);
  }
}
.archive-product__featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.archive-product__text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 70%;
  flex: 1;
  min-width: 0;
}
.archive-product__heading {
  text-align: center;
  font-size: 32px;
  text-transform: lowercase;
}
.archive-product__product-category {
  color: #c44a37;
}
.archive-product__product-title {
  font-size: 20px;
  font-weight: 300;
}
.archive-product__link {
  font-size: 15px;
}
@media only screen and (min-width: 1921px) {
  .archive-product__link {
    font-size: clamp(15px, 0.65vw, 19.5px);
  }
}
.archive-product__pagination-container {
  align-items: center;
  display: grid;
  grid-template-areas: "prev pages next";
  grid-template-columns: repeat(3, 1fr);
  justify-items: start;
  margin-top: clamp(60px, 12.1089808274vw, 120px);
  padding: 0 40px;
}
@media only screen and (min-width: 1025px) {
  .archive-product__pagination-container {
    grid-column: 2/4;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}
.archive-product__pagination {
  justify-self: center;
  grid-area: pages;
}
.archive-product__pagination-button {
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.archive-product__pagination-button--previous {
  grid-area: prev;
}
.archive-product__pagination-button--next {
  justify-self: end;
  grid-area: next;
}
.archive-product__pages {
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.main-single-product {
  margin-top: clamp(160px, 28.2542885974vw, 280px);
}

.single-product__container {
  display: grid;
  gap: 16px;
  align-items: start;
}
@media only screen and (min-width: 1025px) {
  .single-product__container {
    grid-template-columns: 1fr 1fr;
  }
}
.single-product__image-gallery-button {
  margin-top: clamp(16px, 3.125vw, 32px);
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .single-product__image-gallery-button {
    margin-top: clamp(32px, 1.3866666667vw, 41.6px);
  }
}
.single-product__text-container {
  max-width: clamp(470px, 37.2222222222vw, 670px);
  padding: clamp(12px, 1.3333333333vw, 24px);
}
@media only screen and (min-width: 1025px) {
  .single-product__text-container {
    max-width: clamp(670px, 29.0333333333vw, 871px);
    padding: clamp(24px, 1.04vw, 31.2px);
  }
}
.single-product__heading-small {
  color: #c44a37;
}
.single-product__featured-image-container {
  padding-top: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .single-product__featured-image-container {
    padding-top: clamp(80px, 3.4666666667vw, 104px);
  }
}
.single-product .gallery {
  display: revert;
}
.single-product__featured-image {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .single-product__featured-image {
    max-width: 100%;
  }
}
.single-product__info-button {
  color: #000;
}
.single-product__buttons-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-product__button {
  background-color: rgba(91, 105, 123, 0.5);
  border-color: rgba(91, 105, 123, 0.5);
}
.single-product__button--info {
  background-color: #fcfcfc;
  border: solid 2px #000;
  cursor: revert;
}
.single-product__button--info:before, .single-product__button--info:after {
  background-color: #fcfcfc;
}
.single-product__button--info:hover:before, .single-product__button--info:hover:after {
  background-color: #fcfcfc;
}
.single-product__button--info:hover .button__text {
  color: #000;
}
.single-product__button-inner--info:after {
  display: none;
}
.single-product__dosage {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 16px;
}
.single-product__no-additives {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.single-product__line {
  width: 100%;
  border-bottom: solid 1px #000;
}
.single-product__icons {
  padding-block: 16px;
}
@media only screen and (min-width: 1921px) {
  .single-product__icons {
    padding-block: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

.related-products {
  margin-top: 120px;
}
.related-products__carousel {
  margin-top: 56px;
}
.related-products__text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 70%;
}
.related-products__heading {
  text-align: center;
  font-size: 32px;
  text-transform: lowercase;
}
.related-products__product-category {
  color: #c44a37;
}
.related-products__product-title {
  font-size: 20px;
  font-weight: 300;
}
.related-products__link {
  font-size: 15px;
}

.single-product-ingredients table {
  border-block: solid 1px #000;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-product-ingredients table th {
  background-color: #e8e7e0;
  border-block: solid 1px rgba(0, 0, 0, 0.3);
  padding: 8px;
}
.single-product-ingredients table td {
  background-color: #fcfcfc;
  border-block: solid 1px rgba(0, 0, 0, 0.3);
  padding: 8px;
}
.single-product-ingredients table td:last-child {
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.banner--blog {
  background-image: url("../../assets/img/blog-background.webp");
}

.asymmetrical-carousel--blog .asymmetrical-carousel__container {
  padding-bottom: clamp(180px, 25.2270433905vw, 250px);
}

.archive-blog {
  margin-top: 120px;
}
@media only screen and (min-width: 1921px) {
  .archive-blog {
    margin-top: clamp(120px, 6vw, 180px);
  }
}
.archive-blog__text-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(8px, 1.614530777vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-blog__text-container {
    max-width: 65%;
  }
}
.archive-blog__category {
  color: #c44a37;
}
.archive-blog__button-container {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.4217961655vw, 24px);
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(20px, 3.6326942482vw, 36px);
}

.recipes {
  margin-top: clamp(40px, 8.072653885vw, 80px);
}
.recipes__archive-container {
  display: flex;
  clip-path: polygon(calc((100vw - 1800px) / 2) 0%, 100% 0%, 100% 100%, calc((100vw - 1800px) / 2) 100%);
}
@media only screen and (min-width: 1921px) {
  .recipes__archive-container {
    clip-path: polygon(calc((100vw - 2700px) / 2) 0%, 100% 0%, 100% 100%, calc((100vw - 2700px) / 2) 100%);
  }
}
.recipes__archive {
  display: flex;
  gap: 0.5rem;
  margin-top: clamp(24px, 4.843592331vw, 48px);
  padding-left: calc((100vw - 1800px) / 2);
}
@media only screen and (max-width: 1024px) {
  .recipes__archive {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .recipes__archive {
    padding-left: calc((100vw - clamp(1800px, 85.3333333333vw, 2560px)) / 2);
  }
}
.recipes__post {
  flex-shrink: 0;
  max-width: clamp(300px, 56.5085771948vw, 560px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1921px) {
  .recipes__post {
    max-width: clamp(560px, 37.3333333333vw, 1120px);
  }
}
.recipes__category {
  margin-top: 5px;
  color: #c44a37;
}
.recipes__heading {
  max-width: 70%;
}
.recipes__image {
  width: 100%;
  max-height: 315px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 1921px) {
  .recipes__image {
    max-height: clamp(315px, 21vw, 630px);
  }
}
.recipes__text-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.recipes__link {
  margin-top: 0.6rem;
}
.recipes__button {
  margin-top: 70px;
}

.recipes__article-info {
  padding: 8px 0;
}

.archive__button {
  margin-top: 80px;
}
@media only screen and (min-width: 1921px) {
  .archive__button {
    margin-top: clamp(140px, 7vw, 210px);
  }
}

.single-post-info__text-container {
  gap: clamp(4px, 0.8072653885vw, 8px);
  max-width: 100%;
}

.single-post-content__container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5362318841vw, 35px);
}
.single-post-content__button-container {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.4217961655vw, 24px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: clamp(30px, 6.0544904137vw, 60px);
}
@media only screen and (max-width: 1024px) {
  .single-post-content__button-container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .single-post-content__button-container a {
    margin-top: 40px;
  }
}

.featured-image-single {
  width: 100%;
  padding: clamp(20px, 4.0363269425vw, 40px) 0;
}
.featured-image-single__image {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .featured-image-single__image {
    max-height: clamp(640px, 42.6666666667vw, 1280px);
  }
}

.banner--skin-nutrition {
  background-image: url("../../assets/img/skin-nutrition-background.webp");
  background-position: 50% 50%;
}

.holistic {
  margin-top: clamp(75px, 15.1362260343vw, 150px);
}
.holistic__text-container {
  display: grid;
  gap: clamp(4px, 0.8072653885vw, 8px);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .holistic__text-container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1921px) {
  .holistic__text-container {
    max-width: clamp(1000px, 43.3333333333vw, 1300px);
  }
}
.holistic__heading {
  padding-bottom: clamp(8px, 1.614530777vw, 16px);
}

.asymmetrical-carousel--skin-nutrition {
  padding: clamp(50px, 10.0908173562vw, 100px) 0;
}

.skin-nutrition-steps {
  margin-top: clamp(20px, 4.0363269425vw, 40px);
}
.skin-nutrition-steps__container {
  display: grid;
  gap: clamp(8px, 16.1453077699vw, 160px);
}
.skin-nutrition-steps__heading-bg {
  padding-block: clamp(40px, 4.4444444444vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .skin-nutrition-steps__heading-bg {
    padding-block: clamp(80px, 3.4666666667vw, 104px);
  }
}
.skin-nutrition-steps__step {
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__heading, .skin-nutrition-steps__step--extra .skin-nutrition-steps__text-container, .skin-nutrition-steps__step--extra .skin-nutrition-steps__subheading,
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__img-container {
    order: -1;
  }
}
.skin-nutrition-steps__step--extra .skin-nutrition-steps__icons {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .skin-nutrition-steps__step--extra {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "step step" "description description" "recommended image" "product-info image" "icons icons";
    align-items: center;
    column-gap: 0;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__heading {
    grid-area: step;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__text-container {
    grid-area: description;
    grid-column: 1;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__subheading {
    grid-area: recommended;
    height: fit-content;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__img-container {
    grid-area: image;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__img-container .skin-nutrition-steps__img {
    width: 100%;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__product {
    grid-area: product-info;
  }
  .skin-nutrition-steps__step--extra .skin-nutrition-steps__icons {
    grid-template-columns: repeat(4, 1fr);
    grid-area: icons;
    margin-top: clamp(50px, 10.0908173562vw, 100px);
  }
}
.skin-nutrition-steps__heading, .skin-nutrition-steps__subheading {
  text-transform: lowercase;
}
.skin-nutrition-steps__heading:before, .skin-nutrition-steps__subheading:before {
  margin-top: clamp(6px, 1.2108980827vw, 12px);
}
.skin-nutrition-steps__subheading {
  margin-top: clamp(20px, 4.0363269425vw, 40px);
}
.skin-nutrition-steps__text-container {
  display: grid;
  gap: clamp(8px, 1.614530777vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .skin-nutrition-steps__text-container {
    max-width: 70%;
  }
}
.skin-nutrition-steps__product-grid {
  display: grid;
  gap: clamp(40px, 7.2463768116vw, 100px);
  padding-block: 16px clamp(40px, 5.0724637681vw, 70px);
}
@media only screen and (min-width: 768px) {
  .skin-nutrition-steps__product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.skin-nutrition-steps__product-text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .skin-nutrition-steps__product-text-container {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .skin-nutrition-steps__img {
    width: 100%;
    max-height: clamp(300px, 58.6701434159vw, 450px);
    object-fit: cover;
    aspect-ratio: 1;
  }
}
.skin-nutrition-steps__icons {
  gap: clamp(30px, 6.0544904137vw, 60px);
}
@media only screen and (max-width: 1024px) {
  .skin-nutrition-steps__icons {
    margin-top: 40px;
  }
}
.skin-nutrition-steps__button {
  display: block;
  margin-block: clamp(60px, 12.1089808274vw, 120px);
}

.life-drink {
  margin-top: clamp(100px, 20.1816347124vw, 200px);
}
.life-drink__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1.614530777vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .life-drink__text-container {
    max-width: 90%;
  }
}
.life-drink__button {
  margin-top: clamp(60px, 12.1089808274vw, 120px);
}
.life-drink__img {
  width: 100%;
  max-height: 750px;
  object-fit: cover;
}
.life-drink__recipe {
  padding-block: clamp(20px, 4.0363269425vw, 40px);
}
.life-drink__dosage-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 3.229061554vw, 32px);
  margin-top: clamp(30px, 6.0544904137vw, 60px);
}
.life-drink__dosage {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.8072653885vw, 8px);
}
.life-drink__dosage:before {
  content: "\e908";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.awards-accordion__button {
  background-color: revert;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .awards-accordion__button {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}
.awards-accordion__item:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
.awards-accordion__content {
  background: #fcfcfc;
}
.awards-accordion__content-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(25px, 3.6231884058vw, 50px);
  padding-block: 16px clamp(50px, 7.8125vw, 80px);
}
@media only screen and (min-width: 768px) {
  .awards-accordion__content-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .awards-accordion__content-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .awards-accordion__content-container {
    gap: clamp(50px, 2.1666666667vw, 65px);
    padding-block: clamp(16px, 0.6933333333vw, 20.8px) clamp(80px, 3.4666666667vw, 104px);
  }
}
.awards-accordion__content-item {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.34375vw, 24px);
  padding: 0;
}
.awards-accordion__content-item > div {
  padding-left: 0;
}
@media only screen and (min-width: 1921px) {
  .awards-accordion__content-item {
    gap: clamp(24px, 1.04vw, 31.2px);
  }
}
.awards-accordion__content-image {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1921px) {
  .awards-accordion__content-image img {
    height: clamp(141px, 6.11vw, 183.3px);
  }
}
.awards-accordion__product-link {
  text-decoration: underline;
}

.story-inspiration,
.story-inspiration__images {
  gap: 4px;
}

.story-inspiration {
  align-items: end;
}
.story-inspiration__text-container {
  padding: clamp(40px, 9.765625vw, 100px) clamp(30px, 5.859375vw, 60px) clamp(40px, 9.765625vw, 100px) 0;
}
@media only screen and (min-width: 1921px) {
  .story-inspiration__text-container {
    padding: clamp(100px, 4.3333333333vw, 130px) clamp(60px, 2.6vw, 78px) clamp(100px, 3.4666666667vw, 104px) 0;
  }
}

@media only screen and (max-width: 1024px) {
  .story-challenges .text-container,
  .story-global-presence .text-container {
    order: -1;
  }
}

.story-challenges__img-container img {
  max-height: clamp(400px, 43.8888888889vw, 790px);
}
@media only screen and (min-width: 1921px) {
  .story-challenges__img-container img {
    max-height: clamp(790px, 34.2333333333vw, 1027px);
  }
}

.story-global-presence {
  margin-top: clamp(60px, 6.6666666667vw, 120px);
  min-height: calc(min(120vw, 2800px) * 0.3953488372);
}
@media only screen and (min-width: 1921px) {
  .story-global-presence {
    margin-top: clamp(120px, 5.2vw, 156px);
  }
}
.story-global-presence__background {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120%;
  min-width: 950px;
  max-width: 2800px;
  z-index: -1;
}
.story-global-presence__background img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .story-global-presence__img-container img {
    width: clamp(580px, 25.1333333333vw, 754px);
  }
}

.philosophy-matters__container {
  align-items: center;
}
.philosophy-matters__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 4.4444444444vw, 80px);
  margin-bottom: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (max-width: 767px) {
  .philosophy-matters__list {
    grid-template-columns: 1fr;
  }
}
.philosophy-matters__item {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.6666666667vw, 12px);
  text-align: left;
  padding-inline: clamp(20px, 2.2222222222vw, 40px);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .philosophy-matters__item {
    padding: clamp(20px, 2.2222222222vw, 40px);
  }
}
.philosophy-matters__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: solid 1px #5b697b;
  transform: translateY(25%) scaleY(80%);
}
@media only screen and (max-width: 1024px) {
  .philosophy-matters__item::before {
    transform: translateY(15%);
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-matters__item::before {
    transform: translateY(15%) scaleY(90%);
  }
}
.philosophy-matters__item img {
  width: 100%;
}
.philosophy-matters__img-container {
  margin-bottom: clamp(16px, 1.7777777778vw, 32px);
}

.founder-banner {
  padding-block: clamp(50px, 9.765625vw, 100px) clamp(60px, 11.71875vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .founder-banner {
    padding-block: clamp(100px, 4.3333333333vw, 130px) clamp(120px, 5.2vw, 156px);
  }
}
.founder-banner__heading {
  max-width: 600px;
}
@media only screen and (min-width: 1921px) {
  .founder-banner__heading {
    max-width: clamp(600px, 26vw, 780px);
  }
}
.founder-banner__signature {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(5px, 0.9765625vw, 10px);
  margin-top: clamp(20px, 3.90625vw, 40px);
  margin-left: auto;
}
@media only screen and (min-width: 1921px) {
  .founder-banner__signature {
    margin-top: clamp(40px, 2.6666666667vw, 80px);
  }
}
.founder-banner__signature::before {
  content: "";
  width: clamp(200px, 39.0625vw, 400px);
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .founder-banner__signature::before {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .founder-banner__signature::before {
    width: clamp(400px, 17.3333333333vw, 520px);
  }
}

.contact .hero {
  height: auto;
  min-height: auto;
}
@media only screen and (max-width: 1024px) {
  .contact__body form {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.contact__body form select,
.contact__body form input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  border-bottom: solid 1px #000;
  color: #000;
}
.contact__body form input::-webkit-input-placeholder {
  color: #5b697b;
}
@media only screen and (min-width: 1025px) {
  .contact__body form select {
    max-height: 36px;
    margin-left: 24px;
  }
}
.contact__body form textarea {
  max-height: 165px;
  margin-top: 8px;
  padding: 12px;
  background-color: rgba(91, 105, 123, 0.1);
  border: solid 1px transparent;
}
.contact__body form textarea:focus-visible {
  border: solid 1px #5b697b;
  outline: none;
}
.contact__body form input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: 100px;
  position: absolute;
  right: 0;
  text-transform: lowercase;
  cursor: pointer;
}
.contact__message {
  grid-column: 1/5;
  display: grid;
  margin-top: clamp(16px, 2.8254288597vw, 28px);
  color: #5b697b;
}
.contact__terms {
  grid-column: 1/4;
}
.contact__submit {
  justify-self: end;
  position: relative;
  width: fit-content;
}

.contact-info__container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.8888888889vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .contact-info__container {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-info__text-grid {
    max-width: 65%;
  }
}

.contact-info-box {
  margin-top: clamp(20px, 4.0363269425vw, 40px);
  padding: clamp(10px, 1.1111111111vw, 20px);
  background-color: rgba(91, 105, 123, 0.1);
}
@media only screen and (min-width: 1921px) {
  .contact-info-box {
    padding: clamp(20px, 0.8666666667vw, 26px);
  }
}
.contact-info-box__link--accent {
  color: #5b697b;
}

.advanced-fermentation__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.advanced-fermentation__icons-section {
  background-color: #f1f1f1;
  padding-block: clamp(40px, 6.8359375vw, 70px);
}
@media only screen and (min-width: 1921px) {
  .advanced-fermentation__icons-section {
    padding-block: clamp(70px, 3.0333333333vw, 91px);
  }
}
.advanced-fermentation__icons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .advanced-fermentation__icons-list {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
.advanced-fermentation__icon-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fermendics {
  background-image: linear-gradient(to right, rgba(76, 104, 124, 0.2) 50%, rgba(76, 104, 124, 0.4) 50%);
}
@media only screen and (max-width: 1024px) {
  .fermendics {
    background-image: linear-gradient(to bottom, rgba(76, 104, 124, 0.2) 50%, rgba(76, 104, 124, 0.4) 50%);
  }
}
.fermendics__container {
  align-items: start;
  gap: clamp(80px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .fermendics__container {
    gap: clamp(100px, 4.3333333333vw, 130px);
  }
}
@media only screen and (max-width: 1024px) {
  .fermendics__container {
    grid-template-rows: 1fr 1fr;
  }
}

.main-next-gen {
  background-color: #151f28;
}

.hero-next-gen__container {
  display: grid;
  align-items: start;
  min-height: revert;
}
@media only screen and (min-width: 1025px) {
  .hero-next-gen__container {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-next-gen__container .banner__container {
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .hero-next-gen__container .banner__container {
    position: relative;
  }
}
.hero-next-gen__container .banner__text-background {
  background-color: #5b697b;
  mix-blend-mode: revert;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .hero-next-gen__container .banner__text-background {
    width: 100%;
  }
}
.hero-next-gen__container .banner__text-container {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .hero-next-gen__container .banner__text-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-next-gen__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.hero-next-gen__images {
  display: flex;
  gap: clamp(20px, 2.2222222222vw, 40px);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .hero-next-gen__images {
    justify-content: flex-end;
  }
}
.hero-next-gen__img-container--1 {
  position: relative;
  padding-bottom: clamp(75px, 8.3333333333vw, 150px);
}
@media only screen and (max-width: 1024px) {
  .hero-next-gen__img-container--1 {
    max-width: clamp(280px, 39.0625vw, 400px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-next-gen__img-container--1 {
    padding-bottom: 0;
  }
}
.hero-next-gen__img-container--1::before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: clamp(75px, 8.3333333333vw, 150px);
  margin: auto;
  z-index: 0;
  transform: scale(2);
  aspect-ratio: 1/1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(232, 231, 224, 0.4) 0%, transparent 100%);
  pointer-events: none;
  filter: blur(16px);
}
.hero-next-gen__img-container--1 img {
  position: relative;
  z-index: 2;
}
.hero-next-gen__img-container--2 {
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .hero-next-gen__img-container--2 {
    max-width: clamp(120px, 13.671875vw, 140px);
  }
}

.intro-next-gen__container {
  background: linear-gradient(to bottom, #151f28, #5b697b);
}
.intro-next-gen__accent-box {
  position: relative;
}
.intro-next-gen__accent-box::before {
  content: "";
  position: absolute;
  inset-inline: auto;
  top: -1px;
  background-color: #5b697b;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
  width: clamp(26px, 2.5555555556vw, 46px);
  height: clamp(14px, 1.3333333333vw, 24px);
}
.intro-next-gen__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.highlights-next-gen__container {
  display: grid;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .highlights-next-gen__container {
    grid-template-columns: 1fr 1fr;
  }
}
.highlights-next-gen__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.stats-next-gen {
  background: linear-gradient(to bottom, #151f28, #5b697b);
}
.stats-next-gen__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
.stats-next-gen__line-1, .stats-next-gen__line-3 {
  width: max((100vw - 1100px) / 2, 20px);
}
.stats-next-gen__list {
  display: grid;
  justify-content: center;
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .stats-next-gen__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .stats-next-gen__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.stats-next-gen__item-img {
  position: relative;
  z-index: 1;
}
.stats-next-gen__item-text-container {
  position: relative;
  display: flex;
  gap: 8px;
  margin-left: 15px;
  margin-top: -15px;
}
.stats-next-gen__item-text-container::before {
  content: "";
  background-color: #c44a37;
  width: 1px;
}
.stats-next-gen__item-text-container > div {
  padding-top: 15px;
}

.how-it-works-next-gen__list {
  display: grid;
  gap: clamp(20px, 2.2222222222vw, 40px);
  grid-template-columns: repeat(4, 1fr);
  margin-top: calc(clamp(21px, 1.7777777778vw, 32px) * -1);
}
@media only screen and (max-width: 767px) {
  .how-it-works-next-gen__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .how-it-works-next-gen__list {
    margin-top: calc(clamp(32px, 1.3866666667vw, 41.6px) * -1);
  }
}
.how-it-works-next-gen__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.how-it-works-next-gen__number {
  width: clamp(42px, 3.5555555556vw, 64px);
  height: clamp(42px, 3.5555555556vw, 64px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
@media only screen and (min-width: 1921px) {
  .how-it-works-next-gen__number {
    width: clamp(64px, 2.7733333333vw, 83.2px);
    height: clamp(64px, 2.7733333333vw, 83.2px);
  }
}

.card-next-gen__container--1 {
  background: linear-gradient(to bottom, #c44a37 0%, #c44a37 80%, #151f28 80%, #151f28 100%);
}
.card-next-gen__text-container {
  display: grid;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .card-next-gen__text-container {
    grid-template-columns: 1fr 1fr;
  }
}
.card-next-gen__image-grid {
  background-color: #f3f3f3;
}

.banner-next-gen__image {
  min-width: 700px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.banner-next-gen__text-container {
  position: relative;
  margin-top: calc(clamp(100px, 10.8333333333vw, 195px) * -1);
}
.banner-next-gen__container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.2222222222vw, 40px);
  align-items: center;
}
.banner-next-gen__line {
  margin-block: clamp(20px, 2.2222222222vw, 40px);
}
.banner-next-gen__capsules {
  display: grid;
  gap: clamp(16px, 1.7777777778vw, 32px);
}
@media only screen and (min-width: 1025px) {
  .banner-next-gen__capsules {
    grid-template-columns: 1fr 1fr;
  }
}
.banner-next-gen__capsule {
  display: flex;
  gap: clamp(16px, 1.7777777778vw, 32px);
  align-items: center;
  padding: clamp(20px, 2.2222222222vw, 40px);
  border-radius: clamp(60px, 6.6666666667vw, 120px);
  background-color: #5b697b;
}

.carousel-next-gen .carousel__heading {
  padding-bottom: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .carousel-next-gen .carousel__heading {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.carousel-next-gen .carousel__controls {
  padding-inline: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .carousel-next-gen .carousel__controls {
    padding-inline: clamp(40px, 1.7333333333vw, 52px);
  }
}
.carousel-next-gen .carousel__button {
  color: #000;
}
.carousel-next-gen .carousel__slide-image img {
  width: 100%;
}
.carousel-next-gen .carousel__slide-labels {
  gap: clamp(25px, 3.1818181818vw, 35px);
  align-items: flex-end;
  padding-top: 20px;
}
.carousel-next-gen .carousel__slide-label-icon {
  width: 32px;
}
.carousel-next-gen .carousel__slide-label-icon::after, .carousel-next-gen .carousel__slide-label-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.carousel-next-gen .carousel__slide-label-icon::before {
  width: 32px;
  height: 3px;
}
.carousel-next-gen .carousel__slide-label-icon::after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
}
.carousel-next-gen .carousel__slide-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.carousel-next-gen .carousel__slide-label--1 .carousel__slide-label-icon::before, .carousel-next-gen .carousel__slide-label--1 .carousel__slide-label-icon::after {
  background-color: #5b697b;
}
.carousel-next-gen .carousel__slide-label--2 .carousel__slide-label-icon::before, .carousel-next-gen .carousel__slide-label--2 .carousel__slide-label-icon::after {
  background-color: #c44a37;
}

.why-next-gen__container {
  background-color: #5b697b;
}
.why-next-gen__content {
  display: grid;
  gap: clamp(20px, 2.2222222222vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .why-next-gen__content {
    grid-template-columns: 2fr 1fr;
  }
}
.why-next-gen__content img {
  width: 100%;
}
.why-next-gen__list ul {
  margin: 0;
  padding: 0;
}
.why-next-gen__list li {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 1921px) {
  .why-next-gen__list li {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.why-next-gen__list li::before {
  content: "\e909";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #151f28;
  color: #5b697b;
  display: flex;
  align-items: center;
  padding-left: 3px;
  font-size: 11px;
}
@media only screen and (min-width: 1921px) {
  .why-next-gen__list li::before {
    width: clamp(24px, 1.04vw, 31.2px);
    height: clamp(24px, 1.04vw, 31.2px);
    font-size: clamp(11px, 0.4766666667vw, 14.3px);
  }
}
@media only screen and (min-width: 1025px) {
  .why-next-gen__list {
    max-width: 800px;
    max-height: 400px;
    column-count: 2;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1921px) {
  .why-next-gen__list {
    max-width: clamp(800px, 34.6666666667vw, 1040px);
    max-height: clamp(400px, 17.3333333333vw, 520px);
  }
}

.vegan-content__item {
  background-color: #f1f1f1;
  padding-block: clamp(20px, 2.8985507246vw, 40px);
  padding-inline: clamp(20px, 2.8985507246vw, 40px) clamp(40px, 5.7971014493vw, 80px);
  border-radius: 150px;
  gap: clamp(16px, 1.8115942029vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .vegan-content__item {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
    padding-inline: clamp(40px, 1.7333333333vw, 52px) clamp(80px, 3.4666666667vw, 104px);
    gap: clamp(25px, 1.0833333333vw, 32.5px);
  }
}
.vegan-content__item span {
  text-wrap: nowrap;
}
.vegan-content__item img {
  max-width: max-content;
}

.synergy-banner__text-container {
  align-items: center;
}

.fresh-freeze-steps__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.3188405797vw, 32px);
}
@media only screen and (max-width: 1024px) {
  .fresh-freeze-steps__steps {
    grid-template-columns: 1fr;
  }
}
.fresh-freeze-steps__item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
@media only screen and (max-width: 1024px) {
  .fresh-freeze-steps__item {
    max-width: 450px;
  }
}
.fresh-freeze-steps__text-container {
  padding-block: 20px;
  border-left: 1px solid #5b697b;
  padding-left: 16px;
}
.fresh-freeze-steps__img-container {
  align-self: center;
  mix-blend-mode: multiply;
}

.fresh-freeze-difference__diagram {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fresh-freeze-difference__diagram {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.fresh-freeze-difference__img-container {
  mix-blend-mode: multiply;
  max-width: clamp(340px, 39.0625vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .fresh-freeze-difference__img-container {
    max-width: clamp(400px, 17.3333333333vw, 520px);
  }
}
.fresh-freeze-difference__text {
  display: grid;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .fresh-freeze-difference__text--1 {
    grid-template-columns: max-content 1fr;
  }
  .fresh-freeze-difference__text--2 {
    grid-template-columns: 1fr max-content;
  }
}
@media only screen and (max-width: 767px) {
  .fresh-freeze-difference__text {
    justify-content: center;
    text-align: center;
  }
}
.fresh-freeze-difference__line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #5b697b;
}
.fresh-freeze-difference__line::after {
  content: "";
  position: absolute;
  width: clamp(8px, 1.3020833333vw, 10px);
  height: clamp(8px, 1.3020833333vw, 10px);
  border-radius: 50%;
  background-color: #5b697b;
  top: 50%;
  transform: translateY(-50%);
}
.fresh-freeze-difference__line--1::after {
  left: 0;
}
.fresh-freeze-difference__line--2::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fresh-freeze-difference__line {
    width: 1px;
    height: 80px;
    margin-inline: auto;
  }
  .fresh-freeze-difference__line::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .fresh-freeze-difference__line--1::after {
    top: 0;
  }
  .fresh-freeze-difference__line--2::after {
    top: revert;
    bottom: 0;
  }
}

.serum-organic-banner__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  background-image: linear-gradient(to bottom, #c44a37 clamp(80px, 5vw, 90px), #f1f1f1 clamp(80px, 5vw, 90px));
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .serum-organic-banner__container {
    grid-template-columns: 1fr;
    background-image: none;
  }
}
.serum-organic-banner__heading {
  display: grid;
  height: clamp(80px, 5vw, 90px);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .serum-organic-banner__heading {
    background-color: #c44a37;
  }
}
.serum-organic-banner__text {
  padding-bottom: clamp(40px, 3.3333333333vw, 60px);
}
@media only screen and (max-width: 767px) {
  .serum-organic-banner__text {
    background-color: #f1f1f1;
  }
}
.serum-organic-banner__img-container {
  align-self: center;
}
.serum-organic-banner__img {
  width: 520px;
  margin-top: calc(clamp(65px, 9.4202898551vw, 130px) * -1);
}
@media only screen and (min-width: 1921px) {
  .serum-organic-banner__img {
    width: clamp(520px, 22.5333333333vw, 676px);
    margin-top: calc(clamp(130px, 5.6333333333vw, 169px) * -1);
  }
}

.serum-organic-list__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: clamp(40px, 7.8125vw, 60px) clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (max-width: 767px) {
  .serum-organic-list__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.serum-organic-list__item {
  display: grid;
  justify-items: center;
  grid-template-rows: max-content 1fr;
  gap: clamp(20px, 3.7109375vw, 38px);
}

.serum-organic-ingredients {
  background-image: linear-gradient(to bottom, #d8d8df, #fcfcfc);
}
.serum-organic-ingredients__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(150px, 21.484375vw, 220px), 1fr));
  justify-items: center;
  gap: clamp(20px, 3.90625vw, 40px);
}

.serum-organic-importance__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 50vw;
  min-height: 640px;
}
@media only screen and (max-width: 1024px) {
  .serum-organic-importance__container {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.serum-organic-importance__img-container {
  position: absolute;
  mix-blend-mode: multiply;
  width: 100vw;
  min-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .serum-organic-importance__img-container {
    position: relative;
    width: 160%;
    min-width: auto;
    top: auto;
    left: auto;
    transform: none;
  }
}
.serum-organic-importance__img-container img {
  width: 100%;
}
.serum-organic-importance__text-container {
  grid-column: 2;
}
@media only screen and (max-width: 1024px) {
  .serum-organic-importance__text-container {
    grid-column: auto;
    text-align: center;
  }
  .serum-organic-importance__text-container h2 {
    width: 100%;
  }
}

.serum-organic-why__badge-img {
  width: clamp(130px, 15.7971014493vw, 218px);
}
@media only screen and (min-width: 1921px) {
  .serum-organic-why__badge-img {
    width: clamp(218px, 9.4466666667vw, 283.4px);
  }
}
.serum-organic-why__badge-text {
  padding-block: 20px 40px;
}

.serum-organic-how-to-use__container {
  align-items: flex-start;
  gap: 40px 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1921px) {
  .serum-organic-how-to-use__container {
    gap: clamp(24px, 1.04vw, 31.2px);
  }
}
.serum-organic-how-to-use__item {
  flex-basis: 100%;
  max-width: clamp(150px, 17.3913043478vw, 240px);
}
@media only screen and (min-width: 1921px) {
  .serum-organic-how-to-use__item {
    max-width: clamp(240px, 10.4vw, 312px);
  }
}
.serum-organic-how-to-use__img-container {
  margin-bottom: clamp(25px, 3.90625vw, 40px);
}
.serum-organic-how-to-use__text {
  padding-block: 16px;
}

.serum-organic-skin-nutrition-banner {
  background-position: center;
  background-size: max(100%, clamp(1100px, 174.5454545455vw, 1920px));
  margin-bottom: 40px;
}
.serum-organic-skin-nutrition-banner__text-container {
  margin-bottom: 20px;
}
.serum-organic-skin-nutrition-banner__text {
  max-width: clamp(195px, 25.9090909091vw, 285px);
}
@media only screen and (min-width: 1921px) {
  .serum-organic-skin-nutrition-banner__text {
    max-width: clamp(285px, 12.35vw, 370.5px);
  }
}
.serum-organic-skin-nutrition-banner__button {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  width: max-content;
  max-width: 100%;
}

.super-skin-drink-ingredients__list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px clamp(20px, 2.1739130435vw, 30px);
}
.super-skin-drink-ingredients__item {
  display: grid;
  gap: 16px;
  justify-items: center;
  width: 300px;
}

.super-skin-drink-hows__img-container {
  display: grid;
}
.super-skin-drink-hows__img-container img {
  margin-top: -15%;
}

.super-skin-drink-banner {
  background-position: center;
  background-size: cover;
  min-height: clamp(300px, 47.1014492754vw, 650px);
}
.super-skin-drink-banner__heading {
  max-width: clamp(430px, 28.8888888889vw, 520px);
}

.super-skin-drink-cards {
  margin-top: calc(clamp(60px, 7.2463768116vw, 100px) * -1);
}
.super-skin-drink-cards__cards {
  display: grid;
  gap: 16px;
  padding-bottom: clamp(40px, 6.34765625vw, 65px);
}
@media only screen and (min-width: 1025px) {
  .super-skin-drink-cards__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.super-skin-drink-cards__card {
  display: grid;
  grid-template-rows: max-content 1fr;
}
.super-skin-drink-cards__card-step {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  border-bottom: 1px solid #fcfcfc;
  padding-block: 16px;
  margin-bottom: 16px;
}
.super-skin-drink-cards__card-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #820D07;
}
.super-skin-drink-cards__card-step-number--1 {
  background-color: rgba(130, 13, 7, 0.6);
}
.super-skin-drink-cards__card-step-number--2 {
  background-color: rgba(130, 13, 7, 0.8);
}

/*# sourceMappingURL=main.css.map */
