@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes typewriter{0%{max-height:0;opacity:0}to{max-height:5000px;opacity:1}}.typewriter-animation{animation:typewriter .8s ease-out forwards;overflow:hidden}.typewriter-animation>*{animation:fadeInUp .5s ease-out forwards}.typewriter-animation>:first-child{animation-delay:.1s;opacity:0}.typewriter-animation>:nth-child(2){animation-delay:.2s;opacity:0}.typewriter-animation>:nth-child(3){animation-delay:.3s;opacity:0}.typewriter-animation>:nth-child(4){animation-delay:.4s;opacity:0}.typewriter-animation>:nth-child(5){animation-delay:.5s;opacity:0}.typewriter-animation>:nth-child(n+6){animation-delay:.6s;opacity:0}