:root{--brand-blue: #2061F5}.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;visibility:visible;transition:opacity .7s ease-in-out,visibility .7s ease-in-out}.loader-wrapper.fade-out{opacity:0;visibility:hidden}.loader-content{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.loader-logo{width:70px;height:auto;z-index:2}.loader-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid rgba(32,97,245,.15);border-top-color:var(--brand-blue);border-radius:50%;animation:spin 1s linear infinite;box-sizing:border-box;z-index:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{min-height:100vh}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee linear infinite}.marquee-reverse{animation-direction:reverse}
