@media (min-width: 1200px) {
  .block-content--type-hero.medium {
    height: 26.25rem;
  }
}
.block-content--type-hero.medium .banner-background-overlay-top,
.block-content--type-hero.medium .banner-overlay,
.block-content--type-hero.medium .image-gradient {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-content--type-hero.medium .banner-overlay {
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(#302668), color-stop(68.81%, rgba(48, 38, 104, 0.7)));
  background: linear-gradient(90deg, #302668 0%, rgba(48, 38, 104, 0.7) 68.81%);
}
@media (min-width: 992px) {
  .block-content--type-hero.medium .banner-overlay {
    background: none;
  }
}
.block-content--type-hero.medium .image-gradient {
  z-index: 3;
}
@media (min-width: 992px) {
  .block-content--type-hero.medium .image-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#302668), color-stop(56.63%, rgba(48, 38, 104, 0)));
    background: linear-gradient(90deg, #302668 0%, rgba(48, 38, 104, 0) 56.63%);
  }
}
@media (min-width: 992px) {
  .block-content--type-hero.medium .banner-background-overlay-top {
    z-index: 4;
    background-image: url("../../../../src/assets/banner-bg-5.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
  }
}
.block-content--type-hero.medium .background-image-wrapper {
  z-index: 2;
}
.block-content--type-hero.medium .background-image-wrapper {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
  overflow: hidden;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .block-content--type-hero.medium .background-image-wrapper {
    width: 50%;
  }
}
.block-content--type-hero.medium .background-image-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
/*# sourceMappingURL=../../../sourcemaps/components/hero/hero-medium.css.map */
