:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.section-headline {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  overflow: hidden;
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
}
.cms-container--mobile-full-width .section-headline {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 1024px) {
  .cms-container--mobile-full-width .section-headline {
    margin-left: 0;
  }
}
.section-headline__text {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-headline__text {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-transform: uppercase;
  }
}
.section-headline__link {
  margin-bottom: 8px;
}
.LcetBAYFlJj7vVvEndui {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.Vo04jLKXX9R3F3mx5auT,
.u_KGCcScd7Xo_e1OzT2Y {
  background-color: var(--color-brand-bright);
  border-radius: 1px;
  display: inline-block;
  height: 4px;
  width: 12px;
}
.Vo04jLKXX9R3F3mx5auT {
  position: absolute;
  transform: rotate(90deg);
}
.q8fJ_P9iaVNUcdhu36fF {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.q8fJ_P9iaVNUcdhu36fF:hover ._OcD3rjlSpju3dY63zP_ {
  background-color: #fff;
  color: #000;
}
.q8fJ_P9iaVNUcdhu36fF .Es9DDs8A6mc36xS7qApE {
  color: #fff;
}
.q8fJ_P9iaVNUcdhu36fF .STxCF08zGXBHXeJ9rq8U {
  color: #000;
}
.q8fJ_P9iaVNUcdhu36fF .uS1j4iOAUrI3RsXEhWGm {
  background-color: #fff;
  color: #000;
}
.h_mcoBILDD2lbZZZreYY {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .XfLe93mjkaEuiqmaXeVT {
    padding: 3px 13px;
  }
}
.loading-skeleton {
  background-color: rgba(0, 0, 0, 0.05);
  color: transparent;
  overflow: hidden;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loading-skeleton:before {
  animation: wave 1s linear 0.7s infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='50%25' y1='0%25' y2='0' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='transparent'/%3E%3Cstop offset='50%25' stop-color='rgba(0, 0, 0, 0.04)'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='50%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");
  background-size: 400% 400%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
}
.loading-skeleton--paused:before {
  animation-play-state: paused;
}
@keyframes wave {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
:export {
  colorGreyLight5: #f2f2f2;
  colorGreyDark50: #8a8a8a;
  colorGreyMedium: #e6e6e6;
  colorMintBright: var(--color-brand-bright);
  colorMintMedium: var(--color-brand-medium);
  colorBlack: #000;
  colorWhite: #fffffd;
  colorBrandLight: var(--color-brand-light);
  bgColorLightMint: #e6f6f4;
  bgColorLightRose: #ffebf0;
  bgColorRed: #ffebee;
  bgColorPink: #fce4ec;
  bgColorViolet: #f3e5f5;
  bgColorPurple: #ede7f6;
  bgColorIndigo: #e8eaf6;
  bgColorBlue: #e3f2fd;
  bgColorBabyBlue: #e1f5fe;
  bgColorCyan: #e0f7fa;
  bgColorTeal: #e0f2f1;
  bgColorGreen: #e8f5e9;
  bgColorFreshGreen: #f1f8e9;
  bgColorLime: #f9fbe7;
  bgColorYellow: #fffde7;
  bgColorAmber: #fff8e1;
  bgColorOrange: #fff3e0;
  bgColorRedOrange: #fbe9e7;
  bgColorMakeUp: #f7f1ed;
  bgColorBrown: #efebe9;
  bgColorGrey: #f2f2f2;
  bgColorBlueGrey: #eceff1;
  criteoColorGray: #b3b3b3;
  criteoColorBlack: #322b29;
  criteoColorDarkBrown: #5e534e;
}
.video-player {
  height: 100%;
  position: relative;
  width: 100%;
}
.video-player__loading {
  background-color: #f2f2f2;
  position: absolute;
  z-index: 10;
}
.YJKAHRyEzLQ2VhC0CpYj {
  display: block;
  height: 100%;
}
.YJKAHRyEzLQ2VhC0CpYj .gYBau5qpz4NanWKfFP9l {
  box-sizing: border-box;
  padding: 24px 48px 32px 16px;
  position: relative;
}
.YJKAHRyEzLQ2VhC0CpYj .gYBau5qpz4NanWKfFP9l .aXTg6_tx_YcHOhC4oCI1 {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.YJKAHRyEzLQ2VhC0CpYj .gYBau5qpz4NanWKfFP9l .GQeAqdrkK8Mnvzi5y7Mc {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
}
.YJKAHRyEzLQ2VhC0CpYj .r9_M1u1ZHxkv0SX0L4LR {
  position: absolute;
  right: 0;
  top: 4px;
}
.YJKAHRyEzLQ2VhC0CpYj ._G5yzXKdl6UmEcdqHAwF {
  color: #fff;
}
.YJKAHRyEzLQ2VhC0CpYj .TeC2fvRvBMRNHiG43r7y {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.YJKAHRyEzLQ2VhC0CpYj .TeC2fvRvBMRNHiG43r7y img {
  width: 100%;
}
.YJKAHRyEzLQ2VhC0CpYj .TeC2fvRvBMRNHiG43r7y .YuM6SnzMZcNwqZdY3ht3 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.YJKAHRyEzLQ2VhC0CpYj .TeC2fvRvBMRNHiG43r7y .hiedD7shPp46rkepugwc {
  left: 16px;
  position: absolute;
  top: 16px;
}
.YJKAHRyEzLQ2VhC0CpYj .TeC2fvRvBMRNHiG43r7y .hiedD7shPp46rkepugwc .eYXrZ6FhVWWzKMtU46bT {
  background-color: var(--color-sale-red);
}
.YJKAHRyEzLQ2VhC0CpYj .yerNQ8CUV_tyvMQAwtjc {
  align-items: center;
  border: 1px solid #bfbfbf;
  display: flex;
  height: 92px;
  overflow: hidden;
  padding: 9px;
  position: absolute;
  transform: translateY(-104px);
  width: 92px;
  z-index: 2;
}
.YJKAHRyEzLQ2VhC0CpYj .yerNQ8CUV_tyvMQAwtjc .KPGLvPEQ4eMCbyHxAcWH,
.YJKAHRyEzLQ2VhC0CpYj .yerNQ8CUV_tyvMQAwtjc img {
  width: 100%;
}
