@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}body{animation:page-fade-in .35s ease both}.page-exit{animation:page-fade-out .2s ease forwards}@keyframes page-fade-out{0%{opacity:1}to{opacity:0}}@keyframes block-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.block-animate{animation:block-fade-up .4s cubic-bezier(.22,1,.36,1) both}.block-animate-1{animation-delay:.05s}.block-animate-2{animation-delay:.15s}.block-animate-3{animation-delay:.25s}@keyframes state-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.state-enter{animation:state-fade-in .35s cubic-bezier(.22,1,.36,1) both}@keyframes progress-fill{0%{width:0!important}}.progress-animate{animation:progress-fill .8s cubic-bezier(.22,1,.36,1) both;animation-delay:.3s}
