@keyframes _gradientAnimation_14gwf_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



._heroLightGradient_14gwf_15 {
    background: linear-gradient(270deg, #f8f7f7, #e1fffc, #f8fbff, #f3fdea);
    background-size: 600% 600%;
    animation: _gradientAnimation_14gwf_1 20s ease infinite;
}

@keyframes _fadeIn_14gwf_32 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._fadeIn_14gwf_32 {
  animation: _fadeIn_14gwf_32 0.8s ease-out forwards;
}
