@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.375rem;
  line-height: 1.4em;
  max-width: 80%;
  margin-left: 20px;
}
.accordion__inner {
  color: #707070;
}
.accordion__inner p {
  font-size: 1.125rem;
}
.accordion__inner p a {
  word-break: break-all;
}
.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 {
    display: block;
    padding: 0 15px;
    font-size: 0.875rem;
    width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs__items {
    display: flex;
    padding: 0;
  }
  .breadcrumbs__item {
    color: #1e63a0;
  }
  .breadcrumbs__item:after {
    margin: 0 5px;
    content: ">";
  }
  .breadcrumbs__item:last-of-type:after {
    display: none;
  }
}
.button-link,
.carousel-item__btn,
.search-results__btn {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px 13px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
}
.kids .button-link,
.kids .carousel-item__btn,
.kids .search-results__btn {
  color: #fff;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
}
.adults .button-link,
.adults .carousel-item__btn,
.adults .search-results__btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
}
.carousel-item,
.carousel-item__content-image {
  width: 100%;
}
.carousel-3d {
  margin-bottom: 80px !important;
}
.carousel-3d .carousel {
  max-width: 100%;
  margin: 0 auto;
}
.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;
}
.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(0.8);
}
.carousel-3d
  .react-3d-carousel
  .slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-content {
  transform: translateX(25%) translateY(10%) scale(0.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: 0.7;
}
.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 0.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 {
  right: -8%;
  left: auto;
}
.carousel-3d .react-3d-carousel .slider-container .slider-right div {
  position: absolute;
  top: 55%;
  right: 0;
  left: auto;
  background-image: url(/static/arrow-gold.png);
}
.carousel-3d .react-3d-carousel .slider-container .slider-left {
  right: auto;
  left: -8%;
}
.carousel-3d .react-3d-carousel .slider-container .slider-left div {
  position: absolute;
  top: 55%;
  right: auto;
  left: 0;
  background-image: url(/static/arrow-gold-left.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,
.carousel-recipes .slider:active,
.carousel-recipes .slider:focus {
  outline: none;
}
.carousel-recipes .articles-carousel__next-slide-btn--inactive,
.carousel-recipes .articles-carousel__prev-slide-btn--inactive {
  opacity: 0.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;
  background-color: transparent;
  background-image: url(/static/arrow.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  transform-origin: 50% 50%;
}
.carousel-recipes div[class^="slider-control"] button:active,
.carousel-recipes div[class^="slider-control"] button:focus {
  outline: none;
}
.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: 110px !important;
  }
  .carousel-3d .carousel-item__content {
    max-width: 60%;
  }
  .carousel-3d
    .react-3d-carousel
    .slider-container
    .slider-content
    .slider-single.preactive
    .slider-single-content {
    transform: translateX(-19%) translateY(5%) scale(0.65);
  }
  .carousel-3d
    .react-3d-carousel
    .slider-container
    .slider-content
    .slider-single.proactive
    .slider-single-content {
    transform: translateX(19%) translateY(5%) scale(0.65);
  }
  .carousel-3d .react-3d-carousel .slider-container .slider-left div,
  .carousel-3d .react-3d-carousel .slider-container .slider-right div {
    top: 320px;
    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.png);
  }
  .carousel-3d .react-3d-carousel .slider-container .slider-left div {
    right: auto;
    left: -30px;
    background-image: url(/static/arrow.png);
    transform: scaleX(-1);
  }
  .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% - 15px);
  }
  .carousel-recipes .articles-carousel__item-title {
    font-size: 1.25rem;
    text-align: left;
  }
  .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-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 {
  max-width: 100%;
}
.main-header .country-selector {
  display: none;
}
.main-header__bottom {
  height: 65px;
  max-width: 100%;
  padding: 15px;
}
.main-header__bottom .wrapper {
  display: flex;
  align-items: center;
}
.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;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper--main-header__bottom-items {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .main-header__bottom {
    width: 88%;
  }
  .adults-content .main-header__bottom {
    width: 1120px;
  }
}
.main-footer {
  font-size: 1.125rem;
  color: #003263;
  text-align: center;
  position: relative;
  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__top .footer-regulatory-text h3 {
  margin-top: 0;
}
.main-footer__bottom {
  width: 100%;
  margin-top: 30px;
}
.main-footer__bottom__text {
  font-size: 0.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: 170px;
    background-color: #fff;
  }
  .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__top-disclaimer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100vw;
    padding: 30px 30px 40px;
  }
  .main-footer__top-disclaimer p {
    margin: 0;
  }
  .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: 0.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) 140px;
  }
  .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: 300;
  color: #003263;
  text-transform: uppercase;
  width: 1120px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .main-title__header {
    padding-left: 15px;
  }
}
.mobile-nav--open {
  display: block;
}
.mobile-nav--closed {
  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: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,
.mobile-nav__second-lvl-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e63a0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 65px;
  margin: 0;
  padding: 0;
}
.mobile-nav__link.link--active,
.mobile-nav__link:hover,
.mobile-nav__second-lvl-link.link--active,
.mobile-nav__second-lvl-link:hover {
  color: #fff;
  background-color: #1e63a0;
}
.mobile-nav__link span,
.mobile-nav__second-lvl-link span {
  width: 170px;
}
.mobile-nav__link-container,
.mobile-nav__second-lvl-link-container {
  position: relative;
}
.mobile-nav__link-container:after,
.mobile-nav__second-lvl-link-container:after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  background-color: #1e63a0;
  content: "";
}
.mobile-nav__link-container:last-of-type:after,
.mobile-nav__second-lvl-link-container:last-of-type:after {
  display: none;
}
.mobile-nav__link-container--active .mobile-nav__link,
.mobile-nav__second-lvl-link-container--active .mobile-nav__link {
  color: #fff;
  background-color: #1e63a0;
}
.mobile-nav__link-container--has-children .mobile-nav__link:after {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  padding: 0 10px;
  content: "\F0D7";
}
.mobile-nav__second-lvl-link-container--back-button {
  display: none;
}
.mobile-nav__second-lvl-link-container
  + .mobile-nav__second-lvl-link-container:after {
  content: none;
}
.mobile-nav__second-lvl-link-container .mobile-nav__second-lvl-link:before {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  padding: 0 10px;
  content: "\F0DA";
}
.main-nav,
.main-nav__toggle,
.mobile-nav .sublist--hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mobile-nav-container {
    display: none;
  }
  .main-nav {
    display: block;
  }
  .main-nav__toggle {
    display: none;
  }
  .main-nav__link {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 15px;
    padding: 0 5px;
  }
  .main-nav__link:after {
    transition: all 0.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;
  }
  .main-nav__link-container--has-children {
    position: relative;
  }
  .main-nav__link-container--has-children:hover
    .main-nav__second-lvl-nav-elements {
    display: block;
    padding-top: 20px;
  }
  .main-nav .main-nav__second-lvl-nav-elements {
    position: absolute;
    z-index: 4;
  }
  .main-nav__second-lvl-link-container {
    position: relative;
    background-color: #fff;
  }
  .main-nav__second-lvl-link-container:after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 2px;
    background-color: #1e63a0;
    content: "";
  }
  .main-nav__second-lvl-link-container:last-of-type:after {
    display: none;
  }
  .main-nav__second-lvl-link-container--active .mobile-nav__link {
    color: #fff;
    background-color: #1e63a0;
  }
  .main-nav__second-lvl-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e63a0;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 55px;
    margin: 0;
    padding: 0 15px;
  }
  .main-nav__second-lvl-link.link--active,
  .main-nav__second-lvl-link:hover {
    color: #fff;
    background-color: #1e63a0;
  }
  .main-nav__second-lvl-link span {
    white-space: nowrap;
  }
}
.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: #c3a151;
  background: transparent;
  border: 2px solid #c3a151 !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;
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  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: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-logotypes:focus,
.product-logotypes:target {
  display: flex;
}
.product-logotypes__modal {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 280px;
  max-height: 90vh;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
}
.product-logotypes__modal a {
  background: none;
  box-shadow: none;
}
.product-logotypes__modal .product-logotypes__close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
  width: 10px;
  height: 10px;
  opacity: 0.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-logotypes__modal {
    max-width: 360px;
  }
  .product-logotypes__modal .product-logotypes__close {
    top: 0;
    right: -5px;
  }
  .product-details a,
  .product-details button {
    padding: 10px 40px 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: #c3a151;
  background: transparent;
  border: 2px solid #c3a151 !important;
  width: 100%;
}
.promotion__details {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.promotion__image {
  margin-bottom: 15px;
}
.promotion__description,
.promotion__name {
  padding: 0 15px;
}
.promotion__name {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e63a0;
  display: inline-block;
}
.promotion__description {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #363636;
  margin-bottom: 30px;
}
.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: #c3a151;
  background: transparent;
  border: 2px solid #c3a151 !important;
  line-height: 1;
  width: 100%;
}
.promotion__description p {
  margin-bottom: 0;
}
.promotion__link-wrapper {
  margin-top: auto;
}
.promotion__link-wrapper .link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  width: 100%;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .promotion {
    text-align: left;
    width: 325px;
    margin-bottom: 65px;
  }
  .promotion__link-wrapper {
    padding: 0 15px;
  }
  .promotion-row__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
  }
  .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: #c3a151;
    background: transparent;
    border: 2px solid #c3a151 !important;
    width: 400px !important;
  }
  .promotion--col-3 {
    width: 32%;
  }
  .promotion--col-2 {
    width: 325px;
  }
  .promotion__link-wrapper .link {
    width: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .promotion {
    width: 400px;
  }
  .promotion-row__wrapper {
    justify-content: space-between;
    padding: 0 90px;
  }
  .promotion--col-3 {
    width: 32%;
  }
  .promotion--col-2 {
    width: 400px;
  }
}
.product-grid {
  position: relative;
  z-index: 5;
}
.product-grid .promotion {
  text-align: center;
}
.product-grid .promotion__link-wrapper .link {
  width: 100%;
}
.product-grid .promotion__description {
  margin: 0;
}
.product-grid .promotion__image {
  align-self: center;
  width: auto;
  height: auto;
}
.search-box {
  display: none;
}
.search-results {
  min-height: 60vh;
}
.search-results__header {
  color: #7796b2;
  padding: 0 15px;
}
.search-results__form {
  display: none;
}
.search-results__list {
  padding: 0 15px;
  list-style: none;
}
.search-results__element {
  margin: 0;
  padding: 20px;
  border-bottom: 1px dotted #7796b2;
}
.search-results__element:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.search-results__read-more {
  margin-left: 15px;
}
.search-results__title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.search-results__description {
  color: #363636;
}
.search-results__btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  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;
    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: #003263;
  }
  .search-box__field::placeholder {
    color: #003263;
  }
  .search-box__btn {
    display: none;
  }
  .search-results {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.section--bottom-image {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.section--bottom-image .image-as-link__image {
  display: block;
}
.section--bottom-image > .content-grid__column {
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .section--bottom-image {
    margin-top: -320px;
  }
}
.section--container {
  padding-right: calc((100vw - 1120px) / 2);
  padding-left: calc((100vw - 1120px) / 2);
}
.section--container h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: #003263;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section--fullsizeimage {
  margin-top: 90px;
}
.section--take-a-test {
  position: relative;
  display: flex;
  padding-bottom: 5px;
}
.section--take-a-test .content-grid__column--size-4 {
  flex-basis: 100%;
}
.section--take-a-test .content-grid__column--size-4:first-of-type,
.section--take-a-test .content-grid__column--size-4:last-of-type {
  padding: 0 25px 25px;
}
.section--take-a-test .content-grid__column--size-4:first-of-type .rte,
.section--take-a-test .content-grid__column--size-4:last-of-type .rte {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--take-a-test .content-grid__column--size-4:first-of-type h2,
.section--take-a-test .content-grid__column--size-4:last-of-type h2 {
  margin: 40px 0 0;
}
.section--take-a-test .content-grid__column--size-4:first-of-type h2 a,
.section--take-a-test .content-grid__column--size-4:last-of-type h2 a {
  font-size: 1.25rem;
  font-weight: 600;
}
.section--take-a-test .content-grid__column--size-4:first-of-type p,
.section--take-a-test .content-grid__column--size-4:last-of-type p {
  max-width: 86px;
}
.section--take-a-test .content-grid__column--size-4:first-of-type p a,
.section--take-a-test .content-grid__column--size-4:last-of-type p a {
  font-size: 1.3125rem;
  font-weight: 300;
}
.section--take-a-test .content-grid__column--size-4.adults .rte,
.section--take-a-test .content-grid__column--size-4:first-of-type .rte {
  align-items: center;
}
.section--take-a-test .content-grid__column--size-4:first-of-type {
  background: url(/static/backgrounds/bg-left2.png);
}
.section--take-a-test .content-grid__column--size-4:last-of-type {
  text-align: center;
  background: url(/static/backgrounds/main-background-yellow.jpg);
}
.section--take-a-test .content-grid__column--size-4:last-of-type h2 a,
.section--take-a-test .content-grid__column--size-4:last-of-type p a {
  color: #003264;
}
.section--take-a-test .content-grid__column--size-4.adults {
  background: url(/static/backgrounds/bg-left2.png);
}
.section--take-a-test .content-grid__column--size-4.adults,
.section--take-a-test .content-grid__column--size-4:first-of-type,
.section--take-a-test .content-grid__column--size-4:last-of-type {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--take-a-test.mobile {
  height: auto;
}
.section--take-a-test.mobile .content-grid__column-mobile {
  text-align: center;
  margin-bottom: 25px;
}
.section--take-a-test.mobile .content-grid__column-mobile.adults {
  margin-bottom: 10px;
}
.section--take-a-test.mobile .content-grid__column-mobile .rte {
  align-items: center;
}
.section--take-a-test.mobile .content-grid__column-mobile .rte h2 {
  margin-top: 20px;
}
.section--take-a-test.mobile .content-grid__column-mobile .rte p {
  max-width: unset;
}
.section--take-a-test.mobile .content-grid__column-mobile .rte p:last-of-type {
  margin: 0;
}
.section--take-a-test.mobile .content-grid__column-mobile .rte .button-link,
.section--take-a-test.mobile
  .content-grid__column-mobile
  .rte
  .search-results__btn {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  z-index: 2;
  width: 260px;
  padding: 12px;
  background-color: #1e63a0;
  background-image: linear-gradient(90deg, #1e63a0, #003264);
  border: 3px solid #fff;
  border-radius: 35px;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.32);
  min-width: 300px;
}
.section--take-a-test.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .section--take-a-test {
    height: 125px;
    margin-top: 30px;
    padding: 5px 0;
  }
  .section--take-a-test.mobile {
    display: none;
  }
  .section--take-a-test.desktop {
    display: flex;
  }
  .section--take-a-test .content-grid__column--size-4 {
    display: flex;
    align-items: center;
    max-width: 50%;
  }
  .section--take-a-test .content-grid__column--size-4 .rte-wrapper {
    z-index: 1;
  }
  .section--take-a-test .content-grid__column--size-4 h2 {
    margin-bottom: 0;
  }
  .section--take-a-test .content-grid__column--size-4 p {
    margin-top: 0;
  }
  .section--take-a-test .content-grid__column--size-4:first-of-type {
    position: relative;
    justify-content: flex-end;
    padding-right: 80px;
    border-right: 3px solid;
    border-color: transparent;
  }
  .section--take-a-test .content-grid__column--size-4:first-of-type a,
  .section--take-a-test .content-grid__column--size-4:first-of-type h2 {
    color: #0d4da0;
  }
  .section--take-a-test .content-grid__column--size-4:last-of-type {
    justify-content: flex-start;
    padding-left: 80px;
    background-position: 100% 65%;
    border-left: 3px solid;
    border-color: transparent;
  }
  .section--take-a-test .content-grid__column--size-4:last-of-type a,
  .section--take-a-test .content-grid__column--size-4:last-of-type h2 {
    color: #003264;
  }
  .section--take-a-test .content-grid__column--size-4:first-of-type,
  .section--take-a-test .content-grid__column--size-4:last-of-type {
    padding-bottom: 0;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper {
    text-align: center;
    max-width: 525px;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte {
    display: block;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    h2,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    h2 {
    min-height: auto;
    margin: 0;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    h2
    a,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    h2
    a {
    font-size: 1.3125rem;
    font-weight: 600;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    p,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    p {
    max-width: 100%;
    margin: 0;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    p
    a,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    p
    a {
    font-size: 1rem;
    font-weight: 600;
  }
  .section--take-a-test__middle-image {
    position: absolute;
    top: -26px;
    left: 50%;
    width: 108px;
    height: 120px;
    transform: translate(-50%, 25%);
  }
}
@media screen and (min-width: 992px) {
  .section--take-a-test {
    height: 210px;
    margin-top: 30px;
  }
  .section--take-a-test .content-grid__column--size-4:first-of-type {
    padding-right: 140px;
    padding-left: 40px;
  }
  .section--take-a-test .content-grid__column--size-4:last-of-type {
    padding-right: 40px;
    padding-left: 140px;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    h2
    a,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    h2
    a {
    font-size: 1.75rem;
  }
  .section--take-a-test
    .content-grid__column--size-4:first-of-type
    .rte-wrapper
    .rte
    p
    a,
  .section--take-a-test
    .content-grid__column--size-4:last-of-type
    .rte-wrapper
    .rte
    p
    a {
    font-size: 1.5rem;
  }
  .section--take-a-test__middle-image {
    position: absolute;
    top: 0;
    bottom: 110px;
    left: 50%;
    width: 146px;
    height: 146px;
    max-width: 160px;
    transform: translate(-50%, 25%);
  }
}
.section--home__top {
  border-top: none;
}
.section--home__top:first-of-type {
  display: none;
}
.section--home__content {
  width: 100%;
  padding: 0 15px;
}
.section--home__read-more {
  width: 100%;
  padding: 15px;
}
.section--home__read-more .promotion-row__title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #1e63a0;
  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 .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 .promotion--col-2 .promotion__link-wrapper {
  margin: auto 15px 0;
}
.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: #c3a151;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 20px;
  background: none;
  background-color: transparent;
  border: 2px solid #c3a151;
  border-width: 2px !important;
  box-shadow: none;
}
.section--home__carousel--3d {
  margin-bottom: 150px;
}
.section--home__carousel--3d.adults {
  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: 50px;
  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: #1e63a0;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto 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;
}
@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;
  }
  .section--home__read-more .promotion--col-2 .promotion__link-wrapper {
    margin: auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .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__top:first-of-type {
    display: unset;
  }
  .section--home__top:nth-of-type(2) {
    display: none;
  }
  .section--home__content {
    margin: 0 auto;
  }
  .section--home__carousel--3d {
    margin-bottom: 200px;
  }
  .section--home__carousel--3d .rte-wrapper .rte h3 {
    font-size: 2.5rem;
  }
  .section--home__carousel--3d.adults {
    background-position: top 33% center;
    background-size: 100%;
  }
  .section--home__carousel--3d .carousel-item__content-header {
    font-size: 2.25rem;
    margin: 0 0 15px;
  }
  .section--home__carousel--3d .carousel-item__content-image img {
    width: auto;
    height: 60vh;
  }
  .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 .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--alt .carouse-select-steps {
    display: none;
  }
  .section--home__carousel--alt .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--alt .carousel-item__content {
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 2;
    width: 400px;
    transform: translateX(-50%);
  }
  .section--home__carousel--alt .carousel-item__content-image {
    position: relative;
    width: auto;
  }
  .section--home__carousel--alt .carousel-item__content-header {
    color: #ba1d81;
    text-transform: uppercase;
  }
  .section--home__carousel--alt .carousel-item__image {
    height: calc(100% - 200px);
    margin-bottom: 250px;
  }
  .section--home__carousel--alt .carousel-item__btn {
    width: 100%;
    margin-top: 40px;
  }
  .section--home__read-more {
    position: relative;
    padding: 50px 0 30px;
    background-color: transparent;
  }
  .section--home__read-more.kids {
    background-image: url(/static/bg-read-more.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section--home__read-more.adults .content-grid__column > .button-link,
  .section--home__read-more.adults
    .content-grid__column
    > .search-results__btn {
    color: #c3a151;
    border: 2px solid #c3a151;
  }
  .section--home__read-more.adults .content-grid__column {
    text-align: center;
  }
  .section--home__read-more.adults .content-grid__column > .button-link,
  .section--home__read-more.adults
    .content-grid__column
    > .search-results__btn {
    width: 400px;
    margin-top: 0;
  }
  .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 .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__content {
    width: 1120px;
  }
  .section--home__read-more .promotion-row__wrapper {
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
    padding: 0 100px;
  }
  .section--home__read-more .promotion-row__wrapper .promotion {
    width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .section--home__carousel--3d .carousel-item__content-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .section--home__carousel--3d {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.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: 300;
  color: #1e63a0;
  margin: 0;
}
.section--image-text .carousel-item__content-wrapper {
  flex-direction: column;
}
.section--image-text .carousel-item__content-image,
.section--image-text .carousel-item__content-wrapper:after {
  display: none;
}
.section--image-text .carousel-item__image {
  height: auto;
}
.section--image-text .carousel-item__description {
  font-size: 1.5rem;
  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;
}
.section--image-text .carousel-item__description p {
  color: #1e63a0;
}
@media screen and (min-width: 768px) {
  .section--image-text .carousel-item__content-image {
    position: static;
    display: unset;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .section--image-text {
    position: relative;
  }
  .section--image-text .carousel-item__content {
    position: relative;
    z-index: 2;
    width: 590px;
    margin-left: calc((100vw - 1120px) / 2);
    padding: 65px 40px 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: 90%;
  }
  .section--image-text .carousel-item__content-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: unset;
    background: linear-gradient(90deg, #f2f9fc 10%, transparent);
    content: "";
  }
  .section--image-text .carousel-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1920px) {
  .section--image-text {
    max-width: 1920px;
    margin: 0 auto;
  }
  .section--image-text .carousel-item__content {
    margin-left: 200px;
  }
}
.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%, 0.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%, 0.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: 16px;
  height: 16px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #004d92;
  border-radius: 9px;
}
.slider-control-bottomcenter .carousel-navigation__item--active {
  background-color: #00adee;
}
.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: 0.875rem;
  width: 70%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrapper table th {
  font-weight: 400;
  color: #003263;
  text-align: left;
  padding: 20px;
  background-color: #aad6e9;
  border-collapse: collapse;
  border: 1px solid rgba(0, 50, 99, 0.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, 0.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;
  }
}
.visit-section {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.visit-section .content-grid__column {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visit-section .content-grid__column .image-as-link {
  width: 100%;
  margin-bottom: -5px;
}
.visit-section .content-grid__column .rte-wrapper {
  z-index: 2;
  padding: 20px 30px;
}
.visit-section .content-grid__column .rte-wrapper h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.visit-section .content-grid__column .rte-wrapper p {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 15px auto;
}
.visit-section .content-grid__column .rte-wrapper p:last-of-type {
  text-align: center;
  margin-bottom: 0;
}
.visit-section .content-grid__column .button-link,
.visit-section .content-grid__column .search-results__btn {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  z-index: 2;
  width: 260px;
  padding: 12px;
  background-color: #1e63a0;
  background-image: linear-gradient(90deg, #1e63a0, #003264);
  border: 3px solid #fff;
  border-radius: 35px;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.32);
  min-width: 300px;
}
.visit-section-right .content-grid__column:last-of-type {
  background-color: #fff;
}
.visit-section-right .content-grid__column:last-of-type .rte-wrapper {
  color: #0d4da0;
}
.visit-section-left {
  flex-direction: column-reverse;
}
.visit-section-left .content-grid__column:first-of-type {
  background-color: #fff;
}
.visit-section-left .content-grid__column:first-of-type .rte-wrapper {
  color: #003264;
}
.visit-section-left .image-as-link {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .visit-section {
    flex-direction: row;
    max-width: 100%;
    margin: 0 auto 5px;
  }
  .visit-section .content-grid__column {
    align-items: flex-start;
    margin: 0;
  }
  .visit-section .content-grid__column .rte-wrapper {
    text-align: left;
    max-width: 635px;
    padding: 0;
  }
  .visit-section .content-grid__column .rte-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .visit-section .content-grid__column .rte-wrapper p {
    font-size: 1rem;
    font-weight: 300;
    margin: 12px 0;
  }
  .visit-section .content-grid__column .rte-wrapper p:last-of-type {
    text-align: left;
    margin-bottom: 0;
    overflow: visible;
  }
  .visit-section .content-grid__column .rte-wrapper .button-link,
  .visit-section .content-grid__column .rte-wrapper .search-results__btn {
    font-size: 1.0625rem;
    width: 250px;
    min-width: unset;
    padding: 4px 6px 5px;
  }
  .visit-section .content-grid__column .image-as-link {
    width: 100%;
    height: 100%;
  }
  .visit-section .content-grid__column .image-as-link img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .visit-section-left {
    justify-content: flex-end;
    max-height: 450px;
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .visit-section-left .content-grid__column:first-of-type {
    position: relative;
    left: 40px;
    z-index: 1;
    flex-basis: 56%;
    align-items: flex-end;
    align-self: center;
    justify-content: space-around;
    height: auto;
    max-width: 56%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 40px 20px;
  }
  .visit-section-left .image-as-link img {
    object-position: 100% 85%;
  }
  .visit-section-right {
    max-height: 450px;
    margin-top: 72px;
  }
  .visit-section-right .content-grid__column:last-of-type {
    position: relative;
    left: -40px;
    flex-basis: 56%;
    align-self: center;
    justify-content: space-around;
    height: auto;
    max-width: 56%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 40px 20px;
  }
  .visit-section-right .image-as-link img {
    object-position: 100% 0;
  }
}
@media screen and (min-width: 992px) {
  .visit-section .content-grid__column .rte-wrapper h2 {
    font-size: 2rem;
  }
  .visit-section .content-grid__column .rte-wrapper p {
    font-size: 1.25rem;
  }
  .visit-section .content-grid__column .rte-wrapper .button-link,
  .visit-section .content-grid__column .rte-wrapper .search-results__btn {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    z-index: 2;
    width: 260px;
    padding: 12px;
    background-color: #1e63a0;
    background-image: linear-gradient(90deg, #1e63a0, #003264);
    border: 3px solid #fff;
    border-radius: 35px;
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.32);
    margin-top: 8px;
  }
  .visit-section-left .content-grid__column:first-of-type {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 36px 40px 40px 55px;
  }
  .visit-section-right .content-grid__column:last-of-type {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 36px 55px 40px 40px;
  }
}
.explore-products-section {
  position: relative;
  margin: 5px auto 0;
  padding: 0 20px 200px;
  background: -webkit-radial-gradient(top, #b9cee4, #0d3776);
  background: -moz-radial-gradient(top, #b9cee4, #0d3776);
  background: radial-gradient(to bottom, #b9cee4, #0d3776);
}
.explore-products-section:after {
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 0;
  width: 110%;
  height: 100%;
  background: url(/static/backgrounds/bg-bottom-wave.png);
  background-position: 35% 115%;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  transform: rotate(5deg);
}
.explore-products-section .content-grid__column {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.explore-products-section .content-grid__column .rte-wrapper .rte h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #003264;
  text-align: center;
  margin: 40px 0;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__buttons {
  display: flex;
  justify-content: center;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  min-width: 56%;
  margin-bottom: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 25px;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn:first-child {
  margin-right: -6%;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn:first-of-type {
  z-index: 1;
  background-color: #003264;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn:first-of-type
  a {
  color: #fff;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn:last-child {
  margin-left: -6%;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn:focus {
  outline: #fff;
}
.explore-products-section
  .content-grid__column
  .rte-wrapper
  .rte
  .explore-products-section__btn
  a {
  line-height: 3;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .explore-products-section {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .explore-products-section:after {
    bottom: 0;
    width: 100%;
    background-position: bottom;
    background-size: contain;
    transform: unset;
  }
  .explore-products-section .content-grid__column {
    max-width: 1120px;
    margin: 0 auto;
  }
  .explore-products-section .content-grid__column .rte-wrapper .rte h2 {
    font-size: 2.25rem;
    margin: 50px 0;
  }
  .explore-products-section
    .content-grid__column
    .rte-wrapper
    .rte
    .carousel-item__content-wrapper {
    max-width: 1120px;
  }
  .explore-products-section
    .content-grid__column
    .rte-wrapper
    .rte
    .explore-products-section__buttons {
    width: 70%;
    margin: 0 auto;
  }
  .explore-products-section
    .content-grid__column
    .rte-wrapper
    .rte
    .explore-products-section__content {
    max-width: 1120px;
    padding: 30px 0 20px;
  }
  .explore-products-section
    .content-grid__column
    .rte-wrapper
    .rte
    .explore-products-section__btn {
    height: 50px;
  }
}
.section--take-a-test-adultos {
  display: flex;
  height: 310px;
  padding-bottom: 5px;
}
.section--take-a-test-adultos .content-grid__column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: url(/static/backgrounds/test_banner_adultos_mobile_bgplus.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--take-a-test-adultos .content-grid__column .rte {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--take-a-test-adultos .content-grid__column h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.section--take-a-test-adultos .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-adultos .content-grid__column h2,
.section--take-a-test-adultos .content-grid__column p {
  color: #003263;
}
.section--take-a-test-adultos .content-grid__column p a {
  width: 315px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 12px 40px;
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  border: 3px solid #fff;
}
@media screen and (min-width: 768px) {
  .section--take-a-test-adultos {
    height: 210px;
    margin-top: -4px;
    padding-top: 4px;
    background-color: #fff;
  }
  .section--take-a-test-adultos .content-grid__column {
    background: url(/static/backgrounds/test_banner_adultos_desktop_bgplus.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section--take-a-test-adultos .content-grid__column h2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .section--take-a-test-adultos .content-grid__column p {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 504px;
    margin: 5px 0 20px;
  }
  .section--take-a-test-adultos .content-grid__column p a {
    width: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .section--take-a-test-adultos {
    margin-top: 4px;
    padding-top: 0;
  }
}
.master-homepage .section--home__top {
  border-top: none;
}
.master-homepage .section--home__content {
  width: 100%;
  padding: 0 15px;
}
.master-homepage .section--home__carousel--desktop,
.master-homepage .section--home__carousel--simple .carouse-select-steps {
  display: none;
}
.master-homepage
  .section--home__carousel--mobile
  .carousel-item__content-wrapper
  a {
  flex: 1 0 0;
}
@media screen and (min-width: 768px) {
  .master-homepage .section--home__top {
    border-bottom: 4px solid #fff;
  }
  .master-homepage
    .section--home__top
    .content-grid__column:first-of-type
    .image-as-link {
    height: 100%;
  }
  .master-homepage
    .section--home__top
    .content-grid__column:first-of-type
    .image-as-link__image {
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .master-homepage .section--home__content {
    width: 1120px;
    margin: 0 auto;
  }
  .master-homepage .section--home__carousel--desktop {
    display: flex;
  }
  .master-homepage .section--home__carousel--mobile,
  .master-homepage .section--home__carousel .carouse-select-steps {
    display: none;
  }
  .master-homepage .section--home__carousel .carousel-item__content {
    text-align: center;
    bottom: 90px;
    left: 50%;
  }
  .master-homepage .section--home__carousel .carousel-item__content-image {
    position: relative;
    width: auto;
  }
  .master-homepage .section--home__carousel .carousel-item__content-header {
    font-size: 2.25rem;
  }
  .master-homepage .section--home__carousel .carousel-item__description {
    font-size: 1.5rem;
  }
  .master-homepage .section--home__carousel .carousel-item__image {
    height: calc(100% - 200px);
  }
  .master-homepage .section--home__carousel .carousel-item__btn {
    margin-top: 40px;
  }
  .master-homepage .section--home__carousel--simple .carouse-select-steps {
    display: none;
  }
  .master-homepage .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;
  }
  .master-homepage .section--home__carousel--simple .carousel-item__content {
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 2;
    width: 400px;
    transform: translateX(-50%);
  }
  .master-homepage
    .section--home__carousel--simple
    .carousel-item__content-header {
    color: #ba1d81;
    text-transform: uppercase;
  }
  .master-homepage
    .section--home__carousel--simple
    .carousel-item__content-image {
    position: relative;
    width: auto;
  }
  .master-homepage
    .section--home__carousel--simple
    .carousel-item__content-wrapper
    .link {
    display: block;
    width: 100%;
  }
  .master-homepage .section--home__carousel--simple .carousel-item__image {
    width: 100%;
  }
  .master-homepage .section--home__carousel--simple .carousel-item__btn {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .master-homepage .section--home__carousel--simple {
    max-height: 1072px;
  }
}
.evidon-consent-button .evidon-consent-button-image {
  width: 20px !important;
  height: 20px !important;
}
#evidon-gdpr-background {
  z-index: !important;
}
#evidon-gdpr-closeicon {
  top: 10px !important;
}
#evidon-gdpr-overlay {
  width: auto !important;
  margin: 0 20px !important;
}
#evidon-prefdiag-background,
#evidon-prefdiag-overlay {
  z-index: 9;
}
.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 15px;
}
.article-page-top ~ .content-grid__row:not(.section--bottom-image) .rte p,
.articles-page-top ~ .content-grid__row:not(.section--bottom-image) .rte p,
.recipe-page-top ~ .content-grid__row:not(.section--bottom-image) .rte p,
.recipes-page-top ~ .content-grid__row:not(.section--bottom-image) .rte p {
  font-size: 1.125rem;
  line-height: 30px;
  color: #707070;
}
.article-page-top ~ .content-grid__row:not(.section--bottom-image) .rte li,
.articles-page-top ~ .content-grid__row:not(.section--bottom-image) .rte li,
.recipe-page-top ~ .content-grid__row:not(.section--bottom-image) .rte li,
.recipes-page-top ~ .content-grid__row:not(.section--bottom-image) .rte li {
  font-family: Effra;
  font-size: 1.125rem;
  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: #1e63a0;
  width: 100%;
}
.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.375rem;
  color: #1e63a0;
}
.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: #707070;
  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: #1e63a0;
  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;
}
@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;
  }
  .article-page-top .carousel-item__content,
  .article-page-top .carousel-item__description,
  .articles-page-top .carousel-item__content,
  .articles-page-top .carousel-item__description,
  .recipe-page-top .carousel-item__content,
  .recipe-page-top .carousel-item__description,
  .recipes-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__description {
    width: 70%;
  }
  .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: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
    width: 40%;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 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 {
    position: relative;
    background-color: #fff;
  }
  .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: -50px;
    right: 0;
    bottom: 0;
    left: -285px;
    display: unset;
    background-image: url(/static/top-image-layer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    transform: rotate(-15deg);
  }
  .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: 75%;
    height: 448px;
    margin-right: -90px;
    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-top:after,
  .articles-page-top:after,
  .recipe-page-top:after,
  .recipes-page-top:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 0;
    height: 9999px;
    background-image: url(/static/bg-recipes.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  .recipe-page-top .carousel-item__image {
    margin-right: unset;
  }
  .recipe-page-top .carousel-item__content-wrapper:after {
    top: 0;
    left: -25px;
    transform: rotate(-20deg);
  }
  .articles-page-top {
    margin-bottom: 30px;
  }
}
@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: 46%;
  }
  .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 .carousel-item__content-header {
    width: 70%;
  }
  .recipe-page-top .carousel-item__content-wrapper:after {
    left: 0;
  }
  .recipe-page-top .carousel-item__content {
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .article-page .carousel-item__content-wrapper:after,
  .articles-page .carousel-item__content-wrapper:after,
  .recipes-page .carousel-item__content-wrapper:after {
    top: 0;
    left: 0;
    transform: none;
  }
  .recipe-page .carousel-item__content-wrapper:after {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .articles-page-top,
  .recipe-page-top,
  .recipes-page-top {
    max-width: 1920px;
    margin: 0 auto 90px;
  }
  .articles-page-top .carousel-item__content,
  .recipe-page-top .carousel-item__content,
  .recipes-page-top .carousel-item__content {
    left: 20%;
  }
  .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: 0;
  }
}
.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%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
}
.articles-page-top .carousel-item__content {
  height: 100%;
}
.articles-page-top .carousel-item__content-header {
  font-size: 1.5rem;
}
.articles-page-top .carousel-item__description {
  font-size: 1.125rem;
}
.articles-page .promotion__details .promotion__link-wrapper {
  margin: auto 15px 0;
}
@media (max-width: 767px) {
  .articles-page .articles-page-top .carousel-item {
    padding: 0 15px;
  }
  .articles-page .articles-page-top .carousel-item__content-wrapper {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .articles-page .articles-page-top .carousel-item__content-image {
    position: relative;
    width: 100%;
    padding-top: 66%;
  }
  .articles-page .articles-page-top .carousel-item__image {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
    object-position: 88%;
  }
  .articles-page .articles-page-top .carousel-item__content {
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@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 .promotion--col-1,
  .articles-page .promotion--col-2 {
    width: 325px;
  }
  .articles-page .promotion--col-1 .promotion__details .promotion__link-wrapper,
  .articles-page
    .promotion--col-2
    .promotion__details
    .promotion__link-wrapper {
    margin: auto 0 0;
  }
  .articles-page-top .carousel-item__content-header {
    font-size: 2.25rem;
  }
  .articles-page-top .carousel-item__description {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .articles-page .promotion--col-1,
  .articles-page .promotion--col-2 {
    width: 400px;
  }
  .articles-page-top .carousel-item__btn {
    position: absolute;
    bottom: 15%;
  }
}
.contact-page {
  flex-direction: column;
}
.contact-page .default-page {
  padding-bottom: 90px;
  background-image: url(/static/backgrounds/bottom.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  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 3.5px 0 rgba(0, 0, 0, 0.16);
}
.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 {
  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-control--has-error
  + .form-control--not-input
  p {
  height: 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 [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--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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  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;
    background: none;
  }
  .contact-page .consumer-form {
    max-width: 1120px;
    margin: 50px auto 0;
  }
  .contact-page .consumer-form h2 {
    font-weight: 600;
  }
  .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 {
    display: none;
  }
  .contact-page .consumer-form .form-control__label--terms {
    display: flex;
  }
  .contact-page .consumer-form .form-control__input::placeholder {
    font-weight: 600;
    opacity: 1;
  }
  .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%;
  }
  .contact-page .page-container {
    position: relative;
    min-height: 100vh;
  }
  .contact-page .page-container main {
    padding-bottom: 423px;
  }
  .contact-page .page-container .main-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .contact-page .page-container:after {
    position: absolute;
    width: 100%;
    height: 90vh;
    background-image: url(/static/backgrounds/bottom.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    bottom: 423px;
  }
}
@media screen and (min-width: 992px) {
  .contact-page .page-container main {
    padding-bottom: 393px;
  }
  .contact-page .page-container:after {
    bottom: 393px;
  }
  .contact-page
    .page-container
    .consumer-form
    .form-control--terms
    + .form-control--not-input {
    max-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .content-grid {
    flex-direction: row;
  }
}
.faq-page .default-page {
  padding-bottom: 90px;
  background-image: url(/static/backgrounds/bottom.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 .page-container {
    position: relative;
    min-height: 100vh;
  }
  .faq-page .page-container .default-page {
    background: none;
  }
  .faq-page .page-container .accordion__inner p,
  .faq-page .page-container .accordion__text {
    font-size: 1.5rem;
  }
  .faq-page .page-container .accordion__trigger:after {
    margin-top: 7px;
  }
  .faq-page .page-container main {
    padding-bottom: 423px;
  }
  .faq-page .page-container .main-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .faq-page .page-container:after {
    position: absolute;
    width: 100%;
    height: 90vh;
    background-image: url(/static/backgrounds/bottom.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    bottom: 423px;
  }
}
@media screen and (min-width: 992px) {
  .faq-page .page-container main {
    padding-bottom: 393px;
  }
  .faq-page .page-container:after {
    bottom: 393px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-page .content-grid__row {
    width: 1120px;
    margin: 0 auto;
  }
}
.product-page .default-page {
  padding-bottom: 90px;
  background-image: url(/static/backgrounds/bottom.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.product-page .default-page > .content-grid {
  width: 100%;
  padding: 0 15px;
}
.product-page .accordion .recipe ul {
  flex-direction: column;
}
.product-page .accordion .recipe ul li {
  margin: 30px 0;
}
.product-page .content-grid__row {
  position: static;
  z-index: auto;
}
.product-page .product-hero {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 30px 65px;
}
.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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
  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 p.product-page__description {
  text-align: left;
}
.product-page .product-hero .button-link,
.product-page .product-hero .search-results__btn {
  color: #fff;
  background: #1e63a0;
  background: linear-gradient(90deg, #1e63a0, #003263);
  width: 100%;
}
.product-page .product-subtitle {
  font-size: 1.125rem;
}
.product-page .product-description {
  display: none;
}
.product-page .product-features {
  box-sizing: border-box;
}
.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 {
  margin-bottom: 10px;
}
.product-page .promotion__link-wrapper .button-link,
.product-page .promotion__link-wrapper .search-results__btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #e7c46f;
  background: linear-gradient(90deg, #e7c46f, #c3a151);
}
@media screen and (min-width: 768px) {
  .product-page .default-page {
    padding-bottom: 200px;
  }
  .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 .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: auto;
  }
  .product-page .product-hero .image-as-link__image {
    width: 100%;
    max-width: 350px;
    margin-right: 70px;
  }
  .product-page.duopack .default-page .content-grid__row.product-hero {
    align-items: center;
  }
  .product-page.duopack
    .default-page
    .content-grid__row.product-hero
    .image-as-link__image {
    max-width: 500px;
    margin-right: 50px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .product-page .default-page > .content-grid {
    width: 1120px;
    margin: 0 auto;
  }
}
.products-grid .main-title {
  display: block;
}
.products-grid .default-page {
  padding-bottom: 90px;
  background-image: url(/static/backgrounds/bottom.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.products-grid .content-grid {
  width: 100%;
  padding: 0 15px;
}
.products-grid .content-grid .section--bottom-image {
  width: 100vw;
  margin: 0 15px;
}
.products-grid .content-grid__row:not(.section--bottom-image) {
  position: static;
  z-index: auto;
  flex-direction: column;
}
.products-grid
  .content-grid__row:not(.section--bottom-image)
  .content-grid__column {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 15px 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 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
  .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;
  margin: 15px 0;
}
.products-grid .content-grid__column--size-4 {
  width: 100%;
}
.products-grid--master-page .default-page {
  padding-bottom: 210px;
  background-image: url(/static/backgrounds/bg-bottom-wave.png);
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.products-grid--master-page .page-container {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 50, 100, 0.18),
    rgba(218, 239, 249, 0.23) 20%,
    rgba(0, 50, 100, 0.23)
  );
  background-repeat: no-repeat;
}
.products-grid--master-page .main-title {
  display: none;
}
.products-grid--master-page .products-header .main-title {
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding: 0;
}
.products-grid--master-page .products-header .main-title__header {
  font-size: 2.25rem;
  font-weight: 400;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
.products-grid--master-page .products-header .main-title__subheader {
  font-size: 1.25rem;
  font-weight: 300;
  color: #003263;
  margin-top: 0;
  margin-bottom: 0;
}
.products-grid--master-page
  .content-grid__row:not(.section--bottom-image)
  .content-grid__column--size-6 {
  flex-basis: 31%;
}
.products-grid--master-page
  .content-grid__row:not(.section--bottom-image)
  .content-grid__column
  .image-as-link {
  height: 100%;
}
.products-grid--master-page
  .content-grid__row:not(.section--bottom-image)
  .content-grid__column
  .image-as-link__image {
  max-width: 88%;
  margin: 0;
}
.products-grid--master-page .product-details a {
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
}
.products-grid--master-page .product-details__more > a,
.products-grid--master-page .product-details__more > button {
  font-weight: 400;
  background: #429ec5;
  background: linear-gradient(90deg, #429ec5, #004586);
}
.products-grid--master-page .product-details__open a {
  font-weight: 400;
  color: #004586;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #004586 !important;
}
.products-grid--master-page
  .content-grid__row
  .content-grid__column:not(.content-grid__column--size-4):not(.content-grid__column--size-6),
.products-grid--master-page
  .content-grid__row.row-with-image
  .content-grid__column:last-child {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.products-grid--master-page
  .content-grid__row.row-with-image
  .content-grid__column:last-child
  .image-as-link:first-of-type {
  height: 440px;
}
.products-grid--master-page
  .content-grid__row.row-with-image
  .content-grid__column:last-child
  .image-as-link:last-of-type {
  display: none;
}
.products-grid--master-page
  .content-grid__row.row-with-image
  .content-grid__column:last-child
  .image-as-link__link {
  height: 100%;
}
.products-grid--master-page
  .content-grid__row.row-with-image
  .content-grid__column:last-child
  .image-as-link__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  object-fit: cover;
}
.products-grid--master-page.products-grid--adults
  .content-grid__row.last-product-row
  .content-grid__column:not(:first-child) {
  display: none;
}
.products-grid--master-page .product-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-grid--master-page .product-navigation__item {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 48px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
}
.products-grid--master-page .product-navigation__item:first-child {
  width: 100%;
  margin-bottom: 5px;
}
.products-grid--master-page .product-navigation__item--active {
  color: #fff;
  z-index: 2;
  background-color: #004586;
}
.products-grid--master-page .product-navigation__item--regular {
  z-index: 1;
}
.products-grid--master-page .product-logotypes__close {
  top: 20px;
  right: 40px;
}
.products-grid--master-page .product-logotypes__close:after,
.products-grid--master-page .product-logotypes__close:before {
  top: 0;
}
.products-grid--master-page .product-logotypes__modal p {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.products-grid--master-page .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, 0.4);
}
@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--master-page .default-page {
    background-image: url(/static/backgrounds/bg-bottom-wave.png);
    background-position: bottom;
    background-size: contain;
  }
  .products-grid--master-page
    .default-page
    .content-grid__section
    .content-grid__row:not(.products-header) {
    max-width: 920px;
    margin: 0 auto;
  }
  .products-grid--master-page .products-header .main-title__header {
    padding: 0;
  }
  .products-grid--master-page .products-header .main-title__subheader {
    font-size: 1.875rem;
  }
  .products-grid--master-page
    .content-grid__row.con.row-with-image
    .content-grid__column:last-child
    .image-as-link:first-of-type {
    display: none;
    height: unset;
  }
  .products-grid--master-page
    .content-grid__row.con.row-with-image
    .content-grid__column:last-child
    .image-as-link:last-of-type {
    display: unset;
  }
  .products-grid--master-page
    .content-grid__row:not(.section--bottom-image)
    .content-grid__column
    > .image-as-link {
    height: 100%;
  }
  .products-grid--master-page .main-title__header {
    font-size: 2.25rem;
    font-weight: 600;
  }
  .products-grid--master-page .product-navigation {
    flex-wrap: nowrap;
    justify-content: left;
  }
  .products-grid--master-page .product-navigation__item {
    font-size: 1.25rem;
    border-radius: 25px;
  }
  .products-grid--master-page .product-navigation__item--regular {
    color: #fff;
    background-color: #429ec5;
  }
  .products-grid--master-page .product-navigation__item,
  .products-grid--master-page .product-navigation__item:first-child {
    width: 36%;
    margin-right: -4%;
  }
  .products-grid--master-page .content-grid__row.last-product-row {
    justify-content: center;
  }
  .products-grid--master-page .content-grid__column--size-6 {
    flex-basis: 31%;
    max-width: 31%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 1200px) {
  .products-grid:not(.products-grid--master-page) .main-title {
    display: block;
  }
  .products-grid .content-grid {
    width: 1120px;
    margin: 30px auto;
  }
}
.recipe-page main {
  position: relative;
}
.recipe-page main > * {
  position: relative;
  z-index: 1;
}
.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: 0.4;
}
.recipe-page .content-grid__row {
  flex-direction: column;
}
.recipe-page .carousel-item__content-header {
  text-align: center;
}
.recipe-page .carousel-item__description {
  display: none;
}
.recipe-page .rte {
  font-size: 1.125rem;
  color: #363636;
}
.recipe-page .rte h4 {
  font-family: Effra;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e63a0;
  margin-bottom: 10px;
}
.recipe-page .rte ul,
.recipe-page .rte ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recipe-page .rte p {
  margin-top: 0;
}
.recipe-page .section--recipe-content {
  flex-direction: column-reverse;
  padding-top: 0;
}
.recipe-page .section--recipe-content .rte {
  text-align: center;
}
.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 {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 15px 40px;
  background: linear-gradient(#1e63a0, #003263);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #1e63a0 !important;
}
.recipe-page
  .section--recipe-content
  .content-grid__column--size-6:nth-of-type(2)
  .rte
  h4
  span {
  font-size: 1.5rem;
}
.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-content
  .recipe-description.content-grid__column--size-6
  .rte {
  text-align: left;
}
.recipe-page .section--recipe-details .rte {
  font-weight: 300;
  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 .carousel-item__content-header {
    font-size: 2.25rem;
    text-align: left;
  }
  .recipe-page .carousel-item__description {
    display: none;
  }
  .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
    .content-grid__column--size-6:nth-of-type(2) {
    justify-content: end;
    padding-top: 50px;
    padding-left: 90px;
  }
  .recipe-page
    .section--recipe-content
    .content-grid__column--size-6:nth-of-type(2)
    .rte {
    flex-direction: column;
    margin-top: 90px;
  }
  .recipe-page
    .section--recipe-content
    .content-grid__column--size-6:nth-of-type(2)
    .rte
    h4 {
    position: relative;
    justify-content: center;
    height: 65px;
    margin: 15px 0;
    padding-left: 90px;
    background: linear-gradient(#1e63a0, #003263);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .recipe-page
    .section--recipe-content
    .content-grid__column--size-6:nth-of-type(2)
    .rte
    h4
    span {
    font-size: 1.875rem;
  }
  .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-tiles .image-as-link__image {
    position: relative;
    display: block;
  }
  .recipe-page .section--recipe-tiles .content-grid__column {
    position: relative;
  }
  .recipe-page .section--recipe-tiles .content-grid__column .rte-wrapper {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .recipe-page .section--recipe__recipes {
    width: 100%;
    padding: 0 calc((100vw - 1120px) / 2);
  }
  .recipe-page .recipe-page-top {
    margin-bottom: unset;
  }
  .recipe-page .section--recipe.section--recipe-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .recipe-page-top:after {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 14vw;
    background-image: url(/static/backgrounds/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  .recipe-page .carousel-item__image {
    width: 51%;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-page-top:after {
    right: -15px;
    bottom: -15px;
    height: 300px;
  }
}
.recipes-page .promotion {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.recipes-page .promotion__details {
  padding-bottom: 0;
  box-shadow: none;
}
.recipes-page .promotion__image {
  display: block;
  margin-bottom: 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;
  margin: 0 15px;
  background-color: hsla(0, 0%, 100%, 0.95);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recipes-page .promotion__link-wrapper .link {
  font-size: 1rem;
  font-weight: 400;
  color: #1e63a0;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: none;
  background-color: transparent;
}
.recipes-page .recipes-page-top .carousel-item__description p:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .recipes-page .promotion {
    width: 48%;
    height: 180px;
  }
  .recipes-page .promotion__link-wrapper .link {
    font-size: 1.25rem;
  }
  .recipes-page .promotion-row__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-page .page-container {
    position: relative;
    min-height: 100vh;
  }
  .sitemap-page .page-container main {
    padding-bottom: 423px;
  }
  .sitemap-page .page-container .main-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .sitemap-page .page-container {
    position: relative;
    min-height: 100vh;
  }
  .sitemap-page .page-container main {
    padding-bottom: 393px;
  }
}
.sitemap,
.text-page .content-grid {
  width: 100%;
  margin: 30px 0;
  padding: 0 15px;
}
.text-page .main-title {
  display: block;
}
.text-page .main-title__header {
  max-width: 100%;
}
.text-page .default-page {
  padding-bottom: 90px;
  background-image: url(/static/backgrounds/bottom.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.text-page .lds__body p {
  font-size: 1.125rem;
  line-height: 1.6em;
  color: #363636;
  margin: 0;
}
.text-page .lds__body a {
  color: #363636;
}
.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: 1200px) {
  .sitemap,
  .text-page .content-grid {
    width: 1120px;
    margin: 30px auto;
  }
}
.about-us-page main {
  background: #003264;
  background: url(/static/backgrounds/bg-bottom-wave.png);
  background-position: 85% 100%;
  background-repeat: no-repeat;
}
.about-us-page .page-container {
  width: 100%;
  height: 100%;
  background: #003264;
  background: linear-gradient(
      180deg,
      rgba(0, 50, 100, 0.23),
      rgba(218, 239, 249, 0.23) 20%,
      rgba(0, 50, 100, 0.23)
    ),
    url(/static/backgrounds/bg-bottom-wave-rotated.png);
  background-position: 0, 25% 110%;
  background-repeat: repeat, no-repeat;
}
.about-us-page .default-page {
  position: relative;
  min-width: 315px;
  padding: 0 15px;
}
.about-us-page .default-page:before {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 25%;
  background: url(/static/backgrounds/bg-about-us-1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.about-us-page .who-we-are {
  font-size: 1.25rem;
  color: #003c78;
  position: relative;
  margin: 0 -15px;
  padding: 15px;
}
.about-us-page .who-we-are__title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.about-us-page .who-we-are__subtitle {
  font-weight: 300;
  margin-top: 0;
}
.about-us-page .who-we-are__description {
  font-weight: 400;
}
.about-us-page .who-we-are__description:first-of-type {
  margin-top: 95%;
}
.about-us-page .who-we-are__images {
  position: absolute;
  top: 115px;
  right: -60px;
  display: none;
  width: 100vw;
}
.about-us-page .who-we-are__images .image-as-link:first-of-type {
  display: none;
  float: right;
  min-width: 333px;
  min-height: 215px;
  overflow: hidden;
  mask: url(/static/backgrounds/wave1-1.svg);
  mask-size: cover;
}
.about-us-page .who-we-are__images .image-as-link:first-of-type img {
  max-width: 1200px;
  transform: scale(2);
  object-fit: cover;
  object-position: 45px 30px;
}
.about-us-page .who-we-are__images .image-as-link:nth-of-type(2) {
  position: absolute;
  top: 10%;
  left: -8%;
  width: 35vw;
  max-width: 288px;
  min-width: 145px;
}
.about-us-page .who-we-are__images .image-as-link:nth-of-type(3) {
  position: absolute;
  top: 45%;
  left: 6%;
  width: 40vw;
  max-width: 348px;
  min-width: 148px;
}
.about-us-page .video-section {
  color: #003c78;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 60px auto;
}
.about-us-page .video-section__right {
  flex-direction: column-reverse;
  margin-bottom: 0;
  padding-bottom: 210px;
}
.about-us-page .video-section__title {
  font-size: 2.25rem;
  font-weight: 600;
  margin: 30px auto 0;
}
.about-us-page .video-section__description {
  font-size: 1.25rem;
  font-weight: 400;
}
.about-us-page .video-section .responsive-youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: transparent;
}
.about-us-page .video-section .responsive-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-us-page .video-section .button-link,
.about-us-page .video-section .search-results__btn {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  align-self: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  cursor: pointer;
  background: #429ec5;
  background: linear-gradient(90deg, #429ec5, #004586);
}
.about-us-page .video-section .content-grid__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.about-us-page .time-line {
  width: 100% !important;
  max-width: 1920px;
}
.about-us-page .time-line .content-grid__column {
  width: 100%;
}
.about-us-page .time-line .articles-carousel__title {
  display: none;
}
.about-us-page .time-line .articles-carousel__item-content {
  position: relative;
  align-items: center;
  padding: unset;
}
.about-us-page .time-line .articles-carousel__item-details-wrapper {
  text-align: center;
  width: 202px;
  margin: 0 auto;
}
.about-us-page .time-line .articles-carousel__item-image {
  width: 200px;
  height: 200px;
  border: 12px solid #61aed0;
  border-radius: 50%;
}
.about-us-page .time-line .articles-carousel__item-description {
  font-size: 1.125rem;
  font-weight: 300;
  color: #003c78;
}
.about-us-page .time-line .articles-carousel__item-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #61aed0;
  position: absolute;
  top: -75px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.about-us-page .time-line .articles-carousel__item-text h1:after,
.about-us-page .time-line .articles-carousel__item-text h1:before {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #61aed0;
  position: absolute;
  top: 4px;
  display: block;
  width: 45%;
  height: 37px;
  overflow: hidden;
  content: "- - -";
}
.about-us-page .time-line .articles-carousel__item-text h1:before {
  right: 65%;
  margin-right: 5px;
  transform: translateX(15%);
}
.about-us-page .time-line .articles-carousel__item-text h1:after {
  left: 65%;
  margin-left: 5px;
  transform: translateX(-15%);
}
.about-us-page .time-line .articles-carousel .slider {
  border: 0;
  outline: transparent;
}
.about-us-page .time-line .articles-carousel .slider-slide:first-of-type:before,
.about-us-page .time-line .articles-carousel .slider-slide:last-of-type:before {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #61aed0;
  border-radius: 50%;
  content: "";
  transform: translateY(25%);
}
.about-us-page
  .time-line
  .articles-carousel
  .slider-slide:first-of-type:before {
  left: 0;
}
.about-us-page .time-line .articles-carousel .slider-slide:last-of-type:before {
  right: 0;
}
.about-us-page .time-line .articles-carousel .slider-control-centerleft {
  top: 160px !important;
  left: 0 !important;
}
.about-us-page .time-line .articles-carousel .slider-control-centerright {
  top: 160px !important;
  right: 0 !important;
}
.about-us-page .time-line .artices-carousel__item {
  height: 430px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .about-us-page main {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about-us-page main .default-page {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about-us-page main .default-page:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 1280px;
    height: 875px;
    background: url(/static/backgrounds/bg-about-us-2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    transform: translate(-50%);
  }
  .about-us-page main .who-we-are {
    max-width: 1120px;
    margin: 0 auto;
  }
  .about-us-page main .who-we-are:before {
    display: none;
  }
  .about-us-page main .who-we-are__title {
    font-size: 2.25rem;
    margin-top: 50px;
  }
  .about-us-page main .who-we-are__subtitle {
    font-size: 1.875rem;
  }
  .about-us-page main .who-we-are__description {
    max-width: 430px;
  }
  .about-us-page main .who-we-are__description:first-of-type {
    margin-top: 50px;
  }
  .about-us-page main .who-we-are__description:last-of-type {
    margin-bottom: 0;
  }
  .about-us-page main .who-we-are .image-as-link:nth-of-type(2) {
    left: -8%;
    width: 22vw;
  }
  .about-us-page main .who-we-are .image-as-link:nth-of-type(3) {
    top: 35%;
    left: -5%;
    width: 27vw;
  }
  .about-us-page main .who-we-are__images {
    top: 30px;
    height: 100%;
  }
  .about-us-page main .who-we-are__images .image-as-link:first-of-type {
    width: 100%;
    height: 100%;
    clip-path: ellipse(85% 68% at 73% 36%);
    mask: url(/static/backgrounds/wave2-2.svg);
    mask-position: center;
    mask-size: cover;
  }
  .about-us-page main .who-we-are__images .image-as-link:first-of-type img {
    min-width: max-content;
    transform: scale(1);
    object-fit: cover;
    object-position: -220px -55px;
  }
  .about-us-page main .video-section {
    flex-direction: row;
    justify-content: center;
    margin: 80px auto;
  }
  .about-us-page main .video-section .content-grid__column {
    max-width: 470px;
    margin: 0 5px;
  }
  .about-us-page main .video-section__title {
    font-size: 1.875rem;
    margin-top: 0;
  }
  .about-us-page main .video-section__description {
    font-size: 1.25rem;
  }
  .about-us-page main .video-section__left .button-link,
  .about-us-page main .video-section__left .search-results__btn {
    align-self: flex-start;
  }
  .about-us-page main .video-section__right {
    text-align: right;
    margin-bottom: 0;
  }
  .about-us-page main .video-section__right .content-grid__column {
    align-items: flex-end;
  }
  .about-us-page main .video-section__right .button-link,
  .about-us-page main .video-section__right .search-results__btn {
    align-self: flex-end;
  }
  .about-us-page main .video-section .button-link,
  .about-us-page main .video-section .search-results__btn {
    width: 402px;
  }
  .about-us-page main .time-line {
    position: relative;
    height: 430px;
    margin: 145px auto 0 !important;
  }
  .about-us-page main .time-line .content-grid__column {
    position: absolute;
    left: 15px;
    height: 430px;
  }
  .about-us-page main .time-line .articles-carousel {
    height: 430px;
  }
  .about-us-page main .time-line .articles-carousel__item-image {
    min-width: 200px;
  }
  .about-us-page main .time-line .articles-carousel__item-title {
    text-align: center;
  }
  .about-us-page main .time-line .articles-carousel__item-text h1:after,
  .about-us-page main .time-line .articles-carousel__item-text h1:before {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #61aed0;
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    content: " - - - - - ";
    transform: none;
  }
  .about-us-page main .time-line .articles-carousel__item-text h1:before {
    content: none;
  }
  .about-us-page main .time-line .articles-carousel__item-text h1:after {
    right: -125px;
    left: auto;
    margin-left: 5px;
  }
  .about-us-page main .time-line .articles-carousel .slider-control-centerleft,
  .about-us-page
    main
    .time-line
    .articles-carousel
    .slider-control-centerright {
    top: -5px !important;
    transform: translate(0) !important;
  }
  .about-us-page main .time-line .articles-carousel .slider-control-centerleft {
    left: 0 !important;
    width: 70px;
    height: 34px;
    background-color: #e6f1f7;
  }
  .about-us-page
    main
    .time-line
    .articles-carousel
    .slider-control-centerleft:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #61aed0;
    border-radius: 50%;
    content: "";
    transform: translate(200%, 40%);
  }
  .about-us-page
    main
    .time-line
    .articles-carousel
    .slider-control-centerright {
    left: 65px !important;
    width: 50px;
    height: 34px;
    background-color: #e6f1f7;
  }
  .about-us-page
    main
    .time-line
    .articles-carousel
    .slider-slide:first-of-type:before,
  .about-us-page
    main
    .time-line
    .articles-carousel
    .slider-slide:last-of-type:before {
    display: none;
  }
  .about-us-page main .time-line .articles-carousel .slider-list {
    margin-left: 100px !important;
  }
  .about-us-page main .time-line .articles-carousel .slider-slide {
    width: 202px !important;
    max-width: 202px;
  }
  .about-us-page main .time-line .articles-carousel .slider-frame {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .about-us-page main .video-section .content-grid__column {
    margin: 0 30px;
  }
  .about-us-page main .who-we-are .image-as-link:nth-of-type(2) {
    left: -15%;
    width: 22vw;
  }
  .about-us-page main .who-we-are .image-as-link:nth-of-type(3) {
    left: -10%;
    width: 27vw;
  }
  .about-us-page main .time-line .articles-carousel .slider-list {
    margin-left: 90px !important;
  }
  .about-us-page main .time-line .articles-carousel .slider-frame {
    margin-left: 0 !important;
  }
  .about-us-page main .time-line .articles-carousel__item-text h1:after {
    right: -155px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us-page main .who-we-are .image-as-link:nth-of-type(2) {
    left: -25%;
    width: 22vw;
  }
  .about-us-page main .who-we-are .image-as-link:nth-of-type(3) {
    top: 45%;
    left: -10%;
    width: 27vw;
  }
  .about-us-page main .time-line {
    max-width: 1120px;
  }
  .about-us-page main .time-line .content-grid__column {
    width: 1185px;
    max-width: 1185px;
  }
}
@media (min-width: 1280px) {
  .about-us-page main .time-line .articles-carousel__item-text h1:after {
    right: -110px;
  }
}

#modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.3s ease;
}
#modal-container:focus,
#modal-container:target {
  opacity: 1;
  visibility: visible;
}

#product-logotypes__modal {
  box-shadow: 0 3px 6px rgb(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__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}

#modal_a {
  background: none;
  box-shadow: none;
}

#product-logotypes__close:before {
  transform: rotate(45deg);
}

#product-logotypes__close:after {
  transform: rotate(-45deg);
}

#product-logotypes__close:after,
#product-logotypes__close:before {
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #333;
  content: " ";
}

#modal_p {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

#modal_a {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 3px 5px -2px rgb(0 0 0 / 40%);
}

#modal_img {
  max-width: 100%;
  width: 100%;
  border-style: none;
  height: 100px;
  object-fit: contain;
}
