<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader{width:32px;height:32px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:4px solid #ec1d24;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes anim-spinner-two{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.spinner-two,.spinner-two:before{box-sizing:border-box;display:block;width:20px;height:20px}.spinner-two{transform:scale(var(--ggs,1.5));position:relative;color:#ec1d24}.spinner-two:before{content:"";position:absolute;border-radius:100px;animation:anim-spinner-two 1s cubic-bezier(.6,0,.4,1) infinite;border-color:currentcolor transparent;border-style:solid;border-width:3px}</pre></body></html>