.brand-logo__image.image {
  height: 25px;
  width: auto;
}
.brand-logo__image--svg-logo {
  max-height: 25px;
}
@media screen and (max-width: 767px) {
  .brand-logo__image--svg-logo {
    display: none;
  }
}
.brand-logo__image--alt-logo {
  background: #212121;
}
: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;
}
.brand-belt {
  padding: 10px 0;
}
.brand-belt--black,
.brand-belt--white {
  margin: 0;
  padding: 0;
}
.brand-belt--black {
  background-color: #000;
}
.brand-belt__logo {
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .brand-belt__logo {
    height: 35px;
  }
}
.brand-belt__all-brands {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  min-height: 18px;
  text-align: center;
}
.brand-belt__all-brands,
.brand-belt__tile {
  align-items: center;
  display: flex;
  justify-content: center;
}
.brand-belt__tile {
  height: 50px;
  position: relative;
}
.brand-belt__tile img {
  max-height: 25px;
}
@media screen and (min-width: 1024px) {
  .brand-belt__tile img {
    max-height: 35px;
  }
  .brand-belt__tile {
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .brand-belt__tile {
    width: 160px;
  }
}
.brand-belt__tile:before {
  background: transparent;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.brand-belt .swiper-button-prev {
  height: 2.5rem;
  width: 40px;
}
.brand-belt .swiper-button-next {
  height: 1.5rem;
  width: 40px;
}
.brand-belt .douglas-swiper-carousel .swiper-slide {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: flex;
  height: 52px;
  place-content: center;
  width: 142px !important;
}
@media screen and (min-width: 1024px) {
  .brand-belt .douglas-swiper-carousel .swiper-slide {
    height: 62px;
    width: 138px !important;
  }
}
@media screen and (min-width: 1280px) {
  .brand-belt .douglas-swiper-carousel .swiper-slide {
    width: 211.3px !important;
  }
}
.brand-belt .douglas-swiper-carousel__freemode-slider .swiper {
  margin-left: 15px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brand-belt .douglas-swiper-carousel__freemode-slider .swiper {
    margin-left: 27px;
    padding-right: 27px;
  }
}
.brand-belt--black .brand-belt__tile,
.brand-belt--white .brand-belt__tile {
  height: 48px;
  width: auto;
}
.brand-belt--black .brand-belt__logo,
.brand-belt--white .brand-belt__logo {
  height: 16px;
}
.brand-belt--black .douglas-swiper-carousel .swiper-slide,
.brand-belt--white .douglas-swiper-carousel .swiper-slide {
  border: 0;
  height: 48px;
  width: auto !important;
}
.brand-belt--black .douglas-swiper-carousel__freemode-slider .swiper,
.brand-belt--white .douglas-swiper-carousel__freemode-slider .swiper {
  margin: 0;
  padding: 0;
}
.brand-belt--black .swiper-container,
.brand-belt--white .swiper-container {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .brand-belt--black .swiper-container,
  .brand-belt--white .swiper-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
