@keyframes fadeInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-animation{animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease-out}.hero-animation.fade-in-up{animation-name:fadeInUp}.hero-animation:nth-child(1){animation-delay:.2s}.hero-animation:nth-child(2){animation-delay:.4s}.hero-animation:nth-child(3){animation-delay:.6s}