@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom8{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.animate-in{animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-up{animation-name:slideUp}.slide-in-from-bottom-8{animation-name:slideInFromBottom8}.duration-700{animation-duration:.7s}.duration-1000{animation-duration:1s}.stagger>*{animation:slideUp .6s both}.stagger>*:nth-child(1){animation-delay:60ms}.stagger>*:nth-child(2){animation-delay:.12s}.stagger>*:nth-child(3){animation-delay:.18s}.stagger>*:nth-child(4){animation-delay:.24s}.stagger>*:nth-child(5){animation-delay:.3s}.stagger>*:nth-child(6){animation-delay:.36s}main>*{will-change:opacity,transform}
