@charset "UTF-8";@font-face{font-family:TBWAGrotesk;src:url(/assets/TBWAGrotesk-Regular-ece8711e.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:TBWAGrotesk;src:url(/assets/TBWAGrotesk-Medium-15822217.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:TBWAGrotesk;src:url(/assets/TBWAGrotesk-SemiBold-641540dc.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:TBWAGrotesk;src:url(/assets/TBWAGrotesk-Bold-f2a7f687.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Regular"),local("Montserrat-Regular"),url(/assets/Montserrat-Regular-215a175c.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Medium"),local("Montserrat-Medium"),url(/assets/Montserrat-Medium-096f99e5.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(/assets/Montserrat-SemiBold-e4787999.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(/assets/Montserrat-Bold-c5cf5c12.woff) format("woff");font-weight:700;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}button{border:none;font-family:var(--base_font)}a{text-decoration:none}html{--bg: #060606;--bg_block: #0A0A0A;--bg_block2:#0D0D0D;--violet: #6C54F6;--lilac: #A295F6;--red: #DC3939;--yellow: #e1953a;--input: #121212;--btn: #171717;--btn_hover: #1e1e1e;--btn_active: var(--violet);--border_color: #2A2928;--double_btn: rgba(0, 0, 0, .2);--double_btn_hover: transparent;--disabled: #0E0E0E;--violet_hover: #7159f6;--violet_active: var(--btn);--gradient: linear-gradient(103deg, #B341C6 0%, #3F21F5 110%);--gradient_hover: linear-gradient(103deg, #D249E8 0%, #5B40FF 110%);--gradient_btn: linear-gradient(103deg, #B341C6 0%, #4623F2 50%, #B341C6 100%);--white20: rgba(255, 255, 255, .2);--white25: rgba(255, 255, 255, .25);--white30: rgba(255, 255, 255, .3);--white50: rgba(255, 255, 255, .5);--white70: rgba(255, 255, 255, .7);--white85: rgba(255, 255, 255, .85);--green75: rgba(44, 193, 103, .75);--red85: rgba(230, 52, 52, .85);--blue_indicator: #2D5BFB;--active: var(--green75);--error: var(--red85);--anim_func: ease-in-out;--anim_time: .25s;--anim_router_time: .25s;--sel_height: 44px;--btn_height: 48px;--padding-side: 38px;--base_font: Montserrat}html.landing{--base_font: TBWAGrotesk}html{font-size:calc(100vw / 1920);scroll-behavior:smooth}body{position:relative;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:1;color:#fff;background-color:var(--bg);overflow-x:hidden}.wrapper{position:relative;width:100%}.inner{width:100%;max-width:1410px;margin-left:auto;margin-right:auto}.template-wrapper{display:contents}.semibold{font-weight:600}.contents{display:contents}.black{color:#0c0c0c}.violet{color:var(--violet)}.pointer-events-none{pointer-events:none}@media (max-width: 1566px){.inner{max-width:100%;padding-left:78px;padding-right:78px}.desktoponly{display:none}}@media (max-width: 1199px){html{--sel_height: 48px}html{font-size:calc(100vw / 393);min-width:320px}}@media (max-width: 767px){.inner{padding-left:35px;padding-right:35px}}@media (max-width: 389px){html{--padding-side: 20px}}.fade-enter-active,.fade-leave-active{will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.fade-enter-from,.fade-leave-to{opacity:0}.router-enter-active,.router-leave-active{will-change:opacity;transition:opacity var(--anim_router_time) var(--anim_func)}.router-enter-from,.router-leave-to{opacity:0}.table-enter-active,.table-leave-active{transform-origin:0 0;transition:all var(--anim_time) var(--anim_func)}.table-enter-from,.table-leave-to{transform:scaleY(0)}.scalex-enter-active,.scalex-leave-active{will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.scalex-enter-from,.scalex-leave-to{transform:scaleX(0)}.scaley-enter-active,.scaley-leave-active{will-change:transform;transition:transform var(--anim_time) var(--anim_func);transform-origin:0 0}.scaley-enter-from,.scaley-leave-to{transform:scaleY(0)}.translatey-enter-active,.translatey-leave-active{will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.translatey-enter-from,.translatey-leave-to{transform:translateY(100%)}.translatex-enter-active,.translatex-leave-active{will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.translatex-enter-from,.translatex-leave-to{transform:translate(-100%)}.fadescalex-enter-active,.fadescalex-leave-active{will-change:opacity,transform;transition:all var(--anim_time) var(--anim_func)}.fadescalex-enter-from,.fadescalex-leave-to{opacity:0;transform:scaleX(0)}.underline{text-decoration:underline;transition:text-decoration-color linear .1s}.underline:hover{text-decoration-color:transparent}.gradient-mask{display:inline-block;background:linear-gradient(126deg,#B341C6 33%,#3F21F5 75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-underline{position:relative;display:inline-block}.gradient-underline:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#B341C6 0%,#3F21F5 100%)}.gradient-link{position:relative;display:block;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;transition:color var(--anim_func) var(--anim_time);z-index:10}.gradient-link:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;background-image:linear-gradient(103deg,#B341C6 0%,#3F21F5 110%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;opacity:0;transition:opacity var(--anim_func) var(--anim_time)}.gradient-link:hover{color:#fff0}.gradient-link:hover:after{opacity:1}.gradient-link:active{color:var(--violet)!important}.gradient-link:active:after{opacity:0}.gradient-logo{position:relative;background-color:transparent;background-image:var(--gradient);background-repeat:no-repeat;background-position:0 0;z-index:10;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.gradient-logo:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;background-repeat:no-repeat;background-position:0 0;background-size:cover;z-index:15;pointer-events:none;transition:background-color var(--anim_func) var(--anim_time)}.gradient-logo:hover:after{background-color:transparent}.gradient-logo:active:after{background-color:var(--violet)}.gradient-transparent-logo{position:relative;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;z-index:10;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.gradient-transparent-logo:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;pointer-events:none;z-index:11;opacity:1;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.gradient-transparent-logo:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;pointer-events:none;z-index:12;opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.gradient-transparent-logo:hover:before{opacity:0}.gradient-transparent-logo:active:before{opacity:0}.gradient-transparent-logo:active:after{opacity:1}@media (max-width: 1023px){.underline:hover{text-decoration-color:initial}.gradient-link:after{display:none}.gradient-link:hover{color:#fff}.gradient-logo:hover:after{background-color:#fff}.gradient-logo:active:after{background-color:var(--violet)}.gradient-transparent-logo{background-image:none}.gradient-transparent-logo:hover:before{opacity:1}.gradient-transparent-logo:active:before{opacity:0}.gradient-transparent-logo:active:after{opacity:1}}.ui__label{display:block;min-height:20px;margin-bottom:10px;font-weight:400;font-size:16px;line-height:20px;color:#fff3;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ui__label:first-letter{text-transform:uppercase}.ui__label.error{color:var(--red)}.ui-input-wrap{position:relative}.ui-input-wrap__label{position:absolute}.ui__input{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:60px;padding:0 16px;border:1px solid var(--border_color);border-radius:18px;background:#121212;outline:none;font-family:var(--base_font);font-weight:400;font-size:18px;line-height:24px;color:#ffffff40;transition:border-color var(--anim_time) linear,color var(--anim_time) linear,background-color var(--anim_time) linear}.ui__input::-webkit-inner-spin-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ui__input::placeholder{font-family:var(--base_font);font-weight:400;font-size:18px;line-height:24px;color:#ffffff40;transition:var(--anim_time)}.ui__input:focus{border-color:#484543;color:#ffffffbf;caret-color:#ffffffbf}.ui__input:focus::placeholder{opacity:0}.ui__input:disabled{border-color:transparent;color:#ffffff0d}.ui-digit-error{display:none;position:absolute;left:0;right:0;top:11px;font-size:16px;line-height:20px;color:var(--red);text-align:center}.ui-digit-error.js-show{display:block}.ui-digit-list{display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;padding:0 8px}.ui__digit{width:70px;height:70px;margin-right:16px;padding:0 20px;border:1px solid var(--border_color);border-radius:18px;background:#171717;outline:none;font-family:var(--base_font);font-weight:400;font-size:22px;line-height:24px;text-align:center;color:#ffffffbf;transition:border-color var(--anim_time) linear,color var(--anim_time) linear,background-color var(--anim_time) linear}.ui__digit:last-child{margin-right:0}.ui__digit::placeholder{font-family:var(--base_font);font-weight:400;font-size:22px;line-height:24px;color:#ffffff1a;transition:var(--anim_time) var(--anim_func)}.ui__digit:focus{border-color:#484543}.ui__digit:focus::placeholder{opacity:0}.ui__digit:disabled{border-color:transparent;color:#ffffff0d}.ui-digit-repeat{display:flex;flex-flow:row nowrap;justify-content:center;align-items:baseline;margin-top:20px}.ui-digit-repeat__link{font-size:16px;line-height:24px;color:#ffffff73;cursor:pointer;text-decoration:underline;transition:var(--anim_func) var(--anim_time)}.ui-digit-repeat__link:hover{text-decoration-color:transparent}.ui-digit-repeat__link.disabled{text-decoration-color:transparent;color:#ffffff40;pointer-events:none}.ui-digit-repeat__timer{display:inline-block;width:40px;margin-left:.5ch;font-size:16px;line-height:24px;color:#ffffff40}.ui__input:-webkit-autofill,.ui__input:-webkit-autofill:hover,.ui__input:-webkit-autofill:focus,.ui__input:-webkit-autofill:active,.ui__digit:-webkit-autofill,.ui__digit:-webkit-autofill:hover,.ui__digit:-webkit-autofill:focus{transition:background-color 5000000s ease-in-out 0s,color 5000000s ease-in-out 0s,font-size 5000000s ease-in-out 0s,font-family 5000000s ease-in-out 0s}.ui__input_number::-webkit-outer-spin-button,.ui__input_number::-webkit-innner-spin-button,.ui__digit::-webkit-outer-spin-button,.ui__digit::-webkit-inner-spin-button{-webkit-appearance:none}.ui__input_number,.ui__input_number:hover,.ui__input_number:focus,.ui__digit,.ui__digit:hover,.ui__digit:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.top-scroll{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:cover;cursor:pointer;z-index:300}.btn{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:62px;border:none;border-radius:18px;background-color:var(--btn);background-image:none;background-repeat:no-repeat;font-family:var(--base_font);font-weight:500;font-size:22px;line-height:24px;color:#fff;cursor:pointer;overflow:hidden;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func)}.btn>span{position:relative;display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;z-index:10}.btn:hover{background-color:var(--btn_hover)}.btn:active{background-color:var(--btn_active)}.btn:disabled{opacity:.75;pointer-events:none}.btn:disabled span{opacity:.25}.btn.btn_small{width:auto;height:40px;padding:0 46px;border-radius:12px;font-size:14px;line-height:15px}.btn.btn_small:after{border-radius:12px}.gradient-btn{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:62px;border:none;border-radius:18px;background-color:transparent;background-image:var(--gradient_btn);background-repeat:no-repeat;background-position:0 0;background-size:200% 100%;font-family:var(--base_font);font-weight:500;font-size:22px;line-height:24px;color:#fff;cursor:pointer;overflow:hidden;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:background-position;transition:background-position var(--anim_time) var(--anim_func)}.gradient-btn:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:18px;background:rgba(0,0,0,.15);opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func);pointer-events:none;z-index:15}.gradient-btn>span{position:relative;display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;z-index:10}.gradient-btn>span:before{content:"";display:inline-block;margin-right:10px;background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:contain}.gradient-btn_discord span:before{width:27px;height:19px}.gradient-btn:hover{background-position:100% 0}.gradient-btn:active{background-position:0 0}.gradient-btn:active:after{opacity:1}.gradient-btn:disabled{background-color:#171717;background-image:none;opacity:.75;pointer-events:none}.gradient-btn:disabled span{opacity:.45}.btn-loader-box{position:absolute;left:50%;top:50%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:baseline;transform:translate(-50%,-50%)}.btn-loader__text{font-size:22px;font-weight:500;line-height:24px;color:#ffffffa6}.btn-loader-dots{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end}.btn-loader-dots>span{display:block;margin-left:3px;font-size:22px;font-weight:500;line-height:24px;color:#ffffffa6;animation:btnLoader 1s ease-in-out infinite}.btn-loader-dots>span:nth-child(2){animation-delay:-.85s}.btn-loader-dots>span:nth-child(3){animation-delay:-.7s}@keyframes btnLoader{0%,60%,to{transform:none}30%{transform:translateY(-5px)}}@media (max-width: 1199px){.ui__label{font-size:14px}.ui__input{height:52px;padding:0 22px;font-size:16px;line-height:16px;border-radius:15px;background-color:#12121299}.ui__input:focus{background-color:#121212bf}.ui__input::placeholder{font-size:16px;line-height:16px}.ui-digit-error{top:1px}.ui-digit-list{margin:0 -36px;padding-left:0;padding-right:0}.ui__digit{width:calc(5300vw / 360);max-width:53px;height:56px;padding:0;margin-right:8px;background:rgba(23,23,23,.6)}.ui__digit:last-child{margin-right:0}.ui-digit-repeat__link{font-size:14px;transition:none}.ui-digit-repeat__link:hover{text-decoration-color:#ffffff73}.ui-digit-repeat__timer{width:36px}.btn{height:var(--btn_height);border-radius:15px;font-size:16px}.btn:after{display:none}.gradient-btn{height:var(--btn_height);border-radius:15px;font-size:16px}.gradient-btn:after{border-radius:15px}.gradient-btn:hover{background-position:0 0}.gradient-btn_discord span:before{width:24px;height:16px}.btn-loader__text{font-size:16px}.btn-loader-dots>span{margin-left:1px;font-size:16px}@keyframes btnLoader{0%,60%,to{transform:none}30%{transform:translateY(-4px)}}.top-scroll{bottom:14px;right:14px}}input[type=checkbox]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--btn);margin:0;padding:0;font:inherit;width:20px;height:20px;border:1px solid rgba(42,41,40,.35);border-radius:6px;outline:none;overflow:hidden;transition:all var(--anim_time) var(--anim_func);flex-shrink:0}input[type=checkbox]:checked{border-color:transparent;background-color:var(--violet)}input[type=checkbox]:before{content:"";position:absolute;width:100%;height:100%;background-color:var(--violet);background-repeat:no-repeat;background-position:50% 50%;background-size:12px 10px;opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}input[type=checkbox]:checked:before{opacity:1}input[type=checkbox].rounded{border-radius:10px}input[type=radio]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;padding:0;font:inherit;width:22px;height:22px;border:2px solid rgba(255,255,255,.25);border-radius:11px;outline:none;overflow:hidden;transition:all var(--anim_time) var(--anim_func)}input[type=radio]:checked{border-color:transparent;background-color:var(--violet)}input[type=radio]:before{content:"";position:absolute;width:100%;height:100%;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:12px 10px;opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}input[type=radio]:checked:before{opacity:1}.ml-table-checkbox{position:relative;display:block;width:24px;height:24px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ml-table-checkbox__input{display:block;width:100%;height:100%;padding:0;margin:0;opacity:0}.ml-table-checkbox__el{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-radius:50%;background-color:#ffffff0d;transition:all var(--anim_time) var(--anim_func)}.ml-table-checkbox__input:checked~.ml-table-checkbox__el{border-color:var(--violet);background-color:var(--white85)}.ml-ui__label-wrapper{display:flex;justify-content:space-between;white-space:nowrap}.ml-ui__label{display:block;min-height:17px;margin-bottom:4px;font-weight:400;font-size:14px;line-height:17px;color:var(--white20);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ml-ui__label:first-letter{text-transform:uppercase}.ml-ui__label.error{color:var(--red)}.ml-ui__label__max{cursor:pointer;color:var(--violet);font-size:14px;transition:opacity .3s}.ml-ui__label__max:hover{opacity:.7}.ml-ui-input-wrap{position:relative}.ml-ui-input-wrap__label{position:absolute}.ml-ui__input{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:var(--sel_height);padding:0 22px;border:none;border-radius:14px;background:var(--input);outline:none;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white85);resize:none;transition:color var(--anim_time) linear,background-color var(--anim_time) linear}.ml-ui__input::-webkit-inner-spin-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ml-ui__input::placeholder{font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white25);transition:var(--anim_time)}.ml-ui__input:focus{outline:none;caret-color:var(--white85)}.ml-ui__input:focus::placeholder{opacity:0}.ml-ui__input:disabled{background-color:var(--disabled);color:var(--white85)}.ml-ui__input_textarea{height:116px;padding:10px 22px;line-height:24px}.ml-ui__input.ml-ui__input_textarea::placeholder{line-height:24px}.ml-ui-inputbtn{position:relative}.ml-ui-inputbtn .ml-ui__input{padding-right:64px;text-overflow:ellipsis}.ml-ui-inputbtn__btn{position:absolute;top:0;right:0;width:64px;height:var(--sel_height);border:none;outline:none;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white85);background-color:var(--double_btn);background-repeat:no-repeat;background-position:center center;border-radius:0 14px 14px 0;overflow:hidden;z-index:10;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;transition:background-color var(--anim_func) var(--anim_time),opacity var(--anim_func) var(--anim_time)}.ml-ui-inputbtn__btn:hover{background-color:var(--double_btn_hover)}.ml-ui-inputbtn__btn.js-active,.ml-ui-inputbtn__btn:active{background-color:var(--violet)}.ml-ui-inputbtn__btn:disabled{opacity:.5;cursor:default;background-color:var(--double_btn)}.ml-digit-error{display:none;position:absolute;left:0;right:0;top:11px;font-size:16px;line-height:20px;color:var(--red);text-align:center}.ml-ui-digit-error.js-show{display:block}.ml-ui-digit-list{display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;padding:0 8px}.ml-ui__digit{width:44px;height:44px;margin-right:16px;padding:0;border:1px solid transparent;border-radius:14px;background:var(--input);outline:none;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;text-align:center;color:var(--white85);transition:border-color var(--anim_time) linear,color var(--anim_time) linear,background-color var(--anim_time) linear}.ml-ui__digit:last-child{margin-right:0}.ml-ui__digit::placeholder{font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white25);transition:var(--anim_time) var(--anim_func)}.ml-ui__digit:focus::placeholder{opacity:0}.ml-ui__digit:disabled{background-color:var(--disabled);color:var(--white85)}.ml-ui-digit-repeat{display:flex;flex-flow:row nowrap;justify-content:center;align-items:baseline;margin-top:20px}.ml-ui-digit-repeat__link{font-size:16px;line-height:24px;color:#ffffff73;cursor:pointer;text-decoration:underline;transition:var(--anim_func) var(--anim_time)}.ml-ui-digit-repeat__link:hover{text-decoration-color:transparent}.ml-ui-digit-repeat__link.disabled{text-decoration-color:transparent;color:#ffffff40;pointer-events:none}.ml-ui-digit-repeat__timer{display:inline-block;width:40px;margin-left:.5ch;font-size:16px;line-height:24px;color:#ffffff40}.ml-ui__input:-webkit-autofill,.ml-ui__input:-webkit-autofill:hover,.ml-ui__input:-webkit-autofill:focus,.ml-ui__input:-webkit-autofill:active,.ml-ui__digit:-webkit-autofill,.ml-ui__digit:-webkit-autofill:hover,.ml-ui__digit:-webkit-autofill:focus{transition:background-color 5000000s ease-in-out 0s,color 5000000s ease-in-out 0s,font-size 5000000s ease-in-out 0s,font-family 5000000s ease-in-out 0s}.ml-ui__input_number::-webkit-outer-spin-button,.ml-ui__input_number::-webkit-innner-spin-button,.ml-ui__digit::-webkit-outer-spin-button,.ml-ui__digit::-webkit-inner-spin-button{-webkit-appearance:none}.ml-ui__input_number,.ml-ui__input_number:hover,.ml-ui__input_number:focus,.ml-ui__digit,.ml-ui__digit:hover,.ml-ui__digit:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.ml-btn{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:var(--btn_height);border:none;border-radius:18px;background-color:var(--btn);background-image:none;background-repeat:no-repeat;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white85);cursor:pointer;overflow:hidden;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func)}.ml-btn>span{position:relative;display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;z-index:10;will-change:color;transition:color var(--anim_time) var(--anim_func)}.ml-btn>span:before{will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.ml-btn:hover{background-color:var(--btn_hover)}.ml-btn:active{background-color:var(--btn_active)}.ml-btn:disabled,.tablepanel__btn.ml-btn:disabled{color:var(--white25);background-color:var(--disabled);pointer-events:none}.ml-btn:disabled span:before,.tablepanel__btn.ml-btn:disabled span:before{opacity:.3}.ml-btn.ml-btn_violet{background-color:var(--violet)}.ml-btn.ml-btn_violet:hover{background-color:var(--violet_hover)}.ml-btn.ml-btn_violet:active{background-color:var(--violet_active)}.ml-btn.ml-btn_small{width:auto;height:36px;padding:0 28px}.icon-btn{display:inline-block;width:38px;height:38px;position:relative;border:none;border-radius:12px;background-color:var(--btn);background-repeat:no-repeat;background-position:center center;background-size:auto;cursor:pointer;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func)}.icon-btn:hover{background-color:var(--btn_hover)}.icon-btn:active{background-color:var(--btn_active)}.icon-btn:disabled{color:var(--white25);background-color:var(--disabled);pointer-events:none}.icon-btn.js-active{background-color:var(--btn_active)}.icon-btn_yes.js-active{background-color:var(--green75)}.icon-btn_no.js-active{background-color:var(--red85)}.icon-btn_freeze.js-active{background-color:var(--blue_indicator)}.icon-btn_dollar.js-active{background-color:var(--green75)}.edit-admin-btn{flex:0 0 auto;display:inline-block;width:16px;height:16px;margin-left:10px;border:none;background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:16px 16px;cursor:pointer;z-index:5;opacity:.2;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.editable-input{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;overflow:hidden}.editable-input__btn{flex:0 0 auto}.editable-input__text{flex:0 0 auto;margin-left:16px;font-weight:600;font-size:22px;line-height:22px;color:#fff}.editable-input__el{flex:0 1 auto;display:inline-block;width:134px;margin-left:16px;padding:0;border:none;outline:none;font-family:var(--base_font);font-weight:600;font-size:22px;line-height:22px;color:#fff;background:transparent}.editable-input__el::placeholder{font-weight:400;color:#ffffff1a}.ml-gradient-btn{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:var(--btn_height);border:none;border-radius:18px;background-color:transparent;background-image:var(--gradient_btn);background-repeat:no-repeat;background-position:0 0;background-size:200% 100%;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white85);cursor:pointer;overflow:hidden;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:background-position;transition:background-position var(--anim_time) var(--anim_func)}.ml-gradient-btn:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:18px;background:rgba(0,0,0,.15);opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func);pointer-events:none;z-index:15}.ml-gradient-btn>span{position:relative;display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;z-index:10}.ml-gradient-btn>span:before{content:"";display:inline-block;margin-right:10px;background-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:contain}.ml-gradient-btn_discord span:before{width:27px;height:19px}.ml-gradient-btn:hover{background-position:100% 0}.ml-gradient-btn:active{background-position:0 0}.ml-gradient-btn:active:after{opacity:1}.ml-gradient-btn:disabled{background-color:#171717;background-image:none;opacity:.75;pointer-events:none}.ml-gradient-btn:disabled span{opacity:.45}.ml-btn .btn-loader__text{font-size:16px;font-weight:400;line-height:16px;color:var(--white85)}.ml-btn .btn-loader-dots>span{display:block;margin-left:3px;font-size:16px;font-weight:400;line-height:16px;color:var(--white85);animation:mlBtnLoader 1s ease-in-out infinite}.ml-btn .btn-loader-dots>span:nth-child(2){animation-delay:-.85s}.ml-btn .btn-loader-dots>span:nth-child(3){animation-delay:-.7s}@keyframes mlBtnLoader{0%,60%,to{transform:none}30%{transform:translateY(-4px)}}.help-btn{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.help-btn svg{margin:0 8px 0 10px;cursor:pointer}.help-btn svg path{fill-opacity:.25;will-change:fill-opacity;transition:fill-opacity var(--anim_func) var(--anim_time)}.help-btn span{font-size:18px;line-height:24px;color:var(--white25);will-change:color;transition:color var(--anim_func) var(--anim_time)}.help-btn:hover svg path{fill-opacity:.5}.help-btn:hover span{color:var(--white50)}@media (max-width: 1199px){.ml-ui__input_mob-textarea{height:68px;padding:10px 22px;line-height:24px}.ml-ui__input.ml-ui__input_mob-textarea::placeholder{line-height:24px}.ml-btn .btn-loader__text{font-size:16px}.ml-btn .btn-loader-dots>span{margin-left:1px;font-size:16px}.ml-btn.ml-btn_small{padding:0}.editable-input__text,.editable-input__el{width:calc(100% - 54px)}}*::-webkit-scrollbar,html *::-webkit-scrollbar{display:none}.add-scrollbar-x{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--violet) transparent}.add-scrollbar-x::-webkit-scrollbar{display:block;height:4px}.add-scrollbar-x::-webkit-scrollbar-track{background:transparent;border-radius:0}.add-scrollbar-x::-webkit-scrollbar-thumb{background-color:var(--violet);border-radius:0;border:none}.add-scrollbar-x::-webkit-scrollbar-thumb:hover{background-color:var(--violet)}.add-scrollbar-y,.select-el.js-open .select-list{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--violet) transparent}.add-scrollbar-y::-webkit-scrollbar,.select-el.js-open .select-list::-webkit-scrollbar{display:block;width:4px}.add-scrollbar-y::-webkit-scrollbar-track,.select-el.js-open .select-list::-webkit-scrollbar-track{background:transparent;border-radius:0}.add-scrollbar-y::-webkit-scrollbar-thumb,.select-el.js-open .select-list::-webkit-scrollbar-thumb{background-color:var(--violet);border-radius:0;border:none}.add-scrollbar-y::-webkit-scrollbar-thumb:hover,.select-el.js-open .select-list::-webkit-scrollbar-thumb:hover{background-color:var(--violet)}.ml-ui__input_textarea,.ml-ui__input_textarea-notification{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--violet) transparent}.ml-ui__input_textarea::-webkit-scrollbar,.ml-ui__input_textarea-notification::-webkit-scrollbar{display:block;width:12px}.ml-ui__input_textarea::-webkit-scrollbar-track,.ml-ui__input_textarea-notification::-webkit-scrollbar-track{background:transparent;border-radius:0}.ml-ui__input_textarea::-webkit-scrollbar-thumb,.ml-ui__input_textarea-notification::-webkit-scrollbar-thumb{background-image:linear-gradient(to right,var(--violet) 0 4px,transparent 4px 12px);border-radius:0;border:none}.ml-ui__input_textarea::-webkit-scrollbar-thumb:hover,.ml-ui__input_textarea-notification::-webkit-scrollbar-thumb:hover{background-image:linear-gradient(to right,var(--violet) 0 4px,transparent 4px 12px)}.api-msg{position:fixed;bottom:20px;right:20px;width:342px;padding:28px var(--padding-side) 28px var(--padding-side);border-radius:18px;border:1px solid rgba(42,41,40,.35);background:var(--bg_block2);z-index:150;transform:translateY(calc(100% + 40px));will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.api-msg.js-show{transform:translateY(0)}.api-msg__close{position:absolute;top:10px;right:10px;width:38px;height:38px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:14px 14px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.api-msg-header{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start}.api-msg__icon{flex:0 0 auto;display:inline-block;width:22px;height:24px;margin-right:1ch;background-color:transparent;background-repeat:no-repeat;background-position:0 1px}.api-msg__title{flex:0 1 auto;font-weight:500;font-size:22px;line-height:24px;color:var(--white85)}.api-msg__title:first-letter{text-transform:uppercase}.api-msg__text{display:block;margin-top:18px;font-size:14px;line-height:22px;color:#ffffff8c;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}.api-msg__btn{margin-top:18px}@media (max-width: 1199px){.api-msg{left:20px;width:auto}}.confirm{position:absolute;top:0;left:0;width:100%;height:38px;background:var(--bg_block);z-index:16}.confirm-wrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:100%}.confirm__text{flex:0 0 auto;font-weight:400;font-size:16px;line-height:1;color:#ffffff80}.confirm__icon{flex:0 0 auto;display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:17px;height:17px;border-radius:4px;background-color:transparent;cursor:pointer;will-change:background-color;transition:background-color var(--anim_func) var(--anim_time)}.confirm__icon svg{width:13px;height:13px;object-fit:contain;object-position:center}.confirm__icon svg path{transition:all var(--anim_func) var(--anim_time)}.confirm__icon:hover{background-color:#ffffff0d}.confirm__icon:hover svg path{stroke:var(--violet);stroke-opacity:1}.confirm__icon:active{background-color:#ffffff1a}.confirm__icon:active svg path{stroke:var(--violet);stroke-opacity:1}@media (max-width: 1199px){.confirm{height:70px;background:var(--bg)}.confirm-wrap{justify-content:center}.confirm-mob__btn{flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:42px;padding:0 24px;border-radius:15px;font-weight:400;font-size:18px;line-height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.confirm-mob__btn.confirm-no{color:#ffffff80;background:rgba(255,255,255,.05)}.confirm-mob__btn.confirm-yes{color:#fff;background:var(--violet)}.confirm-mob__icon{flex:0 0 auto;margin:0 18px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}}.select{width:auto;min-width:100px}.select__label{margin-bottom:4px;font-size:14px;line-height:17px;color:#fff3}.select-wrap{position:relative;width:100%;height:var(--sel_height);outline:none}.select-el{position:absolute;width:100%;height:var(--sel_height);border-radius:14px;overflow:hidden;outline:none;will-change:height;transition:height var(--anim_func) var(--anim_time),border-color var(--anim_func) var(--anim_time);z-index:50}.select-el.js-open{box-shadow:0 2px 5px #10182840;z-index:60}.select-el.js-open .select-list{overflow-y:auto}.select-el:after{content:"";position:absolute;right:22px;top:16px;width:12px;height:12px;background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:contain;z-index:10;pointer-events:none;will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.select-el.js-open:after{transform:rotate(90deg)}.select-value{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:var(--sel_height);padding:0 56px 0 22px;background-color:var(--btn);font-weight:500;font-size:16px;line-height:16px;color:var(--white85);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;overflow:hidden;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.select-value:hover{background-color:var(--btn_hover)}.select-list{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:4px;max-height:236px;overflow:hidden;background:var(--btn)}.select-list.select-list_default{padding-top:4px;max-height:240px}.select-item{order:1;flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:var(--sel_height);padding:0 56px 0 22px;background-color:transparent;border-radius:14px;cursor:pointer;overflow:hidden;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.select-list_default .select-item{padding:0 18px 0 22px}.select-item:hover{background-color:var(--btn_hover)}.select-item.js-active{background-color:var(--violet)}.select-item.js-chosen{order:0}.select-item__empty-text{color:var(--white25)}.select-item-multiwords{display:contents}.select-item_multiwords .select-item-multiwords{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;overflow:hidden}.select-item__begin{flex:0 0 auto;font-size:16px;line-height:16px;color:var(--white85)}.select-item__title{flex:0 0 auto;max-width:100%;font-weight:500;font-size:16px;line-height:16px;color:var(--white85);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select-item__title.select-item__title_red{color:var(--red85)}.select-item__title.select-item__title_green{color:var(--green75)}.select-item__end{flex:0 0 auto;font-size:16px;line-height:16px;color:var(--white85)}.select-el.select-calendar-el:after{transform:translate(-60px)}.select-el.select-calendar-el.js-open:after{transform:translate(-60px) rotate(90deg)}.select-calendar-el__btn{position:absolute;right:0;top:0;width:64px;height:var(--sel_height);background-color:var(--double_btn);background-repeat:no-repeat;background-position:center center;background-size:19px 19px;z-index:10;cursor:pointer;transform-origin:right;will-change:transform;transition:background-color var(--anim_func) var(--anim_time),transform var(--anim_func) var(--anim_time);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.select-calendar-el__btn:hover{background-color:var(--double_btn_hover)}.select-calendar-el__btn.js-open{background-color:var(--violet)}.select-el.select-calendar-el.js-hide-calbtn:after{transform:translate(0)}.select-el.select-calendar-el.js-open.js-hide-calbtn:after{transform:translate(0) rotate(90deg)}.select-calendar-el.js-hide-calbtn .select-calendar-el__btn{transform:scaleX(0)}.select-calendar{position:absolute;width:100%;top:52px;padding:20px;border-radius:18px;border:1px solid var(--border_color);background:var(--bg_block);z-index:60}.calendar__val{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin-bottom:20px;padding:12px;border-radius:18px;background:rgba(255,255,255,.02);font-weight:500;font-size:18px;line-height:20px;color:#ffffffbf}.select-el.disabled{pointer-events:none}.select-el.disabled:after{display:none}.select-el.disabled .select-item,.select-el.disabled .select-value{background-color:var(--disabled)}.select-sublist{position:absolute;width:380px;left:calc(100% + 8px);border-radius:14px;overflow:hidden;outline:none;background:var(--btn);box-shadow:0 2px 5px #10182840;z-index:40;transition:top var(--anim_func) var(--anim_time)}.select-sublist_customer{top:48px}.select-sublist_merchant,.select-wrap_tree.js-active-user .select-sublist_customer{top:96px}.select-wrap_tree.js-active-user .select-sublist_merchant{top:144px}.select-item_tree.js-open{background-color:var(--violet);background-repeat:no-repeat;background-position:right 20px top 50%}.select-el.select-el_tree.js-duration{transition:height var(--anim_func) var(--anim_time) var(--anim_time),border-color var(--anim_func) var(--anim_time)}.select-sublist-search .ml-ui__input{border-radius:14px 14px 0 0}.select-item-justify{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:100%;overflow:hidden}.select-item__checkbox{margin-left:10px;opacity:0;pointer-events:none;will-change:opacity;transition:opacity var(--anim_func) var(--anim_time)}.select-el_multiple.js-open .select-item__checkbox{opacity:1;pointer-events:all}.select-el.select-el_rates{background:var(--bg_block)}.select-el.select-el_rates.js-open{height:288px}.select-value.select-value_rates{display:block;line-height:var(--sel_height);border-radius:14px 14px 0 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func),color var(--anim_time) var(--anim_func)}.select-el.js-open .select-value.select-value_rates{color:var(--violet)}.select-value-rate:after{content:", "}.select-value-rate:last-child:after{display:none}.select-list.select-list_rates{max-height:192px;border-radius:0 0 14px 14px}.select-item.select-item_rates{padding:0 22px}.select-item__checkbox_rates{margin-left:10px}.select-rates-btnwrap{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:4px;margin-top:4px}@media (max-width: 1199px){.select-list{max-height:260px}.select-list{max-height:256px}.select-el{box-sizing:content-box;border:1px solid transparent}.select-el.js-open{border-color:var(--border_color)}.select-el:after{top:18px}.select-wrap.select-wrap_tree{height:auto}.select-el.select-el_tree{position:relative}.select-sublist{position:static;width:100%;left:auto;box-shadow:none;margin-top:10px}.select-item.select-item_tree.js-open{background-image:none}.select-el.select-el_rates.js-open{height:292px}}.vc-popover-content-wrapper{position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:#ffffffb3;font-weight:500;outline:none;z-index:10;padding:20px;border-radius:18px;border:1px solid var(--border_color);background:var(--bg_block)}.vc-popover-content.direction-bottom{margin-top:10px}.vc-popover-content.direction-top{margin-bottom:10px}.vc-popover-content.direction-left{margin-right:8px}.vc-popover-content.direction-right{margin-left:8px}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:30px}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:18px}.vc-popover-caret.align-top{top:8px}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:8px}.vc-day-popover-row{display:flex;align-items:center;transition:all .13s ease-in}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:all .13s ease-in}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:max-content;margin-left:4px;margin-right:4px;font-size:12px;line-height:1.5}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:0;align-items:center;padding:12px 24px 10px}.vc-header.is-lg{font-size:18px}.vc-header.is-xl{font-size:20px}.vc-header.is-2xl{font-size:24px}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:flex;align-items:center;border:0;border-radius:0;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{height:40px;background-color:transparent;color:var(--white85);font-family:TBWA Grotesk;font-size:16px;font-weight:400;line-height:20px}.vc-header .vc-arrow{display:flex;justify-content:center;align-items:center;color:#fff;font-size:0;width:40px;height:40px;margin:0;padding:0;border-radius:8px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;transition:background-color var(--anim_time) var(--anim_func)}.vc-header .vc-arrow svg{display:none}.vc-header .vc-arrow:hover{background-color:#ffffff0d}.vc-header .vc-arrow:active{background-color:#ffffff1a}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-weight:500;font-size:18px;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;border:0;border-radius:8px;white-space:nowrap;color:#ffffffb3;background-color:transparent}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:#ffffff0d}.vc-nav-title:active,.vc-nav-arrow:active,.vc-nav-item:active{background-color:#ffffff1a}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:#f1f5f9;font-weight:700;line-height:1.375;height:30px;padding:0 6px}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;color:#cbd5e1;width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:600;line-height:1.375;padding:6px 0}.vc-nav-item.is-active{color:var(--white85);background-color:var(--violet);font-weight:700}.vc-nav-item.is-active:not(:focus){box-shadow:none}.vc-nav-item.is-current{color:var(--violet)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-day.is-today{color:var(--violet)}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0% 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;width:100%;height:46px;font-weight:400;font-size:16px;line-height:16px;border-radius:8px;-webkit-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--btn_hover)}.vc-day-content.vc-disabled{color:#475569}.vc-content:not(.vc-base){font-weight:700;color:#64748b}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:100%;height:46px}.vc-highlight-bg-solid{background-color:var(--violet);border-radius:8px}.vc-highlight-content-solid{color:var(--white85);font-weight:700}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:-26px}.vc-weeknumber.is-right{right:-26px}.vc-weeknumber.is-left-outside{left:-34px}.vc-weeknumber.is-right-outside{right:-34px}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:500;font-style:italic;width:28px;height:28px;margin-top:2px;color:#475569;-webkit-user-select:none;user-select:none}.vc-weeks{position:relative;padding:20px 12px 16px;-webkit-overflow-scrolling:touch}.vc-weeks.vc-show-weeknumbers-left{margin-left:26px}.vc-weeks.vc-show-weeknumbers-right{margin-right:26px}.vc-weekday{text-align:center;color:#ffffff40;font-family:TBWA Grotesk;font-size:16px;font-weight:400;line-height:20px;cursor:default;-webkit-user-select:none;user-select:none}.vc-weekdays{padding-bottom:20px}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{position:relative;width:100%}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:12px;font-weight:500}.vc-day-popover-header{font-size:12px;color:#cbd5e1;font-weight:600;text-align:center}.vc-base-select{position:relative;display:flex;justify-content:center;align-items:center;height:30px;font-size:16px;font-weight:500}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:16px;font-weight:500;color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:inline-flex;justify-content:center;color:#e2e8f0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#334155;border-radius:.25rem;height:30px;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:#475569}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid #334155}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:14px;font-weight:600;text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:#334155;border-radius:.375rem;border:1px solid #64748b}.vc-time-select-group .vc-base-icon{margin-right:4px;color:#94a3b8}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:#94a3b8}.vc-time-month{color:#94a3b8;margin-left:8px}.vc-time-day{color:#94a3b8;margin-left:4px}.vc-time-year{color:#94a3b8;margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:opacity .15s ease;transition:transform .15s ease,opacity .15s ease;backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{transform:translate(22px)}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{transform:translate(-22px)}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{transform:translateY(22px)}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{transform:translateY(-22px)}.vc-focus:focus-within{outline:0;box-shadow:none}.vc-container{position:relative;display:inline-flex;width:100%;height:max-content;font-family:var(--base_font);color:var(--white85);border-radius:18px;background-color:#ffffff05;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:transparent;border-radius:18px}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:#ffffff05}.vc-date-picker-content .vc-container{border:0}.vc-day>.vc-highlights+.vc-day-content{pointer-events:none}@media (max-width: 1199px){.calendar .vc-pane{min-width:240px}.calendar .vc-weeks{padding:0 12px 6px}.calendar .vc-day-content:hover{background-color:transparent}}.table{display:table;min-width:100%;margin-top:24px;transform-origin:0 0;will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.table.js-animate{transform:scaleY(0)}.table-head{display:table-header-group}.table-head-cell{display:table-cell;vertical-align:middle;padding:6px 20px 12px;font-size:16px;line-height:20px;white-space:nowrap;color:var(--white25);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.table-head-cell.table-head-cell_empty{padding:0}.table-head-cell:after{content:"";display:inline-block;width:12px;height:8px;margin-left:10px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain;will-change:transform;transition:transform var(--anim_time) var(--anim_func)}.table-head-cell.table-head-cell_empty:after,.table-head-cell.table-head-cell_check:after,.table-head-cell.table-head-cell_btns:after,.table-head-cell.table-head-cell_nosort:after{display:none}.table-head-cell.js-active{color:var(--white85)}.table-head-cell.js-decrease:after{transform:scaleY(-1)}.table-head-cell.table-head-cell_check{position:relative}.table-head-cell.table-head-cell_check:before{content:"";position:absolute;top:-24px;bottom:0;left:0;right:0}.table-body{display:table-row-group}.table-row{display:table-row}.table-row:nth-child(2n){background-color:#ffffff05}.table-row.js-selected{background-color:#ffffff0d}.table-row.table-row_empty{background-color:transparent}.table-row.table-row_empty .table-cell{color:var(--white25)}.table-cell{display:table-cell;width:auto;max-width:400px;padding:20px;font-size:18px;line-height:20px;color:var(--white70);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-cell.table-cell_empty{width:10%;padding:0}.table-cell:first-child{border-radius:18px 0 0 18px}.table-cell:last-child{border-radius:0 18px 18px 0}.table-cell_id.table-cell{font-size:16px}.table-cell.table-cell_check{width:64px}.table-cell .table-date{display:inline-block}.table-cell .table-time{display:inline-block;margin-left:1ch}.table-cell-status-box{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.table-cell-status-box span{display:inline-block}.table-cell-status-box span:first-letter,.table-cell-status-box a:first-letter{text-transform:uppercase}.table-cell-status-box svg{margin-left:10px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.table-cell-status-box__icon{position:relative;height:18px;width:18px;margin-bottom:2px;margin-left:6px}.table-cell-status-box__icon svg{position:absolute;top:50%;left:50%;width:38px;height:38px;margin-top:-19px;margin-left:-19px;padding:10px}.table-cell-status-box__icon svg.icon-link{top:calc(50% + 1px)}.table-cell-status-box__icon svg path{will-change:fill-opacity;transition:fill-opacity var(--anim_time) var(--anim_func)}.table-cell-status-box__icon svg:hover path{fill-opacity:.3}.table-cell_status.process,.table-cell_status.Pending,.table-cell_status.Low_Funds,.table-cell_status.Queued,.table-cell_status.Queued_Deferred{color:var(--yellow)}.table-cell_status.under_verify,.table-cell_status.Created,.table-cell_status.TwoFA,.table-cell_status.Cancelled{color:var(--blue_indicator)}.table-cell_status.completed,.table-cell_status.Completed,.table-cell_status.Complete,.table-cell_status.completed .table-cell-status__icon,.table-cell_status.Completed .table-cell-status__icon,.table-cell_status.Complete .table-cell-status__icon,.table-cell_status.Active{color:var(--active)}.table-cell_status.rejected,.table-cell_status.failed,.table-cell_status.Expired,.table-cell_status.Error,.table-cell_status.Invalid,.table-cell_status.Disabled,.table-cell_status.Invalid_Proxy,.table-cell_status.Locked{color:var(--error)}.table-head-cell_right,.table-cell_right{text-align:right}.table-cell_btns{padding-top:0;padding-bottom:0}.table-cell_btns .table-cell__btn:not(:first-child){margin-left:8px}.table-cell-copy{height:20px;max-width:22vw;overflow:hidden}.table-cell-copy__val{display:inline-block;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}.table-cell-copy svg{display:inline-block;margin-left:10px;transform:translateY(-2px);cursor:pointer}.table .tablepanel__empty{position:relative;text-align:left;overflow:visible}.table .tablepanel__empty span{position:absolute;left:20px;top:20px;font-size:18px;line-height:20px;color:var(--white25);background-color:var(--bg_block)}.table-cell.table-icon{min-height:20px;padding-right:50px;background-color:transparent;background-repeat:no-repeat;background-position:right 20px top 19px;background-size:20px 20px}.table-cell_actions{display:flex;gap:8px}.table-cell__action-button{display:flex;align-items:center;justify-content:center;background:#171717;border-radius:12px;border:none;width:38px;height:38px;cursor:pointer;transition:opacity .3s}.table-cell_actions:not(.table-cell_actions__approved,.table-cell_actions__rejected) .table-cell__action-button:hover{opacity:.5}.table-cell__action-button svg{display:block}.table-cell_actions__approved .table-cell__action-button__approve{background:#2cc167}.table-cell_actions__rejected .table-cell__action-button__reject{background:#E63434D9}.table-cell_actions__approved,.table-cell_actions__rejected{opacity:.25}.table.loading{opacity:.5}@media (max-width: 1566px){.table-wrap{width:calc(100vw - 341px);padding-bottom:8px}}@media (max-width: 1199px){.table-wrap{order:0;width:100%;padding:20px 0 8px}.table{margin:0 12px}.table-head-cell{font-size:14px}.table-cell{padding:14px 20px;font-size:14px}.table-cell_id.table-cell{font-size:14px}.table-topup .table-head-cell,.table-topup .table-cell{min-width:auto}.table .tablepanel__empty span{top:14px;font-size:16px}.table-cell-copy{max-width:150px}.table-head-cell.table-head-cell_check:before{top:-20px}.table-cell.table-icon{background-position:right 20px top 13px}}.pagenator{flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.pagenator__btn{flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:37px;height:40px;margin:0 6px;border:none;border-radius:8px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:auto 15px;font-family:var(--base_font);font-weight:500;font-size:20px;line-height:20px;color:#fff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;will-change:background-color;transform:background-color var(--anim_time) var(--anim_func)}.pagenator__btn:hover{background-color:#ffffff08}.pagenator__btn:active,.pagenator__btn.js-active{background-color:var(--violet)}.pagenator__btn:disabled{opacity:.5;pointer-events:none}.pagenator__btn.js-active{pointer-events:none}@media (max-width: 1199px){.pagenator__btn{width:27px;height:36px;margin:0 4px;background-size:auto 10px;font-size:16px;line-height:16px}.pagenator__btn.pagenator__btn_number{width:33px}}.header{position:fixed;top:0;left:0;right:0;height:58px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:0 var(--padding-side);background:var(--bg);border-top:none;border-bottom:1px solid var(--border_color);z-index:300}.header-logo{flex:0 0 auto;display:block;padding:4px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.header-logo__icon{width:24px;height:26px}.header-burgerwrap{position:relative;width:24px;height:24px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.header-burger{position:absolute;width:24px;height:18px;top:3px;left:0;pointer-events:none}.header-burger>span{position:absolute;width:24px;height:2px;left:0;background:#fff;border-radius:2px;will-change:transform,opacity;transition:all var(--anim_func) var(--anim_time)}.header-burger>span:nth-child(1){top:0}.header-burger>span:nth-child(2){top:8px}.header-burger>span:nth-child(3){top:16px}.header-burger.js-open>span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header-burger.js-open>span:nth-child(2){opacity:0}.header-burger.js-open>span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-burger__notice{position:absolute;top:-1px;right:-4px;width:8px;height:8px;border-radius:50%;background:#E63434;transform:scale(0);will-change:transform;transition:transform var(--anim_func) var(--anim_time)}.header-burger__notice.js-show{transform:scale(1)}.footer{position:relative;margin-top:-40px;padding-top:40px;padding-bottom:46px;background:#fff;z-index:3}.footer-wrap{padding-top:85px}.footer__logo{display:block;width:202px;height:40px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}.footer-logo__text{width:309px;margin-top:33px;font-size:18px;line-height:140%;letter-spacing:.54px;color:#00000080}.footer-bottom{margin-top:137px;font-size:12px;line-height:140%;letter-spacing:.36px;color:#00000080}.footer-box{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start}.footer-col{flex:0 0 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;min-width:150px}.footer-col__title{margin-bottom:30px;font-size:14px;font-weight:700;line-height:24px;text-transform:uppercase;color:#000}.footer__link{margin-bottom:20px;font-size:12px;line-height:24px;letter-spacing:.24px;text-transform:uppercase;color:#00000080;transition:color var(--anim_func) var(--anim_time)}.footer__link:last-child{margin-bottom:0}.footer__link_icon{position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding-left:22px;cursor:default}.footer__link_icon:before,.footer__link_icon:after{content:"";position:absolute;top:4px;left:0;width:16px;height:16px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;transition:opacity var(--anim_func) var(--anim_time)}.footer__link_icon:before{opacity:0}.footer__link_icon:after{opacity:.5}.footer__link:hover{color:#000}.footer__link_icon:hover:before{opacity:1}.footer__link_icon:hover:after{opacity:0}.footer__btn{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:var(--btn_height);margin-top:20px;padding:0 22px;border-radius:24px;background:#FFF;box-shadow:0 4px 6px #10182808,0 12px 16px #10182814;font-weight:500;font-size:16px;line-height:1;color:#00000080;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;transition:color var(--anim_func) var(--anim_time)}.footer__btn:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:24px;background:rgba(0,0,0,.25);overflow:hidden;opacity:0;z-index:1;transition:opacity var(--anim_func) var(--anim_time)}.footer__btn.icon-discord svg{display:block;width:22px;height:16px;margin-right:10px}.footer__btn.icon-telegram svg{display:block;width:26px;height:14px;margin-right:10px}.footer__btn svg path{transition:fill var(--anim_func) var(--anim_time)}.footer__btn .semibold{color:#000;transition:color var(--anim_func) var(--anim_time)}.footer__btn:hover,.footer__btn:hover .semibold{color:var(--violet)}.footer__btn:hover svg path{fill:var(--violet)}.footer__btn:active:before{opacity:1}.footer__btn:first-child{margin-top:0}.footer-social-desc{width:283px;margin:20px auto 0;font-size:12px;line-height:140%;letter-spacing:.36px;color:#00000080}@media (max-width: 1566px){.footer{margin-top:-50px;padding-top:50px;padding-bottom:55px}.footer-logo__text{width:100%;font-size:18px}.footer-logo__text br{display:none}.footer-bottom{margin-top:60px}.footer-box{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-areas:"col col col" "col4 col4 col4";grid-gap:30px}.footer-col{min-width:auto}.footer-col:last-child{grid-area:col4;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-areas:"btn1 desc desc" "btn2 desc desc";grid-gap:20px 30px}.footer__btn{padding:0;margin-top:0}.footer__btn:nth-child(1){grid-area:btn1;width:207px}.footer__btn:nth-child(2){grid-area:btn2;width:207px}.footer-social-desc{grid-area:desc;width:100%;margin:0}.footer-social-desc br{display:none}}@media (max-width: 767px){.footer-wrap{padding-top:74px}.footer-logo__text{width:100%;font-size:18px}.footer-logo__text br{display:none}.footer-box{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;grid-gap:0 30px}.footer-col{min-width:auto}.footer-col:first-child{width:100%;margin-bottom:72px}.footer-col:nth-child(2){width:50%}.footer-col:last-child{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;margin-top:30px}.footer-social-desc{margin:10px 0 0}.footer__btn:hover{color:#00000080}.footer__btn:hover .semibold{color:#000}.footer__btn.icon-discord:hover svg path{fill:#636fe9}.footer__btn.icon-telegram:hover svg path{fill:#5ba7dd}}@media (min-width: 1920px){html.landing{font-size:1px}}.l-header{height:140px;width:100%;top:0;left:0;z-index:50}.l-header-wrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:100%}.l-header__logo{display:block;width:51px;height:54px}.l-header__singin{font-weight:500;font-size:30px;line-height:38px;color:#fff}.screen1{position:relative;margin-top:-140px;padding-top:140px;overflow:hidden}.screen1:before{content:"";position:absolute;width:100%;height:100%;top:0;right:0;z-index:-20;background:transparent url(/assets/screen1-bg-2a26dc99.webp) no-repeat 100% -26rem;background-size:contain}.screen1-imgwrap{position:relative}.screen1__robux-down{position:absolute;width:1654rem;height:760rem;top:70rem;left:50%;margin-left:-827rem;background:transparent url(/assets/robux_down-abb618a4.webp) no-repeat 50% 50%;background-size:contain;z-index:-10;transform-origin:top center;animation:boxAnimation 3s ease-in-out infinite}.screen1__robux-up{position:absolute;width:1803rem;height:605rem;top:-135rem;left:50%;margin-left:-902rem;background:transparent url(/assets/robux_up-50677b74.webp) no-repeat 50% 50%;background-size:contain;z-index:30;transform-origin:top center;animation:boxAnimationRevert 3s ease-in-out infinite}@keyframes boxAnimation{50%{transform:scale(.95)}}@keyframes boxAnimationRevert{50%{transform:scale(.9)}}.screen1__text{position:relative;width:1173rem;height:162rem;margin:107rem auto 0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;z-index:10}.screen1__gamepad{position:relative;width:1217rem;height:493rem;margin:-35rem auto 0;background:transparent url(/assets/gamepad-fe089393.webp) no-repeat 50% 50%;background-size:contain;z-index:20}.screen1-service{position:relative;margin-top:340rem;padding-bottom:152px;z-index:40}.screen1-service__title{font-weight:500;font-size:64px;line-height:1;color:#fff;text-align:center}.screen1-service-list{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin:54px auto 0}.screen1-service-list__btn{display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:60px;padding:0 50px;margin-right:20px;border-radius:20px;background:#101010;color:#fff;font-weight:400;font-size:32px}.screen1-service-list__btn:before{content:"";display:block;width:25px;height:24px;margin-right:10px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.screen1-service-list__btn:last-child{margin-right:0}.labels{position:relative;padding-top:80px;padding-bottom:148px}.labels-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);align-items:end;grid-gap:40px 47px;padding-top:169px}.labels-grid:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:transparent radial-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%) no-repeat 50% 50%;opacity:.1}.labels-grid-title{position:absolute;top:108px;left:0}.labels-grid-title__text,.labels-grid-title__text h1{font-weight:600;font-size:113px}.labels-grid-item{padding:40px;border-radius:30px;border:2px solid var(--border_color);background:linear-gradient(134deg,#161616 -36%,#090909 100%)}.labels-tag{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;color:#a295f6;font-size:22px;font-weight:400}.labels-tag:before{content:"";display:inline-block;width:22px;height:22px;margin-right:7px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.labels-tag_big{margin-top:26px;font-size:36px}.labels-tag_big:before{width:36px;height:36px}.label-offers{margin-bottom:109px}.label-offers__text{margin-top:27px;font-weight:500;font-size:50px;color:#fff}.label-offers__img{display:block;width:100%;height:auto;margin-top:100px}.label-service{position:relative;padding:53px 51px;margin-bottom:40px}.label-service .labels-tag{position:absolute;top:40px;left:40px}.label-service__img{display:block;width:100%;height:auto}.label-reliable__text{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin-top:28px;font-weight:500;font-size:50px;line-height:1;color:#fff}.label-reliable__text:after{content:"";display:inline-block;width:48px;height:35px;margin-left:14px;background-color:transparent;background-repeat:no-repeat;background-position:0 50%;background-size:contain}.label-reliable__desc{margin-top:13px;font-size:18px;line-height:120%;color:#ffffff80}.label-process{margin-bottom:40px}.labels-process__text{margin-top:48px;font-weight:500;font-size:50px;line-height:1;color:#fff}.labels-process__desc{margin-top:33px;font-size:18px;line-height:120%;color:#ffffff80}.label-stats{margin-bottom:88px}.labels-stats__text{margin-top:38px;font-weight:500;font-size:32px;color:#fff;text-align:center}.labels-stats__img{display:block;width:100%;height:auto;margin-top:39px}.labels-stats__desc{margin-top:39px;font-size:18px;line-height:120%;color:#ffffff80;text-align:center}.labels-flex{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;grid-gap:40px 47px}.labels-flex-item{position:relative;min-height:436px;margin-top:570px;padding:40px 40px 37px;border-radius:30px;border:2px solid var(--border_color);background:linear-gradient(134deg,#161616 -36%,#090909 100%)}.labels-flex-item:after{content:"";position:absolute;width:100%;height:215px;top:-185px;left:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 100%;background-size:contain}.labels-flex-item:before{content:"";position:absolute;width:6px;left:50%;margin-left:-3px;background-color:transparent;background-repeat:no-repeat;background-position:50% 100%;background-size:100% 100%}.labels-flex-item__spacer{position:absolute;bottom:38px;left:62px;right:62px;height:1px;opacity:.1;background:transparent radial-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%) no-repeat 50% 50%}.labels-flex-item__icon{display:block;width:31px;height:31px;margin:37px 0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.labels-flex-item__desc{font-size:18px;line-height:120%;color:#ffffff80}.labels-flex-item.labels-flex-item_01{margin-top:570px}.labels-flex-item.labels-flex-item_01:before{top:-570px;height:296px}.labels-flex-item.labels-flex-item_02{margin-top:713px}.labels-flex-item.labels-flex-item_02:before{top:-623px;height:377px}.labels-flex-item.labels-flex-item_03{margin-top:536px}.labels-flex-item.labels-flex-item_03:before{top:-536px;height:296px}.labels-flex-item__text{font-weight:600;font-size:50px;line-height:110%;color:#fff}.labels-flex-item__text a,.labels-flex-item__text .gradient-text{display:inline-block;background:linear-gradient(102deg,#B341C6 -40%,#3F21F5 84%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.labels-flex-item__text a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#fff;text-decoration-thickness:2px;transition:text-decoration-color linear var(--anim_time)}.labels-flex-item__text a:hover{text-decoration-color:transparent}.labels-flex-item__text .icon-robux{background:linear-gradient(85deg,#B341C6 -38%,#6b35de 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.labels-flex-item__text .icon-robux:after{content:"";display:inline-block;width:29px;height:32px;margin-left:11px;transform:translateY(2px);background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.labels-flex-item__text-box{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-end}.labels-flex-item__text-box span{transform:translate(-72px)}.trouble{position:relative;padding:158px 0}.trouble:before{content:"";position:absolute;top:0;left:50%;width:1568px;height:1px;margin-left:-784px;background:transparent radial-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%) no-repeat 50% 50%;opacity:.1}.trouble:after{content:"";position:absolute;bottom:0;left:50%;width:1568px;height:1px;background:transparent radial-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%) no-repeat 50% 50%;margin-left:-784px;opacity:.1}.trouble-box{position:relative;width:100%;padding:103px 0 118px;border-radius:50px;background:linear-gradient(108deg,#B341C6 -62%,#3F21F5 122%);overflow:hidden}.trouble-box:after{content:"";position:absolute;width:954rem;height:428rem;bottom:0;right:0;background-color:transparent;background-repeat:no-repeat;background-position:100% 100%;background-size:cover}.trouble-wrapper{position:relative}.trouble-wrapper:before{content:"";position:absolute;width:66px;height:71px;top:46px;right:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.trouble__title{font-weight:700;font-size:153px;line-height:110%;color:#fff}.trouble-footer{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;margin-top:-20px}.trouble__desc{font-size:32px;line-height:120%;color:#ffffffb3}.trouble-btnwrap{display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:flex-end}.trouble__btn{position:relative;flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:440px;height:84px;border-radius:30px;border:2px solid transparent;background:#FFF;box-shadow:0 4px 6px #10182808,0 12px 16px #10182814;color:#000000f2;font-weight:500;font-size:26px;line-height:1;z-index:10;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;transition:all var(--anim_time) var(--anim_func)}.trouble__btn:last-child{margin-top:38px}.trouble__btn.icon-info svg{width:30px;height:30px}.trouble__btn.icon-discord svg{width:37px;height:27px}.trouble__btn svg{margin-right:18px}.trouble__btn svg path{transition:all var(--anim_time) var(--anim_func)}.trouble__btn:hover{color:var(--violet);border-color:var(--violet)}.trouble__btn.icon-info:hover svg path{stroke:var(--violet)!important}.trouble__btn.icon-discord:hover svg path{fill:var(--violet)!important}.trouble__btn:active{color:#fff;border-color:var(--violet);background-color:var(--violet);box-shadow:none}.trouble__btn.icon-info:active svg path{stroke:#fff!important}.trouble__btn.icon-discord:active svg path{fill:#fff!important}.marquee{position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;padding:98px 0 78px;background:var(--bg);border-radius:40px;overflow:hidden;z-index:4}.marquee-box{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;will-change:transform;animation:marquee 8s infinite linear}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-1250px)}}.marquee-item{position:relative;flex:0 0 auto;display:block;width:585px;height:115px;margin-right:40px}.marquee-item svg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:4}.marquee-item svg line{transition:stroke var(--anim_func) var(--anim_time)}.marquee-item:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;opacity:1;z-index:5;transition:opacity var(--anim_func) var(--anim_time)}.marquee-item:hover:before{opacity:0}.marquee-item:hover svg line{stroke:var(--violet)}@media (max-width: 1566px){.screen1-service{margin-top:200rem;padding-bottom:70px}.screen1-service-list{flex-flow:row wrap;justify-content:center;align-items:flex-start;width:100%;max-width:700px;margin:44px auto 0}.screen1-service-list__btn{margin:10px}.screen1-service-list__btn:last-child{margin:10px}.labels{position:relative;padding-top:90px;padding-bottom:148px}.labels-grid{display:block;max-width:960px;padding-top:0}.labels-grid:before{display:none}.labels-grid-title{position:static;margin-bottom:88px}.labels-grid-title__text,.labels-grid-title__text h1{font-weight:600;font-size:113px}.labels-grid-item{padding:40px;border-radius:30px;border:2px solid var(--border_color);background:linear-gradient(134deg,#161616 -36%,#090909 100%)}.label-offers{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;margin-bottom:40px}.label-offers__text{margin-top:27px;font-size:72px}.label-offers__img{align-self:flex-end;margin-top:44px;width:390px}.label-service{padding:36px 40px 45px;margin-bottom:40px}.label-service__img{width:366px;margin:0 auto}.label-service .labels-tag{left:32px}.label-reliable{margin-bottom:40px}.label-reliable__text{font-size:72px}.label-reliable__text:after{width:65px;height:45px}.label-reliable__desc{font-size:24px}.label-process{margin-bottom:40px}.labels-process__text{margin-top:36px;font-size:72px}.labels-process__desc{margin-top:15px;font-size:24px}.label-stats{margin-bottom:0}.labels-stats__text{margin-top:42px;font-size:42px}.labels-stats__img{width:488px;margin:40px auto 0}.labels-stats__desc{margin-top:40px;font-size:24px}.labels-stats__desc br{display:none}.labels-flex{display:block;max-width:960px}.labels-flex-item,.labels-flex-item.labels-flex-item_01,.labels-flex-item.labels-flex-item_02,.labels-flex-item.labels-flex-item_03{min-height:auto;margin-top:370px;padding:42px 46px 50px}.labels-flex-item:after{height:213px;width:100%;top:-160px;left:0;margin-left:0;background-size:contain;background-position:50% 0}.labels-flex-item__spacer{position:static;margin-top:60px}.labels-flex-item:before,.labels-flex-item.labels-flex-item_01:before,.labels-flex-item.labels-flex-item_02:before,.labels-flex-item.labels-flex-item_03:before{top:-315px;height:92px}.labels-flex-item__text{font-size:72px}.labels-flex-item__text .icon-robux:after{width:45px;height:50px;margin-left:14px;transform:translateY(4px)}.labels-flex-item__text br{display:none}.labels-flex-item__text-box{display:contents}.labels-flex-item__text-box span{transform:none}.trouble{padding:137px 0}.trouble:before{width:80%;margin-left:-40%}.trouble:after{width:80%;margin-left:-40%}.trouble-box{padding:60px 0 94px}.trouble-wrapper{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.trouble-wrapper:before{position:static;display:block;width:110px;height:120px;margin-top:65px;order:1}.trouble-box:after{width:80vw;height:38.44vw;bottom:0;right:50%;transform:translate(50%);background-size:contain}.trouble__title{font-size:110px}.trouble__title br{display:none}.trouble-footer{flex-flow:column nowrap;justify-content:flex-start;align-items:center;width:100%;margin-top:65px;order:2}.trouble__desc{font-size:32px}.trouble__desc br{display:none}.trouble-btnwrap{justify-content:flex-start;align-items:center;margin-top:93px}.trouble__btn:last-child{margin-top:38px}.marquee{padding-top:122px;padding-bottom:100px;border-radius:50px}.marquee-box{animation:marquee_tablet 8s infinite linear}@keyframes marquee_tablet{0%{transform:translate(0)}to{transform:translate(-952px)}}.marquee-item{width:436px;height:86px}}@media (max-width: 1199px){html.landing{font-size:calc(100vw / 1920)}}@media (max-width: 767px){html.landing{font-size:calc(100vw / 393)}.l-header{height:96px}.l-header__logo{width:35px;height:37px}.l-header__singin{font-size:22px}.screen1{margin-top:-96px;padding-top:96px}.screen1:before{background:transparent url(/assets/screen1-bg-mob-46ce1eac.png) no-repeat 100% 0;mix-blend-mode:color-dodge}.screen1__robux-down{width:100%;height:203rem;top:0;left:0;margin-left:0;background:transparent url(/assets/robux_down-mob-839538fd.png) no-repeat 50% 50%;background-size:cover;animation:none}.screen1__robux-up{width:100%;height:162rem;top:-35rem;left:0;margin-left:0;background:transparent url(/assets/robux_up-mob-2579e9e4.png) no-repeat 50% 50%;background-size:cover;animation:none}.screen1__text{position:relative;width:311rem;height:43rem;margin:25rem auto 0}.screen1__gamepad{width:320rem;height:130rem;margin:-10rem auto 0}.screen1-service{margin-top:50rem;padding-bottom:0}.screen1-service__title{font-size:54px;margin-bottom:40px}.screen1-service-list{flex-flow:column nowrap;justify-content:flex-start;align-items:center;margin:0}.screen1-service-list__btn{height:var(--btn_height);margin:0 0 20px;font-size:24px}.screen1-service-list__btn:before{width:24px;height:24px}.screen1-service-list__btn:last-child{margin:0}.labels{padding-top:100px;padding-bottom:69px}.labels-grid{display:block;max-width:100%;padding-top:0}.labels-grid:before{display:none}.labels-grid-title{margin-bottom:80px}.labels-grid-title__text,.labels-grid-title__text h1{font-size:72px}.labels-grid-item{padding:40px 30px;border:1px solid var(--border_color)}.labels-tag{margin-left:2px;font-size:18px}.labels-tag:before{width:18px;height:18px;margin-right:5px}.labels-tag_big{margin-top:17px;margin-left:0;font-size:28px}.labels-tag_big:before{width:22px;height:24px;margin-right:7px}.label-offers{margin-bottom:20px}.label-offers__text{margin-top:18px;font-size:38px}.label-offers__img{width:237px;margin-top:56px}.label-service{padding:76px 40px 52px;margin-bottom:20px}.label-service__img{width:242px}.label-service .labels-tag{left:32px}.label-reliable{margin-bottom:20px}.label-reliable__text{font-size:38px}.label-reliable__text:after{width:31px;height:21px}.label-reliable__desc{font-size:16px}.label-process{margin-bottom:20px}.labels-process__text{margin-top:27px;font-size:38px}.labels-process__desc{margin-top:13px;font-size:16px}.label-stats{margin-bottom:0}.labels-stats__text{margin-top:42px;font-size:32px}.labels-stats__img{width:273px;margin:34px auto 0}.labels-stats__desc{margin-top:34px;font-size:16px}.labels-stats__desc br{display:none}.labels-flex{max-width:100%}.labels-flex-item,.labels-flex-item.labels-flex-item_01,.labels-flex-item.labels-flex-item_02,.labels-flex-item.labels-flex-item_03{margin-top:257px;padding:30px;border:1px solid var(--border_color)}.labels-flex-item:after{height:145px;top:-145px}.labels-flex-item__spacer{margin-top:30px}.labels-flex-item:before,.labels-flex-item.labels-flex-item_01:before,.labels-flex-item.labels-flex-item_02:before,.labels-flex-item.labels-flex-item_03:before{top:-217px;height:53px}.labels-flex-item__text{font-size:38px}.labels-flex-item__text .icon-robux:after{width:29px;height:32px;margin-left:7px}.trouble{padding:67px 0}.trouble-box{padding:30px 0 50px}.trouble-wrapper:before{width:40px;height:44px;margin-top:32px}.trouble-box:after{width:360px;height:179px}.trouble__title{font-size:54px}.trouble-footer{margin-top:32px}.trouble__desc{font-size:16px}.trouble-btnwrap{margin-top:52px}.trouble__btn{width:223px;height:45px;border-radius:18px;border:1px solid transparent;font-size:15px}.trouble__btn:last-child{margin-top:20px}.trouble__btn.icon-info svg{width:18px;height:18px}.trouble__btn.icon-discord svg{width:22px;height:16px}.trouble__btn svg{margin-right:8px}.trouble__btn:hover{color:#000000f2;border-color:transparent}.trouble__btn.icon-info:hover svg path{stroke:#636fe9!important}.trouble__btn.icon-discord:hover svg path{fill:#636fe9!important}.marquee{padding-top:53px;padding-bottom:80px}.marquee-box{animation:marquee_mob 8s infinite linear}@keyframes marquee_mob{0%{transform:translate(0)}to{transform:translate(-608px)}}.marquee-item{width:264px;height:52px}.marquee-item:hover:before{opacity:1}.marquee-item:hover svg line{stroke:transparent}.marquee-item:active:before{opacity:0}.marquee-item:active svg line{stroke:var(--violet)}}.rl{--base_font: TBWAGrotesk;font-family:var(--base_font);min-height:100vh;background:var(--bg)}.rl-header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;width:100%;height:148px;padding:0 162px 50px}.rl-header__logo{display:block;width:137px;height:35px}.rl-header__back{font-size:22px;font-weight:500;line-height:38px;color:#fff}.rl-body{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;min-height:calc(100vh - 148px);overflow:hidden}.rl-body-imgwrap{flex:0 0 50%;align-self:stretch;position:relative;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:flex-end;z-index:10}.rl-body__imgbox{position:absolute;width:100%;height:100%;min-height:850px;top:0;right:0}.rl-body__img{position:absolute;bottom:0;right:0;width:1040px;height:850px;background-color:transparent;background-image:url(/assets/rl-img-fd385ae2.svg);background-repeat:no-repeat;background-position:0 0;background-size:cover;overflow:hidden}.rl-body__img:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:transparent;background-repeat:no-repeat;background-position:0 100%;background-size:cover;z-index:-5}.random-img_1 .rl-body__img:before{background-image:url(/assets/bg-01-03af32dc.webp)}.random-img_2 .rl-body__img:before{background-image:url(/assets/bg-02-c6bf05b2.webp)}.random-img_3 .rl-body__img:before{background-image:url(/assets/bg-03-406e70cd.webp)}.random-img_4 .rl-body__img:before{background-image:url(/assets/bg-04-b1da1520.webp)}.random-img_5 .rl-body__img:before{background-image:url(/assets/bg-05-7b7b7ff6.webp)}.random-img_6 .rl-body__img:before{background-image:url(/assets/bg-06-44ee5a3e.webp)}.random-img_7 .rl-body__img:before{background-image:url(/assets/bg-07-800651ea.webp)}@media (max-width: 1199px){.random-img_1 .rl-body__img:before{background-image:url(/assets/bg-01_mob-1ddf8336.webp)}.random-img_2 .rl-body__img:before{background-image:url(/assets/bg-02_mob-5bb177b9.webp)}.random-img_3 .rl-body__img:before{background-image:url(/assets/bg-03_mob-1659d129.webp)}.random-img_4 .rl-body__img:before{background-image:url(/assets/bg-04_mob-a2b7059b.webp)}.random-img_5 .rl-body__img:before{background-image:url(/assets/bg-05_mob-da1730fd.webp)}.random-img_6 .rl-body__img:before{background-image:url(/assets/bg-06_mob-0075de6a.webp)}.random-img_7 .rl-body__img:before{background-image:url(/assets/bg-07_mob-7ea967ea.webp)}}.rl-body-content{flex:0 0 50%;position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;padding-bottom:50px}.rl-body-content-wrap{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.rl-field{margin-top:18px}.rl-field:first-child{margin-top:0}.rl-field__checkbox{display:flex;gap:12px;flex-flow:row nowrap;align-items:center}.rl-field__checkbox label{margin-bottom:0;color:var(--white25)}.rl__title{font-weight:700;font-size:76px;line-height:91px;color:#fff;text-align:center}.rl__desc{font-size:24px;line-height:normal;color:#ffffff73;text-align:center}.login-page{width:516px}.login-page-form{margin-top:32px}.login-page__policy{margin-top:15px;margin-bottom:15px;font-size:16px;line-height:1;color:#ffffff40;text-align:center}.login-page__policy a{color:#ffffff73}.login-page__btn{margin-top:25px}.login-page-desc{margin-top:18px;font-size:16px;line-height:1;color:#ffffff40;text-align:center}.login-page-desc a{color:#ffffff73}.login-page-desc__divider{display:inline-block;vertical-align:middle;height:14px;width:0;margin:0 19px;border:1px solid rgba(255,255,255,.45)}.login-page__btn>span:before{width:19px;height:21px}.recovery-page{width:516px}.recovery-page__desc{margin-top:24px}.recovery-page-form{margin-top:50px}.recovery-page__btn{margin-top:30px}.recovery-verify-page{width:740px}.recovery-verify-page__title{font-size:60px;line-height:normal;font-weight:500;color:#fff;text-align:center}.recovery-verify-page__title .violet{font-weight:700}.recovery-verify-page__desc{margin-top:60px}.recovery-verify-page-form{position:relative;width:516px;margin:0 auto}.recovery-verify-page-digit{padding-top:42px}.recovery-verify-page__btn{margin-top:55px}.recovery-end-page{width:516px}.recovery-end-page-form{margin-top:32px}.recovery-end-page__btn{margin-top:50px}.recovery-end-page__btn>span:before{width:17px;height:19px}.register-select-page{width:100%}.register-select-page-btnwrap{display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;margin-top:56px}.register-select-page__btn{width:248px;margin-right:16px}.register-select-page__btn:last-child{margin-right:0}.register-select-page-desc{margin-top:25px;font-size:16px;line-height:24px;color:#ffffff40;text-align:center}.register-select-page-desc a{color:#ffffff73}.register-question-page{width:686px}.register-question-page-form{margin-top:50px}.register-question-page__btn{margin-top:30px}.register-discord-linking-page{width:686px}.register-discord-linking__btn{margin-top:50px}.register-discord-linking__error{margin-top:30px;font-size:16px;line-height:24px;color:#e63434bf;text-align:center}.register-discord-confirm-page{width:686px}.register-discord-confirm-box{display:flex;flex-flow:row nowrap;justify-content:center;align-items:stretch;margin-top:50px}.register-discord-confirm-label-discord{flex:0 0 auto;width:82px;margin-right:4px;border:1px solid var(--border_color);border-radius:18px;background-color:#111;background-repeat:no-repeat;background-position:50% 50%;background-size:27px 19px}.register-discord-confirm-label-user{flex:0 0 auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:22px 55px 22px 45px;border:1px solid var(--border_color);border-radius:18px;background-color:#111}.register-discord-confirm-label__img{flex:0 0 auto;width:60px;height:60px;margin-right:18px;border-radius:50%;object-fit:cover;overflow:hidden}.register-discord-confirm-label__name{font-weight:500;font-size:22px;line-height:100%;color:#fff}.register-discord-confirm__btn-yes{margin-top:50px}.register-discord-confirm__btn-yes span:before{display:none}.register-discord-confirm__btn-no{margin-top:30px}.register-info-page{width:516px}.register-info-page-form{margin-top:32px}.register-info-page__policy{margin-top:25px;font-size:16px;line-height:1;color:#ffffff40;text-align:center}.register-info-page__policy a{color:#ffffff73}.register-info-page__btn{margin-top:25px}.register-info-page-desc{margin-top:16px;font-size:16px;line-height:24px;color:#ffffff40;text-align:center}.register-info-page-desc a{color:#ffffff73}.register-verify-page{width:740px}.register-verify-page__title{font-size:60px;line-height:normal;font-weight:500;color:#fff;text-align:center}.register-verify-page__desc{margin-top:60px}.register-verify-page-form{position:relative;width:516px;margin:0 auto}.register-verify-page-digit{padding-top:42px}.register-verify-page__btn{margin-top:55px}.register-verify-page__btn>span:before{width:17px;height:19px}.rl-register-end .rl-body-imgwrap{display:none}.rl-register-end .rl-body-content{flex:0 0 auto;width:100%;padding:0 162px}.register-end-page__title{font-size:76px;line-height:normal;font-weight:500;color:#fff;text-align:center}.register-verify-page__title .violet{font-weight:700}.register-end-page-btnwrap{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:880px;margin:80px auto 0;padding:80px 0 96px}.register-end-page-btnwrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:radial-gradient(rgba(255,255,255,1),rgba(255,255,255,0));opacity:.1}.register-end-page__btn{width:348px;margin-left:30px}.register-end-page__btn:first-child{margin-left:0}.register-end-page-policy{position:absolute;left:0;bottom:60px;width:100%;text-align:center;font-size:16px;font-weight:400;line-height:1;color:#ffffff40}.register-end-page-policy__link{color:#ffffff73}@media (max-width: 1368px){.rl-header{padding:0 60px 50px}.rl-register-end .rl-body-content{padding:0 60px}}@media (max-width: 1199px){.rl{min-height:100dvh}.rl-header{align-items:center;height:66px;padding:0 36px;background:var(--bg);border:1px solid rgba(42,41,40,.5);z-index:50}.rl-header__logo{width:25px;height:25px}.rl-header__back{font-size:18px}.rl-body{flex-flow:column nowrap;min-height:auto}.rl-body-imgwrap{order:1;flex:0 0 auto;justify-content:center}.rl-body__imgbox{position:static;min-height:auto}.rl-body__img{position:relative;width:516px;height:300px;margin:0 auto;background-image:url(/assets/rl-img_mob-6f2c581b.svg);background-position:50% 100%;background-size:cover;overflow:hidden}.rl-body__img:before{top:1px;bottom:0;left:0;right:0;background-position:50% 100%;z-index:-10}.rl-body__img:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(6,6,6,1) 0%,rgba(6,6,6,.2) 100%);z-index:-5}.rl-body-content{flex:1 0 auto;justify-content:flex-start;padding:0 36px}.rl-body-content-wrap{padding:52px 0;border-left:none}.rl__title{font-size:52px;line-height:62px}.rl__desc{font-size:18px}.login-page{padding:0}.login-page-form{margin-top:43px}.login-page__policy{font-size:14px}.login-page__btn{margin-top:45px}.login-page-desc{display:flex;flex-flow:row wrap;justify-content:center;align-items:flex-start;font-size:14px;line-height:24px}.login-page-desc a{color:#ffffff73}.login-page-desc__divider{display:inline-flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:16px;width:100%;margin:0;border:none;text-align:center}.login-page-desc__divider:before{content:"";display:inline-block;height:0;width:62px;border-top:1px solid rgba(255,255,255,.1)}.login-page__btn>span:before{width:15px;height:16px}.recovery-page{padding:0}.recovery-page__desc{margin-top:33px;font-size:20px}.recovery-page-form{margin-top:43px}.recovery-page__btn{margin-top:30px}.recovery-verify-page{padding:0}.recovery-verify-page__title{font-size:36px}.recovery-verify-page__desc{margin-top:45px}.recovery-verify-page-form{width:100%;overflow:visible}.recovery-verify-page-digit{padding-top:26px}.recovery-verify-page__btn{margin-top:45px}.recovery-end-page{padding:0}.recovery-end-page-form{margin-top:43px}.recovery-end-page__btn{margin-top:45px}.recovery-end-page__btn>span:before{width:12px;height:14px}.register-select-page{padding:0}.register-select-page-btnwrap{margin-top:36px}.register-select-page__btn{width:158px}.register-select-page-desc{font-size:14px}.register-question-page-form,.register-discord-linking__btn{margin-top:45px}.register-discord-linking__error{margin-top:16px;font-size:14px}.register-discord-confirm-label-discord{width:88px;background-size:33px 23px}.register-discord-confirm-label-user{flex:0 1 auto;padding:14px 16px 14px 6px}.register-discord-confirm-label__name{flex:0 0 auto;display:inline-block;max-width:calc(100% - 100px);word-break:break-word}.register-discord-confirm__btn-no{margin-top:12px}.register-info-page-form{margin-top:20px}.register-info-page__policy{font-size:14px;line-height:24px}.register-info-page__btn{margin-top:18px}.register-info-page-desc{font-size:14px}.register-verify-page{padding:0}.register-verify-page__title{font-size:36px}.register-verify-page__desc{margin-top:45px}.register-verify-page-form{width:100%}.register-verify-page-digit{padding-top:26px}.register-verify-page__btn{margin-top:45px}.register-verify-page__btn>span:before{width:12px;height:14px}.rl-register-end .rl-body-imgwrap{display:block}.rl-register-end .rl-body-content{flex:0 0 50%;width:auto;padding:0 36px}.register-end-page__title{font-size:36px}.register-end-page-btnwrap{display:block;width:100%;margin:54px auto 0;padding:0}.register-end-page-btnwrap:before{display:none}.register-end-page__btn{width:100%;margin:32px 0 0}.register-end-page__btn:first-child{margin:0}.register-end-page-policy{position:static;margin-top:30px;font-size:14px;line-height:24px}}@media (max-width: 767px){.rl-body__img{width:100%;height:58vw}.login-page,.recovery-page,.recovery-verify-page,.recovery-end-page,.register-question-page,.register-discord-linking-page,.register-discord-confirm-page,.register-verify-page,.register-info-page,.register-end-page{width:100%}}.tl{position:relative;width:100%;padding-bottom:100px;background:var(--bg);border-radius:0 0 40px 40px;overflow:hidden;z-index:4}.tl-header{padding:53px 0 40px}.tl__back{display:inline-block;padding-left:41px;font-weight:500;font-size:22px;line-height:38px;color:#fff;background-color:transparent;background-repeat:no-repeat;background-position:0% 50%;background-size:26px 16px}.tl-title{font-weight:700;font-size:72px;line-height:92px;color:#fff}.tl-desc{margin-top:15px;font-weight:600;font-size:24px;line-height:normal;color:#a295f6}.tl-body{margin-top:40px;font-family:Montserrat;font-weight:400;font-size:18px;line-height:180%;color:#fff9;text-align:justify}.tl-body .semibold{text-transform:uppercase}.tl-body a{color:var(--violet);text-decoration:none}.tl-body a:hover{text-decoration:underline}.tl-body ul li{list-style:none}.tl-body ul li:before{content:"- "}.tl-footer{padding:68px 0 46px}@media (max-width: 1566px){.tl{border-radius:50px}}@media (max-width: 1199px){.tl{padding-bottom:30px}.tl-header{padding:40px 0 28px}.tl__back{padding-left:32px;font-size:18px;line-height:38px;background-size:20px 12px}.tl-title{font-size:42px;line-height:42px}.tl-desc{margin-top:12px;font-size:18px}.tl-body{margin-top:32px;font-size:12px;line-height:140%;text-align:left}.tl-footer{padding:27px 0 37px}}.wrapper.js-overflow-hidden{max-height:100dvh;overflow:hidden}.ml{position:relative;display:grid;grid-template-columns:225px auto;grid-template-rows:1fr;grid-gap:20px;width:100%;min-height:100vh;background:var(--bg)}.ml-left{position:relative}.ml-right{width:100%;min-height:100vh}.ml-right-graph{display:grid;grid-gap:20px}.ml-right-graph_customer{grid-template-areas:"dashboard" "graph";grid-template-columns:1fr;grid-template-rows:auto minmax(384px,1fr)}.ml-right-graph_vendor{grid-template-areas:"table dashboard" "graph graph";grid-template-columns:1fr 1fr;grid-template-rows:auto minmax(384px,1fr)}.ml-right-graph_admin{grid-template-areas:"dashboard" "graph";grid-template-columns:1fr;grid-template-rows:auto minmax(384px,1fr)}.ml-right-graph_settings{grid-template-areas:"general other" "notification notification";grid-template-columns:1fr 1fr;grid-template-rows:auto minmax(384px,1fr)}.ml-dashboard-table{grid-area:table;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch}.ml-dashboard{grid-area:dashboard}.ml-graph{grid-area:graph;position:relative;height:100%}.ml-right-full{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:100%;min-height:100vh}.ml-block{padding:32px 48px;border-radius:18px;background:var(--bg_block)}.ml-block__title{margin-bottom:24px;font-weight:500;font-size:32px;line-height:36px;color:#fff}.ml-desc{margin-top:12px;text-align:center;font-size:14px;font-weight:400;line-height:24px;color:#ffffff40}.ml-desc a{color:#ffffff73}.ml-grid,.ml-grid-autorow{display:grid;grid-auto-flow:row;grid-template-rows:auto;align-content:flex-start;grid-gap:20px}.ml-grid-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(198px,1fr));grid-gap:20px}.ml-merchants-row{display:grid;grid-template-columns:30px 1fr 30px;align-items:stretch;margin-left:-30px;margin-right:-30px}.ml-merchants-row__nav{display:block;width:30px;height:100%;border:none;outline:none;background-color:transparent;background-repeat:no-repeat;background-size:10px 15px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ml-merchants-row__nav_prev{background-position:0% 50%}.ml-merchants-row__nav_next{background-position:100% 50%}.ml-box{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;padding:18px 36px;border-radius:18px;border:1px solid var(--border_color);background:#0D0D0D}.ml-box:before{content:"";position:absolute;top:50%;left:0;width:3px;height:58px;margin-top:-29px;border-radius:4px;background:var(--lilac)}.ml-box-header{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.ml-box-header__title{font-size:16px;line-height:20px;color:#ffffff4d}.ml-box-header__title .highlight{color:#ffffff80}.ml-box-header__icon{display:inline-block;width:15px;height:15px;margin-top:-1px;margin-right:8px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.ml-box-header__title.ml-box-header__title_link{display:inline-block;text-decoration-line:underline;text-decoration-color:transparent;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ml-box-header__title.ml-box-header__title_link:active{color:var(--violet);text-decoration-color:var(--violet)}.ml-box-header__title.ml-box-header__title_link:active .highlight{color:var(--violet)}.ml-box-header__title_link:after{content:"";display:inline-block;width:20px;height:10px;margin-left:8px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}.ml-box-body{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-top:6px}.ml-box-body__text{font-weight:500;font-size:32px;line-height:32px;color:var(--white70)}.ml-box-body__icon{display:inline-block;width:19px;height:19px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.ml-grid-row_total{margin-top:-6px}.ml-box-total{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:9px var(--padding-side);border-radius:35px;border:1px solid var(--border_color)}.ml-box-total__title{font-size:18px;line-height:24px;color:#ffffff4d}.ml-box-total__title .highlight{color:#eca148bf}.ml-box-total__value{font-size:18px;line-height:24px;color:#ffffff4d}.ml-mobile-footer{display:none}.ml-blur-bg{position:fixed;overflow:scroll;top:0;bottom:0;left:0;right:0;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding-left:245px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;z-index:100}.ml-bg{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding-left:225px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;z-index:110}.ml-modal{position:relative;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:32px;width:825px;padding:42px 80px 52px;border-radius:18px;border:1px solid rgba(18,18,18,.6);background:var(--bg_block);box-shadow:12px 18px 9px 0 var(--double_btn);cursor:default}.ml__close{position:absolute;top:20px;right:16px;width:42px;height:42px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:18px 18px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.ml__title{font-weight:500;font-size:42px;line-height:46px;color:var(--white85);text-align:center}.ml__subtitle{margin-top:5px;font-size:16px;line-height:19px;color:var(--white25);text-align:center}.ml-modal-delete{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;gap:32px;width:535px;padding:42px 58px;border-radius:18px;background:var(--bg_block);box-shadow:12px 18px 9px 0 var(--double_btn);cursor:default}.ml-modal-delete-desc{padding:0 22px;font-size:18px;line-height:22px;color:var(--white85)}.ml-modal-delete-btnwrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:20px}.ml-modal-desc{font-size:16px;line-height:22px;color:var(--white75)}.ml-modal-form{display:flex;flex-direction:column;gap:20px}@media (max-width: 1566px){.ml-right-graph_vendor{grid-template-areas:"table" "dashboard" "graph";grid-template-columns:1fr;grid-template-rows:auto auto minmax(384px,1fr)}}@media (max-width: 1199px){.ml{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;grid-gap:0}.ml-right{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;min-height:100dvh;padding-top:58px}.ml-right-graph{display:block}.ml-right-full{height:calc(100dvh - 58px);min-height:calc(100dvh - 58px)}.ml-block{padding:20px var(--padding-side);border-radius:0;background:transparent}.ml-grid-autorow{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px}.ml-grid-autorow>.ml-grid-autorow-lastorder{order:1}.ml-grid-row{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:16px}.ml-graph .mobile-title{padding-top:0}.mobile-title__text{font-weight:500;font-size:32px;line-height:38px;color:var(--white85)}.mobile-title__desc{margin-top:12px;font-weight:400;font-size:14px;line-height:20px;color:#ffffff80}.ml-box-header__title_link:after{width:16px;height:8px}.ml-grid-row_total{margin-top:0}.ml-box-total{flex-wrap:wrap;padding:9px 18px;border-radius:15px}.ml-box-total__title,.ml-box-total__value{font-size:14px;line-height:24px}.ml-merchants-row{position:relative;display:block;padding-top:30px;margin-left:0;margin-right:0}.ml-merchants-row__nav{position:absolute;top:0;width:25px;height:25px}.ml-merchants-row__nav_prev{left:0}.ml-merchants-row__nav_next{right:0}.ml-mobile-footer{flex:1 0 auto;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-end;width:100%;height:31px;margin:25px auto 22px;font-size:12px;line-height:20px;letter-spacing:.36px;color:var(--white25);order:1000}.ml-blur-bg{top:58px;padding:0 var(--padding-side)}.ml-bg{top:58px;padding:0 var(--padding-side);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ml-modal{gap:24px;width:auto;padding:32px 42px 42px;border:1px solid rgba(42,41,40,.35)}.ml__close{top:10px;right:10px;width:36px;height:36px;background-size:12px 12px}.ml__title{font-size:36px;line-height:40px}.ml-modal-delete{gap:24px;width:auto;padding:32px 42px 42px;border:1px solid rgba(42,41,40,.35)}.ml-modal-delete-desc{padding:0;font-size:16px;line-height:24px}.ml-modal-delete-btnwrap{flex-flow:column nowrap;gap:12px}}.tablepanel-header{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}.tablepanel-header-any{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:20px}.tablepanel-header-wrap{display:contents}.tablepanel__btn.ml-btn{color:var(--white70)}.tablepanel__btn>span:before{content:"";display:block;margin-right:8px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.tablepanel-list{margin-top:40px}.tablepanel-subheader{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:20px}.tablepanel-search-box{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:calc(40% - 20px)}.tablepanel__search{flex:1 0 auto}.tablepanel-search-help{margin-left:28px}.tablepanel__summary{flex:1 0 auto;margin-left:60px;font-size:18px;line-height:24px;color:var(--white50)}@media (max-width: 1566px){.tablepanel-header{grid-template-columns:repeat(4,1fr)}.tablepanel-search-box{width:calc(50% - 20px)}.tablepanel-subheader{flex-wrap:wrap}.tablepanel__summary{order:2;width:100%;margin-left:0;text-align:center}}@media (max-width: 1199px){.tablepanel{flex:0 0 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:20px;width:100%;padding-bottom:0}.tablepanel-header{order:1;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:12px}.tablepanel-header-wrap{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:12px}.tablepanel-list{margin-top:0}.tablepanel-subheader{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:20px;margin-bottom:20px}.tablepanel-search-box{display:block;width:100%}.tablepanel-search-help{display:none}}.navbar{position:sticky;top:0;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;min-height:100vh;width:100%;padding:31px 15px;font-family:Montserrat;border-radius:0 18px 18px 0;background:var(--bg_block);z-index:200}.navbar-logo{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;padding:0 0 32px}.navbar-logo:after{content:"";position:absolute;bottom:0;left:50%;width:110px;height:1px;margin-left:-55px;background:transparent radial-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%) no-repeat 50% 50%;opacity:.1}.navbar-logo__icon{flex:0 0 auto;width:30px;height:32px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}.navbar-logo__text{flex:0 0 auto;width:70px;height:10px;margin-left:15px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}.navbar-panel{padding:32px 0 0;-webkit-user-select:none;user-select:none}.navbar-link{position:relative;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%;height:54px;margin-bottom:6px;padding:0 var(--padding-side);border-radius:18px;background-color:transparent;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;transition:background-color var(--anim_func) var(--anim_time)}.navbar-link:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);z-index:-10;opacity:0;transition:opacity var(--anim_func) var(--anim_time)}.navbar-link:hover:before{opacity:1}.navbar-link:active{background-color:#ffffff14}.navbar-link:active:before{opacity:0}.navbar-link__icon{flex:0 0 auto;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}.navbar-link__text{flex:0 0 auto;margin-left:8px;font-weight:400;font-size:16px;line-height:17px;color:#ffffff80}.navbar-link.router-link-exact-active .navbar-link__text,.js-active.navbar-link .navbar-link__text{font-weight:600;color:var(--white70)}.js-hide-router-active .navbar-link.router-link-exact-active .navbar-link__text{font-weight:400;color:#ffffff80}.navbar-bottom{margin-top:20px}.navbar-user{text-align:center}.navbar-user-avatar{position:relative;display:block;width:62px;height:62px;margin:0 auto;border-radius:50%;z-index:15;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.navbar-user-avatar__img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;overflow:hidden}.navbar-user-avatar-settings{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border:1px solid transparent;border-radius:50%;background-color:transparent;overflow:hidden;z-index:16;transition:border-color var(--anim_func) var(--anim_time),background-color var(--anim_func) var(--anim_time)}.navbar-user-avatar__svg{flex:0 0 auto;width:20px;height:20px;opacity:0;will-change:opacity;transition:opacity var(--anim_func) var(--anim_time)}.navbar-user-avatar__svg path{transition:fill var(--anim_func) var(--anim_time)}.navbar-user-avatar__notice{position:absolute;top:0;right:0;width:16px;height:16px;font-size:12px;line-height:16px;color:#fff;text-align:center;border-radius:50%;background-color:#e63434;overflow:hidden}.navbar-user-avatar:hover .navbar-user-avatar-settings{border-color:var(--violet);background-color:#000000bf}.navbar-user-avatar:active .navbar-user-avatar-settings{border-color:var(--lilac);background-color:#000000bf}.navbar-user-avatar:hover .navbar-user-avatar__svg,.navbar-user-avatar:active .navbar-user-avatar__svg{opacity:1}.navbar-user-avatar:active .navbar-user-avatar__svg path{fill:var(--lilac)}.navbar-user-expand{margin-top:14px;text-align:center;overflow:hidden}.navbar-user__link{font-weight:400;font-size:16px;line-height:16px;color:#fff;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;transition:all var(--anim_func) var(--anim_time)}.navbar-user__link:hover{color:var(--violet);text-decoration-color:var(--violet)}.navbar-user__link:active{color:var(--lilac);text-decoration-color:var(--lilac)}.navbar-user-balance{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin-top:14px}.navbar-user-balance__val{flex:0 0 auto;font-size:16px;line-height:16px;color:#ffffff80}.navbar-user-balance__add{flex:0 0 auto;display:inline-block;width:17px;height:17px;margin-left:3px;border-radius:4px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:13px 13px;cursor:pointer;will-change:background-color;transition:background-color var(--anim_func) var(--anim_time)}.navbar-user-balance__add:hover{background-color:#ffffff0d}.navbar-user-balance__add:active{background-color:#ffffff1a}.navbar-logout{position:relative;margin:28px 16px 0}.navbar-link.navbar-link_logout{justify-content:center;height:38px;margin-bottom:0;padding:0}.nb-logout{width:20px;height:19px}@media (max-width: 1199px){.ml-left{position:fixed;top:58px;bottom:0;right:0;left:0;transform:translate(-100%);will-change:transform;transition:transform var(--anim_time) var(--anim_func);z-index:250;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.ml-left.js-show{transform:translate(0)}.navbar{position:static;min-height:100%;padding:0;border-radius:0;background:var(--bg)}.navbar-panel{padding:0}.navbar-link{justify-content:center;height:70px;margin-bottom:0;padding:0;border-radius:0}.navbar-link.router-link-exact-active,.navbar-link.js-active{background:rgba(255,255,255,.03)}.js-hide-router-active .navbar-link.router-link-exact-active{background:transparent}.navbar-link:before{display:none}.navbar-link:active{background-color:#ffffff14}.navbar-link__text{margin-left:20px;font-size:18px;line-height:18px}.navbar-link.router-link-exact-active .navbar-link__text,.js-active.navbar-link .navbar-link__text{font-weight:500}.js-hide-router-active .navbar-link.router-link-exact-active .navbar-link__text{font-weight:400;color:#ffffff80}.navbar-panel .navbar-link__icon{transform:scale(1.25)}.navbar-bottom{display:contents}.navbar-user{padding:10px 0}.navbar-user-avatar{width:92px;height:92px}.navbar-user-avatar__svg{width:22px;height:23px}.navbar-user-avatar__svg path{transition:fill var(--anim_func) var(--anim_time)}.navbar-user-avatar__notice{width:22px;height:22px;font-size:15px;line-height:22px}.navbar-user-avatar:hover .navbar-user-avatar-settings{border-color:transparent;background-color:transparent}.navbar-user-avatar:active .navbar-user-avatar-settings{border-color:var(--lilac);background-color:#00000080}.navbar-user-avatar:hover .navbar-user-avatar__svg{opacity:0}.navbar-user-avatar:active .navbar-user-avatar__svg{opacity:1}.navbar-user-avatar:active .navbar-user-avatar__svg path{fill:var(--lilac)}.navbar-user-expand{margin-top:18px}.navbar-user__link{font-size:22px;line-height:22px;color:#fff;text-decoration:none}.navbar-user__link:hover{color:#fff}.navbar-user__link:active{color:var(--lilac)}.navbar-user-balance{margin-top:18px}.navbar-user-balance__val{font-size:18px;line-height:18px}.navbar-user-balance__add{display:none}.navbar-logout{margin:0}.navbar-link.navbar-link_logout{height:70px}.navbar-link.navbar-link_logout:active{background-color:transparent}.nb-logout{width:26px;height:25px}}.table.table-dashboard{margin:0}.table-dashboard .table-head-cell{padding-top:12px}.table-dashboard .table-head-cell:nth-child(2){padding-left:0;padding-right:0}.table-dashboard .table-cell{white-space:wrap;padding:12px 20px}.table-dashboard .table-cell:nth-child(2){padding:12px 0}.table-dashboard .table-cell_price,.table-dashboard .table-cell_amount{width:35%}.dashboard-table-footer{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;row-gap:16px;margin-top:28px}.dashboard-table-total{margin-left:16px;font-size:16px;line-height:20px;color:var(--white50)}.dashboard-table-total__val{color:var(--white50)}.vendor-dashboard{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:row;gap:20px;height:100%}.vendor-dashboard__select{margin-bottom:7px}.pending-orders-list{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px;padding:10px 22px;border-radius:14px;background:var(--bg_block2)}.pending-orders-list-item{font-size:16px;line-height:24px;color:var(--white85)}.pending-orders-list-item .active{font-weight:500;color:var(--active)}.pending-orders-pagenator{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.available-robux.ml-modal{width:900px;padding:42px 32px 52px}@media (max-width: 1566px){.available-robux.ml-modal{padding:42px 32px 52px}.dashboard-table-wrap{width:100%;padding-bottom:8px}}@media (max-width: 1199px){.table.table-dashboard{margin:20px 0 0}.table-dashboard .table-cell.table-cell_amount{white-space:wrap}.dashboard-table-wrap{width:100%;padding:20px 0 8px}.dashboard-table-footer{flex-flow:column nowrap;justify-content:flex-start;align-items:center}.dashboard-table-total{width:100%;margin:0;font-size:14px;line-height:16px;text-align:center}.vendor-dashboard{grid-template-columns:1fr;gap:16px}.vendor-dashboard__select{margin-bottom:4px}.pending-orders-list{padding:10px}.pending-orders-list-item{font-size:14px;line-height:20px}.available-robux.ml-modal{width:100%}}@media (max-width: 767px){.available-robux .ml__title{padding:0 32px}.available-robux.ml-modal{padding:32px 10px 42px}}.cpanel{position:fixed;bottom:0;left:243px;width:342px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:10px;padding:28px 28px 18px;border-radius:18px 18px 0 0;border:1px solid rgba(42,41,40,.35);background:var(--bg_block2);z-index:140}.switcher{position:relative;width:100%;border-radius:14px;background:var(--btn);overflow:hidden;will-change:border-color;transition:border-color var(--anim_func) var(--anim_time);z-index:50}.switcher.js-open{box-shadow:0 2px 5px #10182840;z-index:60}.switcher-head{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:var(--sel_height);background-color:transparent;overflow:hidden}.switcher-head__title{padding:0 10px 0 22px;font-weight:500;font-size:16px;line-height:16px;color:var(--white85)}.switcher-head__btn{flex:0 0 auto;width:64px;height:var(--sel_height);font-weight:500;font-size:16px;line-height:var(--sel_height);color:var(--white85);background-color:var(--double_btn);background-repeat:no-repeat;background-position:center center;border-radius:0;border:none;outline:none;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;will-change:background-color;transition:background-color var(--anim_func) var(--anim_time)}.switcher-head__btn:hover{background-color:var(--double_btn_hover)}.switcher-head__btn:active,.switcher.js-open .switcher-head__btn{background-color:var(--violet)}.switcher.js-open .switcher-head__btn:hover{background-color:var(--violet_hover)}.switcher.js-open .switcher-head__btn:active{background-color:var(--violet_active)}.switcher-list{overflow:hidden;will-change:height;transition:height var(--anim_time) var(--anim_func)}.switcher-list__item{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:var(--sel_height);padding:0 28px 0 22px;background-color:transparent;font-weight:500;font-size:16px;line-height:16px;color:var(--white85);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;overflow:hidden;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.switcher-list__item.js-active{pointer-events:none}.switcher-list__item:last-child{margin-bottom:0}.switcher-list__item:hover{background-color:var(--btn_hover)}.switcher-list__item:after{content:"";flex:0 0 auto;display:inline-block;width:9px;height:9px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.switcher-list__item.js-active:after{opacity:1}.cpanel-form-box{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:8px}.delete-account__label{padding-bottom:8px;text-align:center;font-size:16px;color:var(--white50)}@media (max-width: 1199px){.cpanel{top:58px;bottom:0;left:0;width:100%;padding:20px var(--padding-side);border-radius:0;border:none;background:var(--bg);z-index:210}.switcher{box-sizing:content-box;border:1px solid transparent}.switcher.js-open{border-color:var(--border_color)}}.chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;width:100%;overflow:hidden}.chart-item-label{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding-bottom:12px;font-size:14px;line-height:14px;color:#ffffff80}.chart-item-color{height:26px;border-radius:13px;background-color:#0e0e0e;overflow:hidden}.chart-item-color__percent{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:100%;padding:0 24px;border-radius:13px;text-align:center;font-size:14px;line-height:15px;color:#fff;overflow:hidden;white-space:nowrap}.chart-item-color__percent-nodata{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:100%;padding:0 18px;border-radius:13px;text-align:center;font-weight:500;font-size:14px;line-height:15px;color:#fff}.chart-colors__nodata{width:100%;padding:19px 30px;text-align:center;font-weight:500;font-size:28px;line-height:24px;color:#ffffff80;background-color:var(--btn)}.chart-item:nth-child(1) .chart-item-color__percent{background-color:var(--violet)}.chart-item:nth-child(2) .chart-item-color__percent{background-color:#eca148}.chart-item:nth-child(3) .chart-item-color__percent{background-color:#408cd1}.chart-item:nth-child(4) .chart-item-color__percent{background-color:#43965b}.chart-item:nth-child(5) .chart-item-color__percent{background-color:var(--lilac)}@media (max-width: 1199px){.chart{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px}}.ml-graph .graph{position:absolute;width:100%;height:100%;padding-top:48px;overflow:hidden}.graph-wrap{height:100%}.graph-total{position:absolute;width:100%;left:0;top:32px;padding:5px 78px 0 48px;font-size:16px;line-height:16px;color:gray;text-align:right}.graph-total__data{color:gray}.graph-container{position:relative;width:100%;height:100%;overflow:hidden}@media (max-width: 1199px){.ml-right.ml-right-graph{grid-template-rows:auto 1fr}.ml-graph .graph{position:relative;height:100%;max-height:100%;padding-top:0}.graph-container{height:216px}.graph-total{top:0;padding:0 10px;font-size:12px;line-height:12px}}.topup-currency__icon{display:inline-block;width:20px;height:20px;margin-right:11px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.topup-currency__tax{margin:1px 0 0 16px;font-size:16px;line-height:17px;color:#ffffff40}.topup-row{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:12px}.topup-item{flex:0 0 calc(50% - 6px)}.topup-total__input.ui__input{color:#ffffff40}.topup-total__label{top:50%;right:16px;font-size:18px;line-height:24px;color:#ffffff40;transform:translateY(-50%)}@media (max-width: 1199px){.topup-currency__tax{font-size:14px;line-height:15px}.topup-row{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.topup-item{flex:0 0 auto}.topup-total__label{right:22px;font-size:16px}}.merch-create{flex:0 0 auto;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:600px;height:366px;padding:28px 42px;border-radius:18px;background:var(--bg_block2)}.merch-create__img{flex:0 0 auto;display:block;width:58px;height:58px;margin-bottom:24px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.merch-create__text{flex:0 0 auto;width:296px;margin-bottom:32px;font-size:18px;line-height:25px;color:#fff6;text-align:center}.merch-project.ml-modal{gap:44px}.merch-project-field:not(:first-child){margin-top:12px}.merch-settings{display:grid;grid-template-areas:"buy integration key" "help integration key";grid-template-columns:repeat(3,1fr);grid-template-rows:auto min-content;grid-gap:20px}.merch-settings-buy{grid-area:buy}.merch-settings-buy-field:not(:first-child){margin-top:12px}.merch-settings-banfield.merch-settings-buy-field{margin-top:12px}.merch-settings-banfield .ml-ui__label{color:var(--white20)}.merch-settings-help{grid-area:help}.merch-settings-help .ml-btn+.ml-btn{margin-top:12px}.merch-settings-integration{grid-area:integration}.green.merch-settings-status-color+.select-item__title{color:var(--green75)}.red.merch-settings-status-color+.select-item__title{color:var(--red85)}.merch-settings-integration-field:not(:first-child){margin-top:12px}.merch-settings-key{grid-area:key;position:relative;padding-bottom:72px}.merch-settings__btn{margin-top:12px}.merch-settings-key-form{margin-top:24px}.merch-settings-key-form .merch-settings-key-field:not(:first-child){margin-top:12px}.merch-settings-banlist{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:12px}.merch-settings-banlist__item{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;height:28px;padding:0 0 0 8px;border-radius:8px;background:var(--bg_block2)}.merch-settings-banlist__item-name{font-size:16px;line-height:16px;color:var(--white85)}.merch-settings-banlist__item-remove{display:inline-block;width:28px;height:28px;border-radius:8px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:10px 11px;cursor:pointer;opacity:.3;will-change:opacity;transition:opacity var(--anim_func) var(--anim_time)}.merch-settings-banlist__item-remove:hover{opacity:1}.merch-settings__goback{position:absolute;bottom:32px;right:48px;font-weight:500;font-size:16px;line-height:20px;color:var(--white85);cursor:pointer}.merch-settings__goback:before{content:"← ";font-size:20px}.merch-settings-notify{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.merch-settings-notify span{margin-left:8px}.merch-list{display:grid;grid-auto-flow:row;grid-template-rows:auto;grid-template-columns:repeat(auto-fill,minmax(384px,1fr));gap:12px;width:100%}.merch-list .merch-create{min-width:325px;max-width:600px;width:auto;height:auto}.merch-block{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;min-width:325px;max-width:600px;padding:28px 42px;border-radius:18px;background:var(--bg_block2)}.merch-block-header{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.merch-block__del{flex:0 0 auto}.merch-block__name{flex:0 1 auto;margin-left:4px}.merch-block-body{margin:24px 0}.merch-block-selects-wrap{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center}.merch-block-selects{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.merch-block-selects>div{width:50%}.merch-block-selects-field{min-width:70px}.merch-block-selects__input.ml-ui__input{background-color:var(--btn)}.merch-block-api{margin-top:12px}.merch-block__apikey{background-color:var(--btn)}.merch-block__apikey:hover{background-color:var(--btn_hover)}@media (max-width: 1199px){.merch-create{width:100%;height:auto;padding:44px 42px}.merch-create__text{width:100%}.merch-project.ml-modal{gap:24px;padding:42px 42px 52px}.merch-settings{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.merch-settings-help{order:1}.merch-settings .ml-mobile-footer{margin-top:-20px}.merch-settings-buy-selects .select:last-child{margin-top:12px}.green.merch-settings-status-color+.select-item__title{color:var(--green75)}.red.merch-settings-status-color+.select-item__title{color:var(--red85)}.merch-settings-integration-field:not(:first-child){margin-top:12px}.merch-settings-key{padding:20px var(--padding-side)}.merch-settings-key__apinbtn,.merch-settings-key-form{margin-top:24px}.merch-settings-key-form .merch-settings-key-field:not(:first-child){margin-top:12px}.merch-settings-save__btn{margin-top:24px}.merch-settings__goback_mob{display:inline-block;margin-bottom:20px;font-weight:500;font-size:16px;line-height:20px;color:var(--white85)}.merch-settings__goback_mob:before{content:"← ";font-size:20px}.merch-list{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px;padding-bottom:0}.merch-list .merch-create{min-width:100%;max-width:100%;width:100%;height:100%}.merch-block-selects-wrap{margin:0 -6px}.merch-block{justify-content:flex-start;min-width:100%;max-width:100%}.merch-block-selects{--sel_height: 44px}}@media (max-width: 359px){.merch-block-selects{width:auto}}.market{display:flex;flex-flow:row nowrap;justify-content:center;align-items:stretch;min-height:100%}.market-box{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;width:825px;padding:80px;border-radius:18px;background:var(--bg_block2)}.market-box__faq{position:absolute;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:108px;height:28px;top:40px;left:50%;font-size:14px;color:var(--white70);border-radius:14px;background:var(--btn);transform:translate(-50%,-50%)}.market-box__faq svg{flex:0 0 auto;margin-left:6px}.market-form{display:flex;flex-flow:column nowrap;justify-content:center;align-items:stretch;gap:32px}.market__title{font-weight:500;font-size:42px;line-height:46px;color:var(--white70);text-align:center}.market-preorder{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;width:100%;height:44px;border-radius:18px;background:var(--btn);cursor:pointer}.market-preorder__text{margin-left:10px;font-size:18px;line-height:18px;color:var(--white70)}.market-select-merch .select-el.disabled{pointer-events:all}.market-select-merch .select-el.disabled .select-item{background:var(--btn)}.market-select-merch .select-item:last-child{position:relative}.market-select-merch .select-item:last-child:after{content:"";position:absolute;right:18px;top:12px;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:contain}@media (max-width: 1199px){.market{min-height:auto}.market-box{width:100%;padding:80px 20px 40px}}.profile{min-height:100%}.profile-header{margin-bottom:40px}.profile-subheader{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:20px}.profile-toggle-btns{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;min-width:calc(25% - 15px)}.profile-toggle-btns .ml-btn{flex:1 0 auto}.profile-toggle-btns .ml-btn:not(:first-child){margin-left:16px}.profile-subheader-box{flex:1 0 auto;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.profile__search{flex:1 0 auto;margin-right:45px}@media (max-width: 1199px){.profile{padding-bottom:0}.profile-header{margin-top:12px;margin-bottom:20px}.profile-body{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.profile-mobile-box{padding-bottom:20px;border-radius:18px;background:var(--bg_block)}.profile-mobile-box .pagenator{justify-content:center;margin-top:16px}.profile-subheader{order:1;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.profile-subheader-box{order:0;flex:0 0 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;margin-top:16px}.profile__search{flex:0 0 auto;margin-right:0}.profile-toggle-btns{order:1;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;min-width:100%}.profile-toggle-btns .ml-btn{flex:0 1 calc(50% - 6px)}.profile-toggle-btns .ml-btn:not(:first-child){margin-left:12px}}.affiliate{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;min-height:100%}.affiliate .ml-box-body__icon{height:19px;width:24px}.affiliate-invite{align-items:end;margin-top:38px}.ml-btn.affiliate-invite__btn{height:44px}.affiliate-table-wrap{flex-grow:1;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.table-affiliate .table-head-cell_amount,.table-affiliate .table-cell_amount{text-align:right}.affiliate-table-empty{flex-grow:1;margin-top:28px;font-size:20px;line-height:1;color:var(--white25);text-align:center}.affiliate-table-footer-wrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;margin-top:28px}.affiliate-total{font-size:16px;line-height:20px;color:var(--white50);opacity:.65}.affiliate-total__val{color:var(--white25)}.affiliate-footer{margin-top:38px;font-size:16px;line-height:20px;color:var(--white30);text-align:center}@media (max-width: 1199px){.affiliate{display:block;min-height:auto}.affiliate-header{margin:20px 0}.affiliate-invite.ml-grid-row{align-items:stretch;gap:12px;margin-top:20px}.ml-btn.affiliate-invite__btn{height:44px}.affiliate-table-wrap{display:block}.affiliate-table-empty{margin-top:10px;font-size:14px}.table.table-affiliate{margin:20px 0 0}.table-affiliate .table-cell{white-space:wrap}.affiliate-table-footer-wrap{flex-flow:column nowrap;justify-content:flex-start;gap:14px;margin-top:16px}.affiliate-total{font-size:14px;line-height:16px}.affiliate-footer{margin-top:20px;text-align:justify;font-size:14px}}.accounts .tablepanel__btn.ml-btn_violet{grid-row:2 / 3;grid-column:1 / 6}.table-accounts .table-head-cell,.table-accounts .table-cell{text-align:right}.table-accounts .table-head-cell_check,.table-accounts .table-cell_check,.table-accounts .table-head-cell_name,.table-accounts .table-cell_name{text-align:left}.add-accounts-2fa{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.add-accounts-2fa label{margin-left:12px;font-size:14px;line-height:20px;color:var(--white25)}.add-2fa-accounts__img{width:100%;border-radius:18px;overflow:hidden}.add-2fa-accounts__img img{display:block;max-width:100%;object-fit:cover}.add-2fa-accounts-list{list-style:none}.add-2fa-accounts-list li{margin-bottom:20px;font-size:16px;line-height:20px;color:var(--white85)}.add-2fa-accounts-list li:last-child{margin-bottom:0}.add-2fa-accounts-list li::marker{display:inline-block}.add-accounts-prices .select-item__title:after{content:" Accounts"}.add-accounts-my-proxy{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.add-accounts-my-proxy span{margin-left:8px;color:var(--white70)}.add-accounts-proxy-box{margin-top:12px}.add-accounts-proxy-select{margin-top:20px}@media (max-width: 1566px){.accounts .tablepanel__btn.ml-btn_violet{grid-column:1 / 4}}@media (max-width: 1199px){.add-accounts-prices .select-item__title:after{content:"";display:inline-block;width:14px;height:14px;margin-left:3px;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain}}.proxies .tablepanel-header{grid-template-columns:repeat(4,1fr)}.table-proxies .table-head-cell,.table-proxies .table-cell{text-align:right}.table-proxies .table-head-cell_check,.table-proxies .table-cell_check,.table-proxies .table-head-cell_host,.table-proxies .table-cell_host{text-align:left}@media (max-width: 1199px){.proxies .tablepanel-header{display:contents}.tablepanel-header-wrap.order-1{order:1}}.withdraw .tablepanel-list{margin-top:0}.withdraw .tablepanel-subheader{flex-flow:row wrap;column-gap:42px;row-gap:20px}.withdraw .tablepanel-search-box{flex:1 0 auto;width:33%;min-width:372px}.withdraw .tablepanel__btn{flex:1 0 auto;width:33%}.table-withdraw .table-head-cell,.table-withdraw .table-cell{text-align:right}.table-withdraw .table-head-cell_id,.table-withdraw .table-cell_id,.table-withdraw .table-head-cell_wallet,.table-withdraw .table-cell_wallet{text-align:left}.add-proxy-fields{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;row-gap:12px}.add-proxies__format{font-size:16px;line-height:1;text-align:center}.add-proxies__example{margin-top:8px;font-weight:600;font-size:16px;line-height:1;color:var(--white70);text-align:center}.withdraw-modal-row{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:12px}.withdraw-modal-item{flex:0 0 calc(50% - 6px)}.withdraw-modal-total__input.ui__input{color:#ffffff40}.withdraw-modal-total__label{top:50%;right:16px;font-size:18px;line-height:24px;color:#ffffff40;transform:translateY(-50%)}.withdraw-currency{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:20px}.withdraw-currency-label{flex:0 0 auto;position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:calc(50% - 10px);padding:12px 20px;border-radius:18px;background:var(--bg_block2);cursor:pointer}.withdraw-currency-label:before{content:"";position:absolute;left:0;top:50%;width:3px;height:16px;margin-top:-8px;border-radius:3px;background:var(--lilac);opacity:0;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.js-checked.withdraw-currency-label:before{opacity:1}.withdraw-currency-label-box{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.withdraw-currency-label__icon{display:inline-block;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.withdraw-currency-label__title{margin-left:11px;font-weight:500;font-size:20px;line-height:20px;color:var(--white70)}.withdraw-currency-label__tax{margin-left:16px;font-weight:400;font-size:16px;line-height:20px;color:var(--white25);transform:translateY(1px)}.withdraw-confirm-modal .ml-ui__label{color:#fff6}.withdraw-confirm-modal .ml-ui__input{background:#222}.withdraw-confirm-modal.ml-modal{width:600px}.withdraw-confirm-modal__inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.withdraw-confirm-modal__inputs input{text-align:center}@media (max-width: 1199px){.withdraw .tablepanel__btn{flex:0 0 auto;width:100%}.withdraw .tablepanel-search-box{width:100%;min-width:100%}.withdraw-modal-row{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.withdraw-modal-item{flex:0 0 auto}.withdraw-modal-total__label{right:22px;font-size:16px}.withdraw-currency{flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:12px}.withdraw-currency-label{width:100%}.withdraw-currency-label__title{margin-left:11px;font-size:18px}.withdraw-currency-label__tax{margin-left:8px;font-size:14px}.withdraw-confirm-modal .ml-ui__input{padding:0 11px}}.notify{position:fixed;bottom:0;left:243px;width:337px;cursor:default;z-index:150}.notify-list{width:100%;max-height:560px;padding:28px;border-radius:18px;background:var(--bg_block);overflow-y:auto}.notify-item{margin-bottom:34px}.notify-item:last-child{margin-bottom:0}.notify-item-header{position:relative;padding-right:var(--padding-side)}.notify-item__title{display:inline-block;padding-top:8px;font-weight:600;font-size:22px;line-height:22px;color:#ffffffbf;will-change:color;transition:color var(--anim_func) var(--anim_time)}.notify-item__title:after{content:"";display:inline-block;width:8px;height:8px;margin:0 0 2px 8px;border-radius:50%;background:#E63434;opacity:0;will-change:opacity;transition:opacity var(--anim_func) var(--anim_time)}.notify-item.unread .notify-item__title{color:#fff}.notify-item.unread .notify-item__title:after{opacity:1}.notify-item__close{position:absolute;top:0;right:0;width:38px;height:38px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:14px 14px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.notify-item__msg{margin-top:18px;font-weight:400;font-size:18px;line-height:23px;color:#ffffff8c}.notify-item__msg a{color:var(--violet);text-decoration:underline}.notify-item__msg b{font-weight:600}.notify-item__msg br{content:" ";display:block;margin-bottom:23px}@media (max-width: 1199px){.notify{top:58px;bottom:0;left:0;width:100%;padding:20px var(--padding-side);background:var(--bg);z-index:210}.notify-list{max-height:100%;padding:28px;border-radius:0;background:var(--bg);box-shadow:none}.notify-empty-list{margin-top:12px;color:var(--white25)}}.admin-settings-general{grid-area:general;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.admin-settings-other{grid-area:other}.admin-settings-notification{grid-area:notification}.admin-settings-general-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:row;gap:16px}.admin-settings-general-btnwrap{flex-grow:1;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:stretch;margin-top:16px}.admin-settings-field_large{grid-column-start:1;grid-column-end:3}.settings-icon{padding-left:18px;background-color:transparent;background-repeat:no-repeat;background-position:0% 50%}label.admin-settings-field{position:relative;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:44px;border-radius:18px;background:var(--bg_block2);cursor:pointer}label.admin-settings-field:before{content:"";position:absolute;width:2px;height:16px;left:0;top:14px;background:var(--violet)}label.admin-settings-field span{margin-left:11px;font-size:18px;color:var(--white85)}.delete-rates.ml-modal{width:auto}.delete-rates-list{display:grid;grid-template-rows:repeat(auto-fit,20px);grid-auto-flow:column;grid-gap:10px;margin:auto;max-width:100%;height:40vh}.delete-rates-list-item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100px;overflow:hidden;text-overflow:ellipsis}.delete-rates-list .delete-rates-list-item__checkbox{margin-right:10px}.admin-settings-notification{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}.admin-settings-notification-wrap{flex:1 0 auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.admin-settings-notification__textarea{flex:1 0 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.ml-ui__input.ml-ui__input_textarea-notification{flex:1 0 auto;height:auto;padding:10px 22px;line-height:24px}.ml-ui__input.ml-ui__input_textarea-notification::placeholder{line-height:24px}.admin-settings-notification-panel{flex:0 0 auto;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;gap:12px;width:380px}.ml-btn.ml-btn_send-notification{flex:1 0 auto;height:auto;margin-top:12px}.ml-btn_send-notification.settings-send-btn-icon:after{content:"";display:inline-block;width:15px;height:14px;margin-left:8px;opacity:.3;background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-size:contain;will-change:opacity;transition:opacity var(--anim_time) var(--anim_func)}.ml-btn_send-notification.settings-send-btn-icon.ml-btn_violet:after{opacity:1}.message-preview__text,.message-preview__text *{font-size:18px;line-height:140%}@media (max-width: 1199px){.admin-settings-general-grid{display:grid;grid-template-columns:1fr;grid-auto-flow:row;gap:16px}.admin-settings-field_large{grid-column-start:1;grid-column-end:2}label.admin-settings-field span{font-size:16px}.delete-rates-list{grid-gap:6px;min-height:50vh}.delete-rates-list-item{width:80px}.admin-settings-notification-wrap{flex:0 0 auto;flex-flow:column nowrap}.admin-settings-notification__textarea{flex:0 0 auto}.ml-ui__input.ml-ui__input_textarea-notification{flex:0 0 auto;height:252px}.admin-settings-notification-panel{width:100%}.ml-btn.ml-btn_send-notification{flex:0 0 auto;height:var(--btn_height)}.message-preview__text,.message-preview__text *{font-size:14px}}.users-wrap{width:100%;height:100%}.users-grid{display:grid;grid-template-areas:"customers vendors merchants" "blacklisted topup-freezes merchants";grid-template-columns:repeat(3,1fr);grid-template-rows:auto min-content;grid-gap:20px;height:100%}.users-block_customers{grid-area:customers}.users-block_vendors{grid-area:vendors}.users-block_merchants{grid-area:merchants}.users-block_blacklisted{grid-area:blacklisted}.users-block_topup-freezes{grid-area:topup-freezes}.users-block .ml-box-header__title.settings-user-icon{padding-left:23px;background-color:transparent;background-repeat:no-repeat;background-position:0 50%;background-size:18px 18px}.users-block .ml-box{margin-bottom:20px}.users-btn{margin-top:38px}.users-toggle-btns{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;min-width:calc(25% - 15px)}.users-toggle-btns .ml-btn{flex:1 0 auto}.users-toggle-btns .ml-btn:not(:first-child){margin-left:16px}.users-show-btn{display:inline-block;height:38px;padding:0 21px;border:none;border-radius:19px;background-color:var(--btn);background-image:none;background-repeat:no-repeat;font-family:var(--base_font);font-weight:400;font-size:16px;line-height:16px;color:var(--white85);cursor:pointer;overflow:hidden;z-index:5;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:background-color;transition:background-color var(--anim_time) var(--anim_func)}.users-show-btn span{vertical-align:middle}.users-show-btn svg{vertical-align:middle;margin-left:6px}.users-show-btn:hover{background-color:var(--btn_hover)}.users-show-btn:active{background-color:var(--btn_active)}.users-show-btn:disabled{color:var(--white25);background-color:var(--disabled);pointer-events:none}.table-cell-edit{position:relative;width:13%;padding:0;overflow:hidden}.table-cell-edit-yes,.table-cell-edit-no{position:absolute;width:100%;height:100%;top:0;left:0;padding:20px;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.table-cell-edit_left .table-cell-edit-yes,.table-cell-edit_left .table-cell-edit-no{justify-content:flex-start}.table-cell-edit-empty{padding:20px}.users-editable-text__el{display:inline-block}.users-editable-input__el{display:inline-block;max-width:120px;padding:0;border:none;outline:none;text-align:right;font-family:var(--base_font);font-weight:400;font-size:18px;line-height:20px;color:var(--white70);background:transparent}.table-cell-edit_left .users-editable-input__el{text-align:left}.users-editable-input__el::-webkit-inner-spin-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.table-merchants-managment .users-editable-input__el{max-width:4ch}.js-padding.add-scrollbar-x{padding-bottom:75px}.table-cell_btns{overflow:visible}.table-cell-settings{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;height:100%}.table-cell-btn-settings-wrap{position:relative;margin-left:8px;height:38px}.js-active.table-cell-btn-settings-wrap{z-index:10}.js-active.table-cell-btn-settings-wrap .icon-btn_settings{border-radius:12px 12px 0 0;background-color:var(--active)}.users-managment-settings{position:absolute;top:100%;left:0;width:380px;z-index:20;border-radius:0 14px 14px;background:var(--btn)}.users-managment-settings-item{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:10px 22px}.users-managment-settings-item__title{font-size:16px;line-height:24px;color:var(--white85)}.ml-modal.ml-modal_accounts{width:1000px}.table-dashboard_accounts .table-cell_name{width:230px}.ml-modal_accounts .dashboard-table-footer{justify-content:center}@media (max-width: 1199px){.users-grid{grid-template-areas:"customers" "vendors" "merchants" "blacklisted";grid-template-columns:1fr;grid-template-rows:auto min-content;height:auto}.users-block .ml-box{margin-bottom:12px}.users-btn{margin-top:18px}.users-toggle-btns{flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:12px;min-width:100%}.users-toggle-btns .ml-btn{width:100%}.users-toggle-btns .ml-btn:not(:first-child){margin:0}.mobile-title{margin-top:12px}.tablepanel-header-any{order:1}.users-editable-input__el{font-size:14px;line-height:16px}.ml-modal.ml-modal_accounts{width:100%;gap:0}.ml-modal_accounts .dashboard-table-wrap{padding:0}.table-dashboard.table-dashboard_accounts .table-cell{white-space:nowrap}.table-cell__btn.icon-btn_del{display:block}}.finance-header{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-end;gap:20px}.finance-header .select{width:360px}.finance-header .ml-btn{width:200px}.finance-table{width:100%}.finance-table-wrap{display:grid;grid-template-rows:1fr;grid-auto-flow:column;width:auto;margin-top:20px}.finance-table-title__item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;height:44px;padding:0 6px 0 16px;border-radius:18px 0 0 18px;font-size:16px;line-height:20px;color:var(--white85);white-space:nowrap}.finance-table-title__item.finance-table-title__item_desc{margin-bottom:4px}.finance-table-title__item_total{color:var(--white25)}.finance-table-title__item:nth-child(2n){background-color:#ffffff05}.finance-table-col__item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;height:44px;padding:0 6px;font-size:16px;line-height:20px;color:var(--white70)}.finance-table-col__item.finance-table-col__item_desc{margin-bottom:4px;color:var(--white25)}.finance-table-col__item:nth-child(2n){background-color:#ffffff05}.finance-table-total__item{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;height:44px;padding:0 16px 0 6px;border-radius:0 18px 18px 0;font-weight:500;font-size:16px;line-height:20px;color:var(--white85)}.finance-table-total__item.finance-table-total__item_desc{margin-bottom:4px}.finance-table-total__item:nth-child(2n){background-color:#ffffff05}.ml-dashboard_finances{width:100%;overflow-x:auto}.l-header__logo{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.334 54' enable-background='new 0 0 50.334 54' xml:space='preserve'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-0.6069' y1='42.2348' x2='51.4353' y2='21.9154' gradientTransform='matrix(1 0 0 -1 0 45.3894)'%3E%3Cstop offset='0' style='stop-color:%23B341C6'/%3E%3Cstop offset='1' style='stop-color:%233F21F5'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M13.869,13.519l3.487-2.046l9.379,5.452c1.968,1.14,1.582,1.839,0.708,2.344l-0.077,0.052 c-0.785,0.466-2.123,0.803-4.117-0.363l-9.379-5.452 M21.91,8.806l2.856-1.671l8.89,5.167c1.595,0.919,1.454,1.541,0.656,2.007 l-0.051,0.039c-0.759,0.44-1.878,0.557-3.461-0.363l-8.89-5.167 M40.592,10.968L21.717,0L1.441,11.862l18.977,11.02 c6.549,3.807,11.129,3.354,14.32,1.489l0.334-0.194c3.564-2.085,1.943-4.429,0.592-5.724c1.621,0.596,4.889,1.165,7.424-0.324 l0.296-0.181c2.316-1.36,3.049-3.6-2.805-7.006'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='-3.2554' y1='13.9541' x2='33.6921' y2='8.0295' gradientTransform='matrix(1 0 0 -1 0 45.3894)'%3E%3Cstop offset='0' style='stop-color:%23B341C6'/%3E%3Cstop offset='1' style='stop-color:%233F21F5'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_2_)' d='M7.823,28.671v-4.066l8.955,5.193c1.75,1.023,2.354,2.253,2.354,3.367v0.026 c0,1.14-0.643,1.658-2.367,0.66l-8.942-5.193 M18.604,25.109L0.064,14.348L0,37.955l7.784,4.532l0.026-8.093l7.462,4.338 c3.075,1.787,4.143,3.807,4.13,6.501v2.758c0,0.673,0.039,1.01,0.232,1.386L27.585,54v-0.155c-0.193-0.518-0.386-1.243-0.373-2.888 v-3.483c0.013-3.043-1.647-5.918-4.169-8.055c1.544,0.479,4.117,0.557,4.13-2.875v-0.35c0-3.833-2.612-7.589-8.569-11.046'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='26.4879' y1='11.3417' x2='55.1429' y2='7.4598' gradientTransform='matrix(1 0 0 -1 0 45.3894)'%3E%3Cstop offset='0' style='stop-color:%23B341C6'/%3E%3Cstop offset='1' style='stop-color:%233F21F5'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_3_)' d='M49.863,17.75l-6.483,4.06l-3.595,9.057l-3.689-4.478l-6.978,4.377l6.436,7.197l-6.459,15.913 l6.577-4.124l3.902-9.677l4.055,4.68l6.707-4.212l-6.577-7.83l6.094-14.977'/%3E%3C/g%3E%3C/svg%3E")}.l-header__logo:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.334 54' enable-background='new 0 0 50.334 54' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M13.869,13.519l3.487-2.046l9.379,5.452c1.968,1.14,1.582,1.839,0.708,2.344l-0.077,0.052 c-0.785,0.466-2.123,0.803-4.117-0.363l-9.379-5.452 M21.91,8.806l2.856-1.671l8.89,5.167c1.595,0.919,1.454,1.541,0.656,2.007 l-0.051,0.039c-0.759,0.44-1.878,0.557-3.461-0.363l-8.89-5.167 M40.592,10.968L21.717,0L1.441,11.862l18.977,11.02 c6.549,3.807,11.129,3.354,14.32,1.489l0.334-0.194c3.564-2.085,1.943-4.429,0.592-5.724c1.621,0.596,4.889,1.165,7.424-0.324 l0.296-0.181c2.316-1.36,3.049-3.6-2.805-7.006'/%3E%3Cpath fill='%23FFFFFF' d='M7.823,28.671v-4.066l8.955,5.193c1.75,1.023,2.354,2.253,2.354,3.367v0.026c0,1.14-0.643,1.658-2.367,0.66 l-8.942-5.193 M18.604,25.109L0.064,14.348L0,37.955l7.784,4.532l0.026-8.093l7.462,4.338c3.075,1.787,4.143,3.807,4.13,6.501 v2.758c0,0.673,0.039,1.01,0.232,1.386L27.585,54v-0.155c-0.193-0.518-0.386-1.243-0.373-2.888v-3.483 c0.013-3.043-1.647-5.918-4.169-8.055c1.544,0.479,4.117,0.557,4.13-2.875v-0.35c0-3.833-2.612-7.589-8.569-11.046'/%3E%3Cpath fill='%23FFFFFF' d='M49.863,17.75l-6.483,4.06l-3.595,9.057l-3.689-4.478l-6.978,4.377l6.436,7.197l-6.459,15.913l6.577-4.124 l3.902-9.677l4.055,4.68l6.707-4.212l-6.577-7.83l6.094-14.977'/%3E%3C/g%3E%3C/svg%3E")}.l-header__logo:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50.334 54' enable-background='new 0 0 50.334 54' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%236C54F6' d='M13.869,13.519l3.487-2.046l9.379,5.452c1.968,1.14,1.582,1.839,0.708,2.344l-0.077,0.052 c-0.785,0.466-2.123,0.803-4.117-0.363l-9.379-5.452 M21.91,8.806l2.856-1.671l8.89,5.167c1.595,0.919,1.454,1.541,0.656,2.007 l-0.051,0.039c-0.759,0.44-1.878,0.557-3.461-0.363l-8.89-5.167 M40.592,10.968L21.717,0L1.441,11.862l18.977,11.02 c6.549,3.807,11.129,3.354,14.32,1.489l0.334-0.194c3.564-2.085,1.943-4.429,0.592-5.724c1.621,0.596,4.889,1.165,7.424-0.324 l0.296-0.181c2.316-1.36,3.049-3.6-2.805-7.006'/%3E%3Cpath fill='%236C54F6' d='M7.823,28.671v-4.066l8.955,5.193c1.75,1.023,2.354,2.253,2.354,3.367v0.026c0,1.14-0.643,1.658-2.367,0.66 l-8.942-5.193 M18.604,25.109L0.064,14.348L0,37.955l7.784,4.532l0.026-8.093l7.462,4.338c3.075,1.787,4.143,3.807,4.13,6.501 v2.758c0,0.673,0.039,1.01,0.232,1.386L27.585,54v-0.155c-0.193-0.518-0.386-1.243-0.373-2.888v-3.483 c0.013-3.043-1.647-5.918-4.169-8.055c1.544,0.479,4.117,0.557,4.13-2.875v-0.35c0-3.833-2.612-7.589-8.569-11.046'/%3E%3Cpath fill='%236C54F6' d='M49.863,17.75l-6.483,4.06l-3.595,9.057l-3.689-4.478l-6.978,4.377l6.436,7.197l-6.459,15.913l6.577-4.124 l3.902-9.677l4.055,4.68l6.707-4.212l-6.577-7.83l6.094-14.977'/%3E%3C/g%3E%3C/svg%3E")}.top-scroll{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='87.9984' height='87.9984' rx='43.9992' fill='%236C54F6'/%3E%3Cpath d='M61.3732 33.4249L58.7571 36.0495L47.7562 25.0129L46.2804 22.9268L45.6096 23.1286L45.878 25.6859L45.8763 70.1198L42.1198 70.1198L42.1215 25.6859L42.3899 23.1287L41.7191 22.9268L40.2433 25.0129L29.2424 36.0495L26.6264 33.4249L42.6582 17.3412L45.3413 17.3412L61.3732 33.4249Z' fill='white' stroke='white'/%3E%3C/svg%3E")}.rl-header__logo:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 137 35' enable-background='new 0 0 137 35' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0,15.441C0,10.294,0,5.147,0,0c4.59,0,9.18,0,13.77,0c-0.065,0.044-0.128,0.092-0.196,0.132 C9.453,2.565,5.331,4.998,1.209,7.43C1.129,7.478,1.05,7.528,0.949,7.59c0.116,0.07,0.204,0.124,0.293,0.176 c3.22,1.886,6.438,3.774,9.66,5.656c1.014,0.592,2.022,1.197,3.059,1.747c1.323,0.701,2.722,1.183,4.231,1.298 c1.691,0.129,3.212-0.327,4.566-1.333c0.233-0.173,0.438-0.4,0.609-0.637c0.294-0.405,0.351-0.864,0.2-1.346 c-0.125-0.397-0.352-0.732-0.622-1.042c-0.066-0.076-0.133-0.151-0.23-0.262c0.103,0.026,0.157,0.037,0.209,0.052 c0.803,0.245,1.622,0.343,2.462,0.286c0.946-0.063,1.792-0.386,2.537-0.965c0.18-0.14,0.342-0.315,0.478-0.499 c0.236-0.321,0.287-0.687,0.179-1.072c-0.073-0.257-0.189-0.497-0.365-0.696c-0.248-0.281-0.501-0.561-0.783-0.806 c-0.568-0.495-1.213-0.88-1.863-1.26c-3.843-2.245-7.68-4.498-11.519-6.75C13.984,0.101,13.927,0.047,13.866,0 c41.035,0,82.071,0,123.111,0c0,11.665,0,23.329,0,35C91.321,35,45.661,35,0,35c0-3.559,0-7.123,0-10.687 c0.087,0.033,0.18,0.056,0.259,0.102c1.489,0.872,2.976,1.747,4.464,2.62c0.071,0.042,0.147,0.077,0.264,0.138 c0-1.74,0-3.428,0-5.154c0.108,0.057,0.178,0.091,0.244,0.13c1.502,0.88,3.006,1.76,4.506,2.644 c0.241,0.142,0.478,0.292,0.699,0.462c0.253,0.194,0.501,0.399,0.726,0.624c0.79,0.793,1.155,1.766,1.166,2.876 c0.007,0.711,0.001,1.422,0.008,2.133c0.002,0.158,0.029,0.318,0.057,0.474c0.025,0.139,0.104,0.236,0.234,0.312 c1.574,0.917,3.144,1.84,4.715,2.761c0.05,0.029,0.105,0.048,0.169,0.077c0-0.056,0.009-0.091-0.001-0.118 c-0.162-0.458-0.207-0.936-0.213-1.415c-0.011-0.871-0.011-1.742-0.008-2.613c0.002-0.72-0.132-1.413-0.391-2.082 c-0.423-1.094-1.103-2.011-1.952-2.81c-0.061-0.057-0.122-0.114-0.224-0.21c0.1,0.011,0.139,0.016,0.177,0.02 c0.269,0.028,0.539,0.084,0.808,0.078c0.74-0.015,1.251-0.425,1.452-1.134c0.033-0.115,0.056-0.233,0.071-0.352 c0.135-1.117-0.054-2.18-0.547-3.189c-0.484-0.992-1.188-1.813-1.994-2.554c-0.94-0.865-2.001-1.566-3.095-2.211 c-3.75-2.21-7.511-4.404-11.268-6.604c-0.071-0.042-0.145-0.08-0.243-0.132C0.077,9.297,0.07,9.367,0.069,9.437 c-0.006,1.039-0.011,2.077-0.015,3.116c-0.004,0.887-0.007,1.773-0.014,2.66C0.039,15.289,0.014,15.365,0,15.441z M31.613,11.428 c-0.012-0.01-0.024-0.02-0.035-0.03c-0.072,0.044-0.145,0.087-0.216,0.132c-1.209,0.764-2.417,1.53-3.629,2.289 c-0.145,0.091-0.23,0.203-0.291,0.359c-0.695,1.777-1.395,3.552-2.095,5.328c-0.025,0.063-0.055,0.125-0.096,0.219 c-0.786-0.961-1.553-1.899-2.33-2.85c-1.481,0.937-2.948,1.866-4.426,2.801c0.067,0.08,0.111,0.136,0.159,0.189 c1.246,1.406,2.489,2.814,3.742,4.213c0.137,0.154,0.155,0.27,0.078,0.46c-1.3,3.212-2.592,6.428-3.885,9.643 c-0.029,0.071-0.05,0.145-0.091,0.265c0.118-0.07,0.191-0.112,0.263-0.157c1.229-0.777,2.457-1.557,3.689-2.33 c0.143-0.09,0.235-0.196,0.297-0.354c0.748-1.885,1.502-3.767,2.256-5.65c0.037-0.092,0.079-0.182,0.132-0.302 c0.868,1.01,1.714,1.994,2.562,2.98c1.433-0.908,2.84-1.8,4.259-2.699c-1.405-1.688-2.789-3.351-4.17-5.01 C29.066,17.743,30.34,14.585,31.613,11.428z M56.49,10.762c0,4.088,0,8.145,0,12.237c0.104,0,0.197,0,0.29,0 c1.639,0,3.278,0.002,4.917-0.001c0.408-0.001,0.816-0.005,1.222-0.031c0.69-0.043,1.363-0.173,1.992-0.476 c0.834-0.403,1.377-1.048,1.601-1.95c0.2-0.807,0.186-1.617-0.03-2.418c-0.209-0.777-0.687-1.346-1.426-1.675 c-0.268-0.119-0.557-0.193-0.836-0.286c-0.067-0.022-0.136-0.038-0.2-0.056c0.003-0.158,0.002-0.16,0.09-0.184 c0.077-0.021,0.156-0.034,0.233-0.056c0.672-0.193,1.15-0.593,1.311-1.294c0.162-0.709,0.129-1.414-0.145-2.094 c-0.289-0.716-0.85-1.141-1.556-1.397c-0.693-0.252-1.417-0.324-2.146-0.328c-1.687-0.008-3.374-0.003-5.061-0.002 C56.667,10.751,56.589,10.758,56.49,10.762z M44.207,10.762c0,4.088,0,8.145,0,12.199c0.232,0.058,2.044,0.051,2.234-0.01 c0.002-1.597-0.001-3.199,0.001-4.81c0.865,0,1.695,0,2.543,0c0.045,0.073,0.096,0.153,0.145,0.235 c0.876,1.477,1.753,2.954,2.626,4.433c0.069,0.117,0.133,0.196,0.291,0.194c0.735-0.009,1.471-0.004,2.207-0.005 c0.051,0,0.103-0.016,0.183-0.029c-0.156-0.253-0.298-0.483-0.44-0.713c-0.746-1.21-1.494-2.42-2.236-3.633 c-0.084-0.137-0.172-0.209-0.342-0.196c-0.207,0.016-0.415,0.004-0.623,0.004c-0.149,0-0.299,0-0.451,0c0-0.116,0-0.198,0-0.289 c0.095-0.006,0.174-0.011,0.252-0.016c0.632-0.044,1.254-0.141,1.845-0.383c0.981-0.402,1.594-1.117,1.83-2.152 c0.137-0.598,0.156-1.203,0.085-1.81c-0.157-1.338-0.837-2.266-2.135-2.709c-0.682-0.233-1.387-0.313-2.1-0.316 c-1.887-0.009-3.774-0.003-5.661-0.002C44.384,10.751,44.306,10.758,44.207,10.762z M92.318,10.762c0,4.088,0,8.146,0,12.22 c0.74,0,1.47,0,2.228,0c0-1.618,0-3.22,0-4.836c0.865,0,1.702,0,2.549,0c0.051,0.084,0.106,0.172,0.159,0.261 c0.864,1.457,1.73,2.912,2.587,4.373c0.098,0.167,0.206,0.226,0.397,0.223c0.679-0.011,1.359-0.004,2.039-0.005 c0.077,0,0.155-0.008,0.256-0.013c-0.035-0.07-0.055-0.119-0.082-0.164c-0.242-0.395-0.486-0.789-0.729-1.183 c-0.621-1.006-1.245-2.011-1.859-3.021c-0.087-0.144-0.183-0.195-0.345-0.189c-0.295,0.011-0.592,0.004-0.887,0.002 c-0.061,0-0.122-0.013-0.185-0.02c-0.004-0.065-0.011-0.112-0.01-0.16c0.001-0.03,0.012-0.061,0.017-0.086 c0.021-0.012,0.034-0.025,0.049-0.026c0.064-0.006,0.128-0.008,0.191-0.013c0.592-0.04,1.175-0.128,1.735-0.336 c0.962-0.357,1.615-1.009,1.902-2.005c0.191-0.663,0.201-1.341,0.128-2.02c-0.025-0.229-0.072-0.459-0.137-0.68 c-0.314-1.074-1.054-1.721-2.099-2.051c-0.654-0.206-1.33-0.278-2.011-0.281c-1.879-0.007-3.758-0.002-5.637-0.002 C92.496,10.751,92.418,10.758,92.318,10.762z M135.325,15.786c-0.539,0-1.039,0-1.54,0c-0.496,0-0.991,0-1.487,0 c-0.504,0-1.007,0.002-1.511-0.001c-0.499-0.003-0.999,0.013-1.493-0.009c-0.049-0.43-0.031-2.869,0.024-3.057 c1.032,0,2.07,0,3.109,0c1.037,0,2.073,0,3.113,0c0.236-0.662,0.463-1.297,0.691-1.938c-0.318-0.053-9.008-0.039-9.171,0.009 c0,4.063,0,8.125,0,12.194c2.836,0,5.654,0,8.464,0c0.211-0.443,0.67-1.802,0.667-1.989c-2.298,0-4.597,0-6.9,0 c0-1.128,0-2.233,0-3.362c1.798,0,3.578,0,5.366,0C134.879,17.017,135.095,16.42,135.325,15.786z M107.309,10.762 c-1.239,4.069-2.477,8.134-3.722,12.22c0.777,0,1.523,0,2.276,0c0.338-1.135,0.671-2.257,1.002-3.37c1.753,0,3.476,0,5.201,0 c0.338,1.137,0.672,2.259,1.002,3.368c0.453,0.045,2.077,0.028,2.268-0.025c-1.238-4.066-2.476-8.131-3.713-12.193 C110.172,10.762,108.752,10.762,107.309,10.762z M88.105,18.66c-0.026,0.106-0.046,0.192-0.069,0.277 c-0.274,0.998-0.894,1.679-1.878,2.011c-0.64,0.216-1.299,0.252-1.965,0.158c-1.305-0.183-2.219-0.877-2.729-2.095 c-0.205-0.491-0.306-1.007-0.35-1.535c-0.068-0.803-0.02-1.598,0.216-2.372c0.321-1.05,0.947-1.839,1.993-2.246 c0.758-0.295,1.547-0.335,2.337-0.186c1.253,0.236,2.086,0.949,2.398,2.215c0.015,0.06,0.039,0.117,0.056,0.169 c0.427,0.05,2.116,0.03,2.276-0.025c0.002-0.016,0.005-0.032,0.004-0.048c-0.001-0.024-0.002-0.048-0.006-0.072 c-0.334-1.9-1.368-3.241-3.188-3.93c-1.3-0.492-2.644-0.537-3.988-0.231c-1.906,0.434-3.258,1.553-3.933,3.403 c-0.58,1.592-0.604,3.228-0.183,4.859c0.451,1.748,1.499,3.017,3.194,3.696c1.33,0.533,2.712,0.608,4.099,0.294 c2.143-0.486,3.498-1.793,3.969-3.966c0.026-0.121,0.041-0.244,0.062-0.378C89.637,18.66,88.879,18.66,88.105,18.66z M71.915,17.211c-0.51,0-1.018,0-1.534,0c-0.942,1.926-1.876,3.836-2.831,5.788c0.33,0,0.607,0,0.885,0 c0.44,0,0.879-0.004,1.319,0.002c0.121,0.002,0.197-0.037,0.236-0.152c0.015-0.045,0.039-0.087,0.059-0.131 c0.757-1.612,1.515-3.223,2.273-4.835c0.038-0.082,0.083-0.161,0.137-0.266c0.077,0.114,0.132,0.192,0.184,0.272 c1.083,1.64,2.168,3.279,3.246,4.922c0.089,0.135,0.181,0.193,0.346,0.191c0.703-0.009,1.407-0.003,2.111-0.005 c0.068,0,0.136-0.01,0.24-0.019c-0.066-0.101-0.112-0.173-0.159-0.244c-1.345-2.032-2.689-4.064-4.039-6.093 c-0.12-0.18-0.16-0.354-0.101-0.578c0.455,0,0.907,0,1.347,0c0.468-0.86,2.467-5.098,2.501-5.302c-0.741,0-1.481,0-2.232,0 c-0.738,1.593-1.474,3.181-2.223,4.797c-0.07-0.101-0.117-0.165-0.16-0.231c-0.965-1.46-1.931-2.918-2.89-4.381 c-0.094-0.143-0.192-0.203-0.366-0.201c-0.703,0.009-1.407,0.003-2.111,0.005c-0.066,0-0.133,0.01-0.228,0.018 c0.08,0.124,0.14,0.218,0.201,0.311c1.232,1.858,2.462,3.717,3.698,5.571C71.941,16.826,71.971,16.995,71.915,17.211z M121.127,22.985c0-0.588,0-1.153,0-1.719c0-0.567,0-1.134,0-1.702c0-0.567,0-1.134,0-1.702c0-0.575,0-1.15,0-1.726 c0-0.567-0.001-1.134,0-1.702c0.001-0.564-0.003-1.128,0.003-1.715c1.19,0,2.346,0,3.508,0c0.229-0.663,0.477-1.297,0.69-1.958 c-3.341,0-6.649,0-9.97,0c-0.231,0.646-0.459,1.287-0.701,1.963c1.432,0,2.819,0,4.232,0c0,3.431,0,6.838,0,10.26 C119.638,22.985,120.362,22.985,121.127,22.985z' fill='%23060606'/%3E%3Cpath fill='transparent' d='M13.866,0c0.061,0.047,0.118,0.101,0.184,0.139c3.839,2.252,7.676,4.505,11.519,6.75 c0.65,0.38,1.295,0.765,1.863,1.26c0.281,0.246,0.535,0.526,0.783,0.806c0.175,0.198,0.292,0.439,0.365,0.696 c0.109,0.385,0.058,0.751-0.179,1.072c-0.136,0.184-0.298,0.359-0.478,0.499c-0.745,0.579-1.591,0.901-2.537,0.965 c-0.84,0.056-1.659-0.042-2.462-0.286c-0.052-0.016-0.106-0.027-0.209-0.052c0.097,0.111,0.164,0.186,0.23,0.262 c0.27,0.31,0.497,0.644,0.622,1.042c0.152,0.482,0.094,0.941-0.2,1.346c-0.171,0.236-0.376,0.464-0.609,0.637 c-1.354,1.006-2.875,1.462-4.566,1.333c-1.509-0.115-2.909-0.597-4.231-1.298c-1.037-0.55-2.045-1.155-3.059-1.747 c-3.222-1.882-6.44-3.77-9.66-5.656C1.154,7.714,1.066,7.66,0.949,7.59c0.1-0.062,0.179-0.112,0.26-0.16 c4.122-2.433,8.244-4.865,12.365-7.298C13.642,0.092,13.705,0.044,13.77,0C13.802,0,13.834,0,13.866,0z M11.05,7.353 C10.406,7.68,9.011,8.531,8.895,8.666C8.921,8.684,8.947,8.704,8.974,8.72c1.955,1.147,3.909,2.295,5.868,3.436 c0.233,0.136,0.484,0.248,0.739,0.335c0.679,0.229,1.334,0.193,1.944-0.226c0.449-0.308,0.484-0.623,0.074-0.987 c-0.207-0.184-0.443-0.341-0.682-0.482c-1.643-0.97-3.29-1.932-4.935-2.897C11.672,7.717,11.363,7.536,11.05,7.353z M13.94,5.633 c0.068,0.044,0.1,0.068,0.133,0.087c1.847,1.083,3.692,2.171,5.544,3.245c0.266,0.154,0.563,0.268,0.859,0.355 c0.483,0.143,0.95,0.079,1.374-0.211c0.378-0.259,0.4-0.519,0.071-0.84c-0.034-0.033-0.069-0.068-0.108-0.095 c-0.172-0.117-0.34-0.239-0.519-0.344c-1.122-0.661-2.246-1.318-3.37-1.977c-0.669-0.392-1.339-0.78-2.004-1.179 c-0.135-0.081-0.237-0.085-0.369,0.003C15.34,4.818,15.114,4.94,14.894,5.07C14.585,5.252,14.276,5.435,13.94,5.633z'/%3E%3Cpath fill='transparent' d='M0,15.441c0.014-0.076,0.039-0.152,0.04-0.228c0.007-0.887,0.01-1.773,0.014-2.66 c0.005-1.039,0.01-2.077,0.015-3.116c0-0.07,0.008-0.14,0.014-0.251c0.097,0.053,0.171,0.091,0.243,0.132 c3.757,2.2,7.517,4.393,11.268,6.604c1.094,0.645,2.155,1.345,3.095,2.211c0.806,0.742,1.51,1.563,1.994,2.554 c0.493,1.009,0.682,2.072,0.547,3.189c-0.014,0.118-0.038,0.237-0.071,0.352c-0.201,0.709-0.712,1.119-1.452,1.134 c-0.269,0.006-0.538-0.05-0.808-0.078c-0.038-0.004-0.077-0.009-0.177-0.02c0.102,0.096,0.163,0.153,0.224,0.21 c0.849,0.799,1.529,1.716,1.952,2.81c0.259,0.67,0.394,1.362,0.391,2.082c-0.003,0.871-0.003,1.742,0.008,2.613 c0.006,0.48,0.052,0.957,0.213,1.415c0.01,0.028,0.001,0.062,0.001,0.118c-0.064-0.029-0.12-0.048-0.169-0.077 c-1.571-0.921-3.142-1.844-4.715-2.761c-0.13-0.076-0.209-0.173-0.234-0.312c-0.028-0.157-0.055-0.316-0.057-0.474 c-0.007-0.711,0-1.422-0.008-2.133c-0.011-1.11-0.376-2.083-1.166-2.876c-0.225-0.226-0.473-0.431-0.726-0.624 c-0.221-0.17-0.459-0.32-0.699-0.462c-1.5-0.884-3.003-1.763-4.506-2.644c-0.067-0.039-0.137-0.073-0.244-0.13 c0,1.726,0,3.414,0,5.154c-0.118-0.061-0.193-0.096-0.264-0.138c-1.488-0.874-2.975-1.749-4.464-2.62 C0.18,24.368,0.087,24.346,0,24.313C0,21.355,0,18.398,0,15.441z M4.995,15.757c0,0.109,0,0.172,0,0.236 c0,0.703,0.005,1.406-0.004,2.109c-0.002,0.166,0.053,0.255,0.196,0.338c0.996,0.575,1.987,1.16,2.979,1.741 c0.834,0.489,1.668,0.977,2.502,1.465c0.242,0.141,0.49,0.273,0.77,0.319c0.423,0.07,0.657-0.108,0.707-0.535 c0.066-0.571-0.109-1.072-0.46-1.517c-0.291-0.37-0.662-0.644-1.066-0.88c-1.793-1.048-3.585-2.098-5.377-3.146 C5.175,15.848,5.104,15.815,4.995,15.757z'/%3E%3Cpath fill='transparent' d='M31.613,11.428c-1.274,3.158-2.547,6.316-3.829,9.495c1.381,1.659,2.765,3.322,4.17,5.01 c-1.419,0.899-2.826,1.791-4.259,2.699c-0.848-0.986-1.694-1.97-2.562-2.98c-0.052,0.12-0.095,0.21-0.132,0.302 c-0.753,1.883-1.507,3.765-2.256,5.65c-0.063,0.158-0.154,0.264-0.297,0.354c-1.232,0.773-2.459,1.552-3.689,2.33 c-0.071,0.045-0.145,0.087-0.263,0.157c0.041-0.12,0.062-0.194,0.091-0.265c1.293-3.215,2.585-6.43,3.885-9.643 c0.077-0.19,0.059-0.307-0.078-0.46c-1.253-1.4-2.496-2.808-3.742-4.213c-0.047-0.053-0.092-0.109-0.159-0.189 c1.478-0.935,2.945-1.864,4.426-2.801c0.777,0.951,1.544,1.889,2.33,2.85c0.041-0.094,0.071-0.155,0.096-0.219 c0.699-1.775,1.4-3.55,2.095-5.328c0.061-0.156,0.146-0.268,0.291-0.359c1.212-0.759,2.42-1.525,3.629-2.289 c0.071-0.045,0.144-0.088,0.216-0.132C31.59,11.407,31.601,11.417,31.613,11.428z'/%3E%3Cpath fill='transparent' d='M56.49,10.762c0.099-0.004,0.177-0.011,0.255-0.011c1.687-0.001,3.374-0.006,5.061,0.002 c0.729,0.004,1.453,0.076,2.146,0.328c0.705,0.256,1.267,0.681,1.556,1.397c0.274,0.68,0.308,1.386,0.145,2.094 c-0.16,0.701-0.639,1.101-1.311,1.294c-0.077,0.022-0.156,0.035-0.233,0.056c-0.088,0.024-0.088,0.026-0.09,0.184 c0.065,0.018,0.134,0.033,0.2,0.056c0.28,0.093,0.568,0.167,0.836,0.286c0.739,0.329,1.217,0.897,1.426,1.675 c0.216,0.8,0.229,1.611,0.03,2.418c-0.223,0.902-0.767,1.548-1.601,1.95c-0.629,0.304-1.302,0.433-1.992,0.476 c-0.407,0.025-0.815,0.03-1.222,0.031c-1.639,0.003-3.278,0.001-4.917,0.001c-0.093,0-0.187,0-0.29,0 C56.49,18.907,56.49,14.85,56.49,10.762z M58.732,21.148c0.072,0.008,0.112,0.015,0.151,0.015c1.063,0.001,2.126,0.004,3.19-0.001 c0.457-0.002,0.91-0.052,1.34-0.223c0.482-0.191,0.799-0.537,0.876-1.052c0.047-0.313,0.06-0.638,0.034-0.953 c-0.039-0.475-0.243-0.88-0.683-1.117c-0.174-0.094-0.365-0.163-0.555-0.217c-0.395-0.112-0.805-0.129-1.212-0.132 c-0.975-0.006-1.951-0.002-2.926-0.001c-0.07,0-0.14,0.008-0.216,0.013C58.732,18.707,58.732,19.918,58.732,21.148z M58.717,12.575 c-0.055,0.351-0.021,2.941,0.037,3.11c0.029,0.004,0.06,0.011,0.092,0.011c0.959,0,1.919,0.003,2.878-0.001 c0.361-0.002,0.719-0.04,1.06-0.169c0.414-0.157,0.684-0.448,0.742-0.891c0.037-0.283,0.053-0.574,0.03-0.858 c-0.046-0.575-0.37-0.932-0.93-1.079c-0.359-0.094-0.724-0.121-1.093-0.122c-0.848-0.002-1.695-0.001-2.543-0.001 C58.903,12.575,58.816,12.575,58.717,12.575z'/%3E%3Cpath fill='transparent' d='M44.207,10.762c0.099-0.004,0.177-0.011,0.255-0.011c1.887-0.001,3.774-0.006,5.661,0.002 c0.713,0.003,1.419,0.084,2.1,0.316c1.298,0.443,1.978,1.371,2.135,2.709c0.071,0.607,0.052,1.212-0.085,1.81 c-0.237,1.035-0.849,1.751-1.83,2.152c-0.591,0.242-1.213,0.339-1.845,0.383c-0.079,0.006-0.157,0.01-0.252,0.016 c0,0.091,0,0.174,0,0.289c0.152,0,0.301,0,0.451,0c0.208,0,0.417,0.012,0.623-0.004c0.169-0.013,0.258,0.058,0.342,0.196 c0.742,1.213,1.49,2.422,2.236,3.633c0.142,0.23,0.284,0.46,0.44,0.713c-0.08,0.013-0.131,0.029-0.183,0.029 c-0.736,0.002-1.471-0.004-2.207,0.005c-0.159,0.002-0.222-0.078-0.291-0.194c-0.873-1.479-1.75-2.955-2.626-4.433 c-0.048-0.082-0.1-0.162-0.145-0.235c-0.848,0-1.678,0-2.543,0c-0.002,1.611,0,3.213-0.001,4.81 c-0.19,0.061-2.002,0.068-2.234,0.01C44.207,18.907,44.207,14.85,44.207,10.762z M46.45,16.375 c0.069,0.005,0.116,0.012,0.163,0.012c1.079,0.001,2.158,0.007,3.237-0.003c0.431-0.004,0.86-0.052,1.27-0.211 c0.502-0.196,0.812-0.554,0.923-1.078c0.072-0.338,0.074-0.68,0.034-1.025c-0.086-0.735-0.504-1.17-1.205-1.345 c-0.239-0.06-0.488-0.106-0.733-0.109c-1.191-0.014-2.382-0.011-3.572-0.013c-0.037,0-0.074,0.014-0.116,0.023 C46.45,13.875,46.45,15.111,46.45,16.375z'/%3E%3Cpath fill='transparent' d='M92.318,10.762c0.1-0.004,0.178-0.011,0.257-0.011c1.879-0.001,3.758-0.005,5.637,0.002 c0.681,0.002,1.357,0.074,2.011,0.281c1.045,0.33,1.784,0.976,2.099,2.051c0.065,0.221,0.112,0.451,0.137,0.68 c0.073,0.68,0.063,1.357-0.128,2.02c-0.287,0.995-0.941,1.648-1.902,2.005c-0.559,0.208-1.143,0.296-1.735,0.336 c-0.064,0.004-0.128,0.007-0.191,0.013c-0.014,0.001-0.027,0.014-0.049,0.026c-0.005,0.025-0.017,0.055-0.017,0.086 c-0.001,0.047,0.005,0.095,0.01,0.16c0.063,0.007,0.124,0.019,0.185,0.02c0.296,0.002,0.592,0.009,0.887-0.002 c0.162-0.006,0.258,0.045,0.345,0.189c0.614,1.011,1.238,2.015,1.859,3.021c0.243,0.394,0.487,0.789,0.729,1.183 c0.028,0.045,0.048,0.094,0.082,0.164c-0.102,0.005-0.179,0.013-0.256,0.013c-0.68,0.001-1.359-0.006-2.039,0.005 c-0.191,0.003-0.299-0.056-0.397-0.223c-0.857-1.461-1.723-2.916-2.587-4.373c-0.053-0.089-0.108-0.177-0.159-0.261 c-0.847,0-1.684,0-2.549,0c0,1.616,0,3.218,0,4.836c-0.758,0-1.489,0-2.228,0C92.318,18.908,92.318,14.85,92.318,10.762z M94.566,12.612c-0.047,0.42-0.029,3.581,0.022,3.762c0.034,0.004,0.073,0.012,0.112,0.012c1.095,0.001,2.189,0.008,3.284-0.003 c0.448-0.005,0.893-0.056,1.312-0.239c0.448-0.195,0.731-0.529,0.842-1.006c0.09-0.387,0.091-0.778,0.031-1.166 c-0.091-0.587-0.42-0.987-0.987-1.185c-0.312-0.109-0.633-0.173-0.962-0.175c-1.15-0.008-2.301-0.008-3.451-0.011 C94.705,12.601,94.643,12.607,94.566,12.612z'/%3E%3Cpath fill='transparent' d='M135.325,15.786c-0.23,0.634-0.446,1.231-0.669,1.847c-1.788,0-3.568,0-5.366,0c0,1.129,0,2.235,0,3.362 c2.303,0,4.602,0,6.9,0c0.004,0.186-0.456,1.546-0.667,1.989c-2.81,0-5.628,0-8.464,0c0-4.068,0-8.131,0-12.194 c0.163-0.048,8.853-0.062,9.171-0.009c-0.228,0.641-0.455,1.276-0.691,1.938c-1.04,0-2.076,0-3.113,0c-1.038,0-2.076,0-3.109,0 c-0.055,0.188-0.072,2.627-0.024,3.057c0.494,0.022,0.994,0.007,1.493,0.009c0.504,0.003,1.007,0.001,1.511,0.001 c0.496,0,0.991,0,1.487,0C134.285,15.786,134.786,15.786,135.325,15.786z'/%3E%3Cpath fill='transparent' d='M107.309,10.762c1.443,0,2.863,0,4.314,0c1.237,4.062,2.475,8.127,3.713,12.193 c-0.19,0.053-1.814,0.071-2.268,0.025c-0.33-1.109-0.663-2.231-1.002-3.368c-1.725,0-3.448,0-5.201,0 c-0.331,1.113-0.664,2.234-1.002,3.37c-0.753,0-1.499,0-2.276,0C104.832,18.896,106.07,14.831,107.309,10.762z M107.436,17.695 c1.374,0,2.703,0,4.06,0c-0.635-2.121-1.264-4.22-1.892-6.318c-0.11,0-0.201,0-0.294,0 C108.684,13.486,108.063,15.58,107.436,17.695z'/%3E%3Cpath fill='transparent' d='M88.105,18.66c0.774,0,1.531,0,2.316,0c-0.022,0.134-0.036,0.257-0.062,0.378 c-0.471,2.173-1.826,3.48-3.969,3.966c-1.386,0.314-2.769,0.239-4.099-0.294c-1.695-0.679-2.743-1.948-3.194-3.696 c-0.421-1.631-0.398-3.267,0.183-4.859c0.675-1.851,2.027-2.969,3.933-3.403c1.344-0.306,2.688-0.261,3.988,0.231 c1.819,0.688,2.854,2.029,3.188,3.93c0.004,0.024,0.005,0.048,0.006,0.072c0,0.016-0.003,0.032-0.005,0.048 c-0.161,0.054-1.849,0.074-2.276,0.025c-0.017-0.052-0.041-0.109-0.056-0.169c-0.311-1.266-1.145-1.979-2.398-2.215 c-0.79-0.149-1.579-0.108-2.337,0.186c-1.046,0.407-1.672,1.196-1.993,2.246c-0.237,0.774-0.285,1.568-0.216,2.372 c0.045,0.528,0.145,1.044,0.35,1.535c0.51,1.218,1.424,1.912,2.729,2.095c0.667,0.094,1.325,0.058,1.965-0.158 c0.985-0.332,1.604-1.013,1.878-2.011C88.06,18.852,88.079,18.766,88.105,18.66z'/%3E%3Cpath fill='transparent' d='M71.915,17.211c0.056-0.216,0.026-0.386-0.09-0.56c-1.236-1.855-2.466-3.713-3.698-5.571 c-0.061-0.093-0.121-0.186-0.201-0.311c0.095-0.008,0.161-0.018,0.228-0.018c0.704-0.001,1.407,0.005,2.111-0.005 c0.173-0.002,0.272,0.057,0.366,0.201c0.959,1.463,1.925,2.922,2.89,4.381c0.044,0.066,0.09,0.13,0.16,0.231 c0.749-1.616,1.485-3.204,2.223-4.797c0.752,0,1.492,0,2.232,0c-0.034,0.204-2.033,4.442-2.501,5.302c-0.44,0-0.893,0-1.347,0 c-0.059,0.224-0.019,0.398,0.101,0.578c1.35,2.028,2.694,4.061,4.039,6.093c0.047,0.071,0.093,0.143,0.159,0.244 c-0.104,0.008-0.172,0.019-0.24,0.019c-0.704,0.001-1.407-0.005-2.111,0.005c-0.165,0.002-0.258-0.056-0.346-0.191 c-1.079-1.643-2.163-3.282-3.246-4.922c-0.053-0.08-0.107-0.158-0.184-0.272c-0.055,0.105-0.099,0.184-0.137,0.266 c-0.758,1.611-1.515,3.223-2.273,4.835c-0.02,0.043-0.044,0.086-0.059,0.131c-0.039,0.115-0.115,0.154-0.236,0.152 c-0.44-0.006-0.879-0.002-1.319-0.002c-0.278,0-0.555,0-0.885,0c0.955-1.952,1.889-3.862,2.831-5.788 C70.897,17.211,71.405,17.211,71.915,17.211z'/%3E%3Cpath fill='transparent' d='M121.127,22.985c-0.764,0-1.488,0-2.238,0c0-3.422,0-6.829,0-10.26c-1.413,0-2.8,0-4.232,0 c0.241-0.676,0.47-1.317,0.701-1.963c3.322,0,6.629,0,9.97,0c-0.213,0.661-0.461,1.295-0.69,1.958c-1.162,0-2.319,0-3.508,0 c-0.006,0.587-0.002,1.151-0.003,1.715c-0.001,0.567,0,1.134,0,1.702c0,0.575,0,1.15,0,1.726c0,0.567,0,1.134,0,1.702 c0,0.567,0,1.134,0,1.702C121.127,21.831,121.127,22.397,121.127,22.985z'/%3E%3Cpath d='M11.05,7.353c0.312,0.183,0.622,0.364,0.931,0.546c1.646,0.965,3.293,1.927,4.935,2.897 c0.239,0.141,0.475,0.298,0.682,0.482c0.41,0.364,0.375,0.678-0.074,0.987c-0.609,0.419-1.265,0.454-1.944,0.226 c-0.255-0.086-0.507-0.199-0.739-0.335c-1.959-1.141-3.913-2.289-5.868-3.436C8.947,8.704,8.921,8.684,8.895,8.666 C9.011,8.531,10.406,7.68,11.05,7.353z' fill='%23060606'/%3E%3Cpath d='M13.94,5.633c0.336-0.198,0.645-0.381,0.954-0.564c0.22-0.13,0.446-0.252,0.659-0.393c0.132-0.088,0.233-0.084,0.369-0.003 c0.664,0.399,1.335,0.787,2.004,1.179c1.124,0.659,2.248,1.316,3.37,1.977c0.179,0.105,0.347,0.228,0.519,0.344 c0.039,0.027,0.074,0.061,0.108,0.095c0.329,0.321,0.307,0.582-0.071,0.84c-0.424,0.29-0.891,0.354-1.374,0.211 c-0.296-0.087-0.593-0.201-0.859-0.355c-1.853-1.074-3.697-2.161-5.544-3.245C14.04,5.701,14.008,5.678,13.94,5.633z' fill='%23060606'/%3E%3Cpath d='M4.995,15.757c0.11,0.058,0.18,0.091,0.247,0.13c1.793,1.048,3.585,2.098,5.377,3.146c0.403,0.236,0.774,0.51,1.066,0.88 c0.351,0.445,0.526,0.946,0.46,1.517c-0.049,0.427-0.284,0.605-0.707,0.535c-0.281-0.047-0.528-0.178-0.77-0.319 c-0.835-0.487-1.668-0.976-2.502-1.465C7.173,19.6,6.182,19.015,5.186,18.44c-0.143-0.082-0.198-0.172-0.196-0.338 c0.01-0.703,0.004-1.406,0.004-2.109C4.995,15.93,4.995,15.866,4.995,15.757z' fill='%23060606'/%3E%3Cpath d='M58.732,21.148c0-1.23,0-2.44,0-3.668c0.076-0.005,0.146-0.013,0.216-0.013c0.975-0.001,1.951-0.005,2.926,0.001 c0.407,0.003,0.817,0.02,1.212,0.132c0.191,0.054,0.381,0.123,0.555,0.217c0.439,0.237,0.644,0.642,0.683,1.117 c0.026,0.315,0.013,0.64-0.034,0.953c-0.078,0.516-0.394,0.861-0.876,1.052c-0.43,0.171-0.883,0.22-1.34,0.223 c-1.063,0.005-2.126,0.002-3.19,0.001C58.844,21.163,58.804,21.155,58.732,21.148z' fill='%23060606'/%3E%3Cpath d='M58.717,12.575c0.099,0,0.186,0,0.273,0c0.848,0,1.695-0.001,2.543,0.001c0.368,0.001,0.734,0.028,1.093,0.122 c0.56,0.147,0.884,0.504,0.93,1.079c0.023,0.284,0.007,0.575-0.03,0.858c-0.058,0.443-0.328,0.734-0.742,0.891 c-0.341,0.13-0.699,0.168-1.06,0.169c-0.959,0.004-1.919,0.002-2.878,0.001c-0.031,0-0.063-0.007-0.092-0.011 C58.696,15.516,58.662,12.926,58.717,12.575z' fill='%23060606'/%3E%3Cpath d='M46.45,16.375c0-1.263,0-2.5,0-3.749c0.043-0.009,0.08-0.023,0.116-0.023c1.191,0.002,2.382-0.001,3.572,0.013 c0.245,0.003,0.494,0.049,0.733,0.109c0.7,0.175,1.119,0.61,1.205,1.345c0.04,0.345,0.038,0.687-0.034,1.025 c-0.111,0.524-0.421,0.883-0.923,1.078c-0.409,0.159-0.838,0.207-1.27,0.211c-1.079,0.01-2.158,0.003-3.237,0.003 C46.566,16.386,46.52,16.38,46.45,16.375z' fill='%23060606'/%3E%3Cpath d='M94.566,12.612c0.077-0.004,0.139-0.011,0.201-0.01c1.15,0.002,2.301,0.002,3.451,0.011 c0.329,0.002,0.65,0.067,0.962,0.175c0.567,0.198,0.896,0.597,0.987,1.185c0.06,0.388,0.059,0.78-0.031,1.166 c-0.111,0.477-0.394,0.811-0.842,1.006c-0.418,0.182-0.864,0.234-1.312,0.239c-1.094,0.011-2.189,0.004-3.284,0.003 c-0.039,0-0.077-0.008-0.112-0.012C94.537,16.192,94.519,13.032,94.566,12.612z' fill='%23060606'/%3E%3Cpath d='M107.436,17.695c0.628-2.116,1.249-4.209,1.874-6.318c0.093,0,0.184,0,0.294,0c0.628,2.098,1.257,4.197,1.892,6.318 C110.139,17.695,108.81,17.695,107.436,17.695z' fill='%23060606'/%3E%3C/g%3E%3C/svg%3E")}.trouble-wrapper:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='52' height='54' viewBox='0 0 52 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_315)'%3E%3Cpath d='M13.7828 13.8052L17.2477 11.7765L26.5686 17.1821C28.5248 18.312 28.1413 19.0054 27.2718 19.5061L27.1951 19.5575C26.4152 20.0197 25.0854 20.3535 23.1036 19.198L13.7828 13.7924M21.7739 9.1315L24.6124 7.47516L33.4474 12.5983C35.0328 13.5099 34.8922 14.1262 34.0995 14.5884L34.0483 14.627C33.2939 15.0635 32.1816 15.1791 30.6089 14.2674L21.7739 9.14434M40.3389 11.2758L21.5821 0.400391L1.43164 12.1617L20.2908 23.0884C26.7987 26.8634 31.3505 26.414 34.5214 24.565L34.8538 24.3724C38.3955 22.3052 36.7845 19.9812 35.442 18.6972C37.053 19.2878 40.3006 19.8528 42.8194 18.3762L43.1135 18.1964C45.4149 16.8483 46.1437 14.627 40.3262 11.2501' fill='white'/%3E%3Cpath d='M7.77379 28.8278V24.7961L16.6727 29.9449C18.4116 30.9593 19.0125 32.1791 19.0125 33.2833V33.309C19.0125 34.4389 18.3732 34.9525 16.6599 33.9638L7.77379 28.815M18.4883 25.2969L0.0639292 14.627L0 38.034L7.73543 42.528L7.761 34.5031L15.1768 38.8044C18.2326 40.5763 19.2938 42.5793 19.281 45.25V47.9849C19.281 48.6526 19.3194 48.9864 19.5112 49.3588L27.4128 53.9426V53.7886C27.221 53.275 27.0293 52.5559 27.042 50.9253V47.4713C27.0548 44.454 25.4055 41.6035 22.8994 39.4849C24.4337 39.96 26.9909 40.0371 27.0037 36.6345V36.2878C27.0037 32.4872 24.4082 28.7636 18.4883 25.3354' fill='white'/%3E%3Cpath d='M49.5524 17.9998L43.1099 22.0259L39.5373 31.006L35.8709 26.5661L28.9365 30.9057L35.3321 38.0422L28.9131 53.8201L35.4492 49.7314L39.3264 40.1367L43.3559 44.7773L50.0209 40.6007L43.4847 32.8372L49.5407 17.9873' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_315'%3E%3Crect width='52' height='53.5294' fill='white' transform='translate(0 0.400391)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.screen1__text{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='1173' height='162' viewBox='0 0 1173 162' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.143555 159.108V3.24716H73.4899C109.934 3.24716 129.875 16.9996 129.875 50.2347C129.875 82.0945 111.538 96.0761 78.0741 97.2222V101.119H94.8062L130.563 159.108H97.7859L61.1127 97.2222H28.5653V159.108H0.143555ZM28.5653 74.989H70.281C94.577 74.989 100.766 65.5915 100.766 50.6931C100.766 35.7946 94.577 26.6263 70.281 26.6263H28.5653V74.989Z' fill='url(%23paint0_linear_1_298)'/%3E%3Cpath d='M156.604 159.108V3.24716H222.387C258.143 3.24716 274.417 15.8536 274.417 41.9832C274.417 54.8188 270.062 66.2792 252.184 69.2589V71.5509C276.48 76.1351 285.877 90.1167 285.877 113.725C285.877 144.897 265.707 159.108 229.492 159.108H156.604ZM184.568 26.3971L184.797 66.2792H221.012C242.557 66.2792 246.912 58.7153 246.912 46.1089C246.912 33.7317 242.557 26.3971 221.012 26.3971H184.568ZM184.797 88.7415L185.026 135.958H224.679C248.746 135.958 256.768 128.624 256.768 112.35C256.768 96.0761 248.746 88.7415 224.679 88.7415H184.797Z' fill='url(%23paint1_linear_1_298)'/%3E%3Cpath d='M405.298 159.108L359.915 90.3459L327.597 159.108H297.57L333.556 85.5326H353.497V80.7192L302.155 3.24716H334.931L375.501 64.6747L403.923 3.24716H432.803L400.485 70.8633H382.836V75.6767L438.075 159.108H405.298Z' fill='url(%23paint2_linear_1_298)'/%3E%3Cpath d='M517.493 161.4C476.236 161.4 441.167 136.417 441.167 81.1777C441.167 25.9387 476.236 0.955078 517.493 0.955078C553.249 0.955078 583.276 19.9793 588.547 58.2569H559.209C555.312 36.9406 538.809 26.6263 517.493 26.6263C488.842 26.6263 469.818 45.1921 469.818 81.1777C469.818 117.163 489.071 135.729 517.493 135.729C539.039 135.729 555.312 125.185 559.209 103.869H588.777C583.046 143.293 552.562 161.4 517.493 161.4Z' fill='url(%23paint3_linear_1_298)'/%3E%3Cpath d='M612.781 159.108V3.24716H686.127C722.571 3.24716 742.512 16.9996 742.512 50.2347C742.512 82.0945 724.175 96.0761 690.711 97.2222V101.119H707.443L743.2 159.108H710.423L673.75 97.2222H641.202V159.108H612.781ZM641.202 74.989H682.918C707.214 74.989 713.403 65.5915 713.403 50.6931C713.403 35.7946 707.214 26.6263 682.918 26.6263H641.202V74.989Z' fill='url(%23paint4_linear_1_298)'/%3E%3Cpath d='M756.433 159.108L803.879 3.24716H858.659L906.105 159.108H877.225L864.389 115.788H798.149L785.313 159.108H756.433ZM805.254 91.9504H857.284L832.988 10.811H829.321L805.254 91.9504Z' fill='url(%23paint5_linear_1_298)'/%3E%3Cpath d='M951.313 159.108V28.2308H897.449L906.388 3.24716H1033.37L1024.43 28.2308H979.734V159.108H951.313Z' fill='url(%23paint6_linear_1_298)'/%3E%3Cpath d='M1055.08 159.108V3.24716H1172.2L1163.27 28.2308H1083.5V67.4252H1160.51L1152.03 90.8044H1083.5V133.895H1172.2L1163.27 159.108H1055.08Z' fill='url(%23paint7_linear_1_298)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_1_298' x1='-150.737' y1='77.5565' x2='269.131' y2='784.523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-star:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1.48999L14.59 7.74999L21.5 8.75999L16.5 13.63L17.68 20.51L11.5 17.26L5.32 20.51L6.5 13.63L1.5 8.75999L8.41 7.74999L11.5 1.48999Z' fill='%23A295F6' stroke='%23A295F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-lightning:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L1.5 13H10.5L9.5 21L19.5 9H10.5L11.5 1Z' fill='%23A295F6' stroke='%23A295F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-rewind:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 5L22.5 12L13.5 19L13.5 5Z' fill='%23A295F6'/%3E%3Cpath d='M2.5 5L11.5 12L2.5 19L2.5 5Z' fill='%23A295F6'/%3E%3Cpath d='M13.5 5L22.5 12L13.5 19L13.5 5Z' stroke='%23A295F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 5L11.5 12L2.5 19L2.5 5Z' stroke='%23A295F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-shield:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 22C12.5 22 20.5 18 20.5 12V5L12.5 2L4.5 5V12C4.5 18 12.5 22 12.5 22Z' fill='%23A295F6' stroke='%23A295F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.labels-tag:before,.labels-flex-item__icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5196 0.420851C17.5872 -0.148096 18.4128 -0.148096 18.4804 0.420851L19.0467 5.19381C19.778 11.357 24.6372 16.2162 30.8003 16.9475L35.5732 17.5138C36.1423 17.5814 36.1423 18.4069 35.5732 18.4745L30.8003 19.0408C24.6372 19.7721 19.778 24.6313 19.0467 30.7944L18.4804 35.5674C18.4128 36.1364 17.5872 36.1364 17.5196 35.5674L16.9533 30.7944C16.222 24.6313 11.3628 19.7721 5.19967 19.0408L0.426711 18.4745C-0.142237 18.4069 -0.142237 17.5814 0.426711 17.5138L5.19967 16.9475C11.3628 16.2162 16.222 11.357 16.9533 5.19381L17.5196 0.420851Z' fill='%23A295F6'/%3E%3C/svg%3E")}.label-reliable__text:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='48' height='35' viewBox='0 0 48 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 2.99902L16.125 31.999L3 18.8172' stroke='url(%23paint0_linear_1_376)' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_376' x1='-2.40672' y1='16.8445' x2='49.5099' y2='34.1754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-robux:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='29' height='32' viewBox='0 0 29 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0528 0.145606C12.1946 0.364216 11.7202 0.597627 9.5871 1.85101C6.07939 3.91203 5.07173 4.50548 4.44561 4.87907C4.11046 5.07901 3.5449 5.41316 3.1888 5.62154C2.43609 6.06209 1.46004 7.00023 1.01696 7.70899C0.622475 8.33986 0.263865 9.27715 0.110306 10.0782C-0.00318742 10.6703 -0.0139274 11.3448 0.0112088 16.2777C0.04221 22.3458 0.0239291 22.0931 0.518959 23.3144C1.13053 24.8232 2.12752 25.8201 4.19303 26.9881C4.38917 27.0991 5.38319 27.6853 6.40197 28.2908C7.42067 28.8964 8.35695 29.4509 8.48263 29.5232C8.60831 29.5955 9.05391 29.8576 9.47284 30.1057C11.5873 31.358 11.9437 31.5453 12.6481 31.7754C13.3878 32.017 13.4035 32.0187 14.6704 31.9836C16.4739 31.9337 16.4257 31.9533 20.0871 29.7788C20.8976 29.2974 21.5723 28.9035 21.5862 28.9035C21.6001 28.9035 22.0458 28.642 22.5766 28.3223C23.1074 28.0026 23.5522 27.7411 23.5651 27.7411C23.6132 27.7411 26.09 26.241 26.3826 26.0346C27.3433 25.3571 28.2302 24.1418 28.6232 22.9648C29.013 21.7972 29.0193 21.6737 28.9889 15.728C28.958 9.66415 28.9753 9.90624 28.4873 8.70222C27.9081 7.27332 26.8702 6.1829 25.202 5.25081C25.0135 5.1455 23.8652 4.47363 22.6503 3.7579C16.7514 0.28246 16.9998 0.416834 15.9953 0.155913C15.2112 -0.0477404 13.8308 -0.0526225 13.0528 0.145606ZM15.4903 2.6619C15.9091 2.77675 16.4867 3.03596 16.8994 3.29433C17.0461 3.38608 17.7487 3.80292 18.4609 4.22061C19.7337 4.96711 20.5699 5.45958 22.9169 6.84493C23.5662 7.22829 24.1661 7.58035 24.2499 7.62739C25.3405 8.23982 26.1245 9.24817 26.3909 10.381C26.5389 11.0105 26.5368 21.0054 26.3885 21.6191C26.2433 22.2197 26.0315 22.678 25.68 23.1519C25.1523 23.8632 25.0489 23.9365 22.3456 25.5146C19.4826 27.1859 17.3314 28.4527 17.0554 28.63C16.0205 29.2946 14.8953 29.6027 14.0495 29.4528C13.297 29.3195 12.8636 29.163 12.2531 28.8044C11.9389 28.6198 11.0134 28.073 10.1965 27.5892C9.37954 27.1055 8.5569 26.6224 8.36838 26.5157C8.17986 26.4089 7.89772 26.24 7.7415 26.1402C7.58519 26.0403 7.43872 25.9587 7.41587 25.9587C7.39309 25.9587 7.16108 25.8239 6.9002 25.6591C6.63939 25.4942 5.98463 25.1049 5.44512 24.7939C4.22251 24.0893 3.73266 23.7127 3.33132 23.169C2.96867 22.6777 2.75768 22.2233 2.61166 21.6191C2.46366 21.0064 2.46122 11.0106 2.60899 10.3825C2.77863 9.66144 3.10151 9.07528 3.63821 8.51422C4.15715 7.97177 4.27765 7.89582 9.28242 4.95913C9.88988 4.60265 10.7811 4.07709 11.2628 3.79106C12.5104 3.05053 13.0103 2.79403 13.4388 2.67438C13.9314 2.53691 15.0103 2.53032 15.4903 2.6619ZM13.7767 5.24345C13.4226 5.31846 12.6775 5.70849 10.9962 6.69863C10.0746 7.24147 8.62134 8.09188 7.76671 8.58846C5.80959 9.72576 5.37344 10.1418 5.00904 11.2195C4.87392 11.6189 4.86455 11.9269 4.86455 15.9621C4.86455 19.9972 4.87392 20.3052 5.00904 20.7047C5.3611 21.7457 5.7958 22.1672 7.60667 23.2231C8.38171 23.675 9.47361 24.3185 10.0331 24.6531C10.5925 24.9876 11.0633 25.2613 11.079 25.2613C11.0949 25.2613 11.3226 25.3943 11.5852 25.5568C13.4741 26.7261 14.2793 26.9422 15.425 26.5877C15.8901 26.4438 16.1977 26.2779 18.3848 24.9922C19.0132 24.6228 20.2566 23.8957 21.1481 23.3767C23.1931 22.1857 23.6288 21.7763 23.9911 20.7047C24.1262 20.3051 24.1356 19.997 24.1356 15.948C24.1356 11.1074 24.1521 11.2734 23.5792 10.3621C23.221 9.79241 22.8436 9.51808 20.6699 8.24734C19.6644 7.65955 18.379 6.90375 17.8135 6.56782C17.2479 6.23196 16.4596 5.79505 16.0616 5.59698C15.3804 5.25802 15.3082 5.20796 14.6628 5.19208C14.2857 5.18278 13.9772 5.19208 13.7767 5.24345ZM18.042 16.0008V19.6043H14.5001H10.9582V16.0008V12.3974H14.5001H18.042V16.0008Z' fill='url(%23paint0_linear_1_478)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_478' x1='-54.7258' y1='32' x2='43.0282' y2='25.8186' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.labels-flex-item_01:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='289' height='215' viewBox='0 0 289 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M249.77 210.957V211.457H250.27H288H288.5V210.957V4.04287V3.54287H288H216.192H215.952L215.802 3.72986L181.115 46.9384L181.005 47.0756V47.2514V92.8943V93.3943H181.505H185.46H185.708L185.858 93.197L245.65 14.5843H249.77V210.957ZM0.5 107.5C0.5 144.199 6.2824 170.953 18.7726 188.539C31.29 206.164 50.4819 214.5 77.068 214.5C103.654 214.5 122.846 206.164 135.363 188.539C147.854 170.953 153.636 144.199 153.636 107.5C153.636 70.8009 147.854 44.0474 135.363 26.4607C122.846 8.83573 103.654 0.5 77.068 0.5C50.4819 0.5 31.29 8.83573 18.7726 26.4607C6.2824 44.0474 0.5 70.8009 0.5 107.5ZM77.068 180.637C69.1406 180.637 62.905 179.165 57.9993 176.22C53.099 173.279 49.4808 168.842 46.8321 162.831C41.518 150.77 40.1426 132.465 40.1426 107.5C40.1426 82.3831 41.518 64.0019 46.8324 51.9027C49.4812 45.8722 53.0994 41.4259 57.9996 38.4801C62.9051 35.531 69.1406 34.0586 77.068 34.0586C84.9186 34.0586 91.116 35.5307 96.0076 38.4798C100.894 41.4258 104.522 45.8728 107.19 51.9039C112.542 64.0031 113.994 82.3849 113.994 107.5C113.994 132.463 112.542 150.768 107.19 162.829C104.523 168.841 100.895 173.279 96.0079 176.221C91.1162 179.165 84.9186 180.637 77.068 180.637Z' stroke='url(%23paint0_linear_1_469)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_469' x1='144.5' y1='1' x2='144.5' y2='172.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.226244' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.labels-flex-item_02:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='334' height='215' viewBox='0 0 334 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M0,106.747C0,33.244,23.179,0,76.248,0c53.068,0,76.248,33.244,76.248,106.747 c0,73.503-23.18,106.748-76.248,106.748C23.179,213.495,0,180.25,0,106.747z M76.248,180.556c31.719,0,37.514-23.79,37.514-73.809 c0-50.324-5.795-74.113-37.514-74.113c-32.024,0-37.515,23.789-37.515,74.113C38.733,156.766,44.224,180.556,76.248,180.556z' stroke='url(%23paint0_linear_0_3)'/%3E%3Cpath d='M214.716,116.507l54.898-29.279c12.81-6.709,21.045-11.285,21.045-27.449 c0-22.569-16.165-28.364-35.074-28.364c-21.045,0-33.55,7.015-36.295,23.484h-36.599C185.741,16.47,215.021,0,257.109,0 c37.209,0,72.283,13.725,72.283,59.778c0,31.109-15.249,43.614-39.344,56.424l-58.254,31.109 c-12.505,6.709-15.555,11.589-15.555,24.399v24.704h6.405v-19.52h111.018l-11.896,33.549H179.642v-40.259 C179.642,148.531,184.826,132.367,214.716,116.507z' stroke='url(%23paint0_linear_0_3)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_3' x1='167.5' y1='1' x2='168' y2='163' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.226244' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.labels-flex-item_03:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='339' height='215' viewBox='0 0 339 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M177.96 152.643H177.411L177.462 153.189C179.611 176.285 188.759 191.645 202.683 201.214C216.584 210.766 235.179 214.5 256.147 214.5C277.88 214.5 298.46 210.462 313.62 200.073C328.811 189.663 338.5 172.918 338.5 147.666C338.5 131.003 334.204 115.959 324.515 105.076C314.817 94.1818 299.778 87.5257 278.443 87.5257H275.694H275.563L275.448 87.5905L253.593 99.9486V94.9901L324.836 48.2781L325.062 48.1301V47.86V4.04287V3.54287H324.562H195.063H194.712L194.593 3.87387L182.681 37.041L182.441 37.71H183.152H288.938V41.5055L221.054 86.3915L220.83 86.5398V86.8086V115.107V115.607H221.33H265.005C275.92 115.607 284.33 118.401 290.01 123.799C295.686 129.194 298.712 137.261 298.712 147.97C298.712 160.63 294.559 169.214 287.343 174.652C280.1 180.111 269.691 182.463 257.064 182.463C245.349 182.463 235.998 180.49 229.17 175.855C222.361 171.234 217.99 163.917 216.326 153.067L216.261 152.643H215.832H177.96ZM0.5 107.5C0.5 144.199 6.30427 170.953 18.8417 188.54C31.4062 206.165 50.6698 214.5 77.355 214.5C104.04 214.5 123.304 206.165 135.868 188.54C148.406 170.953 154.21 144.199 154.21 107.5C154.21 70.8007 148.406 44.0468 135.868 26.4599C123.304 8.83523 104.04 0.5 77.355 0.5C50.6698 0.5 31.4062 8.83523 18.8417 26.4599C6.30427 44.0468 0.5 70.8007 0.5 107.5ZM77.355 180.637C69.3972 180.637 63.1374 179.165 58.2127 176.22C53.2934 173.278 49.6616 168.841 47.003 162.83C41.669 150.769 40.2883 132.465 40.2883 107.5C40.2883 82.3831 41.669 64.0023 47.0033 51.9033C49.662 45.8731 53.2939 41.4266 58.213 38.4805C63.1375 35.5312 69.3971 34.0586 77.355 34.0586C85.2357 34.0586 91.4571 35.5308 96.3677 38.4802C101.273 41.4265 104.915 45.8737 107.593 51.9045C112.965 64.0035 114.422 82.3849 114.422 107.5C114.422 132.463 112.965 150.768 107.593 162.829C104.915 168.841 101.274 173.278 96.368 176.22C91.4573 179.165 85.2357 180.637 77.355 180.637Z' stroke='url(%23paint0_linear_1_470)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_470' x1='169.5' y1='1' x2='169.5' y2='144' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.226244' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.labels-flex-item:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='299' viewBox='0 0 6 299' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.85' d='M3.00001 293.333C1.52725 293.333 0.333346 294.527 0.333346 296C0.333346 297.473 1.52725 298.667 3.00001 298.667C4.47277 298.667 5.66668 297.473 5.66668 296C5.66668 294.527 4.47277 293.333 3.00001 293.333ZM2.5 2.18557e-08L2.50001 296L3.50001 296L3.5 -2.18557e-08L2.5 2.18557e-08Z' fill='url(%23paint0_linear_1_467)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_467' x1='3' y1='0' x2='3.00003' y2='296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.labels-flex-item.labels-flex-item_02:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='380' viewBox='0 0 6 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.85' d='M2.99998 374.333C1.52722 374.333 0.333317 375.527 0.333317 377C0.333317 378.473 1.52722 379.667 2.99998 379.667C4.47274 379.667 5.66665 378.473 5.66665 377C5.66665 375.527 4.47274 374.333 2.99998 374.333ZM2.5 -2.18557e-08L2.49998 377L3.49998 377L3.5 2.18557e-08L2.5 -2.18557e-08Z' fill='url(%23paint0_linear_1_465)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_465' x1='3' y1='0' x2='3' y2='377' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.trouble-box:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='954' height='428' viewBox='0 0 954 428' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M1061.48 746.77L975.782 891.011L890.087 746.77L975.782 602.53L1061.48 746.77ZM710.413 453.641L796.11 597.886L710.413 742.127L624.718 597.886L710.413 453.641ZM707.655 746.77L621.955 891.011L536.258 746.77L621.955 602.53L707.655 746.77ZM442.282 597.886L356.587 742.127L270.89 597.886L356.587 453.641L442.282 597.886ZM266.764 302.456L352.441 446.656H181.04L95.3677 302.456H266.764ZM95.3635 595.544L181.04 451.34H352.441L266.764 595.544H95.3635ZM268.132 295.47L182.435 151.225L268.132 6.98422L353.828 151.225L268.132 295.47ZM263.981 4.68268L178.305 148.884H6.91251L92.5855 4.68268H263.981ZM92.5855 297.772L6.90921 153.567H178.305L263.981 297.772H92.5855ZM176.913 448.998L91.2173 593.242L5.52162 448.998L91.2173 304.757L176.913 448.998ZM263.981 600.227L178.305 744.429H6.90921L92.5855 600.227H263.981ZM178.305 749.111L263.981 893.313H92.5855L6.91251 749.111H178.305ZM353.828 746.77L268.132 891.011L182.435 746.77L268.132 602.53L353.828 746.77ZM270.89 300.114L356.587 155.869L442.282 300.114L356.587 444.354L270.89 300.114ZM359.345 448.998L445.045 304.757L530.741 448.998L445.045 593.242L359.345 448.998ZM620.587 302.456L706.268 446.656H534.868L449.195 302.456H620.587ZM449.191 595.544L534.868 451.34H706.263L620.587 595.544H449.191ZM621.958 295.47L536.258 151.225L621.958 6.98422L707.655 151.225L621.958 295.47ZM617.809 4.68268L532.132 148.884H360.74L446.413 4.68268H617.809ZM446.413 297.772L360.736 153.567H532.132L617.809 297.772H446.413ZM617.809 600.227L532.132 744.429H360.736L446.413 600.227H617.809ZM532.132 749.111L617.809 893.313H446.413L360.74 749.111H532.132ZM710.413 444.354L624.718 300.114L710.413 155.869L796.11 300.114L710.413 444.354ZM971.636 4.68268L885.96 148.884H714.564L800.24 4.68268H971.636ZM888.694 446.656L803.022 302.456H974.415L1060.09 446.656H888.694ZM713.172 448.998L798.868 304.757L884.568 448.998L798.868 593.242L713.172 448.998ZM803.019 595.544L888.694 451.34H1060.09L974.415 595.544H803.019ZM800.24 297.772L714.56 153.567H885.96L971.636 297.772H800.24ZM971.636 600.227L885.96 744.429H714.564L800.24 600.227H971.636ZM885.96 749.111L971.636 893.313H800.24L714.564 749.111H885.96ZM890.087 151.225L975.782 6.98422L1061.48 151.225L975.782 295.47L890.087 151.225ZM1067 448.998L978.545 300.114L1067 151.225L977.153 0H797.502L710.413 146.582L623.326 0H443.678L356.587 146.582L269.498 0H89.8498L0.31024 150.706L0 151.225L88.459 300.114L0.31024 448.478L0 448.998L88.459 597.886L0.31024 746.25L0 746.77L89.8498 898H269.498L356.587 751.413L443.678 898H623.326L710.413 751.413L797.502 898H977.153L1067 746.77L978.545 597.886L1067 448.998Z' fill='url(%23paint0_linear_1_449)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_449' x1='145.37' y1='26.6074' x2='370.603' y2='515.97' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.marquee-item:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='393' height='78' viewBox='0 0 393 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.649 27.2244C380.693 26.8484 381.239 26.8484 381.284 27.2244L381.658 30.3793C382.141 34.453 385.353 37.6648 389.427 38.1482L392.582 38.5225C392.958 38.5672 392.958 39.1129 392.582 39.1576L389.427 39.5319C385.353 40.0153 382.141 43.2271 381.658 47.3008L381.284 50.4556C381.239 50.8317 380.693 50.8317 380.649 50.4556L380.274 47.3008C379.791 43.2271 376.579 40.0153 372.505 39.5319L369.35 39.1576C368.974 39.1129 368.974 38.5672 369.35 38.5225L372.505 38.1482C376.579 37.6648 379.791 34.453 380.274 30.3793L380.649 27.2244Z' fill='url(%23paint0_linear_1_2162)'/%3E%3Cpath d='M0.973633 60.452V1.0051H30.4348C44.3349 1.0051 51.9406 6.25042 51.9406 19.1014C51.9406 31.6028 44.8595 36.9355 31.8336 37.2852V38.8588H38.6525L52.2029 60.452H37.6909L23.7908 37.2852H13.6498V60.452H0.973633ZM13.6498 27.7562H28.599C36.8166 27.7562 39.0896 24.6965 39.0896 19.4511C39.0896 14.2058 36.8166 11.146 28.599 11.146H13.6498V27.7562Z' fill='white'/%3E%3Cpath d='M79.8153 61.3263C66.9642 61.3263 57.0856 54.2451 57.0856 38.7714C57.0856 23.2103 67.0517 15.8668 80.3398 15.8668C92.2292 15.8668 101.409 22.5109 101.496 35.799C101.496 36.8481 101.496 38.4217 101.059 40.6947H69.8492C70.3737 48.0381 73.6083 51.7098 79.8153 51.7098C84.4486 51.7098 86.9839 49.6991 87.9455 46.6394H100.884C98.7858 56.8677 90.3059 61.3263 79.8153 61.3263ZM70.2863 33.089H88.8197C88.1204 27.494 84.9732 25.0461 79.8153 25.0461C74.57 25.0461 71.4228 27.6688 70.2863 33.089Z' fill='white'/%3E%3Cpath d='M129.653 77.0622C117.239 77.0622 110.682 72.4288 109.458 62.3753H121.522C122.222 66.4842 125.631 68.1452 130.002 68.1452C136.646 68.1452 139.531 64.2986 139.531 57.0426V52.9337L141.455 46.0274H140.318C136.821 56.8677 130.877 58.7036 125.282 58.7036C116.539 58.7036 107.797 53.8954 107.797 37.2852C107.797 20.675 116.539 15.8668 125.282 15.8668C130.877 15.8668 136.996 17.7901 140.406 28.9801H141.717L139.531 21.0247V16.7411H151.77V55.5564C151.77 71.3798 143.64 77.0622 129.653 77.0622ZM120.473 37.2852C120.473 44.8909 123.97 48.3878 130.002 48.3878C136.122 48.3878 139.531 44.8909 139.531 37.2852C139.531 29.5921 136.122 26.1826 130.002 26.1826C123.97 26.1826 120.473 29.5921 120.473 37.2852Z' fill='white'/%3E%3Cpath d='M161.973 60.452V16.7411H174.212V60.452H161.973ZM161.623 10.7964V0.043457H174.562V10.7964H161.623Z' fill='white'/%3E%3Cpath d='M202.248 61.3263C190.096 61.3263 182.141 57.4797 181.791 47.4262H193.855C194.117 51.8847 197.352 52.9337 202.685 52.9337C207.93 52.9337 210.465 52.0595 210.465 47.9507C210.465 45.5029 209.504 44.279 205.832 43.667L196.828 42.1808C187.91 40.6947 182.84 37.6349 182.84 29.0675C182.84 17.965 192.107 15.8668 202.597 15.8668C213.525 15.8668 219.994 20.0631 220.781 28.543H208.892C208.629 25.3958 206.706 24.2593 201.811 24.2593C197.265 24.2593 194.992 25.1336 194.992 28.1933C194.992 31.0783 196.565 31.9525 199.45 32.477L209.853 34.3129C219.907 36.0613 222.792 40.0827 222.792 46.5519C222.792 57.6545 214.05 61.3263 202.248 61.3263Z' fill='white'/%3E%3Cpath d='M249.423 60.452C239.194 60.452 234.736 55.7312 234.736 44.9783V26.882H226.431V16.7411H234.736V7.3869L246.975 2.92838V16.7411H258.34V26.882H246.975V43.7544C246.975 48.5626 248.286 50.3111 253.007 50.3111H260.7L256.941 60.452H249.423Z' fill='white'/%3E%3Cpath d='M287.784 61.3263C274.933 61.3263 265.054 54.2451 265.054 38.7714C265.054 23.2103 275.02 15.8668 288.308 15.8668C300.198 15.8668 309.377 22.5109 309.465 35.799C309.465 36.8481 309.465 38.4217 309.027 40.6947H277.818C278.342 48.0381 281.577 51.7098 287.784 51.7098C292.417 51.7098 294.953 49.6991 295.914 46.6394H308.853C306.755 56.8677 298.275 61.3263 287.784 61.3263ZM278.255 33.089H296.788C296.089 27.494 292.942 25.0461 287.784 25.0461C282.539 25.0461 279.391 27.6688 278.255 33.089Z' fill='white'/%3E%3Cpath d='M317.779 60.452V16.7411H329.93V20.5002L327.92 28.6304H329.406C333.427 16.2165 336.924 15.8668 341.732 15.8668H344.18V28.6304H336.837C331.504 28.6304 330.018 31.4279 330.018 35.3619V60.452H317.779Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2162' x1='366.005' y1='38.303' x2='397.047' y2='45.4581' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.footer__logo{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='202' height='40' viewBox='0 0 202 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79465 11.6506L11.0055 10.3414L16.9526 13.8299C18.2008 14.5591 17.956 15.0065 17.4013 15.3297L17.3523 15.3628C16.8547 15.6611 16.0063 15.8765 14.7418 15.1308L8.79465 11.6424M13.8934 8.63452L15.7044 7.56562L21.3416 10.8718C22.3532 11.4601 22.2634 11.8578 21.7576 12.1561L21.725 12.181C21.2437 12.4627 20.5339 12.5373 19.5305 11.9489L13.8934 8.64281M25.7387 10.0183L13.771 3L0.914062 10.59L12.947 17.6415C17.0994 20.0776 20.0037 19.7876 22.0268 18.5944L22.239 18.4701C24.4987 17.136 23.4708 15.6362 22.6142 14.8076C23.6421 15.1888 25.7142 15.5534 27.3214 14.6005L27.509 14.4845C28.9774 13.6144 29.4424 12.181 25.7306 10.0017' fill='%230C0C0C'/%3E%3Cpath d='M4.96004 21.3453V18.7435L10.638 22.0662C11.7475 22.7208 12.1309 23.5079 12.1309 24.2206V24.2371C12.1309 24.9663 11.723 25.2977 10.6298 24.6597L4.96004 21.337M11.7964 19.0666L0.0407898 12.1809L0 27.2864L4.93556 30.1865L4.95188 25.0077L9.68349 27.7836C11.6332 28.927 12.3104 30.2197 12.3022 31.9432V33.7081C12.3022 34.139 12.3267 34.3544 12.449 34.5947L17.4907 37.5528V37.4534C17.3683 37.1219 17.2459 36.6579 17.2541 35.6056V33.3766C17.2622 31.4294 16.2099 29.5899 14.6109 28.2227C15.5899 28.5293 17.2214 28.579 17.2296 26.3832V26.1595C17.2296 23.7068 15.5735 21.3039 11.7964 19.0915' fill='%230C0C0C'/%3E%3Cpath d='M31.6171 14.3577L27.5065 16.9558L25.227 22.7511L22.8877 19.8858L18.4632 22.6863L22.5439 27.2918L18.4482 37.4739L22.6186 34.8353L25.0924 28.6435L27.6634 31.6382L31.916 28.9429L27.7456 23.9328L31.6096 14.3496' fill='%230C0C0C'/%3E%3Cpath d='M44.1744 26V13.76H49.9344C52.7964 13.76 54.3624 14.84 54.3624 17.45C54.3624 19.952 52.9224 21.05 50.2944 21.14V21.446H51.6084L54.4164 26H51.8424L48.9624 21.14H46.4064V26H44.1744ZM46.4064 19.394H49.6824C51.5904 19.394 52.0764 18.656 52.0764 17.486C52.0764 16.316 51.5904 15.596 49.6824 15.596H46.4064V19.394ZM56.4615 26V13.76H61.6275C64.4355 13.76 65.7135 14.75 65.7135 16.802C65.7135 17.81 65.3715 18.71 63.9675 18.944V19.124C65.8755 19.484 66.6135 20.582 66.6135 22.436C66.6135 24.884 65.0295 26 62.1855 26H56.4615ZM58.6575 15.578L58.6755 18.71H61.5195C63.2115 18.71 63.5535 18.116 63.5535 17.126C63.5535 16.154 63.2115 15.578 61.5195 15.578H58.6575ZM58.6755 20.474L58.6935 24.182H61.8075C63.6975 24.182 64.3275 23.606 64.3275 22.328C64.3275 21.05 63.6975 20.474 61.8075 20.474H58.6755ZM75.9917 26L72.4277 20.6L69.8897 26H67.5317L70.3577 20.222H71.9237V19.844L67.8917 13.76H70.4657L73.6517 18.584L75.8837 13.76H78.1517L75.6137 19.07H74.2277V19.448L78.5657 26H75.9917ZM84.8026 26.18C81.5626 26.18 78.8086 24.218 78.8086 19.88C78.8086 15.542 81.5626 13.58 84.8026 13.58C87.6106 13.58 89.9686 15.074 90.3826 18.08H88.0786C87.7726 16.406 86.4766 15.596 84.8026 15.596C82.5526 15.596 81.0586 17.054 81.0586 19.88C81.0586 22.706 82.5706 24.164 84.8026 24.164C86.4946 24.164 87.7726 23.336 88.0786 21.662H90.4006C89.9506 24.758 87.5566 26.18 84.8026 26.18ZM92.2857 26V13.76H98.0457C100.908 13.76 102.474 14.84 102.474 17.45C102.474 19.952 101.034 21.05 98.4057 21.14V21.446H99.7197L102.528 26H99.9537L97.0737 21.14H94.5177V26H92.2857ZM94.5177 19.394H97.7937C99.7017 19.394 100.188 18.656 100.188 17.486C100.188 16.316 99.7017 15.596 97.7937 15.596H94.5177V19.394ZM103.567 26L107.293 13.76H111.595L115.321 26H113.053L112.045 22.598H106.843L105.835 26H103.567ZM107.401 20.726H111.487L109.579 14.354H109.291L107.401 20.726ZM118.871 26V15.722H114.641L115.343 13.76H125.315L124.613 15.722H121.103V26H118.871ZM127.02 26V13.76H136.218L135.516 15.722H129.252V18.8H135.3L134.634 20.636H129.252V24.02H136.218L135.516 26H127.02Z' fill='black'/%3E%3C/svg%3E")}.icon-trc20:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 84.5527C18.8029 84.5527 0 65.7499 0 42.5527C0 19.3556 18.8029 0.552734 42 0.552734C65.1971 0.552734 84 19.3556 84 42.5527C84 65.7499 65.1971 84.5527 42 84.5527ZM47.0453 36.7594V30.5486H61.257V21.0776H22.5619V30.5486H36.7736V36.7567C25.2236 37.287 16.5375 39.576 16.5375 42.3165C16.5375 45.057 25.2236 47.3434 36.7736 47.8762V67.779H47.0453V47.871C58.5769 47.3407 67.242 45.0544 67.242 42.3165C67.242 39.5786 58.5769 37.2922 47.0453 36.7594ZM47.0453 46.1831V46.1779C46.7565 46.1989 45.2681 46.2881 41.9475 46.2881C39.2962 46.2881 37.4299 46.2094 36.7736 46.1779V46.1857C26.5676 45.7369 18.9499 43.9597 18.9499 41.8335C18.9499 39.7099 26.5676 37.9327 36.7736 37.476V44.4165C37.4404 44.4637 39.3514 44.5766 41.9921 44.5766C45.1605 44.5766 46.7486 44.4454 47.0453 44.4191V37.4812C57.2303 37.9354 64.8296 39.7125 64.8296 41.8335C64.8296 43.9597 57.2303 45.7316 47.0453 46.1831Z' fill='black'/%3E%3C/svg%3E")}.icon-trc20:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 84.5527C18.8029 84.5527 0 65.7499 0 42.5527C0 19.3556 18.8029 0.552734 42 0.552734C65.1971 0.552734 84 19.3556 84 42.5527C84 65.7499 65.1971 84.5527 42 84.5527ZM47.0453 36.7594V30.5486H61.257V21.0776H22.5619V30.5486H36.7736V36.7567C25.2236 37.287 16.5375 39.576 16.5375 42.3165C16.5375 45.057 25.2236 47.3434 36.7736 47.8762V67.779H47.0453V47.871C58.5769 47.3407 67.242 45.0544 67.242 42.3165C67.242 39.5786 58.5769 37.2922 47.0453 36.7594ZM47.0453 46.1831V46.1779C46.7565 46.1989 45.2681 46.2881 41.9475 46.2881C39.2962 46.2881 37.4299 46.2094 36.7736 46.1779V46.1857C26.5676 45.7369 18.9499 43.9597 18.9499 41.8335C18.9499 39.7099 26.5676 37.9327 36.7736 37.476V44.4165C37.4404 44.4637 39.3514 44.5766 41.9921 44.5766C45.1605 44.5766 46.7486 44.4454 47.0453 44.4191V37.4812C57.2303 37.9354 64.8296 39.7125 64.8296 41.8335C64.8296 43.9597 57.2303 45.7316 47.0453 46.1831Z' fill='%233DB682'/%3E%3C/svg%3E")}.icon-tron:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84 42.5527C84 65.7487 65.196 84.5527 42 84.5527C18.804 84.5527 0 65.7487 0 42.5527C0 19.3568 18.804 0.552734 42 0.552734C65.196 0.552734 84 19.3568 84 42.5527ZM19.6875 19.6024L57.5715 26.5744L67.4047 35.9246L39.6244 69.7714L19.6875 19.6024ZM56.9625 29.6456L62.7585 35.1555L46.9088 38.0246L56.9625 29.6456ZM43.4648 37.4497L26.7593 23.595L54.0645 28.6192L43.4648 37.4497ZM42.2756 39.9015L39.5509 62.424L24.864 25.4561L42.2756 39.9015ZM44.7956 41.0959L62.349 37.9196L42.2153 62.445L44.7956 41.0959Z' fill='%23000000'/%3E%3C/svg%3E")}.icon-tron:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84 42.5527C84 65.7487 65.196 84.5527 42 84.5527C18.804 84.5527 0 65.7487 0 42.5527C0 19.3568 18.804 0.552734 42 0.552734C65.196 0.552734 84 19.3568 84 42.5527ZM19.6875 19.6024L57.5715 26.5744L67.4047 35.9246L39.6244 69.7714L19.6875 19.6024ZM56.9625 29.6456L62.7585 35.1555L46.9088 38.0246L56.9625 29.6456ZM43.4648 37.4497L26.7593 23.595L54.0645 28.6192L43.4648 37.4497ZM42.2756 39.9015L39.5509 62.424L24.864 25.4561L42.2756 39.9015ZM44.7956 41.0959L62.349 37.9196L42.2153 62.445L44.7956 41.0959Z' fill='%23F63526'/%3E%3C/svg%3E")}.icon-litecoin:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 84.5527C18.8029 84.5527 0 65.7499 0 42.5527C0 19.3556 18.8029 0.552734 42 0.552734C65.1971 0.552734 84 19.3556 84 42.5527C84 65.7499 65.1971 84.5527 42 84.5527ZM27.3709 50.9895L24.2865 63.5527H58.0834L60.375 54.1789H40.1048L42.3307 45.036L46.0766 43.5371L47.8616 36.3184L44.1604 37.8172L48.1477 21.5527H34.6841L29.2215 43.6789L25.431 45.2014L23.625 52.4437L27.3709 50.9895Z' fill='black'/%3E%3C/svg%3E")}.icon-litecoin:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='84' height='85' viewBox='0 0 84 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 84.5527C18.8029 84.5527 0 65.7499 0 42.5527C0 19.3556 18.8029 0.552734 42 0.552734C65.1971 0.552734 84 19.3556 84 42.5527C84 65.7499 65.1971 84.5527 42 84.5527ZM27.3709 50.9895L24.2865 63.5527H58.0834L60.375 54.1789H40.1048L42.3307 45.036L46.0766 43.5371L47.8616 36.3184L44.1604 37.8172L48.1477 21.5527H34.6841L29.2215 43.6789L25.431 45.2014L23.625 52.4437L27.3709 50.9895Z' fill='%233C5D9F'/%3E%3C/svg%3E")}.login-page__btn>span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.125 4.5C12.125 6.70914 10.3341 8.5 8.125 8.5C5.91586 8.5 4.125 6.70914 4.125 4.5C4.125 2.29086 5.91586 0.5 8.125 0.5C10.3341 0.5 12.125 2.29086 12.125 4.5Z' fill='white'/%3E%3Cpath d='M16.125 16C16.125 18.4853 16.125 20.5 8.125 20.5C0.125 20.5 0.125 18.4853 0.125 16C0.125 13.5147 3.70672 11.5 8.125 11.5C12.5433 11.5 16.125 13.5147 16.125 16Z' fill='white'/%3E%3Cpath d='M18.6856 7.49827C18.9607 7.18869 18.9329 6.71463 18.6233 6.43944C18.3137 6.16425 17.8396 6.19214 17.5644 6.50173L15.3991 8.9377L14.6267 8.24253C14.3188 7.96544 13.8446 7.99039 13.5675 8.29828C13.2904 8.60616 13.3154 9.08038 13.6233 9.35747L14.9566 10.5575C15.1051 10.6911 15.3007 10.76 15.5001 10.7488C15.6995 10.7377 15.8862 10.6475 16.0189 10.4983L18.6856 7.49827Z' fill='white'/%3E%3C/svg%3E")}.recovery-end-page__btn>span:before,.register-verify-page__btn>span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4316 4.59524C15.4772 6.67782 17 7.71911 17 9.50008C17 11.281 15.4772 12.3223 12.4316 14.4049C11.5908 14.9798 10.7569 15.5211 9.99065 15.9721C9.31839 16.3678 8.55705 16.7772 7.76882 17.1789C4.73034 18.7278 3.2111 19.5022 1.84851 18.6448C0.485919 17.7874 0.362084 15.9925 0.114413 12.4027C0.0443719 11.3875 1.06949e-08 10.3923 0 9.50008C-1.0695e-08 8.60789 0.044372 7.61267 0.114414 6.59747C0.362085 3.00767 0.48592 1.21277 1.84851 0.355374C3.2111 -0.502024 4.73034 0.272385 7.76881 1.8212C8.55705 2.223 9.31839 2.63231 9.99065 3.02801C10.7569 3.47905 11.5908 4.02033 12.4316 4.59524Z' fill='white'/%3E%3C/svg%3E")}.gradient-btn_discord>span:before,.register-discord-confirm-label-discord{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='19' viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.656 2.40667C21.7982 0.886667 19.5688 0.126667 17.2156 0L16.844 0.38C18.9495 0.886667 20.8073 1.9 22.5413 3.29333C20.4358 2.15333 18.0826 1.39333 15.6055 1.14C14.8624 1.01333 14.2431 1.01333 13.5 1.01333C12.7569 1.01333 12.1376 1.01333 11.3945 1.14C8.91743 1.39333 6.56422 2.15333 4.45872 3.29333C6.19266 1.9 8.05046 0.886667 10.156 0.38L9.7844 0C7.43119 0.126667 5.20184 0.886667 3.34404 2.40667C1.23853 6.46 0.123853 11.02 0 15.7067C1.8578 17.7333 4.45872 19 7.18349 19C7.18349 19 8.05046 17.9867 8.66973 17.1C7.05963 16.72 5.57339 15.8333 4.58257 14.44C5.44954 14.9467 6.31651 15.4533 7.18349 15.8333C8.29817 16.34 9.41284 16.5933 10.5275 16.8467C11.5183 16.9733 12.5092 17.1 13.5 17.1C14.4908 17.1 15.4817 16.9733 16.4725 16.8467C17.5872 16.5933 18.7018 16.34 19.8165 15.8333C20.6835 15.4533 21.5505 14.9467 22.4174 14.44C21.4266 15.8333 19.9404 16.72 18.3303 17.1C18.9495 17.9867 19.8165 19 19.8165 19C22.5413 19 25.1422 17.7333 27 15.7067C26.8761 11.02 25.7615 6.46 23.656 2.40667ZM9.41284 13.4267C8.17431 13.4267 7.05963 12.2867 7.05963 10.8933C7.05963 9.5 8.17431 8.36 9.41284 8.36C10.6514 8.36 11.7661 9.5 11.7661 10.8933C11.7661 12.2867 10.6514 13.4267 9.41284 13.4267ZM17.5872 13.4267C16.3486 13.4267 15.2339 12.2867 15.2339 10.8933C15.2339 9.5 16.3486 8.36 17.5872 8.36C18.8257 8.36 19.9404 9.5 19.9404 10.8933C19.9404 12.2867 18.8257 13.4267 17.5872 13.4267Z' fill='white'/%3E%3C/svg%3E")}.rl-img-with-gap{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1080 1080' enable-background='new 0 0 1080 1080' xml:space='preserve'%3E%3Cpath fill='%23060606' d='M479.495,41.81L108.159,261.586c0,0,284.081,166.576,348.046,204.032 c27.305,15.989,55.672,29.7,85.847,39.447c23.674,7.646,47.848,12.637,72.793,13.363c13.629,0.397,27.193-0.348,40.638-2.728 c18.815-3.328,36.744-9.307,53.626-18.278c10.234-5.439,20.332-11.134,29.469-18.342c7.235-5.708,13.684-12.155,18.396-20.169 c5.336-9.077,7.403-18.799,5.852-29.268c-1.177-7.94-4.218-15.167-8.264-22.009c-4.645-7.849-10.415-14.826-16.803-21.308 c-0.655-0.664-1.287-1.348-2.152-2.254c0.624,0.032,0.795,0.003,0.94,0.053c17.409,5.989,35.317,9.375,53.689,10.457 c13.56,0.798,26.999-0.02,40.364-2.419c20.069-3.603,37.951-12.159,54.301-24.076c3.779-2.754,7.246-5.993,10.583-9.286 c4.097-4.044,7.219-8.836,9.346-14.218c3.935-9.953,2.976-19.745-1.114-29.388c-3.552-8.376-8.897-15.574-14.952-22.273 c-8.939-9.891-19.138-18.362-29.905-26.155c-11.495-8.317-23.36-16.042-35.796-22.931L479.495,41.81 M0,1080V0h1080v1080H0z M585.386,1037.926c0,0-5.686-26.726-5.449-46.783c0,0-0.055-49.053-0.04-73.579c0.005-8.587-0.769-17.109-2.236-25.557 c-3.8-21.915-11.719-42.304-22.985-61.434c-12.773-21.687-28.944-40.539-47.742-57.198c-0.663-0.587-1.291-1.213-1.935-1.82 c2.029,0.149,3.881,0.629,5.743,1.061c10.657,2.469,21.391,3.414,32.213,1.266c12.36-2.453,21.962-8.912,28.26-19.967 c3.965-6.96,5.972-14.554,7.085-22.426c0.993-7.01,0.954-14.062,0.923-21.116c-0.058-13.416-1.816-26.605-5.266-39.567 c-5.48-20.589-14.78-39.384-26.818-56.879c-14.576-21.181-32.299-39.464-51.808-56.091c-11.645-9.923-23.909-19.028-36.419-27.827 c-12.552-8.829-26.026-16.22-38.582-25.035C364.548,472.306,82.841,307.493,82.841,307.493s-1.051,434.237-1.098,434.821 c-0.077,0.951,141.638,84.441,142.595,84.917c0.136-49.81,0.269-99.296,0.406-149.266c1.209,0.683,92.568,54.198,137.443,80.573 c15.407,9.056,29.792,19.473,42.148,32.505c8.85,9.335,16.201,19.701,21.586,31.412c7.418,16.133,10.654,33.179,10.787,50.839 c0.125,16.378-0.009,32.757,0.046,49.137c0.02,5.789,0.185,11.581,0.427,17.365c0.178,4.216,1.102,8.302,2.669,12.243 c0.68,1.709,1.737,2.906,3.362,3.848C454.691,962.538,585.386,1037.926,585.386,1037.926z M732.318,743.594 c-39.4,97.956-118.506,294.353-118.506,294.353l120.411-76.142L806.155,782.9l74.117,86.317 c41.117-26.06,81.965-51.951,122.977-77.944c-40.24-48.347-120.406-144.694-120.406-144.694s74.699-185.413,111.433-276.502 l-118.601,74.814c-20.954,53.366-65.821,167.293-65.821,167.293c-22.603-27.678-45.001-55.105-67.362-82.486 c-4.992,2.532-126.454,79.683-127.774,81.172C653.861,655.048,693.014,699.236,732.318,743.594z'/%3E%3Cpath fill='%23060606' d='M335.301,290.143l63.3-37.621c0,0,115.964,67.895,172.639,101.148c6.18,3.626,12.155,7.548,17.427,12.446 c2.479,2.302,4.711,4.814,6.358,7.792c2.993,5.412,2.522,10.517-1.506,15.174c-1.203,1.391-2.564,2.686-4.021,3.807 c-10.514,8.095-22.31,12.704-35.691,12.755c-9.799,0.038-19.184-2.121-28.291-5.637c-6.374-2.461-12.458-5.507-18.345-8.961 C461.96,364.522,335.301,290.143,335.301,290.143z'/%3E%3Cpath fill='%23060606' d='M482.393,203.131l52.421-31.019c0,0,80.301,47.179,119.347,70.077c14.661,8.598,29.325,17.188,43.984,25.789 c5.235,3.072,10.309,6.371,14.816,10.473c2.506,2.281,4.734,4.781,6.27,7.838c2.101,4.181,1.753,8.152-1.163,11.802 c-1.042,1.304-2.232,2.538-3.532,3.582c-9.348,7.507-20.063,10.684-31.993,9.932c-10.873-0.685-20.994-4.064-30.42-9.257 c-12.451-6.859-24.667-14.142-36.936-21.328C575.622,257.842,482.393,203.131,482.393,203.131z'/%3E%3Cpath fill='%23060606' d='M224.022,570.555c0-24.832,0-49.555,0-74.605c0,0,79.232,46.203,117.661,68.687 c15.328,8.968,30.661,17.93,45.982,26.912c10.747,6.3,20.587,13.724,28.62,23.352c6.968,8.353,11.948,17.703,13.978,28.468 c1.368,7.261,1.686,14.556-0.279,21.774c-1.877,6.892-6.584,10.935-13.207,11.27c-2.246,0.114-4.561-0.062-6.772-0.485 c-7.882-1.508-14.937-5.096-21.786-9.102C359.522,650.038,224.022,570.555,224.022,570.555z'/%3E%3C/svg%3E")}.icon-back{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM26 7L1 7V9L26 9V7Z' fill='white'/%3E%3C/svg%3E")}.api-msg__close,.icon-close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6894 0.321183C13.491 0.122356 13.2217 0.0106181 12.9408 0.0106181C12.66 0.0106181 12.3906 0.122356 12.1923 0.321183L7 5.50283L1.80774 0.310565C1.60936 0.111738 1.34003 0 1.05916 0C0.77829 0 0.50896 0.111738 0.31058 0.310565C-0.103527 0.724673 -0.103527 1.39362 0.31058 1.80772L5.50284 6.99999L0.31058 12.1923C-0.103527 12.6064 -0.103527 13.2753 0.31058 13.6894C0.724687 14.1035 1.39363 14.1035 1.80774 13.6894L7 8.49715L12.1923 13.6894C12.6064 14.1035 13.2753 14.1035 13.6894 13.6894C14.1035 13.2753 14.1035 12.6064 13.6894 12.1923L8.49716 6.99999L13.6894 1.80772C14.0929 1.40423 14.0929 0.724673 13.6894 0.321183Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.api-msg__icon_error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2129 1.80273C6.3804 1.80273 2.46289 5.72024 2.46289 10.5527C2.46289 15.3852 6.3804 19.3027 11.2129 19.3027C16.0454 19.3027 19.9629 15.3852 19.9629 10.5527C19.9629 5.72024 16.0454 1.80273 11.2129 1.80273ZM0.962891 10.5527C0.962891 4.89182 5.55197 0.302734 11.2129 0.302734C16.8738 0.302734 21.4629 4.89182 21.4629 10.5527C21.4629 16.2137 16.8738 20.8027 11.2129 20.8027C5.55197 20.8027 0.962891 16.2137 0.962891 10.5527ZM11.2129 6.00273C11.6271 6.00273 11.9629 6.33852 11.9629 6.75273V10.5527C11.9629 10.9669 11.6271 11.3027 11.2129 11.3027C10.7987 11.3027 10.4629 10.9669 10.4629 10.5527V6.75273C10.4629 6.33852 10.7987 6.00273 11.2129 6.00273ZM10.4629 14.3527C10.4629 13.9385 10.7987 13.6027 11.2129 13.6027H11.2224C11.6366 13.6027 11.9724 13.9385 11.9724 14.3527C11.9724 14.7669 11.6366 15.1027 11.2224 15.1027H11.2129C10.7987 15.1027 10.4629 14.7669 10.4629 14.3527Z' fill='%23D92D20'/%3E%3C/svg%3E");background-size:22px 21px}.api-msg__icon_success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 13.72V15.008C28.9983 18.027 28.0207 20.9646 26.2131 23.3826C24.4054 25.8006 21.8646 27.5695 18.9695 28.4255C16.0744 29.2815 12.9802 29.1787 10.1483 28.1324C7.31635 27.0862 4.89852 25.1525 3.25534 22.6199C1.61217 20.0873 0.831708 17.0913 1.03035 14.0788C1.22899 11.0664 2.39609 8.19887 4.35759 5.90391C6.31909 3.60896 8.9699 2.00955 11.9147 1.34422C14.8594 0.678887 17.9404 0.983285 20.698 2.21201M29 3.80801L15 17.822L10.8 13.622' stroke='%23039855' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:22px 22px}.api-msg__icon_warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.001 9.21951V14.5528M15.001 19.8862H15.0143M12.721 2.36618L1.42767 21.2195C1.19483 21.6227 1.07163 22.0799 1.07032 22.5455C1.06902 23.0112 1.18966 23.469 1.42024 23.8735C1.65082 24.2781 1.98331 24.6152 2.38461 24.8513C2.78592 25.0875 3.24207 25.2144 3.70767 25.2195H26.2943C26.7599 25.2144 27.2161 25.0875 27.6174 24.8513C28.0187 24.6152 28.3512 24.2781 28.5818 23.8735C28.8124 23.469 28.933 23.0112 28.9317 22.5455C28.9304 22.0799 28.8072 21.6227 28.5743 21.2195L17.281 2.36618C17.0433 1.97432 16.7086 1.65034 16.3093 1.42549C15.9099 1.20064 15.4593 1.08252 15.001 1.08252C14.5427 1.08252 14.0921 1.20064 13.6927 1.42549C13.2934 1.65034 12.9587 1.97432 12.721 2.36618Z' stroke='%23DC6803' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:22px 20px}@media (max-width: 1566px){.labels-flex-item:before,.labels-flex-item.labels-flex-item_02:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='91' viewBox='0 0 6 91' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.85' d='M3 85.3333C1.52724 85.3333 0.333337 86.5272 0.333337 88C0.333337 89.4728 1.52724 90.6667 3 90.6667C4.47276 90.6667 5.66667 89.4728 5.66667 88C5.66667 86.5272 4.47276 85.3333 3 85.3333ZM2.5 2.18557e-08L2.5 88L3.5 88L3.5 -2.18557e-08L2.5 2.18557e-08Z' fill='url(%23paint0_linear_551_1350)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_551_1350' x1='3' y1='0' x2='3' y2='88' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.trouble-box:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='705' height='271' viewBox='0 0 705 271' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M701.355 493.134L644.73 588.385L588.108 493.134L644.73 397.884L701.355 493.134ZM469.392 299.565L526.015 394.818L469.392 490.068L412.77 394.818L469.392 299.565ZM467.57 493.134L410.945 588.385L354.322 493.134L410.945 397.884L467.57 493.134ZM292.23 394.818L235.608 490.068L178.985 394.818L235.608 299.565L292.23 394.818ZM176.26 199.728L232.869 294.952H119.619L63.0124 199.728H176.26ZM63.0096 393.272L119.619 298.045H232.869L176.26 393.272H63.0096ZM177.163 195.116L120.541 99.8626L177.163 4.61207L233.785 99.8626L177.163 195.116ZM174.421 3.09224L117.812 98.3165H4.56731L61.1741 3.09224H174.421ZM61.1741 196.635L4.56513 101.409H117.812L174.421 196.635H61.1741ZM116.892 296.499L60.2701 391.751L3.6483 296.499L60.2701 201.248L116.892 296.499ZM174.421 396.364L117.812 491.588H4.56513L61.1741 396.364H174.421ZM117.812 494.68L174.421 589.905H61.1741L4.56731 494.68H117.812ZM233.785 493.134L177.163 588.385L120.541 493.134L177.163 397.884L233.785 493.134ZM178.985 198.182L235.608 102.929L292.23 198.182L235.608 293.432L178.985 198.182ZM237.43 296.499L294.055 201.248L350.677 296.499L294.055 391.751L237.43 296.499ZM410.041 199.728L466.653 294.952H353.404L296.797 199.728H410.041ZM296.795 393.272L353.404 298.045H466.65L410.041 393.272H296.795ZM410.947 195.116L354.322 99.8626L410.947 4.61207L467.57 99.8626L410.947 195.116ZM408.205 3.09224L351.596 98.3165H238.352L294.959 3.09224H408.205ZM294.959 196.635L238.35 101.409H351.596L408.205 196.635H294.959ZM408.205 396.364L351.596 491.588H238.35L294.959 396.364H408.205ZM351.596 494.68L408.205 589.905H294.959L238.352 494.68H351.596ZM469.392 293.432L412.77 198.182L469.392 102.929L526.015 198.182L469.392 293.432ZM641.99 3.09224L585.381 98.3165H472.135L528.744 3.09224H641.99ZM587.188 294.952L530.582 199.728H643.826L700.435 294.952H587.188ZM471.215 296.499L527.837 201.248L584.462 296.499L527.837 391.751L471.215 296.499ZM530.579 393.272L587.188 298.045H700.435L643.826 393.272H530.579ZM528.744 196.635L472.132 101.409H585.381L641.99 196.635H528.744ZM641.99 396.364L585.381 491.588H472.135L528.744 396.364H641.99ZM585.381 494.68L641.99 589.905H528.744L472.135 494.68H585.381ZM588.108 99.8626L644.73 4.61207L701.355 99.8626L644.73 195.116L588.108 99.8626ZM705 296.499L646.555 198.182L705 99.8626L645.636 0H526.934L469.392 96.7966L411.851 0H293.152L235.608 96.7966L178.066 0H59.3666L0.204985 99.5197L0 99.8626L58.4476 198.182L0.204985 296.155L0 296.499L58.4476 394.818L0.204985 492.791L0 493.134L59.3666 593H178.066L235.608 496.2L293.152 593H411.851L469.392 496.2L526.934 593H645.636L705 493.134L646.555 394.818L705 296.499Z' fill='url(%23paint0_linear_551_1381)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_551_1381' x1='96.0507' y1='17.5704' x2='244.73' y2='340.788' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}}@media (max-width: 1199px){.rl-header__logo:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1080 1080' enable-background='new 0 0 1080 1080' xml:space='preserve'%3E%3Cpath fill='%23060606' d='M479.495,41.81L108.159,261.586c0,0,284.081,166.576,348.046,204.032 c27.305,15.989,55.672,29.7,85.847,39.447c23.674,7.646,47.848,12.637,72.793,13.363c13.629,0.397,27.193-0.348,40.638-2.728 c18.815-3.328,36.744-9.307,53.626-18.278c10.234-5.439,20.332-11.134,29.469-18.342c7.235-5.708,13.684-12.155,18.396-20.169 c5.336-9.077,7.403-18.799,5.852-29.268c-1.177-7.94-4.218-15.167-8.264-22.009c-4.645-7.849-10.415-14.826-16.803-21.308 c-0.655-0.664-1.287-1.348-2.152-2.254c0.624,0.032,0.795,0.003,0.94,0.053c17.409,5.989,35.317,9.375,53.689,10.457 c13.56,0.798,26.999-0.02,40.364-2.419c20.069-3.603,37.951-12.159,54.301-24.076c3.779-2.754,7.246-5.993,10.583-9.286 c4.097-4.044,7.219-8.836,9.346-14.218c3.935-9.953,2.976-19.745-1.114-29.388c-3.552-8.376-8.897-15.574-14.952-22.273 c-8.939-9.891-19.138-18.362-29.905-26.155c-11.495-8.317-23.36-16.042-35.796-22.931L479.495,41.81 M0,1080V0h1080v1080H0z M585.386,1037.926c0,0-5.686-26.726-5.449-46.783c0,0-0.055-49.053-0.04-73.579c0.005-8.587-0.769-17.109-2.236-25.557 c-3.8-21.915-11.719-42.304-22.985-61.434c-12.773-21.687-28.944-40.539-47.742-57.198c-0.663-0.587-1.291-1.213-1.935-1.82 c2.029,0.149,3.881,0.629,5.743,1.061c10.657,2.469,21.391,3.414,32.213,1.266c12.36-2.453,21.962-8.912,28.26-19.967 c3.965-6.96,5.972-14.554,7.085-22.426c0.993-7.01,0.954-14.062,0.923-21.116c-0.058-13.416-1.816-26.605-5.266-39.567 c-5.48-20.589-14.78-39.384-26.818-56.879c-14.576-21.181-32.299-39.464-51.808-56.091c-11.645-9.923-23.909-19.028-36.419-27.827 c-12.552-8.829-26.026-16.22-38.582-25.035C364.548,472.306,82.841,307.493,82.841,307.493s-1.051,434.237-1.098,434.821 c-0.077,0.951,141.638,84.441,142.595,84.917c0.136-49.81,0.269-99.296,0.406-149.266c1.209,0.683,92.568,54.198,137.443,80.573 c15.407,9.056,29.792,19.473,42.148,32.505c8.85,9.335,16.201,19.701,21.586,31.412c7.418,16.133,10.654,33.179,10.787,50.839 c0.125,16.378-0.009,32.757,0.046,49.137c0.02,5.789,0.185,11.581,0.427,17.365c0.178,4.216,1.102,8.302,2.669,12.243 c0.68,1.709,1.737,2.906,3.362,3.848C454.691,962.538,585.386,1037.926,585.386,1037.926z M732.318,743.594 c-39.4,97.956-118.506,294.353-118.506,294.353l120.411-76.142L806.155,782.9l74.117,86.317 c41.117-26.06,81.965-51.951,122.977-77.944c-40.24-48.347-120.406-144.694-120.406-144.694s74.699-185.413,111.433-276.502 l-118.601,74.814c-20.954,53.366-65.821,167.293-65.821,167.293c-22.603-27.678-45.001-55.105-67.362-82.486 c-4.992,2.532-126.454,79.683-127.774,81.172C653.861,655.048,693.014,699.236,732.318,743.594z'/%3E%3Cpath fill='%23060606' d='M335.301,290.143l63.3-37.621c0,0,115.964,67.895,172.639,101.148c6.18,3.626,12.155,7.548,17.427,12.446 c2.479,2.302,4.711,4.814,6.358,7.792c2.993,5.412,2.522,10.517-1.506,15.174c-1.203,1.391-2.564,2.686-4.021,3.807 c-10.514,8.095-22.31,12.704-35.691,12.755c-9.799,0.038-19.184-2.121-28.291-5.637c-6.374-2.461-12.458-5.507-18.345-8.961 C461.96,364.522,335.301,290.143,335.301,290.143z'/%3E%3Cpath fill='%23060606' d='M482.393,203.131l52.421-31.019c0,0,80.301,47.179,119.347,70.077c14.661,8.598,29.325,17.188,43.984,25.789 c5.235,3.072,10.309,6.371,14.816,10.473c2.506,2.281,4.734,4.781,6.27,7.838c2.101,4.181,1.753,8.152-1.163,11.802 c-1.042,1.304-2.232,2.538-3.532,3.582c-9.348,7.507-20.063,10.684-31.993,9.932c-10.873-0.685-20.994-4.064-30.42-9.257 c-12.451-6.859-24.667-14.142-36.936-21.328C575.622,257.842,482.393,203.131,482.393,203.131z'/%3E%3Cpath fill='%23060606' d='M224.022,570.555c0-24.832,0-49.555,0-74.605c0,0,79.232,46.203,117.661,68.687 c15.328,8.968,30.661,17.93,45.982,26.912c10.747,6.3,20.587,13.724,28.62,23.352c6.968,8.353,11.948,17.703,13.978,28.468 c1.368,7.261,1.686,14.556-0.279,21.774c-1.877,6.892-6.584,10.935-13.207,11.27c-2.246,0.114-4.561-0.062-6.772-0.485 c-7.882-1.508-14.937-5.096-21.786-9.102C359.522,650.038,224.022,570.555,224.022,570.555z'/%3E%3C/svg%3E")}}@media (max-width: 767px){.labels-flex-item:before,.labels-flex-item.labels-flex-item_02:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='53' viewBox='0 0 6 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.85' d='M3 47.3333C1.52724 47.3333 0.333335 48.5272 0.333335 50C0.333336 51.4728 1.52724 52.6667 3 52.6667C4.47276 52.6667 5.66667 51.4728 5.66667 50C5.66667 48.5272 4.47276 47.3333 3 47.3333ZM2.5 2.18557e-08L2.5 50L3.5 50L3.5 -2.18557e-08L2.5 2.18557e-08Z' fill='url(%23paint0_linear_1_2054)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2054' x1='3' y1='0' x2='3' y2='50' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.trouble-box:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='360' height='179' viewBox='0 0 360 179' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M518.306 363.406L476.46 433.599L434.616 363.406L476.46 293.213L518.306 363.406ZM346.884 220.759L388.728 290.953L346.884 361.146L305.04 290.953L346.884 220.759ZM345.537 363.406L303.691 433.599L261.847 363.406L303.691 293.213L345.537 363.406ZM215.96 290.953L174.116 361.146L132.272 290.953L174.116 220.759L215.96 290.953ZM130.257 147.186L172.091 217.359H88.3991L46.5666 147.186H130.257ZM46.5646 289.814L88.3991 219.638H172.091L130.257 289.814H46.5646ZM130.925 143.787L89.0804 73.5918L130.925 3.39878L172.769 73.5918L130.925 143.787ZM128.898 2.27876L87.0636 72.4525H3.37527L45.2081 2.27876H128.898ZM45.2081 144.907L3.37366 74.7312H87.0636L128.898 144.907H45.2081ZM86.384 218.499L44.54 288.693L2.69612 218.499L44.54 148.306L86.384 218.499ZM128.898 292.093L87.0636 362.266H3.37366L45.2081 292.093H128.898ZM87.0636 364.545L128.898 434.719H45.2081L3.37527 364.545H87.0636ZM172.769 363.406L130.925 433.599L89.0804 363.406L130.925 293.213L172.769 363.406ZM132.272 146.047L174.116 75.8518L215.96 146.047L174.116 216.239L132.272 146.047ZM175.463 218.499L217.309 148.306L259.153 218.499L217.309 288.693L175.463 218.499ZM303.023 147.186L344.86 217.359H261.168L219.335 147.186H303.023ZM219.333 289.814L261.168 219.638H344.858L303.023 289.814H219.333ZM303.693 143.787L261.847 73.5918L303.693 3.39878L345.537 73.5918L303.693 143.787ZM301.667 2.27876L259.832 72.4525H176.144L217.977 2.27876H301.667ZM217.977 144.907L176.142 74.7312H259.832L301.667 144.907H217.977ZM301.667 292.093L259.832 362.266H176.142L217.977 292.093H301.667ZM259.832 364.545L301.667 434.719H217.977L176.144 364.545H259.832ZM346.884 216.239L305.04 146.047L346.884 75.8518L388.728 146.047L346.884 216.239ZM474.435 2.27876L432.601 72.4525H348.911L390.745 2.27876H474.435ZM433.936 217.359L392.104 147.186H475.792L517.626 217.359H433.936ZM348.231 218.499L390.075 148.306L431.921 218.499L390.075 288.693L348.231 218.499ZM392.102 289.814L433.936 219.638H517.626L475.792 289.814H392.102ZM390.745 144.907L348.909 74.7312H432.601L474.435 144.907H390.745ZM474.435 292.093L432.601 362.266H348.911L390.745 292.093H474.435ZM432.601 364.545L474.435 434.719H390.745L348.911 364.545H432.601ZM434.616 73.5918L476.46 3.39878L518.306 73.5918L476.46 143.787L434.616 73.5918ZM521 218.499L477.809 146.047L521 73.5918L477.129 0H389.408L346.884 71.3324L304.361 0H216.641L174.116 71.3324L131.592 0H43.8723L0.151485 73.3391L0 73.5918L43.1932 146.047L0.151485 218.246L0 218.499L43.1932 290.953L0.151485 363.153L0 363.406L43.8723 437H131.592L174.116 365.665L216.641 437H304.361L346.884 365.665L389.408 437H477.129L521 363.406L477.809 290.953L521 218.499Z' fill='url(%23paint0_linear_1_2113)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2113' x1='70.9822' y1='12.9482' x2='180.348' y2='251.371' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}}input[type=checkbox]:before,input[type=radio]:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2157 1.96974C11.5948 1.51913 11.5948 0.788559 11.2157 0.337954C10.8367 -0.112651 10.2221 -0.112651 9.8431 0.337954L6.95096 3.77616L4.05882 7.21437L2.1569 4.95334C1.77786 4.50273 1.16332 4.50273 0.784279 4.95334C0.40524 5.40394 0.40524 6.13452 0.784279 6.58512L3.37251 9.66205C3.75155 10.1127 4.3661 10.1127 4.74513 9.66205L11.2157 1.96974Z' fill='white'/%3E%3C/svg%3E")}.nb-logo{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='32' viewBox='0 0 30 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.64222 8.31389L10.651 7.13931L16.0549 10.2691C17.189 10.9233 16.9666 11.3247 16.4626 11.6146L16.4181 11.6444C15.9659 11.912 15.195 12.1053 14.046 11.4362L8.64222 8.30646M13.2751 5.6079L14.9207 4.6489L20.0429 7.61509C20.9621 8.14291 20.8805 8.49975 20.4209 8.76737L20.3913 8.78967C19.9539 9.04243 19.309 9.10934 18.3973 8.58152L13.2751 5.61533M24.0383 6.84938L13.1639 0.552734L1.48159 7.36233L12.4153 13.6887C16.1883 15.8743 18.8272 15.6141 20.6656 14.5436L20.8583 14.4321C22.9116 13.2352 21.9776 11.8897 21.1993 11.1463C22.1333 11.4882 24.0161 11.8153 25.4764 10.9604L25.6469 10.8563C26.9811 10.0758 27.4037 8.78967 24.0309 6.83452' fill='url(%23gradient)'/%3E%3Cpath d='M5.15826 17.0117V14.6774L10.3175 17.6585C11.3256 18.2458 11.674 18.952 11.674 19.5913V19.6062C11.674 20.2604 11.3034 20.5578 10.3101 19.9853L5.15826 17.0043M11.3701 14.9673L0.68843 8.78964L0.651367 22.3419L5.13603 24.9439L5.15085 20.2976L9.45019 22.788C11.2218 23.8139 11.8371 24.9736 11.8297 26.5199V28.1033C11.8297 28.4899 11.8519 28.6832 11.9631 28.8988L16.5441 31.5527V31.4635C16.4329 31.1662 16.3217 30.7499 16.3291 29.8057V27.806C16.3366 26.059 15.3803 24.4086 13.9274 23.182C14.817 23.457 16.2995 23.5016 16.3069 21.5316V21.3309C16.3069 19.1304 14.8021 16.9745 11.3701 14.9896' fill='url(%23gradient)'/%3E%3Cpath d='M29.3797 10.7426L25.6447 13.0736L23.5734 18.273L21.4478 15.7023L17.4276 18.2149L21.1355 22.3468L17.414 31.4819L21.2034 29.1146L23.4512 23.5595L25.7873 26.2463L29.6514 23.8281L25.862 19.3332L29.3729 10.7353' fill='url(%23gradient)'/%3E%3Cdefs%3E%3ClinearGradient id='gradient' x1='-3' y1='15' x2='32' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B341C6'/%3E%3Cstop offset='1' stop-color='%233F21F5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.nb-logotext{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='70' height='10' viewBox='0 0 70 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.651367 9.62046V0.485173H4.95033C7.08637 0.485173 8.25515 1.29123 8.25515 3.23919C8.25515 5.10655 7.18041 5.92604 5.21901 5.99321V6.2216H6.19971L8.29545 9.62046H6.37436L4.22488 5.99321H2.31721V9.62046H0.651367ZM2.31721 4.69009H4.76225C6.18628 4.69009 6.549 4.13929 6.549 3.26606C6.549 2.39284 6.18628 1.85547 4.76225 1.85547H2.31721V4.69009Z' fill='white'/%3E%3Cpath d='M9.82181 9.62046V0.485173H13.6774C15.7732 0.485173 16.727 1.22406 16.727 2.75556C16.727 3.50788 16.4718 4.17959 15.4239 4.35424V4.48858C16.8479 4.75726 17.3987 5.57675 17.3987 6.96048C17.3987 8.78754 16.2165 9.62046 14.0939 9.62046H9.82181ZM11.4608 1.84203L11.4742 4.17959H13.5968C14.8597 4.17959 15.1149 3.73626 15.1149 2.99738C15.1149 2.27193 14.8597 1.84203 13.5968 1.84203H11.4608ZM11.4742 5.49615L11.4877 8.2636H13.8118C15.2224 8.2636 15.6926 7.83371 15.6926 6.87987C15.6926 5.92604 15.2224 5.49615 13.8118 5.49615H11.4742Z' fill='white'/%3E%3Cpath d='M24.3982 9.62046L21.7382 5.59019L19.844 9.62046H18.0841L20.1933 5.30807H21.362V5.02595L18.3528 0.485173H20.2739L22.6517 4.08555L24.3176 0.485173H26.0103L24.1161 4.44828H23.0816V4.73039L26.3193 9.62046H24.3982Z' fill='white'/%3E%3Cpath d='M30.9741 9.7548C28.556 9.7548 26.5005 8.29047 26.5005 5.05282C26.5005 1.81516 28.556 0.35083 30.9741 0.35083C33.0699 0.35083 34.8298 1.46587 35.1388 3.70939H33.4192C33.1908 2.46001 32.2235 1.85547 30.9741 1.85547C29.2949 1.85547 28.1798 2.94364 28.1798 5.05282C28.1798 7.16199 29.3083 8.25017 30.9741 8.25017C32.237 8.25017 33.1908 7.63219 33.4192 6.38281H35.1522C34.8163 8.6935 33.0296 9.7548 30.9741 9.7548Z' fill='white'/%3E%3Cpath d='M36.5591 9.62046V0.485173H40.8581C42.9941 0.485173 44.1629 1.29123 44.1629 3.23919C44.1629 5.10655 43.0882 5.92604 41.1268 5.99321V6.2216H42.1075L44.2032 9.62046H42.2821L40.1326 5.99321H38.225V9.62046H36.5591ZM38.225 4.69009H40.67C42.094 4.69009 42.4567 4.13929 42.4567 3.26606C42.4567 2.39284 42.094 1.85547 40.67 1.85547H38.225V4.69009Z' fill='white'/%3E%3Cpath d='M44.9788 9.62046L47.7597 0.485173H50.9705L53.7514 9.62046H52.0587L51.3063 7.08139H47.4238L46.6715 9.62046H44.9788ZM47.8403 5.68423H50.8899L49.4659 0.928503H49.2509L47.8403 5.68423Z' fill='white'/%3E%3Cpath d='M56.4011 9.62046V1.94951H53.244L53.768 0.485173H61.2105L60.6866 1.94951H58.0669V9.62046H56.4011Z' fill='white'/%3E%3Cpath d='M62.483 9.62046V0.485173H69.3479L68.824 1.94951H64.1489V4.24676H68.6628L68.1657 5.61705H64.1489V8.14269H69.3479L68.824 9.62046H62.483Z' fill='white'/%3E%3C/svg%3E")}.nb-dashboard,.js-hide-router-active .router-link-exact-active .nb-dashboard{width:20px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.11112 11.6631H7.77781C8.38892 11.6631 8.88893 11.1631 8.88893 10.552V1.66306C8.88893 1.05195 8.38892 0.551946 7.77781 0.551946H1.11112C0.500002 0.551946 0 1.05195 0 1.66306V10.552C0 11.1631 0.500002 11.6631 1.11112 11.6631ZM1.11112 20.5513H7.77781C8.38892 20.5513 8.88893 20.0513 8.88893 19.4402V14.9957C8.88893 14.3846 8.38892 13.8846 7.77781 13.8846H1.11112C0.500002 13.8846 0 14.3846 0 14.9957V19.4402C0 20.0513 0.500002 20.5513 1.11112 20.5513ZM12.2221 20.5534H18.8888C19.4999 20.5534 19.9999 20.0534 19.9999 19.4422V10.5533C19.9999 9.9422 19.4999 9.4422 18.8888 9.4422H12.2221C11.611 9.4422 11.111 9.9422 11.111 10.5533V19.4422C11.111 20.0534 11.611 20.5534 12.2221 20.5534ZM11.111 1.66287V6.10734C11.111 6.71845 11.611 7.21845 12.2221 7.21845H18.8888C19.4999 7.21845 19.9999 6.71845 19.9999 6.10734V1.66287C19.9999 1.05176 19.4999 0.551758 18.8888 0.551758H12.2221C11.611 0.551758 11.111 1.05176 11.111 1.66287Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-merchants,.js-hide-router-active .router-link-exact-active .nb-merchants{width:19px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10701 2.20829C0.925889 2.56935 0.836811 3.01474 0.658654 3.90552L0.0604719 6.89643C-0.318285 8.79022 1.13021 10.5571 3.0615 10.5571C4.63381 10.5571 5.95032 9.36567 6.10677 7.80116L6.17581 7.11074C6.01265 8.96021 7.4704 10.5571 9.33248 10.5571C11.2072 10.5571 12.6721 8.93839 12.4856 7.07294L12.5586 7.80116C12.7151 9.36567 14.0316 10.5571 15.6039 10.5571C17.5352 10.5571 18.9837 8.79022 18.6049 6.89643L18.0067 3.90552C17.8286 3.01475 17.7395 2.56934 17.5584 2.20829C17.1767 1.44752 16.49 0.884554 15.6692 0.659528C15.2796 0.552734 14.8254 0.552734 13.917 0.552734H4.74839C3.83997 0.552734 3.38576 0.552734 2.9962 0.659528C2.17535 0.884554 1.48865 1.44752 1.10701 2.20829Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M15.6039 12.0577C16.4214 12.0577 17.1809 11.8453 17.8364 11.4764V12.5579C17.8364 16.3308 17.8364 18.2173 16.6643 19.3893C15.7208 20.3328 14.3144 20.5168 11.8338 20.5527V17.0599C11.8338 16.1249 11.8338 15.6574 11.6327 15.3092C11.501 15.081 11.3116 14.8916 11.0834 14.7599C10.7352 14.5588 10.2677 14.5588 9.33268 14.5588C8.39766 14.5588 7.93015 14.5588 7.58192 14.7599C7.35379 14.8916 7.16435 15.081 7.03264 15.3092C6.83159 15.6574 6.83159 16.1249 6.83159 17.0599V20.5527C4.35094 20.5168 2.94456 20.3328 2.00106 19.3893C0.828975 18.2173 0.828975 16.3308 0.828975 12.5579V11.4764C1.4845 11.8453 2.24398 12.0577 3.06152 12.0577C4.25911 12.0577 5.35712 11.5939 6.17565 10.8291C7.00335 11.5896 8.10863 12.0577 9.3325 12.0577C10.5564 12.0577 11.6618 11.5895 12.4896 10.8289C13.3081 11.5938 14.4062 12.0577 15.6039 12.0577Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-market,.js-hide-router-active .router-link-exact-active .nb-market{width:19px;height:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.39404 0.5C6.65871 0.5 6.02399 0.914573 5.72844 1.51411C5.00875 1.51915 4.44784 1.55095 3.94714 1.73929C3.34891 1.96431 2.82857 2.34685 2.44562 2.84313C2.05929 3.34381 1.87793 3.98554 1.62832 4.86882L1.57948 5.04145L1.03964 8.04399C0.844296 8.17369 0.674636 8.32727 0.52709 8.50915C-0.421374 9.67829 0.0302826 11.4171 0.933595 14.8946C1.50812 17.1064 1.79538 18.2123 2.65219 18.8561C3.50901 19.5 4.69342 19.5 7.06223 19.5H11.9378C14.3066 19.5 15.491 19.5 16.3478 18.8561C17.2046 18.2123 17.4919 17.1064 18.0664 14.8946C18.9697 11.4171 19.4214 9.67829 18.4729 8.50915C18.3252 8.32712 18.1554 8.17344 17.9599 8.04368L17.4201 5.04145L17.3713 4.86881C17.1216 3.98554 16.9403 3.3438 16.554 2.84313C16.171 2.34685 15.6507 1.96431 15.0524 1.73929C14.5517 1.55095 13.9908 1.51915 13.2711 1.51411C12.9756 0.914573 12.3409 0.5 11.6055 0.5H7.39404ZM16.2571 7.48765L15.8767 5.37175C15.5779 4.31818 15.4695 3.98709 15.2861 3.74938C15.0799 3.48215 14.7997 3.27617 14.4775 3.155C14.2461 3.06795 13.9665 3.04233 13.2697 3.03555C12.9735 3.63348 12.3396 4.04667 11.6055 4.04667H7.39404C6.65994 4.04667 6.02611 3.63348 5.72992 3.03555C5.03309 3.04233 4.75347 3.06795 4.52205 3.155C4.19992 3.27617 3.91974 3.48215 3.71353 3.74938C3.53011 3.98709 3.42167 4.31818 3.12288 5.37175L2.74244 7.48771C3.79337 7.34 5.19336 7.34 7.06223 7.34H11.9378C13.8064 7.34 15.2062 7.34 16.2571 7.48765ZM5.28854 10.6333C5.72466 10.6333 6.0782 10.9736 6.0782 11.3933V15.4467C6.0782 15.8664 5.72466 16.2067 5.28854 16.2067C4.85243 16.2067 4.49889 15.8664 4.49889 15.4467V11.3933C4.49889 10.9736 4.85243 10.6333 5.28854 10.6333ZM14.5012 11.3933C14.5012 10.9736 14.1477 10.6333 13.7115 10.6333C13.2754 10.6333 12.9219 10.9736 12.9219 11.3933V15.4467C12.9219 15.8664 13.2754 16.2067 13.7115 16.2067C14.1477 16.2067 14.5012 15.8664 14.5012 15.4467V11.3933ZM9.50005 10.6333C9.93616 10.6333 10.2897 10.9736 10.2897 11.3933V15.4467C10.2897 15.8664 9.93616 16.2067 9.50005 16.2067C9.06393 16.2067 8.71039 15.8664 8.71039 15.4467V11.3933C8.71039 10.9736 9.06393 10.6333 9.50005 10.6333Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-topup,.js-hide-router-active .router-link-exact-active .nb-topup{width:18px;height:19px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5695 7.62725C16.5203 7.62412 16.4668 7.62415 16.4113 7.62417L16.3974 7.62417H14.2214C12.4278 7.62417 10.893 9.04712 10.893 10.9027C10.893 12.7584 12.4278 14.1813 14.2214 14.1813H16.3974L16.4113 14.1813C16.4668 14.1813 16.5203 14.1814 16.5695 14.1782C17.298 14.1319 17.9423 13.5573 17.9965 12.7547C18.0001 12.702 18 12.6453 18 12.5927L18 12.5785V9.22703L18 9.21276C18 9.16018 18.0001 9.10345 17.9965 9.05082C17.9423 8.24823 17.298 7.67362 16.5695 7.62725ZM14.0284 11.777C14.4902 11.777 14.8646 11.3856 14.8646 10.9027C14.8646 10.4199 14.4902 10.0284 14.0284 10.0284C13.5667 10.0284 13.1923 10.4199 13.1923 10.9027C13.1923 11.3856 13.5667 11.777 14.0284 11.777Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4107 15.4927C16.5401 15.4894 16.6379 15.6101 16.6029 15.7356C16.4287 16.3585 16.1523 16.8894 15.7088 17.3364C15.0596 17.9907 14.2364 18.281 13.2194 18.4188C12.2312 18.5528 10.9684 18.5527 9.37424 18.5527H7.54143C5.94722 18.5527 4.6845 18.5528 3.69627 18.4188C2.67923 18.281 1.85604 17.9907 1.20686 17.3364C0.55768 16.6821 0.269578 15.8525 0.13284 14.8274C-2.43276e-05 13.8314 -1.34213e-05 12.5588 2.80566e-07 10.9521V10.8534C-1.35247e-05 9.24668 -2.45288e-05 7.97405 0.13284 6.97805C0.269578 5.95301 0.557679 5.12336 1.20686 4.46908C1.85604 3.8148 2.67923 3.52443 3.69627 3.38662C4.6845 3.25271 5.94722 3.25272 7.54142 3.25273L9.37424 3.25273C10.9684 3.25272 12.2312 3.25271 13.2194 3.38662C14.2364 3.52443 15.0596 3.8148 15.7088 4.46908C16.1523 4.91608 16.4287 5.44697 16.6029 6.06984C16.6379 6.19537 16.5401 6.31612 16.4107 6.31274L14.2213 6.31274C11.7606 6.31274 9.59173 8.27193 9.59173 10.9027C9.59173 13.5336 11.7606 15.4927 14.2213 15.4927L16.4107 15.4927ZM3.25301 6.74988C2.89369 6.74988 2.60241 7.04345 2.60241 7.40559C2.60241 7.76773 2.89369 8.06131 3.25301 8.06131H6.72289C7.08221 8.06131 7.37349 7.76773 7.37349 7.40559C7.37349 7.04345 7.08221 6.74988 6.72289 6.74988H3.25301Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M5.19901 2.37468L6.96194 1.07587C7.90869 0.378356 9.19131 0.378357 10.1381 1.07587L11.9103 2.38151C11.1693 2.35269 10.3418 2.35271 9.43458 2.35274H7.48109C6.6521 2.35272 5.88969 2.3527 5.19901 2.37468Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-profile,.js-hide-router-active .router-link-exact-active .nb-profile{width:20px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99996 10.5527C12.7625 10.5527 14.9999 8.31521 14.9999 5.55272C14.9999 2.79023 12.7625 0.552734 9.99996 0.552734C7.23747 0.552734 4.99998 2.79023 4.99998 5.55272C4.99998 8.31521 7.23747 10.5527 9.99996 10.5527ZM9.99996 13.0527C6.66248 13.0527 0 14.7277 0 18.0527V19.3027C0 19.9902 0.562498 20.5527 1.25 20.5527H18.7499C19.4374 20.5527 19.9999 19.9902 19.9999 19.3027V18.0527C19.9999 14.7277 13.3375 13.0527 9.99996 13.0527Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-affiliate,.js-hide-router-active .router-link-exact-active .nb-affiliate{width:20px;height:17px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2229 8.43197L19.4704 6.18449C20.1765 5.47832 20.1765 4.33684 19.4704 3.63068L16.952 1.11556C16.2459 0.409396 15.1044 0.409396 14.3982 1.11556L13.1052 2.40859C13.0181 2.39892 12.9279 2.39247 12.8376 2.39247H9.22612C8.02983 2.39247 7.04635 3.29533 6.91737 4.45615H6.90447V8.32556C6.90447 9.03817 7.48166 9.61536 8.19428 9.61536C8.90689 9.61536 9.48408 9.03817 9.48408 8.32556V5.48799H14.6433C16.0685 5.48799 17.2229 6.64237 17.2229 8.0676V8.43197ZM10.5159 6.51983V8.32556C10.5159 9.60891 9.47763 10.6472 8.19428 10.6472C6.91092 10.6472 5.87263 9.60891 5.87263 8.32556V4.50129C4.71503 4.70121 3.75091 5.54281 3.42201 6.70041L2.88996 8.55772L0.529625 10.9181C-0.176542 11.6242 -0.176542 12.7657 0.529625 13.4719L3.04796 15.9902C3.75413 16.6964 4.89561 16.6964 5.60177 15.9902L6.81741 14.7746C6.84643 14.7746 6.87545 14.7778 6.90447 14.7778H12.0637C12.9182 14.7778 13.6114 14.0845 13.6114 13.23C13.6114 13.0495 13.5792 12.8753 13.5244 12.7141H13.6114C14.4659 12.7141 15.1592 12.0208 15.1592 11.1663C15.1592 10.7536 14.998 10.3796 14.7336 10.1023C15.5623 9.94104 16.1878 9.2123 16.1911 8.33523V8.32233C16.1878 7.32919 15.3817 6.52306 14.3853 6.52306H10.5159V6.51983Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-discord{width:20px;height:16px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9225 1.29933C15.6558 0.718228 14.2844 0.296464 12.8557 0.0527775C12.8432 0.0523833 12.8308 0.0546965 12.8192 0.0595545C12.8077 0.0644126 12.7974 0.0716975 12.7891 0.0808953C12.6176 0.390189 12.4176 0.793209 12.2843 1.1025C10.769 0.877562 9.22803 0.877562 7.71275 1.1025C7.57941 0.783836 7.37941 0.390189 7.19845 0.0808953C7.18893 0.0621502 7.16035 0.0527775 7.13178 0.0527775C5.70317 0.296464 4.34123 0.718228 3.065 1.29933C3.05548 1.29933 3.04595 1.3087 3.03643 1.31807C0.445883 5.1327 -0.268423 8.84422 0.0839681 12.5183C0.0839681 12.537 0.0934922 12.5558 0.11254 12.5651C1.82687 13.8023 3.47454 14.5521 5.10315 15.0489C5.13173 15.0582 5.1603 15.0489 5.16982 15.0301C5.55078 14.5146 5.89365 13.971 6.1889 13.3993C6.20795 13.3618 6.1889 13.3243 6.1508 13.3149C5.60793 13.1087 5.09363 12.865 4.58885 12.5839C4.55076 12.5651 4.55076 12.5089 4.57933 12.4808C4.68409 12.4058 4.78886 12.3214 4.89362 12.2465C4.91267 12.2277 4.94124 12.2277 4.96029 12.2371C8.23657 13.7086 11.77 13.7086 15.0082 12.2371C15.0272 12.2277 15.0558 12.2277 15.0749 12.2465C15.1796 12.3308 15.2844 12.4058 15.3891 12.4901C15.4272 12.5183 15.4272 12.5745 15.3796 12.5932C14.8844 12.8838 14.3605 13.1181 13.8177 13.3243C13.7796 13.3337 13.7701 13.3805 13.7796 13.4087C14.0844 13.9804 14.4272 14.524 14.7987 15.0395C14.8272 15.0489 14.8558 15.0582 14.8844 15.0489C16.5225 14.5521 18.1702 13.8023 19.8845 12.5651C19.9036 12.5558 19.9131 12.537 19.9131 12.5183C20.3321 8.2725 19.2178 4.58909 16.9606 1.31807C16.9511 1.3087 16.9416 1.29933 16.9225 1.29933ZM6.68415 10.2782C5.70317 10.2782 4.8841 9.38783 4.8841 8.29125C4.8841 7.19466 5.68412 6.30427 6.68415 6.30427C7.6937 6.30427 8.49372 7.20403 8.4842 8.29125C8.4842 9.38783 7.68418 10.2782 6.68415 10.2782ZM13.3224 10.2782C12.3414 10.2782 11.5224 9.38783 11.5224 8.29125C11.5224 7.19466 12.3224 6.30427 13.3224 6.30427C14.332 6.30427 15.132 7.20403 15.1225 8.29125C15.1225 9.38783 14.332 10.2782 13.3224 10.2782Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-users,.js-hide-router-active .router-link-exact-active .nb-users{width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5798 4.21031C11.5798 6.5356 9.69452 8.42062 7.36894 8.42062C5.04337 8.42062 3.15812 6.5356 3.15812 4.21031C3.15812 1.88502 5.04337 0 7.36894 0C9.69452 0 11.5798 1.88502 11.5798 4.21031Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M14.7379 15.7897C14.7379 18.115 11.4387 20 7.36894 20C3.29919 20 0 18.115 0 15.7897C0 13.4644 3.29919 11.5794 7.36894 11.5794C11.4387 11.5794 14.7379 13.4644 14.7379 15.7897Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M20 15.7891C20 17.5331 17.8572 18.9468 15.2409 18.9468C16.0117 18.1044 16.5417 17.047 16.5417 15.7906C16.5417 14.5327 16.0105 13.4743 15.2382 12.6314C17.8545 12.6314 20 14.0452 20 15.7891Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M16.8419 4.21108C16.8419 5.95505 15.4279 7.36881 13.6838 7.36881C13.3034 7.36881 12.9388 7.30159 12.6011 7.17838C13.0991 6.30254 13.3836 5.28943 13.3836 4.20991C13.3836 3.13118 13.0996 2.11877 12.6022 1.24337C12.9396 1.12042 13.3038 1.05335 13.6838 1.05335C15.4279 1.05335 16.8419 2.46711 16.8419 4.21108Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-finances,.js-hide-router-active .router-link-exact-active .nb-finances{width:20px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 6.40021C8.3141 6.65613 7.75 7.37428 7.75 8.05273C7.75 8.73119 8.3141 9.44934 9.25 9.70526V6.40021Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M10.75 11.4002V14.7053C11.6859 14.4493 12.25 13.7312 12.25 13.0527C12.25 12.3743 11.6859 11.6561 10.75 11.4002Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10.5527C20 16.0756 15.5228 20.5527 10 20.5527C4.47715 20.5527 0 16.0756 0 10.5527C0 5.02989 4.47715 0.552734 10 0.552734C15.5228 0.552734 20 5.02989 20 10.5527ZM10 3.80273C10.4142 3.80273 10.75 4.13852 10.75 4.55273V4.86947C12.3804 5.1614 13.75 6.38634 13.75 8.05273C13.75 8.46695 13.4142 8.80273 13 8.80273C12.5858 8.80273 12.25 8.46695 12.25 8.05273C12.25 7.37428 11.6859 6.65613 10.75 6.40021V9.86947C12.3804 10.1614 13.75 11.3863 13.75 13.0527C13.75 14.7191 12.3804 15.9441 10.75 16.236V16.5527C10.75 16.9669 10.4142 17.3027 10 17.3027C9.58579 17.3027 9.25 16.9669 9.25 16.5527V16.236C7.61957 15.9441 6.25 14.7191 6.25 13.0527C6.25 12.6385 6.58579 12.3027 7 12.3027C7.41421 12.3027 7.75 12.6385 7.75 13.0527C7.75 13.7312 8.3141 14.4493 9.25 14.7053V11.236C7.61957 10.9441 6.25 9.71912 6.25 8.05273C6.25 6.38634 7.61957 5.1614 9.25 4.86947V4.55273C9.25 4.13852 9.58579 3.80273 10 3.80273Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-payments,.js-hide-router-active .router-link-exact-active .nb-payments{width:20px;height:21px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4105 7.86058C18.3559 7.8571 18.2964 7.85712 18.2348 7.85715L18.2194 7.85715H15.8015C13.8086 7.85715 12.1033 9.43821 12.1033 11.5C12.1033 13.5618 13.8086 15.1429 15.8015 15.1429H18.2194L18.2348 15.1429C18.2964 15.1429 18.3559 15.1429 18.4105 15.1394C19.22 15.0879 19.9359 14.4495 19.9961 13.5577C20.0001 13.4992 20 13.4362 20 13.3778L20 13.3619V9.6381L20 9.62225C20 9.56383 20.0001 9.50079 19.9961 9.44232C19.9359 8.55055 19.22 7.91209 18.4105 7.86058ZM15.5872 12.4714C16.1002 12.4714 16.5162 12.0365 16.5162 11.5C16.5162 10.9635 16.1002 10.5286 15.5872 10.5286C15.0741 10.5286 14.6581 10.9635 14.6581 11.5C14.6581 12.0365 15.0741 12.4714 15.5872 12.4714Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2341 16.6C18.3778 16.5963 18.4866 16.7304 18.4476 16.8699C18.2541 17.562 17.947 18.1518 17.4542 18.6485C16.7329 19.3755 15.8183 19.6981 14.6882 19.8512C13.5902 20 12.1872 20 10.4158 20H8.37936C6.60803 20 5.20501 20 4.10697 19.8512C2.97692 19.6981 2.06227 19.3755 1.34096 18.6485C0.619644 17.9215 0.299531 16.9997 0.1476 15.8608C-2.70307e-05 14.7541 -1.49126e-05 13.3401 3.1174e-07 11.5548V11.4452C-1.50275e-05 9.65994 -2.72542e-05 8.2459 0.1476 7.13924C0.299531 6.00031 0.619643 5.07848 1.34096 4.35149C2.06227 3.62451 2.97692 3.30188 4.10697 3.14876C5.205 2.99997 6.60802 2.99999 8.37936 3L10.4158 3C12.1872 2.99998 13.5902 2.99997 14.6882 3.14876C15.8183 3.30188 16.7329 3.62451 17.4542 4.35149C17.947 4.84817 18.2541 5.43804 18.4476 6.13012C18.4866 6.26959 18.3778 6.40376 18.2341 6.4L15.8015 6.40001C13.0673 6.40001 10.6575 8.57689 10.6575 11.5C10.6575 14.4231 13.0673 16.6 15.8015 16.6L18.2341 16.6ZM3.61446 6.88572C3.21522 6.88572 2.89157 7.21191 2.89157 7.61429C2.89157 8.01667 3.21522 8.34286 3.61446 8.34286H7.46988C7.86912 8.34286 8.19277 8.01667 8.19277 7.61429C8.19277 7.21191 7.86912 6.88572 7.46988 6.88572H3.61446Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M5.77668 2.02439L7.73549 0.581259C8.78744 -0.193753 10.2126 -0.193753 11.2645 0.58126L13.2336 2.03197C12.4103 1.99995 11.4909 1.99998 10.4829 2H8.31232C7.39123 1.99998 6.5441 1.99996 5.77668 2.02439Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A")}.nb-proxies,.js-hide-router-active .router-link-exact-active .nb-proxies{width:17px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.303 3.88607C10.303 2.04512 11.8022 0.552734 13.6515 0.552734C15.5008 0.552734 17 2.04512 17 3.88607C17 5.72702 15.5008 7.2194 13.6515 7.2194C12.7177 7.2194 11.8738 6.83869 11.2671 6.2262L6.63167 9.38228C6.67452 9.59522 6.69697 9.81519 6.69697 10.0399C6.69697 10.4849 6.60904 10.9103 6.44959 11.2991L11.5323 14.6385C12.1092 14.1688 12.8473 13.8861 13.6515 13.8861C15.5008 13.8861 17 15.3785 17 17.2194C17 19.0604 15.5008 20.5527 13.6515 20.5527C11.8022 20.5527 10.303 19.0604 10.303 17.2194C10.303 16.7372 10.4062 16.2782 10.5917 15.8639L5.55007 12.5514C4.96196 13.0626 4.1916 13.3732 3.34848 13.3732C1.49917 13.3732 0 11.8809 0 10.0399C0 8.19896 1.49917 6.70658 3.34848 6.70658C4.4119 6.70658 5.35853 7.19999 5.97145 7.96791L10.4639 4.90916C10.3594 4.58633 10.303 4.24233 10.303 3.88607Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-settings,.js-hide-router-active .router-link-exact-active .nb-settings{width:19px;height:21px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2788 0.704975C10.9085 0.552734 10.439 0.552734 9.5 0.552734C8.56102 0.552734 8.09153 0.552734 7.72119 0.704975C7.2274 0.907963 6.83509 1.29731 6.63056 1.78737C6.53719 2.01107 6.50065 2.27124 6.48635 2.65073C6.46534 3.20841 6.17716 3.72463 5.69017 4.00366C5.20318 4.2827 4.60864 4.27227 4.11149 4.01149C3.77318 3.83403 3.52789 3.73536 3.28599 3.70375C2.75609 3.63452 2.22018 3.77703 1.79616 4.09993C1.47814 4.34211 1.24339 4.74563 0.773903 5.55267C0.304414 6.3597 0.069669 6.76322 0.017347 7.15764C-0.0524154 7.68353 0.0911811 8.21539 0.416547 8.63621C0.565055 8.82829 0.773773 8.98976 1.0977 9.19176C1.57391 9.48872 1.88032 9.99459 1.88029 10.5528C1.88026 11.1109 1.57386 11.6167 1.0977 11.9136C0.773716 12.1156 0.564971 12.2771 0.416448 12.4692C0.0910824 12.89 -0.0525141 13.4219 0.0172484 13.9478C0.0695703 14.3422 0.304315 14.7457 0.773804 15.5527C1.24329 16.3598 1.47804 16.7633 1.79606 17.0055C2.22008 17.3284 2.75599 17.4709 3.28589 17.4016C3.52778 17.37 3.77305 17.2714 4.11133 17.0939C4.60852 16.8331 5.2031 16.8227 5.69012 17.1018C6.17714 17.3808 6.46533 17.8971 6.48635 18.4548C6.50065 18.8343 6.53719 19.0944 6.63056 19.3181C6.83509 19.8082 7.2274 20.1975 7.72119 20.4005C8.09153 20.5527 8.56102 20.5527 9.5 20.5527C10.439 20.5527 10.9085 20.5527 11.2788 20.4005C11.7726 20.1975 12.1649 19.8082 12.3694 19.3181C12.4628 19.0944 12.4994 18.8342 12.5137 18.4547C12.5347 17.897 12.8228 17.3808 13.3098 17.1018C13.7968 16.8227 14.3914 16.8331 14.8886 17.0939C15.2269 17.2713 15.4721 17.37 15.714 17.4016C16.2439 17.4708 16.7798 17.3283 17.2038 17.0054C17.5219 16.7632 17.7566 16.3597 18.2261 15.5527C18.6956 14.7456 18.9303 14.3421 18.9827 13.9477C19.0524 13.4218 18.9088 12.8899 18.5835 12.4691C18.4349 12.277 18.2262 12.1156 17.9022 11.9135C17.4261 11.6166 17.1197 11.1108 17.1197 10.5526C17.1197 9.99458 17.4261 9.48882 17.9022 9.19192C18.2263 8.98988 18.435 8.82839 18.5836 8.63628C18.9089 8.21546 19.0525 7.6836 18.9828 7.15771C18.9304 6.76329 18.6957 6.35977 18.2262 5.55273C17.7567 4.7457 17.522 4.34218 17.2039 4.1C16.7799 3.7771 16.244 3.63458 15.7141 3.70382C15.4722 3.73542 15.2269 3.83409 14.8887 4.01153C14.3915 4.27233 13.7969 4.28275 13.3099 4.0037C12.8229 3.72464 12.5347 3.2084 12.5136 2.65067C12.4993 2.27121 12.4628 2.01106 12.3694 1.78737C12.1649 1.29731 11.7726 0.907963 11.2788 0.704975ZM9.5 13.5527C11.1695 13.5527 12.5228 12.2096 12.5228 10.5527C12.5228 8.89588 11.1695 7.55273 9.5 7.55273C7.83053 7.55273 6.47716 8.89588 6.47716 10.5527C6.47716 12.2096 7.83053 13.5527 9.5 13.5527Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.nb-withdraw,.js-hide-router-active .router-link-exact-active .nb-withdraw{width:20px;height:17px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.71084 0.480469H11.5663C15.2012 0.480469 17.0187 0.480469 18.1479 1.6097C18.9609 2.42275 19.1886 3.59259 19.2523 5.54071H0.0247869C0.0885269 3.59259 0.316176 2.42275 1.12923 1.6097C2.25845 0.480469 4.07592 0.480469 7.71084 0.480469Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2766 8.97929L18.8829 8.58554C18.036 7.73862 16.6628 7.73862 15.8159 8.58554L15.0434 9.35801C14.7352 8.53568 13.942 7.95035 13.012 7.95035C11.8143 7.95035 10.8434 8.9213 10.8434 10.119V11.8191C10.3712 11.8716 9.91293 12.0789 9.55085 12.441C8.70393 13.2879 8.70393 14.661 9.55085 15.5079L9.94508 15.9022H7.71084C4.07592 15.9022 2.25845 15.9022 1.12923 14.7729C0 13.6437 0 11.8262 0 8.19131C0 7.76535 0 7.36435 0.00181715 6.98649H19.2753C19.2771 7.36435 19.2771 7.76535 19.2771 8.19131C19.2771 8.46404 19.2771 8.72654 19.2766 8.97929ZM3.85542 11.3238C3.45618 11.3238 3.13253 11.6475 3.13253 12.0467C3.13253 12.446 3.45618 12.7696 3.85542 12.7696H7.71084C8.11009 12.7696 8.43373 12.446 8.43373 12.0467C8.43373 11.6475 8.11009 11.3238 7.71084 11.3238H3.85542Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.012 9.39613C13.4113 9.39613 13.7349 9.71978 13.7349 10.119V14.1569L14.4286 13.4633C14.7109 13.181 15.1686 13.181 15.4509 13.4633C15.7332 13.7456 15.7332 14.2033 15.4509 14.4856L13.5232 16.4133C13.2409 16.6956 12.7832 16.6956 12.5009 16.4133L10.5732 14.4856C10.2909 14.2033 10.2909 13.7456 10.5732 13.4633C10.8555 13.181 11.3132 13.181 11.5955 13.4633L12.2892 14.1569V10.119C12.2892 9.71978 12.6128 9.39613 13.012 9.39613ZM16.8382 9.60786C17.1205 9.32555 17.5783 9.32555 17.8606 9.60786L19.7883 11.5356C20.0706 11.8179 20.0706 12.2756 19.7883 12.5579C19.506 12.8402 19.0483 12.8402 18.7659 12.5579L18.0723 11.8642V15.9022C18.0723 16.3014 17.7486 16.625 17.3494 16.625C16.9502 16.625 16.6265 16.3014 16.6265 15.9022V11.8642L15.9328 12.5579C15.6505 12.8402 15.1928 12.8402 14.9105 12.5579C14.6282 12.2756 14.6282 11.8179 14.9105 11.5356L16.8382 9.60786Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E")}.router-link-exact-active .nb-dashboard{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.11112 11.6631H7.77781C8.38892 11.6631 8.88893 11.1631 8.88893 10.552V1.66306C8.88893 1.05195 8.38892 0.551946 7.77781 0.551946H1.11112C0.500002 0.551946 0 1.05195 0 1.66306V10.552C0 11.1631 0.500002 11.6631 1.11112 11.6631ZM1.11112 20.5513H7.77781C8.38892 20.5513 8.88893 20.0513 8.88893 19.4402V14.9957C8.88893 14.3846 8.38892 13.8846 7.77781 13.8846H1.11112C0.500002 13.8846 0 14.3846 0 14.9957V19.4402C0 20.0513 0.500002 20.5513 1.11112 20.5513ZM12.2221 20.5534H18.8888C19.4999 20.5534 19.9999 20.0534 19.9999 19.4422V10.5533C19.9999 9.9422 19.4999 9.4422 18.8888 9.4422H12.2221C11.611 9.4422 11.111 9.9422 11.111 10.5533V19.4422C11.111 20.0534 11.611 20.5534 12.2221 20.5534ZM11.111 1.66287V6.10734C11.111 6.71845 11.611 7.21845 12.2221 7.21845H18.8888C19.4999 7.21845 19.9999 6.71845 19.9999 6.10734V1.66287C19.9999 1.05176 19.4999 0.551758 18.8888 0.551758H12.2221C11.611 0.551758 11.111 1.05176 11.111 1.66287Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-merchants{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10701 2.20829C0.925889 2.56935 0.836811 3.01474 0.658654 3.90552L0.0604719 6.89643C-0.318285 8.79022 1.13021 10.5571 3.0615 10.5571C4.63381 10.5571 5.95032 9.36567 6.10677 7.80116L6.17581 7.11074C6.01265 8.96021 7.4704 10.5571 9.33248 10.5571C11.2072 10.5571 12.6721 8.93839 12.4856 7.07294L12.5586 7.80116C12.7151 9.36567 14.0316 10.5571 15.6039 10.5571C17.5352 10.5571 18.9837 8.79022 18.6049 6.89643L18.0067 3.90552C17.8286 3.01475 17.7395 2.56934 17.5584 2.20829C17.1767 1.44752 16.49 0.884554 15.6692 0.659528C15.2796 0.552734 14.8254 0.552734 13.917 0.552734H4.74839C3.83997 0.552734 3.38576 0.552734 2.9962 0.659528C2.17535 0.884554 1.48865 1.44752 1.10701 2.20829Z' fill='%236C54F6'/%3E%3Cpath d='M15.6039 12.0577C16.4214 12.0577 17.1809 11.8453 17.8364 11.4764V12.5579C17.8364 16.3308 17.8364 18.2173 16.6643 19.3893C15.7208 20.3328 14.3144 20.5168 11.8338 20.5527V17.0599C11.8338 16.1249 11.8338 15.6574 11.6327 15.3092C11.501 15.081 11.3116 14.8916 11.0834 14.7599C10.7352 14.5588 10.2677 14.5588 9.33268 14.5588C8.39766 14.5588 7.93015 14.5588 7.58192 14.7599C7.35379 14.8916 7.16435 15.081 7.03264 15.3092C6.83159 15.6574 6.83159 16.1249 6.83159 17.0599V20.5527C4.35094 20.5168 2.94456 20.3328 2.00106 19.3893C0.828975 18.2173 0.828975 16.3308 0.828975 12.5579V11.4764C1.4845 11.8453 2.24398 12.0577 3.06152 12.0577C4.25911 12.0577 5.35712 11.5939 6.17565 10.8291C7.00335 11.5896 8.10863 12.0577 9.3325 12.0577C10.5564 12.0577 11.6618 11.5895 12.4896 10.8289C13.3081 11.5938 14.4062 12.0577 15.6039 12.0577Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-market{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.39404 0.5C6.65871 0.5 6.02399 0.914573 5.72844 1.51411C5.00875 1.51915 4.44784 1.55095 3.94714 1.73929C3.34891 1.96431 2.82857 2.34685 2.44562 2.84313C2.05929 3.34381 1.87793 3.98554 1.62832 4.86882L1.57948 5.04145L1.03964 8.04399C0.844296 8.17369 0.674636 8.32727 0.52709 8.50915C-0.421374 9.67829 0.0302826 11.4171 0.933595 14.8946C1.50812 17.1064 1.79538 18.2123 2.65219 18.8561C3.50901 19.5 4.69342 19.5 7.06223 19.5H11.9378C14.3066 19.5 15.491 19.5 16.3478 18.8561C17.2046 18.2123 17.4919 17.1064 18.0664 14.8946C18.9697 11.4171 19.4214 9.67829 18.4729 8.50915C18.3252 8.32712 18.1554 8.17344 17.9599 8.04368L17.4201 5.04145L17.3713 4.86881C17.1216 3.98554 16.9403 3.3438 16.554 2.84313C16.171 2.34685 15.6507 1.96431 15.0524 1.73929C14.5517 1.55095 13.9908 1.51915 13.2711 1.51411C12.9756 0.914573 12.3409 0.5 11.6055 0.5H7.39404ZM16.2571 7.48765L15.8767 5.37175C15.5779 4.31818 15.4695 3.98709 15.2861 3.74938C15.0799 3.48215 14.7997 3.27617 14.4775 3.155C14.2461 3.06795 13.9665 3.04233 13.2697 3.03555C12.9735 3.63348 12.3396 4.04667 11.6055 4.04667H7.39404C6.65994 4.04667 6.02611 3.63348 5.72992 3.03555C5.03309 3.04233 4.75347 3.06795 4.52205 3.155C4.19992 3.27617 3.91974 3.48215 3.71353 3.74938C3.53011 3.98709 3.42167 4.31818 3.12288 5.37175L2.74244 7.48771C3.79337 7.34 5.19336 7.34 7.06223 7.34H11.9378C13.8064 7.34 15.2062 7.34 16.2571 7.48765ZM5.28854 10.6333C5.72466 10.6333 6.0782 10.9736 6.0782 11.3933V15.4467C6.0782 15.8664 5.72466 16.2067 5.28854 16.2067C4.85243 16.2067 4.49889 15.8664 4.49889 15.4467V11.3933C4.49889 10.9736 4.85243 10.6333 5.28854 10.6333ZM14.5012 11.3933C14.5012 10.9736 14.1477 10.6333 13.7115 10.6333C13.2754 10.6333 12.9219 10.9736 12.9219 11.3933V15.4467C12.9219 15.8664 13.2754 16.2067 13.7115 16.2067C14.1477 16.2067 14.5012 15.8664 14.5012 15.4467V11.3933ZM9.50005 10.6333C9.93616 10.6333 10.2897 10.9736 10.2897 11.3933V15.4467C10.2897 15.8664 9.93616 16.2067 9.50005 16.2067C9.06393 16.2067 8.71039 15.8664 8.71039 15.4467V11.3933C8.71039 10.9736 9.06393 10.6333 9.50005 10.6333Z' fill='%236C54F6'/%3E%3C/svg%3E")}.js-active.navbar-link .nb-topup,.router-link-exact-active .nb-topup{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5695 7.62725C16.5203 7.62412 16.4668 7.62415 16.4113 7.62417L16.3974 7.62417H14.2214C12.4278 7.62417 10.893 9.04712 10.893 10.9027C10.893 12.7584 12.4278 14.1813 14.2214 14.1813H16.3974L16.4113 14.1813C16.4668 14.1813 16.5203 14.1814 16.5695 14.1782C17.298 14.1319 17.9423 13.5573 17.9965 12.7547C18.0001 12.702 18 12.6453 18 12.5927L18 12.5785V9.22703L18 9.21276C18 9.16018 18.0001 9.10345 17.9965 9.05082C17.9423 8.24823 17.298 7.67362 16.5695 7.62725ZM14.0284 11.777C14.4902 11.777 14.8646 11.3856 14.8646 10.9027C14.8646 10.4199 14.4902 10.0284 14.0284 10.0284C13.5667 10.0284 13.1923 10.4199 13.1923 10.9027C13.1923 11.3856 13.5667 11.777 14.0284 11.777Z' fill='%236C54F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4107 15.4927C16.5401 15.4894 16.6379 15.6101 16.6029 15.7356C16.4287 16.3585 16.1523 16.8894 15.7088 17.3364C15.0596 17.9907 14.2364 18.281 13.2194 18.4188C12.2312 18.5528 10.9684 18.5527 9.37424 18.5527H7.54143C5.94722 18.5527 4.6845 18.5528 3.69627 18.4188C2.67923 18.281 1.85604 17.9907 1.20686 17.3364C0.55768 16.6821 0.269578 15.8525 0.13284 14.8274C-2.43276e-05 13.8314 -1.34213e-05 12.5588 2.80566e-07 10.9521V10.8534C-1.35247e-05 9.24668 -2.45288e-05 7.97405 0.13284 6.97805C0.269578 5.95301 0.557679 5.12336 1.20686 4.46908C1.85604 3.8148 2.67923 3.52443 3.69627 3.38662C4.6845 3.25271 5.94722 3.25272 7.54142 3.25273L9.37424 3.25273C10.9684 3.25272 12.2312 3.25271 13.2194 3.38662C14.2364 3.52443 15.0596 3.8148 15.7088 4.46908C16.1523 4.91608 16.4287 5.44697 16.6029 6.06984C16.6379 6.19537 16.5401 6.31612 16.4107 6.31274L14.2213 6.31274C11.7606 6.31274 9.59173 8.27193 9.59173 10.9027C9.59173 13.5336 11.7606 15.4927 14.2213 15.4927L16.4107 15.4927ZM3.25301 6.74988C2.89369 6.74988 2.60241 7.04345 2.60241 7.40559C2.60241 7.76773 2.89369 8.06131 3.25301 8.06131H6.72289C7.08221 8.06131 7.37349 7.76773 7.37349 7.40559C7.37349 7.04345 7.08221 6.74988 6.72289 6.74988H3.25301Z' fill='%236C54F6'/%3E%3Cpath d='M5.19901 2.37468L6.96194 1.07587C7.90869 0.378356 9.19131 0.378357 10.1381 1.07587L11.9103 2.38151C11.1693 2.35269 10.3418 2.35271 9.43458 2.35274H7.48109C6.6521 2.35272 5.88969 2.3527 5.19901 2.37468Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-profile{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99996 10.5527C12.7625 10.5527 14.9999 8.31521 14.9999 5.55272C14.9999 2.79023 12.7625 0.552734 9.99996 0.552734C7.23747 0.552734 4.99998 2.79023 4.99998 5.55272C4.99998 8.31521 7.23747 10.5527 9.99996 10.5527ZM9.99996 13.0527C6.66248 13.0527 0 14.7277 0 18.0527V19.3027C0 19.9902 0.562498 20.5527 1.25 20.5527H18.7499C19.4374 20.5527 19.9999 19.9902 19.9999 19.3027V18.0527C19.9999 14.7277 13.3375 13.0527 9.99996 13.0527Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-affiliate{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2229 8.43197L19.4704 6.18449C20.1765 5.47832 20.1765 4.33684 19.4704 3.63068L16.952 1.11556C16.2459 0.409396 15.1044 0.409396 14.3982 1.11556L13.1052 2.40859C13.0181 2.39892 12.9279 2.39247 12.8376 2.39247H9.22612C8.02983 2.39247 7.04635 3.29533 6.91737 4.45615H6.90447V8.32556C6.90447 9.03817 7.48166 9.61536 8.19428 9.61536C8.90689 9.61536 9.48408 9.03817 9.48408 8.32556V5.48799H14.6433C16.0685 5.48799 17.2229 6.64237 17.2229 8.0676V8.43197ZM10.5159 6.51983V8.32556C10.5159 9.60891 9.47763 10.6472 8.19428 10.6472C6.91092 10.6472 5.87263 9.60891 5.87263 8.32556V4.50129C4.71503 4.70121 3.75091 5.54281 3.42201 6.70041L2.88996 8.55772L0.529625 10.9181C-0.176542 11.6242 -0.176542 12.7657 0.529625 13.4719L3.04796 15.9902C3.75413 16.6964 4.89561 16.6964 5.60177 15.9902L6.81741 14.7746C6.84643 14.7746 6.87545 14.7778 6.90447 14.7778H12.0637C12.9182 14.7778 13.6114 14.0845 13.6114 13.23C13.6114 13.0495 13.5792 12.8753 13.5244 12.7141H13.6114C14.4659 12.7141 15.1592 12.0208 15.1592 11.1663C15.1592 10.7536 14.998 10.3796 14.7336 10.1023C15.5623 9.94104 16.1878 9.2123 16.1911 8.33523V8.32233C16.1878 7.32919 15.3817 6.52306 14.3853 6.52306H10.5159V6.51983Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-users{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5798 4.21031C11.5798 6.5356 9.69452 8.42062 7.36894 8.42062C5.04337 8.42062 3.15812 6.5356 3.15812 4.21031C3.15812 1.88502 5.04337 0 7.36894 0C9.69452 0 11.5798 1.88502 11.5798 4.21031Z' fill='%236C54F6'/%3E%3Cpath d='M14.7379 15.7897C14.7379 18.115 11.4387 20 7.36894 20C3.29919 20 0 18.115 0 15.7897C0 13.4644 3.29919 11.5794 7.36894 11.5794C11.4387 11.5794 14.7379 13.4644 14.7379 15.7897Z' fill='%236C54F6'/%3E%3Cpath d='M20 15.7891C20 17.5331 17.8572 18.9468 15.2409 18.9468C16.0117 18.1044 16.5417 17.047 16.5417 15.7906C16.5417 14.5327 16.0105 13.4743 15.2382 12.6314C17.8545 12.6314 20 14.0452 20 15.7891Z' fill='%236C54F6'/%3E%3Cpath d='M16.8419 4.21108C16.8419 5.95505 15.4279 7.36881 13.6838 7.36881C13.3034 7.36881 12.9388 7.30159 12.6011 7.17838C13.0991 6.30254 13.3836 5.28943 13.3836 4.20991C13.3836 3.13118 13.0996 2.11877 12.6022 1.24337C12.9396 1.12042 13.3038 1.05335 13.6838 1.05335C15.4279 1.05335 16.8419 2.46711 16.8419 4.21108Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-finances{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 6.40021C8.3141 6.65613 7.75 7.37428 7.75 8.05273C7.75 8.73119 8.3141 9.44934 9.25 9.70526V6.40021Z' fill='%236C54F6'/%3E%3Cpath d='M10.75 11.4002V14.7053C11.6859 14.4493 12.25 13.7312 12.25 13.0527C12.25 12.3743 11.6859 11.6561 10.75 11.4002Z' fill='%236C54F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10.5527C20 16.0756 15.5228 20.5527 10 20.5527C4.47715 20.5527 0 16.0756 0 10.5527C0 5.02989 4.47715 0.552734 10 0.552734C15.5228 0.552734 20 5.02989 20 10.5527ZM10 3.80273C10.4142 3.80273 10.75 4.13852 10.75 4.55273V4.86947C12.3804 5.1614 13.75 6.38634 13.75 8.05273C13.75 8.46695 13.4142 8.80273 13 8.80273C12.5858 8.80273 12.25 8.46695 12.25 8.05273C12.25 7.37428 11.6859 6.65613 10.75 6.40021V9.86947C12.3804 10.1614 13.75 11.3863 13.75 13.0527C13.75 14.7191 12.3804 15.9441 10.75 16.236V16.5527C10.75 16.9669 10.4142 17.3027 10 17.3027C9.58579 17.3027 9.25 16.9669 9.25 16.5527V16.236C7.61957 15.9441 6.25 14.7191 6.25 13.0527C6.25 12.6385 6.58579 12.3027 7 12.3027C7.41421 12.3027 7.75 12.6385 7.75 13.0527C7.75 13.7312 8.3141 14.4493 9.25 14.7053V11.236C7.61957 10.9441 6.25 9.71912 6.25 8.05273C6.25 6.38634 7.61957 5.1614 9.25 4.86947V4.55273C9.25 4.13852 9.58579 3.80273 10 3.80273Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-payments{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4105 7.86058C18.3559 7.8571 18.2964 7.85712 18.2348 7.85715L18.2194 7.85715H15.8015C13.8086 7.85715 12.1033 9.43821 12.1033 11.5C12.1033 13.5618 13.8086 15.1429 15.8015 15.1429H18.2194L18.2348 15.1429C18.2964 15.1429 18.3559 15.1429 18.4105 15.1394C19.22 15.0879 19.9359 14.4495 19.9961 13.5577C20.0001 13.4992 20 13.4362 20 13.3778L20 13.3619V9.6381L20 9.62225C20 9.56383 20.0001 9.50079 19.9961 9.44232C19.9359 8.55055 19.22 7.91209 18.4105 7.86058ZM15.5872 12.4714C16.1002 12.4714 16.5162 12.0365 16.5162 11.5C16.5162 10.9635 16.1002 10.5286 15.5872 10.5286C15.0741 10.5286 14.6581 10.9635 14.6581 11.5C14.6581 12.0365 15.0741 12.4714 15.5872 12.4714Z' fill='%236C54F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2341 16.6C18.3778 16.5963 18.4866 16.7304 18.4476 16.8699C18.2541 17.562 17.947 18.1518 17.4542 18.6485C16.7329 19.3755 15.8183 19.6981 14.6882 19.8512C13.5902 20 12.1872 20 10.4158 20H8.37936C6.60803 20 5.20501 20 4.10697 19.8512C2.97692 19.6981 2.06227 19.3755 1.34096 18.6485C0.619644 17.9215 0.299531 16.9997 0.1476 15.8608C-2.70307e-05 14.7541 -1.49126e-05 13.3401 3.1174e-07 11.5548V11.4452C-1.50275e-05 9.65994 -2.72542e-05 8.2459 0.1476 7.13924C0.299531 6.00031 0.619643 5.07848 1.34096 4.35149C2.06227 3.62451 2.97692 3.30188 4.10697 3.14876C5.205 2.99997 6.60802 2.99999 8.37936 3L10.4158 3C12.1872 2.99998 13.5902 2.99997 14.6882 3.14876C15.8183 3.30188 16.7329 3.62451 17.4542 4.35149C17.947 4.84817 18.2541 5.43804 18.4476 6.13012C18.4866 6.26959 18.3778 6.40376 18.2341 6.4L15.8015 6.40001C13.0673 6.40001 10.6575 8.57689 10.6575 11.5C10.6575 14.4231 13.0673 16.6 15.8015 16.6L18.2341 16.6ZM3.61446 6.88572C3.21522 6.88572 2.89157 7.21191 2.89157 7.61429C2.89157 8.01667 3.21522 8.34286 3.61446 8.34286H7.46988C7.86912 8.34286 8.19277 8.01667 8.19277 7.61429C8.19277 7.21191 7.86912 6.88572 7.46988 6.88572H3.61446Z' fill='%236C54F6'/%3E%3Cpath d='M5.77668 2.02439L7.73549 0.581259C8.78744 -0.193753 10.2126 -0.193753 11.2645 0.58126L13.2336 2.03197C12.4103 1.99995 11.4909 1.99998 10.4829 2H8.31232C7.39123 1.99998 6.5441 1.99996 5.77668 2.02439Z' fill='%236C54F6'/%3E%3C/svg%3E%0A")}.router-link-exact-active .nb-proxies{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.303 3.88607C10.303 2.04512 11.8022 0.552734 13.6515 0.552734C15.5008 0.552734 17 2.04512 17 3.88607C17 5.72702 15.5008 7.2194 13.6515 7.2194C12.7177 7.2194 11.8738 6.83869 11.2671 6.2262L6.63167 9.38228C6.67452 9.59522 6.69697 9.81519 6.69697 10.0399C6.69697 10.4849 6.60904 10.9103 6.44959 11.2991L11.5323 14.6385C12.1092 14.1688 12.8473 13.8861 13.6515 13.8861C15.5008 13.8861 17 15.3785 17 17.2194C17 19.0604 15.5008 20.5527 13.6515 20.5527C11.8022 20.5527 10.303 19.0604 10.303 17.2194C10.303 16.7372 10.4062 16.2782 10.5917 15.8639L5.55007 12.5514C4.96196 13.0626 4.1916 13.3732 3.34848 13.3732C1.49917 13.3732 0 11.8809 0 10.0399C0 8.19896 1.49917 6.70658 3.34848 6.70658C4.4119 6.70658 5.35853 7.19999 5.97145 7.96791L10.4639 4.90916C10.3594 4.58633 10.303 4.24233 10.303 3.88607Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-settings{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2788 0.704975C10.9085 0.552734 10.439 0.552734 9.5 0.552734C8.56102 0.552734 8.09153 0.552734 7.72119 0.704975C7.2274 0.907963 6.83509 1.29731 6.63056 1.78737C6.53719 2.01107 6.50065 2.27124 6.48635 2.65073C6.46534 3.20841 6.17716 3.72463 5.69017 4.00366C5.20318 4.2827 4.60864 4.27227 4.11149 4.01149C3.77318 3.83403 3.52789 3.73536 3.28599 3.70375C2.75609 3.63452 2.22018 3.77703 1.79616 4.09993C1.47814 4.34211 1.24339 4.74563 0.773903 5.55267C0.304414 6.3597 0.069669 6.76322 0.017347 7.15764C-0.0524154 7.68353 0.0911811 8.21539 0.416547 8.63621C0.565055 8.82829 0.773773 8.98976 1.0977 9.19176C1.57391 9.48872 1.88032 9.99459 1.88029 10.5528C1.88026 11.1109 1.57386 11.6167 1.0977 11.9136C0.773716 12.1156 0.564971 12.2771 0.416448 12.4692C0.0910824 12.89 -0.0525141 13.4219 0.0172484 13.9478C0.0695703 14.3422 0.304315 14.7457 0.773804 15.5527C1.24329 16.3598 1.47804 16.7633 1.79606 17.0055C2.22008 17.3284 2.75599 17.4709 3.28589 17.4016C3.52778 17.37 3.77305 17.2714 4.11133 17.0939C4.60852 16.8331 5.2031 16.8227 5.69012 17.1018C6.17714 17.3808 6.46533 17.8971 6.48635 18.4548C6.50065 18.8343 6.53719 19.0944 6.63056 19.3181C6.83509 19.8082 7.2274 20.1975 7.72119 20.4005C8.09153 20.5527 8.56102 20.5527 9.5 20.5527C10.439 20.5527 10.9085 20.5527 11.2788 20.4005C11.7726 20.1975 12.1649 19.8082 12.3694 19.3181C12.4628 19.0944 12.4994 18.8342 12.5137 18.4547C12.5347 17.897 12.8228 17.3808 13.3098 17.1018C13.7968 16.8227 14.3914 16.8331 14.8886 17.0939C15.2269 17.2713 15.4721 17.37 15.714 17.4016C16.2439 17.4708 16.7798 17.3283 17.2038 17.0054C17.5219 16.7632 17.7566 16.3597 18.2261 15.5527C18.6956 14.7456 18.9303 14.3421 18.9827 13.9477C19.0524 13.4218 18.9088 12.8899 18.5835 12.4691C18.4349 12.277 18.2262 12.1156 17.9022 11.9135C17.4261 11.6166 17.1197 11.1108 17.1197 10.5526C17.1197 9.99458 17.4261 9.48882 17.9022 9.19192C18.2263 8.98988 18.435 8.82839 18.5836 8.63628C18.9089 8.21546 19.0525 7.6836 18.9828 7.15771C18.9304 6.76329 18.6957 6.35977 18.2262 5.55273C17.7567 4.7457 17.522 4.34218 17.2039 4.1C16.7799 3.7771 16.244 3.63458 15.7141 3.70382C15.4722 3.73542 15.2269 3.83409 14.8887 4.01153C14.3915 4.27233 13.7969 4.28275 13.3099 4.0037C12.8229 3.72464 12.5347 3.2084 12.5136 2.65067C12.4993 2.27121 12.4628 2.01106 12.3694 1.78737C12.1649 1.29731 11.7726 0.907963 11.2788 0.704975ZM9.5 13.5527C11.1695 13.5527 12.5228 12.2096 12.5228 10.5527C12.5228 8.89588 11.1695 7.55273 9.5 7.55273C7.83053 7.55273 6.47716 8.89588 6.47716 10.5527C6.47716 12.2096 7.83053 13.5527 9.5 13.5527Z' fill='%236C54F6'/%3E%3C/svg%3E")}.router-link-exact-active .nb-withdraw{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.71084 0.480469H11.5663C15.2012 0.480469 17.0187 0.480469 18.1479 1.6097C18.9609 2.42275 19.1886 3.59259 19.2523 5.54071H0.0247869C0.0885269 3.59259 0.316176 2.42275 1.12923 1.6097C2.25845 0.480469 4.07592 0.480469 7.71084 0.480469Z' fill='%236C54F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2766 8.97929L18.8829 8.58554C18.036 7.73862 16.6628 7.73862 15.8159 8.58554L15.0434 9.35801C14.7352 8.53568 13.942 7.95035 13.012 7.95035C11.8143 7.95035 10.8434 8.9213 10.8434 10.119V11.8191C10.3712 11.8716 9.91293 12.0789 9.55085 12.441C8.70393 13.2879 8.70393 14.661 9.55085 15.5079L9.94508 15.9022H7.71084C4.07592 15.9022 2.25845 15.9022 1.12923 14.7729C0 13.6437 0 11.8262 0 8.19131C0 7.76535 0 7.36435 0.00181715 6.98649H19.2753C19.2771 7.36435 19.2771 7.76535 19.2771 8.19131C19.2771 8.46404 19.2771 8.72654 19.2766 8.97929ZM3.85542 11.3238C3.45618 11.3238 3.13253 11.6475 3.13253 12.0467C3.13253 12.446 3.45618 12.7696 3.85542 12.7696H7.71084C8.11009 12.7696 8.43373 12.446 8.43373 12.0467C8.43373 11.6475 8.11009 11.3238 7.71084 11.3238H3.85542Z' fill='%236C54F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.012 9.39613C13.4113 9.39613 13.7349 9.71978 13.7349 10.119V14.1569L14.4286 13.4633C14.7109 13.181 15.1686 13.181 15.4509 13.4633C15.7332 13.7456 15.7332 14.2033 15.4509 14.4856L13.5232 16.4133C13.2409 16.6956 12.7832 16.6956 12.5009 16.4133L10.5732 14.4856C10.2909 14.2033 10.2909 13.7456 10.5732 13.4633C10.8555 13.181 11.3132 13.181 11.5955 13.4633L12.2892 14.1569V10.119C12.2892 9.71978 12.6128 9.39613 13.012 9.39613ZM16.8382 9.60786C17.1205 9.32555 17.5783 9.32555 17.8606 9.60786L19.7883 11.5356C20.0706 11.8179 20.0706 12.2756 19.7883 12.5579C19.506 12.8402 19.0483 12.8402 18.7659 12.5579L18.0723 11.8642V15.9022C18.0723 16.3014 17.7486 16.625 17.3494 16.625C16.9502 16.625 16.6265 16.3014 16.6265 15.9022V11.8642L15.9328 12.5579C15.6505 12.8402 15.1928 12.8402 14.9105 12.5579C14.6282 12.2756 14.6282 11.8179 14.9105 11.5356L16.8382 9.60786Z' fill='%236C54F6'/%3E%3C/svg%3E")}.navbar-user-balance__add{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M12.9894 7.7606H8.34654V12.4035C8.34654 12.9142 7.92868 13.332 7.41797 13.332C6.90725 13.332 6.4894 12.9142 6.4894 12.4035V7.7606H1.84654C1.33583 7.7606 0.917969 7.34275 0.917969 6.83203C0.917969 6.32132 1.33583 5.90346 1.84654 5.90346H6.4894V1.2606C6.4894 0.749888 6.90725 0.332031 7.41797 0.332031C7.92868 0.332031 8.34654 0.749888 8.34654 1.2606V5.90346H12.9894C13.5001 5.90346 13.918 6.32132 13.918 6.83203C13.918 7.34275 13.5001 7.7606 12.9894 7.7606Z' fill='%236C54F6'/%3E%3C/svg%3E")}.nb-logout{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' fill-opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M14.7933 17.8482C15.248 17.4089 15.248 16.6966 14.7933 16.2572L12.124 13.6777L24.8358 13.6777C25.4788 13.6777 26 13.1741 26 12.5527C26 11.9314 25.4788 11.4277 24.8358 11.4277L12.124 11.4277L14.7933 8.84823C15.248 8.40889 15.248 7.69658 14.7933 7.25724C14.3387 6.8179 13.6016 6.8179 13.1469 7.25724L8.49023 11.7572C8.03559 12.1966 8.03559 12.9089 8.49023 13.3482L13.1469 17.8482C13.6016 18.2876 14.3387 18.2876 14.7933 17.8482Z'/%3E%3Cpath fill='%23FFFFFF' fill-opacity='0.2' d='M12.4179 21.1741C12.4179 20.5021 11.9922 19.9144 11.5006 19.4392L6.84383 14.9392C5.47991 13.6212 5.47991 11.4843 6.84384 10.1662L11.5006 5.66625C11.9922 5.19112 12.4179 4.60334 12.4179 3.93141L12.4179 0.552735C5.55969 0.552734 -2.78888e-07 5.92532 -8.58275e-07 12.5527C-1.43766e-06 19.1801 5.55969 24.5527 12.4179 24.5527L12.4179 21.1741Z'/%3E%3C/svg%3E")}.select-el:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M1.94113 0.743048L6.06567 4.86758L10.1902 0.743048C10.3888 0.543994 10.6584 0.432129 10.9396 0.432129C11.2208 0.432129 11.4905 0.543994 11.6891 0.743048C12.1036 1.15763 12.1036 1.82733 11.6891 2.24191L6.80978 7.12119C6.3952 7.53577 5.7255 7.53577 5.31092 7.12119L0.43164 2.24191C0.0170602 1.82733 0.0170602 1.15763 0.43164 0.743048C0.846219 0.339098 1.52656 0.328468 1.94113 0.743048Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.select-calendar-el__btn{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.05703 1.39509C8.05703 0.863262 7.62051 0.432129 7.08203 0.432129C6.54355 0.432129 6.10703 0.863262 6.10703 1.39509V3.42278C4.2359 3.57076 3.00753 3.93394 2.10508 4.82526C1.20262 5.71658 0.834898 6.92978 0.685066 8.77781H26.479C26.3292 6.92978 25.9614 5.71658 25.059 4.82526C24.1565 3.93394 22.9282 3.57076 21.057 3.42278V1.39509C21.057 0.863262 20.6205 0.432129 20.082 0.432129C19.5436 0.432129 19.107 0.863262 19.107 1.39509V3.33758C18.2422 3.32102 17.2728 3.32102 16.182 3.32102H10.982C9.89129 3.32102 8.92188 3.32102 8.05703 3.33758V1.39509Z' fill='white' fill-opacity='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.582031 13.5926C0.582031 12.5153 0.582031 11.5579 0.598804 10.7037H26.5653C26.582 11.5579 26.582 12.5153 26.582 13.5926V16.1605C26.582 21.0026 26.582 23.4236 25.059 24.9279C23.5359 26.4321 21.0846 26.4321 16.182 26.4321H10.982C6.07942 26.4321 3.62812 26.4321 2.10508 24.9279C0.582031 23.4236 0.582031 21.0026 0.582031 16.1605V13.5926ZM20.082 16.1605C20.8 16.1605 21.382 15.5857 21.382 14.8766C21.382 14.1675 20.8 13.5926 20.082 13.5926C19.3641 13.5926 18.782 14.1675 18.782 14.8766C18.782 15.5857 19.3641 16.1605 20.082 16.1605ZM20.082 21.2963C20.8 21.2963 21.382 20.7215 21.382 20.0124C21.382 19.3033 20.8 18.7284 20.082 18.7284C19.3641 18.7284 18.782 19.3033 18.782 20.0124C18.782 20.7215 19.3641 21.2963 20.082 21.2963ZM14.882 14.8766C14.882 15.5857 14.3 16.1605 13.582 16.1605C12.8641 16.1605 12.282 15.5857 12.282 14.8766C12.282 14.1675 12.8641 13.5926 13.582 13.5926C14.3 13.5926 14.882 14.1675 14.882 14.8766ZM14.882 20.0124C14.882 20.7215 14.3 21.2963 13.582 21.2963C12.8641 21.2963 12.282 20.7215 12.282 20.0124C12.282 19.3033 12.8641 18.7284 13.582 18.7284C14.3 18.7284 14.882 19.3033 14.882 20.0124ZM7.08203 16.1605C7.8 16.1605 8.38203 15.5857 8.38203 14.8766C8.38203 14.1675 7.8 13.5926 7.08203 13.5926C6.36406 13.5926 5.78203 14.1675 5.78203 14.8766C5.78203 15.5857 6.36406 16.1605 7.08203 16.1605ZM7.08203 21.2963C7.8 21.2963 8.38203 20.7215 8.38203 20.0124C8.38203 19.3033 7.8 18.7284 7.08203 18.7284C6.36406 18.7284 5.78203 19.3033 5.78203 20.0124C5.78203 20.7215 6.36406 21.2963 7.08203 21.2963Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E")}.vc-arrow.vc-prev{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M7.18908 2.39166L3.06455 6.5581L7.18908 10.7245C7.38813 10.9252 7.5 11.1975 7.5 11.4816C7.5 11.7656 7.38813 12.038 7.18908 12.2386C6.7745 12.6574 6.1048 12.6574 5.69022 12.2386L0.810934 7.30978C0.396354 6.89099 0.396354 6.21448 0.810934 5.79569L5.69022 0.86683C6.1048 0.448038 6.7745 0.448038 7.18908 0.86683C7.59303 1.28562 7.60366 1.97287 7.18908 2.39166Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.vc-arrow.vc-next{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M0.810919 10.7138L4.93545 6.54737L0.810919 2.38092C0.611865 2.1803 0.5 1.90792 0.5 1.62388C0.5 1.33983 0.611865 1.06745 0.810919 0.866828C1.2255 0.448036 1.8952 0.448036 2.30978 0.866828L7.18907 5.79569C7.60364 6.21448 7.60364 6.89099 7.18907 7.30978L2.30978 12.2386C1.8952 12.6574 1.2255 12.6574 0.810919 12.2386C0.40697 11.8198 0.39634 11.1326 0.810919 10.7138Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.ml-box-header__title_link:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M15 0H12C11.45 0 11 0.45 11 1C11 1.55 11.45 2 12 2H15C16.65 2 18 3.35 18 5C18 6.65 16.65 8 15 8H12C11.45 8 11 8.45 11 9C11 9.55 11.45 10 12 10H15C17.76 10 20 7.76 20 5C20 2.24 17.76 0 15 0ZM6 5C6 5.55 6.45 6 7 6H13C13.55 6 14 5.55 14 5C14 4.45 13.55 4 13 4H7C6.45 4 6 4.45 6 5ZM8 8H5C3.35 8 2 6.65 2 5C2 3.35 3.35 2 5 2H8C8.55 2 9 1.55 9 1C9 0.45 8.55 0 8 0H5C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10H8C8.55 10 9 9.55 9 9C9 8.45 8.55 8 8 8Z' fill='white' fill-opacity='0.3' /%3E%3C/svg%3E")}.ml-box-header__title_link:active:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H12C11.45 0 11 0.45 11 1C11 1.55 11.45 2 12 2H15C16.65 2 18 3.35 18 5C18 6.65 16.65 8 15 8H12C11.45 8 11 8.45 11 9C11 9.55 11.45 10 12 10H15C17.76 10 20 7.76 20 5C20 2.24 17.76 0 15 0ZM6 5C6 5.55 6.45 6 7 6H13C13.55 6 14 5.55 14 5C14 4.45 13.55 4 13 4H7C6.45 4 6 4.45 6 5ZM8 8H5C3.35 8 2 6.65 2 5C2 3.35 3.35 2 5 2H8C8.55 2 9 1.55 9 1C9 0.45 8.55 0 8 0H5C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10H8C8.55 10 9 9.55 9 9C9 8.45 8.55 8 8 8Z' fill='%236C54F6'/%3E%3C/svg%3E")}.icon-ml-card{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 68'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7341 26.2115C23.1295 26.5962 23.7705 26.5962 24.1659 26.2115L26.8659 23.5846C27.2614 23.1999 27.2614 22.5762 26.8659 22.1915C26.4705 21.8068 25.8295 21.8068 25.4341 22.1915L24.4625 23.1367V17.6343C24.4625 17.0903 24.0092 16.6493 23.45 16.6493C22.8908 16.6493 22.4375 17.0903 22.4375 17.6343V23.1367L21.4659 22.1915C21.0705 21.8068 20.4295 21.8068 20.0341 22.1915C19.6386 22.5762 19.6386 23.1999 20.0341 23.5846L22.7341 26.2115Z' fill='url(%23paint0_linear_2318_4257)'/%3E%3Cpath d='M11.3 4.5H16.7C21.7912 4.5 24.3368 4.5 25.9184 6.03878C27.0572 7.14672 27.376 8.74084 27.4653 11.3955H0.534717C0.623993 8.74084 0.942843 7.14672 2.08162 6.03878C3.66325 4.5 6.20883 4.5 11.3 4.5Z' fill='url(%23paint1_linear_2318_4257)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3 25.5149H16.7C17.5903 25.5149 18.4028 25.5149 19.1459 25.5067L18.6022 24.9777C17.4159 23.8236 17.4159 21.9525 18.6022 20.7984C19.1093 20.305 19.7511 20.0225 20.4125 19.951V17.6343C20.4125 16.0022 21.7724 14.6791 23.45 14.6791C25.1276 14.6791 26.4875 16.0022 26.4875 17.6343V19.951C26.7897 19.9837 27.0878 20.0604 27.3709 20.1812C27.5 18.8389 27.5 17.1562 27.5 15.0075C27.5 14.427 27.5 13.8806 27.4975 13.3657H0.502545C0.5 13.8806 0.5 14.427 0.5 15.0075C0.5 19.9607 0.5 22.4374 2.08162 23.9761C3.66325 25.5149 6.20883 25.5149 11.3 25.5149ZM5.9 19.2761C5.34081 19.2761 4.8875 19.7172 4.8875 20.2612C4.8875 20.8052 5.34081 21.2463 5.9 21.2463H11.3C11.8592 21.2463 12.3125 20.8052 12.3125 20.2612C12.3125 19.7172 11.8592 19.2761 11.3 19.2761H5.9ZM14.675 19.2761C14.1158 19.2761 13.6625 19.7172 13.6625 20.2612C13.6625 20.8052 14.1158 21.2463 14.675 21.2463H16.7C17.2592 21.2463 17.7125 20.8052 17.7125 20.2612C17.7125 19.7172 17.2592 19.2761 16.7 19.2761H14.675Z' fill='url(%23paint2_linear_2318_4257)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2318_4257' x1='0.5' y1='4.5' x2='22.0455' y2='30.9434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2318_4257' x1='0.5' y1='4.5' x2='22.0455' y2='30.9434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2318_4257' x1='0.5' y1='4.5' x2='22.0455' y2='30.9434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-ml-cardout{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 68'%3E%3Cg id='Vector'%3E%3Cpath d='M13.4875 6.55882H10.45C7.90442 6.55882 6.63162 6.55882 5.84081 7.35136C5.05 8.14389 5.05 9.41946 5.05 11.9706L5.05007 20.4265H23.9499L23.95 11.9706C23.95 9.41946 23.95 8.14389 23.1592 7.35136C22.3684 6.55882 21.0956 6.55882 18.55 6.55882H15.5125V13.2864L16.4313 12.2122C16.7952 11.7867 17.4344 11.7374 17.8589 12.1021C18.2835 12.4668 18.3327 13.1074 17.9688 13.5329L15.2688 16.6898C15.0764 16.9147 14.7956 17.0441 14.5 17.0441C14.2044 17.0441 13.9236 16.9147 13.7313 16.6898L11.0313 13.5329C10.6674 13.1074 10.7165 12.4668 11.1411 12.1021C11.5657 11.7374 12.2049 11.7867 12.5688 12.2122L13.4875 13.2864V6.55882Z' fill='url(%23paint0_linear_2318_4246)'/%3E%3Cpath d='M5.09131 22.4559H23.9087C23.8395 23.5255 23.6544 24.2112 23.1592 24.7075C22.3684 25.5 21.0956 25.5 18.55 25.5H10.45C7.90442 25.5 6.63162 25.5 5.84081 24.7075C5.34562 24.2112 5.16051 23.5255 5.09131 22.4559Z' fill='url(%23paint1_linear_2318_4246)'/%3E%3Cpath d='M6.25 2.5H22.75C25.6495 2.5 28 4.93526 28 7.93931C28 9.68373 27.2074 11.2364 25.975 12.2317L25.975 11.8495C25.9751 10.6784 25.9752 9.60459 25.8581 8.7311C25.729 7.76922 25.4254 6.75255 24.591 5.91637C23.7567 5.08019 22.7422 4.77592 21.7824 4.64659C20.9108 4.52916 19.8394 4.52928 18.6708 4.52942H10.3291C9.16054 4.52928 8.0891 4.52916 7.21751 4.64659C6.25771 4.77592 5.24325 5.08019 4.40889 5.91637C3.57452 6.75255 3.27092 7.76922 3.14188 8.7311C3.02469 9.60459 3.02482 10.6784 3.02496 11.8495L3.02497 12.2317C1.79257 11.2363 1 9.6837 1 7.93931C1 4.93526 3.35051 2.5 6.25 2.5Z' fill='url(%23paint2_linear_2318_4246)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2318_4246' x1='1' y1='2.5' x2='23.7064' y2='29.1565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2318_4246' x1='1' y1='2.5' x2='23.7064' y2='29.1565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2318_4246' x1='1' y1='2.5' x2='23.7064' y2='29.1565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-ml-check{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 14.72V16.008C29.9983 19.027 29.0207 21.9646 27.2131 24.3826C25.4054 26.8006 22.8646 28.5695 19.9695 29.4255C17.0744 30.2815 13.9802 30.1787 11.1483 29.1324C8.31635 28.0862 5.89852 26.1525 4.25534 23.6199C2.61217 21.0873 1.83171 18.0913 2.03035 15.0788C2.22899 12.0664 3.39609 9.19887 5.35759 6.90391C7.31909 4.60896 9.9699 3.00955 12.9147 2.34422C15.8594 1.67889 18.9404 1.98329 21.698 3.21201M30 4.80801L16 18.822L11.8 14.622' stroke='%2343965B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-ml-clock{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' d='M15 7.2V15L20.2 17.6M28 15C28 22.1797 22.1797 28 15 28C7.8203 28 2 22.1797 2 15C2 7.8203 7.8203 2 15 2C22.1797 2 28 7.8203 28 15Z' stroke='%23ECA148' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-ml-paper{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.125 26.0009C23.3408 25.3355 22.1592 25.3355 21.375 26.0009C20.5908 26.6663 19.4092 26.6663 18.625 26.0009C17.8408 25.3355 16.6592 25.3355 15.875 26.0009C15.0908 26.6663 13.9092 26.6663 13.125 26.0009C12.3408 25.3355 11.1592 25.3355 10.375 26.0009C9.59084 26.6663 8.40916 26.6663 7.625 26.0009C6.84084 25.3355 5.65916 25.3355 4.875 26.0009C4.34222 26.453 3.5 26.092 3.5 25.4115V5.5885C3.5 4.90801 4.34222 4.54696 4.875 4.99905C5.65916 5.66445 6.84084 5.66445 7.625 4.99905C8.40916 4.33365 9.59084 4.33365 10.375 4.99905C11.1592 5.66445 12.3408 5.66445 13.125 4.99905C13.9092 4.33365 15.0908 4.33365 15.875 4.99905C16.6592 5.66445 17.8408 5.66445 18.625 4.99905C19.4092 4.33365 20.5908 4.33365 21.375 4.99905C22.1592 5.66445 23.3408 5.66445 24.125 4.99905C24.6578 4.54696 25.5 4.90801 25.5 5.5885V25.4115C25.5 26.092 24.6578 26.453 24.125 26.0009ZM8.08333 15.5C8.08333 14.9937 8.49374 14.5833 9 14.5833H20C20.5063 14.5833 20.9167 14.9937 20.9167 15.5C20.9167 16.0063 20.5063 16.4167 20 16.4167H9C8.49374 16.4167 8.08333 16.0063 8.08333 15.5ZM9 10.3056C8.49374 10.3056 8.08333 10.716 8.08333 11.2222C8.08333 11.7285 8.49374 12.1389 9 12.1389H20C20.5063 12.1389 20.9167 11.7285 20.9167 11.2222C20.9167 10.716 20.5063 10.3056 20 10.3056H9ZM8.08333 19.7778C8.08333 19.2715 8.49374 18.8611 9 18.8611H20C20.5063 18.8611 20.9167 19.2715 20.9167 19.7778C20.9167 20.284 20.5063 20.6944 20 20.6944H9C8.49374 20.6944 8.08333 20.284 8.08333 19.7778Z' fill='%23ECA148'/%3E%3C/svg%3E")}.icon-ml-wallet{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4337 12.7187C25.3626 12.7142 25.2854 12.7143 25.2052 12.7143L25.1852 12.7143H22.042C19.4512 12.7143 17.2343 14.7697 17.2343 17.45C17.2343 20.1304 19.4512 22.1857 22.042 22.1857H25.1852L25.2052 22.1857C25.2854 22.1858 25.3626 22.1858 25.4337 22.1813C26.486 22.1143 27.4167 21.2843 27.495 20.125C27.5001 20.049 27.5 19.967 27.5 19.8911L27.5 19.8705V15.0295L27.5 15.0089C27.5 14.933 27.5001 14.851 27.495 14.775C27.4167 13.6157 26.486 12.7857 25.4337 12.7187ZM21.7633 18.7129C22.4303 18.7129 22.971 18.1475 22.971 17.45C22.971 16.7525 22.4303 16.1871 21.7633 16.1871C21.0963 16.1871 20.5556 16.7525 20.5556 17.45C20.5556 18.1475 21.0963 18.7129 21.7633 18.7129Z' fill='%2343965B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2044 24.08C25.3912 24.0751 25.5326 24.2495 25.4819 24.4308C25.2304 25.3305 24.8311 26.0974 24.1905 26.7431C23.2528 27.6881 22.0637 28.1076 20.5947 28.3066C19.1672 28.5 17.3433 28.5 15.0406 28.5H12.3932C10.0904 28.5 8.26651 28.5 6.83906 28.3066C5.37 28.1076 4.18095 27.6881 3.24325 26.7431C2.30554 25.798 1.88939 24.5996 1.69188 23.119C1.49996 21.6803 1.49998 19.8421 1.5 17.5212V17.3788C1.49998 15.0579 1.49996 13.2197 1.69188 11.781C1.88939 10.3004 2.30554 9.10202 3.24324 8.15694C4.18095 7.21187 5.37 6.79245 6.83906 6.59339C8.2665 6.39996 10.0904 6.39998 12.3932 6.4L15.0406 6.4C17.3433 6.39998 19.1672 6.39996 20.5947 6.59339C22.0637 6.79245 23.2528 7.21187 24.1905 8.15694C24.8311 8.80261 25.2303 9.56945 25.4819 10.4692C25.5326 10.6505 25.3912 10.8249 25.2043 10.82L22.0419 10.82C18.4875 10.82 15.3547 13.65 15.3547 17.45C15.3547 21.2501 18.4875 24.08 22.0419 24.08L25.2044 24.08ZM6.1988 11.4514C5.67978 11.4514 5.25904 11.8755 5.25904 12.3986C5.25904 12.9217 5.67978 13.3457 6.1988 13.3457H11.2108C11.7299 13.3457 12.1506 12.9217 12.1506 12.3986C12.1506 11.8755 11.7299 11.4514 11.2108 11.4514H6.1988Z' fill='%2343965B'/%3E%3Cpath d='M9.00968 5.1317L11.5561 3.25564C12.9237 2.24812 14.7763 2.24812 16.1439 3.25564L18.7037 5.14157C17.6334 5.09994 16.4381 5.09997 15.1277 5.1H12.306C11.1086 5.09997 10.0073 5.09995 9.00968 5.1317Z' fill='%2343965B'/%3E%3C/svg%3E")}.icon-ml-percent{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.39173 1.39124C0.000488281 2.78249 0.000488281 5.02166 0.000488281 9.5C0.000488281 13.9783 0.000488281 16.2175 1.39173 17.6088C2.78297 19 5.02215 19 9.50049 19C13.9788 19 16.218 19 17.6092 17.6088C19.0005 16.2175 19.0005 13.9783 19.0005 9.5C19.0005 5.02166 19.0005 2.78249 17.6092 1.39124C16.218 0 13.9788 0 9.50049 0C5.02215 0 2.78297 0 1.39173 1.39124ZM12.8543 6.14619C13.1326 6.42443 13.1326 6.87557 12.8543 7.15381L7.1543 12.8538C6.87605 13.1321 6.42492 13.1321 6.14667 12.8538C5.86843 12.5756 5.86843 12.1244 6.14667 11.8462L11.8467 6.14619C12.1249 5.86794 12.5761 5.86794 12.8543 6.14619ZM8.07549 7.125C8.07549 7.64967 7.65016 8.075 7.12549 8.075C6.60082 8.075 6.17549 7.64967 6.17549 7.125C6.17549 6.60033 6.60082 6.175 7.12549 6.175C7.65016 6.175 8.07549 6.60033 8.07549 7.125ZM11.8755 12.825C12.4002 12.825 12.8255 12.3997 12.8255 11.875C12.8255 11.3503 12.4002 10.925 11.8755 10.925C11.3508 10.925 10.9255 11.3503 10.9255 11.875C10.9255 12.3997 11.3508 12.825 11.8755 12.825Z' fill='url(%23paint0_linear_4446_6018)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4446_6018' x1='0.000488281' y1='0' x2='18.9997' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-ml-percent-small{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.69212 1.02513C0.666992 2.05025 0.666992 3.70017 0.666992 7C0.666992 10.2998 0.666992 11.9497 1.69212 12.9749C2.71724 14 4.36716 14 7.66699 14C10.9668 14 12.6167 14 13.6419 12.9749C14.667 11.9497 14.667 10.2998 14.667 7C14.667 3.70017 14.667 2.05025 13.6419 1.02513C12.6167 0 10.9668 0 7.66699 0C4.36716 0 2.71724 0 1.69212 1.02513ZM10.1382 4.52877C10.3432 4.73379 10.3432 5.06621 10.1382 5.27123L5.93822 9.47123C5.7332 9.67626 5.40079 9.67626 5.19576 9.47123C4.99074 9.26621 4.99074 8.93379 5.19576 8.72877L9.39576 4.52877C9.60079 4.32374 9.9332 4.32374 10.1382 4.52877ZM6.61699 5.25C6.61699 5.6366 6.30359 5.95 5.91699 5.95C5.53039 5.95 5.21699 5.6366 5.21699 5.25C5.21699 4.8634 5.53039 4.55 5.91699 4.55C6.30359 4.55 6.61699 4.8634 6.61699 5.25ZM9.41699 9.45C9.80359 9.45 10.117 9.1366 10.117 8.75C10.117 8.3634 9.80359 8.05 9.41699 8.05C9.03039 8.05 8.71699 8.3634 8.71699 8.75C8.71699 9.1366 9.03039 9.45 9.41699 9.45Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.icon-ml-total{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.424 4.32657C23.105 5.01448 23.398 5.88063 23.5349 6.90933C23.6668 7.90016 23.6668 9.15996 23.6667 10.7229V10.8484C23.6668 12.4113 23.6668 13.6711 23.5349 14.662C23.398 15.6907 23.105 16.5568 22.424 17.2447C21.7429 17.9326 20.8854 18.2285 19.867 18.3668C18.8861 18.5 17.6388 18.5 16.0914 18.5H10.31C8.76258 18.5 7.51535 18.5 6.53441 18.3668C5.51597 18.2285 4.65847 17.9326 3.97742 17.2447C3.56425 16.8274 3.29389 16.3445 3.11458 15.7994C4.1376 15.9289 5.40323 15.9288 6.86554 15.9287H12.7463C14.2508 15.9288 15.5472 15.9289 16.5853 15.7879C17.6978 15.6368 18.7643 15.2961 19.6292 14.4224C20.4942 13.5487 20.8316 12.4715 20.9811 11.3477C21.1207 10.2992 21.1206 8.98977 21.1205 7.47007V7.24436C21.1206 5.76694 21.1207 4.48828 20.9925 3.45481C21.5323 3.63593 22.0107 3.90906 22.424 4.32657Z' fill='url(%23paint0_linear_4446_18951)'/%3E%3Cpath d='M9.80591 5.35718C8.71235 5.35718 7.82585 6.25262 7.82585 7.3572C7.82585 8.46178 8.71235 9.35722 9.80591 9.35722C10.8995 9.35722 11.786 8.46178 11.786 7.3572C11.786 6.25262 10.8995 5.35718 9.80591 5.35718Z' fill='url(%23paint1_linear_4446_18951)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.18267 1.50421C0.188477 2.50843 0.188477 4.12468 0.188477 7.3572C0.188477 10.5897 0.188477 12.206 1.18267 13.2102C2.17686 14.2144 3.77699 14.2144 6.97725 14.2144H12.6346C15.8348 14.2144 17.435 14.2144 18.4291 13.2102C19.4233 12.206 19.4233 10.5897 19.4233 7.3572C19.4233 4.12468 19.4233 2.50843 18.4291 1.50421C17.435 0.5 15.8348 0.5 12.6346 0.5H6.97725C3.77699 0.5 2.17686 0.5 1.18267 1.50421ZM6.12866 7.3572C6.12866 5.30584 7.77502 3.64288 9.80591 3.64288C11.8368 3.64288 13.4832 5.30584 13.4832 7.3572C13.4832 9.40856 11.8368 11.0715 9.80591 11.0715C7.77502 11.0715 6.12866 9.40856 6.12866 7.3572ZM16.029 10.5001C15.5603 10.5001 15.1804 10.1163 15.1804 9.64293V5.07147C15.1804 4.59808 15.5603 4.21432 16.029 4.21432C16.4976 4.21432 16.8776 4.59808 16.8776 5.07147V9.64293C16.8776 10.1163 16.4976 10.5001 16.029 10.5001ZM2.73427 9.64293C2.73427 10.1163 3.1142 10.5001 3.58286 10.5001C4.05153 10.5001 4.43146 10.1163 4.43146 9.64293V5.07147C4.43146 4.59808 4.05153 4.21432 3.58286 4.21432C3.1142 4.21432 2.73427 4.59808 2.73427 5.07147L2.73427 9.64293Z' fill='url(%23paint2_linear_4446_18951)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4446_18951' x1='0.188477' y1='0.5' x2='17.5703' y2='23.173' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4446_18951' x1='0.188477' y1='0.5' x2='17.5703' y2='23.173' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4446_18951' x1='0.188477' y1='0.5' x2='17.5703' y2='23.173' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-ml-total-small{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5395 2.86454C14.9746 3.28146 15.1618 3.8064 15.2493 4.42985C15.3335 5.03035 15.3335 5.79387 15.3335 6.74113V6.81714C15.3335 7.7644 15.3335 8.52792 15.2493 9.12842C15.1618 9.75188 14.9746 10.2768 14.5395 10.6937C14.1044 11.1106 13.5566 11.29 12.9059 11.3738C12.2792 11.4545 11.4823 11.4545 10.4937 11.4545H6.8C5.8114 11.4545 5.01455 11.4545 4.38784 11.3738C3.73717 11.29 3.18932 11.1106 2.75421 10.6937C2.49024 10.4408 2.31751 10.1481 2.20295 9.81779C2.85655 9.89623 3.66514 9.89619 4.59939 9.89614H8.35654C9.31778 9.89619 10.146 9.89624 10.8092 9.8108C11.52 9.71923 12.2014 9.51274 12.754 8.98322C13.3066 8.45369 13.5221 7.80086 13.6177 7.11979C13.7069 6.4843 13.7068 5.69072 13.7068 4.7697V4.6329C13.7068 3.7375 13.7069 2.96255 13.6249 2.3362C13.9698 2.44597 14.2754 2.61151 14.5395 2.86454Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M6.47797 3.48916C5.77931 3.48916 5.21293 4.03185 5.21293 4.70129C5.21293 5.37073 5.77931 5.91342 6.47797 5.91342C7.17663 5.91342 7.74301 5.37073 7.74301 4.70129C7.74301 4.03185 7.17663 3.48916 6.47797 3.48916Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.968675 1.15402C0.333496 1.76264 0.333496 2.74219 0.333496 4.70129C0.333496 6.66039 0.333496 7.63994 0.968675 8.24855C1.60385 8.85717 2.62616 8.85717 4.67077 8.85717H8.28516C10.3298 8.85717 11.3521 8.85717 11.9873 8.24855C12.6224 7.63994 12.6224 6.66039 12.6224 4.70129C12.6224 2.74219 12.6224 1.76264 11.9873 1.15402C11.3521 0.54541 10.3298 0.54541 8.28516 0.54541H4.67077C2.62616 0.54541 1.60385 0.54541 0.968675 1.15402ZM4.12861 4.70129C4.12861 3.45804 5.18045 2.45019 6.47797 2.45019C7.77548 2.45019 8.82732 3.45804 8.82732 4.70129C8.82732 5.94454 7.77548 6.95239 6.47797 6.95239C5.18045 6.95239 4.12861 5.94454 4.12861 4.70129ZM10.4538 6.60607C10.1544 6.60607 9.91164 6.37349 9.91164 6.08658V3.316C9.91164 3.02909 10.1544 2.79651 10.4538 2.79651C10.7532 2.79651 10.996 3.02909 10.996 3.316V6.08658C10.996 6.37349 10.7532 6.60607 10.4538 6.60607ZM1.95997 6.08658C1.95997 6.37349 2.20271 6.60607 2.50213 6.60607C2.80156 6.60607 3.04429 6.37349 3.04429 6.08658L3.04429 3.316C3.04429 3.02909 2.80156 2.79651 2.50213 2.79651C2.20271 2.79651 1.95997 3.02909 1.95997 3.316L1.95997 6.08658Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.icon-ml-users{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9711 4.15625C15.9711 6.45168 14.1962 8.3125 12.0067 8.3125C9.81716 8.3125 8.04222 6.45168 8.04222 4.15625C8.04222 1.86082 9.81716 0 12.0067 0C14.1962 0 15.9711 1.86082 15.9711 4.15625Z' fill='url(%23paint0_linear_4446_5785)'/%3E%3Cpath d='M18.8028 14.8438C18.8028 17.1392 15.7601 19 12.0067 19C8.25323 19 5.21048 17.1392 5.21048 14.8438C5.21048 12.5483 8.25323 10.6875 12.0067 10.6875C15.7601 10.6875 18.8028 12.5483 18.8028 14.8438Z' fill='url(%23paint1_linear_4446_5785)'/%3E%3Cpath d='M6.48142 1.1875C6.68243 1.1875 6.87866 1.20818 7.06816 1.24754C6.60652 2.10717 6.34317 3.09947 6.34317 4.15625C6.34317 5.1873 6.59385 6.15697 7.03479 7.00193C6.85566 7.03692 6.67065 7.05525 6.48142 7.05525C4.87931 7.05525 3.58055 5.74171 3.58055 4.12138C3.58055 2.50104 4.87931 1.1875 6.48142 1.1875Z' fill='url(%23paint2_linear_4446_5785)'/%3E%3Cpath d='M4.58448 17.7958C3.9412 16.9897 3.51143 16.0004 3.51143 14.8438C3.51143 13.7225 3.91532 12.7585 4.52608 11.9661C2.36865 12.1416 0.679688 13.3786 0.679688 14.8786C0.679688 16.3927 2.39833 17.6389 4.58448 17.7958Z' fill='url(%23paint3_linear_4446_5785)'/%3E%3Cpath d='M17.67 4.15625C17.67 5.1873 17.4194 6.15697 16.9784 7.00193C17.1576 7.03692 17.3426 7.05525 17.5318 7.05525C19.1339 7.05525 20.4327 5.74171 20.4327 4.12138C20.4327 2.50104 19.1339 1.1875 17.5318 1.1875C17.3308 1.1875 17.1346 1.20818 16.9451 1.24754C17.4067 2.10717 17.67 3.09947 17.67 4.15625Z' fill='url(%23paint4_linear_4446_5785)'/%3E%3Cpath d='M19.4287 17.7958C21.6149 17.6389 23.3335 16.3927 23.3335 14.8786C23.3335 13.3786 21.6446 12.1416 19.4871 11.9661C20.0979 12.7585 20.5018 13.7225 20.5018 14.8438C20.5018 16.0004 20.072 16.9897 19.4287 17.7958Z' fill='url(%23paint5_linear_4446_5785)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_4446_5785' x1='0.679688' y1='0' x2='19.3886' y2='22.3078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-ml-users-small{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4767 8.87209C14.7657 8.87209 15 9.10636 15 9.39535V9.43471C15 10.7169 15 11.7324 14.8932 12.5272C14.7832 13.3452 14.5515 14.0073 14.0294 14.5294C13.5073 15.0515 12.8452 15.2832 12.0272 15.3932C11.2324 15.5 10.2169 15.5 8.93471 15.5H8.89535C8.60636 15.5 8.37209 15.2657 8.37209 14.9767C8.37209 14.6878 8.60636 14.4535 8.89535 14.4535C10.2257 14.4535 11.1708 14.4524 11.8878 14.356C12.5897 14.2616 12.9941 14.0846 13.2894 13.7894C13.5846 13.4941 13.7616 13.0897 13.856 12.3878C13.9524 11.6708 13.9535 10.7257 13.9535 9.39535C13.9535 9.10636 14.1878 8.87209 14.4767 8.87209Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.523256 8.87209C0.812243 8.87209 1.04651 9.10636 1.04651 9.39535C1.04651 10.7257 1.04762 11.6708 1.14402 12.3878C1.23839 13.0897 1.41537 13.4941 1.71063 13.7894C2.00589 14.0846 2.4103 14.2616 3.11222 14.356C3.8292 14.4524 4.77431 14.4535 6.10465 14.4535C6.39364 14.4535 6.62791 14.6878 6.62791 14.9767C6.62791 15.2657 6.39364 15.5 6.10465 15.5H6.0653C4.78314 15.5 3.76758 15.5 2.97277 15.3932C2.15481 15.2832 1.49275 15.0515 0.970635 14.5294C0.448521 14.0073 0.216812 13.3452 0.106839 12.5272C-1.96472e-05 11.7324 -1.08371e-05 10.7169 2.24382e-07 9.43471C3.49136e-07 9.42162 4.73889e-07 9.4085 4.73889e-07 9.39535C4.73889e-07 9.10636 0.23427 8.87209 0.523256 8.87209Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.06529 0.5L6.10465 0.5C6.39364 0.5 6.62791 0.73427 6.62791 1.02326C6.62791 1.31224 6.39364 1.54651 6.10465 1.54651C4.77431 1.54651 3.8292 1.54762 3.11222 1.64402C2.4103 1.73839 2.00589 1.91537 1.71063 2.21063C1.41537 2.50589 1.23839 2.9103 1.14402 3.61222C1.04762 4.3292 1.04651 5.27431 1.04651 6.60465C1.04651 6.89364 0.812243 7.12791 0.523256 7.12791C0.23427 7.12791 4.73889e-07 6.89364 4.73889e-07 6.60465L2.24382e-07 6.56529C-1.08371e-05 5.28313 -1.96472e-05 4.26758 0.106839 3.47277C0.216812 2.65481 0.448521 1.99275 0.970635 1.47064C1.49275 0.948521 2.15481 0.716812 2.97278 0.606839C3.76758 0.49998 4.78313 0.499989 6.06529 0.5Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8878 1.64402C11.1708 1.54762 10.2257 1.54651 8.89535 1.54651C8.60636 1.54651 8.37209 1.31224 8.37209 1.02326C8.37209 0.73427 8.60636 0.5 8.89535 0.5C8.9085 0.5 8.92162 0.5 8.93471 0.5C10.2169 0.499989 11.2324 0.49998 12.0272 0.606839C12.8452 0.716812 13.5073 0.948521 14.0294 1.47064C14.5515 1.99275 14.7832 2.65481 14.8932 3.47277C15 4.26758 15 5.28314 15 6.5653V6.60465C15 6.89364 14.7657 7.12791 14.4767 7.12791C14.1878 7.12791 13.9535 6.89364 13.9535 6.60465C13.9535 5.27431 13.9524 4.3292 13.856 3.61222C13.7616 2.9103 13.5846 2.50589 13.2894 2.21063C12.9941 1.91537 12.5897 1.73839 11.8878 1.64402Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.53164 3.03164C1.91861 3.64467 1.91861 4.63133 1.91861 6.60465V9.39535C1.91861 11.3687 1.91861 12.3553 2.53164 12.9684C3.14467 13.5814 4.13133 13.5814 6.10465 13.5814H8.89535C10.8687 13.5814 11.8553 13.5814 12.4684 12.9684C13.0814 12.3553 13.0814 11.3687 13.0814 9.39535V6.60465C13.0814 4.63133 13.0814 3.64467 12.4684 3.03164C11.8553 2.41861 10.8687 2.41861 8.89535 2.41861H6.10465C4.13133 2.41861 3.14467 2.41861 2.53164 3.03164ZM5.30078 9.90759C5.45136 9.70445 5.7381 9.66184 5.94125 9.81241C6.38587 10.142 6.92256 10.3328 7.5 10.3328C8.07744 10.3328 8.61413 10.142 9.05875 9.81241C9.2619 9.66184 9.54864 9.70445 9.69922 9.90759C9.84979 10.1107 9.80718 10.3975 9.60404 10.5481C9.01041 10.9881 8.28443 11.2485 7.5 11.2485C6.71557 11.2485 5.98959 10.9881 5.39596 10.5481C5.19282 10.3975 5.15021 10.1107 5.30078 9.90759ZM9.94186 6.82267C9.94186 7.3284 9.66855 7.73837 9.3314 7.73837C8.99425 7.73837 8.72093 7.3284 8.72093 6.82267C8.72093 6.31695 8.99425 5.90698 9.3314 5.90698C9.66855 5.90698 9.94186 6.31695 9.94186 6.82267ZM5.6686 7.73837C6.00576 7.73837 6.27907 7.3284 6.27907 6.82267C6.27907 6.31695 6.00576 5.90698 5.6686 5.90698C5.33145 5.90698 5.05814 6.31695 5.05814 6.82267C5.05814 7.3284 5.33145 7.73837 5.6686 7.73837Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.icon-ml-cancel{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2177 3.28231C14.4234 1.488 12.0377 0.5 9.5 0.5C6.96231 0.5 4.57662 1.488 2.78231 3.28231C0.988 5.07662 0 7.46231 0 10C0 12.5377 0.988 14.9234 2.78231 16.7177C4.57662 18.512 6.96231 19.5 9.5 19.5C12.0377 19.5 14.4234 18.512 16.2177 16.7177C18.012 14.9234 19 12.5377 19 10C19 7.46231 18.012 5.07662 16.2177 3.28231ZM16.625 10C16.6266 11.4795 16.1653 12.9224 15.3057 14.1266L5.37344 4.19431C6.5776 3.33473 8.02051 2.87341 9.5 2.875C13.4283 2.875 16.625 6.07175 16.625 10ZM2.375 10C2.37341 8.52051 2.83473 7.0776 3.69431 5.87344L13.6266 15.8057C12.4224 16.6653 10.9795 17.1266 9.5 17.125C5.57175 17.125 2.375 13.9283 2.375 10Z' fill='url(%23paint0_linear_3395_39086)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3395_39086' x1='0' y1='0.5' x2='18.9992' y2='19.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236C54F6'/%3E%3Cstop offset='1' stop-color='%235439EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.icon-crypto{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M9.44929 0.0527346H9.55071C11.5907 0.0527232 13.1894 0.0527142 14.4367 0.220417C15.7135 0.392071 16.7209 0.750279 17.5117 1.54104C18.3025 2.3318 18.6607 3.33927 18.8323 4.61601C19 5.86337 19 7.46206 19 9.50203V9.60344C19 11.6434 19 13.2421 18.8323 14.4895C18.6607 15.7662 18.3025 16.7737 17.5117 17.5644C16.7209 18.3552 15.7135 18.7134 14.4367 18.8851C13.1894 19.0528 11.5907 19.0527 9.5507 19.0527H9.4493C7.40932 19.0527 5.81064 19.0528 4.56327 18.8851C3.28653 18.7134 2.27907 18.3552 1.48831 17.5644C0.697545 16.7737 0.339337 15.7662 0.167683 14.4895C-2.02004e-05 13.2421 -1.11906e-05 11.6434 1.86943e-07 9.60344V9.50203C-1.11906e-05 7.46205 -2.02004e-05 5.86337 0.167683 4.61601C0.339337 3.33927 0.697545 2.3318 1.48831 1.54104C2.27907 0.750279 3.28653 0.392071 4.56327 0.220417C5.81064 0.0527142 7.40932 0.0527232 9.44929 0.0527346ZM4.73991 1.53418C3.61015 1.68607 2.92905 1.97495 2.42563 2.47837C1.92222 2.98179 1.63333 3.66289 1.48144 4.79264C1.32699 5.94146 1.32558 7.45105 1.32558 9.55273C1.32558 11.6544 1.32699 13.164 1.48144 14.3128C1.63333 15.4426 1.92222 16.1237 2.42563 16.6271C2.92905 17.1305 3.61015 17.4194 4.73991 17.5713C5.88872 17.7257 7.39831 17.7272 9.5 17.7272C11.6017 17.7272 13.1113 17.7257 14.2601 17.5713C15.3898 17.4194 16.0709 17.1305 16.5744 16.6271C17.0778 16.1237 17.3667 15.4426 17.5186 14.3128C17.673 13.164 17.6744 11.6544 17.6744 9.55273C17.6744 7.45105 17.673 5.94146 17.5186 4.79264C17.3667 3.66289 17.0778 2.98179 16.5744 2.47837C16.0709 1.97495 15.3898 1.68607 14.2601 1.53418C13.1113 1.37972 11.6017 1.37832 9.5 1.37832C7.39831 1.37832 5.88872 1.37972 4.73991 1.53418ZM4.19767 4.47134C4.56372 4.47134 4.86047 4.76808 4.86047 5.13413L4.86047 13.9713C4.86047 14.3374 4.56372 14.6341 4.19767 14.6341C3.83163 14.6341 3.53488 14.3374 3.53488 13.9713L3.53488 5.13413C3.53488 4.76808 3.83163 4.47134 4.19767 4.47134ZM7.26389 5.54919C7.52273 5.29035 7.94239 5.29035 8.20122 5.54919L9.43987 6.78783C9.96376 6.44085 10.592 6.23878 11.2674 6.23878C11.9429 6.23878 12.5711 6.44085 13.095 6.78783L14.3337 5.54919C14.5925 5.29035 15.0122 5.29035 15.271 5.54919C15.5298 5.80802 15.5298 6.22768 15.271 6.48652L14.0323 7.72516C14.3793 8.24905 14.5814 8.8773 14.5814 9.55273C14.5814 10.2282 14.3793 10.8564 14.0323 11.3803L15.271 12.619C15.5298 12.8778 15.5298 13.2974 15.271 13.5563C15.0122 13.8151 14.5925 13.8151 14.3337 13.5563L13.095 12.3176C12.5711 12.6646 11.9429 12.8667 11.2674 12.8667C10.592 12.8667 9.96376 12.6646 9.43987 12.3176L8.20122 13.5563C7.94239 13.8151 7.52273 13.8151 7.26389 13.5563C7.00506 13.2974 7.00506 12.8778 7.26389 12.619L8.50254 11.3803C8.15556 10.8564 7.95349 10.2282 7.95349 9.55273C7.95349 8.8773 8.15556 8.24905 8.50254 7.72516L7.26389 6.48652C7.00506 6.22768 7.00506 5.80802 7.26389 5.54919ZM11.2674 7.56436C10.1693 7.56436 9.27907 8.45459 9.27907 9.55273C9.27907 10.6509 10.1693 11.5411 11.2674 11.5411C12.3656 11.5411 13.2558 10.6509 13.2558 9.55273C13.2558 8.45459 12.3656 7.56436 11.2674 7.56436Z' fill='%236C54F6'/%3E%3C/svg%3E")}.icon-ltc{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 19.5C4.75303 19.5 0.5 15.247 0.5 10C0.5 4.75303 4.75303 0.5 10 0.5C15.247 0.5 19.5 4.75303 19.5 10C19.5 15.247 15.247 19.5 10 19.5ZM6.69103 11.9083L5.99337 14.75H13.6379L14.1562 12.6297H9.57131L10.0748 10.5617L10.9221 10.2227L11.3258 8.58984L10.4887 8.92887L11.3906 5.25H8.34522L7.10962 10.2547L6.25225 10.5991L5.84375 12.2372L6.69103 11.9083Z' fill='%233C5D9F'/%3E%3C/svg%3E")}.icon-trc{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 19.5C4.25303 19.5 0 15.247 0 10C0 4.75303 4.25303 0.5 9.5 0.5C14.747 0.5 19 4.75303 19 10C19 15.247 14.747 19.5 9.5 19.5ZM10.6412 8.68959V7.28478H13.8558V5.14253H5.10328V7.28478H8.31784V8.689C5.70534 8.80894 3.74063 9.32669 3.74063 9.94656C3.74063 10.5664 5.70534 11.0836 8.31784 11.2041V15.7059H10.6412V11.2029C13.2495 11.083 15.2095 10.5658 15.2095 9.94656C15.2095 9.32728 13.2495 8.81013 10.6412 8.68959ZM10.6412 10.8212V10.82C10.5759 10.8247 10.2392 10.8449 9.48812 10.8449C8.88844 10.8449 8.46628 10.8271 8.31784 10.82V10.8218C6.00934 10.7202 4.28628 10.3182 4.28628 9.83731C4.28628 9.35697 6.00934 8.955 8.31784 8.85169V10.4216C8.46866 10.4322 8.90091 10.4578 9.49822 10.4578C10.2149 10.4578 10.5741 10.4281 10.6412 10.4222V8.85287C12.9449 8.95559 14.6638 9.35756 14.6638 9.83731C14.6638 10.3182 12.9449 10.719 10.6412 10.8212Z' fill='%233DB682'/%3E%3C/svg%3E")}.merch-create__img{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='61' height='62' viewBox='0 0 61 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.02714 35.6492L0.799477 36.3117H1.5H25.0395V60V60.6986L25.7008 60.4733L35.6218 57.0921L35.9605 56.9767V56.6188V36.3117H56.193H56.5499L56.6658 35.9742L59.9729 26.3508L60.2005 25.6883H59.5H35.9605V2V1.30136L35.2992 1.52673L25.3782 4.9079L25.0395 5.02333V5.38117V25.6883H4.80702H4.45014L4.33416 26.0258L1.02714 35.6492Z' stroke='%236C54F6'/%3E%3C/svg%3E")}.icon-btn_del{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Vector'%3E%3Cpath d='M0.375 4.00878C0.375 3.62121 0.643629 3.30703 0.975 3.30703L3.04719 3.30665C3.45891 3.29445 3.82212 2.98827 3.96222 2.53529C3.9659 2.52339 3.97014 2.50869 3.98533 2.45539L4.07462 2.14205C4.12926 1.94993 4.17686 1.78255 4.24347 1.63294C4.50662 1.04189 4.9935 0.631455 5.55614 0.526374C5.69856 0.499776 5.84938 0.499889 6.02249 0.500018H8.72764C8.90076 0.499889 9.05158 0.499776 9.19399 0.526374C9.75663 0.631455 10.2435 1.04189 10.5067 1.63294C10.5733 1.78255 10.6209 1.94993 10.6755 2.14205L10.7648 2.45539C10.78 2.50869 10.7842 2.52339 10.7879 2.53529C10.928 2.98827 11.3633 3.29483 11.775 3.30703H13.775C14.1064 3.30703 14.375 3.62121 14.375 4.00878C14.375 4.39634 14.1064 4.71053 13.775 4.71053H0.975C0.643629 4.71053 0.375 4.39634 0.375 4.00878Z' fill='white' fill-opacity='0.85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.06047 16.5H7.68953C9.85386 16.5 10.936 16.5 11.6396 15.7913C12.3433 15.0825 12.4152 13.9199 12.5592 11.5948L12.7667 8.24448C12.8448 6.98289 12.8838 6.35209 12.5308 5.95236C12.1779 5.55263 11.5818 5.55263 10.3896 5.55263H4.36037C3.16821 5.55263 2.57213 5.55263 2.21915 5.95236C1.86617 6.35209 1.90523 6.98289 1.98335 8.24448L2.19079 11.5948C2.33476 13.9199 2.40675 15.0825 3.11036 15.7913C3.81397 16.5 4.89613 16.5 7.06047 16.5ZM9.89988 8.77647C9.93194 8.42939 9.69806 8.11989 9.37749 8.08518C9.05692 8.05047 8.77106 8.3037 8.73901 8.65078L8.35012 12.8613C8.31806 13.2084 8.55194 13.5179 8.87251 13.5526C9.19308 13.5873 9.47894 13.3341 9.51099 12.987L9.89988 8.77647ZM5.37251 8.08518C5.69308 8.05047 5.97894 8.3037 6.01099 8.65078L6.39988 12.8613C6.43194 13.2084 6.19805 13.5179 5.87749 13.5526C5.55692 13.5873 5.27106 13.3341 5.23901 12.987L4.85012 8.77647C4.81806 8.42939 5.05194 8.11989 5.37251 8.08518Z' fill='white' fill-opacity='0.85'/%3E%3C/g%3E%3C/svg%3E")}.icon-btn_edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Vector'%3E%3Cpath d='M8.61506 13.737L8.61509 13.737L14.9016 7.45052C14.046 7.09442 13.0326 6.50947 12.0742 5.55108C11.1157 4.59253 10.5307 3.57899 10.1746 2.72332L3.888 9.00991L3.88797 9.00994C3.39741 9.5005 3.15211 9.7458 2.94116 10.0163C2.69231 10.3353 2.47897 10.6805 2.30489 11.0458C2.15732 11.3554 2.04762 11.6845 1.82823 12.3427L0.671281 15.8135C0.563314 16.1374 0.647614 16.4945 0.889036 16.736C1.13046 16.9774 1.48756 17.0617 1.81147 16.9537L5.2823 15.7968C5.94049 15.5774 6.26959 15.4677 6.57923 15.3201C6.94449 15.146 7.28969 14.9327 7.60874 14.6838C7.87919 14.4729 8.12451 14.2276 8.61506 13.737Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M16.646 5.7061C17.9513 4.40075 17.9513 2.28436 16.646 0.979011C15.3406 -0.326337 13.2243 -0.326337 11.9189 0.979011L11.1649 1.73299C11.1752 1.76417 11.186 1.79578 11.1971 1.8278C11.4734 2.62437 11.9949 3.66861 12.9758 4.64952C13.9567 5.63043 15.0009 6.15186 15.7975 6.42822C15.8294 6.43928 15.8608 6.44994 15.8919 6.46022L16.646 5.7061Z' fill='white' fill-opacity='0.85'/%3E%3C/g%3E%3C/svg%3E")}.icon-btn_update{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7876 0C14.1643 0 14.4696 0.305385 14.4696 0.682096V4.54061C14.4696 4.91732 14.1643 5.22271 13.7876 5.22271H9.92904C9.55233 5.22271 9.24694 4.91732 9.24694 4.54061C9.24694 4.1639 9.55233 3.85852 9.92904 3.85852H12.0757C9.48795 1.81852 5.72495 1.9923 3.3374 4.37984C0.762444 6.9548 0.762444 11.1296 3.3374 13.7046C5.91236 16.2795 10.0872 16.2795 12.6622 13.7046C14.3873 11.9795 14.9575 9.53585 14.3695 7.33413C14.2723 6.97017 14.4886 6.59633 14.8526 6.49914C15.2165 6.40194 15.5904 6.6182 15.6875 6.98215C16.396 9.63502 15.7102 12.5858 13.6268 14.6692C10.5191 17.7769 5.48048 17.7769 2.37277 14.6692C-0.734935 11.5615 -0.734935 6.52292 2.37277 3.41521C5.31217 0.475819 9.97895 0.31662 13.1055 2.93762V0.682096C13.1055 0.305385 13.4108 0 13.7876 0Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-btn_no{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6894 0.487199C13.491 0.288372 13.2217 0.176634 12.9408 0.176634C12.66 0.176634 12.3906 0.288372 12.1923 0.487199L7 5.66885L1.80774 0.476581C1.60936 0.277753 1.34003 0.166016 1.05916 0.166016C0.77829 0.166016 0.50896 0.277753 0.31058 0.476581C-0.103527 0.890688 -0.103527 1.55963 0.31058 1.97374L5.50284 7.16601L0.31058 12.3583C-0.103527 12.7724 -0.103527 13.4413 0.31058 13.8554C0.724687 14.2695 1.39363 14.2695 1.80774 13.8554L7 8.66317L12.1923 13.8554C12.6064 14.2695 13.2753 14.2695 13.6894 13.8554C14.1035 13.4413 14.1035 12.7724 13.6894 12.3583L8.49716 7.16601L13.6894 1.97374C14.0929 1.57025 14.0929 0.890688 13.6894 0.487199Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-btn_yes{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1123 3.19669C15.6292 2.65597 15.6292 1.77928 15.1123 1.23855C14.5955 0.697826 13.7575 0.697826 13.2406 1.23855L9.29677 5.3644L5.35294 9.49025L2.75941 6.77701C2.24254 6.23629 1.40452 6.23629 0.887653 6.77701C0.370782 7.31774 0.370782 8.19443 0.887653 8.73516L4.41706 12.4275C4.93394 12.9682 5.77195 12.9682 6.28882 12.4275L15.1123 3.19669Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-btn_no:disabled:not(.js-active){background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6894 0.487199C13.491 0.288372 13.2217 0.176634 12.9408 0.176634C12.66 0.176634 12.3906 0.288372 12.1923 0.487199L7 5.66885L1.80774 0.476581C1.60936 0.277753 1.34003 0.166016 1.05916 0.166016C0.77829 0.166016 0.50896 0.277753 0.31058 0.476581C-0.103527 0.890688 -0.103527 1.55963 0.31058 1.97374L5.50284 7.16601L0.31058 12.3583C-0.103527 12.7724 -0.103527 13.4413 0.31058 13.8554C0.724687 14.2695 1.39363 14.2695 1.80774 13.8554L7 8.66317L12.1923 13.8554C12.6064 14.2695 13.2753 14.2695 13.6894 13.8554C14.1035 13.4413 14.1035 12.7724 13.6894 12.3583L8.49716 7.16601L13.6894 1.97374C14.0929 1.57025 14.0929 0.890688 13.6894 0.487199Z' fill='white' fill-opacity='0.25'/%3E%3C/svg%3E")}.icon-btn_yes:disabled:not(.js-active){background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1123 3.19669C15.6292 2.65597 15.6292 1.77928 15.1123 1.23855C14.5955 0.697826 13.7575 0.697826 13.2406 1.23855L9.29677 5.3644L5.35294 9.49025L2.75941 6.77701C2.24254 6.23629 1.40452 6.23629 0.887653 6.77701C0.370782 7.31774 0.370782 8.19443 0.887653 8.73516L4.41706 12.4275C4.93394 12.9682 5.77195 12.9682 6.28882 12.4275L15.1123 3.19669Z' fill='white' fill-opacity='0.25'/%3E%3C/svg%3E")}.icon-btn_settings{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.49794 0.129405C9.18608 0 8.79072 0 8 0C7.20928 0 6.81392 0 6.50206 0.129405C6.08623 0.301945 5.75587 0.63289 5.58363 1.04944C5.505 1.23959 5.47423 1.46073 5.46219 1.78329C5.44449 2.25733 5.20182 2.69611 4.79172 2.93329C4.38162 3.17047 3.88096 3.16161 3.4623 2.93994C3.17742 2.78911 2.97085 2.70523 2.76715 2.67836C2.32092 2.61951 1.86963 2.74065 1.51255 3.01512C1.24475 3.22097 1.04707 3.56396 0.651708 4.24994C0.256348 4.93592 0.0586686 5.27891 0.014608 5.61417C-0.0441393 6.06118 0.0767841 6.51326 0.350776 6.87096C0.475836 7.03422 0.651599 7.17147 0.924382 7.34317C1.3254 7.59559 1.58343 8.02558 1.5834 8.50002C1.58338 8.97441 1.32536 9.40434 0.92438 9.65672C0.65155 9.82844 0.475765 9.9657 0.350693 10.129C0.0767009 10.4867 -0.0442224 10.9388 0.014525 11.3858C0.0585855 11.721 0.256265 12.064 0.651625 12.75C1.04698 13.436 1.24466 13.779 1.51247 13.9848C1.86954 14.2593 2.32083 14.3804 2.76707 14.3216C2.97076 14.2947 3.17731 14.2108 3.46217 14.06C3.88086 13.8383 4.38156 13.8295 4.79168 14.0667C5.2018 14.3039 5.44449 14.7427 5.46219 15.2168C5.47423 15.5393 5.505 15.7604 5.58363 15.9506C5.75587 16.3671 6.08623 16.6981 6.50206 16.8706C6.81392 17 7.20928 17 8 17C8.79072 17 9.18608 17 9.49794 16.8706C9.91376 16.6981 10.2441 16.3671 10.4164 15.9506C10.495 15.7604 10.5258 15.5393 10.5378 15.2167C10.5555 14.7427 10.7982 14.3039 11.2082 14.0667C11.6184 13.8295 12.1191 13.8383 12.5378 14.06C12.8226 14.2108 13.0292 14.2947 13.2329 14.3215C13.6791 14.3804 14.1304 14.2592 14.4874 13.9848C14.7553 13.7789 14.9529 13.4359 15.3483 12.7499C15.7437 12.064 15.9413 11.721 15.9854 11.3857C16.0441 10.9387 15.9232 10.4866 15.6492 10.1289C15.5242 9.96565 15.3484 9.8284 15.0756 9.65668C14.6746 9.40429 14.4166 8.97433 14.4166 8.49992C14.4166 8.02557 14.6746 7.59567 15.0756 7.34331C15.3484 7.17157 15.5242 7.03431 15.6493 6.87102C15.9233 6.51332 16.0442 6.06124 15.9855 5.61423C15.9414 5.27897 15.7437 4.93598 15.3484 4.25C14.953 3.56402 14.7553 3.22103 14.4875 3.01518C14.1305 2.74071 13.6792 2.61957 13.2329 2.67842C13.0292 2.70529 12.8227 2.78915 12.5378 2.93998C12.1191 3.16165 11.6184 3.17052 11.2083 2.93332C10.7982 2.69612 10.5555 2.25731 10.5378 1.78325C10.5258 1.46071 10.495 1.23958 10.4164 1.04944C10.2441 0.63289 9.91376 0.301945 9.49794 0.129405ZM8 11.05C9.40587 11.05 10.5456 9.90833 10.5456 8.5C10.5456 7.09167 9.40587 5.95 8 5.95C6.59413 5.95 5.45445 7.09167 5.45445 8.5C5.45445 9.90833 6.59413 11.05 8 11.05Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-btn_freeze,.icon-freeze>span:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0.833008C8.3299 0.833008 8.59734 1.11413 8.59734 1.46091V3.29385L9.96698 1.85413C10.2003 1.60891 10.5785 1.60891 10.8117 1.85413C11.045 2.09934 11.045 2.49691 10.8117 2.74212L8.59734 5.06984V8.74545L11.6255 6.9077L12.436 3.72797C12.5214 3.39301 12.8489 3.19422 13.1676 3.28398C13.4863 3.37373 13.6754 3.71804 13.59 4.053L13.0887 6.0197L14.5988 5.10323C14.8845 4.92984 15.2498 5.03274 15.4147 5.33307C15.5797 5.63339 15.4818 6.01741 15.1961 6.1908L13.686 7.10727L15.557 7.63424C15.8756 7.724 16.0647 8.0683 15.9793 8.40327C15.894 8.73824 15.5664 8.93702 15.2478 8.84727L12.2228 7.99526L9.19468 9.83302L12.223 11.6709L15.2479 10.8189C15.5666 10.7291 15.8941 10.9279 15.9795 11.2629C16.0649 11.5978 15.8758 11.9421 15.5571 12.0319L13.6862 12.5589L15.1963 13.4753C15.482 13.6487 15.5798 14.0327 15.4149 14.3331C15.2499 14.6334 14.8846 14.7363 14.5989 14.5629L13.0888 13.6464L13.5901 15.6131C13.6755 15.9481 13.4864 16.2924 13.1678 16.3822C12.8491 16.4719 12.5215 16.2731 12.4362 15.9382L11.6256 12.7584L8.59734 10.9206V14.5962L10.8117 16.9239C11.045 17.1691 11.045 17.5667 10.8117 17.8119C10.5785 18.0571 10.2003 18.0571 9.96698 17.8119L8.59734 16.3722V18.2051C8.59734 18.5519 8.3299 18.833 8 18.833C7.6701 18.833 7.40266 18.5519 7.40266 18.2051V16.3722L6.03302 17.8119C5.79974 18.0571 5.42153 18.0571 5.18825 17.8119C4.95498 17.5667 4.95498 17.1691 5.18825 16.9239L7.40266 14.5962V10.9206L4.37437 12.7584L3.56384 15.9382C3.47846 16.2731 3.15091 16.4719 2.83225 16.3822C2.51359 16.2924 2.32448 15.9481 2.40987 15.6131L2.91119 13.6464L1.40109 14.5629C1.11539 14.7363 0.75006 14.6334 0.585109 14.3331C0.420158 14.0327 0.518047 13.6487 0.803751 13.4753L2.31385 12.5589L0.442886 12.0319C0.124225 11.9421 -0.0648829 11.5978 0.0205022 11.2629C0.105887 10.9279 0.433431 10.7291 0.752093 10.8189L3.77703 11.6709L6.80532 9.83302L3.77719 7.99526L0.752249 8.84727C0.433588 8.93702 0.106044 8.73824 0.0206585 8.40327C-0.0647265 8.0683 0.124381 7.724 0.443042 7.63424L2.314 7.10727L0.803907 6.1908C0.518203 6.01741 0.420314 5.63339 0.585265 5.33307C0.750216 5.03274 1.11554 4.92984 1.40125 5.10323L2.91135 6.0197L2.41002 4.053C2.32464 3.71804 2.51375 3.37373 2.83241 3.28398C3.15107 3.19422 3.47861 3.39301 3.564 3.72798L4.37453 6.9077L7.40266 8.74545V5.06984L5.18825 2.74212C4.95498 2.49691 4.95498 2.09934 5.18825 1.85413C5.42153 1.60891 5.79974 1.60891 6.03302 1.85413L7.40266 3.29385V1.46091C7.40266 1.11413 7.6701 0.833008 8 0.833008Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-btn_dollar{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19 15.466H9.76499V14.341C10.515 14.206 11.16 13.9135 11.7 13.4635C12.24 13.0135 12.51 12.346 12.51 11.461C12.51 10.831 12.33 10.2535 11.97 9.72851C11.61 9.20351 10.89 8.74601 9.80999 8.35601C8.90999 8.05601 8.28749 7.79351 7.9425 7.56851C7.5975 7.34351 7.425 7.03601 7.425 6.64601C7.425 6.25601 7.5639 5.94851 7.8417 5.72351C8.1195 5.49851 8.5206 5.38601 9.04499 5.38601C9.52499 5.38601 9.89999 5.50211 10.17 5.73431C10.44 5.96651 10.635 6.25541 10.755 6.60101L12.195 6.01601C12.03 5.49101 11.7264 5.03351 11.2842 4.64351C10.842 4.25351 10.3506 4.03601 9.80999 3.99101V2.86601H8.23499V3.99101C7.485 4.15601 6.9 4.48601 6.48 4.98101C6.06 5.47601 5.85 6.03101 5.85 6.64601C5.85 7.35101 6.0564 7.92101 6.4692 8.35601C6.882 8.79101 7.5306 9.16601 8.415 9.48101C9.35999 9.82601 10.0164 10.1335 10.3842 10.4035C10.752 10.6735 10.9356 11.026 10.935 11.461C10.935 11.956 10.7589 12.3199 10.4067 12.5527C10.0545 12.7855 9.63059 12.9016 9.13499 12.901C8.63939 12.9004 8.2005 12.7468 7.8183 12.4402C7.4361 12.1336 7.155 11.6722 6.975 11.056L5.49 11.641C5.7 12.361 6.0264 12.9424 6.4692 13.3852C6.912 13.828 7.4856 14.1316 8.19 14.296V15.466ZM8.99999 18.166C7.755 18.166 6.585 17.9296 5.49 17.4568C4.395 16.984 3.4425 16.3429 2.6325 15.5335C1.8225 14.7241 1.1814 13.7716 0.709201 12.676C0.237001 11.5804 0.000601139 10.4104 1.13924e-06 9.16601C-0.00059886 7.92161 0.235801 6.75161 0.709201 5.65601C1.1826 4.56041 1.8237 3.60791 2.6325 2.79852C3.4413 1.98912 4.3938 1.34802 5.49 0.875216C6.5862 0.402416 7.7562 0.166016 8.99999 0.166016C10.2438 0.166016 11.4138 0.402416 12.51 0.875216C13.6062 1.34802 14.5587 1.98912 15.3675 2.79852C16.1763 3.60791 16.8177 4.56041 17.2917 5.65601C17.7657 6.75161 18.0018 7.92161 18 9.16601C17.9982 10.4104 17.7618 11.5804 17.2908 12.676C16.8198 13.7716 16.1787 14.7241 15.3675 15.5335C14.5563 16.3429 13.6038 16.9843 12.51 17.4577C11.4162 17.9311 10.2462 18.1672 8.99999 18.166Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-copypaste{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25629 3.06765C8.28942 1.06425 11.5856 1.06425 13.6187 3.06765C15.6521 5.07129 15.6521 8.32003 13.6187 10.3237L12.2186 11.7033C11.932 11.9857 11.9321 12.4434 12.2189 12.7256C12.5056 13.0078 12.9704 13.0077 13.257 12.7253L14.6571 11.3456C17.2634 8.77747 17.2634 4.61385 14.6571 2.04569C12.0506 -0.522717 7.8244 -0.522717 5.21787 2.04569L2.41759 4.80502C-0.188677 7.37317 -0.188677 11.5368 2.41759 14.105C3.62597 15.2957 5.18426 15.9348 6.76601 16.0211C7.17079 16.0432 7.51712 15.738 7.53956 15.3394C7.56199 14.9408 7.25204 14.5997 6.84726 14.5776C5.6125 14.5102 4.39924 14.0124 3.45601 13.083C1.42263 11.0794 1.42263 7.83062 3.45601 5.82697L6.25629 3.06765Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M17.1598 1.0843C16.755 1.06221 16.4087 1.36743 16.3862 1.76605C16.3638 2.16466 16.6737 2.50571 17.0785 2.5278C18.3133 2.5952 19.5265 3.093 20.4698 4.02244C22.5032 6.02609 22.5032 9.27482 20.4698 11.2785L17.6695 14.0378C15.6364 16.0412 12.3402 16.0412 10.3071 14.0378C8.27369 12.0341 8.27369 8.78541 10.3071 6.78177L11.7072 5.4021C11.9938 5.11972 11.9936 4.66203 11.7069 4.37983C11.4201 4.09762 10.9554 4.09777 10.6688 4.38015L9.26866 5.75981C6.66239 8.32797 6.66239 12.4916 9.26866 15.0597C11.8752 17.6282 16.1014 17.6282 18.7079 15.0597L21.5082 12.3004C24.1145 9.73226 24.1145 5.56864 21.5082 3.00048C20.2998 1.80978 18.7415 1.17064 17.1598 1.0843Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");background-size:24px 17px}.icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Vector'%3E%3Cpath d='M8.61506 13.737L8.61509 13.737L14.9016 7.45052C14.046 7.09442 13.0326 6.50947 12.0742 5.55108C11.1157 4.59253 10.5307 3.57899 10.1746 2.72332L3.888 9.00991L3.88797 9.00994C3.39741 9.5005 3.15211 9.7458 2.94116 10.0163C2.69231 10.3353 2.47897 10.6805 2.30489 11.0458C2.15732 11.3554 2.04762 11.6845 1.82823 12.3427L0.671281 15.8135C0.563314 16.1374 0.647614 16.4945 0.889036 16.736C1.13046 16.9774 1.48756 17.0617 1.81147 16.9537L5.2823 15.7968C5.94049 15.5774 6.26959 15.4677 6.57923 15.3201C6.94449 15.146 7.28969 14.9327 7.60874 14.6838C7.87919 14.4729 8.12451 14.2276 8.61506 13.737Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M16.646 5.7061C17.9513 4.40075 17.9513 2.28436 16.646 0.979011C15.3406 -0.326337 13.2243 -0.326337 11.9189 0.979011L11.1649 1.73299C11.1752 1.76417 11.186 1.79578 11.1971 1.8278C11.4734 2.62437 11.9949 3.66861 12.9758 4.64952C13.9567 5.63043 15.0009 6.15186 15.7975 6.42822C15.8294 6.43928 15.8608 6.44994 15.8919 6.46022L16.646 5.7061Z' fill='white' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");background-size:18px 17px}.icon-search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.021 1.37832C5.75046 1.37832 2.28847 4.8403 2.28847 9.11087C2.28847 13.3814 5.75046 16.8434 10.021 16.8434C14.2916 16.8434 17.7536 13.3814 17.7536 9.11087C17.7536 4.8403 14.2916 1.37832 10.021 1.37832ZM0.962891 9.11087C0.962891 4.1082 5.01836 0.0527344 10.021 0.0527344C15.0237 0.0527344 19.0792 4.1082 19.0792 9.11087C19.0792 11.3737 18.2495 13.4426 16.8777 15.0302L19.7688 17.9213C20.0276 18.1801 20.0276 18.5998 19.7688 18.8586C19.5099 19.1174 19.0903 19.1174 18.8314 18.8586L15.9404 15.9675C14.3528 17.3393 12.2838 18.169 10.021 18.169C5.01836 18.169 0.962891 14.1135 0.962891 9.11087Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E")}.pagenator__btn_first{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5069 2.69815L10.3512 7.559L15.5069 12.4198C15.7557 12.6539 15.8955 12.9717 15.8955 13.3031C15.8955 13.6345 15.7557 13.9522 15.5069 14.1863C14.9886 14.6749 14.1515 14.6749 13.6333 14.1863L7.53418 8.43595C7.01595 7.94736 7.01595 7.1581 7.53418 6.66951L13.6333 0.919177C14.1515 0.430586 14.9886 0.430587 15.5069 0.919178C16.0118 1.40777 16.0251 2.20956 15.5069 2.69815Z' fill='%23C3CAD9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75686 2.69815L3.60119 7.559L8.75686 12.4198C9.00568 12.6539 9.14551 12.9717 9.14551 13.3031C9.14551 13.6345 9.00568 13.9522 8.75686 14.1863C8.23863 14.6749 7.4015 14.6749 6.88328 14.1863L0.784177 8.43595C0.265954 7.94736 0.265954 7.1581 0.784178 6.66951L6.88328 0.919177C7.40151 0.430586 8.23864 0.430587 8.75686 0.919178C9.2618 1.40777 9.27509 2.20956 8.75686 2.69815Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.pagenator__btn_last{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.28415 12.4073L6.43982 7.54647L1.28416 2.68562C1.03534 2.45156 0.895508 2.13379 0.895508 1.8024C0.895508 1.47101 1.03534 1.15324 1.28416 0.919177C1.80238 0.430587 2.63951 0.430587 3.15774 0.919178L9.25684 6.66951C9.77506 7.15811 9.77506 7.94737 9.25684 8.43596L3.15773 14.1863C2.63951 14.6749 1.80238 14.6749 1.28415 14.1863C0.779218 13.6977 0.76593 12.8959 1.28415 12.4073Z' fill='%23C3CAD9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.03415 12.4073L13.1898 7.54647L8.03416 2.68562C7.78534 2.45156 7.64551 2.13379 7.64551 1.8024C7.64551 1.47101 7.78534 1.15324 8.03416 0.919177C8.55238 0.430587 9.38951 0.430587 9.90774 0.919178L16.0068 6.66951C16.5251 7.15811 16.5251 7.94737 16.0068 8.43596L9.90773 14.1863C9.38951 14.6749 8.55238 14.6749 8.03415 14.1863C7.52922 13.6977 7.51593 12.8959 8.03415 12.4073Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.pagenator__btn_next,.ml-merchants-row__nav_next{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.28416 12.4073L6.43983 7.54647L1.28416 2.68562C1.03534 2.45156 0.895508 2.13379 0.895508 1.8024C0.895508 1.47101 1.03534 1.15324 1.28416 0.919177C1.80238 0.430587 2.63951 0.430587 3.15774 0.919177L9.25684 6.66951C9.77506 7.1581 9.77506 7.94737 9.25684 8.43596L3.15774 14.1863C2.63951 14.6749 1.80238 14.6749 1.28416 14.1863C0.77922 13.6977 0.765933 12.8959 1.28416 12.4073Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.pagenator__btn_prev,.ml-merchants-row__nav_prev{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50686 2.69815L3.35119 7.559L8.50686 12.4198C8.75568 12.6539 8.89551 12.9717 8.89551 13.3031C8.89551 13.6345 8.75568 13.9522 8.50686 14.1863C7.98863 14.6749 7.1515 14.6749 6.63328 14.1863L0.534176 8.43595C0.0159527 7.94736 0.0159528 7.1581 0.534177 6.66951L6.63328 0.919178C7.1515 0.430587 7.98864 0.430587 8.50686 0.919178C9.0118 1.40777 9.02508 2.20956 8.50686 2.69815Z' fill='%23C3CAD9'/%3E%3C/svg%3E")}.table-head-cell:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.94113 0.810919L6.06567 4.93545L10.1902 0.810919C10.3888 0.611865 10.6584 0.5 10.9396 0.5C11.2208 0.5 11.4905 0.611865 11.6891 0.810919C12.1036 1.2255 12.1036 1.8952 11.6891 2.30978L6.80978 7.18907C6.3952 7.60365 5.7255 7.60365 5.31092 7.18907L0.431639 2.30978C0.0170583 1.8952 0.0170583 1.2255 0.431639 0.810919C0.846218 0.40697 1.52655 0.396339 1.94113 0.810919Z' fill='white' fill-opacity='0.25'/%3E%3C/svg%3E")}.table-head-cell.js-active:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.82004 0.810919L5.94457 4.93545L10.0691 0.810919C10.2677 0.611865 10.5374 0.5 10.8185 0.5C11.0997 0.5 11.3694 0.611865 11.568 0.810919C11.9826 1.2255 11.9826 1.8952 11.568 2.30978L6.68869 7.18907C6.27411 7.60365 5.6044 7.60365 5.18983 7.18907L0.310545 2.30978C-0.104035 1.8952 -0.104035 1.2255 0.310545 0.810919C0.725124 0.40697 1.40546 0.396339 1.82004 0.810919Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.switcher-list__item:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.76741 2.12852C9.07753 1.76804 9.07753 1.18358 8.76741 0.823097C8.45729 0.462613 7.95448 0.462613 7.64436 0.823097L5.27806 3.57366L2.91177 6.32423L1.35564 4.5154C1.04552 4.15492 0.542714 4.15492 0.232592 4.5154C-0.0775306 4.87589 -0.0775306 5.46035 0.232592 5.82083L2.35024 8.28237C2.66036 8.64286 3.16317 8.64286 3.47329 8.28237L8.76741 2.12852Z' fill='white'/%3E%3C/svg%3E")}.icon-lightning>span:before{width:13px;height:16px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5498 6.86532C12.2914 6.41751 11.8179 6.2703 11.3659 6.20705C10.9103 6.14329 10.3005 6.14331 9.56285 6.14333L9.5209 6.14333C9.08166 6.14333 8.79452 6.139 8.58533 6.10989C8.39613 6.08357 8.33597 6.0446 8.3103 6.02187C8.29149 6.00227 8.25801 5.95642 8.23519 5.79112C8.2083 5.59621 8.20713 5.32894 8.20713 4.90059V4.63936C8.20714 3.53196 8.20716 2.64484 8.12199 2.01237C8.04206 1.41869 7.85204 0.75193 7.19391 0.550093C6.54735 0.351801 6.00504 0.777004 5.58352 1.21536C5.13446 1.68235 4.60103 2.40464 3.93315 3.30899L1.74656 6.26967C1.32114 6.84566 0.966496 7.32581 0.755188 7.72287C0.543369 8.12088 0.389215 8.59343 0.624167 9.06488L0.624985 9.06661L0.627462 9.07166L0.630277 9.07724L0.633047 9.08258L0.636078 9.08829L0.63916 9.09396L0.642078 9.09922L0.645163 9.10463L0.647989 9.10946L0.649026 9.11117C0.905188 9.55515 1.37664 9.71058 1.83274 9.78027C2.30277 9.85209 2.92995 9.85669 3.69058 9.85669C4.13432 9.85669 4.41726 9.85769 4.62506 9.8842C4.80862 9.90762 4.86352 9.94374 4.88705 9.96456C4.9079 9.98634 4.94445 10.0372 4.97023 10.2085C4.99973 10.4046 5.00435 10.676 5.00435 11.0995L5.00434 11.3606C5.00431 12.468 5.00429 13.3551 5.08944 13.9876C5.16937 14.5813 5.35938 15.2481 6.0175 15.4499C6.66407 15.6482 7.20638 15.223 7.62792 14.7846C8.07698 14.3177 8.61042 13.5954 9.27832 12.691L11.4387 9.76587C11.8784 9.17054 12.24 8.67317 12.4532 8.25922C12.6619 7.8541 12.8075 7.37879 12.5747 6.91167L12.5739 6.90998L12.5714 6.90491L12.5686 6.89931L12.5658 6.89394L12.5628 6.88822L12.5597 6.88252L12.5568 6.87725L12.5537 6.87181L12.5508 6.86696L12.5498 6.86532ZM6.33688 1.94091C5.94099 2.35261 5.44766 3.01873 4.74801 3.96606L2.6136 6.8561C2.15517 7.47682 1.84845 7.89449 1.67801 8.21474C1.59506 8.37061 1.56391 8.46896 1.55505 8.52848C1.54957 8.56524 1.55291 8.58184 1.55729 8.59247C1.57415 8.61734 1.64735 8.69347 1.99055 8.74591C2.36548 8.8032 2.90458 8.81034 3.69058 8.81034L3.72262 8.81034C4.12491 8.81031 4.47542 8.81029 4.75729 8.84626C5.05923 8.88478 5.35915 8.97239 5.60749 9.20613L5.61155 9.20995L5.61553 9.21386C5.8595 9.45352 5.95867 9.75067 6.00412 10.0527C6.04756 10.3414 6.0499 10.6965 6.0499 11.0995L6.04989 11.3154C6.04988 12.4782 6.05105 13.294 6.12563 13.8479C6.16276 14.1237 6.21272 14.2855 6.26054 14.3758C6.29639 14.4436 6.31703 14.448 6.32282 14.4492L6.32386 14.4495L6.32492 14.4498C6.33221 14.4524 6.35791 14.4612 6.43714 14.4213C6.53612 14.3715 6.67751 14.264 6.87456 14.0591C7.27045 13.6474 7.7638 12.9813 8.46345 12.0339L10.5979 9.14393C11.0537 8.52674 11.3574 8.10297 11.5239 7.77974C11.6666 7.50271 11.6511 7.4089 11.6416 7.38399C11.6259 7.3611 11.5556 7.29013 11.2211 7.24332C10.8467 7.19093 10.3111 7.18968 9.5209 7.18968C9.10068 7.18968 8.73625 7.1873 8.44135 7.14627C8.13686 7.10391 7.83622 7.01219 7.59005 6.78048L7.58599 6.77666L7.58201 6.77274C7.33581 6.53091 7.24086 6.23413 7.19948 5.93426C7.16152 5.6592 7.16155 5.31856 7.16158 4.93432L7.16158 4.68455C7.16158 3.52179 7.1604 2.70602 7.08581 2.1521C7.04867 1.87629 6.99871 1.7145 6.95088 1.62416C6.91504 1.55645 6.8944 1.55201 6.88861 1.55077L6.88757 1.55052L6.88652 1.55017C6.87922 1.54765 6.85352 1.53877 6.77429 1.57867C6.67531 1.62852 6.53392 1.736 6.33688 1.94091Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-off>span:before{width:15px;height:16px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94077 1.04878C7.94077 0.745697 7.69861 0.5 7.3999 0.5C7.10119 0.5 6.85904 0.745697 6.85904 1.04878V3.97561C6.85904 4.27869 7.10119 4.52439 7.3999 4.52439C7.69861 4.52439 7.94077 4.27869 7.94077 3.97561V1.04878Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M5.08637 2.80252C5.36153 2.68456 5.49034 2.36261 5.37409 2.08343C5.25783 1.80424 4.94052 1.67354 4.66536 1.7915C2.14148 2.87346 0.368652 5.40896 0.368652 8.36585C0.368652 12.3059 3.51665 15.5 7.3999 15.5C11.2832 15.5 14.4312 12.3059 14.4312 8.36585C14.4312 5.40896 12.6583 2.87346 10.1344 1.7915C9.85928 1.67354 9.54198 1.80424 9.42572 2.08343C9.30946 2.36261 9.43828 2.68456 9.71344 2.80252C11.851 3.71887 13.3494 5.86545 13.3494 8.36585C13.3494 11.6998 10.6857 14.4024 7.3999 14.4024C4.11407 14.4024 1.45038 11.6998 1.45038 8.36585C1.45038 5.86545 2.94879 3.71887 5.08637 2.80252Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-pencil>span:before{width:15px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.09494 0.893035C10.2856 -0.297678 12.2162 -0.297678 13.4069 0.893035C14.5976 2.08375 14.5976 4.01428 13.4069 5.20499L7.23042 11.3815C6.87754 11.7344 6.66982 11.9421 6.43873 12.1223C6.16635 12.3348 5.87163 12.5169 5.55979 12.6656C5.29523 12.7916 5.01652 12.8845 4.54305 13.0423L2.37395 13.7654L1.85167 13.9395C1.42805 14.0807 0.961001 13.9704 0.645252 13.6547C0.329503 13.3389 0.219249 12.8719 0.360456 12.4483L1.25758 9.75689C1.41538 9.28341 1.50828 9.0047 1.63437 8.74013C1.78298 8.4283 1.96512 8.13358 2.17758 7.8612C2.35783 7.6301 2.56557 7.42237 2.91849 7.06948L9.09494 0.893035ZM2.35142 12.7433L4.20171 12.1265C4.71685 11.9548 4.93573 11.881 5.13958 11.7838C5.38737 11.6657 5.62157 11.521 5.83801 11.3522C6.01607 11.2133 6.18001 11.0506 6.56397 10.6666L11.4929 5.73763C10.9794 5.55651 10.3178 5.22078 9.69849 4.60144C9.07915 3.98211 8.74342 3.32053 8.5623 2.807L3.63334 7.73595C3.24937 8.11992 3.08663 8.28386 2.94775 8.46192C2.77893 8.67836 2.63419 8.91255 2.5161 9.16035C2.41894 9.3642 2.3451 9.58307 2.17338 10.0982L1.55662 11.9485L2.35142 12.7433ZM9.35457 2.01472C9.37684 2.12865 9.41448 2.28352 9.47729 2.46457C9.6187 2.87216 9.88582 3.40745 10.3891 3.91078C10.8925 4.4141 11.4278 4.68123 11.8354 4.82264C12.0164 4.88545 12.1713 4.92309 12.2852 4.94536L12.7162 4.51433C13.5255 3.70506 13.5255 2.39297 12.7162 1.5837C11.907 0.774425 10.5949 0.774425 9.7856 1.5837L9.35457 2.01472Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-recycle>span:before{width:15px;height:16px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6138 0.5C12.9467 0.5 13.2165 0.769457 13.2165 1.10185V4.50642C13.2165 4.83882 12.9467 5.10827 12.6138 5.10827H9.20456C8.87171 5.10827 8.60188 4.83882 8.60188 4.50642C8.60188 4.17403 8.87171 3.90457 9.20456 3.90457H11.1013C8.81483 2.10458 5.48994 2.25791 3.38037 4.36457C1.1052 6.63659 1.1052 10.3203 3.38037 12.5923C5.65553 14.8643 9.3443 14.8643 11.6195 12.5923C13.1438 11.0701 13.6476 8.91398 13.1281 6.97129C13.0422 6.65015 13.2333 6.32029 13.5549 6.23453C13.8764 6.14877 14.2067 6.33958 14.2926 6.66072C14.9186 9.00148 14.3126 11.6051 12.4718 13.4434C9.7259 16.1855 5.27393 16.1855 2.52805 13.4434C-0.217844 10.7013 -0.217844 6.25552 2.52805 3.51342C5.12522 0.91984 9.24866 0.77937 12.0112 3.09201V1.10185C12.0112 0.769457 12.281 0.5 12.6138 0.5Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-trash>span:before{width:13px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.79461 2.04874C4.99937 1.45124 5.5519 1.02439 6.19982 1.02439C6.84774 1.02439 7.40027 1.45124 7.60503 2.04874C7.69643 2.31544 7.98016 2.45523 8.23876 2.36097C8.49736 2.2667 8.6329 1.97407 8.5415 1.70736C8.20086 0.713376 7.28175 0 6.19982 0C5.11789 0 4.19879 0.713376 3.85815 1.70736C3.76674 1.97407 3.90228 2.2667 4.16088 2.36097C4.41948 2.45523 4.70321 2.31544 4.79461 2.04874Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M0.0748291 3.2439C0.0748291 2.96102 0.297173 2.73171 0.571448 2.73171H11.8282C12.1025 2.73171 12.3248 2.96102 12.3248 3.2439C12.3248 3.52678 12.1025 3.7561 11.8282 3.7561H0.571448C0.297173 3.7561 0.0748291 3.52678 0.0748291 3.2439Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M1.64206 4.44016C1.91573 4.42134 2.15237 4.6349 2.17062 4.91715L2.47517 9.62874C2.53467 10.5492 2.57707 11.1897 2.67015 11.6716C2.76043 12.139 2.88646 12.3864 3.06751 12.5611C3.24855 12.7358 3.4963 12.849 3.95452 12.9109C4.4269 12.9746 5.04934 12.9756 5.94381 12.9756H6.4559C7.35037 12.9756 7.9728 12.9746 8.44519 12.9109C8.90341 12.849 9.15116 12.7358 9.3322 12.5611C9.51324 12.3864 9.63927 12.139 9.72956 11.6716C9.82264 11.1897 9.86504 10.5492 9.92453 9.62874L10.2291 4.91715C10.2473 4.6349 10.484 4.42134 10.7576 4.44016C11.0313 4.45897 11.2384 4.70304 11.2201 4.98529L10.9132 9.73283C10.8566 10.6088 10.8109 11.3164 10.7037 11.8717C10.5922 12.449 10.4025 12.9312 10.0108 13.3092C9.61904 13.6871 9.13993 13.8502 8.57402 13.9266C8.0297 14 7.34208 14 6.49082 14H5.90889C5.05763 14 4.37001 14 3.82569 13.9266C3.25978 13.8502 2.78067 13.6871 2.38894 13.3092C1.99721 12.9312 1.80756 12.449 1.69605 11.8717C1.5888 11.3164 1.54307 10.6088 1.48646 9.73282L1.17958 4.98529C1.16134 4.70304 1.3684 4.45897 1.64206 4.44016Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-plus>span:before{width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.48837 5.04651C7.48837 4.77679 7.26972 4.55814 7 4.55814C6.73028 4.55814 6.51163 4.77679 6.51163 5.04651L6.51163 6.51164H5.04651C4.77679 6.51164 4.55814 6.7303 4.55814 7.00002C4.55814 7.26974 4.77679 7.48839 5.04651 7.48839H6.51163V8.95349C6.51163 9.22321 6.73028 9.44186 7 9.44186C7.26972 9.44186 7.48837 9.22321 7.48837 8.95349L7.48837 7.48839H8.95349C9.22321 7.48839 9.44186 7.26974 9.44186 7.00002C9.44186 6.7303 9.22321 6.51164 8.95349 6.51164H7.48837V5.04651Z' fill='white' fill-opacity='0.85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0ZM0.976744 7C0.976744 3.67345 3.67345 0.976744 7 0.976744C10.3266 0.976744 13.0233 3.67345 13.0233 7C13.0233 10.3266 10.3266 13.0233 7 13.0233C3.67345 13.0233 0.976744 10.3266 0.976744 7Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-goback>span:before{width:16px;height:11px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM26 7L1 7V9L26 9V7Z' fill='white'/%3E%3C/svg%3E")}.icon-plusmass>span:before{width:15px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33457 13.8655C7.69243 14.1356 9.0999 13.997 10.379 13.4672C11.6581 12.9373 12.7513 12.0401 13.5205 10.889C14.2897 9.73785 14.7002 8.38447 14.7002 7C14.7002 6.73028 14.4815 6.51163 14.2118 6.51163C13.9421 6.51163 13.7235 6.73028 13.7235 7C13.7235 8.19129 13.3702 9.35582 12.7084 10.3463C12.0465 11.3369 11.1058 12.1089 10.0052 12.5648C8.90459 13.0206 7.69352 13.1399 6.52512 12.9075C5.35672 12.6751 4.28348 12.1014 3.44111 11.2591C2.59875 10.4167 2.02509 9.34347 1.79268 8.17508C1.56027 7.00668 1.67955 5.7956 2.13544 4.695C2.59132 3.59439 3.36334 2.65369 4.35386 1.99185C5.34438 1.33 6.50891 0.976744 7.7002 0.976744C7.96992 0.976744 8.18857 0.758092 8.18857 0.488372C8.18857 0.218652 7.96992 0 7.7002 0C6.31573 0 4.96235 0.410544 3.81121 1.17971C2.66006 1.94888 1.76286 3.04213 1.23304 4.32122C0.703228 5.6003 0.564605 7.00776 0.834701 8.36563C1.1048 9.7235 1.77148 10.9708 2.75045 11.9497C3.72942 12.9287 4.9767 13.5954 6.33457 13.8655Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M7.7002 4.55814C7.96992 4.55814 8.18857 4.77679 8.18857 5.04651V6.51164H9.65369C9.92341 6.51164 10.1421 6.73029 10.1421 7.00001C10.1421 7.26973 9.92341 7.48839 9.65369 7.48839H8.18857L8.18857 8.95349C8.18857 9.22321 7.96992 9.44186 7.7002 9.44186C7.43048 9.44186 7.21183 9.22321 7.21183 8.95349V7.48839H5.74671C5.47699 7.48839 5.25834 7.26974 5.25834 7.00001C5.25834 6.73029 5.47699 6.51164 5.74671 6.51164H7.21183L7.21183 5.04651C7.21183 4.77679 7.43048 4.55814 7.7002 4.55814Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M9.44983 0.220491C9.18863 0.153261 8.92238 0.310511 8.85515 0.571718C8.78792 0.832925 8.94517 1.09918 9.20637 1.16641C11.3223 1.711 12.9891 3.37787 13.5337 5.49375C13.601 5.75496 13.8672 5.91221 14.1284 5.84498C14.3896 5.77775 14.5469 5.5115 14.4796 5.25029C13.8463 2.78978 11.9103 0.853784 9.44983 0.220491Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-delist>span:before{width:15px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7017 0.143041C10.511 -0.0476802 10.2018 -0.0476803 10.0111 0.143041C9.82034 0.333762 9.82034 0.642981 10.0111 0.833702L11.2936 2.11628L10.0111 3.39885C9.82035 3.58957 9.82035 3.89879 10.0111 4.08951C10.2018 4.28023 10.511 4.28023 10.7017 4.08951L11.9843 2.80695L13.2669 4.0895C13.4576 4.28022 13.7668 4.28022 13.9575 4.0895C14.1482 3.89878 14.1482 3.58956 13.9575 3.39884L12.675 2.11628L13.9575 0.833716C14.1483 0.642995 14.1483 0.333775 13.9575 0.143054C13.7668 -0.0476671 13.4576 -0.0476671 13.2669 0.143054L11.9843 1.42562L10.7017 0.143041Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M7.06322 1.30167e-05C5.56008 4.63322e-06 4.3821 -1.99883e-06 3.463 0.123569C2.52224 0.25005 1.7799 0.513993 1.19723 1.09666C0.614566 1.67933 0.350623 2.42167 0.224142 3.36242C0.100571 4.28153 0.100578 5.45951 0.100586 6.96264V7.03737C0.100578 8.54051 0.100571 9.71848 0.224142 10.6376C0.350623 11.5783 0.614566 12.3207 1.19723 12.9034C1.7799 13.486 2.52224 13.75 3.463 13.8764C4.3821 14 5.56008 14 7.06322 14H7.13794C8.64108 14 9.81905 14 10.7382 13.8764C11.6789 13.75 12.4213 13.486 13.0039 12.9034C13.5866 12.3207 13.8505 11.5783 13.977 10.6376C14.1006 9.71848 14.1006 8.54051 14.1006 7.03736V6.02326C14.1006 5.75354 13.8819 5.53489 13.6122 5.53489C13.3425 5.53489 13.1238 5.75354 13.1238 6.02326V7.00001C13.1238 8.54862 13.1228 9.66094 13.009 10.5074C12.8971 11.3399 12.6842 11.8418 12.3133 12.2127C11.9423 12.5836 11.4405 12.7965 10.608 12.9084C9.76152 13.0222 8.64919 13.0233 7.10058 13.0233C5.55197 13.0233 4.43964 13.0222 3.59314 12.9084C2.7607 12.7965 2.25883 12.5836 1.88789 12.2127C1.51696 11.8418 1.30409 11.3399 1.19218 10.5074C1.07837 9.66094 1.07733 8.54862 1.07733 7.00001C1.07733 5.4514 1.07837 4.33907 1.19218 3.49257C1.30409 2.66012 1.51696 2.15826 1.88789 1.78732C2.25883 1.41638 2.7607 1.20352 3.59314 1.0916C4.43964 0.977794 5.55197 0.976756 7.10058 0.976756H8.07732C8.34704 0.976756 8.56569 0.758105 8.56569 0.488385C8.56569 0.218665 8.34704 1.31719e-05 8.07732 1.31719e-05L7.06322 1.30167e-05Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M3.84477 7.81396C3.57505 7.81396 3.3564 8.03261 3.3564 8.30233C3.3564 8.57205 3.57505 8.7907 3.84477 8.7907H9.70523C9.97495 8.7907 10.1936 8.57205 10.1936 8.30233C10.1936 8.03261 9.97495 7.81396 9.70523 7.81396H3.84477Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M3.3564 10.5814C3.3564 10.3117 3.57505 10.093 3.84477 10.093H7.75174C8.02146 10.093 8.24011 10.3117 8.24011 10.5814C8.24011 10.8511 8.02146 11.0698 7.75174 11.0698H3.84477C3.57505 11.0698 3.3564 10.8511 3.3564 10.5814Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-withdraw>span:before{width:16px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.23228 0.895508H9.1017C10.3839 0.895497 11.3994 0.895488 12.1942 1.00235C13.0122 1.11232 13.6742 1.34403 14.1964 1.86614C14.7185 2.38826 14.9502 3.05031 15.0602 3.86828C15.1233 4.33773 15.1491 4.88418 15.1597 5.5171C15.1645 5.54562 15.167 5.57492 15.167 5.60481C15.167 5.6294 15.1653 5.6536 15.162 5.67729C15.167 6.07199 15.167 6.49911 15.167 6.9608V7.00016C15.167 7.28914 14.9327 7.52341 14.6437 7.52341C14.3547 7.52341 14.1205 7.28914 14.1205 7.00016C14.1205 6.68907 14.1204 6.39904 14.1191 6.12807H1.21489C1.21356 6.39904 1.2135 6.68907 1.2135 7.00016C1.2135 8.3305 1.21462 9.27561 1.31101 9.99259C1.40538 10.6945 1.58236 11.0989 1.87762 11.3942C2.17288 11.6894 2.57729 11.8664 3.27921 11.9608C3.99619 12.0572 4.9413 12.0583 6.27164 12.0583H9.06234C9.35133 12.0583 9.5856 12.2926 9.5856 12.5816C9.5856 12.8705 9.35133 13.1048 9.06234 13.1048H6.23229C4.95013 13.1048 3.93457 13.1048 3.13977 12.998C2.3218 12.888 1.65974 12.6563 1.13763 12.1342C0.615513 11.6121 0.383804 10.95 0.273831 10.132C0.166973 9.33724 0.166981 8.32168 0.166992 7.03952V6.9608C0.166988 6.4991 0.166985 6.07198 0.171971 5.67728C0.168689 5.6536 0.166993 5.6294 0.166993 5.60481C0.166993 5.57492 0.169498 5.54562 0.17431 5.51711C0.184882 4.88419 0.210715 4.33773 0.273831 3.86828C0.383804 3.05031 0.615513 2.38826 1.13763 1.86614C1.65974 1.34403 2.3218 1.11232 3.13977 1.00235C3.93457 0.895488 4.95012 0.895497 6.23228 0.895508ZM1.2317 5.08155H14.1023C14.0886 4.67221 14.0648 4.31853 14.023 4.00773C13.9286 3.3058 13.7516 2.9014 13.4564 2.60614C13.1611 2.31088 12.7567 2.1339 12.0548 2.03953C11.3378 1.94313 10.3927 1.94202 9.06234 1.94202H6.27164C4.9413 1.94202 3.99619 1.94313 3.27921 2.03953C2.57729 2.1339 2.17288 2.31088 1.87762 2.60614C1.58236 2.9014 1.40538 3.3058 1.31101 4.00773C1.26922 4.31853 1.24534 4.67221 1.2317 5.08155ZM12.1807 8.02551C12.3851 7.82117 12.7164 7.82117 12.9207 8.02551L14.3161 9.42086C14.5204 9.6252 14.5204 9.95651 14.3161 10.1609C14.1117 10.3652 13.7804 10.3652 13.5761 10.1609L13.074 9.65876V12.5816C13.074 12.8705 12.8397 13.1048 12.5507 13.1048C12.2617 13.1048 12.0275 12.8705 12.0275 12.5816V9.65876L11.5254 10.1609C11.321 10.3652 10.9897 10.3652 10.7854 10.1609C10.581 9.95651 10.581 9.6252 10.7854 9.42086L12.1807 8.02551ZM2.95769 9.79086C2.95769 9.50187 3.19196 9.2676 3.48095 9.2676H6.27164C6.56063 9.2676 6.7949 9.50187 6.7949 9.79086C6.7949 10.0798 6.56063 10.3141 6.27164 10.3141H3.48095C3.19196 10.3141 2.95769 10.0798 2.95769 9.79086ZM7.49257 9.79086C7.49257 9.50187 7.72684 9.2676 8.01583 9.2676H8.36467C8.65365 9.2676 8.88792 9.50187 8.88792 9.79086C8.88792 10.0798 8.65365 10.3141 8.36467 10.3141H8.01583C7.72684 10.3141 7.49257 10.0798 7.49257 9.79086Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-add>span:before{width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M12.9894 7.7606H8.34654V12.4035C8.34654 12.9142 7.92868 13.332 7.41797 13.332C6.90725 13.332 6.4894 12.9142 6.4894 12.4035V7.7606H1.84654C1.33583 7.7606 0.917969 7.34275 0.917969 6.83203C0.917969 6.32132 1.33583 5.90346 1.84654 5.90346H6.4894V1.2606C6.4894 0.749888 6.90725 0.332031 7.41797 0.332031C7.92868 0.332031 8.34654 0.749888 8.34654 1.2606V5.90346H12.9894C13.5001 5.90346 13.918 6.32132 13.918 6.83203C13.918 7.34275 13.5001 7.7606 12.9894 7.7606Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-freeze>span:before{width:14px;height:16px}.icon-remove{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.77816 0.782151C9.63646 0.640131 9.44408 0.560319 9.24346 0.560319C9.04284 0.560319 8.85046 0.640131 8.70876 0.782151L5 4.48333L1.29124 0.774567C1.14954 0.632547 0.957162 0.552734 0.756541 0.552734C0.555921 0.552734 0.363543 0.632547 0.221843 0.774567C-0.0739477 1.07036 -0.0739477 1.54817 0.221843 1.84396L3.9306 5.55273L0.221843 9.26149C-0.0739477 9.55728 -0.0739477 10.0351 0.221843 10.3309C0.517634 10.6267 0.995449 10.6267 1.29124 10.3309L5 6.62213L8.70876 10.3309C9.00455 10.6267 9.48237 10.6267 9.77816 10.3309C10.0739 10.0351 10.0739 9.55728 9.77816 9.26149L6.0694 5.55273L9.77816 1.84396C10.0664 1.55576 10.0664 1.07036 9.77816 0.782151Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.icon-await{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13202 10.3553V10.3968L9.16131 10.4261L11.8112 13.076C12.1357 13.4004 12.6617 13.4004 12.9861 13.076C13.3106 12.7516 13.3106 12.2255 12.9861 11.9011L10.7936 9.70854V6.15522C10.7936 5.6964 10.4216 5.32445 9.96279 5.32445C9.50397 5.32445 9.13202 5.6964 9.13202 6.15522V10.3553ZM16.7199 3.29575C13.0172 -0.406938 7.06757 -0.501828 3.31786 3.06346L3.31539 2.57033C3.31308 2.11151 2.93927 1.74144 2.48045 1.74375C2.02164 1.74605 1.65156 2.11986 1.65387 2.57868L1.66633 5.05896C1.66862 5.51452 2.03736 5.88325 2.49292 5.88554L4.9732 5.89801C5.43202 5.90031 5.80583 5.53024 5.80814 5.07142C5.81044 4.61261 5.44037 4.23879 4.98155 4.23649L4.49828 4.23406C7.5886 1.33274 12.4822 1.40786 15.545 4.47064C18.6679 7.59352 18.6847 12.6198 15.6073 15.6972C12.5299 18.7745 7.50366 18.7577 4.38076 15.6348C2.53231 13.7864 1.77096 11.2692 2.09812 8.88239C2.16042 8.42782 1.84243 8.00881 1.38786 7.9465C0.933289 7.88419 0.514275 8.20218 0.451968 8.65675C0.0567317 11.5402 0.977181 14.581 3.20588 16.8097C6.96648 20.5703 13.0448 20.6094 16.7822 16.872C20.5195 13.1347 20.4805 7.05635 16.7199 3.29575Z' fill='%23DF8F2F' stroke='%23DF8F2F' stroke-width='0.2'/%3E%3C/svg%3E")}.icon-complete{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0929 3.02804C11.5781 2.35308 9.88567 2.18587 8.26805 2.55134C6.65044 2.91682 5.1943 3.79541 4.11681 5.05608C3.03931 6.31674 2.3982 7.89193 2.28909 9.54673C2.17997 11.2015 2.60869 12.8473 3.51132 14.2385C4.41395 15.6297 5.74211 16.6919 7.29773 17.2666C8.85335 17.8414 10.5531 17.8978 12.1434 17.4276C13.7337 16.9574 15.1295 15.9857 16.1224 14.6574C17.1154 13.3292 17.6524 11.7155 17.6534 10.0571V9.26689C17.6534 8.7672 18.0584 8.36213 18.5581 8.36213C19.0578 8.36213 19.4629 8.7672 19.4629 9.26689V10.0577C19.4617 12.1063 18.7984 14.1001 17.5718 15.7409C16.3451 17.3817 14.621 18.582 12.6565 19.1629C10.6919 19.7437 8.59229 19.674 6.67064 18.964C4.74899 18.2541 3.10831 16.942 1.9933 15.2234C0.878293 13.5048 0.348692 11.4718 0.483484 9.42767C0.618275 7.38351 1.41024 5.43768 2.74126 3.88039C4.07227 2.3231 5.87104 1.23778 7.86927 0.786311C9.8675 0.334836 11.9581 0.541392 13.8294 1.37517C14.2858 1.57854 14.491 2.11342 14.2876 2.56984C14.0842 3.02627 13.5493 3.23141 13.0929 3.02804ZM19.1976 2.54138C19.5511 2.89454 19.5514 3.4674 19.1982 3.82091L10.603 12.4247C10.4333 12.5946 10.2032 12.69 9.96312 12.6901C9.72308 12.6901 9.49286 12.5948 9.32313 12.4251L6.74456 9.84649C6.39123 9.49315 6.39123 8.92029 6.74456 8.56696C7.09789 8.21363 7.67075 8.21363 8.02409 8.56696L9.96257 10.5054L17.918 2.54202C18.2712 2.18851 18.8441 2.18823 19.1976 2.54138Z' fill='%2343965B'/%3E%3C/svg%3E")}.market-select-merch .select-item:last-child:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M12.9894 7.7606H8.34654V12.4035C8.34654 12.9142 7.92868 13.332 7.41797 13.332C6.90725 13.332 6.4894 12.9142 6.4894 12.4035V7.7606H1.84654C1.33583 7.7606 0.917969 7.34275 0.917969 6.83203C0.917969 6.32132 1.33583 5.90346 1.84654 5.90346H6.4894V1.2606C6.4894 0.749888 6.90725 0.332031 7.41797 0.332031C7.92868 0.332031 8.34654 0.749888 8.34654 1.2606V5.90346H12.9894C13.5001 5.90346 13.918 6.32132 13.918 6.83203C13.918 7.34275 13.5001 7.7606 12.9894 7.7606Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E")}.select-item_tree.js-open{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8494 4.63601C12.0502 4.83685 12.0502 5.16248 11.8494 5.36332L7.73508 9.47761C7.53424 9.67845 7.20861 9.67845 7.00777 9.47761C6.80693 9.27676 6.80693 8.95114 7.00777 8.7503L10.2441 5.51395L0.514285 5.51395C0.230253 5.51395 -2.14737e-07 5.2837 -2.02321e-07 4.99966C-1.89906e-07 4.71563 0.230253 4.48538 0.514285 4.48538L10.2441 4.48538L7.00777 1.24903C6.80693 1.04819 6.80693 0.722565 7.00777 0.521724C7.20861 0.320883 7.53424 0.320883 7.73508 0.521724L11.8494 4.63601Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.settings-basket-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74596 0.55078C7.98872 0.432226 8.28391 0.528333 8.40529 0.76544L9.84761 3.5829C10.7342 3.64943 11.2906 3.81929 11.6496 4.25301C11.9349 4.5977 12.0272 5.02652 11.9933 5.62006H0.00668353C-0.0272441 5.02652 0.0650951 4.5977 0.350388 4.25301C0.709371 3.81929 1.26574 3.64943 2.15234 3.58291L3.59466 0.76544C3.71604 0.528333 4.01124 0.432226 4.254 0.55078C4.49676 0.669333 4.59516 0.957654 4.47378 1.19476L3.27143 3.54345C3.58807 3.54008 3.93356 3.54008 4.31071 3.54008H7.68929C8.06642 3.54008 8.4119 3.54008 8.72852 3.54345L7.52618 1.19476C7.4048 0.957654 7.5032 0.669333 7.74596 0.55078Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.466462 8.18463C0.330824 7.56639 0.214726 7.03722 0.132281 6.58005H11.8677C11.7853 7.03721 11.6692 7.56637 11.5335 8.18459L11.2527 9.46462C10.9336 10.919 10.7741 11.6462 10.2334 12.0731C9.69282 12.5 8.93137 12.5 7.40847 12.5H4.59153C3.06863 12.5 2.30718 12.5 1.76655 12.0731C1.22592 11.6462 1.06638 10.919 0.747285 9.46462L0.466462 8.18463ZM4.68947 7.54004C4.41806 7.54004 4.19803 7.75494 4.19803 8.02004C4.19803 8.28513 4.41806 8.50003 4.68947 8.50003H7.31048C7.5819 8.50003 7.80192 8.28513 7.80192 8.02004C7.80192 7.75494 7.5819 7.54004 7.31048 7.54004H4.68947Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-percent-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30544 1.22016C5.15933 1.34468 5.08626 1.40695 5.00824 1.45924C4.82937 1.57913 4.6285 1.66233 4.41726 1.70403C4.32511 1.72223 4.22942 1.72986 4.03805 1.74513C3.55722 1.78351 3.3168 1.80269 3.11622 1.87354C2.65231 2.0374 2.2874 2.40231 2.12354 2.86622C2.05269 3.0668 2.03351 3.30722 1.99513 3.78805C1.97986 3.97942 1.97223 4.07511 1.95403 4.16726C1.91233 4.3785 1.82913 4.57937 1.70924 4.75824C1.65695 4.83626 1.59468 4.90932 1.47016 5.05544C1.1573 5.42257 1.00086 5.60614 0.909129 5.79806C0.696957 6.24197 0.696957 6.75803 0.909129 7.20194C1.00086 7.39386 1.1573 7.57743 1.47016 7.94456C1.59467 8.09066 1.65695 8.16374 1.70924 8.24176C1.82913 8.42063 1.91233 8.6215 1.95403 8.83274C1.97223 8.92489 1.97986 9.02058 1.99513 9.21195C2.03351 9.69278 2.05269 9.9332 2.12354 10.1338C2.2874 10.5977 2.65231 10.9626 3.11622 11.1265C3.3168 11.1973 3.55722 11.2165 4.03805 11.2549C4.22942 11.2701 4.32511 11.2778 4.41726 11.296C4.6285 11.3377 4.82937 11.4209 5.00824 11.5408C5.08626 11.5931 5.15932 11.6553 5.30544 11.7798C5.67257 12.0927 5.85614 12.2491 6.04806 12.3409C6.49197 12.553 7.00803 12.553 7.45194 12.3409C7.64386 12.2491 7.82743 12.0927 8.19456 11.7798C8.34068 11.6553 8.41374 11.5931 8.49176 11.5408C8.67063 11.4209 8.8715 11.3377 9.08274 11.296C9.17489 11.2778 9.27058 11.2701 9.46195 11.2549C9.94278 11.2165 10.1832 11.1973 10.3838 11.1265C10.8477 10.9626 11.2126 10.5977 11.3765 10.1338C11.4473 9.9332 11.4665 9.69278 11.5049 9.21195C11.5201 9.02058 11.5278 8.92489 11.546 8.83274C11.5877 8.6215 11.6709 8.42063 11.7908 8.24176C11.8431 8.16374 11.9053 8.09068 12.0298 7.94456C12.3427 7.57743 12.4991 7.39386 12.5909 7.20194C12.803 6.75803 12.803 6.24197 12.5909 5.79806C12.4991 5.60614 12.3427 5.42257 12.0298 5.05544C11.9053 4.90932 11.8431 4.83626 11.7908 4.75824C11.6709 4.57937 11.5877 4.3785 11.546 4.16726C11.5278 4.07511 11.5201 3.97942 11.5049 3.78805C11.4665 3.30722 11.4473 3.0668 11.3765 2.86622C11.2126 2.40231 10.8477 2.0374 10.3838 1.87354C10.1832 1.80269 9.94278 1.78351 9.46195 1.74513C9.27058 1.72986 9.17489 1.72223 9.08274 1.70403C8.8715 1.66233 8.67063 1.57913 8.49176 1.45924C8.41374 1.40695 8.34068 1.34468 8.19456 1.22016C7.82743 0.907297 7.64386 0.750863 7.45194 0.659129C7.00803 0.446957 6.49197 0.446957 6.04806 0.659129C5.85614 0.750863 5.67257 0.9073 5.30544 1.22016ZM9.04855 4.20175C9.23925 4.39245 9.23925 4.70164 9.04855 4.89234L5.14202 8.79887C4.95132 8.98956 4.64214 8.98956 4.45144 8.79887C4.26074 8.60817 4.26074 8.29898 4.45144 8.10828L8.35796 4.20175C8.54866 4.01106 8.85785 4.01106 9.04855 4.20175ZM9.0288 8.12803C9.0288 8.48762 8.7373 8.77912 8.37771 8.77912C8.01813 8.77912 7.72662 8.48762 7.72662 8.12803C7.72662 7.76844 8.01813 7.47694 8.37771 7.47694C8.7373 7.47694 9.0288 7.76844 9.0288 8.12803ZM5.12227 5.52368C5.48186 5.52368 5.77336 5.23218 5.77336 4.87259C5.77336 4.513 5.48186 4.2215 5.12227 4.2215C4.76269 4.2215 4.47118 4.513 4.47118 4.87259C4.47118 5.23218 4.76269 5.52368 5.12227 5.52368Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-weight-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.18448 3.2556C3.18442 3.25274 3.18439 3.24987 3.18439 3.24699V2.66867C3.18439 1.47095 4.15534 0.5 5.35307 0.5C6.5508 0.5 7.52174 1.47095 7.52174 2.66867V3.24699C7.52174 3.24987 7.52172 3.25274 7.52166 3.2556C8.26609 3.27795 8.72161 3.35825 9.06938 3.64688C9.55121 4.04676 9.67813 4.72365 9.93196 6.07741L10.3657 8.39066C10.7226 10.2943 10.9011 11.2461 10.3808 11.8731C9.86045 12.5 8.89205 12.5 6.95524 12.5H3.75088C1.81407 12.5 0.845667 12.5 0.325349 11.8731C-0.194969 11.2461 -0.0165035 10.2943 0.340428 8.39066L0.774162 6.07741C1.02799 4.72365 1.15491 4.04676 1.63674 3.64688C1.98451 3.35825 2.44004 3.27795 3.18448 3.2556ZM4.05186 2.66867C4.05186 1.95004 4.63443 1.36747 5.35307 1.36747C6.0717 1.36747 6.65427 1.95004 6.65427 2.66867V3.24699C6.65427 3.24698 6.65427 3.24699 6.65427 3.24699C6.61074 3.24697 6.56649 3.24699 6.52151 3.24699H4.18461C4.13963 3.24699 4.09539 3.24699 4.05186 3.247C4.05186 3.247 4.05186 3.24701 4.05186 3.247V2.66867ZM3.31142 5.83186C3.48081 5.66247 3.75543 5.66247 3.92482 5.83186L5.35307 7.26011L6.7813 5.83187C6.95069 5.66249 7.22531 5.66249 7.3947 5.83187C7.56408 6.00126 7.56408 6.27588 7.3947 6.44526L5.96646 7.8735L7.39468 9.30172C7.56407 9.47111 7.56407 9.74573 7.39468 9.91512C7.2253 10.0845 6.95067 10.0845 6.78129 9.91512L5.35307 8.48689L3.92483 9.91513C3.75545 10.0845 3.48082 10.0845 3.31144 9.91513C3.14205 9.74575 3.14205 9.47112 3.31144 9.30174L4.73967 7.8735L3.31142 6.44525C3.14204 6.27587 3.14204 6.00124 3.31142 5.83186Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-card-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1318 6.10964C10.3075 5.94644 10.5925 5.94644 10.7682 6.10964L11.9682 7.22407C12.1439 7.38727 12.1439 7.65188 11.9682 7.81508C11.7925 7.97829 11.5075 7.97829 11.3318 7.81508L10.9 7.41407V9.74843C10.9 9.97924 10.6985 10.1663 10.45 10.1663C10.2015 10.1663 10 9.97924 10 9.74843V7.41407L9.5682 7.81508C9.39246 7.97829 9.10754 7.97829 8.9318 7.81508C8.75607 7.65188 8.75607 7.38727 8.9318 7.22407L10.1318 6.10964Z' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M5.05 0.833008H7.45C9.71274 0.833008 10.8441 0.833008 11.5471 1.48582C12.0532 1.95586 12.1949 2.63215 12.2346 3.75838H0.26543C0.305108 2.63215 0.446819 1.95586 0.952944 1.48582C1.65589 0.833008 2.78726 0.833008 5.05 0.833008Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.05 9.74843H7.45C8.08355 9.74843 8.62841 9.74843 9.1 9.7341V8.76559C8.80606 8.73525 8.5208 8.61542 8.29541 8.4061C7.7682 7.91648 7.7682 7.12266 8.29541 6.63305L9.49541 5.51863C10.0226 5.02901 10.8774 5.02901 11.4046 5.51863L12.2462 6.30025C12.25 5.99355 12.25 5.6582 12.25 5.29072C12.25 5.04447 12.25 4.81265 12.2489 4.5942H0.251131C0.25 4.81265 0.25 5.04447 0.25 5.29072C0.25 7.3921 0.25 8.4428 0.952944 9.09561C1.65589 9.74843 2.78726 9.74843 5.05 9.74843ZM2.2 7.51957C2.2 7.28877 2.40147 7.10166 2.65 7.10166H5.05C5.29853 7.10166 5.5 7.28877 5.5 7.51957C5.5 7.75038 5.29853 7.93749 5.05 7.93749H2.65C2.40147 7.93749 2.2 7.75038 2.2 7.51957ZM6.55 7.10166C6.30147 7.10166 6.1 7.28877 6.1 7.51957C6.1 7.75038 6.30147 7.93749 6.55 7.93749H7.45C7.69853 7.93749 7.9 7.75038 7.9 7.51957C7.9 7.28877 7.69853 7.10166 7.45 7.10166H6.55Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-send-btn-icon:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.63297 0.973042C9.6434 0.982312 9.65385 0.991605 9.66433 1.00092L12.9206 3.89539C13.5282 4.43544 14.0319 4.88313 14.3777 5.28954C14.7412 5.71668 15 6.17654 15 6.7456C15 7.31466 14.7412 7.77452 14.3777 8.20165C14.0319 8.60806 13.5282 9.05575 12.9206 9.59581L9.66433 12.4903C9.65385 12.4996 9.64339 12.5089 9.63297 12.5182C9.36977 12.7522 9.12413 12.9706 8.91192 13.1107C8.70352 13.2483 8.32457 13.4482 7.90006 13.2575C7.47555 13.0669 7.37317 12.6509 7.33755 12.4037C7.30129 12.152 7.30134 11.8233 7.3014 11.4711C7.3014 11.4572 7.3014 11.4432 7.3014 11.4292V10.1567C6.12385 10.2378 4.93058 10.5506 3.8868 11.0592C2.6594 11.6572 1.67915 12.5053 1.14717 13.5186C1.01705 13.7664 0.7346 13.8935 0.462802 13.8265C0.191004 13.7595 0 13.5157 0 13.2357C0 9.40577 1.12066 6.91196 2.72302 5.37881C4.11969 4.04245 5.82194 3.4941 7.3014 3.37934V2.06203C7.3014 2.04801 7.3014 2.03402 7.3014 2.02007C7.30134 1.66788 7.30129 1.33917 7.33755 1.08748C7.37317 0.840305 7.47555 0.424294 7.90006 0.23366C8.32457 0.0430251 8.70352 0.242889 8.91192 0.380482C9.12413 0.520594 9.36977 0.739013 9.63297 0.973042ZM8.52079 1.61593C8.61252 1.69453 8.72204 1.79149 8.85586 1.91044L12.0785 4.77497C12.7284 5.35266 13.1669 5.74433 13.4509 6.07818C13.7238 6.39879 13.7831 6.58603 13.7831 6.7456C13.7831 6.90517 13.7238 7.09241 13.4509 7.41302C13.1669 7.74687 12.7284 8.13854 12.0785 8.71623L8.85586 11.5808C8.72204 11.6997 8.61252 11.7967 8.52079 11.8753C8.5186 11.7545 8.5183 11.6082 8.5183 11.4292V9.52709C8.5183 9.19105 8.24589 8.91864 7.90985 8.91864C6.35825 8.91864 4.74587 9.2869 3.35376 9.96522C2.60835 10.3284 1.91443 10.7866 1.32555 11.3348C1.62472 8.86286 2.50878 7.268 3.5643 6.25807C4.87859 5.00054 6.53916 4.57256 7.90985 4.57256C8.24589 4.57256 8.5183 4.30015 8.5183 3.96411V2.06203C8.5183 1.88298 8.5186 1.73671 8.52079 1.61593Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}.settings-check-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.47626 0.5H8.02374C8.69975 0.5 9.03775 0.5 9.31036 0.597564C9.82729 0.782573 10.2331 1.21231 10.4079 1.75968C10.5 2.04833 10.5 2.40623 10.5 3.12204V11.5245C10.5 12.0395 9.92542 12.3127 9.56194 11.9706C9.3484 11.7696 9.0266 11.7696 8.81306 11.9706L8.53125 12.2358C8.15699 12.5881 7.59301 12.5881 7.21875 12.2358C6.84449 11.8835 6.28051 11.8835 5.90625 12.2358C5.53199 12.5881 4.96801 12.5881 4.59375 12.2358C4.21949 11.8835 3.65551 11.8835 3.28125 12.2358C2.90699 12.5881 2.34301 12.5881 1.96875 12.2358L1.68694 11.9706C1.4734 11.7696 1.1516 11.7696 0.938056 11.9706C0.574582 12.3127 0 12.0395 0 11.5245V3.12204C0 2.40623 0 2.04833 0.0921399 1.75968C0.266863 1.21231 0.672711 0.782573 1.18964 0.597564C1.46225 0.5 1.80025 0.5 2.47626 0.5ZM7.03468 4.39971C7.19561 4.21433 7.17995 3.92986 6.99971 3.76433C6.81948 3.59881 6.54291 3.61491 6.38199 3.8003L4.625 5.82435L4.11801 5.2403C3.95709 5.05491 3.68052 5.03881 3.50028 5.20433C3.32005 5.36986 3.30439 5.65433 3.46532 5.83971L4.29865 6.79971C4.38166 6.89533 4.50037 6.95001 4.625 6.95001C4.74963 6.95001 4.86834 6.89533 4.95135 6.79971L7.03468 4.39971ZM2.625 8.15C2.38338 8.15 2.1875 8.35148 2.1875 8.60001C2.1875 8.84853 2.38338 9.05 2.625 9.05H7.875C8.11662 9.05 8.3125 8.84853 8.3125 8.60001C8.3125 8.35148 8.11662 8.15 7.875 8.15H2.625Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-fixed-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.573583 6.98959C0.74611 7.59115 1.20977 8.05481 2.13709 8.98213L3.23487 10.0799C4.84826 11.6933 5.65496 12.5 6.65739 12.5C7.65983 12.5 8.46652 11.6933 10.0799 10.0799C11.6933 8.46652 12.5 7.65983 12.5 6.65739C12.5 5.65496 11.6933 4.84826 10.0799 3.23487L8.98213 2.13709C8.05481 1.20977 7.59115 0.74611 6.98959 0.573583C6.38802 0.401057 5.7491 0.5485 4.47125 0.843388L3.73434 1.01344C2.65928 1.26153 2.12175 1.38558 1.75367 1.75367C1.38558 2.12175 1.26153 2.65928 1.01344 3.73434L0.843388 4.47125C0.5485 5.7491 0.401057 6.38802 0.573583 6.98959ZM5.37404 3.66259C5.84659 4.13514 5.84659 4.90129 5.37404 5.37385C4.90148 5.8464 4.13533 5.8464 3.66278 5.37385C3.19022 4.90129 3.19022 4.13514 3.66278 3.66259C4.13533 3.19003 4.90148 3.19003 5.37404 3.66259ZM10.7307 6.53064L6.54325 10.7182C6.36752 10.8939 6.0826 10.8939 5.90686 10.7182C5.73112 10.5425 5.73111 10.2575 5.90685 10.0818L10.0942 5.89426C10.27 5.71852 10.5549 5.71851 10.7306 5.89425C10.9064 6.06998 10.9064 6.3549 10.7307 6.53064Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}.settings-user-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4767 8.87209C14.7657 8.87209 15 9.10636 15 9.39535V9.43471C15 10.7169 15 11.7324 14.8932 12.5272C14.7832 13.3452 14.5515 14.0073 14.0294 14.5294C13.5073 15.0515 12.8452 15.2832 12.0272 15.3932C11.2324 15.5 10.2169 15.5 8.93471 15.5H8.89535C8.60636 15.5 8.37209 15.2657 8.37209 14.9767C8.37209 14.6878 8.60636 14.4535 8.89535 14.4535C10.2257 14.4535 11.1708 14.4524 11.8878 14.356C12.5897 14.2616 12.9941 14.0846 13.2894 13.7894C13.5846 13.4941 13.7616 13.0897 13.856 12.3878C13.9524 11.6708 13.9535 10.7257 13.9535 9.39535C13.9535 9.10636 14.1878 8.87209 14.4767 8.87209Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.523256 8.87209C0.812243 8.87209 1.04651 9.10636 1.04651 9.39535C1.04651 10.7257 1.04762 11.6708 1.14402 12.3878C1.23839 13.0897 1.41537 13.4941 1.71063 13.7894C2.00589 14.0846 2.4103 14.2616 3.11222 14.356C3.8292 14.4524 4.77431 14.4535 6.10465 14.4535C6.39364 14.4535 6.62791 14.6878 6.62791 14.9767C6.62791 15.2657 6.39364 15.5 6.10465 15.5H6.0653C4.78314 15.5 3.76758 15.5 2.97277 15.3932C2.15481 15.2832 1.49275 15.0515 0.970635 14.5294C0.448521 14.0073 0.216812 13.3452 0.106839 12.5272C-1.96472e-05 11.7324 -1.08371e-05 10.7169 2.24382e-07 9.43471C3.49136e-07 9.42162 4.73889e-07 9.4085 4.73889e-07 9.39535C4.73889e-07 9.10636 0.23427 8.87209 0.523256 8.87209Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.06529 0.5L6.10465 0.5C6.39364 0.5 6.62791 0.73427 6.62791 1.02326C6.62791 1.31224 6.39364 1.54651 6.10465 1.54651C4.77431 1.54651 3.8292 1.54762 3.11222 1.64402C2.4103 1.73839 2.00589 1.91537 1.71063 2.21063C1.41537 2.50589 1.23839 2.9103 1.14402 3.61222C1.04762 4.3292 1.04651 5.27431 1.04651 6.60465C1.04651 6.89364 0.812243 7.12791 0.523256 7.12791C0.23427 7.12791 4.73889e-07 6.89364 4.73889e-07 6.60465L2.24382e-07 6.56529C-1.08371e-05 5.28313 -1.96472e-05 4.26758 0.106839 3.47277C0.216812 2.65481 0.448521 1.99275 0.970635 1.47064C1.49275 0.948521 2.15481 0.716812 2.97278 0.606839C3.76758 0.49998 4.78313 0.499989 6.06529 0.5Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8878 1.64402C11.1708 1.54762 10.2257 1.54651 8.89535 1.54651C8.60636 1.54651 8.37209 1.31224 8.37209 1.02326C8.37209 0.73427 8.60636 0.5 8.89535 0.5C8.9085 0.5 8.92162 0.5 8.93471 0.5C10.2169 0.499989 11.2324 0.49998 12.0272 0.606839C12.8452 0.716812 13.5073 0.948521 14.0294 1.47064C14.5515 1.99275 14.7832 2.65481 14.8932 3.47277C15 4.26758 15 5.28314 15 6.5653V6.60465C15 6.89364 14.7657 7.12791 14.4767 7.12791C14.1878 7.12791 13.9535 6.89364 13.9535 6.60465C13.9535 5.27431 13.9524 4.3292 13.856 3.61222C13.7616 2.9103 13.5846 2.50589 13.2894 2.21063C12.9941 1.91537 12.5897 1.73839 11.8878 1.64402Z' fill='white' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.53164 3.03164C1.91861 3.64467 1.91861 4.63133 1.91861 6.60465V9.39535C1.91861 11.3687 1.91861 12.3553 2.53164 12.9684C3.14467 13.5814 4.13133 13.5814 6.10465 13.5814H8.89535C10.8687 13.5814 11.8553 13.5814 12.4684 12.9684C13.0814 12.3553 13.0814 11.3687 13.0814 9.39535V6.60465C13.0814 4.63133 13.0814 3.64467 12.4684 3.03164C11.8553 2.41861 10.8687 2.41861 8.89535 2.41861H6.10465C4.13133 2.41861 3.14467 2.41861 2.53164 3.03164ZM5.30078 9.90759C5.45136 9.70445 5.7381 9.66184 5.94125 9.81241C6.38587 10.142 6.92256 10.3328 7.5 10.3328C8.07744 10.3328 8.61413 10.142 9.05875 9.81241C9.2619 9.66184 9.54864 9.70445 9.69922 9.90759C9.84979 10.1107 9.80718 10.3975 9.60404 10.5481C9.01041 10.9881 8.28443 11.2485 7.5 11.2485C6.71557 11.2485 5.98959 10.9881 5.39596 10.5481C5.19282 10.3975 5.15021 10.1107 5.30078 9.90759ZM9.94186 6.82267C9.94186 7.3284 9.66855 7.73837 9.3314 7.73837C8.99425 7.73837 8.72093 7.3284 8.72093 6.82267C8.72093 6.31695 8.99425 5.90698 9.3314 5.90698C9.66855 5.90698 9.94186 6.31695 9.94186 6.82267ZM5.6686 7.73837C6.00576 7.73837 6.27907 7.3284 6.27907 6.82267C6.27907 6.31695 6.00576 5.90698 5.6686 5.90698C5.33145 5.90698 5.05814 6.31695 5.05814 6.82267C5.05814 7.3284 5.33145 7.73837 5.6686 7.73837Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E")}@media (max-width: 1199px){.add-accounts-prices .select-item__title:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5798 4.21031C11.5798 6.5356 9.69452 8.42062 7.36894 8.42062C5.04337 8.42062 3.15812 6.5356 3.15812 4.21031C3.15812 1.88502 5.04337 0 7.36894 0C9.69452 0 11.5798 1.88502 11.5798 4.21031Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M14.7379 15.7897C14.7379 18.115 11.4387 20 7.36894 20C3.29919 20 0 18.115 0 15.7897C0 13.4644 3.29919 11.5794 7.36894 11.5794C11.4387 11.5794 14.7379 13.4644 14.7379 15.7897Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M20 15.7891C20 17.5331 17.8572 18.9468 15.2409 18.9468C16.0117 18.1044 16.5417 17.047 16.5417 15.7906C16.5417 14.5327 16.0105 13.4743 15.2382 12.6314C17.8545 12.6314 20 14.0452 20 15.7891Z' fill='white' fill-opacity='0.85'/%3E%3Cpath d='M16.8419 4.21108C16.8419 5.95505 15.4279 7.36881 13.6838 7.36881C13.3034 7.36881 12.9388 7.30159 12.6011 7.17838C13.0991 6.30254 13.3836 5.28943 13.3836 4.20991C13.3836 3.13118 13.0996 2.11877 12.6022 1.24337C12.9396 1.12042 13.3038 1.05335 13.6838 1.05335C15.4279 1.05335 16.8419 2.46711 16.8419 4.21108Z' fill='white' fill-opacity='0.85'/%3E%3C/svg%3E")}}.report-button.disabled{opacity:.5}.vendor-reports-count{display:inline-flex;align-items:center;gap:2px;color:var(--red)}.vendor-reports-count.zero{opacity:.1;color:#fff}
