:root{--colors_white:255, 255, 255;--colors_grey_245:245, 245, 245;--colors_grey_243:243, 243, 243;--colors_grey_240:240, 238, 238;--colors_grey_237:237, 237, 237;--colors_grey_234:234, 234, 234;--colors_grey_227:227, 227, 227;--colors_grey_218:218, 217, 217;--colors_grey_217:217, 217, 217;--colors_grey_215:215, 215, 215;--colors_grey_198:198, 198, 198;--colors_grey_192:192, 192, 192;--colors_grey_188:188, 188, 188;--colors_grey_186:186, 186, 186;--colors_grey_185:185, 185, 185;--colors_grey_183:183, 183, 183;--colors_grey_163:163, 163, 163;--colors_grey_158:158, 158, 158;--colors_grey_155:155, 155, 155;--colors_grey_153:153, 153, 153;--colors_grey_149:149, 148, 148;--colors_grey_136:136, 136, 136;--colors_grey_130:130, 130, 130;--colors_grey_122:122, 122, 122;--colors_grey_115:115, 115, 115;--colors_grey_108:108, 108, 108;--colors_grey_97:97, 97, 97;--colors_grey_88:88, 88, 88;--colors_grey_85:85, 85, 85;--colors_grey_77:77, 75, 75;--colors_grey_53:53, 44, 44;--colors_grey_50:50, 50, 50;--colors_grey_29:29, 29, 29;--colors_grey_28:28, 27, 27;--colors_grey_27:27, 26, 26;--colors_grey_26:26, 25, 25;--colors_grey_22:22, 22, 22;--colors_grey_22_21:22, 21, 21;--colors_grey_18:18, 17, 17;--colors_grey_9:9, 9, 9;--colors_black:0, 0, 0;--colors_red:255, 0, 0;--colors_red_dark:165, 23, 23;--colors_brown:53, 44, 44;--colors_brown_dark:69, 65, 60;--colors_green:66, 255, 0;--colors_green_notify:35, 197, 82;--colors_orange:255, 257, 11;--colors_pink:240, 213, 168;--colors_blue:50, 70, 255;--notification_success_bg:#23c552;--notification_success_color:#fff;--notification_alert_bg:red;--notification_alert_color:#fff;--notification_warning_bg:orange;--notification_warning_color:#000;--notification_info_bg:#3246ff;--notification_info_color:#fff;--shadow_border_default:0 2px 8px #00000026;--font_300:18.75rem;--font_200:12.5rem;--font_150:9.375rem;--font_64:4rem;--font_55:3.4375rem;--font_50:3.125rem;--font_40:2.5rem;--font_36:2.25rem;--font_32:2rem;--font_30:1.875rem;--font_25:1.563rem;--font_24:1.5rem;--font_20:1.25rem;--font_18:1.125rem;--font_17:1.063rem;--font_16:1rem;--font_15:.938rem;--font_14:.875rem;--font_13:.813rem;--font_12:.75rem;--font_10:.625rem}@keyframes slide-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInReverse{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes grow{0%{padding-bottom:0}to{padding-bottom:var(--target-padding)}}@keyframes slideIn{0%{width:0}to{width:721px}}@keyframes slideOut{0%{width:721px}to{width:0}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes stepAnimationNumber{0%,80%,to{color:rgb(var(--colors_grey_28))}40%,60%{color:rgb(var(--colors_white))}}@keyframes stepAnimationText{0%,80%,to{opacity:0}40%,60%{opacity:1}}.out-in-enter-active{transition:opacity .5s}.out-in-leave-active{transition:none}.out-in-enter-from{opacity:0}.out-in-enter-to{opacity:1}.out-in-leave-from,.out-in-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}h2{font-weight:600;font-size:var(--font_25);font-family:Gilroy,sans-serif;line-height:2.26rem}h3{font-weight:700;font-size:var(--font_18);font-family:Gilroy,sans-serif;line-height:1.9rem}b{font-weight:600;text-decoration:underline}.button,.bordered-button,.default-dark-button,.landing-dark-button{cursor:pointer;height:50px;font-family:inherit;font-size:var(--font_16);text-align:center;-webkit-user-select:none;user-select:none;border-radius:3px;justify-content:center;align-items:center;padding:.875rem 2.3125rem;font-weight:400;line-height:1;transition:all ease-in-out;display:inline-flex}.button:hover,.bordered-button:hover,.default-dark-button:hover,.landing-dark-button:hover{font-weight:400}.button.loading.dark-loading:after,.loading.dark-loading.bordered-button:after,.loading.dark-loading.default-dark-button:after,.loading.dark-loading.landing-dark-button:after{border:2px solid rgb(var(--colors_black));border-bottom-color:#0000}.button.loading:after,.loading.bordered-button:after,.loading.default-dark-button:after,.loading.landing-dark-button:after{content:"";border:2px solid rgb(var(--colors_white));box-sizing:border-box;border-bottom-color:#0000;border-radius:50%;width:12px;min-width:12px;height:12px;min-height:12px;margin-left:5px;animation:1s linear infinite rotation;display:inline-block}.button.no-radius,.no-radius.bordered-button,.no-radius.default-dark-button,.no-radius.landing-dark-button{border-radius:0}.button.dark,.dark.bordered-button,.default-dark-button,.landing-dark-button{background:rgb(var(--colors_grey_28));color:rgb(var(--colors_white))}.button.dark:hover,.dark.bordered-button:hover,.default-dark-button:hover,.landing-dark-button:hover{background:rgb(var(--colors_white));color:rgb(var(--colors_grey_28))}.button.box-shadow,.box-shadow.bordered-button,.default-dark-button,.landing-dark-button{box-shadow:0 .625rem .375rem 0 rgba(var(--colors_black), .25)}.button.font-20,.font-20.bordered-button,.font-20.default-dark-button,.landing-dark-button{font-size:var(--font_20)}.button.font-18,.font-18.bordered-button,.font-18.default-dark-button,.font-18.landing-dark-button{font-size:var(--font_18)}.button.font-17,.bordered-button,.default-dark-button,.font-17.landing-dark-button{font-size:var(--font_17)}.button.font-15,.font-15.bordered-button,.font-15.default-dark-button,.font-15.landing-dark-button{font-size:var(--font_15)}.button.font-14,.font-14.bordered-button,.font-14.default-dark-button,.font-14.landing-dark-button{font-size:var(--font_14)}.button.font-12,.font-12.bordered-button,.font-12.default-dark-button,.font-12.landing-dark-button{font-size:var(--font_12)}.button.font-16,.font-16.bordered-button,.font-16.default-dark-button,.font-16.landing-dark-button{font-size:var(--font_16)}.button.size-72,.size-72.bordered-button,.size-72.default-dark-button,.landing-dark-button{height:72px;padding:24px 83px}@media screen and (width<=768px){.button.size-72,.size-72.bordered-button,.size-72.default-dark-button,.landing-dark-button{padding:26px 37px}}.button.full-width,.full-width.bordered-button,.full-width.default-dark-button,.full-width.landing-dark-button{width:100%}.button.font-light,.font-light.bordered-button,.font-light.default-dark-button,.font-light.landing-dark-button,.button.font-light:hover,.font-light.bordered-button:hover,.font-light.default-dark-button:hover,.font-light.landing-dark-button:hover{font-weight:300}.button.font-medium,.bordered-button,.font-medium.default-dark-button,.font-medium.landing-dark-button,.button.font-medium:hover,.bordered-button:hover,.font-medium.default-dark-button:hover,.font-medium.landing-dark-button:hover{font-weight:500}.button.font-bold,.font-bold.bordered-button,.font-bold.default-dark-button,.font-bold.landing-dark-button,.button.font-bold:hover,.font-bold.bordered-button:hover,.font-bold.default-dark-button:hover,.font-bold.landing-dark-button:hover{font-weight:700}.button.alt-font,.alt-font.bordered-button,.alt-font.default-dark-button,.landing-dark-button{font-family:Montserrat,sans-serif}.button.height-40,.height-40.bordered-button,.height-40.default-dark-button,.height-40.landing-dark-button{height:40px}.button.link,.link.bordered-button,.link.default-dark-button,.link.landing-dark-button{color:rgb(var(--colors_blue));font-weight:500}.landing-dark-button{pointer-events:all;font-weight:400}.default-dark-button:disabled{pointer-events:none;cursor:not-allowed;background:rgb(var(--colors_grey_88))}.default-dark-button.unavailable{color:rgb(var(--colors_grey_186));border:1px solid rgb(var(--colors_grey_186));background:rgb(var(--colors_white));box-shadow:0 4px 4px #00000040}.default-dark-button.unavailable:hover{color:rgb(var(--colors_grey_186));background:rgb(var(--colors_white));transform:none}.default-dark-button:hover{background:rgb(var(--colors_grey_28));color:rgb(var(--colors_white));transform:translateY(-2px)}.default-dark-button.light-hover:hover{transform:unset;background:rgb(var(--colors_white));color:rgb(var(--colors_grey_28))}.default-dark-button.no-shadow{box-shadow:unset}.bordered-button{border:1px solid rgb(var(--colors_black));height:37px;color:rgb(var(--colors_black));box-shadow:0 4px 4px #00000040}.bordered-button.red{border:1px solid rgb(var(--colors_red));color:rgb(var(--colors_red))}.bordered-button.light{box-shadow:none;background:rgb(var(--colors_white));white-space:nowrap;width:172px;height:41px;font-weight:400}.bordered-button.light.height-50{height:50px}.bordered-button.light.unset-width{width:unset}.bordered-button.light.small{padding:10px;font-size:12px}button.handle{color:rgb(var(--colors_blue));width:100%;font-weight:500}button.link{color:rgb(var(--colors_blue));text-align:right;font-weight:500}.page,.page .full-page-section{flex-direction:column;flex:1;display:flex}.client-interface-page{background-color:rgb(var(--colors_grey_234));border-radius:3px;flex:1;padding:32px 42px;position:relative}.client-interface-page .content-height{flex:unset}@media screen and (width<=768px){.client-interface-page{padding:16px 20px}}.client-interface-page h3.page-heading{font-size:var(--font_25);text-transform:uppercase;margin-bottom:24px}.manager-container{background:rgb(var(--colors_grey_240));width:100%;height:100%;min-height:calc(100vh - 157px);padding:30px 28px}.account-page{padding-top:40px}.application{flex-direction:column;height:100%;min-height:100vh;display:flex}.content{flex-direction:column;flex:1 0 auto;display:flex}footer{flex:none}.row{flex-direction:row;display:flex}.row .wrap{flex-wrap:wrap}.container{flex-direction:column;justify-content:flex-start;width:100%;max-width:1620px;margin:0 auto;padding:0 4rem;display:flex}@media screen and (width<=1780px){.container{max-width:1400px;padding:0 2rem}}@media screen and (width<=1580px){.container{max-width:1280px}}@media screen and (width<=1024px){.container{padding:0 2rem}}@media screen and (width<=360px){.container{padding:0 1rem}}.account-content-card{background:rgb(var(--colors_grey_240));border-radius:3px;width:100%;padding:32px 40px}@keyframes shine{to{background-position:right -40px top 0}}.skeleton-td{color:#0000;background-position:-40px 0;animation:1s infinite shine;background-color:unset!important;background-image:linear-gradient(90deg, rgba(var(--colors_white), 0), rgba(var(--colors_white), .5), rgba(var(--colors_white), 0))!important;background-repeat:no-repeat!important;background-size:100px 100%!important}.skeleton-td.dark{background-color:rgba(var(--colors_grey_243))!important}[data-skeleton-theme=light] td.skeleton-td,[data-skeleton-theme=light] .table-wrapper .skeleton-td,[data-skeleton-theme=light] .skeleton-td{color:#0000!important;background-color:#fff!important;background-image:linear-gradient(90deg,#0000,#00000014,#0000)!important;background-position:-40px 0!important;background-repeat:no-repeat!important;background-size:100px 100%!important;animation:1s infinite shine!important}[data-skeleton-theme=light] td.skeleton-td:before,[data-skeleton-theme=light] .skeleton-td:before{color:rgb(var(--colors_grey_26))!important}.skeleton{background-color:rgba(var(--colors_black), .06);background-image:linear-gradient(90deg, rgba(var(--color_white), 0), rgba(var(--color_white), .5), rgba(var(--color_white), 0));background-position:-40px 0;background-repeat:no-repeat;background-size:100px 100%;animation:4s infinite shine;display:flex}.skeleton.table{width:100%;height:50px;margin-bottom:1px}.skeleton.select{width:100%;height:52px}.table-link{font-size:var(--font_12);text-underline-offset:5px;cursor:pointer;display:inline}.table-link.blue{color:rgb(var(--colors_blue))}.table-link.underline{text-decoration:underline}.table-link.bold{font-weight:500}.table-link.uppercase{text-transform:uppercase}.table-link.lowercase{text-transform:lowercase}.table-link.capitalize{text-transform:capitalize}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}@media screen and (width<=1680px){html{font-size:12px}}@media screen and (width<=1280px){html{font-size:13px}}body{-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizelegibility;min-height:100vh;color:rgb(var(--colors_white));background:rgb(var(--colors_grey_18));font-family:Gilroy,sans-serif;overflow-x:hidden}picture{display:block}.application{width:100%}.ellipse{background-image:url(../../../images/main.webp);background-position-x:50%;background-repeat:no-repeat;background-size:3078px}button{font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.screen-black{background:rgb(var(--colors_black_20));padding:3rem 4rem}ul{list-style:none}.spinner-dual{border-radius:50%;width:72px;height:72px;animation:1s linear infinite rotate;position:relative}.spinner-dual:before,.spinner-dual:after{content:"";box-sizing:border-box;border:7.5px solid #fff;border-radius:50%;animation:2s linear infinite prixClipFix;position:absolute;inset:0}.spinner-dual:after{border-color:#ff3d00;inset:12px;transform:rotate3d(90,90,0,180deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}
