@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  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: Effra;
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/effra/Effra_Std_Rg.ttf)
}

@font-face {
  font-family: Effra;
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/effra/Effra_Std_Lt.ttf)
}

@font-face {
  font-family: Effra;
  font-style: normal;
  font-weight: 600;
  src: url(/static/fonts/effra/Effra_Std_Md.ttf)
}

@font-face {
  font-family: Effra;
  font-style: normal;
  font-weight: 700;
  src: url(/static/fonts/effra/Effra_Std_Bd.ttf)
}

.accordion {
  margin-bottom: 30px;
  padding: 0
}

.accordion__trigger {
  color: #1e63a0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  border: 0
}

.accordion__trigger:after {
  position: static;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  background-image: url(/static/arrow_down.svg);
  content: ""
}

.accordion__text {
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #b71774;
  max-width: 70%;
  margin-left: 20px
}

.accordion__inner {
  color: #707070
}

.accordion__inner p {
  font-size: 1.125rem
}

.accordion__inner .recipe {
  font-weight: 300;
  color: #707070;
  text-align: center
}

.accordion__inner .recipe ul {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none
}

.accordion__inner .recipe ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 30px
}

.accordion__inner .recipe ul li .carousel-item__image {
  align-self: center;
  width: auto;
  margin-bottom: 30px
}

.breadcrumbs {
  display: none
}

@media screen and (min-width:768px) {
  .breadcrumbs {
    position: relative;
    z-index: 2;
    display: block
  }

  .breadcrumbs:before {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 90px;
    background-color: #fff;
    content: " "
  }

  .faq-page .breadcrumbs:before,
  .products-grid .breadcrumbs:before,
  .search-page .breadcrumbs:before,
  .sitemap-page .breadcrumbs:before,
  .text-page .breadcrumbs:before {
    display: none
  }
}

@media screen and (min-width:768px) {
  .breadcrumbs {
    font-size: .875rem;
    display: block
  }

  .breadcrumbs__items {
    display: flex;
    width: 1120px;
    margin: 15px auto 0;
    padding: 0 15px
  }

  .breadcrumbs__item {
    color: #1e63a0
  }

  .breadcrumbs__item:after {
    margin: 0 5px;
    content: ">"
  }

  .breadcrumbs__item:last-of-type:after {
    display: none
  }
}

a.button-link,
a.carousel-item__btn,
a.search-results__btn,
button.button-link,
button.carousel-item__btn,
button.search-results__btn {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 12px 40px 13px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263)
}

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

.carousel-item,
.carousel-item__content-image {
  width: 100%
}

.carousel-item__content-image img {
  height: 100%
}

.carousel-3d {
  margin-bottom: 80px !important
}

.carousel-3d .carousel {
  max-width: 100%;
  margin: 0 auto 65px
}

.carousel-3d .slider-single {
  transition: z-index 0ms 0ms !important
}

.carousel-3d .slider-single .carousel-item__content {
  display: none
}

.carousel-3d .slider-single.active {
  position: relative !important;
  margin-top: 40px
}

.carousel-3d .slider-single.active .carousel-item--image {
  margin-bottom: 0
}

.carousel-3d .slider-single.active .carousel-item__content {
  position: static;
  display: block
}

.carousel-3d .slider-single.active .carousel-item__content-wrapper {
  flex-direction: column
}

.carousel-3d .react-3d-carousel {
  height: auto !important;
  margin-bottom: 50px
}

.carousel-3d .react-3d-carousel .slider-container {
  position: relative
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
  transform: translateX(-25%) translateY(10%) scale(.8)
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
  transform: translateX(25%) translateY(10%) scale(.8)
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive,
.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive {
  opacity: 1;
  visibility: visible
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content,
.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
  opacity: .7
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content .carousel-item__image,
.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content .carousel-item__image {
  transform: scale(.8)
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactivede,
.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactivede {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity .5s linear
}

.carousel-3d .react-3d-carousel .slider-container .slider-left,
.carousel-3d .react-3d-carousel .slider-container .slider-right {
  height: 100%
}

.carousel-3d .react-3d-carousel .slider-container .slider-left div,
.carousel-3d .react-3d-carousel .slider-container .slider-right div {
  top: calc(100% + 65px);
  width: 34px;
  height: 34px;
  padding: 0;
  background-color: transparent;
  background-size: cover;
  border: 0
}

.carousel-3d .react-3d-carousel .slider-container .slider-left div i,
.carousel-3d .react-3d-carousel .slider-container .slider-right div i {
  display: none
}

.carousel-3d .react-3d-carousel .slider-container .slider-right div {
  position: absolute;
  top: 55%;
  right: 0;
  background-image: url(/static/arrow-3d-carousel-right-mobile.png)
}

.carousel-3d .react-3d-carousel .slider-container .slider-left div {
  position: absolute;
  top: 55%;
  left: 0;
  background-image: url(/static/arrow-3d-carousel-left-mobile.png)
}

.carousel-3d .react-3d-carousel .slider-container .slider-content {
  display: flex;
  width: 90%
}

.carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
  box-shadow: none
}

.carousel-recipes {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important
}

.carousel-recipes .carouse-select-steps,
.carousel-recipes .slider-control-bottomcenter {
  display: none
}

.carousel-recipes .slider-slide:active,
.carousel-recipes .slider-slide:focus {
  outline: none
}

.carousel-recipes .articles-carousel__next-slide-btn--inactive,
.carousel-recipes .articles-carousel__prev-slide-btn--inactive {
  opacity: .5
}

.carousel-recipes .articles-carousel__item-content {
  flex-direction: column;
  padding: 0 30px
}

.carousel-recipes .articles-carousel__item-details-wrapper,
.carousel-recipes .articles-carousel__item-image {
  width: 100%
}

.carousel-recipes .articles-carousel__item-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px
}

.carousel-recipes div[class^=slider-control] {
  top: calc(100% + 55px) !important
}

.carousel-recipes div[class^=slider-control] button {
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: none;
  transform-origin: 50% 50%
}

.carousel-recipes div[class^=slider-control] span {
  display: none
}

.carousel-recipes div[class^=slider-control].slider-control-centerleft {
  left: calc(50% - 65px) !important
}

.carousel-recipes div[class^=slider-control].slider-control-centerleft button {
  transform: rotate(-180deg)
}

.carousel-recipes div[class^=slider-control].slider-control-centerright {
  right: calc(50% - 65px) !important
}

@media screen and (min-width:768px) {
  .carousel-3d {
    margin-bottom: 150px !important
  }

  .carousel-3d .carousel-item__content {
    max-width: 60%
  }

  .carousel-3d .react-3d-carousel {
    margin-bottom: 50px
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
    transform: translateX(-19%) translateY(5%) scale(.65)
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
    transform: translateX(19%) translateY(5%) scale(.65)
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content .carousel-item__image,
  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content .carousel-item__image {
    transform: none
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-left div,
  .carousel-3d .react-3d-carousel .slider-container .slider-right div {
    top: 40%;
    padding: 15px;
    background-size: cover;
    border: 0
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-left div i,
  .carousel-3d .react-3d-carousel .slider-container .slider-right div i {
    display: none
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-right div {
    right: -30px;
    left: auto;
    background-image: url(/static/arrow-3d-carousel-right.png)
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-left div {
    right: auto;
    left: -30px;
    background-image: url(/static/arrow-3d-carousel-left.png)
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content {
    width: 90%
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
    box-shadow: none
  }

  .carousel-recipes {
    margin: 40px 0 !important
  }

  .carousel-recipes .articles-carousel__item-details-wrapper {
    width: calc(100% - 30px)
  }

  .carousel-recipes .articles-carousel__item-title {
    font-size: 1.25rem
  }

  .carousel-recipes .articles-carousel__item-content {
    padding: 0
  }

  .carousel-recipes div[class^=slider-control] {
    top: unset !important;
    bottom: calc(100% + 55px)
  }

  .carousel-recipes div[class^=slider-control].slider-control-centerleft {
    left: 35% !important
  }

  .carousel-recipes div[class^=slider-control].slider-control-centerright {
    right: 35% !important
  }
}

@media screen and (min-width:992px) {
  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
    transform: translateX(-15%) translateY(5%) scale(.65)
  }

  .carousel-3d .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
    transform: translateX(15%) translateY(5%) scale(.65)
  }

  .carousel-recipes div[class^=slider-control] .slider-control-centerleft {
    left: 40% !important
  }

  .carousel-recipes div[class^=slider-control] .slider-control-centerright {
    right: 40% !important
  }
}

.error-404 {
  color: #7796b2
}

.error-404 .content-grid__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh
}

.error-404 .content-grid__column h2,
.error-404 .content-grid__column h4 {
  margin-top: 0;
  margin-bottom: 0
}

.error-404 .content-grid__column h2 {
  font-size: 8rem
}

.error-404 .content-grid__column h4 {
  font-size: 1.875rem;
  margin-top: 15px
}

.main_header__contents {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end
}

.main-header {
  position: relative;
  z-index: 3;
  max-width: 100%;
  background-color: #fff
}

.main-header .country-selector,
.main-header__top {
  display: none
}

.main-header__bottom {
  height: 65px;
  max-width: 100%;
  padding: 15px
}

.main-header__bottom .wrapper {
  display: flex
}

.main-header__logo-link {
  position: relative;
  z-index: 0;
  width: 175px;
  height: 35px;
  overflow: hidden
}

.main-header__logo-link img {
  position: absolute;
  top: 50%;
  left: -5px;
  width: auto;
  transform: translateY(-50%)
}

@media screen and (min-width:992px) {
  .main-header__top {
    display: none
  }

  .main-header__bottom {
    width: 1120px;
    height: unset;
    margin: 0 auto;
    padding: 20px 15px
  }

  .main-header__logo {
    margin-right: 20px
  }

  .main-header__logo-link {
    display: block;
    height: 35px
  }

  .main_header__contents {
    display: flex;
    flex-grow: 1;
    justify-content: space-between
  }

  .wrapper--main-header__bottom-items {
    display: flex
  }
}

.main-footer {
  font-size: 1.125rem;
  color: #003263;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 15px;
  background-color: #fff
}

.main-footer__top {
  margin-top: 30px;
  margin-bottom: 20px
}

.main-footer__top .footer-regulatory-text>p img {
  display: inline-block;
  margin: 0 10px
}

.main-footer__bottom {
  width: 100%;
  margin-top: 30px
}

.main-footer__bottom__text {
  font-size: .875rem;
  color: #707070;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%
}

.main-footer__bottom .footer-links__element {
  width: 100%;
  padding: 10px 0
}

.main-footer .footer-social-links {
  display: none
}

@media screen and (min-width:768px) {
  .main-footer {
    text-align: unset;
    position: relative;
    z-index: 2;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 140px;
    background-color: #fff
  }

  .main-footer__top-disclaimer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100vw;
    padding: 30px 30px 40px
  }

  .main-footer__top-disclaimer p {
    margin: 0
  }

  .main-footer__bottom,
  .main-footer__top {
    margin: 0 15px
  }

  .main-footer__top .footer-regulatory-text>p {
    color: #003263;
    margin: 0;
    padding: 0 0 20px
  }

  .main-footer__top .footer-regulatory-text>p img {
    display: inline-block;
    margin-right: 10px
  }

  .main-footer__top .footer-social-links__title {
    display: none
  }

  .main-footer__top .footer-social-links__elements {
    display: flex
  }

  .main-footer__top .footer-social-links__text {
    display: none
  }

  .main-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 50%;
    height: 100%;
    margin-top: 0
  }

  .main-footer__bottom .footer-links__element {
    display: inline-block;
    width: 50%;
    padding: 0 0 20px
  }

  .main-footer__bottom__text {
    font-size: .875rem;
    color: #707070;
    margin-top: 20px;
    white-space: nowrap
  }
}

@media screen and (min-width:992px) {
  .main-footer {
    padding-bottom: 140px
  }
}

@media screen and (min-width:1200px) {
  .main-footer {
    padding: 30px calc((100vw - 1120px)/2) 120px
  }

  .main-footer__bottom {
    margin: 0
  }

  .main-footer__top-disclaimer {
    padding: 30px calc((100vw - 1120px)/2) 40px
  }
}

.main-title {
  display: none;
  padding: 0 15px
}

.main-title__header {
  font-weight: 400;
  color: #003263;
  text-transform: uppercase;
  margin: 30px auto
}

@media screen and (min-width:768px) {
  .main-title__header {
    width: 1120px;
    padding-left: 15px
  }
}

.mobile-nav--open {
  display: block
}

.mobile-nav--closed,
.mobile-nav__header-links-container {
  display: none
}

.mobile-nav__close-button {
  display: block;
  width: 30px;
  height: 30px;
  margin: 3px 15px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/static/icon-menu.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border: none
}

.mobile-nav-container {
  display: block
}

.mobile-nav__panel {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: #fff
}

.mobile-nav__panel .navigation-list {
  flex-direction: column
}

.mobile-nav__panel .navigation-list .main-nav__link {
  margin: 0;
  padding: 0
}

.mobile-nav__panel .navigation-list .main-nav__link.link--active,
.mobile-nav__panel .navigation-list .main-nav__link:hover {
  color: #fff;
  background-color: #1e63a0
}

.mobile-nav__panel .navigation-list .main-nav__link:after {
  display: none
}

.mobile-nav__panel .navigation-list .main-nav__link-container {
  width: 100%;
  height: 65px
}

.mobile-nav__link {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0
}

.mobile-nav__link-container {
  position: relative;
  height: 65px;
  border-bottom: 1px solid #1e63a0
}

.mobile-nav__link-container:last-of-type {
  border-bottom: none
}

.mobile-nav__link.link--active,
.mobile-nav__link:hover {
  color: #fff;
  background-color: #1e63a0
}

.main-nav,
.main-nav__toggle {
  display: none
}

@media screen and (min-width:992px) {
  .mobile-nav-container {
    display: none
  }

  .main-nav {
    display: block
  }

  .main-nav__toggle {
    display: none
  }

  .main-nav__link {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 15px;
    padding: 0 5px
  }

  .main-nav__link:after {
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1%;
    height: 2px;
    background-color: #0d4da0;
    content: "";
    opacity: 0;
    transform: translateX(-50%)
  }

  .main-nav__link.link--active:after,
  .main-nav__link:hover:after {
    width: 100%;
    opacity: 1
  }
}

.product-details>* {
  margin: 0
}

.product-details a,
.product-details button {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 11px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box
}

.product-details__subtitle,
.product-details__title {
  font-size: 1.25rem
}

.product-details__title {
  color: #1e63a0;
  margin: 0
}

.product-details__subtitle {
  font-weight: 300;
  color: #707070;
  margin: 0
}

.product-details__open a {
  color: #1e63a0;
  background: transparent;
  border: 2px solid #1e63a0 !important;
  margin-top: 20px
}

.product-details__more a,
.product-details__more button {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 12px 10px
}

.product-details__more a:focus+.product-logotypes,
.product-details__more a:target+.product-logotypes,
.product-details__more button:focus+.product-logotypes,
.product-details__more button:target+.product-logotypes {
  opacity: 1;
  visibility: visible
}

.product-logotypes {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease
}

.product-logotypes:focus,
.product-logotypes:target {
  opacity: 1;
  visibility: visible
}

.product-logotypes__modal {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 360px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px
}

.product-logotypes__modal a {
  background: none;
  box-shadow: none
}

.product-logotypes__modal p {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr)
}

.product-logotypes__modal p a {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .4)
}

