.hero .hero-block-wrapper {
  position: relative;
  max-height: calc(100vh - 110px);
  overflow: hidden;
  min-height: 700px;
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper {
    max-height: calc(100vh - 87px);
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper {
    max-height: calc(100vh - 65px);
  }
}
.hero .hero-block-wrapper .hero-single-image {
  height: calc(100vh - 110px);
}
.hero .hero-block-wrapper .hero-single-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper .hero-single-image {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper .hero-single-image {
    height: calc(100vh - 65px);
  }
}
.hero .hero-block-wrapper .splitted-images {
  height: calc(100vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero .hero-block-wrapper .splitted-images .splitted-image-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hero .hero-block-wrapper .splitted-images .splitted-image-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-block-wrapper .splitted-images .splitted-image-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.hero .hero-block-wrapper .splitted-images .splitted-image-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper .splitted-images {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper .splitted-images {
    height: calc(100vh - 65px);
  }
}
.hero .hero-block-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.hero .hero-block-wrapper .video-container .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero-block-wrapper .hero-content-wrapper {
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
}
.hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-title {
  max-width: 876px;
  font-size: 5rem;
  line-height: 6.625rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #EC008C;
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-title {
    font-size: 4rem;
    line-height: 5.3125rem;
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-title {
    font-size: 3.25rem;
    line-height: 4.0625rem;
  }
}
.hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap {
  text-align: center;
}
.hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a {
  display: inline-block;
  min-width: 289px;
  position: relative;
  height: 62px;
  padding: 20px 60px 20px 20px;
  background-color: #EC008C;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02px;
  color: #FFFFFF;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
.hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a:after {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  background-image: url(../../images/arrow.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a:after {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a:hover {
    background-color: #D5F3EF;
    color: #7B6E75;
  }
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a:hover:after {
    background-image: url(../../images/arrow_grey.svg);
  }
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a {
    min-width: 254px;
    height: 50px;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    padding: 15px 39px;
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper .hero-content-wrapper .hero-content-wrapper-inner .hero-link-wrap a {
    min-width: 264px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .hero .hero-block-wrapper .hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .hero .hero-block-wrapper .hero-content-wrapper {
    padding: 0 13px;
  }
}
.hero .scroll-to-next {
  position: absolute;
  bottom: 133px;
  left: 0;
  right: 0;
  text-align: center;
}
.hero .scroll-to-next .scroll-next-btn {
  cursor: pointer;
}
.hero .scroll-to-next .scroll-next-btn img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .hero .scroll-to-next {
    display: none;
  }
}
/*# sourceMappingURL=hero.css.map */