@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.stagger-fade-in>*{animation:fadeInUp .4s cubic-bezier(.19,1,.22,1) backwards}.stagger-fade-in>*:nth-child(1){animation-delay:0ms}.stagger-fade-in>*:nth-child(2){animation-delay:60ms}.stagger-fade-in>*:nth-child(3){animation-delay:.12s}.stagger-fade-in>*:nth-child(4){animation-delay:.18s}.stagger-fade-in>*:nth-child(5){animation-delay:.24s}.stagger-fade-in>*:nth-child(6){animation-delay:.3s}.stagger-fade-in>*:nth-child(7){animation-delay:.36s}.stagger-fade-in>*:nth-child(8){animation-delay:.42s}.stagger-fade-in>*:nth-child(9){animation-delay:.48s}.stagger-fade-in>*:nth-child(10){animation-delay:.54s}.stagger-fade-in>*:nth-child(11){animation-delay:.6s}.stagger-fade-in>*:nth-child(12){animation-delay:.66s}.stagger-fade-in.subsequent>*{animation-delay:0ms!important;animation-duration:.25s}@media(prefers-reduced-motion:reduce){.stagger-fade-in>*{animation:none;opacity:1;transform:none}}@supports (view-transition-name: auto){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation-duration:.25s;animation-timing-function:cubic-bezier(.19,1,.22,1)}}
