.animation-pulse{display:flex;justify-content:center;border-radius:100%;transition:all .3s ease-in-out 0s;box-shadow:0 0 0 0 rgba(193,244,246,.698);animation:pulse 2s cubic-bezier(.8,0,0,1) 0s infinite normal none running;align-items:center;border:0}.animation-pulse:is(:hover,:focus){transform:scale(1.1)}@keyframes pulse{to{box-shadow:0 0 0 20px rgba(193,244,246,0)}}.slider-content{display:flex;align-items:center;gap:8px;white-space:nowrap;animation:slide-left-right 4s ease-in-out infinite}@keyframes slide-left-right{0%{transform:translateX(0)}50%{transform:translateX(50%)}to{transform:translateX(0)}}