:root{--grey:#f2f2f2;--black:#292D3E;--blue:#0071e3;--wrapperBig:960px;--wrapperSmall:680px;--borderRadius:1.5rem;--systemFont:'-apple-system','BlinkMacSystemFont','Segoe UI','Roboto','Helvetica','Arial',sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:2.5px;background:var(--grey)}::-webkit-scrollbar-thumb{border:1px solid var(--blue);background:var(--blue);border-radius:2.5px}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}html{font-size:16px;scroll-behavior:smooth;background-color:var(--grey)}body{font-size:100%;color:var(--black);background-color:var(--grey);overflow-x:hidden}body *{font-family:var(--systemFont)}main{padding:5rem 0 0 0}h1,h2,h3,h4{font-weight:700;margin:1em 0 .5em;line-height:1.2em}h1:first-child,h2:first-child,h3:first-child,h4:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child{margin-bottom:0}h1{font-size:2.25rem;text-align:center}h2{font-size:1.5rem}h3{font-size:1.125rem}h4{font-size:1rem}p{font:400 1rem/1.5em var(--systemFont);margin-bottom:.5em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{font:inherit;text-decoration:none;color:var(--blue)}a:hover{text-decoration:underline}ol,ul{margin-bottom:.5em;padding-left:1.5rem}ol li,ul li{font:400 1rem/1.5em var(--systemFont)}pre{display:block;max-width:768px;margin:0 auto 1rem auto;padding:1.5rem;border:1px solid #ccc;border-radius:var(--borderRadius);background-color:gray;font-family:monospace;white-space:pre-wrap}hr{height:1px;border:none;outline:0;background-color:#ccc}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mt-25{margin-top:.25rem!important}.mr-25{margin-right:.25rem!important}.mb-25{margin-bottom:.25rem!important}.ml-25{margin-left:.25rem!important}.mt-50{margin-top:.5rem!important}.mr-50{margin-right:.5rem!important}.mb-50{margin-bottom:.5rem!important}.ml-50{margin-left:.5rem!important}.mt-75{margin-top:.75rem!important}.mr-75{margin-right:.75rem!important}.mb-75{margin-bottom:.75rem!important}.ml-75{margin-left:.75rem!important}.mt-100{margin-top:1rem!important}.mr-100{margin-right:1rem!important}.mb-100{margin-bottom:1rem!important}.ml-100{margin-left:1rem!important}.mt-125{margin-top:1.25rem!important}.mr-125{margin-right:1.25rem!important}.mb-125{margin-bottom:1.25rem!important}.ml-125{margin-left:1.25rem!important}.mt-150{margin-top:1.5rem!important}.mr-150{margin-right:1.5rem!important}.mb-150{margin-bottom:1.5rem!important}.ml-150{margin-left:1.5rem!important}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.space-around{-ms-flex-pack:distribute;justify-content:space-around}.flex.space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex.self-end{-ms-flex-item-align:end;align-self:flex-end}.flex.self-center{-ms-flex-item-align:center;align-self:center}.wrapper{display:block;width:100%;margin:0 auto;overflow:visible}.wrapper.big{max-width:var(--wrapperBig)}.wrapper.small{max-width:var(--wrapperSmall)}.container{display:inline-block;width:calc(100% - 3rem);margin:.75rem 1.5rem;padding:1.5rem;border-radius:var(--borderRadius);background:#fff;-webkit-box-shadow:2px 4px 12px rgba(0,0,0,.08);box-shadow:2px 4px 12px rgba(0,0,0,.08)}.text-small{display:block;width:100%;max-width:540px;margin:0 auto}.text-small *{font-size:.75rem;color:rgba(0,0,0,.4)}.text-center{text-align:center}.text-right{text-align:right}.button{display:inline-block;padding:.875rem;font:400 1rem/1em var(--systemFont);text-align:center;text-decoration:none;cursor:pointer;border-radius:.5rem;border:none}.button:hover{text-decoration:none}.button.grey{color:var(--black);background-color:rgba(0,0,0,.08)}.button.grey:hover{background-color:rgba(0,0,0,.1)}.button.blue{color:#fff;background-color:var(--blue)}.button.blue:hover{background-color:#0077ed}.button.full{width:100%}.form{--black:33,37,41;--blue_light:39,194,222;--grey_light:242,244,249;--grey_mid:134,142,150;--violette:102,95,238;--pink:255,0,148;--green:153,255,0}.form__error{color:red;font-weight:700}.form__icon,.form__icon--captcha{position:absolute;width:20px;height:20px;padding:3px;top:50%;left:6px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:100}.form__icon--captcha{width:60px;height:20px;padding:0}.form__input,.form__input--captcha,.form__input--table,.form__textarea{-webkit-transition:all ease .25s;transition:all ease .25s;display:block;width:100%;height:50px;margin:0 0 1em 0;padding:6px 12px 6px 12px;font-size:1rem;font-weight:300;line-height:1.5em;color:RGBA(var(--black),1);border:1px solid RGBA(var(--grey_light),1);border-color:RGBA(var(--grey_light),1);border-radius:.5rem;background:RGBA(var(--grey_light),1)}.form__input--captcha:focus,.form__input--table:focus,.form__input:focus,.form__textarea:focus{border-color:RGBA(var(--blue),1);-webkit-box-shadow:0 0 0 .2rem RGBA(var(--blue),.25);box-shadow:0 0 0 .2rem RGBA(var(--blue),.25)}.form__input--captcha:hover,.form__input--table:hover,.form__input:hover,.form__textarea:hover{border-color:RGBA(var(--blue),1)}.form__input--captcha::-webkit-input-placeholder, .form__input--table::-webkit-input-placeholder, .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.form__input--captcha::-moz-placeholder, .form__input--table::-moz-placeholder, .form__input::-moz-placeholder, .form__textarea::-moz-placeholder{color:rgba(0,0,0,.3)}.form__input--captcha:-ms-input-placeholder, .form__input--table:-ms-input-placeholder, .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder{color:rgba(0,0,0,.3)}.form__input--captcha::-ms-input-placeholder, .form__input--table::-ms-input-placeholder, .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder{color:rgba(0,0,0,.3)}.form__input--captcha::placeholder,.form__input--table::placeholder,.form__input::placeholder,.form__textarea::placeholder{color:rgba(0,0,0,.3)}.form__input-container{position:relative}.form__input--captcha{padding-left:80px}.form__input--table{padding-left:12px;margin:0;border-color:RGBA(var(--grey_mid),1)}.form__captcha{width:60px;height:20px}.form__select{font-size:.875rem}.form__textarea{max-width:100%;min-width:100%;height:10rem;max-height:40rem;min-height:10rem;padding:6px 12px;font-family:var(--systemFont)}.output{display:block;width:100%;padding:1.5rem;color:var(--grey);font:400 1rem/1.8em monospace;white-space:nowrap;border-radius:var(--borderRadius);background:var(--black);-webkit-box-shadow:2px 4px 12px rgba(0,0,0,.08);box-shadow:2px 4px 12px rgba(0,0,0,.08);overflow-y:auto}
/*# sourceMappingURL=style.css.map */
