.gfc.lp__hero_default {
  transition: margin-top 500ms ease-in-out;
}
.gfc.lp__hero_default .stage {
  position: relative;
}
.gfc.lp__hero_default .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: var(--bg);
}
.gfc.lp__hero_default .stage .full-width {
  display: none;
}
@media (min-width: 992px) {
  .gfc.lp__hero_default .stage .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: unset;
    max-width: unset;
  }
}
.gfc.lp__hero_default .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.lp__hero_default .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.lp__hero_default .stage .hero-content .page-title {
  font-size: calc(23px + 5 * (100vw - 375px) / 1545);
  line-height: calc(55px + 5 * (100vw - 375px) / 1545);
  font-weight: 700;
  color: #BEFFF0;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-align: center;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .gfc.lp__hero_default .stage .hero-content .page-title {
    text-align: left;
  }
}
.gfc.lp__hero_default .stage .hero-content h1 {
  text-align: center;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .gfc.lp__hero_default .stage .hero-content h1 {
    text-align: left;
  }
}

/*# sourceMappingURL=lp__hero_default.css.map */
