@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.site-header.is-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header.is-dark .header-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
}
@media (min-width: 899.9px) {
  .site-header.is-dark .header-inner {
    height: 16rem;
    padding: 0 3rem;
  }
}
.site-header.is-dark .main-nav {
  display: none;
}
@media (min-width: 899.9px) {
  .site-header.is-dark .main-nav {
    display: flex;
  }
  .site-header.is-dark .main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  .site-header.is-dark .main-nav a {
    text-decoration: none;
    font-weight: 800;
    font-size: 1.5rem;
    transition: opacity 0.3s;
  }
  .site-header.is-dark .main-nav a:hover {
    opacity: 0.7;
  }
}

body {
  overflow-x: hidden;
}

.BApageSection {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  width: 100vw;
  left: 0;
  right: 0;
  background: #FEDD00;
}
.BApageSection .BApageSection__bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .BApageSection .BApageSection__bgVideo {
    animation: none;
  }
}

.BApageSection ~ .site-header .main-nav a,
body:has(.BApageSection) .site-header .main-nav a {
  color: #09101d;
}
.BApageSection ~ .site-header .menu-toggle,
body:has(.BApageSection) .site-header .menu-toggle {
  color: #09101d;
}
.BApageSection ~ .site-header .logo img,
body:has(.BApageSection) .site-header .logo img {
  filter: none;
}

/* Fallback if your environment doesn't support :has() */
.site-header.is-dark .main-nav a {
  color: #000;
}
.site-header.is-dark .menu-toggle {
  color: #000;
}

.BApageSection {
  background: #FEDD00;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BApageSection section {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
