#preloader{position:fixed;inset:0;z-index:999999;overflow:hidden;background:#0f172a;flex-direction:column;transition:opacity .6s ease-out,visibility .6s ease-out}#preloader,.preloader-wrapper{display:flex;justify-content:center;align-items:center}.preloader-wrapper{position:relative;width:120px;height:120px}.preloader-logo{width:40px;height:auto;position:relative;z-index:10}#preloader:before{content:"";position:absolute;top:calc(50% - 40px);left:calc(50% - 40px);border-color:#fff hsla(0,0%,100%,.1);border-style:solid;border-width:6px;border-radius:50%;width:80px;height:80px;animation:spin 1s linear infinite;z-index:5}@keyframes spin{to{transform:rotate(1turn)}}body,html{overflow-x:hidden;width:100%;position:relative}.logo-img{width:140px;height:auto;transition:width .3s ease}@media (min-width:768px){.logo-img{width:180px}}