@keyframes bounce-dot{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}.dot-1{animation:bounce-dot 1.4s infinite;animation-delay:0s}.dot-2{animation:bounce-dot 1.4s infinite;animation-delay:.2s}.dot-3{animation:bounce-dot 1.4s infinite;animation-delay:.4s}
