/* .testimonials-section .testimonial-item {
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  .testimonial-text {
    height: 100% !important;
    @media (max-width: 767px) {
      height: auto !important;
    }
  }
} */


*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

video,
iframe,
canvas {
  overflow: hidden !important;
  contain: layout style paint;
  view-transition-name: none;
}

.smartplayer,
.smartplayer *,
.video-vturb,
.video-vturb * {
  overflow: hidden !important;
  contain: layout style paint;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.display-1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  font-family: var(--font-heading);
}

.display-2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 48px;
  font-family: var(--font-heading);
}

.display-3 {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.017em;
  line-height: 58px;
}

.title-1 {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.017em;
  font-weight: 400;
}

.body-1 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.body-2 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.body-3 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1156px) {
  .title-1 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .title-1 {
    font-size: 18px;
    line-height: 28px;
  }
}

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


#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-body: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", sans-serif;
  --font-heading: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", sans-serif;
  --base-blue: #BCE3E9;
  --base-dark: #222222;
  --base-light-bg: #edf4fa;
  --base-accent-blue: #297ec1;
  --base-accent-red: #DD2535;
  --base-accent: #459ece;
  --button-default: linear-gradient(180deg, #52a5e7 0%, #72baf3 100%);
  --bg-gradient: linear-gradient(180deg,
      rgba(136, 198, 246, 0.64) 0%,
      rgba(176, 208, 233, 0.64) 36.66%,
      rgba(176, 208, 233, 0) 100%);
  --bg-card: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ddf0ff 100%);
  --bg-gradient-2: linear-gradient(180deg, rgba(176, 208, 233, 0.2) 0%, #b0d0e9 100%);
  --bg-gradient-3: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 43.6%,
      rgba(136, 198, 246, 0.64) 100%);
  --bg-gradient-5: linear-gradient(180deg,
      rgba(176, 208, 233, 0) 0%,
      rgba(176, 208, 233, 0.64) 36.63%,
      rgba(76, 143, 196, 0.64) 78.47%);
  --base-gradient: linear-gradient(90deg, rgba(88, 151, 200, 0.8) 0%, rgba(176, 208, 233, 0.8) 100%);
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--base-dark);
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 92px;
  position: relative;
}

@media (max-width: 1156px) {
  .container {
    padding: 0 4rem;
  }
}

@media (max-width: 767px) {
  .container { padding: 0 1 rem; }
}

.button {
  font-family: 'Poppins';
  background: #FF5B36;
  font-size: 26px;
  line-height: 32px;
  box-shadow: 0px 2px 8px 0px #EFEFEF;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 20;
  padding: 12px 24px;
}


.button span {
  position: relative;
  z-index: 20;
  border: 0;
}


.p-text {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .button {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.2;
  }
}

h1,
.title,
.h1 {
  font-size: 40px;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 1156px) {

  h1,
  .title,
  .h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
  }
}

@media (max-width: 767px) {

  h1,
  .title,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 32px;
    font-weight: 800;
  }
}

.title-1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 22px;
  }
}

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

.rte {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.rte strong {
  font-weight: 800;
}

:root {
  --font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-light {
  font-weight: var(--font-weight-light);
}

.font-normal {
  font-weight: var(--font-weight-normal);
}

.font-medium {
  font-weight: var(--font-weight-medium);
}

.font-semibold {
  font-weight: var(--font-weight-semibold);
}

.font-bold {
  font-weight: var(--font-weight-bold);
}

.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}

.font-black {
  font-weight: var(--font-weight-black);
}


body {
  color: #222222;
}

.page-header {
  background: linear-gradient(180deg, #fff, #fff 36.48%, hsla(0, 0%, 100%, 0.9) 64.03%, hsla(0, 0%, 100%, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.page-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-block: 16px;
  padding-inline: 48px;
}

@media (max-width: 767px) {
  .page-header .header {
    padding-inline: 1rem;
  }
}

.page-header .header .header-logo {
  z-index: 20;
  position: relative;
}

.page-header .header .nav-primary {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1156px) {
  .page-header .header .nav-primary {
    gap: 48px;
  }
}

.page-header .header .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 21px;
  padding: 6px;
}

.page-header .header .hamburger .bar {
  width: 20px;
  height: 2px;
  background-color: var(--base-dark);
  pointer-events: none;
  transform-origin: left;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

@media screen and (min-width: 1156px) {
  .page-header .header .hamburger {
    display: none !important;
  }
}

.page-header .header .hamburger.active .top {
  rotate: 45deg;
  transform: translateY(-1px);
  width: 22px;
}

.page-header .header .hamburger.active .middle {
  opacity: 0;
  transform: translateX(5px);
}

.page-header .header .hamburger.active .bottom {
  rotate: -45deg;
  width: 22px;
  transform: translateY(1px);
}

.page-header .header .menu {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1156px) {
  .page-header .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 100px 4rem 1rem 4rem;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(-100%);
    transition: all 400ms ease;
  }

  .page-header .header .menu.active {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .page-header .header .menu {
    padding: 80px 1rem;
  }
}

@media screen and (min-width: 1156px) {
  .page-header .header .menu {
    display: flex;
    gap: 32px;
    align-items: center;
  }
}

.header-logo img {
  max-width: 225px;
}

.page-header .header .button span {
  padding: 0px 26px;
}

.page-header .header .button:hover span {
  /* padding: 18px 68px; */
}

@media (max-width: 767px) {
  .page-header .header .button {
    padding-inline: 16px;
  }
  .page-header .header .button span {
    padding: 0px;
    font-size: 22px;
  }
}

.main-screen {
  padding-top: 120px;
  background: #F7FCFF;
  padding-bottom: 64px;
  position: relative;
}

.main-screen .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.main-screen .container .image-area {
  grid-column: span 4;
  order: 2;
  grid-row: span 3;
  justify-content: flex-end;
  max-width: 100%;
  display: flex;

  .mobile {
    display: none;
  }
}

@media (max-width: 1156px) {
  .main-screen .container .image-area {
    grid-column: span 12;
    grid-row: span 1;
    order: 3;

    .main-image {
      width: 100%;
      transform: unset !important;
      aspect-ratio: unset !important;

      picture {
        position: relative !important;
      }
    }
  }
}



.main-screen .container .image-area .main-image {
  margin-right: 0;
  min-width: 300px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-25%, 30%);
  z-index: 0;
}

.main-screen .container .image-area .main-image picture {
  position: absolute;
  top: -100%;
  z-index: -1;
  min-width: 1229px;
  width: 100%;
  &.bottles-wrapper {
    min-width: 614px;
    position: absolute;
    top: -40%;
    right: -60%;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    opacity: 1;
    @media screen and (max-width: 1156px) {
      top: 7%;
      right: 70%;
      width: 100%;
      height: auto;
      z-index: -1;
      display: block;
      opacity: 1;
      min-width: 400px;
    }
  }
}

/* .main-screen .container .image-area .main-image .bottles {
  max-width: 614px;
  position: absolute;
  top: 10%;
  right: 30%;
  width: 100%;
} */

.main-screen .container .image-area .main-screen-bg {
  margin-right: 0;
  scale: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-5%, 5%);
  /* z-index: -1; */
}

.main-screen .container .image-area .main-screen-bg svg {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.main-screen .ready {
  padding: 12px 20px;
  position: absolute;
  right: 0;
  top: 400px;
  border-radius: 16px 0 0 16px;
  z-index: 20;
  transform: translateX(0);
  /* transition: transform .3s ease-in-out; */
  background: linear-gradient(180deg, rgba(197, 226, 249, 0.6) 0%, rgba(222, 240, 255, 0.6) 100%);
  box-shadow: 0px 2px 8px 0px #EFEFEF;
  backdrop-filter: blur(6px);
  border-width: 2px, 0px, 2px, 2px;
  border-style: solid;
  border-color: #97BCE0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #191919;

  @media (max-width: 1024px) {
    top: 70%;
  }

  @media (max-width: 767px) {
    top: 25%;
  }
}

.main-screen .container .text-area {
  grid-column: span 8 / span 8;
  order: 1;
  position: relative;
  z-index: 1;
  max-width: 640px;

  .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #191919;
    white-space: nowrap;
    @media screen and (max-width: 1156px) {
      white-space: normal;
    }

    .highlight {
      color: var(--base-accent);
    }
  }

  .subtitle {
    font-family: 'Poppins';
    font-style: normal;
    /* max-width: 520px; */
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #191919;
  }
}

.main-screen .container .subtitle {
  grid-column: span 8 / span 8;
  order: 3;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  max-width: 520px;
}