.product-logotypes__modal .product-logotypes__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 10px;
  height: 10px;
  margin: -5px -15px;
  opacity: .3
}

.product-logotypes__modal .product-logotypes__close:hover {
  opacity: 1
}

.product-logotypes__modal .product-logotypes__close:after,
.product-logotypes__modal .product-logotypes__close:before {
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #333;
  content: " "
}

.product-logotypes__modal .product-logotypes__close:before {
  transform: rotate(45deg)
}

.product-logotypes__modal .product-logotypes__close:after {
  transform: rotate(-45deg)
}

@media screen and (min-width:768px) {

  .product-details a,
  .product-details button {
    padding: 10px 20px 11px
  }

  .product-details__more a,
  .product-details__more button {
    padding: 12px 40px
  }
}

.promotion {
  margin-bottom: 30px
}

.promotion--col-2,
.promotion--col-3 {
  width: 100%
}

.promotion-row__view-switch {
  display: none
}

.promotion-row__wrapper {
  flex-direction: column
}

.promotion-row__title {
  font-size: 1.875rem;
  font-weight: 300;
  color: #1e63a0;
  text-align: center;
  margin-bottom: 30px
}

.promotion-row+.button-link,
.promotion-row+.search-results__btn {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  color: #1e63a0;
  background: transparent;
  border: 2px solid #1e63a0 !important;
  max-width: 400px
}

.promotion__image {
  height: 194px;
  margin-bottom: -30px;
  object-fit: cover
}

.promotion__details {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.promotion__description,
.promotion__link-wrapper,
.promotion__name {
  text-align: center;
  margin-top: 20px;
  padding: 0 15px
}

.promotion__description,
.promotion__name {
  text-align: left;
  display: inline-block;
  background-color: #fff
}

.promotion__name {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e63a0;
  padding: 20px 15px
}

.promotion__description {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #363636;
  margin-top: -10px;
  margin-bottom: 20px
}

.promotion__description:first-of-type a {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  color: #1e63a0;
  background: transparent;
  border: 2px solid #1e63a0 !important;
  line-height: 1;
  width: 100%;
  margin-top: 15px
}

.promotion__description p {
  margin-bottom: 0
}

.promotion__link-wrapper {
  margin-top: 20px
}

.promotion__link-wrapper .link {
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  width: 100%;
  box-shadow: none
}

@media screen and (min-width:768px) {
  .promotion {
    text-align: left;
    width: 400px;
    margin-bottom: 65px
  }

  .promotion__link-wrapper {
    text-align: left;
    margin-top: auto
  }

  .promotion__details {
    max-width: none;
    min-width: 0
  }

  .promotion-row__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
  }

  .promotion-row+.button-link,
  .promotion-row+.search-results__btn {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 12px 40px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    box-sizing: border-box;
    color: #1e63a0;
    background: transparent;
    border: 2px solid #1e63a0 !important;
    width: 400px !important
  }

  .promotion--col-3 {
    width: 32%
  }

  .promotion--col-2 {
    width: 400px
  }

  .promotion__link-wrapper .link {
    width: 260px
  }
}

@media screen and (min-width:1200px) {
  .promotion-row__wrapper {
    justify-content: space-between;
    padding: 0 90px
  }
}

.product-grid .promotion {
  text-align: center
}

.product-grid .promotion__link-wrapper .link {
  width: 100%
}

.product-grid .promotion__description {
  margin-top: 0;
  margin-bottom: 15px
}

.product-grid .promotion__image {
  align-self: center;
  width: auto;
  height: auto
}

.search-box {
  display: none
}

.search-results {
  min-height: 60vh
}


.sk-search-pager {
  text-align: center;
  margin-bottom: 50px;
}

.search-results {
  opacity: 0;
  transition: opacity 0.6s ease-in;
  min-height: 100vh;
}

.sr-only {
  display: none;
  visibility: hidden;
}


.pagination-search {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-search > li {
  display: inline;
}
.pagination-search > li > a,
.pagination-search > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1e63a0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-search > li:first-child > a,
.pagination-search > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-search > li:last-child > a,
.pagination-search > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-search > li > a:hover,
.pagination-search > li > span:hover,
.pagination-search> li > a:focus,
.pagination-search > li > span:focus {
  z-index: 2;
  color: #1e63a0;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination-search > .active > a,
.pagination-search > .active > span,
.pagination-search > .active > a:hover,
.pagination-search > .active > span:hover,
.pagination-search > .active > a:focus,
.pagination-search > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1e63a0;
  border-color: #1e63a0;
  cursor: default;
}
.pagination-search > .disabled > span,
.pagination-search > .disabled > span:hover,
.pagination-search > .disabled > span:focus,
.pagination-search > .disabled > a,
.pagination-search > .disabled > a:hover,
.pagination-search > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.search-results__header {
  color: #7796b2;
  padding: 0 15px
}

.search-results__form {
  display: none
}

.search-results__list {
  padding: 0 15px;
  list-style: none
}

.search-results__read-more {
  margin-left: 15px
}

.search-results__element {
  margin: 0;
  padding: 20px;
  border-bottom: 1px dotted #7796b2
}

.search-results__element:hover {
  background-color: rgba(0, 0, 0, .05)
}

.search-results__title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px
}

