.HeroImage {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.HeroImage .neos-contentcollection {
  width: 100%;
  height: 100%;
}

.HeroImage-slider {
  height: 100%;
}

.HeroImage .swiper-slide,
.HeroImage-imageWrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: height 0.3s;
}

@media screen and (min-width: 1026px) {
  .HeroImage .swiper-slide,
  .HeroImage-imageWrapper {
    height: 400px;
  }
}

@media screen and (min-width: 1367px) {
  .HeroImage .swiper-slide,
  .HeroImage-imageWrapper {
    height: 550px;
  }
}

.HeroImage-imageWrapper {
  position: relative;
}

.HeroImage-imageWrapper picture {
    height: 300px;
  }

@media screen and (min-width: 1026px) {
    .HeroImage-imageWrapper figure {
      position: static;
      position: initial;
    }

    .HeroImage-imageWrapper picture {
      height: auto;
    }
  }

.HeroImage-imageWrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}

.HeroImage-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.HeroImage-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 769px) {

.HeroImage-overlay {
    padding: 30px;
}
  }

@media screen and (min-width: 1026px) {

.HeroImage-overlay {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 100%;
    max-width: 480px;
    transform: translateY(-50%);
}
  }

@media screen and (min-width: 1367px) {

.HeroImage-overlay {
    left: auto;
}
  }

.HeroImage-overlay {

  .Button {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 1026px) {

.HeroImage-overlay {

  .Button {
      margin: 30px 0 0;
  }
}
    }

.HeroImage-overlayTextTitle {
  margin-top: 0;
  margin-bottom: 0;
}

.HeroImage-overlayTextTitle::before {
    content: '';
    display: block;
    width: 75px;
    height: 10px;
    margin: 0 0 20px;
    background-color: var(--clr-primary);
  }

.HeroImage .swiper-btn {
  position: absolute;
  z-index: 10;
  top: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2.625rem;
  color: #ffffff;
  transform: translateY(-50%);
}

@media screen and (min-width: 1026px) {

.HeroImage .swiper-btn {
    top: 30%;
}
  }

@media screen and (min-width: 1367px) {

.HeroImage .swiper-btn {
    top: 50%;
}
  }

.HeroImage .swiper-btn {
  cursor: pointer;
}

.HeroImage .swiper-btn-prev {
  left: 35px;
}

.HeroImage .swiper-btn-next {
  right: 35px;
}

.HeroImage .swiper-btn-prev i {
  margin-left: -3px;
}

.HeroImage .swiper-btn-next i {
  margin-right: -3px;
}

.HeroImage-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.HeroImage .ImageGalleryBig {
  margin-top: 0;
}

.swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  display: none;
}

@media screen and (min-width: 1026px) {

.swiper-pagination-bullets {
    display: flex;
}
  }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  background: var(--clr-grayDarker);
  opacity: 1;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--clr-primary);
}
