.fade-in{animation:1.2s cubic-bezier(.39,.575,.565,1) both fade-in}.fade-in-top{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-top}.fade-in-right{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-right}.fade-in-left{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-left}.fade-in-bottom{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-bottom}.slide-in-blurred-bottom{animation:.6s cubic-bezier(.23,1,.32,1) both slide-in-blurred-bottom}.slide-in-blurred-top{animation:.6s cubic-bezier(.23,1,.32,1) both slide-in-blurred-top}.fade-in-up{animation:.6s cubic-bezier(.39,.575,.565,1) both fade-in-up}.float{animation:3s ease-in-out infinite float}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-top{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-bottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-blurred-bottom{0%{transform-origin:50% 100%;filter:blur(40px);opacity:0;transform:translateY(1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}@keyframes slide-in-blurred-top{0%{transform-origin:50% 0;filter:blur(40px);opacity:0;transform:translateY(-1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}.scale-in{animation:.6s cubic-bezier(.39,.575,.565,1) both scale-in}@keyframes scale-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}
