/* .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;
    }
  }
} */

@import url('https://fonts.googleapis.com/css2?family=Onest:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&display=swap');

*,
*::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: 26px;
  font-weight: 400;
}

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

.body-3 {
  font-family: "Onest";
  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: poOnest;
}

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

:root {
  --font-body: Onest, -apple-system, BlinkMacSystemFont, "Segoe UI", "Onest", sans-serif;
  --font-heading: Onest, -apple-system, BlinkMacSystemFont, "Segoe UI", "Onest", 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;
}

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

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

.button {
  font-family: var(--font-heading);
  box-shadow: 0px 2px 8px #ACCBD0;
  background: #DD2535;
  font-size: 24px;
  line-height: 32px;
  box-shadow: 0px 2px 8px rgba(39, 39, 39, 0.2);
  border-radius: 32px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 20;
  padding: 0px;
}


.button span {
  position: relative;
  z-index: 20;
  padding: 12px 22px;
  background: #DD2535;
  border: 0;
  border-radius: 32px;
}

.button:hover {
  padding: 0;
}

.button:hover span {
  padding: 12px 24px;
  background: #F53747;
}

.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: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", "Onest", 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: poOnest;
  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);
  poOnest-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;
  }
}

.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;
  }
}



.page-header .header .button span {
  padding: 12px 48px;
}

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

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

.main-screen {
  padding-top: 160px;
  /* background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 25%, #ABDCE4 100%); */
}

.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;

    .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%);
}

.main-screen .container .image-area .main-image picture {
  position: absolute;
  z-index: 1;
  min-width: 690px;
  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 .container .text-area {
  grid-column: span 8 / span 8;
  justify-content: flex-end;
  display: flex;
  order: 1;
  position: relative;
  z-index: 1;
  max-width: 640px;

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

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


.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;

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

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

  span {
    padding-inline: 76px;
  }
}

.main-screen .container .benefits {
  grid-column: span 12 / span 12;
  order: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* gap: 32px; */
  margin-top: 60px;
  position: relative;
  background: rgba(225, 241, 247, 0.2);
  border-radius: 24px;
  padding: 24px;

  .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(225, 241, 247, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 24px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(140, 162, 172, 0.2);
  }

  .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 600px;
    height: auto;
    z-index: -1;
  }
}


@media (max-width: 1156px) {
  .main-screen .container .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .main-screen .container .benefits {
    margin-top: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    gap: 16px;
  }
}

.main-screen .container .benefits .benefit {
  display: flex;
  gap: 8px;
  line-height: 26px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  z-index: 1;
  border-radius: 12px;

  .icon {
    flex-shrink: 0;
    max-width: 15px;
    margin-top: 4px;
  }
}

@media (max-width: 1156px) {
  .main-screen .container .benefits .benefit {
    align-items: center;
  }
}

