.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-fast-enter-from,.fade-fast-leave-to{opacity:0}.fade-fast-enter-active,.fade-fast-leave-active{transition:opacity .2s}.move-enter-active,.move-leave-active{transition:transform .4s ease-in-out}@media (width>=1024px){.move-enter-active,.move-leave-active{transition:transform .4s ease-in-out}}.move-enter-from,.move-leave-to{transform:translateY(100vh)}@media (width>=1024px){.move-enter-from,.move-leave-to{transform:translate(100vw)}}.dropdown-enter-active,.dropdown-leave-active{transition:all .1s ease-in-out}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-1em)}.app-loader-paw{flex-direction:row;justify-content:space-between;width:100%;max-width:200px;display:flex}.app-loader-paw__paw{opacity:1;width:1em;height:1em;animation:2s ease-in-out infinite paw-animation}.app-loader-paw__paw:nth-child(odd){transform:rotate(80deg)}.app-loader-paw__paw:nth-child(2n){margin-top:1.25em;transform:rotate(100deg)}.app-loader-paw__paw:first-child{animation-delay:-1.25s}.app-loader-paw__paw:nth-child(2){animation-delay:-1s}.app-loader-paw__paw:nth-child(3){animation-delay:-.75s}.app-loader-paw__paw:nth-child(4){animation-delay:-.5s}.app-loader-paw__paw:nth-child(5){animation-delay:-.25s}.app-loader-paw__paw:nth-child(6){animation-delay:0s}@keyframes paw-animation{0%{opacity:0}50%{opacity:0}to{opacity:1}}
