.image-banner__inner {
  padding: 5rem 0;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .image-banner__inner {
    padding: 3rem 0;
  }
}
.image-banner__inner > div {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
.image-banner__top {
  text-align: center;
}
.image-banner__top > *:first-child {
  margin-top: 0 !important;
}
.image-banner__top > *:last-child {
  margin-bottom: 0 !important;
}
.image-banner__body {
  clip-path: inset(0 round 50px);
  overflow: hidden;
}
.image-banner__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/0.375;
  padding: 3rem;
  box-sizing: border-box;
  justify-content: flex-end;
  aspect-ratio: 1/0.35;
  max-height: 285.7142857143vw;
  height: auto;
  overflow: visible;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .image-banner__wrapper {
    padding: 1.5rem;
  }
}
.image-banner__wrapper.has-overlay-image {
  justify-content: space-between;
  padding-top: 3rem;
  gap: 5rem 0;
}
.image-banner__overlay-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  opacity: 0.75;
}
.image-banner__overlay-image {
  position: relative;
  z-index: 1;
  width: clamp(80px, 10vw, 120px);
}
.image-banner__overlay-image picture,
.image-banner__overlay-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.image-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image-banner__background.overlay-gradient:before {
  background: linear-gradient(to left, #e31522 15%, #24303b 50%, #153e64 100%);
  opacity: 0.8;
}
.image-banner__background picture,
.image-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-banner__content {
  position: relative;
  z-index: 2;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 500;
}
@media (max-width: 992px) {
  .image-banner__content {
    max-width: 100%;
  }
}
.image-banner__content-wrapper {
  padding: 2rem 3rem;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .image-banner__content-wrapper {
    padding: 1.5rem;
  }
}
.image-banner__text {
  font-size: clamp(18px, 2vw, 21px);
  text-align: center;
  font-weight: 500;
}
.image-banner__text > *:first-child {
  margin-top: 0 !important;
}
.image-banner__text > *:last-child {
  margin-bottom: 0 !important;
}
.image-banner__actions {
  text-align: center;
}
