: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;
}
:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.bottom-footer {
  background: #f2f2f2;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  min-height: 1px;
  padding: 15px 0;
}
@media screen and (max-width: 1023px) {
  .bottom-footer {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .bottom-footer {
    padding: 30px 0;
  }
  .bottom-footer .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-footer .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bottom-footer .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.bottom-footer__link {
  display: inline-block;
  line-height: 18px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .bottom-footer__link {
    margin-left: 30px;
  }
  .bottom-footer__link:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .bottom-footer__link {
    padding-bottom: 0;
  }
}
.bottom-footer__link-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 1024px) {
  .bottom-footer__link-container {
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-footer__link-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.bottom-footer__copyright {
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bottom-footer__copyright {
    padding-bottom: 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-footer__copyright {
    padding-top: 10px;
  }
}
.bottom-footer__copyright-content {
  display: inline-block;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
}