.main-screen .container .ctitle {
  grid-column: span 12 / span 12;
  order: 3;
  margin-top: 48px;
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 70%;

  .highlight {
    color: var(--base-accent);
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.main-screen .container .button {
  grid-column: span 5 / span 5;
  order: 4;
  text-align: center;
  height: fit-content;
  margin-top: 48px;
  margin-right: 16px;

  @media (max-width: 767px) {
    width: 100% !important;
    justify-content: center;
  }
}

.main-screen .container .secondary_button {
  grid-column: span 6 / span 6;
  position: relative;
  z-index: 1;
  order: 5;
  text-align: center;
  height: fit-content;
  margin-top: 48px;
  padding: 12px 24px;
  border-radius: 10px;
  border: 2px solid #191919;
  box-shadow: 0px 2px 8px 0px #EFEFEF;
  margin-left: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #191919;
  text-align: center;
  height: fit-content;
  width: fit-content;

  @media (max-width: 767px) {
    width: 100% !important;
  }
}

.main-screen .container .bottom {
  grid-column: span 12;
  order: 6;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .main-screen .container .bottom {
    text-align: center;
    width: 100%;
  }
}

.main-screen .container .bottom .bottom-title {
  position: absolute;
}

@media (max-width: 1156px) {


  .main-screen .container .image-area .main-image {
    /* margin-block: -280px -150px; */
  }

  .main-screen .container .image-area .main-image picture {
    min-width: 652px;
    top: 0;
    position: relative;
    
    .desktop {
      min-width: 1229px;
      position: absolute;
      top: 50%;
      left: 0%;
    }

    .bottles {
      position: relative;
      top: 0;
      left: -10%;
    }
  }

  @media (max-width: 767px) {
    .main-screen .container .image-area {
      min-height: 330px;

      .main-image picture {
        min-width: 500px;
        top: -50%;
      }

    }
  }

  .main-screen .container .text-area {
    grid-column: span 12;

    .title {
      font-weight: 900;
      font-size: 40px;
      line-height: 50px;
    }

    @media (max-width: 1024px) {
      .subtitle {
        max-width: 100%;
      }
    }
  }

  .main-screen .container .subtitle {
    grid-column: span 12;
    order: 1;
    font-size: 20px;
    line-height: 36px;

    @media (max-width: 1024px) {
      max-width: 55%;
    }

    @media (max-width: 767px) {
      max-width: 100%;
      margin-top: 2rem;
    }
  }

  .main-screen .container .ctitle {
    margin-top: 96px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #191919;
  }

  .main-screen .container .button {
    grid-column: span 12;
    margin-block: 44px 0px;
    width: fit-content;
    font-size: 24px;
    margin-inline: auto;
  }

  .main-screen .container .secondary_button {
    grid-column: span 12;
    margin-block: 44px 0px;
    width: fit-content;
    font-size: 24px;
    margin-inline: auto;
  }

  .main-screen .container .benefits {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;

    .benefit {
      align-items: center;
      gap: 16px;

      .icon {
        max-width: 15px;
      }
    }
  }

  .main-screen .container .circles {
    grid-column: span 6;
  }

  .main-screen .container .bottom {
    grid-column: span 12;
    font-size: 32px;
    margin-top: 32px;
    max-height: 150px;
  }

  .main-screen .container .bottom span {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .main-screen {
    padding-top: 98px;
  }

  .main-screen .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 24px;
  }

  .main-screen .container .text-area {
    order: 1;
    grid-column: span 6;
  }

  .main-screen .container .text-area .title {
    font-size: 32px;
    line-height: 40px;
  }

  .main-screen .container .subtitle {
    order: 2;
    grid-column: span 6;
  }

  .main-screen .container .image-area {
    grid-column: span 4;
    margin-top: 2rem;
    order: 3;
  }

  .main-screen .container .image-area .main-image {
    padding-inline: 1.5rem;
  }

  .main-screen .container .bottom {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
  }
}

/* problems */
.problems {
  position: relative;
  z-index: 1;
  margin-block: 160px 64px;

  @media (max-width: 1024px) {
    margin-top: 160px;
  }

  @media (max-width: 767px) {
    margin-block: 40px;
  }

  .container {
    &.display-4 {
      margin-block: 64px;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #191919;
      justify-content: center;
    }

    .display-1 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 46px;
      display: flex;
      align-items: center;
      color: #191919;
    }

    &.small-container {
      padding-inline: calc(6rem + 104px);

      @media (max-width: 1024px) {
        max-width: 100%;
        padding-inline: 4rem;
      }

      @media (max-width: 767px) {
        padding-inline: 2rem;
      }

      .description {
        margin-top: 24px;
      }
    }



    &.bottom-wrapper {
      padding-bottom: 40px;
      text-align: center;

      @media (max-width: 767px) {
        text-align: left;
      }

      .description {
        margin-top: 32px;
        padding-inline: 84px;

        @media (max-width: 1156px) {
          padding-inline: 0;
        }
      }
    }
  }

  .bullets-wrapper {
    display: grid;
    grid-template-columns: 550px auto;
    margin-block: 58px 97px;
    align-items: center;
    overflow: visible;
    position: relative;

    @media (max-width: 1024px) {
      display: flex;
      flex-direction: column;
    }

    @media (max-width: 767px) {
      margin-block: 32px 0px;
    }

    .image-area {
      z-index: -1;
      grid-row: span 2;
      min-width: 1016px;

      @media (max-width: 1024px) {
        min-height: 240px;
      }

      img {
        position: absolute;
        top: -45%;
        left: -10%;
        max-width: 1016px;

        @media (max-width: 1024px) {
          top: -50%;
          left: 0;
          min-width: 1014px;
        }

        @media (max-width: 767px) {
          top: -20%;
          left: -10%;
          min-width: 685px;
        }
      }
    }

    h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 46px;
      display: flex;
      align-items: center;
      color: #191919;
    }

    ul {
      display: flex;
      flex-direction: column;
      gap: 42px;
      margin-top: 32px;

      @media (max-width: 1156px) {
        grid-column: span 2;
        gap: 24px;
      }

      @media (max-width: 767px) {
        gap: 24px;
      }

      li {
        display: flex;
        align-items: end;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        display: flex;
        align-items: center;
        color: #191919;
        gap: 16px;

        @media (max-width: 767px) {
          align-items: start;
        }

        &::before {
          content: '';
          display: block;
          min-width: 35px;
          height: 35px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Ccircle opacity='0.1' cx='17.5' cy='17.5' r='17.5' fill='%23DD7280'/%3E%3Ccircle opacity='0.3' cx='17.4987' cy='17.4997' r='11.6667' fill='%23DD7280'/%3E%3Ccircle cx='17.5013' cy='17.5003' r='5.83333' fill='%23DD7280'/%3E%3C/svg%3E");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }

    .nerve-image {
      position: absolute;
      top: 0px;
      right: -333px;
      z-index: -1;

      @media (max-width: 1156px) {
        right: -20px;
        width: 800px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 20%;
        width: 800px;
        z-index: -2;
      }
    }
  }
}

.highlight {
  color: var(--base-accent);
}


/* benefits */
.benefits {
  padding-block: 48px;
  margin-block: 64px;
  z-index: 1;
  position: relative;
  background: #F7FCFF;
  backdrop-filter: blur(10px);

  @media (max-width: 767px) {
    margin-block: 32px 0px;
    padding-block: 32px 0px;
  }

  .container {
    &.small-container {
      padding-inline: calc(6rem + 104px);

      @media (max-width: 1156px) {
        padding-inline: 4rem;
      }

      @media (max-width: 767px) {
        padding-inline: 2rem;
      }

      .display-1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        display: flex;
        align-items: center;
        color: #191919;
      }

      .description {
        margin-top: 24px;
      }
    }

    &.bullets-wrapper {
      display: grid;
      grid-template-columns: 600px auto;
      margin-block: 58px 97px;
      align-items: center;
      overflow: visible;
      position: relative;

      @media (max-width: 767px) {
        grid-template-columns: 1fr;
        margin-block: 32px;
      }

      .display-1 {
        grid-column: span 2/ span 2;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        display: flex;
        align-items: center;
        color: #191919;
      }

      .image-area {
        z-index: -1;
        grid-row: span 2;

        @media (max-width: 1156px) {
          grid-row: span 1;
        }

        @media (max-width: 767px) {
          display: none;
        }

        img {
          right: -30%;
          position: absolute;
          top: -50%;
          min-width: 1014px;

          @media (max-width: 1156px) {
            left: 20%;
          }
        }

        .bottles {
          position: absolute;
          top: -20%;
          right: 0;
          max-width: 614px;
          min-width: unset;

          &.desktop {
            display: block;

            @media (max-width: 1024px) {
              display: none;
            }
          }

          &.mobile {
            display: none;

            @media (max-width: 1024px) {
              display: block;
              position: absolute;
              right: unset;
              left: 40%;
            }
          }
        }
      }

      h2 {
        margin-bottom: 48px;
        grid-column: span 2/ span 2;
        max-width: 70%;

        @media (max-width: 767px) {
          max-width: 100%;
        }
      }

      ul {
        display: flex;
        flex-direction: column;
        gap: 42px;
        max-width: 85%;

        @media (max-width: 1156px) {
          grid-column: span 2;
          gap: 24px;
          max-width: 50%;
        }

        @media (max-width: 767px) {
          max-width: 100%;
        }

        @media (max-width: 767px) {
          gap: 24px;
        }

        li {
          display: flex;
          gap: 16px;

          @media (max-width: 767px) {
            align-items: start;
          }

          &::before {
            content: '';
            display: block;
            min-width: 35px;
            height: 35px;
            background-image: url("../images/check.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
          }
        }
      }
    }
  }
}

/* solution */

.solution {
  position: relative;
  z-index: 1;

  @media (max-width: 1156px) {
    padding-block: 32px 64px;
    margin-block: 32px;
  }

  @media (max-width: 767px) {
    padding-block: 32px 0px;
    margin-block: 0px 0px;
  }

  .bg-color {
    margin-block: 64px;
    padding-block: 64px;

    @media (max-width: 1156px) {
      margin-block: 32px 0px;
      padding-block: 32px 0px;
    }
  }

  .container {
    .small-container {
      max-width: 60%;

      @media (max-width: 1156px) {
        max-width: 100%;
      }



      h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        display: flex;
        align-items: center;
        color: #191919;
        margin-bottom: 16px;
      }
    }

    .bottom-wrapper {
      margin-top: 96px;
      position: relative;

      .top-bg-image {
        position: absolute;
        top: -5%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;

        @media (max-width: 767px) {
          top: 40px;
        }

        img {
          max-width: 50%;
          height: auto;
          object-fit: cover;
          margin-inline: auto;

          @media (max-width: 767px) {
            max-width: 100%;
          }
        }
      }

      .bottom-bg-image {
        position: absolute;
        bottom: -20%;
        right: 0;
        z-index: -1;
        width: 100%;

        @media (max-width: 767px) {
          bottom: -10%;
        }

        img {
          max-width: 60%;
          height: auto;
          object-fit: cover;
          margin-inline: auto;

          @media (max-width: 767px) {
            max-width: 100%;
          }
        }
      }

      h2 {
        max-width: 617px;
        margin-inline: auto;
        margin-bottom: 116px;

        @media (max-width: 1156px) {
          margin-inline: unset;
        }

        @media (max-width: 767px) {
          padding-bottom: 200px;
          margin-bottom: 32px;
          font-size: 24px;
          line-height: 34px;
        }
      }

      .brain-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 32px;

        @media (max-width: 1156px) {
          column-gap: 16px;
          row-gap: 32px;
        }

        @media (max-width: 767px) {
          grid-template-columns: 1fr;
          row-gap: 32px;
          padding-bottom: 32px;
        }

        &.desktop-items {
          @media (max-width: 767px) {}
        }

        &.mobile-items {
          display: none;

          @media (max-width: 767px) {
            display: block;
          }
        }

        .brain-item {
          height: 100%;
          min-height: 310px;
          box-shadow: 0px 1px 2px 0px #12172173;
          border-radius: 12px;
          background: #ADCBE899;

          h3 {
            padding: 16px 16px 8px 16px;
            background: #F8FBFF99;
            backdrop-filter: blur(12px);
            border-radius: 12px 12px 0px 0px;
          }

          p {
            padding-inline: 16px;
            padding-top: 16px;
          }
        }
      }

      h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        display: flex;
        align-items: center;
        color: #001940;

        &.display-4 {
          margin-top: 48px;
          margin-bottom: 24px;
        }
      }

      .button {
        justify-self: center;
      }
    }
  }

  .benefits {
    margin-block: 64px;
    padding-top: 50px;
    position: relative;

    @media (max-width: 1156px) {
      margin-block: 0 32px;
      padding-top: 0px;
    }

    @media (max-width: 767px) {
      margin-block: 0px;
      padding-block: 0px;
    }

    .top-wrapper {
      display: flex;
      gap: 16px;
      margin-bottom: 71px;

      @media (max-width: 767px) {
        margin-bottom: 382px;
      }

      .title-1 {
        max-width: 538px;

        @media (max-width: 1156px) {
          max-width: 288px;
          font-size: 18px;
          line-height: 32px;
        }
      }
    }

    .bottom-wrapper {
      .benefits-list {
        display: grid;
        grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;

        @media screen and (max-width: 1156px) {
          grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
        }

        @media (max-width: 767px) {
          grid-template-rows: 1fr 24px 1fr 24px 1fr 24px 1fr;
          grid-template-columns: 1fr;
        }

        .split-icon {
          margin-block: auto;
          margin-inline: -8px;
          position: relative;
          z-index: 1;

          @media (max-width: 767px) {
            margin-block: -8px;
          }

          svg {
            min-width: 48px;
            min-height: 48px;
            filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));

            @media screen and (max-width: 1156px) {
              min-width: 32px;
              min-height: 32px;
            }

            @media (max-width: 767px) {
              max-width: 16px;
              max-height: 16px;
              rotate: 90deg;
              margin-inline: auto;
              margin-top: 4px;
            }
          }
        }

        .benefit-item {
          background: linear-gradient(180deg, rgba(201, 233, 238, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
          border-radius: 12px;
          border: 1px solid #FAFEFF;
          overflow: hidden;
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          display: flex;
          gap: 8px;
          padding-block: 16px;
          padding-inline: 16px 24px;
          position: relative;
          backdrop-filter: blur(16px);

          @media screen and (max-width: 1156px) {
            align-items: center;
            padding-inline: 16px;
          }

          .circle-icon {
            position: absolute;
            inset: 0;
            z-index: -1;
          }

          .number {
            font-family: var(--font-heading);
            font-weight: 800;
            font-size: 60px;
            line-height: 60px;
            color: white;
            margin-top: -12px;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);

            @media screen and (max-width: 1156px) {
              font-size: 40px;
              line-height: 44px;
              margin-top: 0;
            }
          }

          .text {
            font-family: var(--font-heading);
            line-height: 24px;
            font-weight: 700;

            @media screen and (max-width: 1156px) {
              font-size: 12px;
              line-height: 16px;
            }

            @media (max-width: 767px) {
              font-size: 14px;
              line-height: 20px;
              width: 100%;
              text-align: center;
            }
          }
        }
      }
    }

    .bg-image {
      position: absolute;
      bottom: -30%;
      right: 0;
      z-index: -1;

      @media (max-width: 1156px) {
        top: -20%;
        bottom: unset;
        right: -10%;
        width: 500px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 15%;
        right: -15%;
      }
    }
  }
}

