.full-bleed-banner {
  position: relative;
}

.full-bleed-banner__digital-asset .image-asset--link {
  line-height: initial;
  text-decoration: none;
}

.full-bleed-banner__digital-asset .height-auto-center-sm {
  justify-content: center;
  display: flex;
}

.full-bleed-banner__digital-asset .height-auto-center-sm img {
  pointer-events: none;
  width: auto;
}

@media (width >= 768px) {
  .full-bleed-banner__digital-asset .height-auto-center-sm {
    display: inline;
  }

  .full-bleed-banner__digital-asset .height-auto-center-sm img {
    pointer-events: none;
    width: 100%;
  }

  .full-bleed-banner__digital-asset .height-auto-center-md {
    justify-content: center;
    display: flex;
  }

  .full-bleed-banner__digital-asset .height-auto-center-md img {
    pointer-events: none;
    width: auto;
  }
}

@media (width >= 1025px) {
  .full-bleed-banner__digital-asset .height-auto-center-md {
    display: inline;
  }

  .full-bleed-banner__digital-asset .height-auto-center-md img {
    pointer-events: none;
    width: 100%;
  }

  .full-bleed-banner__digital-asset .height-auto-center-lg {
    justify-content: center;
    display: flex;
  }

  .full-bleed-banner__digital-asset .height-auto-center-lg img {
    pointer-events: none;
    width: auto;
  }
}

.full-bleed-banner__digital-asset img {
  object-position: var(--mobile-focal-point-x) var(--mobile-focal-point-y);
}

@media (width >= 768px) {
  .full-bleed-banner__digital-asset img {
    object-position: var(--tablet-focal-point-x) var(--tablet-focal-point-y);
  }
}

@media (width >= 1025px) {
  .full-bleed-banner__digital-asset img {
    object-position: var(--desktop-focal-point-x) var(--desktop-focal-point-y);
  }
}

.full-bleed-banner__content-wrapper {
  padding-inline: 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 768px) {
  .full-bleed-banner__content-wrapper {
    padding-inline: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.full-bleed-banner__content-wrapper.position-static {
  background: none;
  max-width: 53.188rem;
  height: auto;
  padding: .5rem 1.25rem;
}

@media (width >= 768px) {
  .full-bleed-banner__content-wrapper.position-static {
    padding: 2.5rem 3.75rem;
  }
}

@media (width >= 1025px) {
  .full-bleed-banner__content-wrapper.position-static {
    padding: .75rem 3.75rem .15rem;
  }
}

.full-bleed-banner__content-wrapper.position-static .full-bleed-banner__title > *, .full-bleed-banner__content-wrapper.position-static .full-bleed-banner__description {
  color: #000;
}

.full-bleed-banner__title > * {
  color: #fff;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (width >= 1025px) {
  .full-bleed-banner__title > * {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.full-bleed-banner__description {
  color: #fff;
}

@media (width <= 767.98px) {
  .full-bleed-banner__description.description-collapsed {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .full-bleed-banner__description.expanded {
    display: block;
    overflow: visible;
  }
}

.full-bleed-banner__cta-list {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

@media (width >= 1025px) {
  .full-bleed-banner__cta-list {
    flex-direction: row;
    gap: 1rem;
  }
}

.full-bleed-banner__cta-list > * {
  justify-content: flex-start;
  display: flex;
}

.full-bleed-banner__cta-list .btn-mtb {
  width: 100%;
}

@media (width >= 768px) {
  .full-bleed-banner__cta-list .btn-mtb {
    width: auto;
  }
}

.full-bleed-banner__scroll-button {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0;
}

@media (width >= 768px) {
  .full-bleed-banner__scroll-button {
    width: calc(100% - 7.5rem);
    height: 3.75rem;
  }
}

.full-bleed-banner__scroll-button button {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
}

.full-bleed-banner__scroll-button button i {
  width: .875rem;
  height: .875rem;
}

.full-bleed-banner--with-grey-overlay .full-bleed-banner__content-wrapper {
  background: linear-gradient(#0000 65%, #000000b3 80%, #000 93%);
}

@media (width <= 1024.98px) {
  .full-bleed-banner.banner-with-text-only .full-bleed-banner__content-wrapper {
    height: auto;
    padding-bottom: 1.5rem;
    display: inline-block;
    position: relative;
  }
}

@media (width >= 1025px) {
  .full-bleed-banner.banner-with-text-only .full-bleed-banner__content-wrapper {
    flex-direction: column;
    height: auto;
    padding-bottom: .5rem;
    display: flex;
    position: relative;
  }
}

@media (width <= 767.98px) {
  .read-more-description {
    cursor: pointer;
    color: #000;
    background: none;
    border: 0;
    margin-top: .25rem;
    padding: 0;
    text-decoration: underline;
    display: inline-block;
  }
}

:has(.image-asset--link) .full-bleed-banner__content-wrapper {
  cursor: pointer;
}


/*# sourceMappingURL=fullBleedBanner.css.map*/