/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-video-hero {
  position: relative;
  color: var(--white);
  margin-top: 0;
}

.block-video-hero h2.alt {
  font-size: 4rem;
}

@media (max-width: 991px) {
  .block-video-hero h2.alt {
    font-size: 2.125rem;
  }
}

@media (min-width: 992px) {
  .block-video-hero {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .block-video-hero {
    padding-top: 88px;
    padding-bottom: 64px;
    background-image: var(--poster-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.block-video-hero.block-default-margin {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .block-video-hero__wrapper {
    display: none;
  }
}

.block-video-hero__wrapper video {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}

@media only screen and (min-width: 1920px) {
  .block-video-hero__wrapper video {
    width: 100%;
  }
}

.block-video-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .block-video-hero__content {
    position: absolute;
  }
}

.block-video-hero__content-top {
  margin-bottom: var(--space-3);
  color: var(--white);
}

.block-video-hero__content-bottom {
  justify-content: center;
}

@media (min-width: 992px) {
  .block-video-hero__content-bottom {
    gap: calc(var(--space-2) + var(--space-half));
  }
}

@media (max-width: 991px) {
  .block-video-hero__content-bottom {
    flex-wrap: wrap;
  }
}

body {
  overflow-x: hidden;
}

#next-area-trigger {
  transform: translateY(-7px);
  display: block;
}

@media (min-width: 992px) {
  #next-area-trigger {
    margin-top: 100px;
  }
}

#next-area-trigger:hover::after {
  animation-play-state: paused;
}

#next-area-trigger::after {
  content: '';
  width: 24px;
  height: 45px;
  background: var(--white);
  display: inline-block;
  -webkit-mask-image: url(../../../images/mouse.svg);
  mask-image: url(../../../images/mouse.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  animation: mouse-move ease 1s alternate infinite;
}