/* simple-section */
.simple-section {
  position: relative;
  z-index: 1;
  margin-block: 64px;
  background: #F7FCFF;
  padding-top: 48px;
  padding-bottom: 96px;
  backdrop-filter: blur(10px);

  .container {
    .display-4 {
      margin-block: 64px;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #191919;
    }

    .main-image {
      position: absolute;
      max-width: 1228px;
      top: 0;
      right: -10%;
      z-index: -1;
      display: none;

      @media (max-width: 1024px) {
        top: 30%;
        right: -20%;
      }
    }

    .image-area {
      position: absolute;
      top: 0;
      right: 0%;
      max-width: 469px;

      @media (max-width: 1156px) {
        position: relative;
        justify-self: center;
      }
    }

    .small-container {
      max-width: 60%;

      @media (max-width: 1024px) {
        max-width: 100%;
      }



      h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        display: flex;
        align-items: center;
        color: #191919;
      }

      .description {
        margin-top: 24px;
      }
    }


    .bottom-wrapper {
      padding-bottom: 40px;
      text-align: center;

      @media (max-width: 767px) {
        text-align: left;
      }

      .description {
        margin-top: 32px;
        padding-inline: 84px;

        @media (max-width: 1156px) {
          padding-inline: 0;
        }
      }
    }
  }

  .bullets-wrapper {
    display: grid;
    background: #DEEAF699;
    backdrop-filter: blur(10px);
    grid-template-columns: 800px auto;
    margin-block: 58px 97px;
    align-items: center;
    overflow: visible;
    position: relative;
    width: 1096;
    gap: 24px;
    padding: 21px 180px;
    border-radius: 1000px;

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;
      padding: 21px 0px;
      margin-bottom: 40px;
      margin-top: -96px
    }

    @media (max-width: 767px) {
      grid-template-columns: 164px auto;
      background: none;
      backdrop-filter: none;
      padding: 0;
      margin-block: 32px;
    }

    h2 {
      margin-bottom: 48px;
    }

    ul {
      display: flex;
      flex-direction: column;
      border-radius: 1000px;
      background: #DEEAF699;
      padding: 27px 157px;
      backdrop-filter: blur(10px);
      gap: 24px;

      @media (max-width: 1156px) {
        grid-column: span 2;
        gap: 24px;
        margin: 0 -46px;
      }

      @media (max-width: 767px) {
        gap: 24px;
        padding: 15px 100px;
        margin: 0 -50px;
      }

      li {
        display: flex;
        align-items: end;
        gap: 16px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #001940;


        @media (max-width: 767px) {
          align-items: start;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 28px;
          display: flex;
          align-items: center;
          color: #191919;
          text-align: unset;
        }

        &::before {
          content: '';
          display: block;
          min-width: 35px;
          height: 35px;
          background-image: url("../images/bulletpoint.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }



    .nerve-image {
      position: absolute;
      top: 0px;
      right: -333px;
      z-index: -1;

      @media (max-width: 1156px) {
        right: -20px;
        width: 800px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 20%;
        width: 800px;
        z-index: -2;
      }
    }
  }

  .bottom-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #191919;
  }
}

/* reasons-section */
.reasons-section {
  position: relative;
  z-index: 1;
  margin-block: 64px;

  .container {
    .display-4 {
      margin-block: 64px;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #191919;
    }

    .small-container {
      max-width: 80%;

      @media (max-width: 1024px) {
        max-width: 100%;
      }



      .image-area {
        position: absolute;
        top: 0;
        right: -10%;
        max-width: 704px;
        z-index: -1;

        @media (max-width: 1024px) {
          right: unset;
          top: 10%;
          left: 60%;
          min-width: 600px;
        }

        @media (max-width: 767px) {
          left: 40%;
          min-width: 400px;
        }
      }

      h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        display: flex;
        align-items: center;
        color: #191919;
        @media (max-width: 767px) {
          font-size: 32px;
          line-height: 38px;
        }
      }

      .description {
        max-width: 70%;
        margin-top: 24px;

        @media (max-width: 1024px) {
          max-width: 90%;
        }

        @media (max-width: 767px) {
          max-width: 70%;
        }
      }
    }

    .bottom-wrapper {
      padding-bottom: 40px;
      text-align: center;

      @media (max-width: 767px) {
        text-align: left;
      }

      .description {
        margin-top: 32px;
        padding-inline: 84px;

        @media (max-width: 1156px) {
          padding-inline: 0;
        }
      }
    }
  }

  .bullets-wrapper {
    display: grid;
    background: #DEEAF699;
    backdrop-filter: blur(10px);
    grid-template-columns: 800px auto;
    margin-block: 58px 97px;
    align-items: center;
    overflow: visible;
    position: relative;
    width: 1096;
    gap: 24px;
    padding: 21px 180px;
    border-radius: 1000px;

    @media (max-width: 767px) {
      grid-template-columns: 164px auto;
    }

    h2 {
      margin-bottom: 48px;
    }

    ul {
      display: flex;
      flex-direction: column;
      border-radius: 1000px;
      background: #DEEAF699;
      padding: 27px 157px;
      backdrop-filter: blur(10px);
      gap: 24px;

      @media (max-width: 1156px) {
        grid-column: span 2;
        gap: 24px;
      }

      @media (max-width: 767px) {
        gap: 24px;
      }

      li {
        display: flex;
        align-items: end;
        gap: 16px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #001940;


        @media (max-width: 767px) {
          align-items: start;
        }

        &::before {
          content: '';
          display: block;
          min-width: 35px;
          height: 35px;
          background-image: url("../images/bulletpoint.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }



    .nerve-image {
      position: absolute;
      top: 0px;
      right: -333px;
      z-index: -1;

      @media (max-width: 1156px) {
        right: -20px;
        width: 800px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 20%;
        width: 800px;
        z-index: -2;
      }
    }
  }

  .bottom-description {
    margin-top: 56px;
    padding-inline: calc(6rem + 104px);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #191919;

    @media (max-width: 1156px) {
      padding-inline: 4rem;
    }

    @media (max-width: 767px) {
      padding-inline: 0;
    }
  }

  .hero-image {
    position: absolute;
    top: 25%;
    left: -10%;
    max-width: 1551px;
    z-index: -1;

    @media (max-width: 767px) {
      top: 55%;
      left: unset;
      right: -50%;
      min-width: 975px;
    }
  }

  .bottom-image {
    max-width: 747px;
    justify-self: center;
    margin-block: 32px;
  }

  .button {
    justify-self: center;
  }
}

/* upsell-section */
.upsell-section {
  padding-block: 48px;
  margin-block: 64px;
  z-index: 1;
  position: relative;

  @media (max-width: 767px) {
    margin-block: 24px;
  }

  .container {
    .small-container {
      padding-inline: calc(2rem + 104px);

      @media (max-width: 1156px) {
        padding-inline: 0;
      }



      .description {
        margin-top: 24px;
      }

      h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 76px;
        display: flex;
        align-items: center;
        color: #191919;
        margin-bottom: 24px;

        @media (max-width: 767px) {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 32px;
          line-height: 40px;
          display: flex;
          align-items: center;
          color: #191919;
        }
      }

      h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        display: flex;
        align-items: center;
        color: #001940;
        margin-bottom: 32px;
      }

      p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        display: flex;
        align-items: center;
        color: #001940;
      }
    }

    .main-image {
      top: 10%;
      left: 0;
      z-index: -1;
      position: absolute;
      max-width: 1551px;

      @media (max-width: 1024px) {
        top: 5%;
        left: -30%;
        min-width: 1280px;
      }
    }

    .sales-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 64px;
      margin-top: 48px;

      @media (max-width: 1024px) {
        grid-template-columns: 1fr;
        justify-items: center;
      }

      .sales-item {
        background: #F8F8F866;
        backdrop-filter: blur(8px);
        border-radius: 46px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: fit-content;
        align-items: center;

        &.main {
          background: #FF7151;
          border-radius: 48px;

          p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 32px;
            line-height: 44px;
            display: flex;
            align-items: center;
            color: #F8FBFF;
          }

          .price {
            border: 3px solid #F8FBFF;
            border-radius: 100px;
            gap: 10px;
            display: flex;
            align-items: center;
            padding: 18px 30px;
            width: 100%;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 70px;
            line-height: 58px;
            text-align: center;
            letter-spacing: -0.017em;
            color: #F8FBFF;

            span {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 500;
              font-size: 30px;
              line-height: 24px;
              display: flex;
              align-items: flex-end;
              text-align: center;
              color: #F8FBFF;
            }
          }
        }

        @media (max-width: 1024px) {
          max-width: 50%;
        }

        @media (max-width: 767px) {
          max-width: 100%;
        }

        p {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 44px;
          display: flex;
          align-items: center;
          margin-bottom: 24px;
          padding-inline: 16px;
          padding-top: 42px;
          color: #1F1F1F;
        }

        .price {
          border: 2px solid #FF5B36;
          border-radius: 100px;
          gap: 10px;
          display: flex;
          align-items: center;
          padding: 18px 30px;
          width: 100%;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 70px;
          line-height: 58px;
          text-align: center;
          letter-spacing: -0.017em;
          color: #FF5B36;

          span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 30px;
            line-height: 24px;
            display: flex;
            align-items: flex-end;
            text-align: center;
            color: #FF5B36;
          }

          .ampule {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            color: #161616;
            display: flex;
            flex-direction: column;
            gap: 4px;
            text-shadow: none;

            span {
              font-weight: 700;

              @media (max-width: 1024px) {
                font-size: 24px;
                line-height: 20px;
              }
            }
          }
        }
      }
    }
  }

  .bullets-wrapper {
    justify-content: center;
    padding-block: 24px;
    margin-top: 48px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    position: relative;

    @media (max-width: 767px) {
      align-items: start;
      justify-content: start;
    }

    ul {
      display: flex;
      gap: 32px;

      @media (max-width: 1156px) {
        grid-column: span 2;
        flex-wrap: wrap;
        justify-content: center;
      }

      @media (max-width: 767px) {
        gap: 24px;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding-inline: 2rem;
      }

      li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        gap: 16px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #001940;

        @media (max-width: 767px) {
          align-items: start;
          text-align: unset;
        }

        &::before {
          content: '';
          display: block;
          min-width: 35px;
          height: 35px;
          background-image: url("../images/bulletpoint.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }



    .nerve-image {
      position: absolute;
      top: 0px;
      right: -333px;
      z-index: -1;

      @media (max-width: 1156px) {
        right: -20px;
        width: 800px;
        z-index: -2;
      }

      @media (max-width: 767px) {
        top: 20%;
        width: 800px;
        z-index: -2;
      }
    }
  }

  .button {
    justify-self: center;

    span {
      padding: 0px 48px;
    }
  }
}

.products-section {
  padding-block: 48px;
  position: relative;
  font-family: var(--font-heading);
  background: #F6FBFF;
  backdrop-filter: blur(10px);
  z-index: 1;
}

.products-section .container .header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;

  @media (max-width: 767px) {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.products-section .container h2 {
  margin-bottom: 16px;
  margin-inline: auto;
  font-size: 40px;
  line-height: 50px;
  padding-block: 16px;
}

@media screen and (max-width: 1156px) {
  .products-section .container h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .products-section .container h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #191919;
    padding: 0;
    margin: 0;
  }
}

.products-section .container .subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

@media screen and (max-width: 1156px) {
  .products-section .container .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .products-section .container .subtitle {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }
}


.products-section .container .products-wrapper {
  flex-direction: row;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper {
    /* margin-inline: -8px */
  }
}

.products-section .container .products-wrapper .product {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 334px;
  position: relative;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  padding: 16px 24px 24px;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    display: grid;
    order: 2;
    column-gap: .5rem
  }

  .products-section .container .products-wrapper .product.one-bottle {
    order: 3
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product {
    padding: 12px
  }
}

.products-section .container .products-wrapper .product:hover {
  transform: scale(1.05)
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product:hover {
    transform: none
  }
}

.products-section .container .products-wrapper .product .title {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .title {
    /* grid-column: span 2/span 2; */
    text-align: left;
    order: 1;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .title {
    grid-column: span 2;
    font-size: 28px;
    flex-direction: row;
    gap: 10px;
  }
}

.products-section .container .products-wrapper .product .subtitle {
  font-size: 22px;
  font-weight: 800;
  grid-column: span 1/span 1;
  line-height: 34px;
  margin-block: 8px 16px;
  padding-top: 8px;
  text-align: center;
  order: 1
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .subtitle {
    text-align: left;
    margin-block: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    order: 2;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .subtitle {
    grid-column: span 2;
  }
}

.products-section .container .products-wrapper .product .product-image {
  position: relative;
  order: 1;
}

.products-section .container .products-wrapper .product .product-image .books-image {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-35%, 20%, 0);
  max-width: 210px
}

.products-section .container .products-wrapper .product .product-image img {
  max-height: 233px;
  min-height: 233px;
  object-fit: contain;
  @media (max-width: 767px) {
    max-height: unset;
    min-height: unset;
    scale: 1.4;
  }
}

.products-section .container .products-wrapper .product .product-image figcaption {
  background: #3393CC;
  color: #F8FBFF;
  border-radius: 3px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
  white-space: nowrap;
  padding-inline: 16px;
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .product-image {
    order: 1;
    grid-row: span 5;
  }
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .product-image .books-image {
    order: 2;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .product-image .books-image {
    max-width: 100px;
    transform: translate3d(-25%, 20%, 0)
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .product-image {
    grid-row: span 4;
    order: 3;
    margin-block: auto;
  }

  .products-section .container .products-wrapper .product .product-image figcaption {
    display: none;
  }
}

.products-section .container .products-wrapper .product .price {
  display: flex;
  color: #FF6435;
  font-weight: 800;
  grid-row: span 2/span 2;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  order: 2;
  letter-spacing: -0.03em;
  font-size: 80px;
  line-height: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .price {
    /* max-width: 170px; */
    flex-wrap: wrap;
    font-size: 80px;
    margin-top: 1rem;
    width: 100%;
    justify-content: start;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .price {
    margin-top: 0;
    justify-content: end;
    grid-column: span 1;
    grid-row: span 4;
    order: 3;
    min-height: 233px;
    align-content: center;
  }
}

.products-section .container .products-wrapper .product .price span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: .5rem
}

.products-section .container .products-wrapper .product .price .ampule {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  gap: 4px;
  text-shadow: none;

  span {
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--base-dark);
    margin-left: 0;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .price .ampule {
    flex-direction: row;
  }
}

.products-section .container .products-wrapper .product .books {
  order: 3;
  margin-top: .25rem;
  max-width: 100%;
  min-height: 2.5rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  &.shipping {
    color: #114568;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    .info {
      padding-block: 6px;
    }
  }
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .books {
    max-width: 180px;
    width: 100%;
    /* margin-inline: auto; */
    font-size: 14px;
    line-height: 24px;
    grid-column: span 2;
    margin-inline: auto;
    &.shipping {
      display: none;
    }
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .books {
    width: 100%
  }
}

.products-section .container .products-wrapper .product .books .info {
  background: linear-gradient(90deg, rgba(88, 151, 200, 0.8), rgba(176, 208, 233, 0.8));
  border-radius: 6px;
  color: white;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center
}

.products-section .container .products-wrapper .product .button {
  margin-block: 1rem;
  width: 100%;
  order: 3;
  text-transform: none;
  font-size: 22px;
}

.products-section .container .products-wrapper .product .button span {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product .button {
    max-width: 234px;
    width: 100%;
    margin-top: 0;
    /* margin-inline: auto; */
    /* font-size: 16px; */
    height: fit-content;
    grid-row: span 3;
    margin-block: auto;
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .button {
    grid-column: span 2/span 2;
    max-width: 100%;
    padding-inline: 0;
    margin-bottom: 1rem;
  }

  .products-section .container .products-wrapper .product .button span {
    font-size: 20px
  }
}

.products-section .container .products-wrapper .product .button svg {
  position: absolute;
  right: -0.05rem;
  top: 1rem;
  z-index: 2;
}

.products-section .container .products-wrapper .product .economy {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 4;
  grid-column: span 1/span 1
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .economy {
    grid-column: span 2/span 2
  }
}

.products-section .container .products-wrapper .product .economy .eco {
  font-size: 26px;
  letter-spacing: -0.017em;
  line-height: 40px;
  font-weight: 500
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .economy .eco {
    font-weight: 400;
    font-size: 24px
  }
}

.products-section .container .products-wrapper .product .economy .before {
  font-weight: 600;
  line-height: 1;
  margin-left: 6px;
  text-decoration-line: line-through;
  font-size: 28px
}

.products-section .container .products-wrapper .product .economy .after {
  font-weight: 800;
  line-height: 36px;
  margin-left: .5rem;
  font-size: 36px
}

.products-section .container .products-wrapper .product .payment-icons {
  order: 4;
  grid-column: span 1/span 1;
  margin-top: .75rem;
  display: flex;
  gap: 10px;
  justify-content: center
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .payment-icons {
    grid-column: span 2/span 2
  }
}

.products-section .container .products-wrapper .product .payment-icons svg {
  filter: drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));
  height: auto
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .payment-icons svg {
    /* width: 38px */
  }
}

.products-section .container .products-wrapper .product .ship-text {
  order: 4;
  grid-column: span 1/span 1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-top: .75rem;
  text-align: center
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .ship-text {
    grid-column: span 2/span 2
  }
}

.products-section .container .products-wrapper .product.active {
  border: 3px solid #FF6435;
}

.products-section .container .products-wrapper .product.main {
  overflow: visible;
}

@media(max-width: 1156px) {
  .products-section .container .products-wrapper .product.main {
    order: 1;
    max-width: 100%;
    padding: 24px;
    margin: 0
  }
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product.main {
    padding: 12px
  }
}

.products-section .container .products-wrapper .product.main .title {
  display: flex;
  margin-top: 20px;
}

.products-section .container .products-wrapper .product.main .header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: #FF5B36;
  border-radius: 12px 12px 0 0;
  margin: -16px -24px 0px -24px;
  padding-block: 4px;

  @media (max-width: 1024px) {
    margin: -24px -24px 0px -24px;
    grid-column: span 2;
  }

  @media (max-width: 767px) {
    margin: -12px -12px 0px -12px;
    align-items: center;
  }
}

.products-section .container .products-wrapper .product .badge {
  max-width: 170px;
  position: absolute;
  right: -3rem;
  top: -2.5rem
}

@media(max-width: 767px) {
  .products-section .container .products-wrapper .product .badge {
    scale: 0.9;
    right: -3.5rem;
    top: -4rem;
    z-index: 1;
  }
}

.products-section .container .products-wrapper .product .badge img {
  height: auto
}

.products-section .container .bottom-line {
  margin-top: 2.5rem;
  line-height: 24px;
  display: flex
}

/* Countdown Timer Styles */
.countdown-timer {
  display: grid;
  grid-template-columns: 120px 4px 120px 4px 120px;
  gap: 6px;
  justify-content: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;

  @media (max-width: 767px) {
    margin-top: 0;
  }
}

.countdown-digit {
  justify-content: center;
  background: linear-gradient(180.02deg, rgba(242, 242, 242, 0.9) 0.02%, rgba(255, 255, 255, 0.9) 99.98%);
  backdrop-filter: blur(16px);
  box-shadow: 2px 2px 2px 0px #00000026;
  display: flex;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 8px 24px;
  border-radius: 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
  color: #000000;
}

.countdown-digit::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #FF5B36 0%, #FF5B36 100%);
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.countdown-separator {
  width: 0.5rem;
}

.countdown-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #161616;
  justify-content: center;
}

.countdown-spacer {
  /* Empty spacer element */
}

.date {
  gap: 6px;
  grid-template-columns: 64px 4px 64px 4px 64px;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 1024px) {
  .countdown-timer {
    width: 45%;
    grid-template-columns: 96px 4px 96px 4px 96px;
    grid-template-rows: 52px 24px;
  }

  .countdown-digit {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.017em;
    color: #191919;
  }
}


/* Section: kosten-banner */

.kosten-banner {
  margin-block: 3rem;
  font-family: var(--font-heading);
}

.kosten-banner .container {
  /* padding: 0 */
}

.kosten-banner .container .wrapper {
  grid-row: auto;
  padding: 24px 32px;
  box-shadow: 0px 2px 8px 0px #27272733;
  background: white;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  display: grid;
  position: relative;
  border-radius: 12px;
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper {
    padding-block: 96px 32px;
  }
}

.kosten-banner .container .wrapper h2 {
  grid-column: span 9/span 9;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #DD2535;
  text-align: left;
  order: 1;
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper h2 {
    font-size: 20px;
    line-height: 38px;
  }
}

.kosten-banner .container .wrapper h2 span {
  font-style: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #2F2F2F;
  margin-left: 8px;
}

.kosten-banner .container .wrapper .subtitle {
  grid-column: span 8/span 8;
  grid-row: span 2;
  text-align: left;
  order: 3;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #2F2F2F;

  @media (max-width: 767px) {
    br {
      display: none;
    }
  }
}

.kosten-banner .container .wrapper .payment-icons {
  grid-column: span 3/span 3;
  grid-row: span 1;
  order: 4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
  filter: drop-shadow(0 1.28866px 2.57732px rgba(0, 0, 0, 0.15));
}

.kosten-banner .container .wrapper .payment-icons li {
  flex: 0 0 calc(50% - 0.5rem);
  max-width: calc(25% - 1.5rem);
  display: flex;
  justify-content: center;
}

.kosten-banner .container .wrapper .box {
  grid-row: span 2;
  grid-column: span 2;
  margin-top: -75px;
  order: 2;
}

@media(max-width: 1156px) {
  .kosten-banner .container .wrapper h2 {
    grid-column: span 12/span 12;
    font-size: 24px;
  }

  .kosten-banner .container .wrapper h2 span {
    font-size: 24px;
  }

  .kosten-banner .container .wrapper .box {
    grid-column: span 3/span 3;
    margin-top: -20px;
  }

  .kosten-banner .container .wrapper {
    padding: 16px 24px;
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .kosten-banner .container .wrapper .subtitle {
    font-size: 20px;
    grid-column: span 9/span 9;
    order: 3;
  }

  .kosten-banner .container .wrapper .payment-icons {
    grid-column: span 6/span 6;
    order: 4;
    flex-wrap: nowrap;
  }

  .kosten-banner .container .wrapper .payment-icons li {
    max-width: calc(29% - 1.5rem);
    grid-row: span 1;
  }
}

@media(max-width: 767px) {
  .kosten-banner .container .wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .kosten-banner .container .wrapper .box {
    order: 2;
    margin-top: 0;
    grid-column: span 1 / span 1;
  }

  .kosten-banner .container .wrapper h2 {
    order: 1;
    align-items: start;
    flex-direction: column;
    grid-column: span 4 / span 4;
  }

  .kosten-banner .container .wrapper h2 span {
    margin: 0;
    white-space: nowrap;
  }

  .kosten-banner .container .wrapper .subtitle {
    order: 3;
    grid-column: span 5 / span 5;
  }

  .kosten-banner .container .wrapper .payment-icons {
    order: 4;
    grid-column: span 5 / span 5;
  }

  .kosten-banner .container .wrapper .payment-icons li {
    max-width: calc(28% - 1.5rem);
  }
}


/* claims-benefits */

.claims-benefits {
  margin-block: 0px;
  padding: 48px;

  @media (max-width: 1156px) {
    padding-block: 32px;
    margin-block: 32px;
  }

  @media (max-width: 767px) {
    padding: 24px;
    margin-block: 32px;
  }

  .container {
    position: relative;

    @media (max-width: 1156px) {
      padding: 0;
    }

    .grid-wrapper {
      display: grid;
      gap: 32px;
      row-gap: 0px;
      position: relative;
      max-width: 700px;

      @media (max-width: 767px) {
        grid-template-columns: 1fr;
      }
    }

    h2 {
      max-width: 717px;
      /* font-weight: 800; */

      @media (max-width: 1156px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      margin-top: 24px;
      max-width: 717px;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 38px;
      color: #2F2F2F;

      @media (max-width: 1156px) {
        font-size: 18px;
        line-height: 32px;
      }

      @media (max-width: 767px) {
        order: 1;
      }
    }

    .what-items {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
      margin-top: 24px;
      position: relative;
      grid-auto-rows: 1fr;

      @media (max-width: 1156px) {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 32px;
      }

      @media (max-width: 767px) {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

      .image {
        max-height: 170px;
        position: relative;
        order: 2;

        @media screen and (max-width: 1156px) {
          order: 1;
        }

        @media screen and (max-width: 767px) {
          max-height: 100%;
        }

        img {
          position: absolute;
          top: 0;
          transform: translateY(-70%);
          /* left: -150px; */
          width: 100%;
          height: 100%;
          object-fit: cover;
          overflow: visible;
          z-index: -1;

          @media screen and (max-width: 1156px) {
            transform: translateY(50%);
          }

          @media screen and (max-width: 767px) {
            transform: translateY(0);
            position: relative;

          }
        }
      }

      .what-item {
        /* max-height: 170px; */
        padding: 16px;
        border-radius: 12px;
        border: 2px solid #FFFFFF;
        background: #CCEEFF66;
        position: relative;
        z-index: 2;
        backdrop-filter: blur(8px);
        box-shadow: 0px 4px 4px 0px #8CA2AC99;
        order: 3;

        &.first {
          order: 1;

          @media screen and (max-width: 1156px) {
            order: 2;
          }
        }

        .what-item-title {
          display: flex;
          margin-bottom: 8px;

          img {
            max-width: 53px;
            max-height: 53px;
            margin-bottom: -2px;
          }

          h3 {
            align-self: end;
          }
        }

        h3 {
          font-weight: 700;
          margin-left: -16px;
        }
      }
    }

    .bottom-bg {
      left: -5%;
      bottom: -156px;
      position: absolute;
      max-width: 906px;

      @media (max-width: 1156px) {
        bottom: -100px;
        max-width: 706px;
        right: -200px;
        left: unset;
      }

      @media (max-width: 767px) {
        bottom: -50px;
        left: -62px;
        min-width: 479px;
      }
    }
  }
}

/* ingredients section */

.ingredients {
  margin-block: 64px;

  @media (max-width: 767px) {
    margin-block: 32px;
  }

  .container {
    .list-wrapper {
      position: relative;

      .main-image {
        position: absolute;
        max-width: 717px;
        top: 0;
        left: 0;

        @media (max-width: 1156px) {
          z-index: -1;
          left: -30%;
        }

        @media (max-width: 767px) {
          position: relative;
          margin-top: -48px;
          left: unset;
        }
      }

      .ingredient-image-1 {
        position: absolute;
        max-width: 704px;
        top: -5%;
        right: -10%;

        @media (max-width: 1156px) {
          z-index: -1;
          right: -50%;
        }

        @media (max-width: 767px) {
          display: none;
        }
      }

      .ingredient-image-2 {
        position: absolute;
        max-width: 439px;
        top: 18%;
        left: 46%;

        @media (max-width: 1156px) {
          z-index: -1;
          top: unset;
          bottom: -5%;
          left: 70%;
        }

        @media (max-width: 767px) {
          display: none;
        }
      }

      .ingredient-image-3 {
        position: absolute;
        max-width: 488px;
        top: 30%;
        left: 26%;

        @media (max-width: 1156px) {
          z-index: -1;
          top: unset;
          bottom: -5%;
          left: -30%;
        }

        @media (max-width: 767px) {
          display: none;
        }
      }

      .ingredient-image-4 {
        position: absolute;
        max-width: 544px;
        top: 33%;
        right: -5%;

        @media (max-width: 1156px) {
          z-index: -1;
          top: 3%;
          right: -20%;
        }

        @media (max-width: 767px) {
          display: none;
        }
      }

      .ingredient-image-5 {
        position: absolute;
        max-width: 567px;
        bottom: -5%;
        right: -5%;

        @media (max-width: 1156px) {
          z-index: -1;
          bottom: unset;
          top: 50%;
          right: -30%;
        }

        @media (max-width: 767px) {
          display: none;
        }
      }

      .bottom-title {
        margin-top: 32px;
        font-weight: 700;
        max-width: 782px;
        margin-bottom: 16px;

        @media (max-width: 767px) {
          margin-top: 48px;
          margin-bottom: 16px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 32px;
          line-height: 40px;
          display: flex;
          align-items: center;
          color: #191919;
        }
      }

      .subtitle {
        max-width: 55%;
        z-index: 1;
        position: relative;

        @media (max-width: 767px) {
          max-width: 100%;
        }
      }
    }

    .ingredients-list {
      margin-top: 64px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
      row-gap: 48px;

      .ingredient-item {
        background: #7FB4E866;
        box-shadow: 0px 2px 2px 0px #00000026;
        backdrop-filter: blur(12px);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        .ingredient-item-title {
          display: flex;
          gap: 4px;
          padding: 16px;
          background: #F8FBFF;
        }

        h4 {
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
        }

        .description {
          padding: 16px;

          @media (max-width: 1024px) {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 32px;
            color: #191919;
          }
        }
      }

      @media (max-width: 1156px) {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;

        .empty {
          display: none;
        }
      }
    }

    .desktop-list {
      display: grid;

      .mobile-item {
        display: none;
      }

      @media screen and (max-width: 767px) {
        .mobile-item {
          display: block;
          height: fit-content;

          img {
            position: relative;
            left: unset;
            top: unset;
            right: unset;
            bottom: unset;
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: visible;
            z-index: -1;
          }

          .ingredient-image-3 {
            display: block;
          }

          .ingredient-image-2 {
            display: block;
          }
        }
      }
    }

    .mobile-list {
      display: none;

      @media screen and (max-width: 767px) {
        display: block;
      }
    }

    .ingredient-slide-item {
      padding: 16px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid #FAFEFF;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(8px);
      border-radius: 12px;
      height: 100%;

      .ingredient-item-title {
        display: flex;
        gap: 4px;
        margin-bottom: 16px;
        align-items: center;
      }

      h4 {
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
      }

      .description {
        margin-top: 16px;
      }
    }
  }
}

/* capsules section */

.capsule-section {
  margin-block: 64px;

  @media (max-width: 1024px) {
    margin-top: 160px;
  }

  @media (max-width: 767px) {
    margin-block: 32px;
  }

  .container {
    h2 {
      margin-bottom: 32px;
      max-width: 706px;

      @media screen and (max-width: 1156px) {
        font-size: 32px;
        line-height: 38px;
      }

      @media screen and (max-width: 767px) {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        display: flex;
        align-items: center;
        color: #191919;
      }
    }

    .subtitle {
      max-width: 603px;

      @media screen and (max-width: 767px) {
        font-size: 18px;
        line-height: 32px;
      }
    }

    .capsule-wrapper {
      margin-block: 64px;
      position: relative;

      @media screen and (max-width: 767px) {
        margin-block: 32px;
      }

      .capsule-title {
        margin-bottom: 80px;

        @media screen and (max-width: 767px) {
          font-size: 32px;
          line-height: 38px;
          margin-bottom: 210px;
        }
      }

      .capsule-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 386px;
        row-gap: 30px;
        margin-block: 64px;

        @media screen and (max-width: 1156px) {
          margin-top: 250px;
          grid-template-columns: repeat(1, 1fr);
          column-gap: 0;
          row-gap: 32px;
        }

        @media screen and (max-width: 767px) {
          margin-bottom: 32px;
        }

        .capsule-item {
          display: flex;
          background: #ADCBE866;
          box-shadow: 0px 1px 2px 0px #12172173;
          backdrop-filter: blur(12px);
          border-radius: 12px;
          padding: 16px;
          gap: 16px;
          min-height: 128px;

          .icon {
            min-width: 35px;
            min-height: 35px;
          }

          .title-1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 32px;
            color: #191919;
          }

          @media screen and (max-width: 1156px) {
            min-height: unset;

            .title-1 {
              font-size: 20px;
              line-height: 32px;
            }
          }
        }
      }

      .button {
        margin-inline: auto;

        @media screen and (max-width: 767px) {
          white-space: wrap;
        }
      }

      .bg-image {
        position: absolute;
        left: 5%;
        bottom: 13%;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;

        @media screen and (max-width: 1156px) {
          justify-content: flex-end;
          bottom: 60%
        }

        @media screen and (max-width: 767px) {
          justify-content: center;
          align-items: flex-start;
          bottom: 70%;
          left: -30%;
        }

        svg {
          position: absolute;
          width: 724px;
          z-index: -1;

          @media screen and (max-width: 1156px) {
            right: -200px;
          }

          @media screen and (max-width: 767px) {
            right: unset;
            top: 30px;
            height: auto;
          }
        }

        img {
          max-width: 796px;

          @media screen and (max-width: 767px) {
            min-width: 593px;
            top: -10%;
            margin-top: 120px;
          }
        }
      }
    }

    .description {
      max-width: 65%;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      display: flex;
      align-items: center;
      color: #001940;

      @media (max-width: 1156px) {
        max-width: 100%;
      }
    }
  }
}

/* purpose section */

.purpose-section {
  margin-block: 64px;

  @media (max-width: 767px) {
    margin-block: 32px;
  }

  .container {
    .top-wrapper {
      margin-bottom: 64px;
      display: grid;
      grid-template-columns: auto 350px;

      @media (max-width: 1156px) {
        grid-template-columns: 1fr 2fr;
      }

      @media (max-width: 767px) {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
      }

      .image-area {
        grid-column: span 1;
        grid-row: span 2;
        position: relative;
        z-index: -1;
        order: 2;
        max-width: 286px;
        justify-self: center;

        @media (max-width: 1156px) {
          max-width: 200px;
        }
      }

      h2 {
        margin-bottom: 32px;
        grid-column: span 1;
        order: 1;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        display: flex;
        align-items: center;
        color: #191919;

        @media (max-width: 1156px) {
          max-width: 100%;
          grid-column: span 2;
        }

        @media screen and (max-width: 767px) {
          grid-column: span 1;
        }
      }

      .description {
        grid-column: span 1;
        order: 3;
      }
    }

    .list-wrapper {
      position: relative;

      .bg-image {
        position: absolute;
        top: 17%;
        right: 0;
        z-index: -1;

        img {
          max-width: 100%;
          transform: scale(1.17);
          height: auto;
          object-fit: cover;

          @media (max-width: 1156px) {
            max-width: 900px;
            width: 100vw;
            transform: scale(1.22);
            transform-origin: center;
          }

          @media screen and (max-width: 767px) {
            width: 100%;
            transform-origin: center;
            transform: translate(0%, 20px);
          }
        }
      }

      .count-title {
        margin-bottom: 32px;

        @media (max-width: 767px) {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 32px;
          line-height: 40px;
          display: flex;
          align-items: center;
          color: #191919;
          margin-block: 32px;
        }
      }

      .count-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;

        @media (max-width: 1156px) {
          grid-template-columns: repeat(1, 1fr);
        }

        @media (max-width: 767px) {
          gap: 16px;
          grid-template-columns: 1fr;
        }

        .count-item {
          display: flex;
          gap: 32px;
          background: #ADCBE866;
          box-shadow: 0px 1px 2px 0px #12172173;
          backdrop-filter: blur(12px);
          border-radius: 12px;
          padding: 16px;
          position: relative;
          overflow: hidden;

          svg {
            position: absolute;
            z-index: -1;
          }

          &:nth-child(1) {
            svg {
              top: -10%;
              right: -20%;
            }
          }

          &:nth-child(2) {
            svg {
              bottom: -10%;
              right: -20%;
              rotate: 180deg
            }
          }


          &:nth-child(3) {
            svg {
              top: -20%;
              left: 5%;
            }
          }

          @media (max-width: 1156px) {
            align-items: center;
            padding: 32px 64px;
            gap: 16px;

            .title-1 {
              font-family: 'Poppins';
              font-style: normal;
              font-weight: 700;
              font-size: 24px;
              line-height: 34px;
              display: flex;
              align-items: center;
              color: #191919;
            }
          }

          @media screen and (max-width: 767px) {
            gap: 16px;
            padding: 16px;
          }
        }

        .title-1 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 40px;
          display: flex;
          align-items: center;
          color: #191919;
        }
      }

      .description {
        margin-top: 32px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #001940;

        @media screen and (max-width: 767px) {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 34px;
          display: flex;
          align-items: center;
          color: #191919;
          text-align: unset;
        }
      }
    }
  }
}


/* testimonials section */

.testimonials-section {
  margin-block: 64px;
  padding-block: 48px;
  position: relative;
  z-index: 1;

  @media screen and (max-width: 1156px) {
    padding-block: 32px;
    margin-block: 32px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 24px;
  }

  .container {
    h2 {
      text-align: center;

      @media screen and (max-width: 767px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .description {
      margin-top: 20px;
      text-align: center;
      max-width: 948px;
      margin-inline: auto;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      font-family: var(--font-heading);
      letter-spacing: -0.017em;
    }

    .testimonials-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;

      @media screen and (max-width: 1024px) {
        grid-template-columns: repeat(1, 1fr);
      }
    }

    .testimonials-items-mobile {
      display: none;

      @media screen and (max-width: 1024px) {
        display: grid;
        gap: 16px;
        margin-top: 48px;
      }

      &::part(pagination) {
        margin-top: 32px;
        position: relative;
        --swiper-theme-color: #43A2B1;
      }

      swiper-slide {
        height: auto;
      }
    }

    .testimonial-item {
      background: #ADCBE8;
      box-shadow: 0px 2px 2px 0px #00000026;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;

      .testimonial-text {
        padding: 16px;
        font-family: var(--font-heading);
        line-height: 26px;
      }

      .testimonial-author {
        justify-content: center;
        display: flex;
        gap: 20px;
        padding: 14px 16px;
        align-items: center;
        background: rgba(255, 255, 255, 0.6);

        img {
          width: 64px;
          height: 64px;
        }

        .autor-name {
          font-weight: 700;
          font-size: 20px;
          line-height: 32px;
        }
      }

      .bg-image {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
      }
    }

    .bottom-title {
      margin-top: 64px;
      text-align: center;
      max-width: 867px;
      margin-inline: auto;

      h2 {
        text-align: center;

        @media screen and (max-width: 767px) {
          font-size: 24px;
          line-height: 34px;
        }
      }
    }
  }
}

/* books section */

.books-section {
  margin-block: 64px;

  @media screen and (max-width: 1156px) {
    padding-block: 0px;
    margin-block: 64px;
  }

  @media screen and (max-width: 767px) {
    padding-block: 0px;
  }

  .container {
    position: relative;

    .gift {
      position: absolute;
      top: -60px;
      right: 0;
      width: 403px;
      object-fit: cover;
      z-index: -1;

      @media screen and (max-width: 767px) {
        top: -100px;
        right: -100px;
        width: 300px;
      }
    }

    h2 {
      font-weight: 700;
    }

    @media screen and (max-width: 767px) {
      h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 280px;
      }
    }

    .description {
      margin-top: 24px;
      max-width: 717px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .books {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
      margin-block: 32px 40px;

      @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
      }

      figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        position: relative;

        figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 16px 24px;

          @media screen and (max-width: 1156px) {
            position: relative;
          }

          h3 {
            font-weight: 700;
            margin-bottom: 16px;
          }

          p {
            font-size: 18px;
            line-height: 36px;
            font-family: var(--font-heading);
          }
        }
      }
    }

    .bottom-title {
      text-align: center;
      max-width: 845px;
      margin-inline: auto;
      position: relative;
      text-align: center;
      font-size: 28px;
      line-height: 46px;
      font-weight: 700;
      font-family: var(--font-heading);
      letter-spacing: -0.017em;

      @media (max-width: 1156px) {
        font-weight: 800;
      }
    }
  }
}

