@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;
}
.sectionHeroBackdrop {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding: 0;
  margin: 0;
  min-height: 100vh;
}
.sectionHeroBackdrop.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.sectionHeroBackdrop {
  /* ================= VIDEO ================= */
}
.sectionHeroBackdrop .heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sectionHeroBackdrop .heroVideo--layer2,
.sectionHeroBackdrop .heroVideo--layer3 {
  pointer-events: none;
  mix-blend-mode: screen;
  filter: grayscale(1) contrast(1.1);
  will-change: transform, opacity;
  transform: translateZ(0);
}
.sectionHeroBackdrop .heroVideo--layer2 {
  opacity: 0.42;
  transform: scaleX(-1);
}
.sectionHeroBackdrop .heroVideo--layer3 {
  opacity: 0.28;
  transform: scale(1.08);
}
.reduced-vfx .sectionHeroBackdrop .heroVideo--layer2,
.reduced-vfx .sectionHeroBackdrop .heroVideo--layer3,
.reduced-vfx .sectionHeroBackdrop .heroFog {
  display: none;
}
.reduced-vfx .sectionHeroBackdrop .heroVideo {
  mix-blend-mode: normal;
  filter: none;
}
.reduced-vfx .sectionHeroBackdrop .heroFogImg,
.reduced-vfx .sectionHeroBackdrop .heroTextSmoke {
  animation: none;
  filter: none;
}
.sectionHeroBackdrop .heroFogImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  filter: grayscale(1) blur(0.0625rem);
  will-change: transform, opacity, filter;
  transform: translateZ(0);
}
.sectionHeroBackdrop .heroFogImg--one {
  opacity: 0.38;
  transform: scale(1.06);
  animation: heroFogDriftA 22s ease-in-out infinite alternate;
}
.sectionHeroBackdrop .heroFogImg--two {
  opacity: 0.3;
  transform: scaleX(-1) scale(1.1);
  animation: heroFogDriftB 30s ease-in-out infinite alternate;
}
.sectionHeroBackdrop .shadow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 30% 30%, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
}
.sectionHeroBackdrop {
  /* ================= HERO CONTAINER ================= */
}
.sectionHeroBackdrop .heroContainer {
  position: relative;
  z-index: 3;
  max-width: 160rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  min-height: 100vh;
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroContainer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
}
.sectionHeroBackdrop {
  /* ================= HERO VISUAL ================= */
}
.sectionHeroBackdrop .heroVisual {
  position: relative;
  z-index: 10;
  width: 21.875rem;
  margin-top: 3.125rem;
  aspect-ratio: 1/1;
  order: 2;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual {
    margin: 0 0 8rem 0;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroVisual {
    width: 80rem;
    order: 1;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .heroVisual {
    width: 42.5rem;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .heroVisual {
    width: 46.25rem;
  }
}
.sectionHeroBackdrop .heroVisual {
  /* Bottles wrapper */
  /* Bottles wrapper */
}
.sectionHeroBackdrop .heroVisual .bottleWrap {
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 14;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottleWrap {
    bottom: -1.125rem;
  }
}
.sectionHeroBackdrop .heroVisual .bottle {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.sectionHeroBackdrop .heroVisual .bottle.animate {
  transform: translateY(0);
  opacity: 1;
}
.sectionHeroBackdrop .heroVisual {
  /* Orange Bottle */
}
.sectionHeroBackdrop .heroVisual .bottle.orange {
  width: 11.25rem;
  top: 1.25rem;
  margin-right: -2.1875rem;
  position: relative;
  z-index: 14;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 13.75rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 17.5rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 20.625rem;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 15.625rem;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 18.125rem;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.orange {
    width: 22.5rem;
  }
}
.sectionHeroBackdrop .heroVisual {
  /* Yellow Bottle */
}
.sectionHeroBackdrop .heroVisual .bottle.yellow {
  width: 12.5rem;
  top: -1.125rem;
  margin-left: -2.1875rem;
  position: relative;
  z-index: 15;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 15rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 19.375rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 22.5rem;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 17.5rem;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 20rem;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .heroVisual .bottle.yellow {
    width: 24.375rem;
  }
}
.sectionHeroBackdrop .heroVisual {
  /* Foreground PNG */
}
.sectionHeroBackdrop .heroVisual .foreground {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: auto;
  z-index: 16;
  pointer-events: none;
  opacity: 0.95;
}
.sectionHeroBackdrop {
  /* ================= HERO TEXT ================= */
}
.sectionHeroBackdrop .heroText {
  position: relative;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  margin-top: 1.25rem;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroText {
    height: auto;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroText {
    height: auto;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .heroText {
    height: 34.25rem;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroText {
    height: 100vh;
    order: 2;
    margin-left: 0;
    width: min(42%, 31.25rem);
    justify-content: flex-start;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .heroText {
    height: 100vh;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .heroText {
    height: 100vh;
  }
}
.sectionHeroBackdrop .heroText .heroTextSmoke {
  position: absolute;
  inset: -14% -22%;
  width: 144%;
  height: 128%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: screen;
  filter: grayscale(1) blur(0.0625rem);
  pointer-events: none;
  z-index: 2;
  animation: heroFogDriftA 18s ease-in-out infinite alternate;
  will-change: transform, opacity, filter;
  transform: translateZ(0);
}
.sectionHeroBackdrop .heroText .heroTextInner {
  position: relative;
  z-index: 3;
  max-width: 32.5rem;
  text-align: center;
  color: #FEDD00;
  font-weight: 800;
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .heroText .heroTextInner {
    text-align: center;
  }
}
.sectionHeroBackdrop .heroText .heroTextInner p {
  margin: 0;
}
@keyframes heroFogDriftA {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1.05);
    filter: grayscale(1) blur(0.0625rem);
  }
  100% {
    transform: translate3d(2%, -1.5%, 0) scale(1.1);
    filter: grayscale(1) blur(0.0875rem);
  }
}
@keyframes heroFogDriftB {
  0% {
    transform: translate3d(1%, 0, 0) scaleX(-1) scale(1.08);
    filter: grayscale(1) blur(0.05rem);
  }
  100% {
    transform: translate3d(-2%, -1%, 0) scaleX(-1) scale(1.14);
    filter: grayscale(1) blur(0.1rem);
  }
}
.sectionHeroBackdrop {
  /* ================= TYPOGRAPHY ================= */
}
.sectionHeroBackdrop .pretitle,
.sectionHeroBackdrop .titleSmall {
  letter-spacing: -0.01em;
  font-size: 2.4375rem;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 2.4375rem;
  }
}
.sectionHeroBackdrop .titleBig {
  letter-spacing: -0.04em;
  line-height: 0.78em;
  font-size: 7rem;
  text-align: center;
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
@media (min-width: 599.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
@media (min-width: 899.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
@media (min-width: 1279.9px) {
  .sectionHeroBackdrop .titleBig {
    font-size: 7rem;
  }
}
.sectionHeroBackdrop .titleSmall {
  line-height: 1.25em;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .sectionHeroBackdrop .heroContainer {
    padding-top: 8rem;
    gap: 1rem;
  }
  .sectionHeroBackdrop .heroVisual {
    margin-top: 2rem;
  }
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: clamp(1.5rem, 8vw, 2.4375rem);
  }
  .sectionHeroBackdrop .titleBig {
    font-size: clamp(4.375rem, 24vw, 7rem);
    line-height: 0.82em;
  }
}
@media (min-width: 899.9px) and (max-width: 1023.9px) {
  .sectionHeroBackdrop .heroContainer {
    gap: 1rem;
  }
  .sectionHeroBackdrop .heroVisual {
    width: 52%;
    margin-top: 1.5rem;
  }
  .sectionHeroBackdrop .heroText {
    width: 48%;
    padding-right: 1rem;
    overflow: visible;
  }
  .sectionHeroBackdrop .heroTextInner {
    max-width: 100%;
  }
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 1.5rem;
  }
  .sectionHeroBackdrop .titleBig {
    font-size: 8rem;
    line-height: 0.84em;
  }
}
@media (min-width: 1023.9px) {
  .sectionHeroBackdrop .heroContainer {
    gap: 1rem;
  }
  .sectionHeroBackdrop .pretitle,
  .sectionHeroBackdrop .titleSmall {
    font-size: 1.25rem;
  }
  .sectionHeroBackdrop .titleBig {
    font-size: 9rem;
  }
}

@keyframes slideUpBottles {
  0% {
    transform: translateY(100%) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
.includeSections {
  position: relative;
  z-index: 2;
}
