.hero-full {
  position: relative;
}
@media (max-width: 37.4375em) {
  .hero-full {
    padding-bottom: 14rem;
  }
}
@media (max-width: 47.9375em) {
  .hero-full {
    padding-bottom: 16rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 48em) {
  .hero-full {
    padding-bottom: 23.5rem;
  }
}
@media (min-width: 62em) {
  .hero-full {
    padding-bottom: 18.5rem;
  }
}
@media (min-width: 101.25em) {
  .hero-full {
    padding-bottom: 22.5rem;
  }
}
.hero-full:before, .hero-full:after {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 37.4375em) {
  .hero-full:before {
    height: 62%;
  }
}
@media (max-width: 47.9375em) {
  .hero-full:before {
    height: 14.5rem;
  }
}
@media (min-width: 62em) {
  .hero-full:before {
    height: 100%;
    max-width: 32rem;
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media (max-width: 47.9375em) {
  .hero-full:after {
    height: 12.5rem;
  }
}
@media (min-width: 48em) {
  .hero-full:after {
    height: 21rem;
    left: -7.8rem;
  }
}
@media (min-width: 62em) {
  .hero-full:after {
    height: 23.5rem;
    left: -10rem;
  }
}
@media (min-width: 101.25em) {
  .hero-full:after {
    left: calc((10rem + ((100vw - 81rem) / 2)) * -1);
    height: 27.5rem;
  }
}

@media (max-width: 37.4375em) {
  .hero-full:after {
    background-image: url("../../../../images/home-intro-mountains-sm.png");
    background-position: top center;
    background-size: cover;
    height: 60%;
  }
}
.hero-full .hero-full__title,
.hero-full .hero-full__slogan {
  max-width: 13rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 75em) {
  .hero-full .hero-full__title,
  .hero-full .hero-full__slogan {
    max-width: 17.5rem;
  }
}
.hero-full .hero-full__title {
  line-height: 1.15;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}
.hero-full .hero-full__title span,
.hero-full .hero-full__title strong {
  display: block;
}
.hero-full .hero-full__title span {
  color: #406F8C;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 3px;
}
.hero-full .hero-full__title strong {
  font-size: 1.8rem;
  letter-spacing: 2px;
  position: relative;
}
.hero-full .hero-full__title strong:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  height: 2rem;
  right: 0;
  top: 50%;
  width: 3.1rem;
}
@media (min-width: 37.5em) {
  .hero-full .hero-full__title {
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 48em) {
  .hero-full .hero-full__title span {
    font-size: 1.2rem;
  }
  .hero-full .hero-full__title strong {
    font-size: 2.7rem;
  }
  .hero-full .hero-full__title strong:after {
    height: 3.1rem;
    width: 3.1rem;
    right: -4.6rem;
  }
}
@media (min-width: 75em) {
  .hero-full .hero-full__title strong {
    font-size: 3.6rem;
  }
}
.hero-full .hero-full__slogan {
  color: #406F8C;
  font-size: 0.9rem;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 48em) {
  .hero-full .hero-full__slogan {
    font-size: 1.2rem;
  }
}

.hero-full:before {
  bottom: 0;
  background-color: #E2EDF2;
  height: 14.4rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 48em) {
  .hero-full:before {
    height: 22rem;
  }
}
@media (min-width: 62em) {
  .hero-full:before {
    height: auto;
    left: calc(50% + 2.5rem);
    width: auto;
  }
}
.hero-full:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent 30%), url("../../../../images/home-intro-mountains.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  right: 50%;
  width: 100vw;
  z-index: 2;
}
@media (min-width: 48em) {
  .hero-full:after {
    left: calc(50% - 2.5rem);
  }
}