@keyframes boxShadowGlitch{0%{box-shadow:0 0 0 1px #fefef1}10%{box-shadow:10px 0 0 1px #fefef1}20%{box-shadow:3px 1px 0 1px #f941a4}30%{box-shadow:0 1px 0 1px #f941a4}50%{box-shadow:-1px 1px 0 1px #54fb43}60%{box-shadow:-5px 0 0 1px #54fb43}70%{box-shadow:-5px -1px 0 1px #27c8f7}80%{box-shadow:0 -5px 0 1px #27c8f7}90%{box-shadow:0 -3px 0 1px #ffc43d}to{box-shadow:0 0 0 1px #ffc43d}}.btnSecondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;text-decoration:none!important;background-color:rgba(0,0,0,0)!important;border:none!important;padding:.5rem 1rem!important;font-size:1rem!important;font-weight:400!important;line-height:1.5!important;text-align:center!important;letter-spacing:.05em!important;cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;font-family:var(--font-tektur)!important;color:#fefef1}.btnSecondary p,.btnSecondary span,.btnSecondary svg{color:#fefef1;margin:0}.btnSecondary{box-shadow:0 0 0 1px #fefef1}.btnSecondary:hover{background-color:#1a1a1a!important;animation:boxShadowGlitch .4s ease-in-out!important}.btnSecondary:active{background-color:rgba(76,76,76,.7)!important}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}@keyframes glitchText{0%{text-shadow:-5px 0 0 rgba(39,200,247,.8),5px 0 0 rgba(249,65,164,.8)}30%{text-shadow:5px 0 0 rgba(39,200,247,.8),-5px 0 0 rgba(249,65,164,.8)}60%{text-shadow:-5px 0 0 rgba(39,200,247,.8),5px 0 0 rgba(249,65,164,.8)}to{text-shadow:-5px 0 0 rgba(39,200,247,.8),-5px 0 0 rgba(249,65,164,.8)}}.btnSecondary.btnDisabled{background-color:#000!important;color:#bcbcb3!important;border-color:#4c4c4c!important;cursor:not-allowed!important}.btnSecondary.btnDisabled:hover{animation:none!important}.btnPrimary{height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:24px;gap:12px;color:#fefef1!important;transition:all .3s ease-in-out;box-shadow:3px 3px 0 0 #54fb43,0 -3px 0 0 #27c8f7,-3px 0 0 0 #f941a4!important}.btnPrimary:hover{background:#1a1a1a;box-shadow:5px 5px 0 0 #54fb43,0 -8px 0 0 #27c8f7,-8px -5px 0 0 #f941a4!important}a{color:#27c8f7;text-decoration:underline;text-decoration-thickness:px;text-underline-offset:4px}a:hover{color:#ffc43d}a:visited{color:#2084cb}a:active,a:focus{color:#b2892b}label{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}input[type=checkbox]{cursor:pointer;background-color:rgba(0,0,0,0);outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;margin:0;padding:0;width:16px;height:16px;border:1px solid #bcbcb3;position:relative}input[type=checkbox]:checked{border:1px solid #54fb43}input[type=checkbox]:checked:after{position:absolute;content:"✓";font-size:16px;font-weight:900;left:20%;bottom:0;color:#ffc43d}input[type=checkbox][required]:user-invalid{animation:shake .2s ease-in-out;border:1px solid #f941a4}input[type=checkbox][required]:user-valid{border:1px solid #54fb43}*,:after,:before{box-sizing:border-box}body{height:100vh;min-height:100vh;min-height:100dvh;height:100dvh;min-height:-webkit-fill-available;overflow:hidden;background:#000;color:#fefef1;font-family:var(--font-fira-sans),"Fira Sans","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;flex:1 1;justify-content:flex-start;align-items:auto;margin:0}@media(max-width:767px){body{padding:0}}img{display:block;max-width:100%}