.homepage-hero-element {
  background-color: #04042b;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .homepage-hero-element {
    padding-top: 140px;
    padding-bottom: 280px;
  }
}
.homepage-hero-element .homepage-hero-content {
  z-index: 4;
  position: relative;
}
.homepage-hero-element .bg-back-gradient, .homepage-hero-element .bg-front-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.homepage-hero-element .bg-back-gradient {
  background-image: url("/homepagehero/gradient-hero.png");
  background-position: center;
  background-size: cover;
  z-index: 1;
  opacity: 1;
}
.homepage-hero-element .bg-front-gradient {
  background-image: url("/homepagehero/overlay.png");
  background-position: bottom;
  background-size: cover;
  z-index: 2;
}
.homepage-hero-element .header-title {
  line-height: 1;
  font-size: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  .homepage-hero-element .header-title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1400px) {
  .homepage-hero-element .header-title {
    font-size: calc(1.525rem + 3.3vw);
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .homepage-hero-element .header-title {
    font-size: 4rem;
  }
}
.homepage-hero-element .header-image {
  width: 35%;
  position: absolute;
  right: 100px;
  top: 100px;
  mix-blend-mode: color-dodge;
  z-index: 3;
}
.homepage-hero-element video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 3;
}
.homepage-hero-element .header-image-bg {
  position: absolute;
  mix-blend-mode: color-dodge;
  z-index: 3;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  right: 0;
  bottom: 30px;
}
@media (min-width: 768px) {
  .homepage-hero-element .header-image-bg {
    height: 80%;
    width: 50%;
    right: 5%;
    bottom: 5%;
  }
}
.homepage-hero-element .header-image-div {
  width: 100%;
  z-index: 3;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/homepage-hero.css.map */
