*,:before,:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#6e6a86 transparent;outline:0;margin:0;padding:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#6e6a86;border-radius:3px}body{color:var(--black-color);font-family:Arial,Helvetica,sans-serif;overflow:hidden}:root{--grey-color:#ececec;--grey-dark-color:#5a5a58;--green-color:#01dc82;--green-light-color:#86efa0;--green-dark-color:#0dc578;--red-color:#ff4848;--black-color:#0b0b0f;--white-color:#fff;--main-color:#1b51ff;--border-style:1px solid #e6e7e7;--background-color:white;--glass-bg:color-mix(in srgb,var(--grey-color)80%,transparent);--glass-backdrop-filter:blur(12px)}h1{font-size:35px}h1>span{color:var(--main-color);font-weight:700}
.PageContainer{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}
.SideContainerContainer{width:100%}.SideContainer{width:100%;height:100vh}
.NavbarLogoContainer{z-index:20;pointer-events:none;width:100%;position:fixed;top:0;left:0}.NavbarLogo{width:100%;color:var(--white-color);align-items:center;padding:40px;display:flex}.NavbarLogo img{border-radius:50%;width:65px;margin-right:15px}
