.herocolone-block {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.herocolone-block .center {
  position: relative;
  z-index: 1;
}
.herocolone-block .maxwidth {
  max-width: 800px;
}
.herocolone-block .textcenter.maxwidth {
  margin: 0 auto;
}
.herocolone-block .swiper-hero {
  position: relative;
  padding: 80px 20px 0 20px;
  margin: 0 0 -60px 0;
  z-index: 1;
}
.herocolone-block .swiper-slide {
}
.herocolone-block .swiper-slide figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .herocolone-block {
    padding: 60px 0;
  }
}

/* Background images */

.herocolone-block .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.herocolone-block .bg-img.top {
  background-position: 50% 0%;
}

.herocolone-block .bg-img.bottom {
  background-position: 50% 100%;
}

.herocolone-block .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
/* .herocolone-block .bg-img:before {
  background: linear-gradient(
    45deg,
    rgba(245, 251, 255, 0.9) 45%,
    rgba(245, 251, 255, 0) 65%
  );
} */

.herocolone-block .bg-shdw {
  position: absolute;
  width: 1920px;
  height: 1920px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1920px 1920px;
  opacity: 1;
  z-index: 0;
}
.herocolone-block .bg-shdw.shdw-left-inner {
  top: -550px;
  left: -500px;
  rotate: 45deg;
}
.herocolone-block .bg-shdw.shdw-left-outer {
  top: -550px;
  left: -500px;
  rotate: 45deg;
}
.herocolone-block .bg-shdw.shdw-right-inner {
  top: -550px;
  right: -550px;
  rotate: -45deg;
}
.herocolone-block .bg-shdw.shdw-right-outer {
  top: -550px;
  right: -550px;
  rotate: -45deg;
}
