<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
    }
    
    .p1809m62315a1d5ad567f8 img{
    -webkit-transform: rotate(360deg);
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite;
    }
    .p1809m62315a1d5ad567f8 img:hover{
            /* animation-play-state:paused;
            -webkit-animation-play-state:paused;  */
            animation-fill-mode : both; 
        }</pre></body></html>