.animate-bounce-slow{animation:1.8s infinite bounce-slow}@keyframes bounce-slow{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(0)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(-16px)scale(1.06)}}
