:root{--c1: #000000;--c2: #FEFF00;--c3: #FFFFFF;--c4: #8C8C8C;--c5: #3F137B;--c6: #ff1d94;--bg1: #000000;--bg2: #FEFF00;--bg3: #FFFFFF;--bg4: #101010;--bg5: #522D86;--bg6: #3F137B;--bg7: #ff1d94;--white: 255, 255, 255;--tf: cubic-bezier(0.45, 0.05, 0.55, 0.95);font-size:1vw}@media screen and (max-width: 699px){:root{font-size:10px}}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}*:focus-visible{outline:none}* *::before,* *::after{box-sizing:inherit}[hidden],[type=hidden],.visually-hidden,.tns-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}html,body{min-height:100%}html{--ff: "IBMPlexSans", sans-serif;--fz: max(1vw, 16px);--fwB: 700;--fwM: 500;--fwR: 400;--offset: max(calc(1.25 * 1vw), 15px)}body{font-family:var(--ff);font-weight:var(--fwR);font-size:var(--fz);color:var(--c3);line-height:1.4;max-width:100%;min-width:360px;margin:0;text-wrap:balance;background-color:var(--bg1);background-image:radial-gradient(circle at center, var(--bg5), var(--bg1));background-attachment:fixed;overflow:auto;overflow-x:hidden}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit;transition-property:color,fill,background-color,border-color;transition-duration:.3s;transition-timing-function:var(--easeing)}img{height:auto;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}button{margin:0;padding:0;font-family:var(--ff);text-align:left;font-size:1em;background-color:rgba(0,0,0,0);border:none;cursor:pointer}button[data-opener]>*,a[data-opener]>*{pointer-events:none}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.btn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:max(var(--offset)*.8,14px) calc(var(--offset)*1.25);font-weight:var(--fwB);font-size:max(1em,16px);text-align:center;color:var(--c1);fill:var(--c1);background-color:var(--bg2);border-radius:max(.4vw,10px);transition:color .3s var(--tf),background-color .3s var(--tf)}.btn:not([disabled]):hover,.btn:not([disabled]):focus-visible{color:var(--c3);fill:var(--c3);background-color:var(--bg6)}.btn[disabled]{color:var(--c4);fill:var(--c4);-webkit-backdrop-filter:blur(0.8vw);backdrop-filter:blur(0.8vw);background-color:rgba(82,45,134,.2);border:2px solid hsla(0,0%,100%,.1);cursor:no-drop}@media screen and (max-width: 999px){.btn[disabled]{border-width:1.5px}}.title{margin-top:0;margin-bottom:0;font-weight:var(--fwB)}.title--size_l{font-size:max(1.5em,20px);line-height:1}.title--size_m{font-size:max(1.2em,18px);line-height:1.2}.title--size_s{font-size:max(1em,16px);line-height:1.2}.title--size_xs{font-size:max(.9em,15px);line-height:1.4}.title--center{text-align:center}video{border-radius:inherit}video:focus{outline:none;box-shadow:0 0 0 5px var(--c7);border-radius:10px}::-webkit-scrollbar{width:0}html,body{height:100%}html{--offset-xxl: calc(var(--offset) * 7.5)}@media screen and (max-width: 1366px){html{--offset-xxl: calc(var(--offset) * 6)}}@media screen and (max-width: 1199px){html{--offset-xxl: calc(var(--offset) * 4)}}@media screen and (max-width: 999px){html{--offset-xxl: calc(var(--offset) * 2.5)}}.wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;background-color:var(--bg1);overflow:hidden}.wrapper::before{content:"";position:absolute;top:calc(var(--offset)*5);left:50%;transform:translateX(-50%);width:120vw;height:120vw;background-color:var(--bg5);border-radius:50%;filter:blur(180px)}.main{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;padding:var(--offset-xxl);overflow:auto}.auth{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-top:auto;margin-bottom:auto}@media screen and (max-width: 999px){.auth{flex-direction:column}}.auth-svg{flex-shrink:0;width:max(25vw,150px);height:max(25vw,150px);stroke:var(--c3);stroke-width:.2}@media screen and (min-width: 1000px){.auth-svg{animation:rotate 100s ease-in-out infinite}}@media screen and (max-width: 999px){.auth-svg{display:none}}.auth-inner{display:flex;flex-direction:column;align-items:stretch;width:max(50%,570px);flex-shrink:0}@media screen and (max-width: 999px){.auth-inner{width:100%}}.auth-header{margin-bottom:calc(var(--offset)*3)}@media screen and (max-width: 999px){.auth-header{margin-top:calc(var(--offset)*2);margin-bottom:calc(var(--offset)*2)}}.auth-logo{display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width: 999px){.auth-logo{justify-content:center}}.auth-logo svg{flex-shrink:0;width:max(var(--offset)*9,200px);height:max(var(--offset)*2,45px)}input,textarea,select{width:100%;padding:calc(var(--offset)*.5) calc(var(--offset)*.8);font-family:var(--ff);font-weight:var(--fwR);font-size:.9em;line-height:1.8;color:var(--c1);background-color:var(--bg3);border-radius:5px;border:none;resize:none;transition:all .3s ease-in-out}@media screen and (max-width: 999px){input,textarea,select{padding:16px 12px;font-size:1em;line-height:1}}input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{color:var(--c4)}input::placeholder,textarea::placeholder,select::placeholder{color:var(--c4)}input.error,textarea.error,select.error{box-shadow:inset 0 0 0 2px var(--bg7)}input:focus,textarea:focus,select:focus{outline:none;background-color:var(--bg3)}input[disabled],textarea[disabled],select[disabled]{color:var(--c4)}textarea{height:calc(3em + var(--offset)*.5*2)}.form-textarea{height:calc(5em + var(--offset)*.5*2)}.form{display:flex;flex-direction:column;align-items:stretch}.form-row{display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 999px){.form-row{flex-direction:column}}.form-row>*{width:calc(50% - var(--offset)*.5)}@media screen and (max-width: 999px){.form-row>*{width:100%}}.form-row:last-child{margin-top:var(--offset)}.form-label{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:var(--offset)}@media screen and (max-width: 1099px){.form-label{margin-bottom:16px}}.form-name{order:-1;font-weight:var(--fwR);margin-bottom:calc(var(--offset)*.5);color:var(--c4)}.form-caption{align-self:center;font-size:.95em;line-height:1;color:var(--c4)}@media screen and (max-width: 999px){.form-caption{order:1;margin-top:calc(var(--offset)*2);text-align:center}}.form-caption span{font-weight:var(--fwB);color:var(--c3)}.form-caption a{transition:.3s ease-out;color:var(--c4)}.form-caption a:hover,.form-caption a:focus-visible{color:var(--c3)}.form-caption span:not(:last-child),.form-caption a:not(:last-child){margin-right:var(--offset)}.form-error{order:-1;margin-top:auto;margin-bottom:calc(var(--offset)*.5);font-size:.85em;line-height:1.4;color:var(--c6)}.form-file{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.form-file__input{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;cursor:pointer}.form-file__icon{width:calc(var(--offset)*.8);height:calc(var(--offset)*.8);margin-right:calc(var(--offset)*.5);fill:var(--c13)}.form-file__info{font-size:.85em;line-height:1.2;cursor:pointer}.form-pass{position:relative}.form-pass input{padding-right:calc(var(--offset)*.8*2 + var(--offset))}.form-pass input[type=text]~.form-icon:hover,.form-pass input[type=text]~.form-icon:focus-visible{fill:var(--c5)}.form-pass input[type=text]~.form-icon:focus{fill:var(--c2);background-color:var(--bg6);border-radius:5px;outline:none}.form-pass input[type=text]~.form-icon{fill:var(--c5)}.form-icon{position:absolute;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;padding:calc(var(--offset)*.5) calc(var(--offset)*.8);fill:var(--c4);transition:all .3s ease-in-out}.form-icon svg{width:max(var(--offset),20px);height:max(var(--offset),20px)}.form-icon:hover,.form-icon:focus-visible{fill:var(--c5)}.form-icon:focus{fill:var(--c2);background-color:var(--bg6);border-radius:5px;outline:none}.form-checkbox~.form-name{display:flex;align-items:center;font-weight:var(--fwB);font-size:max(.9em,16px);cursor:pointer}.form-checkbox:checked~.form-name{color:var(--c3)}.form-checkbox:checked~.form-name .form-checkbox__rect{fill:var(--c2)}.form-checkbox__rect{flex-shrink:0;width:max(var(--offset)*.8,16px);height:max(var(--offset)*.8,16px);margin-right:calc(var(--offset)*.5);fill:var(--c2)}.form-checkbox__rect svg{width:max(var(--offset)*.8,16px);height:max(var(--offset)*.8,16px)}.form-btns{margin-top:calc(var(--offset)*.5)}.form-btns .btn{min-height:auto;padding-top:calc(var(--offset)*.5);padding-bottom:calc(var(--offset)*.5)}@media screen and (max-width: 999px){.form-btns .btn{padding-top:12px;padding-bottom:12px}}@media screen and (max-width: 499px){.form-btns .btn{width:100%}}input:hover,input:focus-visible,textarea:hover,textarea:focus-visible,select:hover,select:focus-visible{box-shadow:inset 0 0 0 2px var(--bg5)}.form-name{color:var(--c3)}.form-caption a{color:var(--c3);transition:all .3s ease-in-out}.form-caption a:hover,.form-caption a:focus-visible{opacity:.6}.form-caption a:focus{color:var(--c2);background-color:var(--bg5);opacity:1;border-radius:5px;outline:none}@keyframes rotate{to{transform:rotate(360deg)}}.lang-wrapper{position:fixed;top:calc(var(--offset)*1.5);right:calc(var(--offset)*6);margin-right:calc(var(--offset)*2);z-index:1}@media screen and (max-width: 999px){.lang-wrapper{position:absolute;top:var(--offset);right:var(--offset);margin-right:0}}.lang-opener{width:max(var(--offset)*2,40px);height:max(var(--offset)*2,40px);font-weight:var(--fwB);font-size:.85em;line-height:1.4;text-transform:uppercase;text-align:center;color:var(--c3);background-color:var(--bg5);border-radius:50%;transition:.3s ease-out}@media screen and (max-width: 999px){.lang-opener.open::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--bg1);background-image:radial-gradient(circle at center, var(--bg5), var(--bg1));background-attachment:fixed;opacity:.98;z-index:1}}.lang-opener:hover,.lang-opener:focus-visible{background-color:var(--bg6)}.lang{position:absolute;top:calc(100% + var(--offset));left:50%;transform:translateX(-50%);transform-origin:top;max-height:50vh;padding:var(--offset);-webkit-backdrop-filter:blur(0.8vw);backdrop-filter:blur(0.8vw);background-color:rgba(82,45,134,.2);border:2px solid hsla(0,0%,100%,.1);border-radius:max(.8vw,17px);overflow:auto}@media screen and (max-width: 999px){.lang{position:fixed;top:50%;transform:translate(-50%, -50%);width:calc(100% - var(--offset)*2);max-width:300px;max-height:70vh;text-align:center;overflow:auto;z-index:2}}.lang:not(.open){visibility:hidden;transform:translateX(-50%) scaleY(0.5);opacity:0}.lang.open{transition:all .3s ease,opacity .15s ease}.lang-menu{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}@media screen and (min-width: 1000px){.lang-menu{gap:calc(var(--offset)/2)}}@media screen and (max-width: 999px){.lang-menu__item:not(:last-child){margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid hsla(0,0%,100%,.2)}}.lang-menu__link{text-transform:uppercase;font-weight:var(--fwB);font-size:.75em;line-height:1.4;color:var(--c3);transition:.3s ease-out}@media screen and (max-width: 999px){.lang-menu__link{display:block}}.lang-menu__link:hover,.lang-menu__link:focus-visible{color:var(--c2)}