.move-up-enter-active,.move-up-leave-active,.move-down-enter-active,.move-down-leave-active{transition:transform .4s ease-in-out}@media (width>=1024px){.move-up-enter-active,.move-up-leave-active,.move-down-enter-active,.move-down-leave-active{transition:none}}.move-up-enter-from,.move-up-leave-to{transform:translateY(100vh)}.move-down-enter-from,.move-down-leave-to{transform:translateY(-100vh)}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition:transform .1s ease-in-out}@media (width>=1024px){.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition:transform .4s ease-in-out}}.slide-right-enter-from{transform:translate(100vw)}.slide-left-enter-from,.slide-right-leave-to{transform:translate(-100vw)}.slide-left-leave-to{transform:translate(100vw)}.hide-left-enter-active,.hide-left-leave-active{transition:transform .4s ease-in-out}.hide-left-leave-to{transform:translate(-100vw)}.hide-left-leave-from{transform:translate(0)}.hide-left-enter-from{transform:translate(-100vw)}.hide-left-enter-to{transform:translate(0)}.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}}
