html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.home-banner {
  top: 0;
  left: 0;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 100svh;
  }
}
.home-banner video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home-banner video {
    height: 100svh;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner video.desktop-video {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home-banner video.mobile-video {
    display: none;
  }
}
.home-banner .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3.9rem 4.4rem;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-banner .inner {
    justify-content: flex-start;
  }
  .home-banner .inner::before {
    left: unset !important;
    right: 30px;
    display: flex;
    justify-content: flex-end;
  }
  .home-banner .inner::after {
    left: unset !important;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .inner {
    padding: 2rem 1rem;
  }
}
.home-banner .inner::after {
  content: "";
  width: 1px;
  height: 80px;
  left: 4.4rem;
  bottom: 0;
  transform: translateY(50%);
  background: black;
  position: absolute;
  z-index: 999;
  mix-blend-mode: plus-lighter;
}
.home-banner .inner::before {
  content: "Scroll";
  color: #FFF;
  font-size: 1rem;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 1px;
  height: 60px;
  left: 4.4rem;
  bottom: 0;
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) 60px);
  position: absolute;
  z-index: 999;
}
.home-banner .content-holder {
  max-width: 29.875rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 400px) {
  .home-banner .content-holder h1 {
    font-size: 2.75rem;
  }
}

header .headerBox {
  position: fixed;
  width: 100%;
}
header .headerBox a {
  color: #fff;
}
header .headerBox .logo img {
  transform: scale(1.1);
  filter: invert(1) brightness(10);
}
header .headerBox .nav-holder .hamburger .stripe {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  #saffier-homepage {
    display: flex;
    flex-direction: column;
  }
  #saffier-homepage .home-banner {
    order: 1;
  }
  #saffier-homepage .usp {
    order: 3;
  }
  #saffier-homepage .ranges-overview {
    order: 2;
  }
  #saffier-homepage section.explore {
    display: none;
  }
  #saffier-homepage .featured {
    order: 4;
  }
  #saffier-homepage .home-events {
    order: 5;
  }
}
@media only screen and (min-width: 992px) {
  #saffier-homepage .featured {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  #saffier-homepage .featured {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #saffier-homepage .featured .columns-2 {
    grid-template-columns: 1fr;
  }
  #saffier-homepage .featured .columns-2 .content-holder {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #saffier-homepage .featured .content-holder {
    padding: 1.25rem !important;
  }
}

/*# sourceMappingURL=homepage.css.map */
