<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 768px){.loader-img{width:50%;height:auto;margin-bottom:50px}}@media only screen and (max-width: 768px){.loader-img{width:70%;height:auto;margin-bottom:50px}}.spinner{width:33px;height:33px;border-radius:50%;background:conic-gradient(black 10%,#fff);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0);animation:load-spin .8s infinite linear}@keyframes load-spin{to{transform:rotate(1turn)}}
</pre></body></html>