:root {
  --secondary-grey-01: #363636;
  --primary-01-20: #f7e8e6;
  --primary-01-21: #e0a29c;
  --primary-02: #fffea0;
  --white: white;
  --secondary-black: #030303;
  --divider: #e3e3e3;
}

body {
  color: var(--secondary-grey-01);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kollektif, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.header {
  background-color: var(--primary-01-20);
  text-align: center;
}

.footer {
  background-color: var(--primary-01-21);
}

.main {
  border: 0 solid #e0a29c;
  transition: all .15s;
  position: relative;
  overflow: visible;
}

.row {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.row.jusify-center {
  justify-content: center;
  margin-bottom: 0;
}

.row.product-range__slider-wrapper {
  margin-bottom: 220px;
}

.col {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.footer__inner {
  align-items: center;
  margin-top: 56px;
  margin-bottom: 133px;
  display: flex;
}

.col.col-5.col-sm-12.push-7.push-sm-0.col-m-8.push-m-4.stage__inner {
  min-height: 574px;
}

.col.product-range__heading {
  text-align: center;
  margin-bottom: 72px;
}

.headline-m {
  font-family: Kollektif Bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  display: inline-block;
}

.headline-m.italic {
  font-family: Kollektif Italic, sans-serif;
}

.headline-m.italic.text-image__headline {
  color: var(--primary-01-21);
  margin-bottom: 28px;
}

.headline-m.italic.faq__headline {
  color: var(--primary-01-21);
}

.headline-m.italic.product-range__headline {
  color: #e0a29c;
  margin-bottom: 0;
}

.headline-xl {
  background-color: #0000;
  font-size: 74px;
  font-weight: 700;
  line-height: 86px;
}

.headline-xl.sg-headline {
  color: var(--primary-01-21);
}

.headline-xl.italic {
  font-family: Kollektif Italic, sans-serif;
}

.copy {
  font-family: DMSans Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.copy.product__accordion-copy {
  margin-bottom: 25px;
}

.container {
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 20px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.container.container--overlay {
  position: static;
}

.headline-l {
  color: var(--secondary-grey-01);
  background-color: #0000;
  font-family: Kollektif Bold, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.headline-l.italic {
  font-family: Kollektif Italic, sans-serif;
}

.headline-l.italic.stage__headline {
  color: var(--primary-02);
  margin-top: 100px;
  margin-bottom: 25px;
  margin-left: 40px;
  font-family: Kollektif Italic, sans-serif;
}

.headline-s {
  font-family: Kollektif Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.headline-s.italic {
  font-family: Kollektif Italic, sans-serif;
}

.headline-s.italic.buy__headline {
  color: var(--primary-01-21);
  text-align: center;
  margin-top: 0;
}

.sg-header {
  margin-bottom: 100px;
}

.color-block {
  background-color: var(--primary-01-21);
  border-radius: 20px;
  width: 100px;
  height: 100px;
}

.color-block.primary-01 {
  background-color: var(--primary-01-21);
}

.color-block.primary-01-20 {
  background-color: var(--primary-01-20);
}

.color-block.primary-02 {
  background-color: var(--primary-02);
}

.body {
  color: var(--secondary-grey-01);
}

.header__logo {
  margin: 16px auto;
}

.link {
  text-decoration: none;
}

.link.footer__link {
  color: var(--white);
  margin-right: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.footer__copyright {
  color: var(--white);
  margin-left: auto;
  font-size: 12px;
  line-height: 18px;
}

.stage {
  background-image: url('../images/-stage_1.webp');
  background-position: 50%;
  background-size: cover;
  max-height: 95vh;
}

.stage.stage--all {
  background-image: url('../images/vagisancare-slider-range-02_1.webp');
  background-size: cover;
}

.stage__content {
  margin-top: 84px;
}

.stage__content.stage__content--all {
  margin-top: 134px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-02);
  border-radius: 24px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button.button--secondary {
  background-color: var(--primary-01-21);
  justify-content: center;
}

.button.button--secondary.product__accordion-button {
  margin-bottom: 50px;
}

.button__label {
  color: var(--secondary-black);
  text-align: center;
  text-transform: none;
  font-family: Kollektif Italic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button__label.button__label--secondary {
  color: var(--white);
}

.icon-24-arrow-forward-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 2px;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.4142px;
  height: 17.4142px;
  display: flex;
}

.stage__cta-wrapper {
  display: inline-block;
}

.text-image {
  margin-top: 124px;
  margin-bottom: 124px;
}

.main-copy {
  font-family: DMSans Regular, sans-serif;
}

.main-copy.bold {
  font-family: DMSans Bold, sans-serif;
}

.text-image__cta-wrapper {
  display: inline-block;
}

.list {
  margin-bottom: 40px;
}

.list__item {
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: 32px 32px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 47px;
  font-family: DMSans Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
}

.text-image__video {
  border-radius: 20px;
}

.text-image__video-frame {
  border: 1px solid var(--primary-01-21);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-20px, 20px);
}

.text-image__video-wrapper {
  position: relative;
}

.usp {
  margin-top: 116px;
  margin-bottom: 116px;
  position: relative;
  overflow: hidden;
}

.usp__item {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.usp__copy {
  font-family: DMSans Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-2 {
  font-family: DMSans Regular, sans-serif;
}

.left-arrow, .right-arrow {
  display: none;
}

.usp__slider {
  background-color: #0000;
  display: block;
}

.usp__slider-mask {
  width: 176px;
}

.usp__slider-mask.full-view {
  overflow: visible;
}

.usp__slider-slide {
  width: 176px;
  margin-right: 40px;
}

.usp__slider-nav {
  display: none;
}

.headline-l-2 {
  color: #144196;
  font-size: 42px;
  line-height: 50px;
}

.faq__accordion-header {
  border-bottom: 1px solid var(--divider);
  width: 100%;
}

.faq__accordion-header.copy {
  border-top: 1px #ededed;
  border-bottom: 1px solid #ededed;
}

.faq__accordion-header.hide-border {
  border-bottom: 0 #0000;
}

.faq__accorion-item {
  width: 100%;
}

.icon-3 {
  color: var(--secondary-grey-01);
}

.faq {
  margin-top: 116px;
  margin-bottom: 116px;
  display: block;
}

.faq.faq--hidden {
  display: none;
}

.dropdown-list-2 {
  background-color: #0000;
  position: relative;
}

.faq__accordion-copy.copy {
  border-bottom: 1px solid #ededed;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 40px;
}

.faq__headline.col {
  text-align: center;
  margin-bottom: 60px;
}

.faq__content.row {
  justify-content: center;
}

.faq__accordion-header-label {
  color: var(--secondary-grey-01);
  font-family: DMSans Bold, sans-serif;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s ease-in-out;
}

.faq__accordion-header-label:hover {
  color: var(--primary-01-21);
}

.faq__accordion-content-2, .faq__accordion-content {
  background-color: #0000;
  position: relative;
}

.product-range {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.product-range__item {
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
}

.product-range__item-image-holder {
  border-radius: 20px;
  flex: 0 0 376px;
  width: 376px;
  height: 376px;
  margin-bottom: 24px;
  overflow: hidden;
}

.product-range__item-image-holder.small-272 {
  width: 272px;
  height: 272px;
}

.product-range__item-image {
  width: 272px;
  transition: transform .6s ease-in-out;
}

.product-range__item-title {
  color: var(--secondary-grey-01);
  text-align: center;
  margin-bottom: 8px;
  font-family: DMSans Bold, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.product-range__item-title.product-range__item-title--v-routine {
  text-align: left;
  font-family: Kollektif Italic, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.product-range__item-desc {
  color: var(--secondary-grey-01);
  text-align: center;
  font-family: DMSans Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.product-range__item-desc.product-range__item-desc--v-routine {
  text-align: left;
}

.product-range__slider {
  background-color: #0000;
  display: block;
}

.product-range__slider-mask {
  width: 376px;
  overflow: visible;
}

.product-range__slider-mask.small-272 {
  width: 272px;
}

.left-arrow-2, .right-arrow-2, .product-range__slider-nav {
  display: none;
}

.product-range__slider-slide {
  width: 376px;
  margin-right: 40px;
}

.product-range__slider-slide.small-272 {
  width: 272px;
}

.buy {
  background-color: var(--primary-01-20);
  padding-top: 80px;
}

.buy__stores {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.buy__store-link.buy__store-link--hide {
  display: none;
}

.product {
  margin-top: 116px;
  margin-bottom: 116px;
}

.product__accordion {
  width: 100%;
}

.product__accordion-header {
  border-bottom: 1px solid var(--divider);
  width: 100%;
  padding-left: 0;
}

.product__accordion-header.product__accordion-header--last {
  border-bottom: 0 #0000;
}

.product__accordion-content.w--open {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.product__accordion-headline {
  color: var(--primary-01-21);
}

.product__accordion-icon {
  font-size: 20px;
}

.copy-bold {
  font-family: DMSans Bold, sans-serif;
}

.product__image-holder {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.product__image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.product__image.porduct__image--shown {
  opacity: 1;
}

.product__image-wrapper {
  position: relative;
}

.product__image-frame {
  border: 1px solid var(--primary-01-21);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(20px, 20px);
}

.product__buy-now {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  position: absolute;
  inset: 28px 20px auto auto;
}

.paragraph {
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  align-self: center;
  font-family: Kollektif Italic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(7deg);
}

.paragraph.buy-now__copy--all {
  margin-bottom: 0;
  font-size: 17px;
}

.overlay {
  z-index: 1000;
  background-color: #44414157;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.overlay__inner {
  background-color: var(--primary-01-20);
  border-radius: 0;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-left: auto;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: scroll;
  transform: translate(-50%, -50%);
}

.heading-3 {
  margin-bottom: 40px;
}

.button-2 {
  background-color: #3e3d3d;
  border-radius: 10px;
  margin-top: 20px;
}

.text-image__copy.copy {
  margin-bottom: 40px;
}

.text-image__video--all {
  border-radius: 20px;
}

.bold {
  font-family: Kollektif Italic, sans-serif;
}

.bold-text {
  font-family: Kollektif Italic, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.overlay__close {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -30px 0% auto auto;
}

.div-block {
  background-color: var(--primary-01-21);
  filter: blur(500px);
  border-radius: 50%;
  width: 50vh;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(-50%);
}

.slider__block_review_author {
  color: #e0a29c;
  text-align: center;
  font-family: DMSans Bold, sans-serif;
}

.slider__block_review {
  color: #363636;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DMSans Regular, sans-serif;
  font-style: normal;
  line-height: 150%;
}

.slider__block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-5 {
  color: #cacacab3;
  background-color: #0000;
}

.slide {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.icon-4 {
  color: #cacacab3;
}

.review__block {
  margin-top: 40px;
}

.slider__block_title {
  color: #e0a29c;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: DMSans Bold, sans-serif;
}

.slider__block_rating {
  color: #e0a29c;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa Solid 900", sans-serif;
}

.slider__block_review_product {
  color: #363636;
  text-align: center;
  font-family: Kollektif, sans-serif;
}

.slider {
  background-color: #0000;
  width: 80%;
  height: 270px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  color: #eaeaea;
}

.row-2 {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-15 {
  color: #e0a29c;
  font-family: DMSans Bold, sans-serif;
}

.slide-nav-2 {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.slider__block_review_product-2 {
  color: #363636;
  text-align: center;
  font-family: Kollektif, sans-serif;
}

.slide-2 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.icon-6 {
  color: #cacacab3;
}

.icon-7 {
  color: #cacacab3;
  background-color: #0000;
}

.bold-text-16 {
  color: #e0a29c;
  font-family: DMSans Bold, sans-serif;
}

.text-image-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8ff46;
  border-radius: 24px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: none;
}

.button__label-2 {
  color: #030303;
  text-align: center;
  text-transform: none;
  font-family: Kollektif Italic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button__icon-3 {
  display: none;
}

.image {
  width: 70px;
  max-width: none;
}

.columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin: 230px auto auto 347px;
  padding-top: 0;
  display: flex;
}

.image-2 {
  width: 70px;
  max-width: none;
  margin-right: 0;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns-mobile {
  display: none;
}

.button-3 {
  background-color: #e0a29c;
  border: 2.75px solid #e0a29c;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .15s;
}

.button-sticky {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .row {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    height: 100%;
  }

  .headline-l.italic.stage__headline {
    margin-top: 140px;
    margin-left: 60px;
  }

  .slider__block_review_author {
    font-size: 18px;
    line-height: 22px;
  }

  .slider__block_review {
    color: #363636;
    font-size: 18px;
    line-height: 26px;
  }

  .slider__block_title {
    font-size: 26px;
    line-height: 32px;
  }

  .slider__block_rating {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .slider__block_review_product {
    color: #363636;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Kollektif, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .slider {
    height: 350px;
  }

  .slide-nav {
    margin-top: 0;
  }

  .row-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-2 {
    margin-top: 0;
    padding-top: 70px;
  }

  .slider__block_review_product-2 {
    color: #363636;
    padding-top: 10px;
    font-family: Kollektif, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .slide-2 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .text-image-button {
    display: none;
  }

  .image {
    width: 80px;
    max-width: none;
    height: auto;
  }

  .columns {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: auto;
    margin-left: 307px;
    margin-right: auto;
  }

  .image-2 {
    width: 80px;
    max-width: none;
  }

  .button-sticky {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .col.col-5.col-sm-12.push-7.push-sm-0.col-m-8.push-m-4.stage__inner {
    font-size: 60px;
    line-height: 64px;
  }

  .headline-l.italic.stage__headline {
    margin-left: 60px;
    margin-right: auto;
    font-size: 60px;
    line-height: 64px;
  }

  .stage__content {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 90px;
  }

  .columns {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    margin-top: 428px;
    margin-bottom: auto;
  }

  .image-2 {
    width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    border-width: 0;
  }

  .row.stage__inner {
    height: 100%;
  }

  .row.text-image__outer {
    justify-content: center;
    max-width: 100%;
  }

  .row.product-range__slider-wrapper {
    max-width: 100%;
  }

  .col.col-5.col-sm-12.push-7.push-sm-0.col-m-8.push-m-4.stage__inner {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .col.col-5.col-m-12.text-image__content {
    max-width: 86.67%;
    margin-bottom: 58px;
  }

  .col.col-5.push-1.col-m-12.push-m-0.text-image__media-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0%;
    display: block;
    position: relative;
    transform: translate(0%);
  }

  .headline-m {
    font-size: 32px;
    line-height: 44px;
  }

  .headline-xl {
    font-size: 58px;
    line-height: 70px;
  }

  .container.stage__outer {
    height: 100%;
  }

  .headline-l {
    font-size: 46px;
    line-height: 60px;
  }

  .headline-l.italic.stage__headline {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .headline-s {
    line-height: 40px;
  }

  .stage {
    background-position: 50%;
    background-size: cover;
    min-height: 60vh;
  }

  .stage__content {
    margin-top: auto;
    margin-bottom: auto;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .text-image__video {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .text-image__video-frame {
    border-right-style: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .text-image__video-wrapper {
    text-align: left;
    flex: 0 0 100%;
    align-self: center;
    max-width: 86.67%;
    display: none;
  }

  .usp__slider-nav {
    display: block;
    top: auto;
    bottom: -30px;
  }

  .faq__accordion-header.copy {
    border-top-style: none;
  }

  .product-range__slider-nav {
    display: block;
    bottom: -70px;
  }

  .buy__stores {
    flex-direction: column;
    place-content: center;
  }

  .product__details {
    margin-top: 64px;
  }

  .overlay__close {
    top: -20px;
    right: -20px;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .text-image-button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image {
    padding-top: 0;
    padding-left: 0;
  }

  .columns {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: none;
  }

  .columns-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100px;
    margin-top: 90px;
    margin-bottom: 5px;
    padding-left: 10px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .main {
    border-width: 0;
  }

  .row.stage__inner {
    height: 100%;
  }

  .row.product-range__slider-wrapper {
    overflow: visible;
  }

  .col.col-5.col-sm-12.push-7.push-sm-0.col-m-8.push-m-4.stage__inner {
    justify-content: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .col.col-5.col-sm-12.col-stage--alll {
    display: flex;
  }

  .headline-m {
    font-size: 28px;
    line-height: 38px;
  }

  .headline-xl {
    font-size: 44px;
    line-height: 54px;
  }

  .container.stage__outer {
    height: 100%;
  }

  .headline-l {
    font-size: 34px;
    line-height: 38px;
  }

  .headline-l.italic.stage__headline {
    margin-bottom: 0;
  }

  .headline-s {
    font-size: 21px;
    line-height: 32px;
  }

  .stage {
    background-image: linear-gradient(#00000026, #00000026), url('../images/-stage_1.webp');
    background-position: 0 0, 30%;
    background-size: auto, cover;
    min-height: 650px;
  }

  .stage__content {
    margin-top: auto;
    margin-bottom: 25px;
  }

  .stage__content.stage__content--all {
    margin-top: auto;
  }

  .main-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .overlay__close {
    top: -30px;
    right: -30px;
  }

  .image {
    width: 52px;
  }

  .columns {
    display: none;
  }

  .image-2 {
    width: 70px;
  }

  .columns-mobile {
    flex-flow: column;
    justify-content: center;
    align-self: baseline;
    align-items: center;
    width: 70px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 25px;
    margin-left: auto;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main {
    border-width: 0;
    border-color: #f8f1f0;
  }

  .row {
    max-width: 92.5%;
  }

  .row.stage__inner {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col.footer__inner {
    flex-wrap: wrap;
    place-content: space-between center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .col.col-5.col-sm-12.push-7.push-sm-0.col-m-8.push-m-4.stage__inner {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .col.col-5.col-m-12.text-image__content, .col.col-5.push-1.col-m-12.push-m-0.text-image__media-wrapper {
    margin-bottom: 0;
  }

  .container {
    text-align: left;
  }

  .container.stage__outer {
    height: 100%;
  }

  .headline-l.italic.stage__headline {
    color: var(--primary-02);
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .link.footer__link.footer__link--last {
    margin-right: 0;
  }

  .footer__copyright {
    margin-top: 24px;
    margin-left: 0;
  }

  .stage {
    background-position: 29%;
    min-height: 574px;
  }

  .stage__content {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .stage__content.stage__content--all {
    width: 100%;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .stage__cta-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-image {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .text-image__video {
    width: 100%;
    height: 100%;
  }

  .text-image__video-wrapper {
    flex-basis: auto;
    width: 100%;
  }

  .headline-l-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .faq {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
  }

  .faq__accordion-header-label {
    width: 240px;
    display: block;
  }

  .product-range {
    overflow: hidden;
  }

  .product-range__item-image-holder {
    width: 292px;
    height: 292px;
  }

  .product-range__slider-slide {
    width: 292px;
  }

  .buy__stores {
    flex-wrap: wrap;
  }

  .product {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .product__accordion-headline.headline-s.italic {
    width: 240px;
  }

  .product__image-wrapper {
    transform: skew(0deg)translate(-10px);
  }

  .product__buy-now {
    width: 98px;
    height: 98px;
    top: 13px;
    right: 10px;
  }

  .overlay__close {
    top: -30px;
    right: -30px;
  }

  .slider__block_review_author {
    margin-bottom: 10px;
  }

  .slider__block_review {
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    line-height: 1.3em;
  }

  .slider__block {
    width: 80%;
  }

  .slider__block_title, .slider__block_rating {
    margin-bottom: 0;
  }

  .slider__block_review_product {
    margin-bottom: 10px;
  }

  .slider {
    width: 100%;
    height: 350px;
  }

  .slide-nav {
    margin-top: 10px;
    display: block;
  }

  .row-2 {
    justify-content: flex-start;
    max-width: 92.5%;
  }

  .bold-text-15 {
    font-size: .9em;
    line-height: 1.5em;
  }

  .slide-nav-2 {
    margin-top: 10px;
    padding-top: 0;
    display: block;
  }

  .slider__block_review_product-2 {
    margin-bottom: 10px;
  }

  .bold-text-16 {
    font-size: .9em;
    line-height: 1.5em;
  }

  .text-image-button {
    z-index: 999;
    opacity: 0;
    color: var(--secondary-black);
    background-color: #fffea0;
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    margin-bottom: 46px;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-style: normal;
    display: flex;
    position: fixed;
    bottom: 2%;
    left: 12%;
    right: 12%;
    transform: translate(0, 105%);
  }

  .button__label-2 {
    z-index: 1000;
    opacity: 1;
    color: #030303;
    object-fit: fill;
    background-color: #0000;
    border-radius: 0;
    width: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    position: static;
    bottom: 0%;
    left: 10%;
    right: 10%;
    overflow: visible;
  }

  .button__icon-3 {
    text-decoration: none;
  }

  .image {
    vertical-align: baseline;
    width: 50px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 5px;
    padding-left: 0;
  }

  .columns {
    flex: 0 auto;
    align-self: baseline;
    max-width: 80px;
    margin-top: 425px;
    margin-left: auto;
    display: none;
  }

  .image-2 {
    width: 55px;
    max-width: none;
  }

  .column, .column-2 {
    align-self: flex-end;
  }

  .columns-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 100px;
    max-width: none;
    margin-top: auto;
    margin-bottom: 12px;
    margin-left: auto;
    padding-left: 0;
  }

  .button-3 {
    display: none;
  }

  .button-sticky {
    z-index: 999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    background-color: #fffea0;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    text-decoration: none;
    display: flex;
    position: fixed;
    bottom: 2%;
    left: 12%;
    right: 12%;
    transform: translate(0, 105%);
  }

  .button-sticky.button__icon {
    opacity: 0;
  }
}


@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif Italic';
  src: url('../fonts/Kollektif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif Bold';
  src: url('../fonts/Kollektif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif Italic';
  src: url('../fonts/Kollektif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans Bold';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans Regular';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}