.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: -300px -150px;
  }

  .main-screen .container .image-area .main-image picture {
    min-width: 652px;
    /* margin-right: -150px; */
    .desktop {
      display: none;
    }
    .mobile {
      display: block;
    }
  }

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

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

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

  .main-screen .container .subtitle {
    grid-column: span 12;
    order: 1;
    font-size: 24px;
    line-height: 38px;
    max-width: 440px;
  }

  .main-screen .container .ctitle {
    text-align: center;
  }

  .main-screen .container .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;
  }

  .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 {
  margin-block: 96px;
}
.problems .container {
  position: relative;
}
.problems .container h2 {
  margin-bottom: 24px;
}
.problems .container .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 580px;
}
@media (max-width: 1156px) {
  .problems .container .bg-image {
    display: none;
 }
}
.problems .container .description {
  max-width: 700px;
  font-size: 24px;
  line-height: 38px;
}
.problems .container .battery-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 50px;
  gap: 60px;
}
@media (max-width: 1156px) {
  .problems .container .battery-wrapper {
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
 }
}
@media (max-width: 767px) {
  .problems .container .battery-wrapper {
    margin-top: 32px;
 }
}
.problems .container .battery-wrapper .battery-icon {
  flex-shrink: 0;
  max-width: 450px;
  max-height: 280px;
  margin-left: -50px;
  margin-top: -150px;
}
@media (max-width: 1156px) {
  .problems .container .battery-wrapper .battery-icon {
    max-height: 450px;
    margin-top: -180px;
    margin-left: 0;
    z-index: -1;
 }
}
@media (max-width: 767px) {
  .problems .container .battery-wrapper .battery-icon {
    max-height: 350px;
    margin-top: -100px;
    margin-left: 0;
    z-index: -1;
 }
}
.problems .container .battery-wrapper .battery-icon img {
  width: 100%;
  height: auto;
}
.problems .container .bedeutet {
  margin-block: 32px 64px;
  position: relative;
}
.problems .container .bedeutet h2 {
  text-align: center;
}
.problems .container .bedeutet .benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1156px) {
  .problems .container .bedeutet .benefits-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
 }
}
@media (max-width: 767px) {
  .problems .container .bedeutet .benefits-list {
    margin-bottom: 120px;
 }
}
.problems .container .bedeutet .benefits-list .benefit-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: radial-gradient(139.82% 137.48% at 50.05% -37.48%, rgba(255, 87, 94, 0.4) 10.83%, rgba(204, 238, 255, 0.4) 54.32%);
  box-shadow: 0px 4px 4px rgba(140, 162, 172, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 24px;
}
.problems .container .bedeutet .benefits-list .benefit-item .icon {
  flex-shrink: 0;
  max-width: 24px;
}
.problems .container .ignore-wrapper {
  max-width: 826px;
  margin-inline: auto;
}
.problems .container .ignore-wrapper .p-text {
  margin-bottom: 16px;
}
.problems .container .ignore-wrapper h2 {
  margin-block: 16px 0px;
}
.problems .container .ignore-wrapper h2 .highlight {
  color: var(--base-accent-red);
}
@media (max-width: 767px) {
  .problems .container .ignore-wrapper h2 {
    margin-top: 32px;
 }
}
.highlight {
  color: var(--base-accent);
}
/* breakthrough */
.breakthrough {
  margin-block: 96px;
}
@media (max-width: 767px) {
  .breakthrough {
    margin-block: 32px;
 }
}
.breakthrough .container .texts {
  position: relative;
  display: flex;
  gap: 200px;
  padding-top: 34px;
  
}
@media (max-width: 1156px) {
  .breakthrough .container .texts {
    flex-direction: column;
    gap: 0;
    .bg-image {
      margin-block: -100px;
    }
 }
}
.breakthrough .container .texts .p-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  .button {
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin-inline: auto;
    transform: unset;
    @media (max-width: 1156px) {
      display: none;
    }
  }
  img {
    margin-top: -100px;
    min-width: 577px;
    @media (max-width: 1156px) {
      min-width: unset;
    }
  }
}
.breakthrough .container .texts .left {
  position: relative;
}
.breakthrough .container .texts .left img {
  min-width: 577px;
  margin-top: -150px;
  position: relative;
  z-index: -1;
}
.breakthrough .container .texts .left img.mobile {
  display: none;
}
@media (max-width: 1156px) {
  .breakthrough .container .texts .left img {
    margin-block: -100px;
    margin-left: 0;
    z-index: -1;
 }
  .breakthrough .container .texts .left img.desktop {
    display: none;
 }
  .breakthrough .container .texts .left img.mobile {
    display: block;
 }
}
@media (max-width: 767px) {
  .breakthrough .container .texts .left img {
    min-width: 500px;
    margin-block: -100px;
 }
}
.breakthrough .container .texts .left .button {
  position: absolute;
  margin-inline: auto;
  bottom: 8rem;
  left: 40%;
  transform: translateX(-50%);
}
@media (max-width: 1156px) {
  .breakthrough .container .texts .left .button {
    left: 50%;
 }
}
@media (max-width: 767px) {
  .breakthrough .container .texts .left .button {
    bottom: 2rem;
 }
}
.breakthrough .container .options {
  max-width: 670px;
  position: relative;
}
@media (max-width: 1156px) {
  .breakthrough .container .options {
    margin-top: 32px;
    margin-inline: auto;
 }
}
.breakthrough .container .options .title-1 {
  margin-bottom: 16px;
}
.breakthrough .container .options .options-image {
  position: absolute;
  top: -70%;
  right: -100%;
}
@media (max-width: 1156px) {
  .breakthrough .container .options .options-image {
    position: relative;
    top: 0;
    right: 0;
 }
}
.breakthrough .container .options .options-image img.mobile {
  display: none;
}
@media (max-width: 1156px) {
  .breakthrough .container .options .options-image img {
    margin-bottom: -50%;
 }
  .breakthrough .container .options .options-image img.mobile {
    display: block;
 }
  .breakthrough .container .options .options-image img.desktop {
    display: none;
 }
}
.breakthrough .container .options .options-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 24px;
}
.breakthrough .container .options .options-list .option-item {
  display: flex;
  gap: 14px;
  padding: 6px 12px;
  background: rgba(204, 238, 255, 0.4);
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px rgba(140, 162, 172, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  align-items: center;
}
.breakthrough .container .options .options-list .option-item .number {
  flex-shrink: 0;
  min-width: 54px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}
.breakthrough .container .options .options-list .option-item p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
}
.breakthrough .container .compare {
  margin-top: 96px;
}
.breakthrough .container .compare .title {
  text-align: center;
}
@media (max-width: 767px) {
  .breakthrough .container .compare .title {
    text-align: left;
 }
}
.breakthrough .container .compare .p-text {
  max-width: 786px;
  margin: 0 auto;
}
.breakthrough .container .compare .compare-items {
  margin-top: 64px;
  max-width: 990px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .breakthrough .container .compare .compare-items {
    flex-direction: column;
    gap: 32px;
 }
}
.breakthrough .container .compare .compare-items .compare-item {
  /* max-width: 440px; */
  width: 100%;
  position: relative;
  padding: 33px 24px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px #000 40;
}
@media (max-width: 1024px) {
  .breakthrough .container .compare .compare-items .compare-item {
    padding: 33px 24px 53px 24px;
 }
}
.breakthrough .container .compare .compare-items .compare-item h3 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #2f2f2f;
  padding: 0px 50px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .breakthrough .container .compare .compare-items .compare-item h3 {
    padding: 0;
 }
}
.breakthrough .container .compare .compare-items .compare-item img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.breakthrough .container .compare .compare-items .compare-item.first-item {
  background: #dd25351A;
}
.breakthrough .container .compare .compare-items .compare-item.second-item {
  background: #e7f7ff;
}
.breakthrough .container .compare .compare-items .normaler-morgen-bg {
  position: absolute;
  bottom: -120%;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.sales-section {
  padding-block: 48px;
  position: relative;
  font-family: var(--font-heading);
  background: #d9edf6;
}
.sales-section .container h2 {
  text-align: center;
  margin-bottom: 16px;
  max-width: 904px;
  margin-inline: auto;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 1156px) {
  .sales-section .container h2 {
    font-size: 40px;
    line-height: 48px;
 }
}
@media screen and (max-width: 767px) {
  .sales-section .container h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
 }
}
.sales-section .container .subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}
@media screen and (max-width: 1156px) {
  .sales-section .container .subtitle {
    font-size: 24px;
    line-height: 32px;
 }
}
@media screen and (max-width: 767px) {
  .sales-section .container .subtitle {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
 }
}


