*{margin:0;padding:0;box-sizing:border-box}:root{--white:#fff;--background:#f2f3f5;--gray-line:#dcdde0;--text:#666;--text-highlight:#b3b9ff;--text-blue:#b2b9ff;--title:#2e384d;--red:#e83f5b;--green:#4cd62b;--blue:#5965e0;--blue-dark:#4953b8;--blue-twitter:#2aa9e0;--border:#414aa3;--github:#24292e;--github-text:#fff;--facebook-new:#1877f2;--facebook-new-dark:#166fe5;--facebook-old:#4267b2;--facebook-text:#fff}@media(max-width:1080px){html{font-size:93.75%}}@media(max-width:720px){html{font-size:87.5%}}body{background:var(--background);color:var(--text);height:100vmax;width:100%;overflow-y:hidden}@media (max-height:450px){body{overflow-y:auto}}body,button,input,textarea{font:400 16px Inter,sans-serif}button{cursor:pointer}a{color:inherit;text-decoration:none}button,img{-webkit-user-select:none;-ms-user-select:none;user-select:none}@keyframes ball-triangle-path-1{33%{transform:translate(25px,-50px)}66%{transform:translate(50px)}to{transform:translate(0)}}@keyframes ball-triangle-path-2{33%{transform:translate(25px,50px)}66%{transform:translate(-25px,50px)}to{transform:translate(0)}}@keyframes ball-triangle-path-3{33%{transform:translate(-50px)}66%{transform:translate(-25px,-50px)}to{transform:translate(0)}}.ball-triangle-path{position:relative;transform:translate(-29.9940011998px,-37.5093773443px)}.ball-triangle-path>div:first-child{animation-name:ball-triangle-path-1;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){animation-name:ball-triangle-path-2;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){animation-name:ball-triangle-path-3;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div{animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-triangle-path>div:first-of-type{top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}.loader-hidden{display:none}.loader-active{display:block}