/*

Usage:
@include breakpoint(laptop) {
  // styles for laptop and wider
}
@include breakpoint(laptop, 800px) {
  // styles for laptop width and screens up to 800px tall
  // useful for targeting shorter laptop screens
}

@include breakpoint(desktop, 900px) {
  // styles for desktop width but shorter screens
}
  */
/*-----------------------
EASING 
---------------------- */
.home-hero-slider {
  color: var(--color-white);
  background-color: var(--color-black);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 50rem;
}
body.admin-bar .home-hero-slider {
  height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.home-hero-slider .hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home-hero-slider .hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 0px 3rem;
  opacity: 0;
}
.home-hero-slider .hero-title .logline {
  transform: scale(0.8);
  transform-origin: center;
}
.home-hero-slider .hero-title h1, .home-hero-slider .hero-title p {
  --font-size-lg: 6rem;
  letter-spacing: var(--letter-spacing-tight);
  font-size: clamp(2.8rem, 0.951rem + 4.931vw, 6rem);
  color: var(--color-white);
  text-align: center;
  position: relative;
  z-index: 2;
  font-stretch: var(--font-width-normal);
  margin: 0;
  width: 76.8rem;
  max-width: 100%;
  line-height: 1.16;
}
@media (min-width: 1024px) {
  .home-hero-slider .hero-title h1, .home-hero-slider .hero-title p {
    line-height: 1.04;
  }
}
.home-hero-slider .hero-title::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.5;
}
.home-hero-slider .hero-title .hero-video-popup-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-size: var(--font-size-sm);
  width: auto;
  height: auto;
  aspect-ratio: auto;
  color: var(--color-white);
  position: relative;
  margin-top: 3rem;
  z-index: 3;
}
.home-hero-slider .hero-title .hero-video-popup-mobile span.video-play {
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  font-size: 12px;
  line-height: 1;
  padding: 1px 0px 0px 3px;
}
.home-hero-slider .hero-title .hero-video-popup-mobile span.video-play span {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.home-hero-slider .hero-title .hero-video-popup-mobile span.video-play span svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .home-hero-slider .hero-title .hero-video-popup-mobile {
    display: none;
  }
}
.home-hero-slider .hero-content {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 3.5rem;
  z-index: 3;
}
@media (min-width: 1024px) {
  .home-hero-slider .hero-content {
    padding: 4rem var(--padding-horizontal) 4rem var(--padding-horizontal);
  }
}
@media (min-width: 1100px) {
  .home-hero-slider .hero-content {
    padding: 2rem var(--padding-horizontal) 5rem var(--padding-horizontal);
  }
}
.home-hero-slider .hero-content .hero-info {
  width: 100%;
  display: none;
  align-items: flex-end;
  gap: 60px;
  opacity: 0;
  transform: translateX(-30px);
}
@media (min-width: 1024px) {
  .home-hero-slider .hero-content .hero-info {
    width: 53%;
    display: flex;
  }
}
.home-hero-slider .hero-content .hero-info .hero-intro {
  flex-basis: fit-content;
}
.home-hero-slider .hero-content .hero-info .hero-intro p {
  color: var(--color-white);
  font-size: var(--font-size-sm);
  margin: 0;
}
.home-hero-slider .hero-content .hero-info .hero-popout-video-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 128px;
  aspect-ratio: 198/128;
  position: relative;
  min-width: 198px;
  cursor: pointer;
}
.home-hero-slider .hero-content .hero-info .hero-popout-video-link .has-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--border-radius-button);
}
.home-hero-slider .hero-content .hero-info .hero-popout-video-link span.video-play {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 43px;
  width: 43px;
  transform: translate(50%, 50%);
  background: var(--color-medium-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0px 0px 3px;
}
.home-hero-slider .hero-content .hero-info .hero-popout-video-link span.video-play span {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}
.home-hero-slider .hero-content .hero-info .hero-popout-video-link span.video-play span svg {
  width: 100%;
  height: 100%;
}
.home-hero-slider .hero-content .hero-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-end;
  width: 100%;
}
.home-hero-slider .hero-content .hero-buttons .button {
  width: 100%;
  opacity: 0;
}
@media (min-width: 820px) {
  .home-hero-slider .hero-content .hero-buttons {
    width: 100%;
    gap: 1.7rem;
    justify-content: center;
  }
  .home-hero-slider .hero-content .hero-buttons .button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .home-hero-slider .hero-content .hero-buttons {
    width: 47%;
    gap: 1.7rem;
    justify-content: flex-end;
  }
  .home-hero-slider .hero-content .hero-buttons .button {
    width: auto;
  }
}
.home-hero-slider video {
  width: 100%;
  z-index: 1;
}