.fade-out{animation:fade-out .3s ease-out both}.fade-in{animation:fade-in .3s ease-in both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.slide-top{animation:slide-top .5s ease-in both}@keyframes slide-top{0%{transform:translateY(0)}to{transform:translateY(-20.25rem)}}.slide-bottom{animation:slide-bottom .5s ease-out both}@keyframes slide-bottom{0%{transform:translateY(0)}to{transform:translateY(20.25rem)}}