@keyframes flip-in{0%{transform:rotateY(90deg) scale(.9);opacity:0}to{transform:rotateY(0deg) scale(1);opacity:1}}.animate-flip{animation:flip-in .6s ease-out;perspective:1000px}@keyframes rotate-in{0%{transform:rotate(-180deg) scale(0);opacity:0}to{transform:rotate(0deg) scale(1);opacity:1}}.animate-rotate{animation:rotate-in .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes zoom-in{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.animate-zoom{animation:zoom-in .5s ease-out}@keyframes roll-in-left{0%{transform:translateX(-800px) rotate(-540deg);opacity:0}to{transform:translateX(0) rotate(0deg);opacity:1}}.animate-roll{animation:roll-in-left .8s ease-out both}