@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes drawCheck{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.animate-fade-in{animation:.8s ease-out fadeIn}.animate-slide-up{animation:.6s ease-out both slideUp}.animate-scale-in{animation:.6s ease-out scaleIn}.animate-draw-check{animation:.8s ease-out .3s both drawCheck}