.sales-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) {
  .sales-section .container .products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem
  }
}

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

.sales-section .container .products-wrapper .product {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 334px;
  position: relative;
  border: 3px solid white; 
  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) {
  .sales-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
  }

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

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

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

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

.sales-section .container .products-wrapper .product .title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}

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

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

.sales-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) {
  .sales-section .container .products-wrapper .product .subtitle {
    text-align: left;
    margin-block: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    order: 2;
  }
}

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

.sales-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
}

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

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

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

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

.sales-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) {
  .sales-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) {
  .sales-section .container .products-wrapper .product .price {
    margin-top: 0;
    justify-content: center;
  }
}

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

.sales-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) {
  .sales-section .container .products-wrapper .product .price .ampule {
    flex-direction: row;
  }
}

.sales-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
}

@media(max-width: 1156px) {
  .sales-section .container .products-wrapper .product .books {
    max-width: 180px;
    width: 100%;
    /* margin-inline: auto; */
    font-size: 14px;
    line-height: 24px
  }
}

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

.sales-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
}

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

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

@media(max-width: 1156px) {
  .sales-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) {
  .sales-section .container .products-wrapper .product .button {
    grid-column: span 2/span 2;
    max-width: 100%;
    padding-inline: 0;
    margin-bottom: 1rem;
  }

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

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

.sales-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) {
  .sales-section .container .products-wrapper .product .economy {
    grid-column: span 2/span 2
  }
}

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

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

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

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

