.homeHeroWrap {
  margin-bottom: calc(1.525rem + 2.75vw);
  overflow: hidden;
}
@media (min-width: 1440px) {
  .homeHeroWrap {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991.5px) {
  .homeHeroWrap .container {
    max-width: 100%;
    padding: 0;
  }
  .homeHeroWrap .container .row {
    margin: 0;
  }
  .homeHeroWrap .container .col-12 {
    padding: 0;
  }
  .homeHeroWrap .container .homeHero__media {
    border-radius: 0;
  }
}

.home .headerPlaceholder {
  display: none;
}
@media screen and (min-width: 992px) {
  .home .headerPlaceholder {
    display: block;
  }
}

.homeHero {
  position: relative;
  min-height: 400px;
}
.homeHero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeHero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHero__media iframe {
  max-width: 500%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.homeHero__media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.11) 45%, rgba(0, 0, 0, 0.36) 65%, rgba(0, 0, 0, 0.36) 100%);
}
.homeHero__content h1 {
  margin-bottom: 6px;
  line-height: 1.05;
  max-width: 530px;
}
.homeHero__content h1 {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  .homeHero__content h1 {
    font-size: calc(34px + 26 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .homeHero__content h1 {
    font-size: 60px;
  }
}
.homeHero__content h2 span {
  line-height: 1.33;
}
.homeHero__content h2 span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .homeHero__content h2 span {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .homeHero__content h2 span {
    font-size: 24px;
  }
}
.homeHero__content h1,
.homeHero__content h2,
.homeHero__content h3,
.homeHero__content span {
  color: #fff;
}
.homeHero__content__subtitle {
  margin-bottom: 1.25rem;
}
.homeHero__content__button {
  text-transform: uppercase;
}
.homeHero__content__button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.homeHero .heroPlayingButton {
  display: none;
}
.homeHero--playing .heroPlayingButton {
  display: block;
}
.homeHero--playing .onDesktop,
.homeHero--playing .onMobile {
  display: none;
}
.homeHero .desktopHeroImage {
  display: none;
}
@media screen and (max-width: 991.5px) {
  .homeHero__content {
    max-width: 688px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 576px) {
  .homeHero {
    min-height: 500px;
  }
}
@media screen and (max-width: 767.5px) {
  .homeHero .container {
    padding: 0;
  }
  .homeHero__media {
    position: relative;
  }
  .homeHero__media > iframe,
  .homeHero__media > img {
    position: absolute;
  }
  .homeHero__media > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .homeHero__media:before {
    content: "";
    position: relative;
    padding-top: 86.5139949109%;
    width: 100%;
    display: block;
  }
  .homeHero__content {
    position: absolute;
    bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .homeHero__content .onDesktop {
    display: none;
  }
}
@media screen and (max-width: 575.5px) {
  .homeHero__media:before {
    padding-top: 106.6157760814%;
  }
}
@media screen and (min-width: 768px) {
  .homeHero {
    min-height: 380px;
  }
  .homeHero .desktopHeroImage {
    display: block;
  }
  .homeHero .mobileHeroImage {
    display: none;
  }
  .homeHero__media {
    border-radius: 20px;
    overflow: hidden;
  }
  .homeHero__media:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.09) 34.03%, rgba(0, 0, 0, 0) 58.16%);
  }
  .homeHero__content {
    position: relative;
    padding: calc(2.375rem + 11.25vw) 0 calc(1.75rem + 5vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .homeHero__content {
    padding: 12.5rem 0 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .homeHero__content .onMobile {
    display: none;
  }
  .homeHero__content h1 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .homeHero {
    min-height: 430px;
  }
  .homeHero__content {
    padding: calc(2.15rem + 9vw) calc(1.8125rem + 5.625vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1440px) {
  .homeHero__content {
    padding: 10.25rem 6.875rem;
  }
}
@media screen and (min-width: 992px) {
  .homeHero__content h1 {
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .homeHero {
    min-height: 470px;
  }
}
@media screen and (min-width: 1560px) {
  .homeHero {
    min-height: 520px;
  }
}

/*# sourceMappingURL=home-hero.css.map */
