.r4cm-logo-overlay{pointer-events:none;}
.r4cm-logo-overlay.r4cm-glow{animation:r4cmPulse 4s ease-in-out infinite;}

@keyframes r4cmPulse{0%{filter:drop-shadow(0 0 4px rgb(0 191 255 / 40%)) drop-shadow(0 0 12px rgb(0 191 255 / 50%));}50%{filter:drop-shadow(0 0 10px rgb(0 191 255 / 75%)) drop-shadow(0 0 28px rgb(0 191 255 / 90%));}100%{filter:drop-shadow(0 0 4px rgb(0 191 255 / 40%)) drop-shadow(0 0 12px rgb(0 191 255 / 50%));}}
