@keyframes slideFadeInLeft{0%{opacity:0;transform:translateX(32px) scale(.98)}60%{opacity:1}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideFadeInRight{0%{opacity:0;transform:translateX(-32px) scale(.98)}60%{opacity:1}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-fade-in-left{animation:slideFadeInLeft .55s cubic-bezier(.16,.8,.24,1)}.animate-slide-fade-in-right{animation:slideFadeInRight .55s cubic-bezier(.16,.8,.24,1)}.animate-fade-in{animation:fadeIn .4s ease-out}@media (prefers-reduced-motion:reduce){.animate-fade-in,.animate-slide-fade-in-left,.animate-slide-fade-in-right{animation:none!important}}