@import url(https://fonts.cdnfonts.com/css/robot-dreamer);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:auto}.App{background-color:#000;color:#fff;cursor:default;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.App:after{border:2px solid #ffffff80;border-radius:50%;content:"";height:20px;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;width:20px;z-index:9999}.corner-logo{left:30px;opacity:.9;position:fixed;top:30px;transition:transform .3s ease,opacity .3s ease;z-index:100}.corner-logo img{display:block;height:auto;width:60px}.corner-logo:hover{opacity:1;transform:scale(1.1)}.App:has(.main-content){height:100vh;justify-content:space-between;max-height:100vh;overflow:hidden}.main-content{flex:1 1;overflow:hidden;padding:20px}.logo-container,.main-content{align-items:center;display:flex;justify-content:center}.logo-container{cursor:pointer;height:100%;margin-top:-60px;max-height:600px;max-width:600px;position:relative;transform:scale(min(1,80vw/600px,60vh/600px));transition:transform .3s ease;width:100%}.logo-container:hover{transform:scale(min(1.05,calc(80vw / 600px * 1.05),calc(60vh / 600px * 1.05)))}.logo{background-color:#000;box-shadow:0 0 60px 60px #000;color:#fff;font-family:Robot Dreamer,Space Grotesk,Arial Black,sans-serif;font-size:5.5rem;font-weight:500;letter-spacing:.08em;padding:20px 45px;position:relative;text-align:center;text-shadow:0 2px 10px #ffffff1a;text-transform:uppercase;transition:all .3s ease;white-space:nowrap;z-index:7}.logo-container:hover .logo{letter-spacing:.12em;text-shadow:0 0 20px #ffffff4d,0 0 40px #ffffff1a;z-index:10}.orbital-ring{border:2.5px solid #888;border-radius:50%;height:576px;position:absolute;transform:rotate(55deg);transition:all .3s ease;width:208px}.logo-container:hover .orbital-ring{border-color:#aaa;filter:drop-shadow(0 0 8px rgba(136,136,136,.3))}.orbital-ring-back{-webkit-clip-path:polygon(0 0,50% 0,50% 100%,0 100%);clip-path:polygon(0 0,50% 0,50% 100%,0 100%);z-index:1}.orbital-ring-front{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%);clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%);filter:drop-shadow(3px 0 5px rgba(0,0,0,.75));transition:z-index 0s;z-index:8}.logo-container:hover .orbital-ring-front{z-index:11}.orbit-dot{background-color:#fff;border-radius:50%;height:26px;left:50%;margin-left:-13px;margin-top:-13px;position:absolute;top:50%;transform:rotate(55deg) translate(96px,110px) rotate(-55deg);transform-origin:center;transition:width .3s ease,height .3s ease,margin .3s ease;width:26px;z-index:9}.logo-container:hover .orbit-dot{animation:orbit 8s linear infinite,dotDepthHover 8s linear infinite;animation-delay:-2.5s;height:28px;margin-left:-14px;margin-top:-14px;width:28px}@keyframes orbit{0%{transform:rotate(55deg) translateY(-288px) rotate(-55deg)}3.125%{transform:rotate(55deg) translate(20.3px,-282.6px) rotate(-55deg)}6.25%{transform:rotate(55deg) translate(40px,-267px) rotate(-55deg)}9.375%{transform:rotate(55deg) translate(57.8px,-239px) rotate(-55deg)}12.5%{transform:rotate(55deg) translate(73.5px,-204px) rotate(-55deg)}15.625%{transform:rotate(55deg) translate(86.4px,-159px) rotate(-55deg)}18.75%{transform:rotate(55deg) translate(96px,-110px) rotate(-55deg)}21.875%{transform:rotate(55deg) translate(101.9px,-56px) rotate(-55deg)}25%{transform:rotate(55deg) translate(104px) rotate(-55deg)}28.125%{transform:rotate(55deg) translate(101.9px,56px) rotate(-55deg)}31.25%{transform:rotate(55deg) translate(96px,110px) rotate(-55deg)}34.375%{transform:rotate(55deg) translate(86.4px,159px) rotate(-55deg)}37.5%{transform:rotate(55deg) translate(73.5px,204px) rotate(-55deg)}40.625%{transform:rotate(55deg) translate(57.8px,239px) rotate(-55deg)}43.75%{transform:rotate(55deg) translate(40px,267px) rotate(-55deg)}46.875%{transform:rotate(55deg) translate(20.3px,282.6px) rotate(-55deg)}50%{transform:rotate(55deg) translateY(288px) rotate(-55deg)}53.125%{transform:rotate(55deg) translate(-20.3px,282.6px) rotate(-55deg)}56.25%{transform:rotate(55deg) translate(-40px,267px) rotate(-55deg)}59.375%{transform:rotate(55deg) translate(-57.8px,239px) rotate(-55deg)}62.5%{transform:rotate(55deg) translate(-73.5px,204px) rotate(-55deg)}65.625%{transform:rotate(55deg) translate(-86.4px,159px) rotate(-55deg)}68.75%{transform:rotate(55deg) translate(-96px,110px) rotate(-55deg)}71.875%{transform:rotate(55deg) translate(-101.9px,56px) rotate(-55deg)}75%{transform:rotate(55deg) translate(-104px) rotate(-55deg)}78.125%{transform:rotate(55deg) translate(-101.9px,-56px) rotate(-55deg)}81.25%{transform:rotate(55deg) translate(-96px,-110px) rotate(-55deg)}84.375%{transform:rotate(55deg) translate(-86.4px,-159px) rotate(-55deg)}87.5%{transform:rotate(55deg) translate(-73.5px,-204px) rotate(-55deg)}90.625%{transform:rotate(55deg) translate(-57.8px,-239px) rotate(-55deg)}93.75%{transform:rotate(55deg) translate(-40px,-267px) rotate(-55deg)}96.875%{transform:rotate(55deg) translate(-20.3px,-282.6px) rotate(-55deg)}to{transform:rotate(55deg) translateY(-288px) rotate(-55deg)}}@keyframes dotDepth{0%{z-index:9}54%{z-index:9}55%{z-index:6}99%{z-index:6}to{z-index:9}}@keyframes dotDepthHover{0%{z-index:12}58%{z-index:12}58.1%{z-index:5}89.9%{z-index:5}90%{z-index:12}to{z-index:12}}.footer{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#000000d9;bottom:0;left:0;padding:clamp(15px,3vh,30px) 20px;position:fixed;right:0;text-align:center;z-index:100}.footer-nav{font-family:Space Grotesk,-apple-system,sans-serif;font-size:.9rem;font-weight:300;letter-spacing:.02em;margin-bottom:15px}.footer-nav a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#888}.separator{color:#666;margin:0 clamp(8px,1.5vw,15px)}.copyright{color:#666;font-family:Space Grotesk,sans-serif;font-size:clamp(.6rem,1.2vw,.75rem);font-weight:300;letter-spacing:.01em}@media (max-width:768px){.footer-nav{font-size:.8rem}.separator{margin:0 6px}.copyright{font-size:.7rem}}@media (max-width:480px){.footer-nav{font-size:.7rem}.separator{margin:0 4px}.copyright{font-size:.65rem}}@media (max-height:600px){.footer{padding:10px 20px}.footer-nav{margin-bottom:5px}}.terms-page{background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Space Grotesk,-apple-system,sans-serif;height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto}.terms-container{flex:1 1;margin:0 auto;max-width:800px;padding:60px 40px 120px}.terms-header{margin-bottom:40px;padding-bottom:0;text-align:left}.terms-header h1{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:300;letter-spacing:.02em;margin-bottom:8px}.terms-content{line-height:1.7;text-align:left}.terms-intro{background-color:initial;border:none;margin-bottom:35px;padding:0}.terms-intro h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;letter-spacing:.02em;text-align:left}.terms-intro h2,.terms-intro p{font-weight:300;margin-bottom:12px}.terms-intro p{color:#ccc;font-size:1rem}.terms-intro a{color:#fff;text-decoration:none;transition:opacity .3s ease}.terms-intro a:hover{opacity:.7}.terms-section{margin-bottom:35px}.terms-section h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;margin-bottom:12px;text-align:left}.terms-section p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:12px}.terms-section a{color:#fff;text-decoration:none;transition:opacity .3s ease}.terms-section a:hover{opacity:.7}.terms-section ul{margin:10px 0 10px 25px;padding:0}.terms-section li{color:#ccc;font-size:1rem;font-weight:300;line-height:1.6;margin-bottom:6px}@media (max-width:768px){.terms-container{padding:80px 20px 120px}.terms-header h1{font-size:2rem}.terms-intro h2,.terms-section h2{font-size:1.3rem}.terms-intro p,.terms-section li,.terms-section p{font-size:.95rem}}@media (max-width:480px){.terms-container{padding:60px 20px 100px}.terms-header h1{font-size:1.75rem}.terms-intro h2,.terms-section h2{font-size:1.2rem}}.privacy-page{background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Space Grotesk,-apple-system,sans-serif;height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto}.privacy-container{flex:1 1;margin:0 auto;max-width:800px;padding:60px 40px 120px}.privacy-header{margin-bottom:40px;padding-bottom:0;text-align:left}.privacy-header h1{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:300;letter-spacing:.02em;margin-bottom:8px}.privacy-content{line-height:1.7;text-align:left}.privacy-intro{background-color:initial;border:none;margin-bottom:35px;padding:0}.privacy-intro h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;margin-bottom:12px;text-align:left}.privacy-intro p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:12px}.privacy-section{margin-bottom:35px}.privacy-section h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;margin-bottom:12px;text-align:left}.privacy-section p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:12px}.privacy-section ul{margin:10px 0 10px 25px;padding:0}.privacy-section li{color:#ccc;font-size:1rem;font-weight:300;line-height:1.6;margin-bottom:6px}.privacy-section li strong{color:#fff;font-weight:400}.privacy-intro a,.privacy-section a{color:#fff;text-decoration:none;transition:opacity .3s ease}.privacy-intro a:hover,.privacy-section a:hover{opacity:.7}.contact-info{background-color:initial;border:none;margin-top:20px;padding:25px 0;text-align:left}.contact-info strong{color:#fff}.contact-info a{color:#fff;text-decoration:none}@media (max-width:768px){.privacy-container{padding:80px 20px 120px}.privacy-header h1{font-size:2rem}.privacy-intro h2,.privacy-section h2{font-size:1.3rem}.privacy-intro p,.privacy-section li,.privacy-section p{font-size:.95rem}}@media (max-width:480px){.privacy-container{padding:60px 20px 100px}.privacy-header h1{font-size:1.75rem}.privacy-intro h2,.privacy-section h2{font-size:1.2rem}}.support-page{background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Space Grotesk,-apple-system,sans-serif;height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto}.support-container{flex:1 1;margin:0 auto;max-width:800px;padding:60px 40px 120px}.support-header{margin-bottom:40px;padding-bottom:0;text-align:left}.support-header h1{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:300;letter-spacing:.02em;margin-bottom:8px}.last-updated{color:#888;font-size:.9rem;font-weight:300}.support-content{line-height:1.7;text-align:left}.support-intro{background-color:initial;border:none;margin-bottom:35px;padding:0}.support-intro h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;margin-bottom:12px;text-align:left}.support-intro p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:12px}.support-section{margin-bottom:35px}.support-section h2{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;margin-bottom:12px;text-align:left}.support-section p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:12px}.support-intro a,.support-section a{color:#fff;text-decoration:none;transition:opacity .3s ease}.support-intro a:hover,.support-section a:hover{opacity:.7}.faq-item{margin-bottom:25px;padding-left:0}.faq-item h3{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.01em;margin-bottom:8px}.faq-item p{color:#ccc;font-size:1rem;font-weight:300;margin-bottom:0}@media (max-width:768px){.support-container{padding:80px 20px 120px}.support-header h1{font-size:2rem}.support-intro h2,.support-section h2{font-size:1.3rem}.faq-item p,.support-intro p,.support-section p{font-size:.95rem}}@media (max-width:480px){.support-container{padding:60px 20px 100px}.support-header h1{font-size:1.75rem}.support-intro h2,.support-section h2{font-size:1.2rem}}
/*# sourceMappingURL=main.0aedee2e.css.map*/