/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row.hero {
  z-index: 2;
}
.row.hero h1 {
  font-size: 160px;
  color: var(--white) !important;
  clear: left !important;
  padding: 0 !important;
  line-height: 0.85em !important;
  display: inline-block;
  opacity: 1;
  cursor: default !important;
  box-sizing: border-box !important;
  letter-spacing: -4px;
}
.row.hero h1.inactive {
  opacity: 0;
}
@media (max-width: 1025px) {
  .row.hero h1 {
    font-size: 70px;
  }
}
.row.hero h1 span.hero-trigger {
  cursor: pointer;
  opacity: 1 !important;
}
@media (max-width: 1025px) {
  .row.hero h1 span.hero-trigger {
    touch-action: none;
    pointer-events: none;
  }
}
.row.hero .row-inner:not(.ticker-inner) {
  height: calc(100vh - 74px - 0px) !important;
  max-width: 100vw !important;
  padding-top: var(--space-xl) !important;
}
@media (max-width: 1025px) {
  .row.hero .row-inner:not(.ticker-inner) {
    height: 100vh !important;
  }
}
@media (max-width: 1025px) {
  .row.hero {
    position: fixed;
    inset: 0;
  }
}

.row.hero {
  position: relative;
}
.row.hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}

.hero {
  min-height: 100vh !important;
}
.hero .hero-inner {
  padding-bottom: var(--space-l-xl) !important;
}
@media (max-width: 768px) {
  .hero .hero-inner {
    padding-bottom: 22vh !important;
  }
}

body.admin-bar .hero, body.admin-bar .hero .row-inner {
  min-height: calc(100vh - 74px - 0px - 32px);
}

body {
  overflow: hidden !important;
}

#content {
  overflow: hidden !important;
}

#header {
  display: none !important;
}

#footer, .pre-footer, .max-width {
  display: none !important;
}

#smooth-inner {
  padding-top: 0 !important;
}

.hero canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero canvas {
    height: 60%;
    top: auto;
    bottom: 0;
  }
}

.hero-text {
  overflow: hidden;
}