.search-results__description {
  color: #363636
}

.search-results__btn {
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  margin: 30px 0
}

.search-results__btn-container {
  padding: 0 15px
}

@media screen and (min-width:992px) {
  .search-box {
    display: block
  }

  .search-box__field {
    font-size: 1.25rem;
    font-weight: 300;
    width: 135px;
    height: 35px;
    padding: 15px 10px 15px 50px;
    background-color: transparent;
    background-image: url(/static/icon-search.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    border: 2px solid #0d4da0;
    border-radius: 17px
  }

  .search-box__field:active,
  .search-box__field:focus {
    outline: none
  }

  .search-box__field::-ms-placeholder {
    color: #1e63a0;
    opacity: 1
  }

  .search-box__field::placeholder {
    color: #003263;
    opacity: 1
  }

  .search-box__btn {
    display: none
  }

  .search-results {
    width: 1120px;
    margin: 0 auto
  }
}

.section--bottom-image {
  width: 100%;
  margin-top: 0;
  padding: 0
}

.section--bottom-image .image-as-link {
  overflow: hidden
}

.section--bottom-image .image-as-link__image {
  display: block;
  width: auto;
  max-width: min-content;
  transform: translateX(-40%)
}

.section--bottom-image>.content-grid__column {
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none
}

@media screen and (min-width:768px) {

  .articles-page .section--bottom-image,
  .recipe-page .section--bottom-image,
  .recipes-page .section--bottom-image {
    margin-top: 40px
  }

  .articles-page .section--bottom-image .image-as-link__image,
  .recipe-page .section--bottom-image .image-as-link__image,
  .recipes-page .section--bottom-image .image-as-link__image {
    width: 100%;
    transform: unset
  }

  .product-page .section--bottom-image,
  .products-grid .section--bottom-image,
  .recipe-page .section--bottom-image {
    display: none
  }
}

.section--container {
  padding-right: calc((100vw - 1120px)/2);
  padding-left: calc((100vw - 1120px)/2)
}

.section--container h3 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #003263;
  text-transform: uppercase;
  margin-bottom: 40px
}

.section--fullsizeimage {
  margin-top: unset
}

.section--take-a-test {
  display: flex;
  height: 310px;
  padding-bottom: 5px
}

.section--take-a-test .content-grid__column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: url(/static/backgrounds/main-background-yellow.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover
}

.section--take-a-test .content-grid__column .rte {
  display: flex;
  flex-direction: column;
  align-items: center
}

.section--take-a-test .content-grid__column h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0
}

.section--take-a-test .content-grid__column p {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  max-width: 315px;
  margin: 15px 0 20px
}

.section--take-a-test .content-grid__column h2,
.section--take-a-test .content-grid__column p {
  color: #003263
}

.section--take-a-test .content-grid__column p a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 315px;
  padding: 12px 40px 13px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263)
}

@media screen and (min-width:768px) {
  .section--take-a-test {
    height: 210px;
    margin-top: -4px;
    padding-top: 4px;
    background-color: #fff
  }

  .section--take-a-test .content-grid__column h2 {
    font-size: 1.5rem;
    font-weight: 600
  }

  .section--take-a-test .content-grid__column p {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 504px;
    margin: 5px 0 20px
  }

  .section--take-a-test .content-grid__column p a {
    width: 260px
  }
}

@media screen and (min-width:1600px) {
  .section--take-a-test {
    margin-top: 4px;
    padding-top: 0
  }

  .section--take-a-test .content-grid__column {
    background-position: 100% 75%
  }
}

.section--home__top {
  border-top: none
}

.section--home__content {
  width: 100%;
  padding: 0 15px
}

.section--home__read-more {
  width: 100%;
  padding: 15px 15px 65px;
  background-color: transparent;
  background-image: url(/static/backgrounds/bg-home-mobile-bottom.png);
  background-position: top;
  background-size: contain
}

.section--home__read-more .promotion-row__title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px
}

.section--home__read-more .promotion-row__wrapper {
  flex-direction: column;
  width: 100%
}

.section--home__read-more .promotion-row .promotion__name {
  position: relative
}

.section--home__read-more .content-grid__column>.button-link,
.section--home__read-more .content-grid__column>.search-results__btn,
.section--home__read-more .promotion-row .promotion .button-link,
.section--home__read-more .promotion-row .promotion .search-results__btn {
  width: 100%
}

.section--home__read-more .content-grid__column {
  text-align: center
}

.section--home__read-more .content-grid__column>.button-link,
.section--home__read-more .content-grid__column>.search-results__btn {
  font-size: 1.125rem;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  background: none;
  background-color: transparent;
  border-color: #fff !important;
  box-shadow: none
}

