@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600&display=swap);html{margin:0;overflow-x:hidden;padding:0}body{background-color:#000d21;background:#000d21;background:linear-gradient(180deg,#00203f 60%,#000d21);background-attachment:fixed;font-family:Barlow,Helvetica Neue,Helvetica,Arial,sans-serif,-apple-system;margin:0 auto;padding:48px}.message,.message-error,.message-success{align-items:center;display:flex;flex-direction:column;font-size:15px;font-weight:400;justify-content:center;margin:12px 0 0}.message-error{color:#f45959e6}.message-success{color:#fff}.message-success i{font-size:28px}.link-button,.link-button-disabled{align-items:center;background:#135a9080;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-flex;font-family:Barlow,Helvetica Neue,Helvetica,Arial,sans-serif,-apple-system!important;font-size:16px;font-weight:400;justify-content:center;margin:12px 0;max-width:100%;min-width:100%;padding:6px 12px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in}@media(min-width:960px){.link-button,.link-button-disabled{font-size:14px}}.link-button-disabled:hover,.link-button:hover{background:#135a90d9;color:#fff;transition:all .2s ease-in}.link-button-disabled{opacity:0}::placeholder{font-weight:400}.pulse{animation:pulse;animation-direction:normal;animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-play-state:running;animation-timing-function:linear}.fade-in{animation:fadeIn;animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:linear}.fade-step-1{animation:fadeOut;animation-delay:1.9s;animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:linear}.fade-delay-long{animation:fadeIn;animation-delay:.6s;animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:linear;opacity:0}.fade-delay-short{animation:fadeIn;animation-delay:.3s;animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:linear;opacity:0}.pulse-turbo{animation:pulse;animation-direction:normal;animation-duration:.1s;animation-fill-mode:forwards;animation-iteration-count:3;animation-play-state:running;animation-timing-function:linear}.pulse-slow{animation:pulseSlow;animation-direction:normal;animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-play-state:running;animation-timing-function:linear}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInSlide{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes pulseSlow{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes borderPulse{0%{border:1px solid #50b8e70f}50%{border:1px solid #50b8e7}to{border:1px solid #50b8e70f}}@keyframes elastic{0%{width:0}50%{width:100%}to{width:0}}.grow-right{animation:growRight;animation-delay:.3s;animation-direction:normal;animation-duration:.6s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:ease;opacity:0;transform:scaleX(0);transform-origin:left}@keyframes growRight{0%{opacity:0;transform:scaleX(0)}24%{opacity:1}to{opacity:1;transform:scaleX(1)}}@keyframes slideFromRight{0%{opacity:0;transform:translateX(120px)}to{opacity:1;transform:translateX(0)}}.spin{animation:spin 1s linear infinite;transform-origin:center center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spinHalf{0%{transform:rotate(-20deg)}to{transform:rotate(0deg)}}.form-wrapper{align-content:center;align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;left:50%;margin:0 auto;max-width:320px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.form-wrapper h4{border-top:1px solid #000d215c;color:#135a90d9;font-size:14px;font-weight:450;margin:0;padding:12px 0}.form-field .MuiAutocomplete-root,.form-field .MuiInput-input,.form-field .MuiInputBase-input,.form-field .MuiInputBase-root,.form-field .MuiInputLabel-root,.form-field .MuiOutlinedInput-root{background:#fff!important;border-radius:4px!important;box-sizing:border-box!important;font-family:Barlow,Helvetica Neue,Helvetica,Arial,sans-serif,-apple-system!important;font-size:15px!important;font-weight:450!important;margin:6px 0!important;padding:4px 6px!important}@media(min-width:1280px){.form-field .MuiAutocomplete-root,.form-field .MuiInput-input,.form-field .MuiInputBase-input,.form-field .MuiInputBase-root,.form-field .MuiInputLabel-root,.form-field .MuiOutlinedInput-root{font-size:14px!important}}.form-field i{color:#00c89fd9!important;margin:0 6px 0 0!important}.stack-step-1,.stack-step-2{display:grid;grid-template-columns:1fr}.stack-step-1 span{--stack-height:calc(100%/var(--stacks) - 1px);--inverse-index:calc(var(--stacks) - 1 - var(--index));--clip-top:calc(var(--stack-height)*var(--index));--clip-bottom:calc(var(--stack-height)*var(--inverse-index));animation:stack .34s cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index)*.12s),glitch 2s ease infinite 2s alternate-reverse;-webkit-clip-path:inset(var(--clip-top) 0 var(--clip-bottom) 0);clip-path:inset(var(--clip-top) 0 var(--clip-bottom) 0);font-size:21px;font-weight:450;grid-column-start:1;grid-row-start:1}.stack-step-1 span:nth-child(odd){--glitch-translate:8px}.stack-step-1 span:nth-child(2n){--glitch-translate:-8px}.stack-step-2 span{--stack-height:calc(100%/var(--stacks) - 1px);--inverse-index:calc(var(--stacks) - 1 - var(--index));--clip-top:calc(var(--stack-height)*var(--index));--clip-bottom:calc(var(--stack-height)*var(--inverse-index));animation:stack2 .34s cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index)*.12s);animation-delay:2s;-webkit-clip-path:inset(var(--clip-top) 0 var(--clip-bottom) 0);clip-path:inset(var(--clip-top) 0 var(--clip-bottom) 0);font-size:21px;font-weight:450;grid-column-start:1;grid-row-start:1}.stack-step-2 span:nth-child(odd){--glitch-translate:8px}.stack-step-2 span:nth-child(2n){--glitch-translate:-8px}@keyframes stack{0%{opacity:0;text-shadow:-2px 3px 0 #f45959,2px -3px 0 #50b8e7;transform:translateX(-50%)}60%{opacity:.5;transform:translateX(50%)}80%{opacity:1;text-shadow:2px -3px 0 red,-2px 3px 0 #50b8e7;transform:none}to{display:none;text-shadow:none}}@keyframes stack2{0%{opacity:0;text-shadow:-2px 3px 0 #f45959,2px -3px 0 #50b8e7;transform:translateX(-50%)}60%{opacity:.5;transform:translateX(50%)}80%{opacity:1;text-shadow:2px -3px 0 #f45959,-2px 3px 0 #50b8e7;transform:none}to{display:none;text-shadow:none}}@keyframes glitch{0%{text-shadow:-2px 3px 0 #f45959,2px -3px 0 #50b8e7;transform:translate(var(--glitch-translate))}2%{text-shadow:2px -3px 0 #f45959,-2px 3px 0 #50b8e7}4%,to{display:none;text-shadow:none;transform:none}}.intro{align-items:center;align-self:center;color:#fff;display:flex;flex-direction:column;font-family:Barlow,Helvetica Neue,Helvetica,Arial,sans-serif,-apple-system;font-size:21px;font-weight:400;height:84vh;justify-content:center;min-height:84vh;text-align:center;z-index:20000}@media(min-width:960px){.intro{height:100vh;min-height:100vh}}.intro b{color:#50b8e7;font-weight:450;padding:0 6px 0 0}.intro-logo{align-items:center;display:inline-flex}.intro-logo i{animation:fadeInSlide .3s linear;font-size:14px}.intro-fade{animation:fadeOut;animation-delay:2.4s;animation-direction:normal;animation-duration:.36s;animation-fill-mode:forwards;animation-iteration-count:1;animation-play-state:running;animation-timing-function:ease-in}.animation01{align-items:center;display:flex;height:100%;justify-content:space-between;position:absolute;width:100%}.animation01 div{animation:animation01 .48s ease-in forwards;height:100%;opacity:0;transform-origin:bottom;width:20%}.animation01 div:first-child{animation-delay:2.2s;background-color:#f45959}.animation01 div:nth-child(2){animation-delay:2.1s;background-color:#ffc32a}.animation01 div:nth-child(3){animation-delay:2s;background-color:#f9f871}.animation01 div:nth-child(4){animation-delay:1.9s;background-color:#00a6b2}.animation01 div:nth-child(5){animation-delay:1.8s;background-color:#50b8e7}.animation01 div:nth-child(6){animation-delay:1.7s;background-color:#135a90}@keyframes animation01{0%{opacity:1;transform:scaleX(1)}50%{opacity:1}to{opacity:0;transform:scaleX(0)}}.rotating-square{animation:zoomInRotate .48s ease-out;animation-delay:3.6s;background:#50b8e7;left:50%;position:absolute;top:50%;transform:scale(.1) rotate(0deg)}@keyframes zoomInRotate{0%{opacity:0;transform:scale(100) rotate(0deg)}36%{opacity:1}to{opacity:0;transform:scale(200) rotate(90deg)}}
/*# sourceMappingURL=main.0fabacc5.css.map*/