.public-unified-banner {
  min-height: 22rem;
  background: #084f9e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.public-unified-banner__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 17, 33, 0.04) 0%, rgba(5, 17, 33, 0.12) 100%);
  pointer-events: none;
}

.public-unified-banner__media {
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
}

.public-unified-banner__media-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: inherit;
}

.public-unified-banner__media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      #084f9e 0%,
      #084f9e 24%,
      rgba(8, 79, 158, 0.98) 36%,
      rgba(8, 79, 158, 0.84) 50%,
      rgba(8, 79, 158, 0.56) 64%,
      rgba(8, 79, 158, 0.24) 78%,
      rgba(8, 79, 158, 0) 92%
    );
}

.public-unified-banner__media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 17, 33, 0.04) 0%, rgba(5, 17, 33, 0.18) 100%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.06) 0%, rgba(5, 17, 33, 0) 18%);
}

.public-unified-banner__media-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: saturate(1.02) contrast(1.02);
}

.public-unified-banner__body {
  min-height: inherit;
}

.public-unified-banner__content {
  display: flex;
  width: 100%;
  max-width: 34rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
}

.public-unified-banner__title {
  max-width: 42rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.public-unified-banner__content > a {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .public-unified-banner {
    --public-unified-banner-media-width: min(88%, 68rem);
    height: clamp(24rem, 34vw, 28rem);
    min-height: 0;
  }

  .public-unified-banner__media {
    inset: 0 0 0 auto;
    width: var(--public-unified-banner-media-width);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .public-unified-banner__media-card {
    align-items: stretch;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .public-unified-banner__media-card::before {
    inset: 0;
    width: 100%;
    transform: none;
    filter: none;
    opacity: 1;
    background:
      linear-gradient(
        90deg,
        #084f9e 0%,
        rgba(8, 79, 158, 0.99) 4%,
        rgba(8, 79, 158, 0.95) 10%,
        rgba(8, 79, 158, 0.86) 18%,
        rgba(8, 79, 158, 0.7) 28%,
        rgba(8, 79, 158, 0.5) 40%,
        rgba(8, 79, 158, 0.3) 52%,
        rgba(8, 79, 158, 0.14) 64%,
        rgba(8, 79, 158, 0.04) 74%,
        rgba(8, 79, 158, 0) 82%
      );
  }

  .public-unified-banner__media-card::after {
    background:
      linear-gradient(180deg, rgba(5, 17, 33, 0.03) 0%, rgba(5, 17, 33, 0.12) 100%);
  }

  .public-unified-banner__media-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  .public-unified-banner__shade {
    background:
      linear-gradient(180deg, rgba(5, 17, 33, 0.04) 0%, rgba(5, 17, 33, 0.12) 100%);
  }

  .public-unified-banner__body {
    height: 100%;
    min-height: 0;
    padding-right: clamp(6rem, 10vw, 10rem);
  }
}
