body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none;color:inherit}*{padding:0;margin:0;font-family:Inter;font-family:var(--font);box-sizing:border-box}:root{font-size:10pt;--theme:#3a73ff;--red:#ff4f67;--blue:#527aff;--green:#27ae60;--green-flat:#45cc7d;--yellow:#e3bd40;--bg:#f5f5f5;--bg-light:#fff;--bg-dark:#efeff3;--bg-dark-2:#eaeaee;--dark-bg:#010204;--text:#222;--text-light:#7e858e;--text-light-2:#aaa;--light-text:#fff;--light-text-2:hsla(0,0%,100%,0.8);--light-text-3:hsla(0,0%,100%,0.4);--easing:cubic-bezier(0.68,0.28,0.82,0.64);--easing-slick:cubic-bezier(0.02,0.98,0.65,1.15);--font:Inter;--card-curve:16px;--card-background:linear-gradient(180deg,hsla(0,0%,100%,0.1),hsla(0,0%,100%,0)),#010204;--card-gradient-default:linear-gradient(180deg,#5792ff,#35f4f2);--pad-top:80px;--button-curve:6px;--badge-bg:rgba(87,146,255,0.3);--border-color:#d7dee9}body{height:100vh;background-attachment:fixed;color:#222;color:var(--text)}.page,body{width:100vw}.page{height:100%}.page-header{height:80px;height:var(--pad-top);color:#fff;color:var(--light-text);justify-content:space-between}.page-header,.page-header-info{display:flex;align-items:center}.page-header-info{margin-left:5%}.page-header-text{text-align:left;font-size:1.15rem;font-weight:600;margin-left:10px}.page-header-text span{font-size:.9rem;font-weight:400;color:#aaa;color:var(--text-light-2)}.page-header-close,.page-header-icon{height:45px;width:45px;border-radius:100px;background-color:#171818;padding:10px;cursor:pointer}.page-header-close{font-size:2rem;line-height:20px;margin-right:5%;background-color:initial;opacity:.5;text-align:center}.page-horizontal-line{width:90%;background-color:#fff;background-color:var(--bg-light);opacity:.1;height:2px;margin:auto}.page-children-container{padding-top:20px;height:calc(100vh - 224px);height:calc(100vh - var(--pad-top)*2.8);overflow:auto}.page-children-container-authless{height:calc(100vh - 160px);height:calc(100vh - var(--pad-top)*2)}.page-with-auth .page-footer{margin-top:20px}.page-footer{margin:auto;width:90%;color:#aaa;color:var(--text-light-2);text-align:center}.page-footer-content{width:80%;font-size:1;margin:10px auto auto}.page-footer-content a{font-weight:500;color:hsla(0,0%,100%,.8);color:var(--light-text-2)}.page-footer-button{width:100%;margin-bottom:20px}.page-footer-element{cursor:pointer}.header{position:relative;width:100vw;height:75px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;background-color:var(--bg-light);box-shadow:0 2px 8px 2px rgba(0,0,0,.06);padding:0 20px}.header img{height:35%;position:relative;top:4px}.header .button{color:#3a73ff;color:var(--theme);border-radius:30px;padding:0;border:none;background-color:initial;font-size:1.4rem;font-weight:600}.header .core-badge{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;font-size:1.2rem}.header .button span{display:inline-block;font-size:1.7rem;margin-top:-10px;position:relative;top:5px}.header-head{width:100%;text-align:center;padding:25px 0;font-size:1.7rem;font-weight:700;color:#222;color:var(--text);margin-bottom:30px;box-shadow:0 2px 8px 2px rgba(0,0,0,.03)}.core-loader,.header-head{background-color:#fff;background-color:var(--bg-light)}.core-loader{width:150px;height:6px;border:1px solid #222;border:1px solid var(--text);border-radius:6px;margin:22px auto;position:relative;overflow:hidden}.core-loader-mover{position:absolute;height:100%;background-color:#222;background-color:var(--text);-webkit-animation:load 2s infinite;animation:load 2s infinite;border-radius:inherit}@-webkit-keyframes load{0%{left:0;width:20px;right:calc(100% - 20px)}25%{width:50px}50%{left:calc(100% - 20px);right:0;width:20px}75%{width:50px}to{left:0;width:20px}}@keyframes load{0%{left:0;width:20px;right:calc(100% - 20px)}25%{width:50px}50%{left:calc(100% - 20px);right:0;width:20px}75%{width:50px}to{left:0;width:20px}}.core-badge{padding:6px 20px;background-color:rgba(87,146,255,.3);background-color:var(--badge-bg);color:#3a73ff;color:var(--theme);font-size:.9rem;border-radius:30px}.coop-card{width:100%;height:207px;background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0)),#010204;background:var(--card-background);position:relative;border-radius:16px;border-radius:var(--card-curve)}.coop-card-overlay{width:100%;position:absolute}.coop-card-content{color:hsla(0,0%,100%,.5);flex-direction:column;border-radius:16px;border-radius:var(--card-curve);padding:16px;height:100%}.coop-card-content,.coop-card-content-row{display:flex;justify-content:space-between}.coop-card-content-middle{display:flex;justify-content:center}.coop-card-content-middle img{width:80px;height:80px;border-radius:50px;object-fit:contain;padding:10px;border:4px solid #fff;border:4px solid var(--bg-light);background:linear-gradient(180deg,#5792ff,#35f4f2);background:var(--card-gradient-default);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.0503198),0 22.3363px 17.869px rgba(0,0,0,.0417275),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.0282725),0 2.76726px 2.21381px rgba(0,0,0,.0196802)}.coop-card-title{font-weight:500;color:#fff;color:var(--bg-light);font-size:16px}.coop-card-small{width:120px;height:76px;border-radius:6px}.coop-card-small .coop-card-content{padding:5px;font-size:.5rem}.coop-card-small .coop-card-content-middle img{width:28px;height:28px;border:1px solid #fff;border:1px solid var(--bg-light)}.coop-card-small .coop-card-title{font-size:.5rem}.button{border:none;font-weight:600;padding:10px 20px;cursor:pointer;display:block;line-height:24px;outline:none;background-color:#fff;background-color:var(--bg-light);color:#000;border:.5px solid rgba(3,25,38,.2);box-shadow:0 4px 4px rgba(156,112,112,.05),0 .5px 1px rgba(0,0,0,.2);border-radius:6px;border-radius:var(--button-curve);transition:box-shadow .2s cubic-bezier(.68,.28,.82,.64),background-color .14s cubic-bezier(.68,.28,.82,.64),color .14s cubic-bezier(.68,.28,.82,.64);transition:box-shadow .2s var(--easing),background-color .14s var(--easing),color .14s var(--easing)}.button-secondary{color:#7e858e;color:var(--text-light)}.button-themed{color:#3a73ff;color:var(--theme)}.button-transparent{color:#7e858e;color:var(--text-light);font-weight:400;box-shadow:none}.button-dark{background-color:#010204;background-color:var(--dark-bg);color:#f5f5f5;color:var(--bg)}.button-disabled{cursor:default}.button:hover{box-shadow:0 1px 1px rgba(156,112,112,.05)}.button-disabled:hover,.button:hover{background-color:#f5f5f5;background-color:var(--bg)}.button-disabled:hover{box-shadow:0 4px 4px rgba(156,112,112,.05),0 .5px 1px rgba(0,0,0,.2)}.button-dark:hover{background-color:#fff;background-color:var(--bg-light);color:#222;color:var(--text)}.form-status{margin-top:18px;font-family:var(--font-2);background-color:#ff4f67;background-color:var(--red);color:#fff;color:var(--bg-light);padding:10px;border-radius:6px;width:100%;font-weight:500;min-height:40px;font-size:1rem;text-align:center}.form-status-success{background-color:#27ae60;background-color:var(--green)}.form-status-theme{background-color:#3a73ff;background-color:var(--theme)}.form-status-transparent{background-color:initial}.form-status-dark{background-color:#222;background-color:var(--text)}.card-form-success{width:100%;margin-top:14px;display:flex;justify-content:center;font-weight:700!important;align-items:center}.card-form-success-icon{width:40px!important;height:40px!important;min-width:40px!important;border-radius:100px;text-align:center;line-height:46px;font-size:2rem;border:1px solid #d7dee9;border:1px solid var(--border-color);background-color:#27ae60;background-color:var(--green);margin-right:10px}.card-form-success span{font-size:1.1rem;color:#fff;color:var(--light-text)}.core-card{padding:10px 10px 25px;background-color:#fff;background-color:var(--bg-light);border-radius:16px;border-radius:var(--card-curve)}.checklist-item{display:flex;justify-content:flex-start;max-width:300px}.checklist-item-icon{min-width:24px;min-height:24px;width:24px;height:24px;border-radius:14px;background-color:#222;background-color:var(--text);display:flex;justify-content:center;align-items:center;margin-right:20px}.checklist-item-desc{max-width:250px}.core-input-container{position:relative}.core-input-label{color:#7e858e;color:var(--text-light);font-size:.9rem}.core-input{margin-top:4px;font-size:1.05rem;padding:8px 16px;background-color:#fff;background-color:var(--bg-light);color:#222;color:var(--text);width:100%;transition:border .1s cubic-bezier(.68,.28,.82,.64);transition:border .1s var(--easing)}.core-input,.core-input-inline-button{height:40px;border-radius:6px;border-radius:var(--button-curve);border:1px solid #d7dee9;border:1px solid var(--border-color);outline:none}.core-input-inline-button{background-color:#3a73ff;background-color:var(--theme);color:#fff;cursor:pointer;position:absolute;font-size:2rem;line-height:44px;width:40px;bottom:0;right:0}.core-selectable{height:120px;width:68px;border-radius:6px;border-radius:var(--button-curve);border:1px solid #d7dee9;border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:#fff;background-color:var(--bg-light);text-align:center;transition:box-shadow .2s cubic-bezier(.68,.28,.82,.64),border .2s cubic-bezier(.68,.28,.82,.64),background-color .2s cubic-bezier(.68,.28,.82,.64);transition:box-shadow .2s var(--easing),border .2s var(--easing),background-color .2s var(--easing);box-shadow:none;cursor:pointer}.core-selectable-active{border:1px solid #3a73ff;border:1px solid var(--theme);background-color:#e7f0ff;box-shadow:0 2.5px 4px rgba(87,146,255,.5)}.core-selectable-disabled{pointer-events:none;box-shadow:none;border:1px solid #d7dee9;border:1px solid var(--border-color);background-color:rgba(0,0,0,.08);filter:blur(1px);-webkit-filter:blur(1px)}.core-selectable-disabled .core-selectable-circle{opacity:0}.croe .core-selectable h3{font-weight:600;font-size:1.35rem}.core-selectable-points{color:#7e858e;color:var(--text-light);font-size:.9rem}.core-selectable-circle{width:16px;height:16px;border-radius:8px;border:1px solid #d7dee9;border:1px solid var(--border-color);display:flex;justify-content:center;align-items:center}.core-selectable-filled{background-color:#3a73ff;background-color:var(--theme);width:8px;height:8px;border-radius:5px}.selectable-list-container{display:flex;justify-content:space-between}.card{width:90%;display:flex;background-color:#010204;background-color:var(--dark-bg);color:hsla(0,0%,100%,.8);color:var(--light-text-2);padding:20px;border-radius:12px;margin:6px auto;overflow:hidden}.card-heading{font-size:1.65rem;color:#fff;color:var(--light-text)}.card-stacker,.card-stacker-parent{position:relative}.card-stacker{width:100%;max-height:130px;overflow:hidden;cursor:pointer}.card-stacker-active{height:auto;max-height:600px;cursor:default}.card-stacker-badge{z-index:100;width:24px;position:absolute;height:24px;color:#fff;right:4%;top:-5px;background-color:#ff4f67;background-color:var(--red);text-align:center;line-height:24px;border-radius:20px;font-weight:700;font-size:1.04rem;transition:opacity .12s ease-in-out;opacity:0}.card-stacker-parent .card-stacker-notification{opacity:1}.card-stacker-parent .card-stacker-closer{opacity:0;background-color:hsla(0,0%,98%,.9);color:#222;color:var(--text);line-height:28px}.card-stacker-parent-active .card-stacker-closer{opacity:1}.card-stacker-parent-active .card-stacker-notification{opacity:0}.card-stacker .numbered-card:first-child{z-index:3}.card-stacker .numbered-card:nth-child(2){opacity:.6!important;top:-100px}.card-stacker .numbered-card:nth-child(3){z-index:1;opacity:.4!important;top:-200px}.card-stacker-active .numbered-card{position:relative!important;left:0!important}.card-stacker-active .numbered-card:first-child{z-index:3}.card-stacker-active .numbered-card:nth-child(2){opacity:1!important;top:0}.card-stacker-active .numbered-card:nth-child(3){z-index:1;opacity:1!important;top:0}.numbered-card{padding:0;position:relative;flex-direction:column;transition:.2s ease-in-out}.numbered-card-content{padding:20px;display:flex}.numbered-card-tooltip-pointer{width:0;height:0;margin:auto;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;border-bottom:8px solid var(--bg-light);z-index:2}.numbered-card-tooltip{padding:15px 25px;background-color:#fff;background-color:var(--bg-light);color:#222;color:var(--text);border:1px solid #d7dee9;border:1px solid var(--border-color);border-top:0;font-weight:600;font-size:1.2rem;z-index:1;display:flex;justify-content:center;align-items:center}.numbered-card-tooltip span{width:90%}.numbered-card-number{font-size:2.2rem;font-weight:700;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#010204;color:var(--dark-bg);background-color:#fff;background-color:var(--bg-light);flex:0 0 auto}.numbered-card-heading{font-size:1.65rem;font-weight:700;margin-left:16px}.numbered-card-heading b{display:inline-block;color:#fff;color:var(--light-text);padding-bottom:6px;border-bottom:2px solid #fff;border-bottom:2px solid var(--light-text)}.numbered-card-heading-help{cursor:help}.ring{position:relative;width:80px;height:80px;border-radius:100px;background-color:hsla(0,0%,100%,.6)}.ring-mask{height:75%;width:75%;background-color:#010204;background-color:var(--dark-bg);border-radius:200px;right:0;bottom:0;margin:auto}.ring-half,.ring-mask{position:absolute;top:0;left:0}.ring-half{overflow:hidden;width:50%;height:100%}.ring-half:nth-of-type(2n){left:50%}.ring-progress{position:absolute;height:100%;width:100%;border-top-right-radius:90px;border-bottom-right-radius:90px;background-color:#fff;background-color:var(--bg-light);left:100%;top:0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.ring-half:nth-of-type(2n) .ring-progress{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:90px;border-bottom-left-radius:90px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;left:-100%}.ring-cap{background:#fff;background:var(--bg-light);border-radius:50%;height:10px;width:10px;position:absolute;top:0;left:calc(50% - 6px)}.ring-cap-first{left:auto;top:0;right:-5px;bottom:auto}.ring-cap-second{bottom:0;right:auto;top:auto;left:-5px}.tempContainer{display:flex;width:100%;height:2080px;flex-direction:column;background-color:var(--text);align-items:center;justify-content:space-around}.disco-redirect .page-header>img{width:160px;margin-left:5%}.disco-redirect>section{padding:0 5%}.disco-redirect>section>h2{display:flex;align-items:center;color:#fff;font-weight:700;font-size:20px;line-height:27px;justify-content:space-between}.disco-redirect>section>h2>img{width:40px}.disco-redirect>section>div{margin-top:16px;font-weight:500;font-size:16px;color:#fff}.disco-redirect>section .button{width:100%;color:#fff;margin-top:24px;border:0 solid;background:linear-gradient(98.92deg,#25ffff -47.66%,#5792ff 24.63%,#7d38ff);border-radius:12px;transition:opacity .12s}.disco-redirect>section .button:hover{opacity:.9}
/*# sourceMappingURL=main.51dd06b2.chunk.css.map */