.frontpage-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 12.7777777778em;
  padding-bottom: 20em;
  justify-content: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .frontpage-hero {
    min-height: auto;
    padding-top: 13.8888888889em;
    padding-bottom: 15.5555555556em;
  }
}
.frontpage-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.67);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.frontpage-hero hgroup {
  text-align: center;
  position: relative;
}
.frontpage-hero hgroup .supratitle {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 2em;
}
@media screen and (max-width: 991px) {
  .frontpage-hero hgroup .supratitle {
    font-size: 1.7777777778em;
  }
}
@media screen and (max-width: 768px) {
  .frontpage-hero hgroup .supratitle {
    font-size: 1.3333333333em;
  }
}
@media screen and (max-width: 500px) {
  .frontpage-hero hgroup .supratitle {
    font-size: 1.1111111111em;
  }
}
.frontpage-hero hgroup h1 {
  font-size: 6.6666666667em;
  line-height: 0.79;
  letter-spacing: -3px;
  margin-bottom: 0.7777777778em;
}
@media screen and (max-width: 991px) {
  .frontpage-hero hgroup h1 {
    font-size: 5.3333333333em;
  }
}
@media screen and (max-width: 768px) {
  .frontpage-hero hgroup h1 {
    font-size: 3.5555555556em;
  }
}
@media screen and (max-width: 500px) {
  .frontpage-hero hgroup h1 {
    font-size: 2.8888888889em;
  }
}
@media screen and (min-width: 992px) {
  .frontpage-hero .round-button {
    position: absolute;
    right: 2.2222222222em;
    top: 22.2222222222em;
  }
}
@media screen and (max-width: 991px) {
  .frontpage-hero .round-button {
    margin: 2.2222222222em auto;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-hero .round-button {
    margin: 1.1111111111em auto;
  }
}

.video-and-links {
  padding-bottom: 6.1111111111em;
}

.video-wrapper {
  position: relative;
  z-index: 98;
  margin-top: -19.3333333333em;
}
@media screen and (max-width: 991px) {
  .video-wrapper {
    margin-top: -13.3333333333em;
  }
}
.video-wrapper video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-wrapper video.paused {
  cursor: pointer;
}
.video-wrapper video + .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 200;
  width: 7.9444444444em;
  height: 7.9444444444em;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .video-wrapper video + .play-button {
    width: 7.2222222222em;
    height: 7.2222222222em;
  }
}
.video-wrapper video + .play-button svg {
  height: 5.4444444444em;
  width: 5.4444444444em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .video-wrapper video + .play-button svg {
    width: 5em;
    height: 5em;
  }
}
.video-wrapper video + .play-button::before {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--ast-global-color-6);
  border-radius: 50%;
  opacity: 0.5;
  transition: all ease-in 0.3s;
}
.video-wrapper video + .play-button::after {
  content: "";
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--ast-global-color-6);
  border-radius: 50%;
  opacity: 0.2;
  transition: all ease-in 0.3s;
}
.video-wrapper video.playing + .play-button {
  display: none;
}
.video-wrapper .video-bg {
  position: absolute;
  width: 350px;
  height: 400px;
  background-size: cover;
  bottom: -4.3888888889em;
  left: -8.7222222222em;
  z-index: -1;
  transform: scale(0.3) rotate(25deg) translateX(200px);
  transition: all ease-in 0.3s;
}
@media screen and (max-width: 1220px) {
  .video-wrapper .video-bg {
    display: none;
  }
}
.video-wrapper:hover .video-bg {
  transform: scale(1) rotate(0) translateX(0);
}
.video-wrapper:hover .play-button::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.video-wrapper:hover .play-button::after {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.quick-links {
  display: flex;
  margin-top: 0.4444444444em;
  position: relative;
  z-index: 98;
}
.quick-links .home-quick-link {
  display: flex;
  flex-direction: column;
  background-color: var(--ast-global-color-8);
  flex-grow: 2;
  margin-right: 0.4444444444em;
  padding: 2.2222222222em 2.2222222222em;
  text-align: center;
  color: var(--ast-global-color-5);
  font-size: 0.8888888889em;
  transition: all ease-in 0.2s;
  width: 33%;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 650px) {
  .quick-links .home-quick-link {
    word-spacing: 300px;
  }
}
.quick-links .home-quick-link:last-child {
  margin-right: 0;
}
.quick-links .home-quick-link::after {
  content: "";
  width: 1.6666666667em;
  height: 1.6666666667em;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1111111111em;
}
@media screen and (max-width: 768px) {
  .quick-links .home-quick-link::after {
    display: none;
  }
}
.quick-links .home-quick-link.internal::after {
  background-image: var(--wkih-arrow-internal);
}
.quick-links .home-quick-link.external::after {
  width: 1.2222222222em;
  height: 1.2222222222em;
  background-image: var(--wkih-arrow-external);
}
.quick-links .home-quick-link .icon {
  margin-bottom: 1.3333333333em;
  opacity: 0.5;
  transition: all ease-in 0.2s;
}
@media screen and (max-width: 768px) {
  .quick-links .home-quick-link .icon {
    width: 2.2222222222em;
    height: 2.2222222222em;
  }
}
.quick-links .home-quick-link:hover {
  color: var(--ast-global-color-8);
}
.quick-links .home-quick-link:hover::after {
  filter: invert(100%);
}
.quick-links .home-quick-link:hover .icon {
  opacity: 0.8;
  filter: brightness(0.1);
}
.quick-links .home-quick-link:nth-child(1):hover {
  background-color: var(--ast-global-color-1);
}
.quick-links .home-quick-link:nth-child(2):hover {
  background-color: var(--ast-global-color-0);
}
.quick-links .home-quick-link:nth-child(3):hover {
  background-color: var(--ast-global-color-3);
}

/*# sourceMappingURL=frontpage-hero.css.map */
