@keyframes p-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes p-fade{0%{opacity:0}to{opacity:1}}@keyframes p-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.p-fade-up{animation:p-fade-up .55s cubic-bezier(.22,1,.36,1) both}.p-fade{animation:p-fade .4s ease both}.p-float{animation:p-float 4s ease-in-out infinite}.p-stagger>*{animation:p-fade-up .5s cubic-bezier(.22,1,.36,1) both}.p-stagger>*:nth-child(2){animation-delay:.06s}.p-stagger>*:nth-child(3){animation-delay:.12s}.p-stagger>*:nth-child(4){animation-delay:.18s}.p-stagger>*:nth-child(5){animation-delay:.24s}.p-stagger>*:nth-child(6){animation-delay:.3s}.p-lift{transition:transform .18s ease,box-shadow .18s ease}.p-lift:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1466ff24}@media(prefers-reduced-motion:reduce){.p-fade-up,.p-fade,.p-float,.p-stagger>*{animation:none!important}.p-lift:hover{transform:none}}
