.animate-pulse{animation:pulseColor 2s cubic-bezier(0.4,0,0.6,1) infinite}@keyframes pulseColor{0%,100%{background-color:#EA580c}50%{background-color:#c2410c}}