.section--home__carousel--3d {
  margin-bottom: 130px;
  /*  background-image: url(/static/backgrounds/middle-3.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: 500%
}

.section--home__carousel--3d .carouse-select-steps {
  display: none
}

.section--home__carousel--3d .rte-wrapper .rte h3 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1e63a0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 0
}

.section--home__carousel--3d .carousel-item__content {
  text-align: center;
  bottom: 90px;
  left: 50%
}

.section--home__carousel--3d .carousel-item__content-image {
  position: relative;
  width: auto
}

.section--home__carousel--3d .carousel-item__content-header {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b71774;
  text-transform: uppercase;
  margin: 30px 0 10px
}

.section--home__carousel--3d .carousel-item__description {
  font-size: 1.125rem;
  font-weight: 300;
  color: #363636
}

.section--home__carousel--3d .carousel-item__description p {
  margin: 0
}

.section--home__carousel--3d .carousel-item__description p sup {
  position: static
}

.section--home__carousel--3d .carousel-item__btn {
  width: 100%;
  margin-top: 10px
}

.section--home__carousel--desktop {
  display: none
}

.section--home__carousel--mobile .carousel-item__content-wrapper a {
  flex: 1 0 0
}

@media screen and (min-width:576px) {
  .section--home__read-more {
    padding: 15px
  }

  .section--home__read-more .content-grid__column>.button-link,
  .section--home__read-more .content-grid__column>.search-results__btn {
    margin-top: 30px
  }
}

@media screen and (min-width:768px) {
  .section--home__top {
    border-bottom: 4px solid #fff
  }

  .section--home__top .content-grid__column:first-of-type .image-as-link {
    height: 100%
  }

  .section--home__top .content-grid__column:first-of-type .image-as-link__image {
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%
  }

  .section--home__content {
    width: 1120px;
    margin: 0 auto
  }

  .section--home__carousel--3d {
    margin-bottom: 100px;
    background-position: top 33% center;
    background-size: 100%
  }

  .section--home__carousel--3d .carousel-item__content-header {
    font-size: 2.25rem;
    display: inline-block;
    width: fit-content;
    margin: 0 0 15px
  }

  .section--home__carousel--3d .carousel-item__description {
    font-size: 1.5rem
  }

  .section--home__carousel--3d .carousel-item__btn {
    width: 400px;
    margin-top: 30px
  }

  .section--home__carousel--desktop {
    display: flex
  }

  .section--home__carousel--mobile,
  .section--home__carousel .carouse-select-steps {
    display: none
  }

  .section--home__carousel .carousel-item__content {
    text-align: center;
    bottom: 90px;
    left: 50%
  }

  .section--home__carousel .carousel-item__content-image {
    position: relative;
    width: auto
  }

  .section--home__carousel .carousel-item__content-header {
    font-size: 2.25rem
  }

  .section--home__carousel .carousel-item__description {
    font-size: 1.5rem
  }

  .section--home__carousel .carousel-item__image {
    height: calc(100% - 200px)
  }

  .section--home__carousel .carousel-item__btn {
    margin-top: 40px
  }

  .section--home__carousel--simple .carouse-select-steps {
    display: none
  }

  .section--home__carousel--simple .rte-wrapper .rte h3 {
    font-size: 2.25rem;
    color: #003263;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 0
  }

  .section--home__carousel--simple .carousel-item__content {
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 2;
    width: 400px;
    transform: translateX(-50%)
  }

  .section--home__carousel--simple .carousel-item__content-wrapper .link {
    display: block;
    width: 100%
  }

  .section--home__carousel--simple .carousel-item__content-image {
    position: relative;
    width: auto
  }

  .section--home__carousel--simple .carousel-item__content-header {
    color: #ba1d81;
    text-transform: uppercase
  }

  .section--home__carousel--simple .carousel-item__image {
    width: 100%
  }

  .section--home__carousel--simple .carousel-item__btn {
    width: 100%;
    margin-top: 40px
  }

  .section--home__read-more {
    position: relative;
    max-width: 1285px;
    margin: 0 auto;
    padding: 120px 0 250px;
    background-color: transparent;
    background-image: url(/static/backgrounds/bg-read-more.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  .section--home__read-more .content-grid__column>.button-link,
  .section--home__read-more .content-grid__column>.search-results__btn {
    color: #c3a151;
    border: 2px solid #c3a151
  }

  .section--home__read-more .content-grid__column {
    text-align: center
  }

  .section--home__read-more .content-grid__column>.button-link,
  .section--home__read-more .content-grid__column>.search-results__btn {
    color: #fff;
    width: 400px;
    margin-top: 0;
    border-color: #fff !important
  }

  .section--home__read-more .promotion-row {
    text-align: left
  }

  .section--home__read-more .promotion-row__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0 40px
  }

  .section--home__read-more .promotion-row__wrapper .promotion {
    width: 325px
  }

  .section--home__read-more .promotion-row__wrapper .promotion__description {
    margin: 10px 0 15px
  }

  .section--home__read-more .promotion-row__wrapper .promotion .button-link,
  .section--home__read-more .promotion-row__wrapper .promotion .search-results__btn {
    width: 260px;
    box-shadow: none
  }
}

@media screen and (min-width:1200px) {
  .section--home__read-more {
    max-width: unset;
    margin-bottom: 200px;
    padding: 200px 0 240px;
    background-image: url(/static/backgrounds/bg-read-more_1920px.png);
    background-size: auto 100%
  }

  .section--home__read-more .promotion-row__wrapper {
    width: 1120px;
    margin: 0 auto;
    padding: 0 100px
  }

  .section--home__read-more .promotion-row__wrapper .promotion {
    min-width: 403px;
    margin: 0 40px 65px
  }
}

@media screen and (min-width:1600px) {
  .section--home__carousel--simple {
    height: calc(100vh - 80px)
  }

  .section--home__carousel--simple .content-grid__column div:first-of-type {
    height: 100%
  }

  .section--home__carousel--simple .slider,
  .section--home__carousel--simple .slider .slider-list,
  .section--home__carousel--simple .slider .slider-list .slider-slide {
    height: 100% !important
  }

  .section--home__carousel--simple .slider .slider-list .slider-slide .link {
    position: relative;
    height: 100%
  }

  .section--home__carousel--simple .slider .slider-list .slider-slide .link img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width:1920px) {
  .section--home__carousel--simple {
    max-height: 1072px
  }
}

.home-page .section--image-text .carousel-item__content-image {
  display: none
}

.section--image-text {
  margin-top: -5px;
  padding-top: 5px;
  background-color: #f2f9fc;
  border-bottom: 4px solid #f2f9fc
}

.section--image-text .carousel-item__content {
  width: 100%;
  margin-left: 0;
  padding: 15px
}

.section--image-text .carousel-item__content-header {
  font-size: 2.25rem;
  font-weight: 400;
  color: #b71774;
  margin: 0
}

.section--image-text .carousel-item__content-wrapper {
  flex-direction: column
}

.section--image-text .carousel-item__content-wrapper:after {
  display: none
}

.section--image-text .carousel-item__content-image {
  position: static;
  height: auto
}

.section--image-text .carousel-item__image {
  max-height: 280px;
  object-fit: cover;
  object-position: bottom right
}

.section--image-text .carousel-item__description {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.35em;
  color: #004d92
}

.section--image-text .carousel-item__description h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1e63a0
}

@media screen and (min-width:768px) {
  .home-page .section--image-text .carousel-item__content-image {
    display: unset
  }

  .section--image-text .carousel-item__image {
    max-height: 360px
  }
}

@media screen and (min-width:992px) {
  .section--image-text {
    position: relative
  }

  .section--image-text .carousel-item__content {
    position: relative;
    z-index: 2;
    width: 590px;
    padding: 65px 0
  }

  .section--image-text .carousel-item__content-wrapper {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start
  }

  .section--image-text .carousel-item__content-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
  }

  .section--image-text .carousel-item__content-image img {
    object-position: bottom right
  }

  .section--image-text .carousel-item__content-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: -1px;
    display: unset;
    background: linear-gradient(90deg, #f2f9fc 5%, transparent 50%);
    content: ""
  }

  .section--image-text .carousel-item__image {
    width: 100%;
    height: 100%;
    max-height: unset;
    object-fit: cover;
    object-position: top right
  }

  .section--image-text .carousel-item__description {
    font-size: 1.5rem
  }

  .section--image-text .carousel-item__description p strong {
    font-weight: 700
  }

  .section--image-text .carousel-item__description p strong:first-of-type,
  .section--image-text .carousel-item__description p strong:last-of-type {
    color: #fd942f
  }

  .section--image-text .carousel-item__description p strong:nth-of-type(2),
  .section--image-text .carousel-item__description p strong:nth-of-type(4) {
    color: #b71774
  }
}

@media screen and (min-width:1200px) {
  .section--image-text .carousel-item__content {
    margin-left: calc((100vw - 1120px)/2)
  }
}

@media screen and (min-width:1920px) {
  .section--image-text .carousel-item__content {
    margin-left: 130px
  }
}

#__next .section--recipe-tiles {
  display: none
}

#__next .section--recipe-carousel .react-3d-carousel {
  min-height: 420px
}

#__next .section--recipe-carousel .carousel-item__description {
  display: none
}

#__next .section--recipe-carousel .carousel-item__content-header {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e63a0;
  text-align: center;
  text-transform: uppercase
}

#__next .section--recipe-carousel .carousel-item__content-header a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 290px;
  max-height: 290px;
  margin: 0 auto;
  content: ""
}

#__next .section--recipe-carousel .carousel-item__content-image {
  width: 100vw;
  height: 100vw;
  max-width: 290px;
  max-height: 290px
}

#__next .section--recipe-carousel .carousel-item__content-image img {
  object-fit: cover
}

#__next .section--recipe-carousel .slider-container .slider-left div {
  top: 110%;
  left: 30vw
}

#__next .section--recipe-carousel .slider-container .slider-right div {
  top: 110%;
  right: 30vw;
  left: unset
}

#__next .section--recipe-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
  transform: translateX(-30vw) translateY(15%) scale(.8)
}

#__next .section--recipe-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
  transform: translateX(30vw) translateY(15%) scale(.8)
}

#__next .section--recipe-products .promotion__image {
  margin-bottom: unset
}

@media screen and (min-width:768px) {
  #__next .section--recipe-tiles {
    display: flex;
    padding: 0 120px
  }

  #__next .section--recipe-tiles .content-grid__column {
    position: relative
  }

  #__next .section--recipe-tiles .content-grid__column .image-as-link {
    margin: 0
  }

  #__next .section--recipe-tiles .content-grid__column .image-as-link__image {
    position: relative;
    display: block
  }

  #__next .section--recipe-tiles .content-grid__column .rte-wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    box-sizing: border-box
  }

  #__next .section--recipe-tiles .content-grid__column .rte-wrapper .rte,
  #__next .section--recipe-tiles .content-grid__column .rte-wrapper a,
  #__next .section--recipe-tiles .content-grid__column .rte-wrapper p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
  }

  #__next .section--recipe-tiles .content-grid__column .rte-wrapper p {
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    margin: 0
  }

  #__next .section--recipe-tiles .content-grid__column .rte-wrapper p a {
    color: #fff;
    justify-content: center
  }

  #__next .section--recipe-tiles:nth-last-of-type(2) {
    padding-bottom: 200px
  }

  #__next .section--recipe-carousel {
    display: none
  }
}

@media screen and (min-width:1200px) {
  #__next .article-page .section--recipe-tiles:nth-last-of-type(2) {
    padding-bottom: 250px
  }

  .article-page .section--recipe-tiles .content-grid__column .rte-wrapper,
  .articles-page .section--recipe-tiles .content-grid__column .rte-wrapper,
  .recipe-page .section--recipe-tiles .content-grid__column .rte-wrapper {
    padding: 0 10px
  }

  .article-page .section--recipe-tiles .content-grid__column .rte-wrapper .rte p,
  .articles-page .section--recipe-tiles .content-grid__column .rte-wrapper .rte p,
  .recipe-page .section--recipe-tiles .content-grid__column .rte-wrapper .rte p {
    font-size: 1.875rem;
    font-size: 2.25rem
  }
}

.section--recipes-top {
  position: relative;
  margin-top: 30px;
  overflow: hidden
}

.section--recipes-top .carousel-item__content {
  position: absolute;
  top: 65px;
  left: calc((100vw - 1120px)/2);
  z-index: 2
}

.section--recipes-top .carousel-item__content-wrapper {
  position: relative
}

.section--recipes-top .carousel-item__content-image {
  position: relative;
  width: 100%
}

.section--recipes-top .carousel-item__content-header {
  font-size: 2.25rem;
  color: #003263;
  margin-top: 0
}

.section--recipes-top .carousel-item__description {
  font-size: 1.875rem;
  font-weight: 300;
  color: #003263;
  width: 70%
}

.section--recipes-top .carousel-item__description p:last-of-type {
  font-size: 1.125rem;
  margin: 50px 0
}

.section--recipes-top+.section {
  padding-top: 65px
}

.section--recipes-list {
  position: relative;
  z-index: 2;
  padding-right: calc((100vw - 1120px)/2);
  padding-bottom: 90px;
  padding-left: calc((100vw - 1120px)/2)
}

.section--recipes-list .content-grid__column--size-6 {
  position: relative;
  flex-basis: calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  overflow: hidden;
  border-radius: 10px
}

.section--recipes-list .content-grid__column--size-6 .image-as-link {
  position: relative
}

.section--recipes-list .content-grid__column--size-6 .image-as-link__image {
  display: block
}

.section--recipes-list .content-grid__column--size-6 .rte-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 90px;
  background-color: hsla(0, 0%, 100%, .95);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.section--recipes-list .content-grid__column--size-6 .rte-wrapper .rte {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003263;
  width: 100%;
  padding: 20px
}

.section--recipes-list .content-grid__column--size-6 .rte-wrapper .rte a {
  font-weight: 300;
  padding: 0;
  box-shadow: none
}

@media screen and (min-width:1200px) {
  .section--recipes-list {
    padding: 0 15px
  }
}

@media screen and (min-width:768px) {
  .section--recipes-top {
    margin-top: 0
  }

  .section--recipes-list {
    flex-direction: column
  }

  .section--recipes-list .content-grid__column--size-6 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 15px
  }
}

.section--just-image {
  position: relative;
  z-index: 2
}

.section--just-image .image-as-link__image {
  display: block
}

.site-messages {
  display: none
}

.slider-control-bottomcenter {
  bottom: 30px !important;
  height: 35px;
  background-color: hsla(0, 0%, 100%, .58);
  border-radius: 17.5px
}

.slider-control-bottomcenter .carousel-navigation {
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0
}

.slider-control-bottomcenter .carousel-navigation__item {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  cursor: pointer;
  border-style: solid;
  border-width: 5px;
  border-radius: 9px
}

.slider-control-bottomcenter .carousel-navigation__item:nth-of-type(4n) {
  border-color: #fbb400
}

.slider-control-bottomcenter .carousel-navigation__item:nth-of-type(4n+1) {
  border-color: #ba1d81
}

.slider-control-bottomcenter .carousel-navigation__item:nth-of-type(4n+2) {
  border-color: #80af41
}

.slider-control-bottomcenter .carousel-navigation__item:nth-of-type(4n+3) {
  border-color: #004d92
}

.slider-control-bottomcenter .carousel-navigation__item--active:nth-of-type(4n) {
  background-color: #fbb400
}

.slider-control-bottomcenter .carousel-navigation__item--active:nth-of-type(4n+1) {
  background-color: #ba1d81
}

.slider-control-bottomcenter .carousel-navigation__item--active:nth-of-type(4n+2) {
  background-color: #80af41
}

.slider-control-bottomcenter .carousel-navigation__item--active:nth-of-type(4n+3) {
  background-color: #004d92
}

.slider-control-bottomcenter .carousel-navigation__step-label {
  display: none
}

.table-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 90vw;
  margin: 0;
  overflow-x: scroll
}

.table-wrapper table {
  font-size: .875rem;
  width: 70%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0
}

.table-wrapper table th {
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 20px;
  background-color: #1e63a0;
  border-collapse: collapse;
  border: 1px solid rgba(0, 50, 99, .18);
  border-top: none
}

.table-wrapper table th:not(:first-child) {
  text-align: center
}

.table-wrapper table tr:first-child th:first-child {
  border-top-left-radius: 20px
}

.table-wrapper table tr:first-child th:last-child {
  border-top-right-radius: 20px
}

.table-wrapper table tr td {
  color: #003263;
  padding: 10px 20px;
  background-color: #d5ebf5;
  border: 1px solid rgba(0, 50, 99, .18)
}

.table-wrapper table tr td:not(:first-child) {
  text-align: right
}

.table-wrapper table tr:nth-child(2n) td {
  background-color: #f2f9fc
}

.table-wrapper table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px
}

.table-wrapper table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px
}

@media screen and (min-width:768px) {
  .table-wrapper {
    font-size: 1.125rem;
    justify-content: center;
    width: auto;
    overflow-x: auto
  }

  .table-wrapper table {
    border-radius: 10px
  }
}

.faq-page main,
.product-page main,
.sitemap-page main,
.text-page main {
  overflow: hidden;
  position: relative
}

.faq-page main:before,
.product-page main:before,
.sitemap-page main:before,
.text-page main:before {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/static/backgrounds/bg-recipes.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: ""
}

.sitemap-page .main-title,
.sitemap-page .sitemap {
  position: relative
}

.products-grid .main-title {
  overflow: hidden;
  position: relative
}

.products-grid .main-title:before {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/static/backgrounds/bg-recipes.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: ""
}

.recipes-page .default-page {
  overflow: hidden;
  position: relative
}

.recipes-page .default-page:before {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/static/backgrounds/bg-recipes.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1
}

.articles-page .default-page,
.recipe-page .default-page {
  overflow: hidden;
  position: relative
}

.articles-page .default-page:before,
.recipe-page .default-page:before {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/static/backgrounds/bg-recipes.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
  background-image: url(/static/backgrounds/bg-tiles.png);
  background-position: bottom
}

.product-page main:before {
  background-image: url(/static/backgrounds/bg-tiles.png)
}

.product-page .default-page {
  z-index: 2
}

.evidon-consent-button .evidon-consent-button-image {
  width: 20px !important;
  height: 20px !important
}

#evidon-gdpr-background {
  z-index: 20 !important
}

#evidon-gdpr-closeicon {
  top: 10px !important
}

#evidon-gdpr-overlay {
  width: auto !important;
  margin: 0 20px !important
}

.iframe-finder-hook--kids {
  padding-top: 20px
}

.CoreHomePage main .main-title {
  display: none
}

.article-page-top,
.articles-page-top,
.recipe-page-top,
.recipes-page-top {
  max-height: none
}

.article-page-top~.content-grid__row:not(.section--bottom-image),
.articles-page-top~.content-grid__row:not(.section--bottom-image),
.recipe-page-top~.content-grid__row:not(.section--bottom-image),
.recipes-page-top~.content-grid__row:not(.section--bottom-image) {
  width: 100%;
  padding: 0 30px
}

.article-page-top~.content-grid__row:not(.section--bottom-image) .rte ol,
.article-page-top~.content-grid__row:not(.section--bottom-image) .rte p,
.articles-page-top~.content-grid__row:not(.section--bottom-image) .rte ol,
.articles-page-top~.content-grid__row:not(.section--bottom-image) .rte p,
.recipe-page-top~.content-grid__row:not(.section--bottom-image) .rte ol,
.recipe-page-top~.content-grid__row:not(.section--bottom-image) .rte p,
.recipes-page-top~.content-grid__row:not(.section--bottom-image) .rte ol,
.recipes-page-top~.content-grid__row:not(.section--bottom-image) .rte p {
  font-size: 1.125rem;
  line-height: 30px;
  color: #707070
}

.article-page-top .carousel-item__image,
.articles-page-top .carousel-item__image,
.recipe-page-top .carousel-item__image,
.recipes-page-top .carousel-item__image {
  width: 100%
}

.article-page-top .carousel-item__description,
.articles-page-top .carousel-item__description,
.recipe-page-top .carousel-item__description,
.recipes-page-top .carousel-item__description {
  font-size: 1.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto
}

.article-page-top .carousel-item__description p:first-of-type,
.articles-page-top .carousel-item__description p:first-of-type,
.recipe-page-top .carousel-item__description p:first-of-type,
.recipes-page-top .carousel-item__description p:first-of-type {
  font-size: 1.875rem;
  color: #fff
}

.article-page-top .carousel-item__description p:nth-of-type(2),
.articles-page-top .carousel-item__description p:nth-of-type(2),
.recipe-page-top .carousel-item__description p:nth-of-type(2),
.recipes-page-top .carousel-item__description p:nth-of-type(2) {
  font-size: 1.125rem;
  color: #fff;
  margin: 50px 0 30px
}

.article-page-top .carousel-item__content,
.articles-page-top .carousel-item__content,
.recipe-page-top .carousel-item__content,
.recipes-page-top .carousel-item__content {
  position: static;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px
}

.article-page-top .carousel-item__content-image,
.articles-page-top .carousel-item__content-image,
.recipe-page-top .carousel-item__content-image,
.recipes-page-top .carousel-item__content-image {
  align-items: flex-start
}

.article-page-top .carousel-item__content-header,
.articles-page-top .carousel-item__content-header,
.recipe-page-top .carousel-item__content-header,
.recipes-page-top .carousel-item__content-header {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0
}

.article-page-top .carousel-item__content-wrapper,
.articles-page-top .carousel-item__content-wrapper,
.recipe-page-top .carousel-item__content-wrapper,
.recipes-page-top .carousel-item__content-wrapper {
  flex-direction: column
}

.article-page-top .carousel-item__content-wrapper:after,
.articles-page-top .carousel-item__content-wrapper:after,
.recipe-page-top .carousel-item__content-wrapper:after,
.recipes-page-top .carousel-item__content-wrapper:after {
  display: none
}

.recipe-page-top .carousel-item__content,
.recipes-page-top .carousel-item__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background-image: url(/static/backgrounds/bg-mobile-top.png);
  background-position: 50%;
  background-size: 100% 100%
}

.recipe-page-top .carousel-item__content-header,
.recipes-page-top .carousel-item__content-header {
  font-size: 1.5rem;
  color: #003263;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 0
}

.recipe-page-top .carousel-item__content p:first-of-type,
.recipe-page-top .carousel-item__content p:nth-of-type(2),
.recipes-page-top .carousel-item__content p:first-of-type,
.recipes-page-top .carousel-item__content p:nth-of-type(2) {
  font-size: 1.125rem;
  color: #003263
}

.recipe-page-top .carousel-item__content p:nth-of-type(2),
.recipes-page-top .carousel-item__content p:nth-of-type(2) {
  margin: initial
}

.recipes-page-top .carousel-item__btn {
  max-width: 315px;
  margin-top: 30px
}

.recipes-page-top .carousel-item__content {
  display: flex;
  flex-direction: column;
  align-items: center
}

.recipes-page-top .carousel-item__content-header {
  padding: 0
}

.articles-page-top .carousel-item__btn {
  max-width: 315px;
  margin-top: 30px
}

.articles-page-top .carousel-item__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: flex;
  flex-direction: column;
  align-items: center
}

.articles-page-top .carousel-item__content-header {
  color: #1e63a0
}

.articles-page-top .carousel-item__description p:first-of-type {
  font-size: 1.125rem;
  margin: 30px 0
}

.articles-page-top .carousel-item__description p:last-of-type {
  font-size: 1rem;
  color: #363636;
  margin: 0
}

.article-page .default-page {
  padding-bottom: 250px;
  background-image: url(/static/backgrounds/bg-bottom-colorful.png);
  background-position: bottom;
  background-repeat: no-repeat
}

.article-page__details {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px
}

.article-page__details h1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
  color: #b71774
}

.article-page__details .content-grid__column .rte-wrapper .rte p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: .5em;
  color: #1e63a0;
  display: inline-block
}

.article-page__details .content-grid__column .rte-wrapper:last-of-type .rte p {
  font-size: 1.125rem;
  color: #707070;
  margin-top: 40px
}

.article-page__main .rte-wrapper .rte img {
  width: auto
}

.article-page__main--image-logo {
  float: left;
  margin-right: 3px
}

.article-page__main--image-right {
  float: right;
  margin-left: 10px
}

.article-page__main--image-left {
  float: left;
  margin-right: 10px
}

.article-page__products-promotion .promotion__image {
  height: unset;
  margin-bottom: unset
}

.article-page__heading h3 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #003263;
  text-transform: uppercase;
  margin: 60px 0 0
}

.article-page-top .carousel-item__content-wrapper.carousel-item__content-wrapper--above {
  display: none
}

.article-page .promotion__description,
.article-page .promotion__name,
.articles-page .promotion__description,
.articles-page .promotion__name {
  text-align: center
}

@media screen and (min-width:768px) {
  .article-page__main--image-logo {
    margin-right: 30px;
    margin-bottom: 50px
  }

  .article-page__details h1 {
    display: inline-block;
    margin-bottom: 30px
  }

  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/static/backgrounds/bg-tablet-top.png);
    background-position: 50%;
    background-size: 120% 120%
  }

  .recipe-page-top .carousel-item__content p:first-of-type,
  .recipe-page-top .carousel-item__content p:nth-of-type(2),
  .recipes-page-top .carousel-item__content p:first-of-type,
  .recipes-page-top .carousel-item__content p:nth-of-type(2) {
    font-size: 1.5rem
  }

  .article-page .default-page {
    padding-bottom: 90px
  }

  .articles-page-top .carousel-item__content {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .article-page .promotion__description,
  .article-page .promotion__name,
  .articles-page .promotion__description,
  .articles-page .promotion__name {
    text-align: left
  }
}

@media screen and (min-width:992px) {

  .article-page-top,
  .articles-page-top,
  .recipe-page-top,
  .recipes-page-top {
    position: relative;
    height: 440px;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    background: linear-gradient(180deg, #31aade, #2a9fd5 50%, #1d8fc9)
  }

  .article-page-top .carousel-item__content,
  .articles-page-top .carousel-item__content,
  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    width: 70%;
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
    width: 50%;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none
  }

  .article-page-top .carousel-item__content p,
  .articles-page-top .carousel-item__content p,
  .recipe-page-top .carousel-item__content p,
  .recipes-page-top .carousel-item__content p {
    display: block
  }

  .article-page-top .carousel-item__content-wrapper,
  .articles-page-top .carousel-item__content-wrapper,
  .recipe-page-top .carousel-item__content-wrapper,
  .recipes-page-top .carousel-item__content-wrapper {
    position: relative
  }

  .article-page-top .carousel-item__content-wrapper:after,
  .articles-page-top .carousel-item__content-wrapper:after,
  .recipe-page-top .carousel-item__content-wrapper:after,
  .recipes-page-top .carousel-item__content-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px;
    display: unset;
    background-image: url(/static/backgrounds/bg-top-layer-blue.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    transform: translateX(-10%)
  }

  .article-page-top .carousel-item__content-image,
  .articles-page-top .carousel-item__content-image,
  .recipe-page-top .carousel-item__content-image,
  .recipes-page-top .carousel-item__content-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-height: 445px;
    overflow: hidden
  }

  .article-page-top .carousel-item__image,
  .articles-page-top .carousel-item__image,
  .recipe-page-top .carousel-item__image,
  .recipes-page-top .carousel-item__image {
    width: 65%;
    height: 448px;
    object-fit: cover;
    object-position: right
  }

  .article-page-top+.section,
  .articles-page-top+.section,
  .recipe-page-top+.section,
  .recipes-page-top+.section {
    padding-top: 65px
  }

  .article-page .default-page {
    background-size: contain
  }

  .article-page__details {
    box-shadow: none
  }

  .article-page__details h1 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: .5em;
    color: #b71774
  }

  .article-page__details .content-grid__column .rte-wrapper .rte p {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: .5em;
    color: #1e63a0
  }

  .article-page__details .content-grid__column .rte-wrapper:last-of-type .rte p {
    font-size: 1.125rem;
    color: #363636;
    margin-top: 40px
  }

  .article-page-top {
    height: auto;
    margin-bottom: 0;
    background-image: none
  }

  .article-page-top .carousel-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/backgrounds/wave_1280px.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
  }

  .article-page-top .carousel-item__content-wrapper {
    display: none
  }

  .article-page__heading h3 {
    font-size: 2.25rem;
    font-weight: 400;
    padding-bottom: 60px
  }

  .articles-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    top: 15%
  }

  .articles-page-top .carousel-item__content-header {
    color: #fff
  }

  .articles-page-top .carousel-item__description p:last-of-type {
    font-weight: 300;
    color: #fff
  }

  .recipe-page-top,
  .recipes-page-top {
    background-image: url(/static/backgrounds/bg-yellow.png)
  }

  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    align-items: flex-start;
    background-image: none;
    box-shadow: none
  }

  .recipe-page-top .carousel-item__content-header,
  .recipe-page-top .carousel-item__content .carousel-item__description p,
  .recipes-page-top .carousel-item__content-header,
  .recipes-page-top .carousel-item__content .carousel-item__description p {
    font-size: 1.875rem;
    color: #003263
  }

  .articles-page-top .carousel-item__content {
    align-items: baseline
  }

  .recipe-page-top {
    margin-bottom: -50px
  }

  .recipe-page-top .carousel-item__content-wrapper:after {
    background-image: url(/static/backgrounds/bg-top-layer-yellow.png)
  }

  .recipes-page-top .carousel-item__content-wrapper:after {
    background-image: url(/static/backgrounds/bg-top-layer-recites-yellow.png);
    background-position: 0 0
  }
}

@media screen and (min-width:1200px) {

  .article-page-top .carousel-item__content,
  .articles-page-top .carousel-item__content,
  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    left: calc((100vw - 1120px)/2);
    width: 40%
  }

  .article-page-top .carousel-item__content-wrapper:after,
  .articles-page-top .carousel-item__content-wrapper:after,
  .recipe-page-top .carousel-item__content-wrapper:after,
  .recipes-page-top .carousel-item__content-wrapper:after {
    left: calc((100vw - 1120px)/2)
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image),
  .articles-page-top~.content-grid__row:not(.section--bottom-image),
  .recipe-page-top~.content-grid__row:not(.section--bottom-image),
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) {
    width: 1120px;
    margin: 0 auto
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image) .rte,
  .articles-page-top~.content-grid__row:not(.section--bottom-image) .rte,
  .recipe-page-top~.content-grid__row:not(.section--bottom-image) .rte,
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) .rte {
    font-size: 1.125rem;
    line-height: 1.6em;
    color: #363636
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image) .image-as-link,
  .articles-page-top~.content-grid__row:not(.section--bottom-image) .image-as-link,
  .recipe-page-top~.content-grid__row:not(.section--bottom-image) .image-as-link,
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) .image-as-link {
    margin: 30px 0
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__view-switch,
  .articles-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__view-switch,
  .recipe-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__view-switch,
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__view-switch {
    display: none
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__title,
  .articles-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__title,
  .recipe-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__title,
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) .promotion-row__title {
    font-size: 2.25rem;
    font-weight: 400;
    color: #1e63a0;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 50px
  }

  .article-page .section--recipe-products .promotion-row__title,
  .article-page__products-promotion .promotion-row__title {
    color: #b71774 !important
  }

  .article-page-top .carousel-item:after {
    background-image: url(/static/backgrounds/wave_1920px.png);
    transform: translateY(-3px)
  }

  .articles-page-top .carousel-item__description,
  .recipes-page-top .carousel-item__description {
    margin: 0
  }

  .article-page .carousel-item__content-header {
    width: 70%
  }
}

@media screen and (min-width:1600px) {
  .recipe-page-top {
    margin-bottom: -90px
  }
}

@media screen and (min-width:1920px) {

  .articles-page-top .carousel-item__content,
  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    left: 45px
  }

  .articles-page-top .carousel-item__content-wrapper:after,
  .recipe-page-top .carousel-item__content-wrapper:after,
  .recipes-page-top .carousel-item__content-wrapper:after {
    left: 140px;
    background-size: 100% 100%
  }
}

.article-page-top .button-link,
.article-page-top .carousel-item__btn,
.article-page-top .search-results__btn,
.articles-page-top .button-link,
.articles-page-top .carousel-item__btn,
.articles-page-top .search-results__btn,
.recipe-page-top .button-link,
.recipe-page-top .carousel-item__btn,
.recipe-page-top .search-results__btn,
.recipes-page-top .button-link,
.recipes-page-top .carousel-item__btn,
.recipes-page-top .search-results__btn {
  width: 100%;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263)
}

.articles-page-top .carousel-item__content-header {
  font-size: 1.5rem;
  text-align: center
}

.articles-page-top .carousel-item__description {
  font-size: 1.125rem
}

@media screen and (min-width:768px) {

  .article-page-top .button-link,
  .article-page-top .carousel-item__btn,
  .article-page-top .search-results__btn,
  .articles-page-top .button-link,
  .articles-page-top .carousel-item__btn,
  .articles-page-top .search-results__btn,
  .recipe-page-top .button-link,
  .recipe-page-top .carousel-item__btn,
  .recipe-page-top .search-results__btn,
  .recipes-page-top .button-link,
  .recipes-page-top .carousel-item__btn,
  .recipes-page-top .search-results__btn {
    width: 280px
  }

  .article-page-top~.content-grid__row:not(.section--bottom-image),
  .articles-page-top~.content-grid__row:not(.section--bottom-image),
  .recipe-page-top~.content-grid__row:not(.section--bottom-image),
  .recipes-page-top~.content-grid__row:not(.section--bottom-image) {
    padding: 0 30px;
    box-sizing: border-box
  }

  .articles-page .default-page {
    padding-bottom: 200px;
    background-image: url(/static/backgrounds/bg-bottom-colorful.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain
  }

  .articles-page .default-page .section--bottom-image {
    display: none
  }

  .articles-page .promotion--col-2 {
    margin-right: 10px;
    margin-left: 10px
  }

  .articles-page-top .carousel-item__content-header {
    font-size: 2.25rem
  }

  .articles-page-top .carousel-item__description {
    font-size: 1.875rem;
    font-weight: 300
  }

  .articles-page-top .carousel-item__description p {
    text-align: center
  }

  .articles-page-top .carousel-item__description p span {
    font-size: 1.5rem;
    font-weight: 300
  }

  .articles-page h3 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #003263;
    text-transform: uppercase;
    margin-bottom: 40px
  }
}

@media screen and (min-width:992px) {
  .articles-page .default-page {
    padding-bottom: 350px
  }

  .articles-page-top .carousel-item__content {
    display: initial
  }

  .articles-page-top .carousel-item__content-header {
    text-align: left
  }

  .articles-page-top .carousel-item__description {
    margin: unset
  }

  .articles-page-top .carousel-item__description p {
    text-align: left
  }

  .articles-page-top .carousel-item__description p span {
    font-size: 1.875rem
  }
}

.contact-page {
  flex-direction: column
}

.contact-page .default-page {
  padding-bottom: 20vh;
  background-image: url(/static/backgrounds/bg-bottom-colorful.png), url(/static/backgrounds/bg-contact-page.png);
  background-position: bottom, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 101%, 100%
}

.contact-page .content-grid {
  flex-direction: column;
  width: 100%;
  padding: 0 15px
}

.contact-page .content-grid--jumbotron {
  display: none
}

.contact-page .content-grid__column .rte-wrapper:first-of-type h1 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #003263;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0
}

.contact-page .content-grid__column .rte-wrapper:nth-of-type(2) {
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0
}

.contact-page .content-grid__column .rte-wrapper .rte p {
  color: #003263;
  margin: 15px 0
}

.contact-page .content-grid__column .rte-wrapper:nth-of-type(3) {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 90px
}

.contact-page .content-grid__column .rte-wrapper:nth-of-type(4) {
  font-size: 1.5rem
}

.contact-page .content-grid__column .rte-wrapper:last-of-type img {
  width: auto;
  height: 25px;
  margin-right: 20px
}

.contact-page .consumer-form__form__submit-custom {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  color: #fff;
  width: 100%
}

.contact-page .consumer-form .form-error--form,
.contact-page .consumer-form__form__submit {
  display: none
}

.contact-page .consumer-form .content-grid {
  padding: 0
}

.contact-page .consumer-form .content-grid__row {
  flex-direction: column
}

.contact-page .consumer-form h2 {
  font-weight: 400;
  color: #003263
}

.contact-page .consumer-form .form-control__label {
  font-size: 1.125rem;
  color: #003263;
  display: block;
  margin: 10px 0;
  padding-left: 20px
}

.contact-page .consumer-form .form-control__input--email,
.contact-page .consumer-form .form-control__input--text,
.contact-page .consumer-form .form-control__input--textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 5px 3.5px rgba(0, 0, 0, .16);
  -webkit-appearance: none
}

.contact-page .consumer-form .form-control__input--email::placeholder,
.contact-page .consumer-form .form-control__input--text::placeholder,
.contact-page .consumer-form .form-control__input--textarea::placeholder {
  font-size: 1.125rem;
  color: #003263
}

.contact-page .consumer-form .form-control__input--textarea {
  min-height: 395px;
  margin-bottom: 0
}

.contact-page .consumer-form .form-control--not-input {
  margin: 20px 0
}

.contact-page .consumer-form .form-control .form-error {
  color: #003263;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  list-style: none
}

.contact-page .consumer-form .form-control--terms {
  position: relative;
  float: left;
  margin-top: 20px
}

.contact-page .consumer-form .form-control--terms .form-control__label {
  position: relative;
  margin-top: 0;
  padding-left: 0
}

.contact-page .consumer-form .form-control--terms .form-control__link {
  display: none
}

.contact-page .consumer-form .form-control--terms+.form-control--not-input {
  margin-left: 30px
}

.contact-page .consumer-form .form-control--terms.form-control--has-error+.form-control--not-input {
  margin-bottom: 40px
}

.contact-page .consumer-form .form-control--terms .form-error {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: block;
  justify-content: left;
  min-width: 200px;
  padding: 0
}

.contact-page .consumer-form .form-control--terms .form-error:before {
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px -11px;
  content: "*"
}

.contact-page .consumer-form .form-control--terms [type=checkbox] {
  pointer-events: none;
  opacity: 0
}

.contact-page .consumer-form .form-control--terms [type=checkbox]+label {
  position: absolute;
  top: 0;
  padding: 0;
  cursor: pointer
}

.contact-page .consumer-form .form-control--terms [type=checkbox]+label:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  background: #fff;
  border: 2px solid #003263;
  border-radius: 5px;
  content: ""
}

.contact-page .consumer-form .form-control--terms [type=checkbox]:checked+label:before {
  background: #003263
}

.contact-page .consumer-form .form-control--terms [type=checkbox]:checked+label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff
}

.contact-page .consumer-form .form-control--terms.form-control--has-error [type=checkbox]+label:before {
  border: 2px solid red
}

.contact-page .consumer-form .form-control--terms.form-control--has-error [type=checkbox]+label:after {
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  margin: -8px -11px;
  content: "*"
}

.contact-page .consumer-form .form-control--textarea.form-control--has-error+.form-control--terms {
  margin-top: 3px
}

.contact-page__thank-you-content .rte-wrapper .rte {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 50px auto
}

.contact-page__thank-you-content .rte-wrapper .rte h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003263;
  margin-top: 20px;
  margin-bottom: 0
}

.contact-page__thank-you-content .rte-wrapper .rte p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0
}

.contact-page__thank-you-content .rte-wrapper .rte p:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 40px
}

.contact-page__thank-you-content .rte-wrapper .rte a {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  font-size: 1.125rem;
  margin: 15px 0
}

@media screen and (min-width:480px) {
  .contact-page .consumer-form .form-control--terms+.form-control--not-input {
    max-width: 55%
  }
}

@media screen and (min-width:768px) {
  .contact-page {
    flex-direction: row
  }

  .contact-page .default-page {
    padding-bottom: 170px
  }

  .contact-page .consumer-form {
    max-width: 1120px;
    margin: 50px auto 0
  }

  .contact-page .consumer-form h2 {
    font-size: 1.5rem
  }

  .contact-page .consumer-form .content-grid {
    padding: 0 15px
  }

  .contact-page .consumer-form .content-grid__section {
    padding: 0
  }

  .contact-page .consumer-form .content-grid__row {
    flex-direction: row
  }

  .contact-page .consumer-form .content-grid__column--size-6:nth-child(2) {
    padding-left: 40px
  }

  .contact-page .consumer-form .form-control__label {
    font-size: 1.125rem;
    padding-left: 10px
  }

  .contact-page .consumer-form .form-control__label--terms {
    display: flex
  }

  .contact-page .consumer-form .form-control__input--textarea {
    min-height: 98px
  }

  .contact-page .consumer-form .form-control__input::placeholder {
    font-weight: 400;
    opacity: .38
  }

  .contact-page .consumer-form .form-control--terms+.form-control--not-input {
    max-width: 90%
  }

  .contact-page__thank-you-content .rte-wrapper .rte h2 {
    font-size: 2.25rem
  }

  .contact-page__thank-you-content .rte-wrapper .rte p {
    font-size: 1.875rem
  }

  .contact-page__thank-you-content .rte-wrapper .rte p:last-child {
    font-size: 1.25rem;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%
  }
}

@media screen and (min-width:992px) {
  .contact-page .consumer-form .form-control--terms+.form-control--not-input {
    max-width: 70%
  }
}

@media screen and (min-width:1200px) {
  .contact-page .content-grid {
    flex-direction: row
  }

  .contact-page .default-page {
    padding-bottom: 30vh
  }
}

.faq-page .default-page {
  padding-bottom: 20vh;
  background-image: url(/static/backgrounds/bg-bottom-colorful.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%
}

.faq-page .main-title {
  display: block;
  margin-bottom: 30px
}

.faq-page .content-grid__row {
  padding: 0 15px
}

.faq-page .accordion__inner p,
.faq-page .accordion__text {
  font-size: unset
}

.faq-page .accordion__trigger:after {
  margin-top: unset
}

@media screen and (min-width:768px) {

  .faq-page .accordion__inner p,
  .faq-page .accordion__text {
    font-size: 1.5rem
  }

  .faq-page .accordion__trigger:after {
    margin-top: 7px
  }
}

@media screen and (min-width:992px) {
  .faq-page .default-page {
    padding-bottom: 200px
  }
}

@media screen and (min-width:1200px) {
  .faq-page .default-page {
    padding-bottom: 350px
  }

  .faq-page .content-grid__row {
    width: 1120px;
    margin: 0 auto
  }
}

.home-page .page-container {
  background-image: url(/static/backgrounds/bg-home-bottom.png);
  background-position: bottom 230px center;
  background-size: 100%
}

.product-page .default-page>.content-grid {
  width: 100%
}

.product-page .accordion .recipe ul {
  flex-direction: column
}

.product-page .accordion .recipe ul li {
  margin: 30px 0
}

.product-page .product-hero {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 30px 65px
}

.product-page .product-hero__image {
  align-self: center
}

.product-page .product-hero .image-as-link {
  width: 100%;
  margin: 0
}

.product-page .product-hero .image-as-link__image {
  width: auto
}

.product-page .product-hero .product-details__more button {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  width: 100%
}

.product-page .product-hero .content-grid__column {
  text-align: center;
  flex-basis: 100%;
  max-width: 100%
}

.product-page .product-hero h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e63a0;
  margin: 30px 0 0
}

.product-page .product-hero h5 {
  margin: 0
}

.product-page .product-hero h5,
.product-page .product-hero p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #707070
}

.product-page .product-hero p.product-page__subtitle {
  font-size: 1.875rem;
  margin: 10px 0 0
}

.product-page .product-hero .button-link,
.product-page .product-hero .search-results__btn {
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  width: 100%
}

.product-page .product-subtitle {
  font-size: 1.875rem;
  margin: 10px 0 0
}

.product-page .product-subtitle:last-of-type {
  display: none
}

.product-page .product-description {
  text-align: left
}

.product-page .product-features {
  padding: 0 15px;
  box-sizing: border-box
}

.product-page .product-features .accordion__text {
  color: #1e63a0
}

.product-page .product-features .rte {
  font-size: 1.125rem;
  color: #707070
}

.product-page .promotion {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px
}

.product-page .promotion .button-link,
.product-page .promotion .search-results__btn {
  width: 100%
}

.product-page .promotion-row {
  padding: 0 30px;
  margin-bottom: 90px
}

.product-page .promotion-row__view-switch {
  display: none
}

.product-page .promotion-row__title {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1e63a0;
  text-align: center;
  margin-bottom: 40px
}

.product-page .promotion__description,
.product-page .promotion__name {
  font-size: 1.25rem
}

.product-page .promotion__description {
  color: #707070;
  margin: 0
}

.product-page .promotion__description .button-link,
.product-page .promotion__description .search-results__btn {
  margin-top: 30px;
  border: 2px solid #1e63a0;
  box-shadow: none
}

.product-page .promotion__image {
  height: auto;
  margin-bottom: 10px
}

.product-page .promotion__link-wrapper .button-link,
.product-page .promotion__link-wrapper .search-results__btn {
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263)
}

@media screen and (min-width:768px) {
  .product-page .default-page {
    padding-bottom: 200px;
    background-attachment: scroll;
    background-image: url(/static/backgrounds/bg-bottom-colorful.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%
  }

  .product-page .accordion .recipe ul {
    flex-direction: row
  }

  .product-page .accordion .recipe ul li {
    margin: 30px
  }

  .product-page .product-hero {
    flex-direction: row
  }

  .product-page .product-hero h1 {
    font-size: 2.25rem
  }

  .product-page .product-hero h5 {
    font-size: 1.875rem
  }

  .product-page .product-hero .product-details__more button {
    width: 390px
  }

  .product-page .product-hero .product-subtitle {
    font-size: 1.875rem;
    margin: 10px 0 0
  }

  .product-page .product-hero .product-description {
    display: inline-block
  }

  .product-page .product-hero .content-grid__column {
    text-align: left;
    flex-basis: 50%;
    max-width: 50%
  }

  .product-page .product-hero .content-grid__column .rte-wrapper:last-of-type {
    display: block
  }

  .product-page .product-hero .image-as-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px
  }

  .product-page .product-hero .image-as-link__image {
    width: auto
  }
}

@media screen and (min-width:1200px) {
  .product-page .default-page>.content-grid {
    width: 1120px;
    margin: 0 auto
  }
}

@media screen and (min-width:1600px) {
  .product-page .other-products {
    margin-bottom: 90px
  }
}

.products-grid .main-title {
  display: block
}

.products-grid .content-grid {
  width: 100%;
  padding: 0 15px
}

.products-grid .content-grid .section--bottom-image {
  width: 100vw;
  margin: -15px
}

.products-grid .content-grid__row {
  align-items: center
}

.products-grid .content-grid__row:not(.section--bottom-image) {
  flex-direction: column;
  justify-content: space-evenly
}

.products-grid .content-grid__row:not(.section--bottom-image) .content-grid__column {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  height: 100%;
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0 15px 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.products-grid .content-grid__row:not(.section--bottom-image) .content-grid__column--size-4 {
  flex-basis: 31%
}

.products-grid .content-grid__row:not(.section--bottom-image) .content-grid__column--size-6 {
  flex-basis: 48%
}

.products-grid .content-grid__row:not(.section--bottom-image) .content-grid__column .image-as-link {
  display: flex;
  align-items: center;
  justify-content: center
}

.products-grid .content-grid__row:not(.section--bottom-image) .content-grid__column .image-as-link__image {
  width: auto;
  max-width: 280px
}

.products-grid .content-grid__column--size-4 {
  width: 100%
}

@media screen and (min-width:576px) {
  .products-grid .content-grid__row:not(.section--bottom-image) {
    flex-direction: row
  }
}

@media screen and (min-width:768px) {
  .products-grid .default-page {
    padding-bottom: 200px;
    background-image: url(/static/backgrounds/bg-bottom-colorful.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%
  }
}

@media screen and (min-width:1200px) {
  .products-grid .default-page {
    padding-bottom: 350px
  }

  .products-grid .main-title {
    display: block
  }

  .products-grid .content-grid {
    width: 1120px;
    margin: 30px auto
  }
}

.recipe-page main,
.recipe-page main>* {
  position: relative
}

.recipe-page main:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(/static/backgrounds/middle-3.png); */
  background-position: top 40vh left 62%;
  background-repeat: no-repeat;
  background-size: 400%;
  content: "";
  opacity: .4
}

