.hero {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .hero:before {
    content: '';
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media3x2 {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media4x3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media16x9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media21x9 {
    padding-top: 42.85%;
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .hero .media-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@supports (object-fit: cover) {
  .hero .media-wrap img,
  .hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.hero .video-play-pause-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 8px;
  width: 7px;
}
.hero .content-wrap {
  position: relative;
  /* top */
  /* center */
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    height: 100%;
    left: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-left {
    left: 50px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-middle {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.top-right {
    right: 50px;
    top: 50px;
  }
}
.hero .content-wrap.top-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-left {
    align-items: center;
    height: 100%;
    left: 50px;
    top: 0px;
  }
}
.hero .content-wrap.center-middle {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.center-right {
    align-items: center;
    height: 100%;
    right: 50px;
    top: 0px;
  }
}
.hero .content-wrap.center-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-left {
    bottom: 50px;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-middle {
    bottom: 50px;
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap.bottom-right {
    bottom: 50px;
    right: 50px;
  }
}
.hero .content-wrap.bottom-right .content {
  margin-left: auto;
}
.hero .content-wrap .content {
  padding: 3em 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .content-wrap .content {
    padding-bottom: 0;
    position: relative;
  }
  .hero .content-wrap .content:before {
    background-color: #000099;
    content: '';
    display: block;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hero .content-wrap .content:after {
    border: 10px solid;
    border-color: #000099 transparent transparent transparent;
    content: '';
    display: block;
    left: 50%;
    height: 0;
    position: absolute;
    top: 25px;
    transform: translate(-50%, 0);
    width: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    background: rgba(255, 255, 255, 0.8);
    border-left: 25px solid #000099;
    border-radius: 0 10px 10px 0;
    max-width: 700px;
    padding: 3.5em 2.5em;
    width: 60%;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content {
    width: 50%;
  }
}
@media only screen and (min-width: 1140px) {
  .hero .content-wrap .content {
    padding: 3.75em 2.75em;
  }
}
@media only screen and (min-width: 1600px) {
  .hero .content-wrap .content {
    margin-left: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content:before {
    border: 15px solid;
    border-color: transparent transparent transparent #000099;
    content: '';
    display: block;
    left: 15px;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    z-index: 1;
  }
}
.hero .content-wrap .content h1,
.hero .content-wrap .content h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
  font-size: 2.5em;
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content h1,
  .hero .content-wrap .content h2 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1140px) {
  .hero .content-wrap .content h1,
  .hero .content-wrap .content h2 {
    font-size: 3.5em;
  }
}
.hero .content-wrap .content h1 span,
.hero .content-wrap .content h2 span {
  display: block;
  font-size: 0.5em;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hero .content-wrap .content .link-wrap {
  margin-top: 1.5em;
}
@media only screen and (min-width: 1140px) {
  .hero .content-wrap .content .link-wrap {
    margin-top: 2em;
  }
}