.certs-section {
  padding-block: 24px;
  z-index: 1;
  position: relative;
  background: #FFFFFFCC;

  @media (max-width: 767px) {
    background: none;
  }

  .container {
    .certs-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 96px);
      gap: 32px;
      justify-content: center;
      margin-inline: auto;

      @media screen and (max-width: 767px) {
        grid-template-columns: repeat(4, 1fr);
        max-width: 100%;
      }
    }
  }
}

/* warranty section */

.warranty {
  /* padding-block: 48px; */
  position: relative;
  background: #F6FBFF;


  @media (max-width: 1156px) {
    padding: 0px 64px;
  }

  @media (max-width: 767px) {
    padding: 24px;
  }
}

.warranty .container {
  backdrop-filter: blur(12px);
  grid-template-columns: repeat(5, minmax(0px, 1fr));
  row-gap: 1rem;
  column-gap: 2.5rem;
  display: grid;
  font-family: var(--font-heading);
  max-width: 1096px;
  padding: 48px 0px;
  border-radius: 24px;
  
  @media (max-width: 1156px) {
    margin-top: 100px;
    column-gap: 0;
  }

  @media (max-width: 767px) {
    margin-top: 0;
    padding: 0 16px 19px 16px;
  }

  .warranty-image-wrapper {
    position: absolute;
    min-width: 1229px;
    top: -30%;
  }
}