.recipe-page .content-grid__row {
  flex-direction: column
}

.recipe-page .rte {
  font-size: 1.125rem;
  color: #363636
}

.recipe-page .rte h4 {
  font-family: Effra;
  font-size: 1.5rem;
  font-weight: 400;
  color: #b71774;
  margin-bottom: 10px
}

.recipe-page .rte ul,
.recipe-page .rte ul li {
  margin: 0;
  padding: 0;
  list-style: none
}

.recipe-page .rte p {
  font-weight: 300;
  color: #004d92 !important;
  margin-top: 0
}

.recipe-page .section--recipe-content {
  flex-direction: column-reverse;
  padding-top: 0 !important;
  padding-bottom: 90px !important
}

.recipe-page .section--recipe-content .rte {
  text-align: left
}

.recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) {
  padding-top: 30px
}

.recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte {
  display: flex;
  justify-content: center;
  padding: 0
}

.recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte h4 {
  color: #b71774;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 15px 40px
}

.recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte h4 .carousel-item__image {
  align-self: center;
  width: auto;
  margin-bottom: 15px
}

.recipe-page .section--recipe-details {
  padding-top: 50px;
  padding-bottom: 50px
}

.recipe-page .section--recipe-details .rte {
  font-weight: 400;
  color: #707070;
  text-align: center
}

