/**
 * Hero Block
 */
.hero {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1140px) {
  .hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .hero.mobile-stacked {
    padding: 0 !important;
  }
  .hero.mobile-stacked .media-wrap {
    height: 325px;
    position: relative;
  }
  .hero.mobile-stacked .content-wrap .content {
    padding: 0;
  }
  .hero.mobile-stacked .content-wrap .content .content-inner {
    max-width: 500px;
    padding: 1em 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hero.mobile-stacked .media-wrap {
    height: 300px;
  }
}
.hero.is-h1 {
  padding: 4em 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero.is-h1 {
    padding: 6em 0;
  }
}
.hero.is-h1 .content-wrap .content {
  padding-top: 1.5em;
}
@media only screen and (min-width: 980px) {
  .hero.is-h1 .content-wrap .content {
    padding-top: 2.5em;
  }
}
.hero.is-h1 .content-wrap .content .content-inner {
  max-width: 750px;
  position: relative;
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero .media-wrap img, .hero .media-wrap video {
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.hero.media-position-top .media-wrap {
  background-position: center 20%;
}
.hero.media-position-top .media-wrap img, .hero.media-position-top .media-wrap video {
  object-position: center 20%;
}
.hero.media-position-bottom .media-wrap {
  background-position: center 80%;
}
.hero.media-position-bottom .media-wrap img, .hero.media-position-bottom .media-wrap video {
  object-position: center 80%;
}
.hero .content-wrap {
  position: relative;
  z-index: 11;
}
.hero .content-wrap .content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    padding: 0 15px;
  }
}
.hero .content-wrap .content h1, .hero .content-wrap .content h2, .hero .content-wrap .content h3, .hero .content-wrap .content h4 {
  margin-bottom: 0.25em;
}
.hero .content-wrap .content h1 {
  font-size: 2.25em;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content h1 {
    font-size: 2.75em;
  }
}
@media only screen and (min-width: 1140px) {
  .hero .content-wrap .content h1 {
    font-size: 3.1em;
  }
}
.hero .content-wrap .content h2 {
  font-size: 2.25em;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content h2 {
    font-size: 2.75em;
  }
}
.hero .content-wrap .content .content-inner {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  max-width: 600px;
  padding: 2em 1.75em;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content .content-inner {
    padding: 3em;
  }
}
.hero .content-wrap .content .description-wrap p {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content .description-wrap p {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 1140px) {
  .hero .content-wrap .content .description-wrap p {
    font-size: 1.25em;
  }
}
.hero .content-wrap .content .link-wrap-outer {
  display: flex;
  flex-wrap: wrap;
}
.hero .content-wrap .content .link-wrap {
  padding-right: 1em;
  padding-top: 1em;
}
.hero.content-plain .content .content-inner {
  background-color: transparent;
  border-radius: 10px;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 980px) {
  .hero.content-plain .content .content-inner {
    padding: 0;
  }
}
.hero .video-play-pause-button {
  background: #E31F31;
  border: 1px solid #B7312C;
  right: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 100;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .hero .video-play-pause-button {
    top: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .hero .video-play-pause-button {
    bottom: 40px;
    right: 25px;
  }
}
.hero .video-play-pause-button:hover {
  background-color: #B7312C;
}
.hero .video-play-pause-button.playing .icon.play {
  left: 1px;
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}
@media only screen and (min-width: 980px) {
  .hero .icon {
    height: 38px;
    width: 38px;
  }
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 12px;
  fill: #e5e7f9;
  width: 11px;
}
.hero .curve-wrap {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.hero .curve-wrap svg {
  display: block;
  position: relative;
  left: -50px;
  top: 2px;
  width: calc(100% + 100px);
}
.hero.has-curve-bottom {
  border-bottom: 125px solid #E31F31;
  overflow: visible;
}
@media only screen and (min-width: 1140px) {
  .hero.has-curve-bottom {
    padding-top: 10em;
  }
}
.hero.has-curve-bottom .content-wrap {
  top: 200px;
}
.hero .locator-search {
  border: 3px solid #732472 !important;
  border-radius: 20px 0 20px 0;
  padding: 2em;
  background-color: #fff !important;
  padding: 2em !important;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
@media only screen and (min-width: 1140px) {
  .hero .locator-search {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}