.scale-in-ver-bottom {
  -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

div#introCover {
  width: 100%;
  height: 1200px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}

div#introCover:hover {}

div#box0 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
}

div#box1 {
  bottom: 25%;
  left: 0%;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
}

div#box1:hover {}

div#introCoverSub {
  background-color: rgba(0, 0, 0, 0);
}

div#introCoverSub:hover {}

.home-section-cover-desktop {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.home-section-cover-desktop:hover {}

.home-section-overlay-dim {
  background: rgba(0, 0, 0, 0.2);
}

.home-section-overlay-clear {
  background: rgba(0, 0, 0, 0);
}

.home-section-spacing-desktop-hero {
  padding-top: 30px;
  padding-bottom: 50px;
}

.home-section-spacing-desktop-standard {
  padding-top: 20px;
  padding-bottom: 20px;
}

div#featuresCover {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

div#featuresCover:hover {}

.featuresLabel {
  font-family: 'neue-haas-unica';
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  height: auto;
}

.featuresContent {
  font-family: 'neue-haas-unica';
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  max-width: 500px;
  padding: 25px;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  height: auto;
  display: none;
}

.Lbutton {}

a.Lbutton {
  font-family: 'neue-haas-unica', 'proxima-nova', 'Open Sans', sans-serif;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.97);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 0 solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 28px;
  text-decoration: none;
}

a.Lbutton:link,
a.Lbutton:visited {
  background-color: rgba(255, 255, 255, 0.97);
  color: rgba(40, 40, 40, 1);
  text-decoration: none;
}

a.Lbutton:hover,
a.Lbutton:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(40, 40, 40, 0.9);
  text-decoration: none;
}

.LbuttonS {}

a.LbuttonS {
  font-family: 'neue-haas-unica', 'proxima-nova', 'Open Sans', sans-serif;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.97);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 0 solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: rgba(40, 40, 40, 1);
  font-size: 15px;
  font-weight: 300;
  padding: 6px 24px;
  text-decoration: none;
}

a.LbuttonS:link,
a.LbuttonS:visited {
  background-color: rgba(255, 255, 255, 0.97);
  color: rgba(40, 40, 40, 1);
  text-decoration: none;
}

a.LbuttonS:hover,
a.LbuttonS:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(40, 40, 40, 0.9);
  text-decoration: none;
}

.scrolling {
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.intro-box-desktop {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  transform: translateY(-25%);
  text-align: center;
}

.intro-center {
  margin: auto;
}

.intro-title-desktop {
  font-family: 'neue-haas-unica';
  font-weight: 300;
  font-size: 150px;
  line-height: 150px;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.95);
}

.intro-subtitle-desktop {
  font-family: 'neue-haas-unica';
  margin: auto;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}

.intro-cta-desktop {
  margin: auto;
  padding-top: 30px;
  text-align: center;
}

.intro-caption-desktop {
  font-family: 'neue-haas-unica';
  font-size: 16px;
  font-weight: 300;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 24px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.intro-arrow-desktop {
  position: relative;
  width: 100%;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 0;
}

.intro-arrow-icon-desktop {
  position: relative;
  top: -50px;
}

.section-title-desktop {
  font-family: 'neue-haas-unica';
  font-size: 48px;
  font-weight: 300;
  height: auto;
  padding: 5px;
  padding-bottom: 20px;
}

.section-title-desktop-standard {
  max-width: 900px;
}

.section-title-desktop-wide {
  max-width: 1100px;
  padding-top: 50px;
}

.section-copy-desktop {
  font-family: 'neue-haas-unica';
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  max-width: 900px;
  height: auto;
  padding: 20px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.features-heading-desktop {
  font-family: 'neue-haas-unica';
  font-size: 62px;
  font-weight: 300;
  line-height: 66px;
  text-align: right;
  max-width: 450px;
  height: auto;
  padding-right: 100px;
  padding-bottom: 100px;
}

.features-copy-spacer {
  font-family: 'neue-haas-unica';
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  max-width: 600px;
  height: auto;
  padding: 25px;
  padding-left: 20px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.page-end-spacer-desktop {
  height: 100px;
}

.scrolling-desktop {
  max-width: 1500px;
  height: auto;
  padding: 40px;
  padding-top: 0;
}

.parallax-image-desktop {
  border-radius: var(--parallax-image-border-radius, 25px) !important;
  padding: 5px;
  padding-bottom: 10px;
}

::-webkit-scrollbar {
  display: none;
}
