@import url(https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap);*{box-sizing:border-box}body,html{margin:0;padding:0;background-color:#fff;font-family:"Baloo 2","Helvetica Neue",Helvetica,Arial,sans-serif}.App.empty,.App.loggedout,body,html{height:100%}.App.empty{background:linear-gradient(134.48deg,#0085ff 3.95%,#00b2ff 96.04%)}.App.empty main,.App.empty main>.container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.App.loggedout{background:linear-gradient(134.48deg,#0085ff 3.95%,#00b2ff 96.04%)}.App.loggedout .header{-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.App.loggedout .header,.App.loggedout .header .container{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.App.loggedout .header .container{-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center}.App.loggedout .logo{margin-bottom:30px}.App{min-height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:space-between;align-content:space-between;-webkit-justify-content:space-between;justify-content:space-between}.App main,.App main>.container{height:100%;margin-bottom:auto}.App main>.container{margin-bottom:10rem}.container{padding:30px}@media (min-width:720px){.container{max-width:720px;margin-left:auto;margin-right:auto}}.flex{-webkit-align-items:center;align-items:center}.flex,.flex-stack{display:-webkit-flex;display:flex;-webkit-align-content:space-between;align-content:space-between;-webkit-justify-content:space-between;justify-content:space-between}.flex-stack{height:100%;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch}.flex-stack>.row{text-align:center}.flex-stack a:link,.flex-stack a:visited{color:#fff}h2{margin:0 0 15px}a:link,a:visited{color:#0085ff}button,input[type=submit]{font-size:12pt;font-family:"Baloo 2","Helvetica Neue",Helvetica,Arial,sans-serif;padding:15px 30px;color:#fff;background:linear-gradient(180deg,#0085ff 3.95%,#00b2ff 96.04%);box-shadow:0 3px 8px rgba(0,133,255,.49);border-radius:6px;border-width:0;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;transition:all .2s ease-in-out}button.btn-secondary,input[type=submit].btn-secondary{color:#0085ff;background:#fff;box-shadow:0 3px 8px #e5e5e5}button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:underline}button:active,input[type=submit]:active{-webkit-transform:translateY(2px);transform:translateY(2px)}label{display:block;text-align:left;color:#a4aeb7}input[type=text]{min-width:260px;width:100%;margin:0;padding:0;border-width:0;border-bottom:1px solid transparent;outline:none;color:#455462;font-size:16pt;font-family:"Baloo 2","Helvetica Neue",Helvetica,Arial,sans-serif;transition:border-bottom .2s ease-in-out}input[type=text]:active,input[type=text]:focus{border-bottom-color:#a4aeb7}label.radio{margin-bottom:30px;padding:15px;color:#455462;font-size:14pt;background:#fff;border:1px solid #e5e5e5;box-sizing:border-box;border-radius:6px;transition:all .2s ease-in-out}label.radio:active,label.radio:focus,label.radio:hover{border-color:#a4aeb7}label.radio.active{background-color:#ebf6ff;border-color:#0085ff}label.radio .label{margin-left:15px}label.radio input[type=radio]{width:16px;height:16px}.field{border:1px solid #e5e5e5;border-radius:6px;margin:0 0 30px;padding:15px}.hint{color:#a4aeb7;margin-top:15px;padding:15px}.text-array-input label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.text-array-input label em{min-width:25px;font-style:normal;margin-right:10px;color:#455462;font-size:16pt}.text-array-input label em:after{content:"."}.text-array-input label.text-array-input-new em{color:#e5e5e5}.hidden{display:none}.header{background:linear-gradient(134.48deg,#0085ff 3.95%,#00b2ff 96.04%);z-index:10}.App.empty main,.header,.header a:link,.header a:visited{color:#fff}.App.empty main h1{text-align:center}.App.empty main .row.arrow,.App.empty main .row:first-child{-webkit-flex-grow:1;flex-grow:1}.App.empty main .row.arrow{display:-webkit-flex;display:flex;padding:30px}.App.empty main .row.arrow>.arrow{-webkit-flex-grow:1;flex-grow:1;background:url(/static/media/arrow-down.b3d3ec88.svg) no-repeat bottom}.App.empty main .row.action>button{width:100%;color:#0085ff;background:#fff;box-shadow:0 3px 8px hsla(0,0%,100%,.5);border-radius:6px}.footer{position:fixed;right:0;bottom:0;left:0;background-color:#fff;box-shadow:0 -3px 20px rgba(0,0,0,.1);z-index:10}.footer button{display:block;width:100%}.problem{margin-bottom:30px;padding:15px 30px;cursor:pointer;background:#fff;box-shadow:0 3px 20px rgba(0,0,0,.12);border-radius:6px}.problem h3{color:#455462;margin-top:0}.problem p{color:#455462;margin-bottom:0;font-size:8pt}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background-color:rgba(0,0,0,.6);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:stretch;justify-content:stretch;-webkit-align-content:stretch;align-content:stretch;-webkit-align-items:stretch;align-items:stretch;transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out}@media (min-width:720px){.modal{-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center}}.modal[aria-hidden=true]{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.modal .modal-dialog{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:stretch;justify-content:stretch;-webkit-align-content:stretch;align-content:stretch;-webkit-align-items:stretch;align-items:stretch;height:100%;background-color:#fff;box-shadow:0 3px 30px rgba(0,0,0,.6)}@media (min-width:720px){.modal .modal-dialog{width:600px;margin-top:30px;margin-bottom:30px}}.modal .modal-content{display:-webkit-flex;display:flex;height:100%;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:stretch;align-content:stretch;-webkit-align-items:stretch;align-items:stretch}.modal .modal-header{padding:15px}@media (min-width:720px){.modal .modal-header{padding:30px}}.modal .modal-footer{padding:15px 30px 30px}.modal .modal-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:3px solid #e5e5e5}.modal .modal-header h2{margin:0}.modal .btn-close{box-shadow:none;margin-top:-30px;margin-right:-30px;margin-bottom:-30px;border-radius:0;color:#455462;background:none;font-size:18pt}.modal .btn-close:active,.modal .btn-close:hover{color:#0085ff}.modal .modal-body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;height:100%;padding:30px;overflow-y:scroll;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (min-width:720px){.modal .modal-body{padding:60px}}.modal .modal-body .step{margin-left:auto;margin-right:auto}.modal .modal-body .step h2{text-align:center}.modal .modal-body>h3:first-child{margin-top:0}.modal .modal-footer{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;border-top:3px solid #e5e5e5}.modal .modal-footer .btn-primary{margin-left:auto}.modal.error .modal-header h2{color:#f44336}.modal.error .modal-body{display:block}.modal.error .modal-body>h3:first-child{color:#f44336}button.btn-delete{margin-left:auto;color:#f44336;background:transparent;box-shadow:none}.step-counter{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.step-counter .step{display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center}.step-counter .step .label,.step-counter .step .number{font-size:12pt}.step-counter .step .number{width:28px;height:28px;margin-right:10px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;background:#fff;box-shadow:0 3px 8px #e5e5e5;border-radius:100%;cursor:pointer}.step-counter .step .number em{font-style:normal}.step-counter .step .label{margin-right:15px;color:#455462}.step-counter .step.active .number{color:#fff;background:linear-gradient(180deg,#0085ff 3.95%,#00b2ff 96.04%);box-shadow:0 3px 8px rgba(0,133,255,.49)}@media (min-width:720px){.step-counter .step .label,.step-counter .step .number{font-size:14pt}.step-counter .step .number{width:36px;height:36px}}.nowrap{white-space:nowrap}.step.review h3{font-weight:400;font-size:18pt;text-align:left;color:#455462}.step.review ol{font-size:14pt;text-align:left;color:#455462;padding-left:30px}pre{margin-bottom:30px}code{font-size:10pt;font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace}
/*# sourceMappingURL=main.eb9ade35.chunk.css.map */