@keyframes fadeInSlow{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInNormal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInFast{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInSlow{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInNormal{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFast{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulseSlow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes pulseNormal{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.9}}@keyframes pulseFast{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}}@keyframes bounceSlow{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-15px,0)}70%{transform:translate3d(0,-8px,0)}90%{transform:translate3d(0,-3px,0)}}@keyframes bounceNormal{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-10px,0)}70%{transform:translate3d(0,-5px,0)}90%{transform:translate3d(0,-2px,0)}}@keyframes bounceFast{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-6px,0)}70%{transform:translate3d(0,-3px,0)}90%{transform:translate3d(0,-1px,0)}}@keyframes shakeSlow{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes shakeNormal{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-3px)}20%,40%,60%,80%{transform:translateX(3px)}}@keyframes shakeFast{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}@keyframes glowSlow{0%,to{box-shadow:0 0 5px rgba(59,130,246,.3)}50%{box-shadow:0 0 20px rgba(59,130,246,.6),0 0 30px rgba(59,130,246,.4)}}@keyframes glowNormal{0%,to{box-shadow:0 0 5px rgba(59,130,246,.3)}50%{box-shadow:0 0 15px rgba(59,130,246,.5),0 0 25px rgba(59,130,246,.3)}}@keyframes glowFast{0%,to{box-shadow:0 0 5px rgba(59,130,246,.3)}50%{box-shadow:0 0 10px rgba(59,130,246,.4),0 0 20px rgba(59,130,246,.2)}}@keyframes scaleUpSlow{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleUpNormal{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleUpFast{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes whirlInSlow{0%{opacity:0;transform:translateX(-100px) scale(.2) rotate(-1turn)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}@keyframes whirlInNormal{0%{opacity:0;transform:translateX(-80px) scale(.3) rotate(-270deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}@keyframes whirlInFast{0%{opacity:0;transform:translateX(-60px) scale(.4) rotate(-180deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}.animate-fade-in-slow{animation:fadeInSlow 2s ease-out forwards}.animate-fade-in-normal{animation:fadeInNormal 1s ease-out forwards}.animate-fade-in-fast{animation:fadeInFast .5s ease-out forwards}.animate-slide-in-slow{animation:slideInSlow 1.5s ease-out forwards}.animate-slide-in-normal{animation:slideInNormal 1s ease-out forwards}.animate-slide-in-fast{animation:slideInFast .6s ease-out forwards}.animate-pulse-slow{animation:pulseSlow 3s ease-in-out infinite}.animate-pulse-normal{animation:pulseNormal 2s ease-in-out infinite}.animate-pulse-fast{animation:pulseFast 1s ease-in-out infinite}.animate-bounce-slow{animation:bounceSlow 3s ease-in-out infinite}.animate-bounce-normal{animation:bounceNormal 2s ease-in-out infinite}.animate-bounce-fast{animation:bounceFast 1s ease-in-out infinite}.animate-shake-slow{animation:shakeSlow 2s ease-in-out infinite}.animate-shake-normal{animation:shakeNormal 1s ease-in-out infinite}.animate-shake-fast{animation:shakeFast .5s ease-in-out infinite}.animate-glow-slow{animation:glowSlow 3s ease-in-out infinite}.animate-glow-normal{animation:glowNormal 2s ease-in-out infinite}.animate-glow-fast{animation:glowFast 1s ease-in-out infinite}.animate-scale-up-slow{animation:scaleUpSlow 1.5s ease-out forwards}.animate-scale-up-normal{animation:scaleUpNormal 1s ease-out forwards}.animate-scale-up-fast{animation:scaleUpFast .5s ease-out forwards}.animate-whirl-in-slow{animation:whirlInSlow 2s ease-out forwards}.animate-whirl-in-normal{animation:whirlInNormal 1.2s ease-out forwards}.animate-whirl-in-fast{animation:whirlInFast .8s ease-out forwards}