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}:root{--color-text:#f7f7f7;--color-text-alt:#0c0c0c;--color-text-field:#0e141f;--color-header:#ffcb36;--color-yellow:#ffcb36;--color-grey:#dfeaf1;--color-grey-light:#e7e7e7;--color-grey-dark:#7d7c7c;--color-blue:#216fad;--color-blue-dark:#0e141f;--color-blue-light:#0e65a9;--color-border:#233048;--color-danger-dark:#d70606;--color-warning-dark:#d79c06;--color-success-dark:#059725;--color-success:#0ee03c;--color-white:#fff}body{font-size:16px;background-color:#0e141f;background-color:var(--color-blue-dark)}.App{display:flex;height:100vh}.container{width:700px;max-width:100%;margin:50px auto;padding:0 10px;box-sizing:border-box}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper{padding-right:25px;text-align:right}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch{position:relative;width:80px;margin:0 0 0 auto;font-size:1rem;cursor:pointer}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch img{width:30px;height:30px;vertical-align:middle;fill:#fff;fill:var(--color-white);stroke:#fff;stroke:var(--color-white)}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch span{display:inline-block;margin-left:15px;text-transform:uppercase;color:#fff;color:var(--color-white)}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch .lang-dropdown,.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch .lang-dropdown li{list-style:none;margin:0;padding:5px 0;text-align:left}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch .lang-dropdown{display:none;position:absolute;z-index:10;width:100px;margin-top:10px;background-color:#fff;background-color:var(--color-white);border-radius:3px}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch.active .lang-dropdown{display:block}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch .lang-dropdown li{padding:5px 10px}.lang-wrapper .lang-inner-wrapper .lang-switch-wrapper .lang-switch .lang-dropdown li:not(:last-child){border-bottom:1px solid #dfeaf1;border-bottom:1px solid var(--color-grey)}h1{font-family:"Alata",sans-serif;font-size:calc(2rem + 2vw);line-height:calc(1rem + 4vw);margin:0 0 15px;color:#ffcb36;color:var(--color-header)}h1,p{text-align:center}p{margin-top:0;font-family:"Open Sans",sans-serif;font-size:calc(1rem + .5vw);color:#f7f7f7;color:var(--color-text)}.form-inner-wrapper{padding:50px 15px;position:relative}.copy-feedback{position:absolute;top:50px;right:17px;transition:top .3s ease-in}.copy-feedback p{margin:0;text-align:right;color:#0ee03c;color:var(--color-success);font-family:"Alata",sans-serif;font-size:calc(.8rem + .5vw)}.form-top-section{box-shadow:0 0 9px 3px rgba(0,0,0,.64);position:relative;border-radius:5px}.copy-wrapper{position:absolute;top:0;right:0;bottom:0;width:80px;box-sizing:border-box;padding:18px;display:flex;cursor:pointer;background-color:#dfeaf1;background-color:var(--color-grey);border-top-right-radius:5px;border-bottom-right-radius:5px}.copy-wrapper img{width:100%}.form-top-section input[type=text]{width:100%;padding:30px 80px 30px 45px;font-family:"Alata",sans-serif;font-size:calc(1.5rem + 1vw);border:none;border-radius:5px;box-sizing:border-box;outline:none;color:#0e141f;color:var(--color-text-field);background-color:#dfeaf1;background-color:var(--color-grey);letter-spacing:-2px}.password_strength{position:absolute;bottom:0;width:0;box-sizing:border-box;padding:3px 0;cursor:not-allowed;background-color:transparent;border-top-right-radius:5px;border-bottom-right-radius:5px;transition:width .3s ease-in}.advance-settings-wrapper{margin:5px 0}.advance-settings-wrapper label{display:flex;place-content:flex-end}.advance-settings-wrapper label .switch{position:relative;display:inline-block;width:50px;height:20px;border:none;background-color:#fff;background-color:var(--color-white);border-radius:30px;transition:all .3s ease-in-out}.advance-settings-wrapper label.selected .switch{background-color:#0ee03c;background-color:var(--color-success)}.advance-settings-wrapper label .switch .switch-lever{display:block;width:15px;height:15px;margin:3px 0 3px 4px;background-color:#7d7c7c;background-color:var(--color-grey-dark);border-radius:50%;transition:all .3s ease-in-out}.advance-settings-wrapper label.selected .switch .switch-lever{margin-left:30px;margin-top:2px;background-color:#fff;background-color:var(--color-white)}.advance-settings-wrapper label input[type=checkbox]{margin-left:-8px;opacity:0}.advance-settings-wrapper label span:not(.switch){font-family:"Alata",sans-serif;text-transform:uppercase;font-size:.9rem;color:#f7f7f7;color:var(--color-text)}.form-footer-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));margin:55px 0}.form-footer-section div:first-child{margin:auto 0;position:relative}.form-footer-section .length-display{position:absolute;top:33px;right:34px;width:40px;height:40px;border-radius:50%;background:#ffcb36;background:var(--color-yellow);text-align:center;padding:9px 0;box-sizing:border-box;font-family:"Alata",sans-serif;font-size:1rem;font-weight:700;color:#0e141f;color:var(--color-blue-dark)}.form-footer-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(162px,1fr))}.form-footer-column.advance-option{display:none}.form-footer-column.advance-option.advance-active{display:grid}.form-footer-main-column label{display:block;font-family:"Alata",sans-serif;font-size:1.2rem;color:#f7f7f7;color:var(--color-text)}.form-footer-main-column input[type=range]{-webkit-appearance:none;margin:18px 0;width:80%;border-radius:10px}.form-footer-main-column input[type=range]:focus{outline:none}.form-footer-main-column input[type=range]::-webkit-slider-runnable-track{width:100%;height:17.3333px;cursor:pointer;animate:.2s;background:#ffcb36;background:var(--color-yellow);border:6px solid #ffcb36;border:6px solid var(--color-yellow);border-radius:10px}.form-footer-main-column input[type=range]::-webkit-slider-thumb{border:3px solid #ffcb36;border:3px solid var(--color-yellow);height:40px;width:40px;border-radius:50%;background:#0e141f;background:var(--color-blue-dark);cursor:pointer;-webkit-appearance:none;margin-top:-17px}.form-footer-main-column input[type=range]:focus::-webkit-slider-runnable-track{background:#ffcb36;background:var(--color-yellow)}.form-footer-main-column input[type=range]::-moz-range-track{width:100%;height:8.4px;cursor:pointer;animate:.2s;background:#ffcb36;background:var(--color-yellow);border-radius:10px;border:6px solid #ffcb36;border:6px solid var(--color-yellow)}.form-footer-main-column input[type=range]::-moz-range-thumb{border:3px solid #ffcb36;border:3px solid var(--color-yellow);height:36px;width:36px;border-radius:50%;background:#0e141f;background:var(--color-blue-dark);cursor:pointer;margin-top:-14px}.form-footer-main-column input[type=range]::-ms-track{width:100%;height:8.4px;cursor:pointer;animate:.2s;background:#ffcb36;background:var(--color-yellow);color:transparent}.form-footer-main-column input[type=range]::-ms-fill-lower{background:#ffcb36;background:var(--color-yellow)}.form-footer-main-column input[type=range]::-ms-fill-upper{background:#ffcb36;background:var(--color-yellow);border:.2px solid #010101}.form-footer-main-column input[type=range]::-ms-thumb{border:3px solid #ffcb36;border:3px solid var(--color-yellow);height:36px;width:36px;border-radius:50%;background:#0e141f;background:var(--color-blue-dark);cursor:pointer;margin-top:-14px}.form-footer-main-column input[type=range]:focus::-ms-fill-lower,.form-footer-main-column input[type=range]:focus::-ms-fill-upper{background:#ffcb36;background:var(--color-yellow)}input[type=range i]{background:#ffcb36;background:var(--color-yellow)}.form-footer-column label{margin:10px 0;position:relative;cursor:pointer}.form-footer-column label input[type=checkbox]{opacity:0}.form-footer-column label span{padding-left:30px}.form-footer-column label .check{padding:0;display:block;position:absolute;top:26px}.form-footer-column label:before{content:"";position:absolute;width:25px;height:25px;background:#0e141f;border:2px solid #ffcb36;border:2px solid var(--color-yellow);border-radius:5px;display:block;z-index:-1}.form-footer-column div label:before{content:unset}.form-footer-column label.selected:before{background:#ffcb36;background:var(--color-yellow)}.form-footer-column label .check:before{height:5px;top:-12px;left:8px;transform:rotate(-46deg)}.form-footer-column label .check:after,.form-footer-column label .check:before{content:"";width:4px;background:#0e141f;background:var(--color-blue-dark);position:absolute;opacity:0}.form-footer-column label .check:after{height:15px;top:-18px;left:15px;transform:rotate(54deg)}.form-footer-column label.selected .check:after,.form-footer-column label.selected .check:before{opacity:1}.form-footer-column input[type=text]{width:100%;padding:8px 15px;outline:none;box-sizing:border-box}.form-button{text-align:center}.form-button input[type=submit]{-webkit-appearance:none;background-color:#e7e7e7;background-color:var(--color-grey-light);padding:10px 35px;font-family:"Alata",sans-serif;font-size:calc(1rem + .5vw);border-radius:30px;border:none;cursor:pointer;outline:none}.form-button input[type=submit]:hover{background-color:#ffcb36;background-color:var(--color-yellow);color:#0e141f;color:var(--color-blue-dark)}.form-button input[type=submit]:active{margin-top:1px}.error-wrapper{padding:5px 0;background:#f19292;margin-top:5px;border:1px solid #b35555;border-radius:5px;display:none}.error-wrapper p{margin:0;color:#3e0505;font-family:"Alata",sans-serif;font-size:calc(.6rem + .5vw)}.extended_section{padding-bottom:20px}.extended_section .faq_wrapper h2{font-size:calc(1rem + .5vw);font-family:"Alata",sans-serif;margin-bottom:10px;text-align:center;color:#fff;color:var(--color-white)}.extended_section .faq_wrapper .faq_list{list-style:none;margin:0}.extended_section .faq_wrapper .faq_list .faq_item{padding:10px 0;border-bottom:1px solid #233048;border-bottom:1px solid var(--color-border)}.extended_section .faq_wrapper .faq_list .faq_item .question{font-size:1.3rem;font-family:"Alata",sans-serif;margin-bottom:15px;font-weight:400;color:#ffcb36;color:var(--color-yellow)}.extended_section .faq_wrapper .faq_list .faq_item .answer{font-size:1rem;font-family:"Open Sans",sans-serif;line-height:1.9;margin-bottom:20px;color:#fff;color:var(--color-white)}.extended_section .faq_wrapper .faq_list .faq_item .answer a{color:#ffcb36;color:var(--color-yellow);text-decoration:none}.extended_section .faq_wrapper .faq_list .faq_item .answer a:hover{border-bottom:3px double #ffcb36;border-bottom:3px double var(--color-yellow)}@media only screen and (max-width:700px){.form-footer-section{display:block}.form-footer-column,.form-footer-main-column{width:100%}.form-footer-section .form-footer-main-column:first-child{margin:0 0 35px}.form-footer-main-column input[type=range]{width:95%}.form-footer-section .length-display{right:0}}
/*# sourceMappingURL=main.358b0371.chunk.css.map */