.warranty .warranty-image {
  width: 100%;
  position: absolute;
  top: -25%;
  left: -10%;
  z-index: -1;
  max-width: 1219px;
  rotate: 30deg;

  @media (max-width: 1156px) {
    top: -15%;
    right: -20%;
    left: unset;
    max-width: unset;
    min-width: 1280px;
  }
}

.warranty .benefits-bottom-bg {
  position: absolute;
  bottom: 100px;
  left: -300px;
  max-width: 808px;
  height: 100%;
  object-fit: cover;
  overflow: visible;

  @media (max-width: 767px) {
    max-width: 491px;
    max-height: 389px;
    left: -21px;
    bottom: unset;
    top: -140px;
    rotate: -180deg;
  }
}

.warranty .container .image {
  grid-column: span 2 / span 2;
  margin-bottom: 1.5rem;
  grid-row: span 3 / span 3;
  max-width: 233px;
  margin: auto;

  @media (max-width: 1156px) {
    margin-top: 0px;
  }

  @media (max-width: 767px) {
    max-width: 174px;
    grid-row: unset;
    order: 4;
  }
}

@media (max-width: 767px) {
  .warranty .container .image {
    grid-column: span 5 / span 5;
  }
}

.warranty .container .uptitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #191919;
  grid-column: span 3 / span 3;
  margin-top: auto;
}

