.gradientMask {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

@keyframes translateY {
  from { transform: translateY(160px); rotate(270deg);}
  to { transform: translateY(0); rotate(0deg); }
}

.show-text h1 span {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  color: transparent;
}
.one-line-header .show-text h1 span::before {
min-width: 550px;
}
.show-text .image img {
  animation: translateY 1.3s cubic-bezier(1, 0, 0, 0.99) forwards;
  transform: translateY(100px);
}
.show-text h1 span::before {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  color: white;
  animation: translateY 1.3s cubic-bezier(1, 0, 0, 0.99) forwards;
  transform: translateY(100px);
}

.show-text h1 span::before {
  content: attr(title);
}

.show-text h1 span:nth-of-type(1)::before {animation-delay: 0s; }
.show-text h1 span:nth-of-type(2)::before {animation-delay: 0.1s;}
.show-text h1 span:nth-of-type(3)::before {animation-delay: 0.2s;}
.show-text h1 span:nth-of-type(4)::before {animation-delay: 0.3s;}
.show-text h1 span:nth-of-type(5)::before {animation-delay: 0.4s;}
.one-line-header .show-text h1 span::before {
min-width: 550px;
}

.show-text h3 span,
.show-text p span, .show-text div a:not(.eyebrow){
  animation: translateY 1s forwards;
  transform: translateY(160px);
}

.show-text div:nth-of-type(1) a {
  animation-delay: 2s;
}

.show-text .mouseWrapper p span {
  animation: translateY 1s forwards;
  transform: translateY(160px);

  animation-delay: 1.5s;
}

.show-text p:nth-child(2) span {
  animation-delay: 1s;
}

.show-text p:nth-of-type(3) span {
  animation-delay: 1.5s;
}


.show-text p.contact span {
  animation-delay: 2s;
}

.overflow-hidden.inline-flex:nth-of-type(2) .contact-btn {
  animation: translateY 1s forwards;
  animation-delay: 2s;
  transform: translateY(160px);
}

.overflow-hidden.inline-flex:nth-of-type(3) .contact-btn {
  animation: translateY 1s forwards;
  animation-delay: 2s;
  transform: translateY(160px);
}

#headerLottie.hidden, #headerLottieMouse.hidden
{
  opacity: 0;
  display: none;
}

@media screen and (min-height: 561px) and (max-height: 800px) {
  header.page-header {
    height: 100vh;
    
    padding-top: 0;
  }
  
  .eyebrow {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-height: 580px) {
  header.page-header {
    height: 580px;
  }
}
}



@media screen and (max-height: 465px) {
  h1.text-white {
    font-size: 40px !important;
  }

} 
a.contact:hover svg > path {
  fill: black;
}
