.brandBannerWithText {
  position: relative;
}

.brandBannerWithText__textContainer {
  width: 100%;
}

.brandBannerWithText__text {
  padding: 1.875rem 15px 0 15px;
}
.brandBannerWithText__text .header,
.brandBannerWithText__text .header--underscore,
.brandBannerWithText__text h1, .brandBannerWithText__text .-h1,
.brandBannerWithText__text h2, .brandBannerWithText__text .-h2,
.brandBannerWithText__text h3, .brandBannerWithText__text .-h3,
.brandBannerWithText__text h4, .brandBannerWithText__text .-h4,
.brandBannerWithText__text h5, .brandBannerWithText__text .-h5,
.brandBannerWithText__text h6, .brandBannerWithText__text .-h6 {
  display: block;
  text-transform: none;
  font-weight: 700;
  color: #22262C;
  line-height: 1.2;
  font-family: DynaPuff, Arial, sans-serif;
  font-size: clamp(26px, 8.8888888889vw, 32px);
}
@media (min-width: 360px) {
  .brandBannerWithText__text .header,
  .brandBannerWithText__text .header--underscore,
  .brandBannerWithText__text h1, .brandBannerWithText__text .-h1,
  .brandBannerWithText__text h2, .brandBannerWithText__text .-h2,
  .brandBannerWithText__text h3, .brandBannerWithText__text .-h3,
  .brandBannerWithText__text h4, .brandBannerWithText__text .-h4,
  .brandBannerWithText__text h5, .brandBannerWithText__text .-h5,
  .brandBannerWithText__text h6, .brandBannerWithText__text .-h6 {
    font-size: clamp(36px, 2.3157894737vw, 44px);
  }
}

.brandBannerWithText__desc--bright {
  color: #FFFFFF;
}
.brandBannerWithText__desc--bright .header,
.brandBannerWithText__desc--bright .header--underscore,
.brandBannerWithText__desc--bright h1, .brandBannerWithText__desc--bright .-h1,
.brandBannerWithText__desc--bright h2, .brandBannerWithText__desc--bright .-h2,
.brandBannerWithText__desc--bright h3, .brandBannerWithText__desc--bright .-h3,
.brandBannerWithText__desc--bright h4, .brandBannerWithText__desc--bright .-h4,
.brandBannerWithText__desc--bright h5, .brandBannerWithText__desc--bright .-h5,
.brandBannerWithText__desc--bright h6, .brandBannerWithText__desc--bright .-h6 {
  color: #FFFFFF;
}

.brandBannerWithText__desc--dark {
  color: #22262C;
}

.brandBannerWithText__banner {
  height: 67.7966101695vw;
}
.brandBannerWithText__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.brandBannerWithText__button--inline {
  margin-top: 1.5625rem;
}

.brandBannerWithText__button--full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: auto;
  width: 100%;
  max-width: none;
  min-height: auto;
  height: 100%;
  max-height: none;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .brandBannerWithText {
    min-height: 36.25rem;
  }
  .brandBannerWithText__banner {
    height: auto;
    overflow: hidden;
  }
  .brandBannerWithText__banner--desktop img {
    transition: transform 0.15s ease-out;
  }
  .brandBannerWithText__banner,
  .brandBannerWithText__textWrap {
    width: 100%;
  }
  .brandBannerWithText__text {
    padding: 3.75rem 0;
    width: 80%;
  }
  .brandBannerWithText:hover .brandBannerWithText__banner--desktop img {
    transform: scale(1.05);
  }
}
.brandBannerWithText__desc .header {
  font-size: clamp(36px, 2.3157894737vw, 44px);
}
.brandBannerWithText__desc .desc {
  font-size: 1rem;
}

.brandBannerWithText__banner img {
  border-radius: 6px;
}

@media (min-width: 768px) {
  .brandBannerWithText__desc .desc {
    font-size: 1rem;
  }
  .brandBannerWithText {
    min-height: unset;
    max-height: 30rem;
    height: 30rem;
  }
  .brandBannerWithText__banner {
    aspect-ratio: 2/4;
    height: calc(30rem);
    overflow: hidden;
    padding: 1.875rem;
    padding-right: 0;
    background-color: #FFFFFF;
  }
  .brandBannerWithText__banner,
  .brandBannerWithText__textWrap {
    width: 100%;
  }
  .brandBannerWithText__text {
    padding: 3.75rem 0;
    width: 80%;
  }
  .brandBannerWithText--left .brandBannerWithText__text {
    padding-left: 0 !important;
  }
  .brandBannerWithText:hover .brandBannerWithText__banner--desktop img {
    transform: unset;
  }
  .brandBannerWithText--left .brandBannerWithText__textContainer {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .brandBannerWithText__desc .header {
    font-size: clamp(20px, 2.3352793995vw, 28px);
  }
}
@media (min-width: 768px) {
  .brandBannerWithText--left .brandBannerWithText__textContainer {
    max-width: 950px;
    padding-left: 1.5789473684vw;
    margin-left: auto;
  }
  .brandBannerWithText--left .brandBannerWithText__text {
    padding-left: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .brandBannerWithText--left .brandBannerWithText__textContainer {
    padding-left: 30px;
  }
}
/*# sourceMappingURL=banner__brand_banner_with_text--left.css.map */