.animated-cell-link{border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.animated-cell-link:hover{cursor:pointer}.animated-cell{width:48px;height:48px;position:relative}.cell-frame{opacity:0;animation-name:cellFrame;animation-duration:9s;animation-timing-function:step-end;animation-iteration-count:infinite;position:absolute;inset:0}.frame-1{animation-delay:0s}.frame-2{animation-delay:3s}.frame-3{animation-delay:6s}@keyframes cellFrame{0%{opacity:1}33%{opacity:1}34%{opacity:0}to{opacity:0}}