.sales-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) {
  .sales-section .container .products-wrapper .product .payment-icons {
    grid-column: span 2/span 2
  }
}

.sales-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) {
  .sales-section .container .products-wrapper .product .payment-icons svg {
    /* width: 38px */
  }
}

.sales-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) {
  .sales-section .container .products-wrapper .product .ship-text {
    grid-column: span 2/span 2
  }
}

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

.sales-section .container .products-wrapper .product.main {
  max-width: 358px;
  
  /* margin-bottom: -1.5rem;
  margin-top: -4rem; */
  overflow: visible;
  /* padding-top: 64px */
}

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

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

.sales-section .container .products-wrapper .product.main .title {
  color: #bc282f
}

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

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

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

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


/* 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: 'Onest';
  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: 'Onest';
  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: 'Onest';
  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: 'Onest';
      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 {
    .top-wrapper {
      position: relative;
      display: grid;
      grid-template-columns: auto 596px;

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

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

      .image-area {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-row: span 2;
        position: relative;

        @media (max-width: 1156px) {
          position: absolute;
          order: 2;
          padding-top: 0px;
          padding-right: 0px;
          grid-row: span 1;
          margin-bottom: -200px;
          right: -70px;
          top: 300px;
        }

        @media (max-width: 767px) {
          padding-top: 0px;
          padding-right: 0px;
          margin-bottom: 0px;
          display: none;
        }

        img {
          position: absolute;
          max-width: 430px;
          top: -60px;
          z-index: -1;

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

      h2 {
        margin-bottom: 32px;
        grid-column: span 1;
      }

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

    .elements-wrapper {
      margin-top: 120px;
      overflow: visible;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 69px;
      row-gap: 34px;
      grid-auto-rows: auto;

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

      &.ingredients-desktop {
        @media (max-width: 768px) {
          display: none;
        }
      }

      .item-ds {
        position: relative;

        @media (max-width: 1156px) {
          .item-ds {
            flex: 0 1 0%;
            min-width: 360px
          }
        }

        @media screen and (max-width: 768px) {
          .item-ds {
            min-width: 290px
          }
        }

        .image {
          position: absolute;
          max-width: 276px;
          width: 100%;
          height: auto;
          top: 0;
          right: 0;
          z-index: 0;

          img {
            border-radius: 1.5rem;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            overflow: visible;
          }
        }

        &:nth-child(1) {
          .image {
            top: -130px;
            left: 100px;

            img {
              min-width: 388px;
            }
          }

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

            .image {
              top: -90px;
              left: 50px;

              img {
                min-width: 275px;
              }
            }
          }
        }

        &:nth-child(2) {
          .image {
            top: -204px;
            right: 22px;

            img {
              min-width: 320px;
            }
          }

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

            .image {
              top: 20px;
              right: unset;
              left: -150px;

              img {
                min-width: 255px;
              }
            }
          }
        }

        &:nth-child(3) {
          grid-column: 1/span 1;
          grid-row: 2;

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

        &:nth-child(4) {
          grid-column: 2/span 1;
          grid-row: 3;

          .image {
            top: -204px;
            left: 22px;

            img {
              min-width: 320px;
            }
          }

          .melisa-leaf {
            position: absolute;
            bottom: -130px;
            right: 0;
            object-fit: cover;
            overflow: visible;
            max-width: 273px;
          }

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

            .image {
              top: unset;
              bottom: 0px;
              left: -120px;

              img {
                min-width: 216px;
              }
            }

            .melisa-leaf {
              bottom: -300px;
              right: -90px;
              max-width: 191px;
            }
          }
        }

        &:nth-child(5) {
          grid-row: 4;

          .image {
            top: -204px;
            left: 22px;

            img {
              min-width: 320px;
            }
          }

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

            .image {
              top: unset;
              bottom: 600px;
              right: -120px;
              left: unset;

              img {
                min-width: 246px;
              }
            }
          }
        }

        &:nth-child(6) {
          grid-row: 4;

          .image {
            top: 140px;
            left: -200px;

            img {
              min-width: 362px;
              max-height: 309px;
            }
          }

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

            .image {
              top: 80px;
              left: unset;
              right: -60px;

              img {
                min-width: 322px;
              }
            }
          }
        }

        .title {
          font-size: 24px;
          font-weight: 800;
          min-height: 80px;
          max-width: 230px;
          position: relative;
          z-index: 1;
          word-wrap: normal
        }

        .content {
          border: 1px solid #FFFFFF;
          box-shadow: 0px 4px 4px 0px #CCCFD1;
          font-size: 20px;
          font-weight: 300;
          height: 100%;
          line-height: 1.8;
          padding: 2rem 1.5rem;
          position: relative;
          z-index: 1;
          -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(12px);
          border-radius: 20px;

          ul {
            list-style: unset;
            margin-left: 24px;
          }
        }
      }
    }

    .ingredients-items-mobile {
      display: none;
      height: auto;
      overflow: visible;

      @media screen and (max-width: 768px) {
        display: block;
        margin-top: 120px;
      }

      &::part(container) {
        height: auto;
        overflow: visible;
      }

      &::part(wrapper) {
        height: auto;
        align-items: stretch;
        overflow: visible;
      }

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

      swiper-slide {
        height: auto;
        display: flex;
        overflow: visible;
      }

      .ingredients-mobile-pair {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: auto;
        overflow: visible;
      }

      .ingredients-mobile-pair .item-ds,
      .item-ds {
        position: relative;
        overflow: visible;
      }

      .item-ds {
        @media (max-width: 1156px) {
          .item-ds {
            flex: 0 1 0%;
            min-width: 360px
          }
        }

        @media screen and (max-width: 768px) {
          .item-ds {
            min-width: 290px
          }
        }

        .image {
          position: absolute;
          max-width: 276px;
          width: 100%;
          height: auto;
          top: 0;
          right: 0;
          z-index: 0;

          img {
            border-radius: 1.5rem;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            overflow: visible;
          }
        }

        &.first-item {
          .image {
            top: -130px;
            left: 100px;

            img {
              min-width: 388px;
            }
          }

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

            .image {
              top: -90px;
              left: 50px;

              img {
                min-width: 275px;
              }
            }
          }
        }

        &.second-item {
          .image {
            top: -204px;
            right: 22px;

            img {
              min-width: 320px;
            }
          }

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

            .image {
              top: 20px;
              right: unset;
              left: -150px;

              img {
                min-width: 255px;
              }
            }
          }

          @media screen and (max-width: 768px) {
            .image {
              top: -200px;
              max-width: 226px;
              right: -150px;
              left: unset;
            }
          }
        }

        &.third-item {
          grid-column: 1/span 1;
          grid-row: 2;

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

        &.fourth-item {
          grid-column: 2/span 1;
          grid-row: 3;

          .image {
            top: -204px;
            left: 22px;

            img {
              min-width: 320px;
            }
          }

          .melisa-leaf {
            position: absolute;
            bottom: -130px;
            right: 0;
            object-fit: cover;
            overflow: visible;
            max-width: 273px;
          }

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

            .image {
              top: unset;
              bottom: 0px;
              left: -120px;

              img {
                min-width: 216px;
              }
            }

            .melisa-leaf {
              bottom: -300px;
              right: -90px;
              max-width: 191px;
            }
          }

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

            .image {
              top: 280px;
              bottom: 0px;
              left: -60px;
              z-index: -1;

              img {
                max-width: 184px;
                z-index: -1;
                position: relative;
              }
            }

            .melisa-leaf {
              bottom: -100px;
              right: -50px;
              max-width: 191px;
            }
          }
        }

        &.fifth-item {
          grid-row: 4;

          .image {
            top: -204px;
            left: 22px;

            img {
              min-width: 320px;
            }
          }

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

            .image {
              top: unset;
              bottom: 600px;
              right: -120px;
              left: unset;

              img {
                min-width: 246px;
              }
            }
          }
        }

        &.sixth-item {
          grid-row: 4;

          .image {
            top: 140px;
            left: -200px;

            img {
              min-width: 362px;
              max-height: 309px;
            }
          }

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

            .image {
              top: 80px;
              left: unset;
              right: -60px;

              img {
                min-width: 322px;
              }
            }
          }
        }

        .title {
          font-size: 24px;
          font-weight: 800;
          min-height: 80px;
          max-width: 230px;
          position: relative;
          z-index: 1;
          word-wrap: normal
        }

        .content {
          border: 1px solid #FFFFFF;
          box-shadow: 0px 4px 4px 0px #CCCFD1;
          font-size: 20px;
          font-weight: 300;
          height: 100%;
          line-height: 1.8;
          padding: 2rem 1.5rem;
          position: relative;
          z-index: 1;
          -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(12px);
          border-radius: 20px;

          ul {
            list-style: unset;
            margin-left: 24px;
          }
        }
      }

      .ingredients-mobile-pair .item-ds:first-child {
        padding-top: 0;
      }
    }
  }
}

/* testimonials section */

