#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:rgba(75,69,57,.6)}#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border-left:6px solid #fff4b7;border-right:6px solid #fff4b7;border-top:6px solid #fff4b7;border-top-color:var(--tertiary);border-bottom:6px solid #fff4b7;border-bottom-color:var(--tertiary);border-radius:50%;width:60px;height:60px;animation:animate-preloader 1s linear infinite}@keyframes animate-preloader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}