@keyframes gradient-x{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient-x{animation:gradient-x 15s ease infinite;background-size:200% 200%}.slide-up-enter-active,.slide-up-leave-active{transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translateY(20px)}