.testimonials-section {
  margin-block: 96px 64px;

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

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

  .container {
    position: relative;

    .bg {
      position: absolute;
      top: -35px;
      right: 78px;
      max-width: 819px;
      z-index: -1;

      @media (max-width: 767px) {
        top: 50px;
        right: -100px;
        max-width: 479px;
      }
    }

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

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

      @media (max-width: 767px) {
        font-weight: 700;
      }
    }

    .testimonials-items {
      overflow: visible;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 47px;
      margin-top: 80px;

      @media screen and (max-width: 1156px) {
        display: none;
      }
    }

    .testimonials-items-mobile {
      display: none;

      @media screen and (max-width: 1156px) {
        display: block;
        margin-top: 48px;
      }

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

      swiper-slide {
        height: auto;
      }
    }

    .testimonial-item {
      position: relative;
      border: 2px solid #FFFFFF;
      overflow: visible;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* margin-top: 80px; */
      height: 100%;

      .testimonial-text {
        background: #CCEEFF66;
        border-radius: 12px;
        backdrop-filter: blur(8px);
        box-shadow: 0px 4px 4px 0px #8CA2AC99;
        padding: 24px;
        font-family: var(--font-heading);
        line-height: 26px;
        height: 100%;
      }

      .testimonial-author {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 14px 24px;

        img {
          position: absolute;
          top: -70px;
          left: 70px;
          width: 160px;
          height: 160px;
          margin: auto;

          @media (max-width: 1156px) {
            top: 0px;
            left: 0px;
            position: relative;
          }
        }

        .autor-name {
          font-weight: 700;
          font-size: 20px;
          line-height: 32px;
          margin-top: 100px;
          @media screen and (max-width: 1156px) {
            margin-top: 0px;
          }
        }
      }

      .bg-image {
        overflow: visible;
        position: absolute;
        bottom: -36px;
        left: -105px;
        rotate: -28deg;
        z-index: -1;
        max-width: 126px;

        img {
          overflow: visible;
        }
      }

      .bg-image-1 {
        overflow: visible;
        position: absolute;
        bottom: 97px;
        left: -79px;
        rotate: 70deg;
        z-index: -1;
        max-width: 126px;

        img {
          overflow: visible;
        }
      }
    }

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

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

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

      h2 {
        text-align: center;
        font-weight: 700;

        @media (max-width: 767px) {
          font-family: 'Onest';
          font-style: normal;
          font-weight: 700;
          font-size: 32px;
          line-height: 40px;
          letter-spacing: -0.017em;
          color: #2F2F2F;
          text-align: left;
        }
      }
    }

    .bottom-details {
      margin-top: 48px;
      display: grid;
      grid-template-columns: 36% 64%;
      column-gap: 64px;
      align-items: center;
      justify-content: center;

      @media (max-width: 1156px) {
        grid-template-columns: 100%;
        row-gap: 24px;
      }

      .testimonials-details-1 {
        max-width: 360px;
        grid-column: span 1;
        order: 1;
        grid-row: span 9;

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

      .testimonials-details-2 {
        display: none;

        @media (max-width: 1156px) {
          display: block;
          order: 2;
          grid-row: span 1;
          grid-column: span 1;
        }
      }

      h3 {
        grid-column: span 1;
        grid-row: span 2;
        order: 2;
        /* font-family: 'Onest'; */
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        color: #2F2F2F;
        letter-spacing: -0.02em;

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

      .bottom-wrapper {
        order: 3;
        grid-column: span 1;
        grid-row: span 7;
        display: flex;
        flex-direction: column;
        gap: 24px;

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

        p {
          font-family: 'Onest';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 34px;
          color: #2F2F2F;
        }
      }
    }
  }
}

