:root{--background:#0B111D;--foreground:#FFFFFF;--accent:#FBA220;--gradient:linear-gradient(90deg,#FBA220,#FFD28F);--second-gradient:linear-gradient(180deg,#6598FF,#8297C2);--dark-gradient:linear-gradient(90deg,rgba(251,162,32,0.1),rgba(255,210,143,0.1));--dark:#000000;--pale-text:rgba(255,255,255,0.7);--hover:0.3s ease}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-weight:400;line-height:1.45}body,body button{font-family:var(--font)}body.hidden-lesson-layout footer,body.hidden-lesson-layout header{display:none!important}.no-scroll{overflow:hidden}*,:after,:before{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}ul{list-style-type:none}button{cursor:pointer}section{margin-bottom:80px}.container{max-width:100%;width:100%;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}.loadingWrp{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:var(--background)}.desktop,.tablet{display:none}.topHeading{text-transform:uppercase;margin-bottom:30px;font-weight:600}@media(min-width:768px){.mobile{display:none}.tablet{display:unset}.container{max-width:1420px;padding-left:15px;padding-right:15px}section{margin-bottom:100px}}@media(min-width:1200px){.desktop{display:unset}.container{padding-left:50px;padding-right:50px}section{margin-bottom:150px}}