.warranty .container .bottom-wrapper {
  grid-column: span 5 / span 5;
  margin-top: auto;
  position: relative;
  text-align: center;

  @media (max-width: 1156px) {
    margin: 0 -64px;
  }

  @media (max-width: 767px) {
    order: 6;
    grid-column: span 5 / span 5;
    margin: 0 -40px;
  }
}

.warranty .container .bottom-wrapper svg {
  position: absolute;
  z-index: -1;
  top: 20%;
  justify-self: center;

  @media (max-width: 1156px) {
    top: 35%;
  }
}

.warranty .container .bottom-title {
  background: #8FB7DE99;
  border: 1px solid #FFFFFF;
  padding: 56px 204px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #FFFFFF;
  backdrop-filter: blur(10px);
  z-index: 1;

  @media (max-width: 1156px) {
    margin: 0 64px;
    padding: 56px 104px;
    border-radius: 200px;
  }

  span {
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
  }


  @media (max-width: 767px) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 24px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .warranty .container .uptitle {
    grid-column: span 5 / span 5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #2F2F2F;
    order: 1;
  }
}

.warranty .container .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #001940;
  grid-column: span 3 / span 3;
  margin-bottom: auto;

  @media (max-width: 1024px) {
    max-width: 70%;
  }
}

.warranty .container .title-1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #001940;
  max-width: 93%;
  grid-column: span 3 / span 3;
  margin-bottom: auto;

  @media (max-width: 1024px) {
    max-width: 73%;
  }

  @media (max-width: 767px) {
    order: 3;
    max-width: 100%;
    grid-column: span 5 / span 5;
  }
}