/* 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;
  background: #E6F4FA;
  .container {
    .certs-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px;
      max-width: 480px;
      margin-inline: auto;
      @media screen and (max-width: 767px) {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        max-width: 224px;
      }
    }
  }
}

/* warranty section */

.warranty {
  margin-block: 64px;
  /* padding-block: 48px; */
  position: relative;


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

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

.warranty .container {
  background: #CCEEFF66;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px 0px #40404066;
  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 104px;
  border-radius: 24px;

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

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

.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 2 / span 2;
  max-width: 233px;
  margin: auto;
  margin-top: -120px;

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

  @media (max-width: 767px) {
    max-width: 163px;
    margin-top: -220px;
    grid-row: unset;
  }
}

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

.warranty .container .uptitle {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #2F2F2F;
  grid-column: span 3 / span 3;
  text-transform: uppercase;
  margin-top: auto;
}

.warranty .container .bottom-title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #2F2F2F;
  grid-column: span 5 / span 5;
  text-transform: uppercase;
  margin-top: auto;

  @media (max-width: 767px) {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #2F2F2F;
  }
}

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

.warranty .container .title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #2F2F2F;
  grid-column: span 3 / span 3;
  margin-bottom: auto;
}

.warranty .container .title-1 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #2F2F2F;
  grid-column: span 5 / span 5;
  margin-bottom: auto;
}

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