.recipe-page .section--recipe-details .rte ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none
}

.recipe-page .section--recipe-details .rte ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 30px
}

.recipe-page .section--recipe-details .rte ul li .carousel-item__image {
  align-self: center;
  width: auto;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .recipe-page .default-page {
    padding-bottom: 200px;
    background-image: url(/static/backgrounds/bg-bottom-colorful.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
  }

  .recipe-page .carousel-item__content-header {
    font-size: 2.25rem;
    text-align: left
  }

  .recipe-page .carousel-item__image {
    width: 100%
  }

  .recipe-page .content-grid__section {
    /* background-image: url(/static/backgrounds/middle.png); */
    background-position: top 330px center;
    background-repeat: no-repeat;
    background-size: 100%
  }

  .recipe-page .content-grid__row {
    flex-direction: row
  }

  .recipe-page .section--recipe-content {
    position: relative;
    z-index: 2;
    min-height: 465px
  }

  .recipe-page .section--recipe-content .rte {
    text-align: left
  }

  .recipe-page .section--recipe-content .rte h4 {
    color: #b71774
  }

  .recipe-page .section--recipe-content .rte h4 strong {
    margin-right: 5px
  }

  .recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) {
    align-self: center;
    padding-top: unset
  }

  .recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte {
    flex-direction: column;
    margin-left: 90px
  }

  .recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte h4 {
    line-height: 65px;
    position: relative;
    flex-direction: row;
    height: 65px;
    margin: 15px 0;
    padding-left: 90px
  }

  .recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte h4 .carousel-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    vertical-align: middle
  }

  .recipe-page .section--recipe-content .content-grid__column--size-6:nth-of-type(2) .rte h4:nth-of-type(2) .carousel-item__image {
    left: 16px
  }

  .recipe-page .section--recipe .carousel-item__image {
    width: auto !important;
    height: auto !important
  }

  .recipe-page .section--recipe-details .rte ul {
    flex-direction: row
  }

  .recipe-page .section--recipe__recipes {
    width: 100%;
    padding: 0 calc((100vw - 1120px)/2)
  }
}

