:root{--bg: #070b14;--surface: rgba(255, 255, 255, 0.04);--border: rgba(255, 255, 255, 0.09);--border-hover: rgba(255, 255, 255, 0.2);--text: #f5f7fb;--text-muted: rgba(245, 247, 251, 0.72);--primary: #0099FF;--second: #3ADF7C;--radius: 24px;--container: 1280px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 48px;--space-5: 96px;--font-body: "Quicksand Regular", system-ui, sans-serif;--font-strong: "Quicksand SemiBold", system-ui, sans-serif;--font-bold: "Quicksand Bold", system-ui, sans-serif}body{background-color:var(--bg);color:var(--text);margin:0px;padding:100px 60px 60px 60px;font-family:var(--font-body);font-size:17px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(60% 50% at 85% -10%, rgba(0,153,255,.22), rgba(0,0,0,0) 70%),radial-gradient(45% 40% at -5% 55%, rgba(58,223,124,.1), rgba(0,0,0,0) 70%),radial-gradient(50% 45% at 100% 100%, rgba(0,96,160,.2), rgba(0,0,0,0) 70%)}@media screen and (max-width: 700px){body{padding:96px 16px 16px 16px}}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}[id]{scroll-margin-top:100px}a:link,a:visited{text-decoration:none;color:inherit}.content{color:#fff}.content .element-container{margin:60px 0px}.content .element-container:first-child{margin-top:0px}.content .element-container:last-child{margin-bottom:120px}.footer .actions{text-align:center;margin-bottom:60px;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.footer .actions button{color:#fff;border:none;padding:8px 30px;border-radius:30px;min-width:200px;font-size:20px;cursor:pointer;font-family:"Quicksand SemiBold"}.footer .actions button:first-child{background-color:#3adf7c}.footer .actions button:last-child{background-color:#09f}.footer .productLinks{max-width:1200px;margin:auto;text-align:center}.footer .productLinks a img{max-width:200px;margin:30px}.footer .footer-list{text-align:center}.footer .footer-list .footer-nav-item{padding:0 15px;display:inline-block;border-left:rgba(255,255,255,.6196078431) 1px solid}.footer .footer-list .footer-nav-item:nth-child(1){border-left:none}.footer .footer-list .footer-nav-item,.footer .footer-list .footer-nav-item a:link,.footer .footer-list .footer-nav-item a:visited{color:#fff;list-style:none;text-decoration:none}.buttons{margin:30px 120px 60px 120px}.buttons .li-button{border:2px solid currentColor;color:var(--accent, #fff);border-radius:50%;width:48px;height:48px;cursor:pointer;font-size:20px;line-height:48px;text-align:center;margin:0px 15px;transition:background-color .25s,color .25s,transform .25s}.buttons .li-button:first-child{margin-left:0px}.buttons .li-button:last-child{margin-right:0px}