<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-360deg)}}#noi18c,.arrr{text-align:center}#noi18c{background:#272b30;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1999}#noi18c .loader{margin-top:calc(50% - 120px);width:120px;height:120px;border:3px dotted #fff;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}#noi18c .loader::after{content:'';box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px dotted #ff3d00;border-style:solid solid dotted;width:100px;height:100px;border-radius:50%;animation:rotationBack 1s linear infinite;transform-origin:center center}.arrr{color:#fff;height:2em;padding:20px}</pre></body></html>