.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;
}

/* Capsule Section */
.capsule-section {
  margin-block: 64px;

  .container {
    position: relative;
    h2 {
      margin-bottom: 32px;
      text-align: center;

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

      @media screen and (max-width: 767px) {
        font-family: 'Onest';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.017em;
        text-align: left;
      }
    }
    .capsule-bg {
      position: absolute;
      bottom: -50%;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }
    .desktop {
      display: block;
    }

    .mobile {
      display: none;
    }

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

      .mobile {
        display: block;
        /* min-width: 509px; */
        object-fit: unset;
        /* right: 70px; */
        position: relative;
      }
    }

    a {
      margin-inline: auto;
      margin-top: 0px;

      @media screen and (max-width: 767px) {
        margin-top: 0px;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-family: 'Onest';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.01em;
        color: #FFFFFF;
      }
    }
  }
}

/* stand-title */

.stand-title {
  margin-block: 64px;

  .container {
    h2 {
      text-align: center;
      max-width: 942px;
      margin-inline: auto;

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

/* Section: faq */
.faq {
  margin-block: 3rem 100px;
}

.faq .container {
  padding-top: 64px;
  position: relative;

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

.faq .container .bg-image {
  max-width: 525px;
  position: absolute;
  left: -171px;
  top: 0;
  transform: translate(-10%, 0%)
}

.faq .container .bg-image-2 {
  max-width: 1136px;
  position: absolute;
  right: -271px;
  top: 200px;
  z-index: -1;
  transform: translate(-10%, 0%)
}

.faq .container .content h2 {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #2F2F2F;
  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 {
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(16px);
  background: #CCEEFF66;
  box-shadow: 0px 4px 4px 0px #CCCFD1;
  border-radius: 12px;
  padding: 24px 32px;

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

.faq .container .faq-wrapper .ac .ac-trigger {
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.017em;
  font-weight: 700;

  @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 .ac-panel .answer-wrapper {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: .5rem 1.5rem;

  @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)
}

/* 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: flex;
    justify-content: center
  }
}

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

@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
  }
}

.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
}

.gratis-cards {
  margin-bottom: 64px
}

.gratis-cards h2 {
  font-family: "Onest";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.7%;
  vertical-align: middle;
}

.gratis-cards .subtitle {
  font-family: "Onest";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
}

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

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

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

@supports(grid-template-rows: subgrid) {
  .gratis-cards .card {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0rem;
    row-gap: 21px;
    grid-row: span 2;

    @media (max-width: 1156px) {
      row-gap: 21px;
    }
  }

  .book-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

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

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

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

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

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

  .gratis-cards .book-details {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  @media (max-width: 1156px) {
    .gratis-cards .book-details p {
      font-family: 'Onest';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 34px;
      color: #2F2F2F;
    }
  }

  .gratis-cards .image img {
    width: 100%;
    /* height: 300px; */
    overflow: visible;
    object-fit: cover;

    @media (max-width: 1156px) {
      /* max-height: 248px; */
      /* max-width: 230px; */
      height: 100%;
    }

    @media (max-width: 767px) {
      object-fit: fill;
      width: 100%;
      max-width: unset;
    }
  }

  .gratis-cards .middle-text {
    grid-row: 2;
    font-weight: 500;
    font-family: "Onest";
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 1rem 1.5rem 0
  }

  .gratis-cards .bottom-text {
    font-family: "Onest";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .gratis-cards .bottom-text span {
    font-family: "Onest";
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.7%;
    color: #D51945;
  }

  .gratis-cards .middle-text strong {
    font-weight: 700
  }

  @media(max-width: 768px) {
    .gratis-cards .middle-text {
      font-size: 22px;
      line-height: 1.4
    }
  }

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

  .gratis-cards .text-section .main-text {
    font-family: "Onest";
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 1rem
  }

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

  .gratis-cards .text-section .support-text {
    font-family: "Onest";
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

.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: #D9EDF6;
  font-family: var(--font-heading);
  margin-top: 10rem;
}

.nav-footer .menu {
  padding-block: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  color: #2F2F2F;
  a {
    opacity: 0.4;
  }
}

@media(max-width: 767px) {
  .nav-footer .menu {
    gap: 1.5rem;
    flex-direction: column
  }
}

.nav-footer .menu .item a {}

.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: poOnest;
  position: absolute;
  right: 1rem;
  top: 1rem
}

.nav-footer .menu .popup-for-button .popup-wrapper .close svg {
  poOnest-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;
}