@keyframes slide-left{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes drop-in{0%{opacity:0;transform:translateY(-50px)scaleY(.8)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes fade-scale{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes rise-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-in{0%{opacity:0;transform:rotate(-180deg)scale(.5)}to{opacity:1;transform:rotate(0)scale(1)}}.animate-slide-left{animation:.7s cubic-bezier(.22,1,.36,1) both slide-left}.animate-slide-right{animation:.7s cubic-bezier(.22,1,.36,1) both slide-right}.animate-drop-in{animation:.6s cubic-bezier(.22,1,.36,1) both drop-in}.animate-fade-scale{animation:.5s cubic-bezier(.34,1.56,.64,1) both fade-scale}.animate-rise-up{animation:.7s cubic-bezier(.22,1,.36,1) both rise-up}.animate-spin-in{animation:.8s cubic-bezier(.34,1.56,.64,1) both spin-in}
