/* import default theme
************************************************************** */
/* =Base Colors
************************************************************** */
/* =fonts
************************************************************** */
/* =breaks
************************************************************** */
/* =minimum device sizes
************************************************************** */
/* =Grid
************************************************************** */
/* =Shadow
************************************************************** */
/* =Paddings, Margins
************************************************************** */
/* =Buttons
************************************************************** */
/* =Z-index
************************************************************** */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: block; }

@font-face {
  font-family: 'Roboto Condensed Regular';
  src: url(/static/fonts/RobotoCondensedRegular.eot) format("eot"), url(/static/fonts/RobotoCondensedRegular.woff2) format("woff2"), url(/static/fonts/RobotoCondensedRegular.woff) format("woff"), url(/static/fonts/RobotoCondensedRegular.ttf) format("truetype"), url(/static/fonts/RobotoCondensedRegular.svg) format("svg"); }

@font-face {
  font-family: 'Roboto Condensed Bold';
  src: url(/static/fonts/RobotoCondensedBold.eot) format("eot"), url(/static/fonts/RobotoCondensedBold.woff2) format("woff2"), url(/static/fonts/RobotoCondensedBold.woff) format("woff"), url(/static/fonts/RobotoCondensedBold.ttf) format("truetype"), url(/static/fonts/RobotoCondensedBold.svg) format("svg"); }

