.fade-in{animation:fadeIn .8s cubic-bezier(.4,0,.2,1)}.fade-in-delay-1{animation:fadeIn .8s cubic-bezier(.4,0,.2,1);animation-delay:.4s;opacity:0;animation-fill-mode:forwards}.fade-in-delay-2{animation:fadeIn .8s cubic-bezier(.4,0,.2,1);animation-delay:.6s;opacity:0;animation-fill-mode:forwards}.fade-in-delay-3{animation:fadeIn .8s cubic-bezier(.4,0,.2,1);animation-delay:.8s;opacity:0;animation-fill-mode:forwards}.fade-in-delay-4{animation:fadeIn .8s cubic-bezier(.4,0,.2,1);animation-delay:1.6s;opacity:0;animation-fill-mode:forwards}.slide-up{animation:slideUp .6s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-fadeIn{animation:fadeIn .8s cubic-bezier(.4,0,.2,1)}.animate-slideUp{animation:slideUp .6s cubic-bezier(.4,0,.2,1)}.animate-scaleIn{animation:scaleIn .5s cubic-bezier(.4,0,.2,1)}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:visible{visibility:visible}.transition-smooth{transition:all .3s cubic-bezier(.4,0,.2,1)}