@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes expand-height{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.animate-fade-in-up{animation:.5s ease-out both fade-in-up}.animate-fade-in-left{animation:.4s ease-out both fade-in-left}.animate-fade-in-scale{animation:.4s cubic-bezier(.22,1,.36,1) both fade-in-scale}.animate-fade-in{animation:.4s ease-out both fade-in}.animate-expand-height{animation:.3s ease-out both expand-height;overflow:hidden}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-250{animation-delay:.25s}.animation-delay-300{animation-delay:.3s}.animation-delay-350{animation-delay:.35s}.animation-delay-400{animation-delay:.4s}.animation-delay-450{animation-delay:.45s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}.hover-lift{transition:transform .2s,box-shadow .2s}.hover-lift:hover{transform:scale(1.02)}.hover-slide-right{transition:transform .2s}.hover-slide-right:hover{transform:translate(4px)}.card-item{transition:box-shadow .2s}.card-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}
