@keyframes enterFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes enterFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes exitToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes exitToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.animate-enter-from-top{animation:1s cubic-bezier(.16,1,.3,1) forwards enterFromTop}.animate-enter-from-bottom{animation:1s cubic-bezier(.16,1,.3,1) forwards enterFromBottom}.animate-exit-to-top{animation:1s cubic-bezier(.16,1,.3,1) forwards exitToTop}.animate-exit-to-bottom{animation:1s cubic-bezier(.16,1,.3,1) forwards exitToBottom}.animate-pulse{animation:2s cubic-bezier(0,0,.2,1) infinite pulse}
