.cms-banner-carousel {
  position: relative;
  overflow: hidden;
  min-height: min(460px, 72vh);
  background: #111;
}

.cms-banner-slide {
  display: none;
  min-height: min(460px, 72vh);
  background-position: center;
  background-size: cover;
  color: #fff;
  align-items: center;
  position: relative;
}

.cms-banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cms-banner-slide.is-active {
  display: flex;
}

.cms-banner-inner {
  position: relative;
  z-index: 1;
  padding-block: 5rem;
}

.cms-banner-inner h2 {
  max-width: 820px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

.cms-banner-inner p {
  max-width: 720px;
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}

.cms-alert-band {
  padding-block: 1rem;
}

.cms-alert {
  border-radius: 8px;
  padding: 1rem 1.25rem;
  font-weight: 700;
}

.cms-alert-success {
  background: #e9f8ef;
  color: #176b39;
}

.cms-alert-error {
  background: #fff1f1;
  color: #9b1c1c;
}

.cms-rich-text img {
  max-width: 100%;
  height: auto;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: .5rem;
}