@media screen and (min-width:992px) {
  .recipe-page-top {
    position: relative
  }

  .recipe-page .default-page {
    padding-bottom: 350px
  }

  .recipe-page .default-page .carousel-item__image {
    width: 65%
  }

  .recipe-page-top:after {
    position: absolute;
    top: unset;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 2;
    height: 405px;
    background-image: url(/static/backgrounds/wave_1280px.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    transform: scaleX(-1) translateY(-18px)
  }
}

@media screen and (min-width:1200px) {
  .recipe-page-top:after {
    background-image: url(/static/backgrounds/wave_1920px.png)
  }
}

.recipes-page .promotion {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px
}

.recipes-page .promotion__details {
  max-width: none;
  padding-bottom: 0;
  box-shadow: none
}

.recipes-page .promotion__image {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover
}

.recipes-page .promotion__link-wrapper .link {
  font-weight: 400;
  color: #1e63a0;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: none;
  background-color: transparent
}

.recipes-page-top {
  height: auto
}

@media screen and (min-width:768px) {
  .recipes-page .carousel-item__content-header {
    font-size: 2.25rem;
    text-align: center
  }

  .recipes-page .carousel-item__description {
    font-size: 1.875rem;
    text-align: center;
    width: 348px
  }

  .recipes-page .image-as-link__image {
    width: 100%;
    max-width: 100%;
    transform: none
  }

  .recipes-page .promotion {
    width: 48%;
    height: 180px
  }

  .recipes-page .promotion-row__wrapper {
    padding: 0
  }

  .recipes-page .promotion__link-wrapper {
    position: absolute;
    right: 40%;
    bottom: 10px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 90px;
    background-color: hsla(0, 0%, 100%, .95);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
  }

  .recipes-page .promotion__link-wrapper .link {
    padding: 15px 20px
  }
}

@media screen and (min-width:992px) {
  .recipes-page .carousel-item__content-header {
    font-size: 2.25rem;
    text-align: left;
    align-self: baseline
  }

  .recipes-page .carousel-item__description {
    font-size: 1.875rem;
    text-align: left;
    align-self: baseline;
    width: 70%
  }

  .recipes-page .carousel-item__btn {
    align-self: baseline
  }
}

.sitemap,
.text-page .content-grid {
  width: 100%;
  margin: 30px 0;
  padding: 0 15px
}

.sitemap-page main,
.text-page .default-page {
  padding-bottom: 50px;
  background-image: url(/static/backgrounds/bg-bottom-colorful.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain
}

.text-page .main-title {
  display: block
}

.text-page .lds__body p {
  font-size: 1.125rem;
  line-height: 1.6em;
  color: #363636;
  margin-top: 0;
  margin-bottom: 0
}

.text-page .lds__body h2,
.text-page .lds__body h3,
.text-page .lds__body h4,
.text-page .lds__body h5,
.text-page .lds__body h6 {
  font-weight: 300;
  margin: 30px 0
}

.text-page .lds__last-updated {
  color: #707070;
  text-align: right
}

.sitemap__node {
  font-size: 1.125rem;
  line-height: 1.6em;
  width: 100%;
  margin: 0;
  padding-left: 17px
}

.sitemap__node-link:hover {
  text-decoration: underline
}

.RBStarterKitSitemapPage .main-title {
  display: block
}

@media screen and (min-width:768px) {

  .sitemap-page main,
  .text-page .default-page {
    padding-bottom: 90px
  }
}

@media screen and (min-width:992px) {

  .sitemap-page main,
  .text-page .default-page {
    padding-bottom: 200px
  }
}

@media screen and (min-width:1200px) {

  .sitemap,
  .text-page .content-grid {
    width: 1120px;
    margin: 30px auto
  }
}

@media screen and (min-width:1600px) {

  .sitemap-page main,
  .text-page .default-page {
    padding-bottom: 350px
  }
}