@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700&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;overscroll-behavior:none;touch-action:manipulation}#root,body,html{height:100%}#root{display:flex;flex-direction:column}.App{bottom:0;justify-content:space-between;left:0;position:fixed;right:0;top:0}input,textarea{font-size:16px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#242424;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.App{display:flex;flex-direction:column;height:100vh;overflow:hidden;text-align:center}.App-header{flex:1 1;padding:0;position:relative}.App-header,.content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.content{flex-grow:1;opacity:0;padding:0 20px 50px;transition:opacity 1s ease-in-out,transform 1s ease-in-out}.content.visible{opacity:1}h1,h2{margin:0}h1,h2{margin-bottom:5px}h1,h2,p{color:#ccc}p{font-size:1.5rem}.slide-down{animation:slideDown 1.5s ease-in-out forwards;color:#ccc}.slide-up{animation:slideUp 1.5s ease-in-out forwards;color:#ccc}@keyframes slideDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){h1{font-size:1.8rem}h1,h2{margin-bottom:5px}h2{font-size:1.6rem}p{font-size:1rem}.button{margin:2px 0;padding:6px 8px}.button-text{font-size:11px}.button-icon-container{height:18px;margin-right:6px;width:18px}.button-container{margin-bottom:5px;margin-top:10px;max-width:280px}.coin{height:100px;width:100px}.coin-container{margin-bottom:5px}.footer-copy,.footer-link{font-size:.7rem;margin:0 2px}.footer-divider{margin:0 2px}.App-header{padding:0}}@media (min-width:600px){h1{font-size:2.5rem}h1,h2{margin-bottom:10px}h2{font-size:2rem}p{font-size:1.2rem}.coin{height:150px;width:150px}.button{font-size:14px;margin:4px 0;padding:8px 12px}.button-icon-container{height:24px;margin-right:10px;width:24px}.button-container{margin-bottom:10px;margin-top:15px;max-width:350px}.footer-copy,.footer-link{font-size:.9rem}}@media (min-width:1024px){h1{font-size:3.5rem}h2{font-size:3rem}p{font-size:1.5rem}.coin{height:150px;width:150px}}.coin-container{align-items:center;display:flex;justify-content:center;margin-bottom:5px}.coin{animation:fadeIn 2s forwards,spinCoin 8s linear infinite;opacity:0}@keyframes spinCoin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.button-container{flex-direction:column;margin-bottom:5px;margin-top:10px}.button,.button-container{align-items:center;display:flex;width:100%}.button{animation:slideUp 1.5s ease-in-out forwards;background-color:#ccc;border:1px solid #dcdcdc;border-radius:5px;box-sizing:border-box;color:#202123;font-size:14px;margin:2px 0;max-width:350px;opacity:0;padding:8px 12px;text-decoration:none;transform:translateY(100px);transition:all .2s ease}.button-content,.button-icon-container{align-items:center;display:flex}.button-icon-container{height:24px;justify-content:center;margin-right:10px;width:24px}.button-icon{max-height:100%;max-width:100%}.button-text{flex:1 1;text-align:left}.button:first-child{animation-delay:.2s}.button:nth-child(2){animation-delay:.4s}.button:nth-child(3){animation-delay:.6s}.button:nth-child(4){animation-delay:.8s}.button:nth-child(5){animation-delay:1s}.button:nth-child(6){animation-delay:1.2s}.button:hover{filter:grayscale(100%)}.button:hover .button-content{animation:shake .3s}@keyframes shake{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-2px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}.contact-form-wrapper{align-items:center;display:flex;flex-direction:column;width:100%}.consent-info{color:#727272;font-size:14px;line-height:1.35;margin:0 0 12px;max-width:420px;text-align:center}.consent-inline{color:#555;display:block;font-size:12px;margin:8px 0 4px;text-align:center}.contact-form{background:#e6e6e6;border:1px solid #dcdcdc;border-radius:5px;box-sizing:border-box;gap:12px;margin:0 auto;max-width:350px;padding:14px 16px;width:100%}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form input,.contact-form label{color:#202123;font-size:14px}.contact-form input{background:#fff;border:1px solid #bfbfbf;border-radius:4px;margin-top:4px;padding:6px 9px}.contact-form input::placeholder{color:#919191}.contact-form input:focus{border-color:#6f6ff9;box-shadow:0 0 0 2px #6f6ff940;outline:none}.form-error-overlay{animation:fadeInOut 2s ease-in-out forwards;background:#fff0f0;border:1px solid #ffb2b2;border-radius:6px;box-shadow:0 4px 10px #0003;color:#d93636;font-size:15px;font-weight:700;left:50%;padding:14px 20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-60%)}10%{opacity:1;transform:translate(-50%,-50%)}90%{opacity:1}to{opacity:0;transform:translate(-50%,-60%)}}.footer{background-color:#242424;bottom:0;padding:18px 0 5px;position:fixed;width:100%;z-index:100}.footer-content{align-items:center;box-sizing:border-box;color:#ccc;display:flex;flex-wrap:nowrap;justify-content:center;margin:0 auto;padding:0 10px;width:100%}.footer-link{background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s}.footer-copy,.footer-link{color:#ccc;font-size:.9rem;margin:0 5px}.footer-copy:hover,.footer-link:hover{color:#999}.footer-divider{color:#ccc;display:inline;margin:0 5px}.footer-copy,.footer-divider,.footer-link{position:relative;top:-13px}.back-icon{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.back-icon.visible{opacity:1}.legal-content-container{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.legal-content{-ms-overflow-style:none;color:#727272;max-height:80vh;overflow-y:auto;padding:20px 20px 60px;scrollbar-width:none;text-align:center;width:100%}.legal-content::-webkit-scrollbar{display:none}.legal-content h1{font-size:2rem;margin-bottom:15px}.legal-content h2{font-size:1.5rem;margin-bottom:10px}.legal-content li,.legal-content p{font-size:1rem;line-height:1.6;margin-bottom:10px;text-align:center}.legal-content ol,.legal-content ul{list-style-position:inside;padding-left:0}.legal-content ol li,.legal-content ul li{text-align:center}.legal-content strong{font-weight:700}.legal-content a{color:inherit;text-decoration:none}.marquee{--gap:13vw;--speed:18s;height:34px;left:0;overflow:hidden;pointer-events:none;position:absolute;top:-1px;width:100%;z-index:2000}.marquee span{animation:scroll var(--speed) linear infinite;font-size:18px;left:100%;line-height:34px;position:absolute;white-space:nowrap}.marquee span:nth-child(2){animation-delay:calc(var(--speed)/2)}.marquee em{color:#636363;display:inline-block;font-family:Montserrat,sans-serif;font-size:86%;font-style:normal;font-weight:510}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(calc(-100% - 100vw - var(--gap)))}}@keyframes glitch{0%,20%,to{transform:translateY(0)}10%{transform:translateY(-1px)}15%{transform:translateY(1px)}}.marquee:before{animation:gradientShift 10s ease-in-out infinite alternate;background:linear-gradient(135deg,#fff,#f3f3f3 25%,#e8e8e8 50%,#f4f4f4 75%,#fff);background-size:300% 300%;content:"";filter:brightness(.95);inset:0;position:absolute;z-index:-1}@keyframes gradientShift{0%{background-position:0 50%}25%{background-position:50% 0}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0 50%}}.popup-overlay{align-items:center;animation:fadeIn .25s ease-out;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.popup{background:#1e1e1e;border-radius:12px;box-shadow:0 8px 24px #00000059;display:flex;flex-direction:column;gap:16px;max-width:350px;padding:20px;width:100%}.popup textarea{background:#2b2b2b;border:1px solid #555;border-radius:8px;color:#eee;font-family:inherit;font-size:14px;height:120px;outline:none;padding:10px 12px;resize:vertical;width:100%}.popup textarea:focus{border-color:#888}.popup .button{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.upload-step.button-container{align-items:stretch;gap:8px;margin-top:10px}.success-msg{animation:fadeIn .3s ease;color:#727272;font-size:15px;font-weight:600;margin:0 0 12px;text-align:center}
/*# sourceMappingURL=main.27066713.css.map*/