@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.animate-pulse{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}