.warranty .container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column: span 5 / span 5;
  justify-self: center;
  gap: 32px;
  isolation: isolate;

  @media (max-width: 1024px) {
    margin-block: 40px;
  }

  @media (max-width: 767px) {
    order: 5;
    grid-column: span 5 / span 5;
  }
}

.warranty .container ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #191919;
  text-shadow: 0px 2px 2px rgba(30, 38, 58, 0.25);
}

@media (max-width: 767px) {
  .warranty .container .title {
    grid-column: span 5 / span 5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #2F2F2F;
    order: 2;
    max-width: 100%;
  }
}

.warranty .container .content {
  grid-column: span 5 / span 5;
  margin-top: 16px;
}

.warranty .container .content p {
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 32px;
}

/* Section: faq */
.faq {
  background: #F6FBFF;
}

.faq .container {
  padding-block: 64px;
  padding-inline: 270px;
  position: relative;

  @media (max-width: 1024px) {
    padding-inline: 4rem;
  }

  @media screen and (max-width: 767px) {
    padding-top: 32px;
    padding-inline: 24px;
  }
}

.faq .container .content h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #191919;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}

.faq .container .faq-wrapper {
  /* z-index: 10; */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-top: 32px;
}

.faq .container .faq-wrapper .ac {
  background: #86B9E366;
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 24px 32px;

  @media screen and (max-width: 767px) {
    padding: 10px 16px;
  }
}

.faq .container .faq-wrapper .ac .ac-trigger {
  width: 100%;
  justify-content: space-between;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #2F2F2F;
  text-align: left;
  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 28px;
  }
}

.faq .container .faq-wrapper .ac .ac-trigger:focus {
  color: var(--base-dark)
}

.faq .container .faq-wrapper .ac .ac-trigger::after {
  display: none
}

