.inner-hero--title {
  color: #fff !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 25px;
  z-index: 3;
}
.inner-hero--hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  z-index: 1;
  mix-blend-mode: multiply;
}
.inner-hero--hero {
  position: relative;
  background-color: var(--block-bg);
}
.inner-hero--hero-media, .inner-hero--hero-media img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: 464px;
  max-height: 524px;
}
.inner-hero--hero-media img {
  display: block;
}
.inner-hero--hero .has-mobile-img .desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .inner-hero--hero .has-mobile-img .desktop {
    display: block;
  }
}
.inner-hero--hero .has-mobile-img .mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .inner-hero--hero .has-mobile-img .mobile {
    display: none;
  }
}
.inner-hero--hero .splide__pagination__arrows {
  width: 100%;
  max-width: var(--wrapper);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .inner-hero--hero .splide__pagination__arrows {
    justify-content: flex-start;
  }
}
.inner-hero--hero .splide__pagination__arrows .splide__arrows {
  margin-left: 10px;
}