.short-article-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  padding: 80px;
  background-color: #eee; }
  @media screen and (max-width: 767px) {
    .short-article-section {
      padding: 0 20px; } }
  .short-article-section .content-grid__column {
    display: flex;
    flex-direction: column; }
    .short-article-section .content-grid__column:first-child {
      justify-content: space-between;
      max-width: 50%;
      margin: 0 20px 0 0; }
      .short-article-section .content-grid__column:first-child > div .rte-wrapper h2 {
        font-family: "Roboto Condensed Bold";
        font-size: 3.25rem;
        color: #a81a8d;
        text-align: center;
        color: #000;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .short-article-section .content-grid__column:first-child > div .rte-wrapper h2 {
            font-size: 1.625rem; } }
        .short-article-section .content-grid__column:first-child > div .rte-wrapper h2:nth-child(2) {
          color: #3c3c3b; }
      .short-article-section .content-grid__column:first-child > div .rte-wrapper:last-child .rte p {
        font-family: "Roboto Condensed Regular";
        font-size: 1.375rem;
        color: #777c86;
        font-size: 0.875rem; }
        @media screen and (max-width: 767px) {
          .short-article-section .content-grid__column:first-child > div .rte-wrapper:last-child .rte p {
            font-size: 0.75rem; } }
      .short-article-section .content-grid__column:first-child > div:first-child .rte-wrapper .rte p {
        font-size: 1.375rem; }
      .short-article-section .content-grid__column:first-child .button-link {
        font-family: "Roboto Condensed Regular";
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        min-width: 227px;
        padding: 0;
        cursor: pointer;
        background-color: #a81a8d;
        border: none;
        border-radius: 32px;
        margin: 0 auto; }
        .short-article-section .content-grid__column:first-child .button-link:hover {
          color: #fff;
          background-color: #800b63; }
        @media screen and (max-width: 767px) {
          .short-article-section .content-grid__column:first-child .button-link {
            width: 100%; } }
    .short-article-section .content-grid__column:not(:first-child) {
      align-items: center;
      justify-content: center;
      max-width: 20%; }
      .short-article-section .content-grid__column:not(:first-child) .image-as-link {
        width: 100px;
        margin: 50px 0px 10px 0px; }
      .short-article-section .content-grid__column:not(:first-child) .rte-wrapper {
        display: flex;
        align-items: center;
        height: 50px;
        margin: 0 0 40px; }
        .short-article-section .content-grid__column:not(:first-child) .rte-wrapper:last-child {
          margin: 0; }
        .short-article-section .content-grid__column:not(:first-child) .rte-wrapper p {
          font-family: "Roboto Condensed Regular";
          font-size: 1.375rem;
          color: #777c86;
          font-size: 1.375rem;
          font-family: "Roboto Condensed Bold";
          color: #3c3c3b; }
          @media screen and (max-width: 767px) {
            .short-article-section .content-grid__column:not(:first-child) .rte-wrapper p {
              font-size: 0.75rem; } }

@media screen and (max-width: 767px) {
  .short-article-section.content-grid__row {
    flex-wrap: wrap;
    padding: 20px; }
  .short-article-section .content-grid__column:first-child {
    max-width: 100%; }
  .short-article-section .content-grid__column:not(:first-child) {
    max-width: 50%; }
    .short-article-section .content-grid__column:not(:first-child) .rte p {
      font-size: 1.25rem; } }

@media screen and (max-width: 1200px) {
  .short-article-section .content-grid__column:not(:first-child) {
    max-width: unset; } }

.short-article-with-banner .content-grid__column--size-12 {
  position: relative;
  height: 10%;
  background-color: #fff; }

.short-article-with-banner .image-as-link {
  height: 100%; }
  .short-article-with-banner .image-as-link__image {
    height: 100%;
    object-fit: cover;
    object-position: left; }

.short-article-with-banner .rte-wrapper {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1; }
  .short-article-with-banner .rte-wrapper h2 {
    font-family: "Roboto Condensed Regular";
    font-size: 4.75rem;
    color: #a81a8d;
    margin: 0 0 10px 0; }
  .short-article-with-banner .rte-wrapper p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.75rem;
    color: #a81a8d;
    margin: 0; }

.short-article-with-banner .button-link {
  font-family: "Roboto Condensed Regular";
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 227px;
  padding: 0;
  cursor: pointer;
  background-color: #a81a8d;
  border: none;
  border-radius: 32px;
  font-size: 2rem;
  color: #a81a8d;
  background-color: transparent;
  border: 2px solid #a81a8d;
  position: absolute;
  top: calc(25% + 200px);
  left: 55%;
  padding: 10px;
  border-radius: 50px;
  max-width: 250px; }
  .short-article-with-banner .button-link:hover {
    color: #fff;
    background-color: #800b63; }
  @media screen and (max-width: 767px) {
    .short-article-with-banner .button-link {
      width: 100%; } }

@media screen and (max-width: 1600px) {
  .short-article-with-banner .rte-wrapper {
    top: 20%; }
    .short-article-with-banner .rte-wrapper h2 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d; } }
    @media screen and (max-width: 1600px) and (max-width: 767px) {
      .short-article-with-banner .rte-wrapper h2 {
        font-size: 1.625rem; } }

@media screen and (max-width: 1600px) {
    .short-article-with-banner .rte-wrapper p {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86; } }
    @media screen and (max-width: 1600px) and (max-width: 767px) {
      .short-article-with-banner .rte-wrapper p {
        font-size: 0.75rem; } }

@media screen and (max-width: 1600px) {
  .short-article-with-banner .button-link {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    top: calc(20% + 120px);
    max-width: 270px; } }

@media screen and (max-width: 1200px) {
  .short-article-with-banner .rte-wrapper {
    position: static;
    padding: 40px 80px; }
  .short-article-with-banner .button-link {
    position: static;
    margin: 0 80px 40px 80px; }
  .short-article-with-banner .image-as-link__image {
    min-height: 400px; } }

@media screen and (max-width: 767px) {
  .short-article-with-banner .rte-wrapper {
    padding: 40px 20px 20px 20px; }
  .short-article-with-banner .button-link {
    margin: 15px 20px 40px 20px; }
  .short-article-with-banner .image-as-link__image {
    min-height: 160px; } }

.promotion__section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .promotion__section {
      padding: 0 20px; } }
  .promotion__section .promotion-row {
    margin: 0 auto 20px; }
    .promotion__section .promotion-row__view-switch {
      display: none; }
    .promotion__section .promotion-row__title {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      text-align: center;
      margin: 0 0 40px;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .promotion__section .promotion-row__title {
          font-size: 1.625rem; } }
      .promotion__section .promotion-row__title span {
        color: #000; }
    .promotion__section .promotion-row__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .promotion__section .promotion-row__wrapper .promotion {
        width: 25%; }
        .promotion__section .promotion-row__wrapper .promotion__details {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .promotion__section .promotion-row__wrapper .promotion__details img {
            max-height: 300px;
            margin: 0 0 15px;
            object-fit: contain; }
          .promotion__section .promotion-row__wrapper .promotion__details .button-link {
            font-family: "Roboto Condensed Regular";
            font-size: 1.25rem;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 64px;
            min-width: 227px;
            padding: 0;
            cursor: pointer;
            background-color: #a81a8d;
            border: none;
            border-radius: 32px; }
            .promotion__section .promotion-row__wrapper .promotion__details .button-link:hover {
              color: #fff;
              background-color: #800b63; }
            @media screen and (max-width: 767px) {
              .promotion__section .promotion-row__wrapper .promotion__details .button-link {
                width: 100%; } }
          .promotion__section .promotion-row__wrapper .promotion__details .promotion__name {
            font-family: "Roboto Condensed Bold";
            font-size: 2rem;
            color: #3c3c3b;
            font-family: "Roboto Condensed Regular";
            text-align: center;
            min-height: 80px; }
            @media screen and (max-width: 767px) {
              .promotion__section .promotion-row__wrapper .promotion__details .promotion__name {
                font-size: 1.25rem; } }
          .promotion__section .promotion-row__wrapper .promotion__details p {
            font-family: "Roboto Condensed Regular";
            font-size: 1.375rem;
            color: #777c86;
            text-align: center;
            width: 300px; }
            @media screen and (max-width: 767px) {
              .promotion__section .promotion-row__wrapper .promotion__details p {
                font-size: 0.75rem; } }
  .promotion__section--with-short-title .promotion-row__wrapper
.promotion__details
.promotion__name {
    min-height: unset; }

@media screen and (max-width: 1200px) {
  .promotion__section .promotion-row__wrapper .promotion {
    width: 50%;
    margin: 30px 0; } }

@media screen and (max-width: 768px) {
  .promotion__section .promotion-row__wrapper .promotion__details p {
    min-height: 30px;
    width: 240px; }
  .promotion__section .promotion-row__wrapper .promotion__details .button-link {
    min-width: 180px; } }

@media screen and (max-width: 480px) {
  .promotion__section {
    padding: 30px 20px; }
    .promotion__section .promotion-row__wrapper .promotion {
      width: 100%; }
    .promotion__section .promotion-row__wrapper .promotion__details .promotion__name {
      min-height: unset; }
    .promotion__section .promotion-row__wrapper .promotion__details .button-link {
      height: 50px; } }

.related-articles-section .related-articles {
  max-width: 100%;
  padding: 50px 0;
  background-color: #eee; }
  .related-articles-section .related-articles__header.row {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
    display: block; }
    @media screen and (max-width: 767px) {
      .related-articles-section .related-articles__header.row {
        padding: 0 20px; } }
    .related-articles-section .related-articles__header.row h1 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      color: #3c3c3b;
      text-align: center;
      margin: 0 0 40px 0; }
      @media screen and (max-width: 767px) {
        .related-articles-section .related-articles__header.row h1 {
          font-size: 1.625rem; } }
      .related-articles-section .related-articles__header.row h1 span {
        color: #a81a8d; }
  .related-articles-section .related-articles__list {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .related-articles-section .related-articles__list {
        padding: 0 20px; } }
    .related-articles-section .related-articles__list .list-item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 25%; }
      .related-articles-section .related-articles__list .list-item .related-article__link {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .related-articles-section .related-articles__list .list-item .related-article__image {
        height: 230px;
        border-bottom: 10px solid #c3ca1b;
        object-fit: cover; }
      .related-articles-section .related-articles__list .list-item .related-article__title {
        font-family: "Roboto Condensed Bold";
        font-size: 2rem;
        color: #3c3c3b;
        font-family: "Roboto Condensed Regular"; }
        @media screen and (max-width: 767px) {
          .related-articles-section .related-articles__list .list-item .related-article__title {
            font-size: 1.25rem; } }
      .related-articles-section .related-articles__list .list-item .related-article__description {
        font-family: "Roboto Condensed Regular";
        font-size: 1.375rem;
        color: #777c86;
        font-size: 1.25rem; }
        @media screen and (max-width: 767px) {
          .related-articles-section .related-articles__list .list-item .related-article__description {
            font-size: 0.75rem; } }
      .related-articles-section .related-articles__list .list-item .related-article__button {
        font-family: "Roboto Condensed Regular";
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        min-width: 227px;
        padding: 0;
        cursor: pointer;
        background-color: #a81a8d;
        border: none;
        border-radius: 32px;
        color: #c3ca1b;
        max-width: 227px;
        background-color: transparent;
        border: 3px solid #c3ca1b;
        font-family: "Roboto Condensed Bold";
        margin-top: 25px;
        min-width: unset; }
        .related-articles-section .related-articles__list .list-item .related-article__button:hover {
          color: #fff;
          background-color: #800b63; }
        @media screen and (max-width: 767px) {
          .related-articles-section .related-articles__list .list-item .related-article__button {
            width: 100%; } }
        .related-articles-section .related-articles__list .list-item .related-article__button:hover {
          color: #a81a8d;
          border-color: #a81a8d; }

@media screen and (max-width: 767px) {
  .related-articles-section .related-articles__list .list-item .related-article__button {
    width: unset; } }

@media screen and (max-width: 1200px) {
  .related-articles-section .grid-wrapper.related-articles .related-articles__list {
    flex-wrap: wrap; }
    .related-articles-section .grid-wrapper.related-articles .related-articles__list .list-item {
      width: 45%;
      margin: 30px 10px;
      padding: 0; }
      .related-articles-section .grid-wrapper.related-articles .related-articles__list .list-item .related-article__title {
        font-size: 1.625rem; }
      .related-articles-section .grid-wrapper.related-articles .related-articles__list .list-item .related-article__description {
        font-size: 1.25rem; } }

@media screen and (max-width: 480px) {
  .related-articles-section .grid-wrapper.related-articles .related-articles__list .list-item {
    width: 100%; } }

.carousel-item {
  width: 100%; }
  .carousel-item__content {
    position: absolute;
    left: 100px; }
    .carousel-item__content-header {
      font-family: "Roboto Condensed Bold";
      font-size: 4.75rem;
      line-height: 1;
      color: #a81a8d;
      margin: 0; }
    .carousel-item__content-image {
      display: none; }
  .carousel-item__background-image {
    object-fit: cover;
    object-position: right; }
  .carousel-item__with-product {
    display: flex;
    flex-direction: row; }
  .carousel-item__description-empty {
    display: none; }
  .carousel-item__description .link span {
    font-size: 1.25rem;
    color: #a81a8d;
    font-weight: bold; }
  .carousel-item__description img {
    width: 250px;
    height: auto;
    margin-left: 60px; }
  .carousel-item__description h1 {
    font-family: "Roboto Condensed Bold";
    font-size: 4.75rem;
    line-height: 1;
    color: #a81a8d;
    font-size: 3.25rem;
    font-family: "Roboto Condensed Regular"; }
  .carousel-item__description p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86; }
    @media screen and (max-width: 767px) {
      .carousel-item__description p {
        font-size: 0.75rem; } }
  .carousel-item__description span {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86;
    font-size: 0.875rem; }
    @media screen and (max-width: 767px) {
      .carousel-item__description span {
        font-size: 0.75rem; } }
  .carousel-item__title-with-icon {
    display: flex;
    align-items: center; }
    .carousel-item__title-with-icon img {
      width: 120px;
      margin: 50px 0 0 0; }
  .carousel-item__btn {
    font-family: "Roboto Condensed Regular";
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    min-width: 227px;
    padding: 0;
    cursor: pointer;
    background-color: #a81a8d;
    border: none;
    border-radius: 32px;
    font-size: 2rem;
    color: #a81a8d;
    background-color: transparent;
    border: 2px solid #a81a8d;
    max-width: 410px; }
    .carousel-item__btn:hover {
      color: #fff;
      background-color: #800b63; }
    @media screen and (max-width: 767px) {
      .carousel-item__btn {
        width: 100%; } }

.carousel-navigation__item {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  background-color: #e5e7b2;
  border-radius: 100%; }
  .carousel-navigation__item--active {
    background-color: #c3ca1b; }
  .carousel-navigation__item span {
    display: none; }

.carousel .carouse-select-steps {
  display: none; }

.main-carousel .carousel-item__background-image {
  position: absolute;
  height: 100%; }

.main-carousel .carousel-item__content-wrapper {
  position: relative;
  justify-content: flex-start; }

.main-carousel .carousel-item__content {
  position: relative; }

.main-carousel .carousel-item__description div:first-child img {
  margin-left: 0; }

.error__grid .carousel-item__content {
  width: 50%;
  top: 0; }

@media screen and (max-width: 1600px) {
  .main-carousel .carousel-item__description p a {
    margin-left: 0; } }

@media screen and (max-width: 1600px) {
  .carousel-item__content {
    left: 0; }
    .carousel-item__content-header {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d; } }
    @media screen and (max-width: 1600px) and (max-width: 767px) {
      .carousel-item__content-header {
        font-size: 1.625rem; } }

@media screen and (max-width: 1600px) {
  .carousel-item__description {
    padding: 0 60px; }
    .carousel-item__description img {
      width: 170px; }
    .carousel-item__description h1 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      font-family: "Roboto Condensed Regular"; } }
    @media screen and (max-width: 1600px) and (max-width: 767px) {
      .carousel-item__description h1 {
        font-size: 1.625rem; } }

@media screen and (max-width: 1600px) {
    .carousel-item__description .image-banner-additional {
      position: absolute;
      top: -320px;
      left: -30px; }
  .carousel-item__title-with-icon {
    display: flex;
    align-items: center; }
    .carousel-item__title-with-icon img {
      width: 70px; }
  .carousel-item__btn {
    max-width: 227px;
    margin: 0 60px; }
    .carousel-item__btn span {
      font-size: 1.25rem; } }

@media screen and (max-width: 1200px) {
  .carousel-item {
    padding-bottom: 10px; }
    .carousel-item__content {
      position: static;
      width: 100%;
      padding: 20px 20px 60px 20px; }
      .carousel-item__content-wrapper--above {
        position: static; }
    .carousel-item__description {
      padding: 0; }
    .carousel-item__background-image {
      object-fit: cover; }
  .carousel-navigation {
    display: none; }
  .error__grid .carousel-item__content {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .carousel-item__description {
    padding: 0 20px 20px 20px; }
    .carousel-item__description h1 {
      font-size: 1.625rem; }
    .carousel-item__description img {
      max-width: 80px;
      height: auto !important; }
    .carousel-item__description .link {
      max-height: 34px; }
      .carousel-item__description .link span {
        font-size: 1.0625rem; }
    .carousel-item__description .image-banner-additional {
      position: absolute;
      top: -145px;
      left: -40px; }
  .carousel-item__content-header {
    font-size: 1.625rem;
    padding: 20px 0 0 20px; }
  .carousel-item__content {
    padding: 0; }
  .carousel-item__btn {
    margin: 0 20px; }
  .carousel-item__background-image {
    height: 160px; }
  .carousel-item__with-product {
    flex-direction: column; } }

.section__instruction-for-use {
  background-color: #eee; }
  .section__instruction-for-use.two-rows .promotion {
    width: 45%; }
  .section__instruction-for-use .promotion {
    width: 30%; }
    .section__instruction-for-use .promotion-row {
      max-width: 1500px;
      margin: 0 auto;
      padding: 0;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .section__instruction-for-use .promotion-row {
          padding: 0 20px; } }
      .section__instruction-for-use .promotion-row__view-switch,
      .section__instruction-for-use .promotion-row button {
        display: none; }
      .section__instruction-for-use .promotion-row__title {
        font-family: "Roboto Condensed Bold";
        font-size: 3.25rem;
        color: #a81a8d;
        font-family: "Roboto Condensed Regular";
        text-align: center;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          .section__instruction-for-use .promotion-row__title {
            font-size: 1.625rem; } }
      .section__instruction-for-use .promotion-row__wrapper {
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
    .section__instruction-for-use .promotion__image {
      width: 130px; }
    .section__instruction-for-use .promotion__details {
      display: flex;
      flex-direction: column; }
    .section__instruction-for-use .promotion__name {
      font-family: "Roboto Condensed Bold";
      font-size: 2rem;
      color: #3c3c3b; }
      @media screen and (max-width: 767px) {
        .section__instruction-for-use .promotion__name {
          font-size: 1.25rem; } }
      .section__instruction-for-use .promotion__name span {
        font-family: "Roboto Condensed Regular"; }
    .section__instruction-for-use .promotion__description {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .section__instruction-for-use .promotion__description {
          font-size: 0.75rem; } }

@media screen and (max-width: 480px) {
  .section__instruction-for-use .promotion-row__title {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .section__instruction-for-use .promotion,
  .section__instruction-for-use.two-rows .promotion {
    width: 100%; }
    .section__instruction-for-use .promotion-row__wrapper,
    .section__instruction-for-use.two-rows .promotion-row__wrapper {
      flex-direction: column; }
    .section__instruction-for-use .promotion__image,
    .section__instruction-for-use.two-rows .promotion__image {
      float: left;
      width: 25%; }
    .section__instruction-for-use .promotion__details,
    .section__instruction-for-use.two-rows .promotion__details {
      display: block;
      padding: 0 20px; }
    .section__instruction-for-use .promotion__name, .section__instruction-for-use .promotion__description,
    .section__instruction-for-use.two-rows .promotion__name,
    .section__instruction-for-use.two-rows .promotion__description {
      float: right;
      width: 70%; } }

.frequently-questions-section__questions {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .frequently-questions-section__questions {
      padding: 0 20px; } }
  .frequently-questions-section__questions .rte-wrapper ol {
    margin: 0 5px;
    padding: 30px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
    .frequently-questions-section__questions .rte-wrapper ol li {
      font-family: "Roboto Condensed Bold";
      font-size: 2rem;
      color: #3c3c3b;
      margin: 20px 0 20px 30px;
      font-family: "Roboto Condensed Regular"; }
      @media screen and (max-width: 767px) {
        .frequently-questions-section__questions .rte-wrapper ol li {
          font-size: 1.25rem; } }
      .frequently-questions-section__questions .rte-wrapper ol li a {
        font-family: "Roboto Condensed Regular";
        color: #000; }

.frequently-questions-section__answers {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .frequently-questions-section__answers {
      padding: 0 20px; } }
  .frequently-questions-section__answers-item {
    margin: 50px 5px;
    padding: 30px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
    .frequently-questions-section__answers-item p:first-child {
      font-family: "Roboto Condensed Bold";
      font-size: 2rem;
      color: #3c3c3b;
      display: flex;
      align-items: center;
      margin: 0;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .frequently-questions-section__answers-item p:first-child {
          font-size: 1.25rem; } }
      .frequently-questions-section__answers-item p:first-child span {
        font-family: "Roboto Condensed Regular"; }
        .frequently-questions-section__answers-item p:first-child span:first-child {
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 48px;
          height: 48px;
          margin: 0 20px 0 0;
          background-color: #c3ca1b;
          border-radius: 100%; }
        .frequently-questions-section__answers-item p:first-child span:nth-child(2) {
          width: 90%; }
    .frequently-questions-section__answers-item p:not(:first-child) {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      margin: 0 0 0 68px; }
      @media screen and (max-width: 767px) {
        .frequently-questions-section__answers-item p:not(:first-child) {
          font-size: 0.75rem; } }

@media screen and (max-width: 480px) {
  .frequently-questions-section__questions .rte-wrapper ol {
    padding: 10px; }
    .frequently-questions-section__questions .rte-wrapper ol li {
      font-size: 1rem;
      margin: 10px 0 10px 20px; }
  .frequently-questions-section__answers-item {
    padding: 10px; }
    .frequently-questions-section__answers-item p:first-child span {
      font-size: 1rem; }
      .frequently-questions-section__answers-item p:first-child span:first-child {
        font-size: 1.0625rem;
        height: 26px;
        max-width: 26px;
        min-width: 26px;
        margin: 0 10px 0 0; }
    .frequently-questions-section__answers-item p:not(:first-child) {
      font-size: 0.75rem;
      margin: 0 0 0 38px; } }

.product-item-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  margin: 40px auto;
  padding: 50px 20px;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .product-item-section {
      padding: 0 20px; } }
  .product-item-section .content-grid__column--size-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .product-item-section .content-grid__column--size-6 div {
      width: 100%; }
    .product-item-section .content-grid__column--size-6 .rte-wrapper {
      width: 100%;
      height: 100%; }
      .product-item-section .content-grid__column--size-6 .rte-wrapper .rte {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
    .product-item-section .content-grid__column--size-6 .image-as-link {
      display: flex;
      justify-content: center;
      width: 484px;
      height: 484px;
      padding: 2.5rem;
      background-color: #c3ca1b;
      border-radius: 100%; }
      .product-item-section .content-grid__column--size-6 .image-as-link:last-child {
        position: absolute;
        width: 180px;
        height: 140px;
        bottom: 90px;
        left: 65%; }
      .product-item-section .content-grid__column--size-6 .image-as-link__image {
        height: auto;
        object-fit: contain; }
  .product-item-section__title {
    display: flex; }
    .product-item-section__title h2 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      font-size: 3.25rem;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 767px) {
        .product-item-section__title h2 {
          font-size: 1.625rem; } }
      .product-item-section__title h2:not(:first-child) {
        color: #3c3c3b; }
  .product-item-section__text .rte-wrapper .rte p a {
    display: flex; }
  .product-item-section__image .rte-wrapper .rte p a {
    display: none; }
  .product-item-section ul {
    padding-left: 16px; }
    .product-item-section ul li {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      font-size: 1.875rem; }
      @media screen and (max-width: 767px) {
        .product-item-section ul li {
          font-size: 0.75rem; } }
  .product-item-section p {
    font-family: "Roboto Condensed Bold";
    font-size: 1.375rem;
    color: #a81a8d; }
    .product-item-section p a {
      font-family: "Roboto Condensed Regular";
      font-size: 1.25rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 64px;
      min-width: 227px;
      padding: 0;
      cursor: pointer;
      background-color: #a81a8d;
      border: none;
      border-radius: 32px;
      height: 53px;
      max-width: 162px;
      min-width: 162px; }
      .product-item-section p a:hover {
        color: #fff;
        background-color: #800b63; }
      @media screen and (max-width: 767px) {
        .product-item-section p a {
          width: 100%; } }

@media screen and (max-width: 991px) {
  .product-item-section--overlapped .content-grid__column--size-6:first-child {
    max-width: 25%;
    left: 66px; }
  .product-item-section__text .rte-wrapper .rte p a {
    margin: 0 auto; }
  .product-item-section .product-item-section__image--small .image-as-link {
    max-width: 360px;
    max-height: 360px; } }

@media screen and (max-width: 767px) {
  .product-item-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 30px 10px 30px; }
    .product-item-section--overlapped .content-grid__column--size-6:first-child {
      max-width: 100%;
      left: 0; }
    .product-item-section .content-grid__column--size-6 .image-as-link {
      max-width: 250px;
      max-height: 250px; }
      .product-item-section .content-grid__column--size-6 .image-as-link:last-child {
        width: 100px;
        height: 80px;
        bottom: 40px;
        left: 60%; }
    .product-item-section__title {
      flex-direction: column; }
      .product-item-section__title h2 {
        font-size: 1.625rem; }
    .product-item-section__text .rte-wrapper .rte p a {
      display: none; }
    .product-item-section__image .rte-wrapper .rte p a {
      display: flex; }
    .product-item-section ul li {
      font-size: 1.125rem; }
    .product-item-section p {
      font-size: 1.0625rem; }
      .product-item-section p a {
        min-width: 185px;
        margin: 0 auto 20px; } }

@media screen and (max-width: 1199px) {
  .product-item-section .content-grid__column--size-6 .image-as-link {
    padding: pxToRem(35); } }

.main-footer {
  width: 100%; }
  .main-footer__nav {
    display: flex;
    width: 60%;
    padding: 0 10%; }
  .main-footer__image {
    width: 30%;
    margin-right: 30px; }
    .main-footer__image img {
      margin-right: 40px;
      object-fit: contain; }
  .main-footer__title {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #3c3c3b;
    margin: 25px 0; }
  .main-footer__links {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: -5px 0; }
    .main-footer__links p:not(:first-child) {
      font-family: "Roboto Condensed Regular";
      font-size: 1.0625rem;
      color: #091e40;
      margin: 5px 0; }
      .main-footer__links p:not(:first-child):hover {
        color: #a81a8d; }
  .main-footer__top {
    margin: 0 0 30px 0; }
    .main-footer__top .wrapper .footer-regulatory-text {
      max-width: 1450px;
      margin: 0 auto;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .main-footer__top .wrapper .footer-regulatory-text {
          padding: 0 20px; } }
    .main-footer__top .wrapper .footer-social-links {
      text-align: center;
      margin: 50px 0 0 0;
      padding: 20px 0 0 0;
      border-top: 2px solid #eee; }
      .main-footer__top .wrapper .footer-social-links__title {
        display: none; }
      .main-footer__top .wrapper .footer-social-links__elements {
        display: flex;
        justify-content: center;
        margin: 20px 0; }
      .main-footer__top .wrapper .footer-social-links__element {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin: 0 20px;
        background-color: #a81a8d;
        border-radius: 100%; }
        .main-footer__top .wrapper .footer-social-links__element a::before {
          font-family: "Font Awesome 5 Brands";
          color: #fff; }
        .main-footer__top .wrapper .footer-social-links__element .facebook-square::before {
          content: '\F39E'; }
        .main-footer__top .wrapper .footer-social-links__element .twitter-square::before {
          content: '\F099'; }
        .main-footer__top .wrapper .footer-social-links__element .youtube-square::before {
          content: '\F167'; }
        .main-footer__top .wrapper .footer-social-links__element .instagram::before {
          content: '\F16D'; }
  .main-footer__bottom__text {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
    font-family: "Roboto Condensed Bold";
    font-size: 1.0625rem;
    color: #091e40;
    text-align: center;
    padding: 0 0 100px 0; }
    @media screen and (max-width: 767px) {
      .main-footer__bottom__text {
        padding: 0 20px; } }
  .main-footer__bottom .wrapper--footer-links {
    height: 40px;
    background-color: #a81a8d; }

@media screen and (max-width: 767px) {
  .main-footer__nav {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 20px 10px; }
  .main-footer__image {
    width: 100%; }
    .main-footer__image img {
      margin: 0; }
  .main-footer__links {
    font-size: 0.8125rem;
    width: 40%;
    margin: 0;
    padding: 0 0 0 5px; }
    .main-footer__links p:not(:first-child) {
      font-size: 0.625rem; }
  .main-footer__title {
    margin: 0 0 20px 0; }
  .main-footer__top {
    margin: 0 0 20px 0; }
    .main-footer__top .wrapper .footer-social-links__elements {
      margin: 5px 0; }
    .main-footer__top .wrapper .footer-social-links__element {
      font-size: 0.5rem;
      width: 21px;
      height: 21px;
      margin: 5px; }
  .main-footer__bottom__text {
    font-size: 0.625rem;
    padding: 0 0 30px 0; }
  .main-footer__bottom .wrapper--footer-links {
    height: 30px; } }

.section-contact {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  padding: 50px 20px; }
  @media screen and (max-width: 767px) {
    .section-contact {
      padding: 0 20px; } }
  .section-contact__info h1 {
    font-family: "Roboto Condensed Bold";
    font-size: 3.25rem;
    color: #a81a8d;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .section-contact__info h1 {
        font-size: 1.625rem; } }
  .section-contact__info p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86;
    font-size: 1.875rem;
    margin: 10px 0; }
    @media screen and (max-width: 767px) {
      .section-contact__info p {
        font-size: 0.75rem; } }
  .section-contact__details {
    max-width: 45%; }
  .section-contact__details .rte-wrapper, .section-contact__info .rte-wrapper {
    height: 100%; }
    .section-contact__details .rte-wrapper .rte, .section-contact__info .rte-wrapper .rte {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
  .section-contact__email, .section-contact__phone {
    display: flex;
    align-items: center;
    margin: 20px 0; }
    .section-contact__email img, .section-contact__phone img {
      width: 65px;
      height: 65px;
      margin: 0 20px 0 0; }
    .section-contact__email p,
    .section-contact__email a, .section-contact__phone p,
    .section-contact__phone a {
      font-family: "Roboto Condensed Bold";
      font-size: 2rem;
      color: #3c3c3b;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .section-contact__email p,
        .section-contact__email a, .section-contact__phone p,
        .section-contact__phone a {
          font-size: 1.25rem; } }

@media screen and (max-width: 1199px) {
  .section-contact__info h1 {
    font-size: 1.625rem; }
  .section-contact__info p {
    font-size: 1rem; }
  .section-contact__email img, .section-contact__phone img {
    width: 50px;
    height: 50px; }
  .section-contact__email p,
  .section-contact__email a, .section-contact__phone p,
  .section-contact__phone a {
    font-size: 1.125rem; } }

@media screen and (max-width: 767px) {
  .section-contact {
    flex-direction: column;
    padding: 50px 20px; }
    .section-contact__details {
      max-width: 100%; } }

@media screen and (max-width: 480px) {
  .section-contact__email img, .section-contact__phone img {
    width: 40px;
    height: 40px; }
  .section-contact__email p,
  .section-contact__email a, .section-contact__phone p,
  .section-contact__phone a {
    font-size: 0.875rem; } }

.description-text-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .description-text-section {
      padding: 0 20px; } }
  .description-text-section__desc {
    padding-top: 40px; }
  .description-text-section__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px; }
    .description-text-section__info .content-grid__column--size-6 {
      max-width: 45%; }
  .description-text-section .rte-wrapper h1 {
    color: #a81a8d; }
  .description-text-section .rte-wrapper h2 {
    font-family: "Roboto Condensed Bold";
    font-size: 2rem;
    color: #3c3c3b;
    font-family: "Roboto Condensed Regular"; }
    @media screen and (max-width: 767px) {
      .description-text-section .rte-wrapper h2 {
        font-size: 1.25rem; } }
  .description-text-section .rte-wrapper p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86; }
    @media screen and (max-width: 767px) {
      .description-text-section .rte-wrapper p {
        font-size: 0.75rem; } }

@media screen and (max-width: 767px) {
  .description-text-section__desc {
    padding-top: 20px; }
  .description-text-section__info {
    flex-direction: column; }
    .description-text-section__info .content-grid__column--size-6 {
      max-width: 100%; } }

.youtube-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .youtube-section {
      padding: 0 20px; } }
  .youtube-section__title {
    margin: 40px auto 0; }
    .youtube-section__title p {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .youtube-section__title p {
          font-size: 1.625rem; } }
    .youtube-section__title span {
      color: #3c3c3b; }
  .youtube-section__movie {
    margin: 40px auto 80px auto;
    padding: 40px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
    .youtube-section__movie .responsive-youtube-video {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; }
      .youtube-section__movie .responsive-youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media screen and (max-width: 1200px) {
  .youtube-section {
    padding: 20px; }
    .youtube-section__movie {
      margin: 0 20px 40px 20px; }
    .youtube-section__title {
      margin: 30px auto 20px; }
      .youtube-section__title p {
        font-size: 1.625rem;
        text-align: left; } }

.main-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%; }
  .main-header__top {
    height: 40px;
    background-color: #a81a8d; }
    .main-header__top .wrapper {
      height: 100%; }
      .main-header__top .wrapper .header-links {
        align-items: center;
        height: 100%; }
        .main-header__top .wrapper .header-links__link-title {
          color: #fff;
          text-transform: uppercase;
          font-size: 1.25rem; }
        .main-header__top .wrapper .header-links__link-container {
          display: flex;
          margin: 0 35px; }
          .main-header__top .wrapper .header-links__link-container::before {
            font-family: "Font Awesome 5 Free";
            font-size: 1.0625rem;
            font-weight: bold;
            color: #fff;
            margin-right: 10px; }
          .main-header__top .wrapper .header-links__link-container:first-child::before {
            content: '\F07A';
            transform: scaleX(-1); }
          .main-header__top .wrapper .header-links__link-container:last-child::before {
            content: '\F002'; }
      .main-header__top .wrapper .country-selector {
        display: none; }
  .main-header__logo {
    width: 20%;
    max-width: 350px; }
  .main-header .site-messages {
    display: none; }
  .main-header .main_header__contents {
    width: 80%; }
    .main-header .main_header__contents .search-box {
      display: block; }
      .main-header .main_header__contents .search-box__action-item {
        position: absolute;
        top: 90px;
        left: 20px;
        z-index: 99;
        width: 100px;
        height: 20px;
        cursor: pointer;
        opacity: 0; }
      .main-header .main_header__contents .search-box__overlay {
        text-align: center;
        position: absolute;
        top: 308px;
        left: 0;
        z-index: 9;
        width: 100%;
        background-color: #fff; }
      .main-header .main_header__contents .search-box__suggested-topics {
        display: none; }
      .main-header .main_header__contents .search-box__form {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 5px;
        box-shadow: 1px 1px 4px; }
      .main-header .main_header__contents .search-box__btn {
        position: relative;
        top: 10px;
        right: 10px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid;
        border-radius: 25px; }
        .main-header .main_header__contents .search-box__btn span {
          display: block;
          padding: 10px 20px; }
      .main-header .main_header__contents .search-box__field {
        text-align: center;
        width: 100%;
        border: 0; }
        .main-header .main_header__contents .search-box__field:focus {
          outline: unset; }
  @media screen and (min-width: 1200px) {
    .main-header .main_header__contents .search-box {
      display: block; }
      .main-header .main_header__contents .search-box__action-item {
        position: absolute;
        top: 10px;
        right: 20px;
        left: unset;
        width: 100px;
        height: 20px;
        cursor: pointer;
        opacity: 0; }
      .main-header .main_header__contents .search-box__overlay {
        position: absolute;
        top: unset;
        left: 0;
        width: 100%;
        background-color: #fff; }
      .main-header .main_header__contents .search-box__suggested-topics {
        display: none; }
      .main-header .main_header__contents .search-box__btn {
        position: absolute;
        right: 10px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid;
        border-radius: 25px; }
        .main-header .main_header__contents .search-box__btn span {
          display: block;
          padding: 10px 20px; } }
  .main-header__bottom {
    background-color: #c3ca1b; }
    .main-header__bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 130px;
      padding: 0 15px; }
    .main-header__bottom .mobile-nav-container {
      display: none; }
    .main-header__bottom .mobile-nav-container > .mobile-nav--closed ~ .search-box {
      display: none; }
    .main-header__bottom .main-nav__first-lvl-nav-elements {
      align-items: center;
      justify-content: flex-end; }
    .main-header__bottom .main-nav__link-container {
      position: relative;
      display: flex;
      justify-content: center;
      padding: 30px 20px; }
      .main-header__bottom .main-nav__link-container:last-child {
        padding: 30px 0 30px 20px; }
        .main-header__bottom .main-nav__link-container:last-child .main-nav__link.link span {
          margin-right: 0; }
      .main-header__bottom .main-nav__link-container:hover {
        border-bottom-color: #3c3c3b; }
      .main-header__bottom .main-nav__link-container--has-children > a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #3c3c3b;
        position: absolute;
        top: 33px;
        content: '\F107'; }
      .main-header__bottom .main-nav__link-container:last-child a {
        font-family: "Roboto Condensed Regular";
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        min-width: 227px;
        padding: 0;
        cursor: pointer;
        background-color: #a81a8d;
        border: none;
        border-radius: 32px;
        height: 53px;
        max-width: 162px;
        min-width: 162px;
        height: 40px;
        min-width: 140px; }
        .main-header__bottom .main-nav__link-container:last-child a:hover {
          color: #fff;
          background-color: #800b63; }
        @media screen and (max-width: 767px) {
          .main-header__bottom .main-nav__link-container:last-child a {
            width: 100%; } }
    .main-header__bottom .main-nav__link {
      font-family: "Roboto Condensed Bold";
      color: #3c3c3b;
      text-align: center; }
      .main-header__bottom .main-nav__link span {
        font-size: 1.0625rem;
        text-transform: uppercase;
        margin-right: 10px;
        white-space: nowrap; }
    .main-header__bottom .main-nav__second-lvl-link {
      text-decoration: none;
      display: block;
      max-width: 100%;
      padding: 5px; }
    .main-header__bottom .main-nav__second-lvl-link-container {
      position: relative;
      width: 100%;
      padding: 0;
      background-color: #fff; }
      .main-header__bottom .main-nav__second-lvl-link-container span {
        font-family: "Roboto Condensed Regular";
        font-size: 1.375rem;
        color: #777c86; }
        @media screen and (max-width: 767px) {
          .main-header__bottom .main-nav__second-lvl-link-container span {
            font-size: 0.75rem; } }
        .main-header__bottom .main-nav__second-lvl-link-container span:hover {
          color: #a81a8d; }
    .main-header__bottom .main-nav__second-lvl-nav-elements {
      position: absolute;
      bottom: 10px;
      left: 20px;
      z-index: 10;
      min-width: 245px;
      padding: 5px;
      background-color: #fff;
      box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
    .main-header__bottom .main-nav__toggle {
      display: none; }

@media only screen and (max-width: 1600px) {
  .main-header__bottom .main-nav__link-container {
    padding: 30px 10px; } }

@media only screen and (max-width: 1199px) {
  .main-header__logo {
    width: 100%; }
  .main-header__top {
    display: none; }
  .main-header__bottom .wrapper {
    position: relative;
    width: auto;
    min-height: auto;
    padding: 5px 20px 0 20px; }
  .main-header__bottom .main_header__contents .main-nav {
    display: none; }
  .main-header__bottom .main_header__contents .mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: none;
    width: 100%;
    background-color: #fff; }
    .main-header__bottom .main_header__contents .mobile-nav-container {
      display: flex;
      justify-content: flex-end; }
    .main-header__bottom .main_header__contents .mobile-nav__panel--sublist .mobile-nav__second-lvl-nav-elements {
      display: block; }
    .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements {
      font-size: 0.875rem; }
      .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container {
        text-transform: uppercase;
        padding: 10px 20px;
        border-bottom: 1px solid #eee; }
        .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:last-child {
          padding-bottom: 0;
          border-bottom: none; }
          .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:last-child .mobile-nav__link {
            font-family: "Roboto Condensed Regular";
            font-size: 1.25rem;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 64px;
            min-width: 227px;
            padding: 0;
            cursor: pointer;
            background-color: #a81a8d;
            border: none;
            border-radius: 32px;
            height: 53px;
            max-width: 162px;
            min-width: 162px;
            font-family: "Roboto Condensed Bold";
            font-size: 0.75rem;
            height: 20px;
            max-width: 200px;
            min-width: 0; }
            .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:last-child .mobile-nav__link:hover {
              color: #fff;
              background-color: #800b63; } }
          @media only screen and (max-width: 1199px) and (max-width: 767px) {
            .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:last-child .mobile-nav__link {
              width: 100%; } }

@media only screen and (max-width: 1199px) {
            .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container:last-child .mobile-nav__link:hover {
              color: #fff; }
        .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container--has-children .mobile-nav__link {
          text-transform: uppercase;
          position: relative;
          color: #777c86; }
          .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container--has-children .mobile-nav__link::after {
            font-family: "Font Awesome 5 Free";
            font-size: 0.875rem;
            font-weight: bold;
            color: #777c86;
            position: absolute;
            bottom: 5px;
            left: 100px;
            content: '\F0DD'; }
        .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container--active {
          padding: 10px 20px 5px 20px; }
          .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container--active .mobile-nav__link {
            display: none; }
        .main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container .mobile-nav__link:hover {
          color: #a81a8d; }
    .main-header__bottom .main_header__contents .mobile-nav .sublist--visible .mobile-nav__second-lvl-link-container--back-button {
      display: none; }
    .main-header__bottom .main_header__contents .mobile-nav__second-lvl-nav-elements {
      display: none; }
    .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container:not(:nth-child(2)) {
      text-transform: none; }
    .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container:nth-child(2) {
      margin-bottom: 10px; }
      .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container:nth-child(2) a {
        position: relative; }
        .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container:nth-child(2) a::after {
          font-family: "Font Awesome 5 Free";
          font-size: 0.875rem;
          font-weight: bold;
          color: #777c86;
          position: absolute;
          right: -20px;
          bottom: 4px;
          content: '\F0DD'; }
    .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container a span {
      display: block;
      padding: 5px 40px;
      font-size: 0.9375rem; }
      .main-header__bottom .main_header__contents .mobile-nav__second-lvl-link-container a span:hover {
        color: #a81a8d; }
    .main-header__bottom .main_header__contents .mobile-nav--open {
      display: block;
      padding: 10px 0;
      box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15); }
      .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button {
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 20;
        height: 25px; }
        .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button::after {
          font-family: "Font Awesome 5 Free";
          font-size: 0.875rem;
          font-weight: bold;
          color: #a81a8d;
          padding: 3px 5px;
          border: 1px solid #a81a8d;
          border-radius: 100%;
          content: '\F00D'; }
        .main-header__bottom .main_header__contents .mobile-nav--open + .mobile-nav__close-button::before {
          content: none; }
      .main-header__bottom .main_header__contents .mobile-nav--open .mobile-nav__panel {
        margin-top: 30px; }
    .main-header__bottom .main_header__contents .mobile-nav__close-button {
      background-color: transparent;
      border: none; }
      .main-header__bottom .main_header__contents .mobile-nav__close-button::before {
        font-family: "Font Awesome 5 Free";
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        content: '\F0C9'; }
    .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links {
      display: flex;
      flex-direction: column;
      padding: 0; }
      .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links__link {
        color: #a81a8d;
        text-transform: uppercase; }
      .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links__link-container {
        display: flex;
        margin: 10px 20px; }
        .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links__link-container::before {
          font-family: "Font Awesome 5 Free";
          font-size: 1.0625rem;
          font-weight: bold;
          color: #a81a8d;
          margin-right: 10px; }
        .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links__link-container:first-child::before {
          content: '\F07A';
          transform: scaleX(-1); }
        .main-header__bottom .main_header__contents .mobile-nav__header-links-container .header-links__link-container:last-child::before {
          content: '\F002'; } }

@media only screen and (min-width: 1600px) {
  .main-header__bottom .main-nav__link span {
    font-size: 1.375rem; } }

.breadcrumbs {
  display: none; }

.article-section .main-title {
  display: block; }
  .article-section .main-title h1 {
    font-family: "Roboto Condensed Bold";
    font-size: 4.75rem;
    line-height: 1;
    color: #a81a8d;
    text-align: center;
    padding: 40px 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15); }

.article-section article {
  margin: 40px auto;
  padding: 40px 30px; }
  .article-section article .content-grid__row {
    position: relative;
    flex-wrap: wrap; }
    .article-section article .content-grid__row:not(:last-child) {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .article-section article .content-grid__row:not(:last-child) {
          padding: 0 20px; } }
      .article-section article .content-grid__row:not(:last-child)::before, .article-section article .content-grid__row:not(:last-child)::after {
        position: absolute;
        top: 0;
        width: 15px;
        height: 100%;
        content: ' '; }
      .article-section article .content-grid__row:not(:last-child)::before {
        left: -15px;
        box-shadow: -10px 0 10px -10px inset rgba(0, 0, 0, 0.15); }
      .article-section article .content-grid__row:not(:last-child)::after {
        right: -15px;
        box-shadow: 10px 0 10px -10px inset rgba(0, 0, 0, 0.15); }
    .article-section article .content-grid__row:last-child {
      margin: 60px 0 0 0; }
    .article-section article .content-grid__row.article-section__first-paragraph {
      border-radius: 4px 4px 0 0;
      box-shadow: 0 -3px 4px -2px rgba(0, 0, 0, 0.15); }
      .article-section article .content-grid__row.article-section__first-paragraph::before {
        border-radius: 80% 0 0 0; }
      .article-section article .content-grid__row.article-section__first-paragraph::after {
        border-radius: 0 80% 0 0; }
    .article-section article .content-grid__row.article-section__last-paragraph {
      border-radius: 0 0 4px 4px;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
      .article-section article .content-grid__row.article-section__last-paragraph::before {
        border-radius: 0 0 0 80%; }
      .article-section article .content-grid__row.article-section__last-paragraph::after {
        border-radius: 0 0 80% 0; }
      .article-section article .content-grid__row.article-section__last-paragraph ul,
      .article-section article .content-grid__row.article-section__last-paragraph ol {
        padding-left: 5px; }
  .article-section article .rte-wrapper .rte {
    padding: 0 20px 30px 20px; }
    .article-section article .rte-wrapper .rte h2 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      line-height: 1.5;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .article-section article .rte-wrapper .rte h2 {
          font-size: 1.625rem; } }
    .article-section article .rte-wrapper .rte p {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      color: #3c3c3b; }
      @media screen and (max-width: 767px) {
        .article-section article .rte-wrapper .rte p {
          font-size: 0.75rem; } }
      .article-section article .rte-wrapper .rte p:first-child {
        margin: 0; }
    .article-section article .rte-wrapper .rte li {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      color: #3c3c3b;
      margin: 10px; }
      @media screen and (max-width: 767px) {
        .article-section article .rte-wrapper .rte li {
          font-size: 0.75rem; } }
  .article-section article .image-as-link {
    margin-bottom: 30px;
    padding: 0 20px; }
    .article-section article .image-as-link__image {
      border-bottom: 10px solid #c3ca1b; }

@media screen and (max-width: 768px) {
  .article-section article {
    padding: 0; }
    .article-section article .content-grid__row.article-section__first-paragraph,
    .article-section article .content-grid__row.article-section__last-paragraph {
      box-shadow: unset; } }

@media screen and (max-width: 1200px) {
  .article-section {
    box-shadow: none; }
    .article-section .main-title h1 {
      font-size: 1.625rem; }
    .article-section article .rte-wrapper .rte p,
    .article-section article .rte-wrapper .rte li {
      font-size: 0.875rem; }
    .article-section article .rte-wrapper .rte .content-grid__row:not(:last-child)::before, .article-section article .rte-wrapper .rte .content-grid__row:not(:last-child)::after {
      content: none; }
    .article-section article .rte-wrapper .rte .content-grid__row:not(:last-child).article-section__first-paragraph, .article-section article .rte-wrapper .rte .content-grid__row:not(:last-child).article-section__last-paragraph {
      box-shadow: none; } }

.article-list-section .article-list-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .article-list-section .article-list-wrapper {
      padding: 0 20px; } }

.article-list-section .article-list {
  justify-content: flex-start; }
  .article-list-section .article-list .article {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 48%;
    margin: 20px 1%;
    padding: 30px 40px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box; }
    .article-list-section .article-list .article__content a {
      width: 100%; }
      .article-list-section .article-list .article__content a h2 {
        font-family: "Roboto Condensed Bold";
        font-size: 2rem;
        color: #3c3c3b;
        font-family: "Roboto Condensed Regular";
        text-align: left;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .article-list-section .article-list .article__content a h2 {
            font-size: 1.25rem; } }
    .article-list-section .article-list .article__content p {
      font-family: "Roboto Condensed Regular";
      font-size: 1.375rem;
      color: #777c86;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .article-list-section .article-list .article__content p {
          font-size: 0.75rem; } }
    .article-list-section .article-list .article__image-wrapper {
      display: flex;
      align-items: flex-end;
      width: 450px;
      height: 275px;
      margin: 0 auto; }
      .article-list-section .article-list .article__image-wrapper img {
        width: 100%;
        height: 100%;
        border-bottom: 10px solid #c3ca1b;
        object-fit: cover; }

@media screen and (max-width: 1200px) {
  .article-list-section .article-list .article {
    padding: 20px; }
    .article-list-section .article-list .article__content a h2 {
      font-size: 1rem; }
    .article-list-section .article-list .article__content p {
      font-size: 0.6875rem; }
    .article-list-section .article-list .article__image-wrapper {
      width: 100%;
      height: 180px; }
      .article-list-section .article-list .article__image-wrapper img {
        border-bottom: none; } }

@media screen and (max-width: 480px) {
  .article-list-section .article-list .article {
    width: 100%; } }

.main-title {
  display: none; }

.why-choose-section__titles {
  padding: 50px 0 20px 0; }
  .why-choose-section__titles .content-grid__column--size-12 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .why-choose-section__titles .content-grid__column--size-12 {
        padding: 0 20px; } }
    .why-choose-section__titles .content-grid__column--size-12 .rte {
      display: flex;
      flex-direction: column; }
      .why-choose-section__titles .content-grid__column--size-12 .rte p {
        font-family: "Roboto Condensed Regular";
        font-size: 1.375rem;
        color: #777c86;
        font-size: 1.875rem;
        text-align: center;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .why-choose-section__titles .content-grid__column--size-12 .rte p {
            font-size: 0.75rem; } }
  .why-choose-section__titles-formula {
    margin-top: 20px;
    background-color: #eee; }

.why-choose-section__heading {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .why-choose-section__heading h1 {
    font-family: "Roboto Condensed Bold";
    font-size: 3.25rem;
    color: #a81a8d;
    margin: 0 15px 0 0; }
    @media screen and (max-width: 767px) {
      .why-choose-section__heading h1 {
        font-size: 1.625rem; } }

.why-choose-section__images {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 20px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .why-choose-section__images {
      padding: 0 20px; } }
  .why-choose-section__images .content-grid__column--size-4 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .why-choose-section__images .content-grid__column--size-4 .image-as-link {
      width: 130px;
      height: 130px; }
    .why-choose-section__images .content-grid__column--size-4 .rte p {
      font-family: "Roboto Condensed Bold";
      font-size: 2rem;
      color: #3c3c3b;
      font-family: "Roboto Condensed Regular";
      text-align: center; }
      @media screen and (max-width: 767px) {
        .why-choose-section__images .content-grid__column--size-4 .rte p {
          font-size: 1.25rem; } }
  .why-choose-section__images-formula {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 50px 0 60px 0;
    background-color: #eee; }
    .why-choose-section__images-formula .content-grid__column--size-6 {
      display: flex;
      align-items: center;
      max-width: 600px; }
      .why-choose-section__images-formula .content-grid__column--size-6 .image-as-link {
        width: 20%;
        margin: 0 20px 0 0;
        min-width: 130px; }
      .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper {
        width: 80%; }
        .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper .rte h2 {
          font-family: "Roboto Condensed Bold";
          font-size: 2rem;
          color: #3c3c3b;
          font-family: "Roboto Condensed Regular";
          margin: 0; }
          @media screen and (max-width: 767px) {
            .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper .rte h2 {
              font-size: 1.25rem; } }
        .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper .rte p {
          font-family: "Roboto Condensed Regular";
          font-size: 1.375rem;
          color: #777c86;
          margin: 0; }
          @media screen and (max-width: 767px) {
            .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper .rte p {
              font-size: 0.75rem; } }
  .why-choose-section__images-action {
    justify-content: center;
    max-width: 100%;
    background-color: #eee; }
    .why-choose-section__images-action .content-grid__column--size-4 {
      align-items: normal;
      max-width: 400px; }
      .why-choose-section__images-action .content-grid__column--size-4 .image-as-link {
        margin-left: 30px; }
      .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte {
        padding: 0 30px; }
        .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte h2 {
          font-family: "Roboto Condensed Bold";
          font-size: 2rem;
          color: #3c3c3b; }
          @media screen and (max-width: 767px) {
            .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte h2 {
              font-size: 1.25rem; } }
        .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte p {
          font-family: "Roboto Condensed Regular";
          font-size: 1.375rem;
          color: #777c86;
          text-align: left; }
          @media screen and (max-width: 767px) {
            .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte p {
              font-size: 0.75rem; } }

.why-choose-section .product-item-section .rte-wrapper h1 {
  font-family: "Roboto Condensed Bold";
  font-size: 3.25rem;
  color: #a81a8d;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .why-choose-section .product-item-section .rte-wrapper h1 {
      font-size: 1.625rem; } }
  .why-choose-section .product-item-section .rte-wrapper h1 span {
    color: #000; }

.why-choose-section .product-item-section .rte-wrapper p {
  font-family: "Roboto Condensed Regular";
  font-size: 1.375rem;
  color: #777c86;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .why-choose-section .product-item-section .rte-wrapper p {
      font-size: 0.75rem; } }
  .why-choose-section .product-item-section .rte-wrapper p:not(:first-of-type) {
    margin: 0 0 0 40px; }

.why-choose-section .product-item-section .rte-wrapper ul {
  margin: 0; }
  .why-choose-section .product-item-section .rte-wrapper ul li {
    font-family: "Roboto Condensed Bold";
    font-size: 2rem;
    color: #3c3c3b;
    font-family: "Roboto Condensed Regular";
    list-style: none; }
    @media screen and (max-width: 767px) {
      .why-choose-section .product-item-section .rte-wrapper ul li {
        font-size: 1.25rem; } }
    .why-choose-section .product-item-section .rte-wrapper ul li::before {
      content: '\2022';
      color: #a81a8d;
      display: inline-block;
      width: 1em; }

.why-choose-section .product-item-section .image-as-link {
  background-color: transparent; }

.why-choose-section .short-article-with-banner .rte-wrapper h2,
.why-choose-section .short-article-with-banner .rte-wrapper p {
  color: #fff; }

.why-choose-section .short-article-with-banner .button-link {
  color: #fff;
  border-color: #fff; }

.why-choose-section__titles.without-padding-bottom .content-grid__column {
  padding-bottom: 0; }

@media screen and (max-width: 991px) {
  .why-choose-section .product-item-section .image-as-link {
    width: 350px; }
  .why-choose-section__heading {
    flex-direction: column; }
    .why-choose-section__heading h1 {
      text-align: center; }
  .why-choose-section__titles {
    padding: 30px 20px 0 20px; } }

@media screen and (max-width: 767px) {
  .why-choose-section__titles {
    padding: 30px 20px 0 20px; }
    .why-choose-section__titles .content-grid__column--size-12 {
      padding: 0; }
      .why-choose-section__titles .content-grid__column--size-12 .rte-wrapper {
        padding: 0 10px; }
        .why-choose-section__titles .content-grid__column--size-12 .rte-wrapper .rte p {
          font-size: 1.0625rem;
          text-align: left;
          margin: 10px 0 20px 0; }
    .why-choose-section__titles-formula {
      padding: 30px 20px 0 20px; }
  .why-choose-section__heading {
    flex-direction: column;
    align-items: normal;
    width: 100%; }
    .why-choose-section__heading h1 {
      font-size: 1.625rem; }
  .why-choose-section__images {
    display: inline-block;
    width: 50%;
    padding: 0; }
    .why-choose-section__images .content-grid__column--size-4 .image-as-link {
      width: 67px;
      height: 67px; }
    .why-choose-section__images .content-grid__column--size-4 .rte-wrapper .rte p {
      font-size: 1.125rem;
      text-align: left; }
    .why-choose-section__images-formula {
      flex-direction: column;
      padding: 0 20px 30px 20px; }
      .why-choose-section__images-formula .content-grid__column--size-6 {
        margin: 20px 5px; }
        .why-choose-section__images-formula .content-grid__column--size-6 .image-as-link {
          min-width: unset;
          width: 20%; }
          .why-choose-section__images-formula .content-grid__column--size-6 .image-as-link__image {
            width: 65px; }
        .why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper .rte p {
          font-size: 1rem; }
        .why-choose-section__images-formula .content-grid__column--size-6 div:nth-child(2) {
          width: 80%; }
    .why-choose-section__images-action {
      width: 100%;
      padding: 0 0 30px 0; }
      .why-choose-section__images-action .content-grid__column--size-4 {
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        padding: 20px 0; }
        .why-choose-section__images-action .content-grid__column--size-4 .image-as-link {
          width: 20%; }
          .why-choose-section__images-action .content-grid__column--size-4 .image-as-link__image {
            width: 71px; }
        .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper {
          width: 100%; }
          .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte h2,
          .why-choose-section__images-action .content-grid__column--size-4 .rte-wrapper .rte p {
            margin: 0; }
        .why-choose-section__images-action .content-grid__column--size-4 div:nth-child(2) {
          width: 80%; }
  .why-choose-section__features {
    box-sizing: border-box;
    padding: 0 10px; }
  .why-choose-section .product-item-section {
    margin: 20px;
    padding: 30px 20px; }
    .why-choose-section .product-item-section .rte-wrapper .rte h1 {
      text-align: center;
      margin-bottom: 20px; }
    .why-choose-section .product-item-section .rte-wrapper .rte ul {
      margin: 20px 0 20px -20px; }
    .why-choose-section .product-item-section .rte-wrapper .rte p {
      margin-left: 20px; }
    .why-choose-section .product-item-section .image-as-link {
      margin-top: 20px; } }

@media screen and (max-width: 1199px) {
  .why-choose-section__images-formula {
    padding: 30px 20px 30px 20px; } }

.back-to-top {
  margin-top: 50px; }
  .back-to-top:hover {
    cursor: pointer;
    font-weight: 700; }
  .back-to-top__wrapper::before, .back-to-top__wrapper::after {
    content: none !important; }
  .back-to-top__wrapper .content-grid__column .rte-wrapper .rte {
    padding: 0; }
    .back-to-top__wrapper .content-grid__column .rte-wrapper .rte p {
      text-align: center; }
    .back-to-top__wrapper .content-grid__column .rte-wrapper .rte button {
      border: none;
      background-color: transparent;
      font-size: 2rem;
      color: #3c3c3b; }

@media screen and (max-width: 767px) {
  .back-to-top {
    font-size: 1.375rem; } }

.article-images__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.article-images__item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .article-images__item img {
    width: 130px;
    object-fit: contain; }
  .article-images__item p {
    text-align: center; }

@media screen and (min-width: 992px) {
  .article-images__wrapper {
    display: flex;
    flex-direction: row; } }

.section__home-page .default-page {
  background-color: #eee; }
  .section__home-page .default-page .promotion__section {
    max-width: 100%;
    background-color: #fff; }
    .section__home-page .default-page .promotion__section .promotion-row {
      max-width: 1450px;
      margin: 0 auto; }

.privacy-policy-section h1 {
  font-family: "Roboto Condensed Bold";
  font-size: 3.25rem;
  color: #a81a8d; }
  @media screen and (max-width: 767px) {
    .privacy-policy-section h1 {
      font-size: 1.625rem; } }

.privacy-policy-section .lds__body p:nth-child(2) {
  font-family: "Roboto Condensed Bold";
  font-size: 3.25rem;
  color: #a81a8d; }
  @media screen and (max-width: 767px) {
    .privacy-policy-section .lds__body p:nth-child(2) {
      font-size: 1.625rem; } }

.privacy-policy-section .lds__body ul li {
  font-family: "Roboto Condensed Regular";
  font-size: 1.375rem;
  color: #777c86; }
  @media screen and (max-width: 767px) {
    .privacy-policy-section .lds__body ul li {
      font-size: 0.75rem; } }

.cookies-policy-section .lds__body p:first-child a {
  font-family: "Roboto Condensed Bold";
  font-size: 3.25rem;
  color: #a81a8d;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .cookies-policy-section .lds__body p:first-child a {
      font-size: 1.625rem; } }

.cookies-policy-section .lds__body p b {
  font-family: "Roboto Condensed Bold";
  font-size: 2rem;
  color: #3c3c3b;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .cookies-policy-section .lds__body p b {
      font-size: 1.25rem; } }

.cookies-policy-banner .carousel-item__content,
.privacy-policy-banner .carousel-item__content {
  left: 50%;
  width: 100%;
  max-width: 1490px;
  margin-left: 20px;
  padding: 0;
  transform: translateX(-50%); }

.cookies-policy-banner .carousel-item__content-header,
.privacy-policy-banner .carousel-item__content-header {
  max-width: 600px; }

.cookies-policy-banner .carousel-item__background-image,
.privacy-policy-banner .carousel-item__background-image {
  object-position: right; }

.cookies-policy-banner .carousel-item__description,
.privacy-policy-banner .carousel-item__description {
  padding: unset; }

.cookies-policy-section,
.privacy-policy-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .cookies-policy-section,
    .privacy-policy-section {
      padding: 0 20px; } }
  .lds .cookies-policy-section__body p, .lds
  .privacy-policy-section__body p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86; }
    @media screen and (max-width: 767px) {
      .lds .cookies-policy-section__body p, .lds
      .privacy-policy-section__body p {
        font-size: 0.75rem; } }

@media screen and (max-width: 1600px) {
  .cookies-policy-section,
  .privacy-policy-section {
    padding: 0 20px; } }

@media screen and (max-width: 1200px) {
  .cookies-policy-banner .carousel-item__content,
  .privacy-policy-banner .carousel-item__content {
    position: absolute; }
    .cookies-policy-banner .carousel-item__content-wrapper--above,
    .privacy-policy-banner .carousel-item__content-wrapper--above {
      position: absolute; } }

@media screen and (max-width: 768px) {
  .cookies-policy-banner .carousel-item__description h1,
  .privacy-policy-banner .carousel-item__description h1 {
    font-size: 2rem; } }

.contact-banner .carousel-item__content {
  padding: unset; }

@media screen and (min-width: 768px) {
  .contact-banner .carousel-item__description {
    padding: unset;
    margin-left: 20px; } }

.error .header {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }

.error .content {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 50px;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .error .content {
      padding: 0 20px; } }
  .error .content .rte h2 {
    font-family: "Roboto Condensed Bold";
    font-size: 2rem;
    color: #3c3c3b;
    color: #a81a8d; }
    @media screen and (max-width: 767px) {
      .error .content .rte h2 {
        font-size: 1.25rem; } }
  .error .content .rte p {
    font-family: "Roboto Condensed Regular";
    font-size: 1.375rem;
    color: #777c86; }
    @media screen and (max-width: 767px) {
      .error .content .rte p {
        font-size: 0.75rem; } }

@media screen and (min-width: 1199px) {
  .error .header .carousel-item__content {
    padding-left: 60px; }
  .error .content {
    margin-left: 40px; } }

.search-results {
  margin: 20px; }
  .search-results__form-row:first-child {
    display: none; }
  .search-results__form-row:last-child {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    border: 2px solid #a81a8d; }
    .search-results__form-row:last-child .search-results__form-header {
      display: none; }
    .search-results__form-row:last-child .search-results__form-field {
      width: 90%; }
      .search-results__form-row:last-child .search-results__form-field .search-results__query-field {
        width: 100%;
        height: 40px;
        background: transparent;
        border: none;
        padding-left: 15px;
        outline: none; }
    .search-results__form-row:last-child .search-results__button {
      width: 10%;
      padding: 0;
      cursor: pointer;
      background-color: #fff;
      border: none;
      outline: 0;
      border-radius: 30px; }
      .search-results__form-row:last-child .search-results__button::before {
        font-family: "Font Awesome 5 Free";
        font-size: pxToRem(16);
        font-weight: bold;
        line-height: 2em;
        color: #a81a8d;
        display: block;
        content: '\F002'; }
  .search-results__btn {
    border: none;
    background-color: transparent;
    font-size: 2rem;
    color: #3c3c3b; }
  .search-results__header span {
    font-family: "Roboto Condensed Bold"; }
  .search-results .search-results__results-container .search-results__list {
    padding-left: 0;
    list-style-type: none; }
    .search-results .search-results__results-container .search-results__list .search-results__element {
      margin-bottom: 40px; }
      .search-results .search-results__results-container .search-results__list .search-results__element .search-results__description span strong {
        color: #a81a8d; }
      .search-results .search-results__results-container .search-results__list .search-results__element .search-results__description .search-results__read-more.link {
        font-style: italic;
        color: #000;
        padding-left: 5px; }
      .search-results .search-results__results-container .search-results__list .search-results__element .search-results__title.link {
        font-family: "Roboto Condensed Bold";
        font-size: 1.375rem;
        display: block;
        color: #000;
        margin-bottom: 10px; }
        .search-results .search-results__results-container .search-results__list .search-results__element .search-results__title.link span {
          padding-bottom: 10px; }
  .search-results .search-results__results-container .search-results__btn-container {
    display: flex;
    justify-content: center; }
    .search-results .search-results__results-container .search-results__btn-container .search-results__btn {
      font-family: "Roboto Condensed Regular";
      font-size: 1.25rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 64px;
      min-width: 227px;
      padding: 0;
      cursor: pointer;
      background-color: #a81a8d;
      border: none;
      border-radius: 32px;
      height: 50px; }
      .search-results .search-results__results-container .search-results__btn-container .search-results__btn:hover {
        color: #fff;
        background-color: #800b63; }
      @media screen and (max-width: 767px) {
        .search-results .search-results__results-container .search-results__btn-container .search-results__btn {
          width: 100%; } }

@media screen and (min-width: 768px) {
  .search-results {
    margin: 30px; } }

@media screen and (min-width: 1200px) {
  .search-results {
    width: 1000px;
    margin: 0 auto; } }

.carousel-item__background-image {
  min-height: 230px;
  object-position: 60%; }

.carousel-item__content-wrapper--above {
  position: absolute; }

.carousel-item__content {
  position: absolute; }

@media screen and (min-width: 768px) {
  .carousel-item__description {
    width: 55%; } }

@media screen and (min-width: 1200px) {
  .carousel-item__description {
    width: 75%; } }

.frequently-questions-section
.carousel-item__content-wrapper--above
.carousel-item__description {
  width: 69%; }

.mobile-nav__close-button {
  outline: none; }

.main-header__bottom .main_header__contents .mobile-nav__first-lvl-nav-elements .mobile-nav__link-container--has-children .mobile-nav__link {
  padding: 0; }

.product-item-section__title h2 {
  max-width: 150px; }
  .product-item-section__title h2 span {
    color: #000; }

.product-item-section__text ul li {
  position: relative;
  list-style: none; }
  .product-item-section__text ul li::before {
    position: absolute;
    top: 11px;
    left: -10px;
    width: 3px;
    height: 3px;
    background-color: #777c86;
    border-radius: 50%;
    content: ''; }

.product-item-section .content-grid__column--size-6 {
  justify-content: center; }
  .product-item-section .content-grid__column--size-6 .image-as-link {
    max-width: 250px;
    max-height: 250px; }

@media screen and (min-width: 768px) {
  .product-item-section__text ul li::before {
    top: 16px;
    left: -12px;
    width: 6px;
    height: 6px; } }

@media screen and (min-width: 991px) {
  .product-item-section .content-grid__column--size-6 .image-as-link {
    max-width: 380px;
    max-height: 380px; } }

@media screen and (min-width: 1199px) {
  .product-item-section .content-grid__column--size-6 .image-as-link {
    max-width: 484px;
    max-height: 484px; } }

.promotion__section
.promotion-row__wrapper
.promotion__details
.promotion__name {
  font-family: "Roboto Condensed Bold";
  min-height: unset; }

.promotion__section .promotion-row__title {
  margin: 0 20px 40px 20px;
  word-wrap: break-word; }

@media screen and (min-width: 1200px) {
  .promotion__section
.promotion-row__wrapper
.promotion__details
.promotion__name {
    min-height: 80px; } }

.related-articles-section .related-articles__list .list-item .related-article__link {
  align-items: flex-start; }

.related-articles-section .related-articles__list .list-item .related-article__title {
  font-family: "Roboto Condensed Bold";
  font-size: 1.9375rem; }

.related-articles-section .related-articles__list .list-item .related-article__description, .related-articles-section .related-articles__list .list-item .related-article__title {
  margin-bottom: 0; }

.short-article-with-banner .rte-wrapper,
.short-article-with-banner .button-link {
  position: absolute;
  top: 5%;
  left: 45%;
  margin: 0;
  padding: 0; }

.short-article-with-banner .button-link.link {
  left: 48% !important; }

.short-article-with-banner .rte-wrapper {
  padding-right: 10px; }
  .short-article-with-banner .rte-wrapper h2 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0; }
  .short-article-with-banner .rte-wrapper p {
    font-size: 1rem; }

.short-article-with-banner .button-link {
  font-size: 1rem;
  top: 135px;
  left: 45%;
  width: 155px !important;
  height: 25px !important;
  min-width: unset;
  padding: 5px; }

.short-article-with-banner .image-as-link__image {
  min-height: 185px;
  object-position: 35%; }

@media screen and (min-width: 480px) {
  .short-article-with-banner .rte-wrapper {
    top: 20%; } }

@media screen and (min-width: 1200px) {
  .short-article-with-banner .rte-wrapper {
    left: 50%; }
    .short-article-with-banner .rte-wrapper h2 {
      margin-bottom: 15px; }
  .short-article-with-banner .button-link {
    top: 55%;
    left: 50%;
    width: 390px !important;
    height: 65px !important; } }

.short-article-section .content-grid__column:not(:first-child) {
  text-align: center; }

.why-choose-section__images-formula .content-grid__column--size-6 .rte-wrapper {
  width: 100%; }

.why-choose-section .product-item-section {
  flex-direction: column; }
  .why-choose-section .product-item-section .rte-wrapper ul li {
    font-family: "Roboto Condensed Bold"; }
  .why-choose-section .product-item-section .rte-wrapper .rte h1 {
    margin-bottom: 0; }
  .why-choose-section .product-item-section .rte-wrapper .rte p {
    font-size: 1.125rem; }
  .why-choose-section .product-item-section .image-as-link {
    margin-top: 0; }

.why-choose-section .carousel-item__btn {
  max-width: 150px;
  min-width: 150px; }

.why-choose-section .carousel-item__background-image {
  min-height: 310px; }

@media screen and (min-width: 768px) {
  .why-choose-section .carousel-item__btn {
    max-width: 380px;
    min-width: unset;
    margin: 0; }
  .why-choose-section .product-item-section {
    flex-direction: row; } }

@media screen and (min-width: 1200px) {
  .why-choose-section .carousel-item__btn {
    margin: 20px 60px; } }

@media screen and (min-width: 1600px) {
  .why-choose-section .carousel-item__btn {
    margin: 20px 0; } }

.contact-page .carousel-item__content-wrapper--above {
  background: linear-gradient(115deg, #fff 40%, rgba(255, 255, 255, 0.25) 65%, rgba(0, 0, 0, 0) 100%); }

.contact-page .carousel-item__background-image {
  object-position: 85%; }

.section__home-page .short-article-section .content-grid__column .rte-wrapper .rte h2 {
  text-align: left; }
  .section__home-page .short-article-section .content-grid__column .rte-wrapper .rte h2 span {
    color: #a81a8d; }

.section__home-page .slider-frame ul li:last-of-type .carousel-item__background-image {
  object-position: 85%; }

.section__home-page .slider-control-centerleft,
.section__home-page .slider-control-centerright {
  display: none; }

.section__home-page .carousel-item {
  height: 100%; }
  .section__home-page .carousel-item__description {
    margin-top: 110px; }
    .section__home-page .carousel-item__description:nth-child(2) {
      margin-top: 60px; }
    .section__home-page .carousel-item__description h1 {
      font-family: "Roboto Condensed Bold";
      font-size: 3.25rem;
      color: #a81a8d;
      max-width: 155px; }
      @media screen and (max-width: 767px) {
        .section__home-page .carousel-item__description h1 {
          font-size: 1.625rem; } }
      .section__home-page .carousel-item__description h1 a sup {
        font-size: 40%;
        top: -.75rem; }
    .section__home-page .carousel-item__description .image-banner-additional {
      position: absolute;
      top: -75px;
      left: 20px;
      max-width: 60px;
      margin-left: 0; }
    .section__home-page .carousel-item__description .footnote {
      position: absolute;
      top: -75px;
      left: 85px; }
  .section__home-page .carousel-item__background-image {
    min-height: 390px;
    object-position: 65%; }
  .section__home-page .carousel-item__btn {
    max-width: 165px;
    min-width: unset;
    margin: 0; }

.section__home-page .hero-banner ul .carousel-item__btn {
  max-width: 220px; }

.section__home-page .hero-banner ul li:last-of-type .image-banner-additional {
  top: -90px; }

@media screen and (min-width: 768px) {
  .section__home-page .slider-frame ul li:nth-of-type(2) .carousel-item .image-banner-additional {
    top: -50px;
    left: 350px; }
  .section__home-page .hero-banner ul li:last-of-type .image-banner-additional {
    top: -180px;
    max-width: 130px; }
  .section__home-page .carousel-item__content-wrapper--above {
    top: 45px; }
  .section__home-page .carousel-item__description {
    width: 55%; }
    .section__home-page .carousel-item__description h1 {
      max-width: unset; }
      .section__home-page .carousel-item__description h1 a sup {
        top: -1.25rem; }
    .section__home-page .carousel-item__description p.description-text {
      font-size: 2rem; }
  .section__home-page .carousel-item .image-banner-additional {
    top: -175px;
    left: 5px;
    max-width: unset; }
  .section__home-page .carousel-item .footnote {
    top: -175px;
    left: 135px; }
  .section__home-page .carousel-item__background-image {
    min-height: 688px; }
  .section__home-page .carousel-item__btn {
    max-width: 233px; }
  .section__home-page .slider-frame ul li:nth-of-type(2) .carousel-item__description {
    margin-top: 183px; } }

@media screen and (min-width: 1200px) {
  .section__home-page .slider-frame ul li:first-of-type .carousel-item .image-banner-additional {
    top: -230px;
    left: 60px; }
  .section__home-page .slider-frame ul li:nth-of-type(2) .carousel-item .image-banner-additional {
    left: 400px; }
  .section__home-page .slider-frame ul li:last-of-type .carousel-item .image-banner-additional {
    top: unset;
    left: unset; }
  .section__home-page .carousel-item .image-banner-additional {
    top: -230px; }
  .section__home-page .carousel-item .footnote {
    top: -230px;
    left: 190px; }
  .section__home-page .carousel-item__description {
    width: unset; }
  .section__home-page .carousel-item__btn {
    max-width: 410px; } }

@media screen and (min-width: 1600px) {
  .section__home-page .slider-frame ul li:first-of-type .carousel-item .image-banner-additional {
    top: -203px;
    left: 10px; }
  .section__home-page .carousel-item .footnote {
    top: -200px;
    left: 140px; }
  .section__home-page .slider-frame ul li:nth-of-type(2) .carousel-item .image-banner-additional {
    top: -80px;
    left: 350px; }
  .section__home-page .carousel-item__description {
    margin-top: unset; } }

.product-page__header {
  height: 170px; }
  .product-page__header .carousel-item__background-image {
    height: 170px;
    object-position: 60%; }
  .product-page__header .carousel-item__description h1 {
    font-family: "Roboto Condensed Bold";
    font-size: 3.25rem;
    color: #a81a8d;
    max-width: 155px; }
    @media screen and (max-width: 767px) {
      .product-page__header .carousel-item__description h1 {
        font-size: 1.625rem; } }
  .product-page__header .carousel-item__description p {
    max-width: 175px; }
    .product-page__header .carousel-item__description p span {
      font-size: 0.5625rem; }
  .product-page__header .carousel-item__content-wrapper--above {
    position: absolute; }

@media screen and (max-width: 480px) {
  .product-page__header .carousel-item__description h1 {
    font-size: 1.375rem; } }

@media screen and (min-width: 768px) {
  .product-page__header {
    height: unset; }
    .product-page__header .carousel-item__background-image {
      height: 365px; }
    .product-page__header .carousel-item__description h1 {
      max-width: unset; }
    .product-page__header .carousel-item__description p {
      max-width: unset; }
      .product-page__header .carousel-item__description p span {
        font-size: unset; } }

