#loader{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#fafaf8 50%,#ddd);z-index:999999;transition:transform .6s;display:flex;flex-direction:column;justify-content:center}.show{transform:translateY(0)}.hide{transform:translateY(-100%)!important}#loader .logo img{max-width:80px}.logo{display:flex;flex-direction:column;gap:10px;align-items:center}.logo .logoCircle{max-width:55px}.logo .logoTxt{max-width:150px}svg.loaderText text{animation:stroke 3s infinite alternate;stroke-width:2;text-transform:uppercase;stroke:#a37c4e;font-size:80px;font-weight:700;letter-spacing:10px}.animCircle{animation:rotateLogo 30s linear infinite}@keyframes stroke{0%{fill:rgba(72,138,20,0);stroke:#a37c4e;stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:2}70%{fill:rgba(72,138,20,0);stroke:#a37c4e}80%{fill:rgba(72,138,20,0);stroke:#a37c4e;stroke-width:3}to{fill:#a37c4e;stroke:rgba(54,95,160,0);stroke-dashoffset:-25%;stroke-dasharray:50% 0;stroke-width:0}}@keyframes rotateLogo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}