.faq .container .faq-wrapper .ac.is-active .ac-panel .answer-wrapper{
  padding: .5rem 1.5rem;
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: .75rem;

  @media screen and (max-width: 767px) {
    p {
      font-size: 18px;
      line-height: 28px;
    }
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table {
  display: flex;
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row {
  gap: 1.5rem;
  display: grid;
  border-bottom: 1px solid rgba(21, 45, 33, .2);
  padding-block: 10px;
  align-items: center;
  grid-template-columns: repeat(12, minmax(0px, 1fr))
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row {
    font-size: 14px;
    grid-template-columns: repeat(3, minmax(0px, 1fr))
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first {
  grid-column: span 5/span 5
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .first {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second {
  grid-column: span 4/span 4
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .second {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third {
  grid-column: span 3/span 3
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row .third {
    grid-column: span 1/span 1
  }
}

.faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  padding-top: 1.5rem;
  display: grid
}

@media(max-width: 767px) {
  .faq .container .faq-wrapper .ac .ac-panel .answer-wrapper .table .item-row:first-child {
    font-size: 13px
  }
}

.faq .container .faq-wrapper .ac.is-active .ac-trigger svg {
  transform: rotate(180deg)
}

/* CSS grid accordion — no scrollHeight reads (avoids forced reflow) */
.faq .container .faq-wrapper .ac .ac-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms ease;
  height: auto !important;
}

.faq .container .faq-wrapper .ac.is-active .ac-panel {
  grid-template-rows: 1fr;
}

.faq .container .faq-wrapper .ac .ac-panel > .answer-wrapper {
  min-height: 0;
  overflow: hidden;
}

/* Section: action */
.action-section {
  background: #F6FBFF;
  padding-block: 96px;
  position: relative;
  overflow: visible;

  .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;

    .button {
      @media (max-width: 1156px) {
        align-self: center;
      }
    }

    .bottle-image {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      max-width: 500px;

      @media (max-width: 1156px) {
        position: relative;
        align-self: center;
      }
    }

    .action-image {
      position: absolute;
      top: -20%;
      right: -20%;
      z-index: -1;
      max-width: 1131px;
      max-height: 879px;

      @media (max-width: 1156px) {
        top: 30%;
        min-width: 1131px;
      }
    }

    h2 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 46px;
      display: flex;
      align-items: center;
      color: #191919;
      max-width: 70%;

      @media (max-width: 1156px) {
        max-width: 100%;
      }
    }

    p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      display: flex;
      align-items: center;
      color: #191919;
      max-width: 50%;

      &.action-text {
        justify-content: center;
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #191919;
      }

      @media (max-width: 1156px) {
        max-width: 100%;
      }
    }
  }
}

/* Section: double-proposal */
.double-proposal {
  padding: 100px 0px;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000
}

.double-proposal.active {
  display: flex
}

.double-proposal .popup-wrapper {
  margin: auto;
  background: linear-gradient(180deg, #dfe6ec, #b0d0e9);
  border-radius: 20px;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
  max-width: 870px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper {
    padding: 1rem;
    gap: 8px
  }
}

.double-proposal .popup-wrapper .title {
  text-align: center;
  grid-column: span 2;
  margin-bottom: 4rem
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .title {
    margin-bottom: 0rem
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper .title {
    line-height: 1
  }
}

.double-proposal .popup-wrapper .subtitle {
  font-weight: 900;
  font-size: 26px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .subtitle {
    grid-column: span 2;
    text-align: center
  }
}

@media(max-width: 767px) {
  .double-proposal .popup-wrapper .subtitle {
    line-height: 1.2
  }
}

.double-proposal .popup-wrapper .products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: span 2;
  gap: 8px
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .products-wrapper {
    grid-column: span 2;
    grid-row: span 1;
    display: grid;
    justify-content: center
  }
}

.double-proposal .popup-wrapper .products-wrapper>* {
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 16px;
  text-align: center
}

.double-proposal .popup-wrapper .products-wrapper>a.product-1,
.double-proposal .popup-wrapper .products-wrapper>a.product-2 {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease
}

.double-proposal .popup-wrapper .products-wrapper>a.product-1:hover,
.double-proposal .popup-wrapper .products-wrapper>a.product-2:hover {
  opacity: 0.9
}

.double-proposal .popup-wrapper .products-wrapper>a.product-2 {
  border: 2px solid #ff5b36;
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .products-wrapper>* {
    max-width: 275px;
    background: rgba(0, 0, 0, 0)
  }

  .double-proposal .popup-wrapper .products-wrapper>* .product-image {
    padding: 2.25rem 4rem;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}

@media(max-width: 1156px)and (max-width: 767px) {
  .double-proposal .popup-wrapper .products-wrapper>* .product-image {
    padding: 1rem 2rem;
    margin-bottom: 4px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.double-proposal .popup-wrapper .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: end
}

@media(max-width: 1156px) {
  .double-proposal .popup-wrapper .buttons-wrapper {
    grid-column: span 2;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
  }
}

.double-proposal .popup-wrapper .buttons-wrapper .button.primary {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  justify-content: center
}

.arm-icon {
  z-index: 20;
}

.double-proposal .popup-wrapper .buttons-wrapper .button.primary svg {
  position: absolute;
  right: -12px;
  bottom: -22px
}

.double-proposal .popup-wrapper .buttons-wrapper .link {
  border-radius: initial;
  font-weight: 400;
  line-height: 26px;
  padding: initial;
  font-size: 14px;
  text-decoration: underline
}

/* Section: gratis-cards */
.gratis-cards {
  margin-block: 64px
}

.gratis-cards h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  align-items: center;
  color: #191919;
}

.gratis-cards .subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #191919;
  margin-top: 1.5rem;
}

.gratis-cards .subtitle span {
  color: #4599DD
}

.gratis-cards .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 2rem;
  margin-block: 32px
}

@media screen and (max-width: 1024px) {
  .gratis-cards .cards-wrapper {
    grid-template-columns: 1fr
  }
}

@supports(grid-template-rows: subgrid) {
  .gratis-cards .card {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0rem;
    grid-row: span 3;
    grid-template-columns: 488px auto;
    border-radius: 12px;
    overflow: hidden;
    background: #ADCBE899;
    box-shadow: 0px 4px 4px 0px #D5E3DC99;
    backdrop-filter: blur(40px);
    font-family: 'Poppins';

    @media (max-width: 1156px) {
      display: flex;
      flex-direction: column;
      grid-row: span 3;
    }
  }

  .gratis-cards .image {
    grid-column: 1;
    grid-row: span 3;
    align-self: stretch;
    min-height: 0;
    margin: 0;
    max-width: 488px;

    @media (max-width: 1156px) {
      display: flex;
      flex-direction: column;
      grid-row: span 3;
      max-width: 100%;
    }
  }

  .gratis-cards .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 488px;

    @media (max-width: 1156px) {
      display: flex;
      flex-direction: column;
      grid-row: span 3;
      max-width: 100%;
      aspect-ratio: 1 / 1;
    }
  }

  .image-1 {
    max-height: 578px;

    @media (max-width: 1156px) {
      display: flex;
      flex-direction: column;
      grid-row: span 3;
      max-width: 100%;
      max-height: unset;
    }
  }

  .image-2 {
    max-height: 460px;

    @media (max-width: 1156px) {
      display: flex;
      flex-direction: column;
      grid-row: span 3;
      max-width: 100%;
      max-height:unset;
    }
  }

  .gratis-cards .middle-text {
    grid-column: 2;
    grid-row: span 1;
    font-size: 24px;
    line-height: 34px;
    padding: 1rem 1.5rem 0
  }

  .gratis-cards .middle-text strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #191919;
    margin-bottom: 10px;
  }

  .gratis-cards .text-section {
    grid-column: 2;
    grid-row: span 2;
    align-self: end;
    padding: 1rem 1.5rem 1rem
  }

  @media (max-width: 768px) {
    .gratis-cards .card {
      display: flex;
      flex-direction: column;
    }

    .gratis-cards .image {
      grid-column: 1;
      grid-row: 1;
      align-self: start;
    }

    .gratis-cards .middle-text {
      grid-column: 1;
      grid-row: 2;
      font-size: 22px;
      line-height: 1.4
    }

    .gratis-cards .text-section {
      grid-column: 1;
      grid-row: 3;
      align-self: stretch
    }
  }

  .gratis-cards .text-section .main-text {
    font-size: 24px;
    margin-bottom: 1rem
  }

  .gratis-cards .text-section .main-text strong {
    font-weight: 700;
  }

  .gratis-cards .text-section .main-text .gratis {
    font-weight: 700;
    color: #D51945;
  }

  .gratis-cards .text-section .support-text {
    font-size: 20px;
    line-height: 36px
  }
}

.gratis-cards .awards .circles {
  margin-block: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem
}

.gratis-cards .awards .circles .circle {
  width: 100px;
  height: 100px
}

.double-proposal .popup-wrapper .buttons-wrapper .link:hover {
  text-decoration: none
}

/* Section: footer */
.nav-footer {
  background: #F6FBFF;
  font-family: var(--font-heading);
  position: relative;
  z-index: 1;
  padding-top: 16rem;
  .footer-text {
    text-align: center;
    max-width: 1200px;
    padding-inline: 16px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: #2F2F2F;
    padding-block: 16px;
    width: 100%;
    font-weight: 400;
    opacity: 0.5;
  }
}

.nav-footer .menu {
  padding-block: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #2F2F2F;

  a {
    opacity: 0.4;
  }
}

@media(max-width: 767px) {
  .nav-footer .menu {
    gap: 1rem;
  }
}

.nav-footer .menu .item {
  order: 1;
  &:nth-child(1) {
    order: 2;
  }
  &:nth-child(4) {
    order: 3;
  }
}

.nav-footer .menu .item a {
  font-size: 10px;
}

.nav-footer .menu .item a:hover {
  text-decoration: underline
}

.nav-footer .menu .popup-for-button {
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150
}

.nav-footer .menu .popup-for-button.active {
  display: flex
}

.nav-footer .menu .popup-for-button .popup-wrapper {
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  max-width: 800px;
  padding: 2rem;
  position: relative;
  width: 100%;
  background: linear-gradient(156.83deg, #FFFFFF -95.45%, #ABDCE4 86.27%);
}

.nav-footer .menu .popup-for-button .popup-wrapper .close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem
}

.nav-footer .menu .popup-for-button .popup-wrapper .close svg {
  pointer-events: none
}

@media(max-width: 767px) {
  .nav-footer .menu .popup-for-button .popup-wrapper .popup-content {
    overflow-y: auto;
    height: calc(100vh - 4rem)
  }
}

.nav-footer .menu .popup-for-button .popup-wrapper .popup-content .popup-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  gap: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-top: 2rem
}

.book-details .button.primary {
  font-size: 18px;
  background-color: var(--base-accent);
  border-radius: 8px;
  padding-inline: 10px;
  font-weight: 500;
}

.video-screen {
  
    margin-block: 1rem 2rem;
  
}

.hide {
  display: none;
}

@media(max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}