.styles_root__RB1Dt{background:var(--color-overlay);min-height:100vh;display:flex;flex-direction:column}.kux-text{color:var(--kux-text);word-break:break-word;margin:0}.kux-text_link{color:var(--kux-brandGreen)}.kux-loading{display:inline-flex;justify-content:center;align-items:center}.kux-loading.is-full-screen{position:fixed;top:0;right:0;bottom:0;left:0}.kux-loading.is-blur{background:rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kux-loading-box{position:relative}.kux-loading.is-huge .kux-loading-box{width:80px;height:80px}.kux-loading.is-large .kux-loading-box{width:48px;height:48px}.kux-loading.is-medium .kux-loading-box{width:36px;height:36px}.kux-loading.is-small .kux-loading-box{width:24px;height:24px}.kux-loading.is-brand{color:var(--kux-brandGreen)}.kux-loading-circle{animation:kux-spin 706ms linear infinite}.kux-loading-brand,.kux-loading-circle{display:block;width:100%;height:100%}.kux-button{position:relative;overflow:hidden;border:none;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:scale(1)}.kux-button-content{text-align:left;font-style:normal;font-weight:600;vertical-align:middle;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kux-button-content-align-center{text-align:center}.kux-button-full{width:100%}.kux-button-fill{width:4px;height:100%;flex-shrink:0}.kux-button-ico{display:flex;align-items:center;justify-content:center}.kux-button:focus{outline:none}.kux-button:active.is-normal,.kux-button:hover{opacity:.9}.kux-button:active.is-click:not(.kux-button:active.is-disabled):not(.kux-button:active.is-loading){transform:scale(.995);transition:cubic-bezier(.2,0,0,1)}.kux-button.is-disabled{opacity:.4;cursor:not-allowed;transform:none}.kux-button.kux-button-primary{background-color:var(--kux-buttonColorPrimary);color:var(--kux-textEmphasize)}.kux-button.kux-button-default{color:var(--kux-text);background-color:var(--kux-cover4)}[data-theme=dark] .kux-button.kux-button-default{background-color:var(--kux-cover8)}.kux-button.kux-button-default.is-disabled{opacity:.4}.kux-button.kux-button-default:hover{background-color:var(--kux-cover8)}.kux-button.kux-button-default:active{background-color:var(--kux-cover12)}.kux-button.kux-button-danger{background-color:var(--kux-brandRed);color:#f3f3f3}.kux-button.kux-button-outlined{color:var(--kux-text);border:1px solid var(--kux-text);background-color:transparent}.kux-button.kux-button-outlined:hover{background-color:var(--kux-cover4)}.kux-button.kux-button-outlined:active{background-color:var(--kux-cover8)}.kux-button.kux-button-text{border-radius:0;border:none;color:var(--kux-text);background:transparent}.kux-button.kux-button-primary-text{border-radius:0;border:none;color:var(--kux-brandGreen);background:transparent}.kux-button.kux-button-start-ico.kux-button-mini{padding:5.5px 14px 5.5px 12px}[dir=rtl] .kux-button.kux-button-start-ico.kux-button-mini{padding:5.5px 12px 5.5px 14px}.kux-button.kux-button-start-ico.kux-button-small{padding:7.5px 16px 7.5px 14px}[dir=rtl] .kux-button.kux-button-start-ico.kux-button-small{padding:7.5px 14px 7.5px 16px}.kux-button.kux-button-start-ico.kux-button-basic{padding:10px 24px 10px 22px}[dir=rtl] .kux-button.kux-button-start-ico.kux-button-basic{padding:10px 22px 10px 24px}.kux-button.kux-button-start-ico.kux-button-large{padding:14px 28px 14px 26px}[dir=rtl] .kux-button.kux-button-start-ico.kux-button-large{padding:14px 26px 14px 28px}.kux-button.kux-button-start-ico.kux-button-huge{padding:17px 32px 17px 30px}[dir=rtl] .kux-button.kux-button-start-ico.kux-button-huge{padding:17px 30px 17px 32px}.kux-button.kux-button-end-ico.kux-button-mini{padding:5.5px 10px 5.5px 12px}[dir=rtl] .kux-button.kux-button-end-ico.kux-button-mini{padding:5.5px 12px 5.5px 10px}.kux-button.kux-button-end-ico.kux-button-small{padding:7.5px 14px 7.5px 16px}[dir=rtl] .kux-button.kux-button-end-ico.kux-button-small{padding:7.5px 16px 7.5px 14px}.kux-button.kux-button-end-ico.kux-button-basic{padding:10px 22px 10px 24px}[dir=rtl] .kux-button.kux-button-end-ico.kux-button-basic{padding:10px 24px 10px 22px}.kux-button.kux-button-end-ico.kux-button-large{padding:14px 26px 14px 28px}[dir=rtl] .kux-button.kux-button-end-ico.kux-button-large{padding:14px 28px 14px 26px}.kux-button.kux-button-end-ico.kux-button-huge{padding:17px 30px 17px 32px}[dir=rtl] .kux-button.kux-button-end-ico.kux-button-huge{padding:17px 32px 17px 30px}.kux-button .kux-button-loading{display:inline-flex;align-items:center;justify-content:center}.kux-button.kux-button-mini{height:28px;padding:5.5px 14px;border-radius:20px;line-height:1.4}.kux-button.kux-button-mini .kux-button-content{font-size:12px}.kux-button.kux-button-mini .kux-icon{width:16px;height:16px}.kux-button.kux-button-mini.kux-button-primary-text,.kux-button.kux-button-mini.kux-button-text{padding:5.5px 12px}.kux-button.kux-button-mini .kux-button-loading{width:16px;height:16px}.kux-button.kux-button-small{height:32px;padding:7.5px 16px;border-radius:20px;line-height:1.4}.kux-button.kux-button-small .kux-icon{width:16px;height:16px}.kux-button.kux-button-small .kux-button-content{font-size:12px}.kux-button.kux-button-small .kux-button-loading{width:16px;height:16px}.kux-button.kux-button-small.kux-button-primary-text,.kux-button.kux-button-small.kux-button-text{padding:5.5px 12px}.kux-button.kux-button-basic{height:40px;padding:10px 24px;border-radius:24px}.kux-button.kux-button-basic .kux-icon{width:16px;height:16px}.kux-button.kux-button-basic .kux-button-content{font-size:14px}.kux-button.kux-button-basic .kux-button-loading{width:20px;height:20px}.kux-button.kux-button-basic.kux-button-primary-text,.kux-button.kux-button-basic.kux-button-text{padding:10px 12px}.kux-button.kux-button-large{height:48px;padding:14px 28px;border-radius:32px}.kux-button.kux-button-large .kux-icon{width:16px;height:16px}.kux-button.kux-button-large .kux-button-content{font-size:14px}.kux-button.kux-button-large .kux-button-loading{width:20px;height:20px}.kux-button.kux-button-large.kux-button-primary-text,.kux-button.kux-button-large.kux-button-text{padding:9px 12px}.kux-button.kux-button-huge{height:56px;padding:17px 32px;border-radius:32px}.kux-button.kux-button-huge .kux-icon{width:20px;height:20px}.kux-button.kux-button-huge .kux-button-content{font-size:16px}.kux-button.kux-button-huge .kux-button-loading{width:24px;height:24px}.kux-button.kux-button-huge .kux-button-fill{width:6px}.kux-button.kux-button-huge.kux-button-primary-text,.kux-button.kux-button-huge.kux-button-text{padding:9px 12px}.kux-spacer.is-horizontal{width:var(--kux-space,auto);min-width:var(--kux-space-min,0);flex:var(--kux-space-flex,1 0 0%)}.kux-spacer.is-vertical{height:var(--kux-space,auto);min-height:var(--kux-space-min,0);flex:var(--kux-space-flex,1 0 0%)}.kux-stack{display:flex;align-items:center;justify-content:center}.kux-stack.is-horizontal{flex-direction:row}.kux-stack.is-vertical{flex-direction:column}.kux-modal{height:100%;width:100%;align-items:center;display:flex;justify-content:center}.kux-modal,.kux-modal-mask{position:fixed;top:0;left:0}.kux-modal-mask{right:0;bottom:0;background-color:var(--kux-mask);opacity:1}.kux-modal-mask.is-hidden{opacity:0;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.kux-modal.is-opening .kux-modal-mask{animation:kux-fade-in .3s cubic-bezier(.05,.7,.1,1) both}.kux-modal.is-closing .kux-modal-mask{animation:kux-fade-out .23s cubic-bezier(.3,0,1,1) both}.kux-modal-body{min-width:319px;width:100%;max-height:480px;min-height:200px;display:flex;flex-direction:column;animation-fill-mode:both;position:relative;margin:auto 28px;border-radius:20px;background-color:var(--kux-bulletLayer);transition:opacity .3s ease-in}.kux-modal-body.is-small{width:400px}.kux-modal-body.is-small .kux-modal-content{padding:0 24px 16px}@media (min-width:768px){.kux-modal-body.is-small .kux-modal-content{padding:0 32px 16px}}.kux-modal-body.is-small .kux-modal-footer{padding:16px 24px 32px}@media (min-width:768px){.kux-modal-body.is-small .kux-modal-footer{padding:16px 32px 32px}}.kux-modal-body.is-small .kux-modal-footer-tiny-padding{padding-bottom:16px}.kux-modal-body.is-medium{width:520px}.kux-modal-body.is-medium .kux-modal-content{padding:0 24px 16px}@media (min-width:768px){.kux-modal-body.is-medium .kux-modal-content{padding:0 32px 24px}}.kux-modal-body.is-medium .kux-modal-footer{padding:16px 24px 32px}@media (min-width:768px){.kux-modal-body.is-medium .kux-modal-footer{padding:20px 32px}}.kux-modal-body.is-medium .kux-modal-footer-tiny-padding{padding-bottom:16px}.kux-modal-body.is-large{width:640px}.kux-modal-body.is-large .kux-modal-content{padding:16px 24px 32px}@media (min-width:768px){.kux-modal-body.is-large .kux-modal-content{padding:0 32px 32px}}.kux-modal-body.is-large .kux-modal-footer{padding:16px 24px 20px}@media (min-width:768px){.kux-modal-body.is-large .kux-modal-footer{padding:20px 32px}}.kux-modal-body.is-large .kux-modal-footer-tiny-padding{padding-bottom:16px}@media (min-width:768px){.kux-modal-body{max-height:700px;min-height:240px;border-radius:20px}.kux-modal-body .kux-modal-footer-drawer{padding:20px 32px}}.kux-modal-body.is-mobile-transform{max-height:calc(100% - 64px);min-height:240px;border-radius:16px 16px 0 0}@media (min-width:768px){.kux-modal-body.is-mobile-transform{border-radius:16px}}.kux-modal-body.is-mobile-transform .kux-modal-footer{padding:16px 16px 12px}.kux-modal-body.is-mobile-drawer{width:100%;max-width:100%;min-height:240px;max-height:calc(100% - 64px);position:fixed;left:0;right:0;bottom:var(--kux-modal-drag-bottom);margin:auto}.kux-modal-body.is-mobile-drawer .kux-modal-footer{padding:16px 16px var(--kux-modal-safe-area-inset-bottom);border-radius:0}.kux-modal-body.is-drawer{position:fixed;width:auto;max-width:100%;min-width:320px;max-height:100%;height:100%;border-radius:0;margin:0}.kux-modal-body.is-drawer.is-right{right:0;left:unset}.kux-modal-body.is-drawer.is-left{left:0;right:unset}.kux-modal-body-draggable-bar{position:absolute;width:100%;top:-22px;left:50%;transform:translateX(-50%);height:12px;background-color:transparent;padding:10px 0}.kux-modal-body-draggable-bar:before{content:"";display:block;width:64px;height:4px;border-radius:200px;background-color:var(--kux-bulletLayer);margin:0 auto}.kux-modal.is-mobile-drawer.is-opening .kux-modal-body,.kux-modal.is-modal.is-opening .kux-modal-body{animation:kux-fade-in .3s ease-out both}.kux-modal.is-mobile-drawer.is-closing .kux-modal-body,.kux-modal.is-modal.is-closing .kux-modal-body{animation:kux-dlg-slide-out-to-bottom .23s cubic-bezier(.3,0,1,1) both}.kux-modal.is-drawer.is-opening .kux-modal-body.is-right{animation:kux-slide-in-from-right .27s cubic-bezier(.05,.7,.1,1) both}.kux-modal.is-drawer.is-opening .kux-modal-body.is-left{animation:kux-slide-in-from-left .27s cubic-bezier(.05,.7,.1,1) both}.kux-modal.is-drawer.is-closing .kux-modal-body.is-right{animation:kux-slide-out-to-right .23s cubic-bezier(.3,0,1,1) both}.kux-modal.is-drawer.is-closing .kux-modal-body.is-left{animation:kux-slide-out-to-left .23s cubic-bezier(.3,0,1,1) both}.kux-modal-header{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:24px 24px 12px;box-sizing:border-box;height:auto;color:var(--kux-text)}@media (min-width:768px){.kux-modal-header{padding:32px 32px 24px}}.kux-modal-header-mobile-drawer{border-radius:16px 16px 0 0;padding:24px 16px 12px}@media (min-width:1200px){.kux-modal-header-mobile-drawer{padding:24px 32px}}.kux-modal-header-drawer{border-radius:0;padding:16px}@media (min-width:768px){.kux-modal-header-drawer{padding:24px 32px}}.kux-modal-header-title{flex-grow:1;font-weight:600;font-size:18px;line-height:130%;overflow-wrap:break-word}@media (min-width:768px){.kux-modal-header-title{font-weight:700;font-size:20px;line-height:140%}}.kux-modal-header-icon{flex-basis:auto;flex-shrink:0;align-self:flex-start;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid var(--kux-cover8);border-radius:100%;cursor:pointer}.kux-modal-header-icon .kux-modal-header-back-ico{width:16px;height:16px;color:var(--kux-icon60)}@media (min-width:768px){.kux-modal-header-icon .kux-modal-header-back-ico{width:18px;height:18px;color:var(--kux-text)}}.kux-modal-header-icon .kux-modal-header-close-ico{width:9px;height:9px;color:var(--kux-icon60)}@media (min-width:768px){.kux-modal-header-icon .kux-modal-header-close-ico{width:10px;height:10px;color:var(--kux-text)}.kux-modal-header-icon{border:2px solid var(--kux-cover8);width:28px;height:28px}}.kux-modal.kux-modal-show-back .kux-modal-header-title{text-align:center}@media (min-width:768px){.kux-modal.kux-modal-show-back .kux-modal-header-title{text-align:left}}.kux-modal-header-full-mode{padding:12px 16px}.kux-modal-header-full-mode-close{width:20px;height:20px;cursor:pointer}.kux-modal-header-full-mode-skip{cursor:pointer}.kux-modal-content{overflow-y:auto;font-size:16px;height:100%;padding:0 24px 16px;color:var(--kux-text60);flex:1 1}.kux-modal-body.is-mobile-drawer .kux-modal-content{padding:0 16px}@media (min-width:1200px){.kux-modal-body.is-mobile-drawer .kux-modal-content{padding:0 24px}}.kux-modal-body.is-drawer .kux-modal-content{padding:24px 16px}@media (min-width:768px){.kux-modal-body.is-drawer .kux-modal-content{padding:24px 32px}}.kux-modal-footer{display:flex;justify-content:flex-end;width:100%;box-sizing:border-box;border-top:none;border-radius:0 0 16px 16px}@media (min-width:768px){.kux-modal-footer{border-radius:0 0 16px 16px}}.kux-modal-footer-vertical{flex-direction:column-reverse}.kux-modal-footer-horizontal{flex-direction:row}.kux-modal-footer-fill{width:12px}.kux-modal-footer-centered{justify-content:space-between}.kux-modal-footer-drawer{border-radius:0;margin-top:auto}.kux-modal .kux-modal-preview{width:100%}.kux-modal-divider{height:1px;background-color:var(--kux-divider8)}.kux-modal-full-mode .kux-modal-body{width:100%;height:100%;border-radius:0;max-height:100%;margin:0}.kux-modal-simple-mode .kux-modal-content{padding:0}.kux-modal-simple-mode-close{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:34px;height:34px;display:flex;flex-basis:auto;flex-shrink:0;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.2);border-radius:100%;cursor:pointer;margin:0 auto -58px}.kux-modal-simple-mode-close-ico{width:12px;height:12px;color:#fff}@keyframes kux-dialog-spring-in{0%{transform:translateY(100px)}to{transform:translateY(0)}}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-family:Kufox Sans,PingFang SC,-apple-system,system-ui,BlinkMacSystemFont,Microsoft YaHei,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.4;-moz-tab-size:4;tab-size:4;-webkit-font-smoothing:antialiased}body{margin:0}code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-size:100%}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}[dir=rtl] .kux-text-start{text-align:right}[dir=ltr] .kux-text-start,[dir=rtl] .kux-text-end{text-align:left}[dir=ltr] .kux-text-end{text-align:right}.kux-text-center{text-align:center}.kux-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kux-ellipsis-2{-webkit-line-clamp:2}.kux-ellipsis-2,.kux-ellipsis-3{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.kux-ellipsis-3{-webkit-line-clamp:3}.kux-leading-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl;text-align:left}[dir=rtl] .kux-leading-ellipsis{direction:ltr;text-align:right}.kux-inverted,[dir=rtl] .kux-inverted-rtl{transform:rotate(180deg)}[dir=ltr] .kux-inverted-rtl{transform:rotate(0)}.kux-flip,[dir=rtl] .kux-flip-rtl{transform:scaleX(-1)}[dir=rtl] .kux-flip-rtl.kux-inverted{transform:rotate(180deg) scaleX(-1)}[dir=ltr] .kux-flip-rtl{transform:scaleX(1)}[dir=ltr] .kux-flip-rtl.kux-inverted{transform:rotate(180deg) scaleX(1)}:root,[data-theme=light]{--kux-buttonColorPrimary:#1D1D1D;--kux-buttonColorSecondary:rgba(29,29,29,0.04);--kux-buttonTextPrimary:#FFFFFF;--kux-buttonTextSecondary:#1D1D1D;--kux-brandGreen:#00B47D;--kux-brandGreen60:rgba(0,180,125,0.6);--kux-brandGreen40:rgba(0,180,125,0.4);--kux-brandGreen20:rgba(0,180,125,0.2);--kux-brandGreen12:rgba(0,180,125,0.12);--kux-brandGreen8:rgba(0,180,125,0.08);--kux-brandGreen4:rgba(0,180,125,0.04);--kux-text:#1D1D1D;--kux-text60:rgba(29,29,29,0.6);--kux-text40:rgba(29,29,29,0.48);--kux-text30:rgba(29,29,29,0.3);--kux-text20:rgba(29,29,29,0.2);--kux-textEmphasize:#FFFFFF;--kux-cover16:rgba(29,29,29,0.16);--kux-cover12:rgba(29,29,29,0.12);--kux-cover8:rgba(29,29,29,0.08);--kux-cover4:rgba(29,29,29,0.04);--kux-cover2:rgba(29,29,29,0.02);--kux-icon:#8C8C8C;--kux-icon60:rgba(140,140,140,0.6);--kux-icon40:rgba(140,140,140,0.4);--kux-icon20:rgba(140,140,140,0.2);--kux-toolTips:#2D2D2F;--kux-divider8:rgba(29,29,29,0.08);--kux-divider4:rgba(29,29,29,0.04);--kux-dividerBlock:#F9F9F9;--kux-dividerInfoDashLine:rgba(29,29,29,0.2);--kux-bulletLayer:#FFFFFF;--kux-bulletLayerToast:#6D6D6D;--kux-bulletLayerToastWeb:#222223;--kux-backgroundWeb:#F9F9F9;--kux-backgroundApp:#F9F9F9;--kux-backgroundOverlay:#FFFFFF;--kux-mask:rgba(0,13,29,0.3);--kux-brandRed:#F65454;--kux-brandRed60:rgba(246,84,84,0.6);--kux-brandRed40:rgba(246,84,84,0.4);--kux-brandRed20:rgba(246,84,84,0.2);--kux-brandRed12:rgba(246,84,84,0.12);--kux-brandRed8:rgba(246,84,84,0.08);--kux-brandRed4:rgba(246,84,84,0.04);--kux-complementaryYellow:#F8B200;--kux-complementaryYellow60:rgba(248,178,0,0.6);--kux-complementaryYellow40:rgba(248,178,0,0.4);--kux-complementaryYellow20:rgba(248,178,0,0.2);--kux-complementaryYellow12:rgba(248,178,0,0.12);--kux-complementaryYellow8:rgba(248,178,0,0.08);--kux-complementaryYellow4:rgba(248,178,0,0.04);--kux-walletGreen:#18CA51;--kux-walletGreen60:rgba(24,202,81,0.6);--kux-walletGreen40:rgba(24,202,81,0.4);--kux-walletGreen20:rgba(24,202,81,0.2);--kux-walletGreen12:rgba(24,202,81,0.12);--kux-walletGreen8:rgba(24,202,81,0.08);--kux-walletGreen4:rgba(24,202,81,0.04);--kux-illustrationGreen:#D3F475;--kux-illustrationGreen2:#25D17F}[data-theme=dark]{--kux-buttonColorPrimary:#F3F3F3;--kux-buttonColorSecondary:rgba(243,243,243,0.08);--kux-buttonTextPrimary:#1D1D1D;--kux-buttonTextSecondary:#F3F3F3;--kux-brandGreen:#00B47D;--kux-brandGreen60:rgba(0,180,125,0.6);--kux-brandGreen40:rgba(0,180,125,0.4);--kux-brandGreen20:rgba(0,180,125,0.2);--kux-brandGreen12:rgba(0,180,125,0.12);--kux-brandGreen8:rgba(0,180,125,0.08);--kux-brandGreen4:rgba(0,180,125,0.04);--kux-text:#F3F3F3;--kux-text60:rgba(243,243,243,0.6);--kux-text40:rgba(243,243,243,0.4);--kux-text30:rgba(243,243,243,0.3);--kux-text20:rgba(243,243,243,0.2);--kux-textEmphasize:#1D1D1D;--kux-cover16:rgba(243,243,243,0.16);--kux-cover12:rgba(243,243,243,0.12);--kux-cover8:rgba(243,243,243,0.08);--kux-cover4:rgba(243,243,243,0.04);--kux-cover2:rgba(243,243,243,0.02);--kux-icon:#8C8C8C;--kux-icon60:rgba(140,140,140,0.6);--kux-icon40:rgba(140,140,140,0.4);--kux-icon20:rgba(140,140,140,0.2);--kux-toolTips:#2D2D2F;--kux-divider8:rgba(243,243,243,0.08);--kux-divider4:rgba(243,243,243,0.04);--kux-dividerBlock:#000000;--kux-dividerInfoDashLine:rgba(243,243,243,0.2);--kux-bulletLayer:rgb(34,34,35);--kux-bulletLayerToast:#8C8C8C;--kux-bulletLayerToastWeb:#FFFFFF;--kux-backgroundWeb:#222222;--kux-backgroundApp:#121212;--kux-backgroundOverlay:#121212;--kux-mask:rgba(0,0,0,0.6);--kux-brandRed:#F65454;--kux-brandRed60:rgba(246,84,84,0.6);--kux-brandRed40:rgba(246,84,84,0.4);--kux-brandRed20:rgba(246,84,84,0.2);--kux-brandRed12:rgba(246,84,84,0.12);--kux-brandRed8:rgba(246,84,84,0.08);--kux-brandRed4:rgba(246,84,84,0.04);--kux-complementaryYellow:#F8B200;--kux-complementaryYellow60:rgba(248,178,0,0.6);--kux-complementaryYellow40:rgba(248,178,0,0.4);--kux-complementaryYellow20:rgba(248,178,0,0.2);--kux-complementaryYellow12:rgba(248,178,0,0.12);--kux-complementaryYellow8:rgba(248,178,0,0.08);--kux-complementaryYellow4:rgba(248,178,0,0.04);--kux-walletGreen:#0CC372;--kux-walletGreen60:rgba(12,195,114,0.6);--kux-walletGreen40:rgba(12,195,114,0.4);--kux-walletGreen20:rgba(12,195,114,0.2);--kux-walletGreen12:rgba(12,195,114,0.12);--kux-walletGreen8:rgba(12,195,114,0.08);--kux-walletGreen4:rgba(12,195,114,0.04);--kux-illustrationGreen:#D3F475;--kux-illustrationGreen2:#25D17F}.is-pause-animate *{animation-play-state:paused!important}.is-full-width{width:100%}.kux-pointer{cursor:pointer}.kux-highlight{color:var(--kux-brandGreen)}@keyframes kux-spin{to{transform:rotate(1turn)}}@keyframes kux-fade-in{0%{opacity:0}to{opacity:1}}@keyframes kux-fade-out{0%{opacity:1}to{opacity:0}}@keyframes kux-slide-in-from-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes kux-slide-in-from-left{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes kux-slide-in-from-right{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes kux-dlg-slide-out-to-bottom{to{transform:translateY(100px);opacity:0}}@keyframes kux-slide-out-to-left{to{transform:translateX(-100%);opacity:0}}@keyframes kux-slide-out-to-right{to{transform:translateX(100%);opacity:0}}@keyframes kux-popover-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes kux-popover-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.kux-status{display:flex;flex-direction:column;align-items:center;justify-content:center}.kux-status-icon{object-fit:contain}.kux-status.is-auto .kux-status-icon,.kux-status.is-small .kux-status-icon{width:136px;height:136px}.kux-status.is-auto .kux-status-title,.kux-status.is-small .kux-status-title{font-size:20px;font-weight:500;margin-top:8px;color:var(--kux-text)}.kux-status.is-auto .kux-status-description,.kux-status.is-small .kux-status-description{font-size:16px;color:var(--kux-text40);margin-top:8px}@media (min-width:1200px){.kux-status.is-auto .kux-status-icon{width:240px;height:240px}.kux-status.is-auto .kux-status-title{font-size:36px;font-weight:700}.kux-status.is-auto .kux-status-description{font-size:20px;color:var(--kux-text)}.kux-status.is-auto .kux-status-title+.kux-status-description{margin-top:12px}}.kux-status.is-medium .kux-status-icon{width:240px;height:240px}.kux-status.is-medium .kux-status-title{font-size:36px;font-weight:700}.kux-status.is-medium .kux-status-description{font-size:20px;color:var(--kux-text)}.kux-status.is-medium .kux-status-title+.kux-status-description{margin-top:12px}.kux-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:9999;pointer-events:none}@media (min-width:768px){.kux-toast{top:120px;transform:translateX(-50%)}}.kux-toast-item{background-color:var(--kux-bulletLayerToastWeb);color:var(--kux-bulletLayer);border-radius:4px;max-width:400px;pointer-events:auto;opacity:0;transform:translateY(-20px);max-height:0;overflow:hidden;margin-top:8px;margin-bottom:0;padding:0 16px}.kux-toast-item.is-entering{animation:toast-enter .3s cubic-bezier(.4,0,.2,1) forwards}.kux-toast-item.is-visible{opacity:1;transform:translateY(0);max-height:200px;margin-top:8px;margin-bottom:8px;padding-top:12px;padding-bottom:12px}.kux-toast-item.is-exiting{animation:toast-exit .3s cubic-bezier(.4,0,.2,1) forwards}.kux-toast-item.is-error{color:#fff;background-color:var(--kux-brandRed)}.kux-toast-item.is-warn{color:#fff;background-color:var(--kux-complementaryYellow)}@keyframes toast-enter{0%{opacity:0;transform:translateY(-20px);max-height:0;margin-top:8px;margin-bottom:0;padding-top:0;padding-bottom:0}to{opacity:1;transform:translateY(0);max-height:200px;margin-top:8px;margin-bottom:8px;padding-top:12px;padding-bottom:12px}}@keyframes toast-exit{0%{opacity:1;transform:translateY(0);max-height:200px;margin-top:8px;margin-bottom:8px;padding-top:12px;padding-bottom:12px}to{opacity:0;transform:translateY(-10px);max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}}.kux-collapse-panel{padding:0 16px;background-color:var(--kux-cover2);border-radius:16px}.kux-collapse-panel+.kux-collapse-panel{margin-top:24px}.kux-collapse-panel-header{font-size:16px;padding:16px 0;font-weight:500;color:var(--kux-text);cursor:pointer;transition:padding .3s cubic-bezier(.4,0,.2,1)}.kux-collapse-panel-header-icon{display:flex;align-items:center}[dir=rtl] .kux-collapse-panel-header-icon{margin-right:8px}[dir=ltr] .kux-collapse-panel-header-icon{margin-left:8px}.kux-collapse-panel-header .kux-icon{width:24px;height:24px}.kux-collapse-panel-content{box-sizing:border-box;height:0;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden;opacity:0;color:var(--kux-text40);font-size:16px}.kux-collapse-panel-content-inner{border-top:1px solid transparent;padding:16px 0}.kux-collapse-panel .triangle-icon{transform:rotate(0deg);transition:transform .3s}.kux-collapse-panel.active .triangle-icon{transform:rotate(-180deg)}.kux-collapse-panel.active .kux-collapse-panel-header{padding-bottom:16px}.kux-collapse-panel.active .kux-collapse-panel-content{opacity:1;height:var(--kux-collapse-panel-content-height,0)}.kux-collapse-panel.active .kux-collapse-panel-content-inner{border-color:var(--kux-cover4)}.kux-collapse.is-medium .kux-collapse-panel{padding:0 40px}.kux-collapse.is-medium .kux-collapse-panel-header{padding:32px 0;font-size:24px}.kux-collapse.is-medium .kux-collapse-panel-header .kux-icon{width:32px;height:32px}.kux-collapse.is-medium .kux-collapse-panel-content{font-size:18px}.kux-collapse.is-medium .kux-collapse-panel-content-inner{padding:24px 0 32px}.kux-collapse.is-medium .kux-collapse-panel.active .kux-collapse-panel-header{padding-bottom:24px}@media (min-width:768px){.kux-collapse.is-auto .kux-collapse-panel{padding:0 40px}.kux-collapse.is-auto .kux-collapse-panel-header{padding:32px 0;font-size:24px}.kux-collapse.is-auto .kux-collapse-panel-header .kux-icon{width:32px;height:32px}.kux-collapse.is-auto .kux-collapse-panel-content{font-size:18px}.kux-collapse.is-auto .kux-collapse-panel-content-inner{padding:24px 0 32px}.kux-collapse.is-auto .kux-collapse-panel.active .kux-collapse-panel-header{padding-bottom:24px}}.kux-divider{box-sizing:border-box;color:var(--kux-text60);background:none;margin:1em 0;border:none;font-size:12px;position:relative;display:flex;align-items:center}.kux-divider.is-horizontal{width:100%;min-width:0;height:auto;border:none}.kux-divider.is-vertical{display:inline-block;position:relative;margin:0 .5em;vertical-align:middle;border:none;height:1em;width:0;min-width:0;border-left:1px solid var(--kux-divider8)}.kux-divider-text{margin:0 1em}.kux-divider .kux-divider-line-end,.kux-divider .kux-divider-line-full,.kux-divider .kux-divider-line-start{border-top:1px solid var(--kux-divider8)}.kux-divider.is-center .kux-divider-line-end,.kux-divider.is-center .kux-divider-line-start,.kux-divider.is-start .kux-divider-line-end{flex:1 1}.kux-divider.is-start .kux-divider-line-start{flex-shrink:0;width:var(--kux-divider-orientation-margin,0)}.kux-divider.is-end .kux-divider-line-start{flex:1 1}.kux-divider.is-end .kux-divider-line-end{flex-shrink:0;width:var(--kux-divider-orientation-margin,0)}.kux-divider .kux-divider-line-full{flex:1 1}.kux-segmented{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;gap:4px;border-radius:8px;font-size:14px}.kux-segmented.is-full-width{display:flex}.kux-segmented.is-disabled{opacity:.6;pointer-events:none}.kux-segmented.is-plain{padding:0 20px}.kux-segmented.is-plain .kux-segmented-item{padding:9px 0;font-size:18px}[dir=rtl] .kux-segmented.is-plain .kux-segmented-item+.kux-segmented-item{margin-right:20px}[dir=ltr] .kux-segmented.is-plain .kux-segmented-item+.kux-segmented-item{margin-left:20px}.kux-segmented.is-plain.is-small .kux-segmented-item{font-size:16px}.kux-segmented.is-plain.is-large .kux-segmented-item{font-size:20px}.kux-segmented.is-filled{padding:4px}.kux-segmented.is-filled .kux-segmented-item{padding:6px 12px;border-radius:8px;font-size:14px}[dir=rtl] .kux-segmented.is-filled .kux-segmented-item+.kux-segmented-item{margin-right:4px}[dir=ltr] .kux-segmented.is-filled .kux-segmented-item+.kux-segmented-item{margin-left:4px}.kux-segmented.is-filled.is-small .kux-segmented-item{font-size:12px;padding:4.5px 10px;border-radius:6px}.kux-segmented.is-slider{background-color:var(--kux-cover4);padding:4px;border-radius:8px}.kux-segmented.is-slider .kux-segmented-item{padding:6px 12px;border-radius:6px;font-size:14px}.kux-segmented.is-slider.is-small .kux-segmented-item{padding:4px 8px;font-size:12px}.kux-segmented.is-slider.is-large .kux-segmented-item{font-size:16px}.kux-segmented.is-pill .kux-segmented-item{padding:8px 16px;border-radius:40px;border:1px solid var(--kux-divider8);font-size:14px}.kux-segmented.is-pill .kux-segmented-item.is-active{color:var(--kux-brandGreen);text-shadow:0 0 .25px currentcolor;border-color:var(--kux-brandGreen12)}[dir=rtl] .kux-segmented.is-pill .kux-segmented-item+.kux-segmented-item{margin-right:12px}[dir=ltr] .kux-segmented.is-pill .kux-segmented-item+.kux-segmented-item{margin-left:12px}.kux-segmented.is-pill.is-small .kux-segmented-item{padding:4.5px 10px;border-radius:24px;font-size:12px}[dir=rtl] .kux-segmented.is-pill.is-small .kux-segmented-item+.kux-segmented-item{margin-right:8px}[dir=ltr] .kux-segmented.is-pill.is-small .kux-segmented-item+.kux-segmented-item{margin-left:8px}.kux-segmented.is-underlined{padding:0 16px;border-bottom:.5px solid var(--kux-divider8);display:flex;width:100%;border-radius:0}.kux-segmented.is-underlined .kux-segmented-items{width:100%}.kux-segmented.is-underlined .kux-segmented-item{padding-top:10.5px;padding-bottom:7.5px;min-width:22px;font-size:16px;font-weight:500}[dir=rtl] .kux-segmented.is-underlined .kux-segmented-item+.kux-segmented-item{margin-right:20px}[dir=ltr] .kux-segmented.is-underlined .kux-segmented-item+.kux-segmented-item{margin-left:20px}.kux-segmented.is-underlined .kux-segmented-item.is-active{font-weight:600}.kux-segmented.is-underlined.is-mini .kux-segmented-item{padding-top:12.5px;padding-bottom:7.5px;font-size:14px}.kux-segmented.is-underlined.is-small .kux-segmented-item{padding-top:8.5px;padding-bottom:10.5px;font-size:14px}.kux-segmented.is-underlined.is-large .kux-segmented-item{padding-top:20px;padding-bottom:8px;font-size:20px;min-width:32px}[dir=rtl] .kux-segmented.is-underlined.is-large .kux-segmented-item+.kux-segmented-item{margin-right:24px}[dir=ltr] .kux-segmented.is-underlined.is-large .kux-segmented-item+.kux-segmented-item{margin-left:24px}.kux-segmented.is-underlined.is-huge .kux-segmented-item{padding-top:14px;padding-bottom:8px;font-size:24px;min-width:32px}[dir=rtl] .kux-segmented.is-underlined.is-huge .kux-segmented-item+.kux-segmented-item{margin-right:24px}[dir=ltr] .kux-segmented.is-underlined.is-huge .kux-segmented-item+.kux-segmented-item{margin-left:24px}.kux-segmented.is-justified-stretch .kux-segmented-item{flex:1 1}.kux-segmented.is-justified-auto{justify-content:space-between}.kux-segmented-items{position:relative;display:flex;overflow-x:auto}.kux-segmented-items::scrollbar{display:none}.kux-segmented-items{scrollbar-width:none}.kux-segmented-item{position:relative;flex-shrink:0;z-index:2;cursor:pointer;font-size:inherit;font-weight:400;color:var(--kux-text60);background:transparent;border:none;display:inline-flex;align-items:center;justify-content:center;outline:none;font-synthesis-weight:none;line-height:1.4}.kux-segmented-item.is-active{color:var(--kux-text);text-shadow:0 0 .25px currentcolor}.kux-segmented-item[disabled]{cursor:not-allowed;opacity:.4}.kux-segmented-label{position:relative;white-space:nowrap;transition:color .2s ease}.kux-segmented-indicator{position:absolute;border-radius:6px;z-index:1;will-change:transform,width,height,top,bottom,left}.kux-segmented-indicator.has-transition{transition-property:transform,width,height,top,bottom,left;transition-duration:.25s;transition-timing-function:cubic-bezier(.2,0,0,1)}.kux-segmented-indicator.is-plain{transition:none}.kux-segmented-indicator.is-filled{background-color:var(--kux-cover4)}.kux-segmented-indicator.is-pill{border-radius:40px;background-color:var(--kux-brandGreen8);border:1px solid transparent;transition:none}.kux-segmented-indicator.is-slider{background-color:var(--kux-backgroundOverlay)}.kux-segmented-indicator.is-underlined{position:absolute;bottom:0;left:0;right:0;top:auto;height:1.5px}.kux-segmented-indicator.is-underlined.is-huge,.kux-segmented-indicator.is-underlined.is-large{height:2px}.kux-segmented-indicator.is-underlined{z-index:0}.kux-segmented-indicator.is-underlined:after{content:"";position:absolute;top:0;bottom:0;border-radius:2px;background-color:currentColor;width:22px;margin:auto;left:0;right:0}.kux-segmented.is-underlined.is-huge .kux-segmented-indicator.is-underlined:after,.kux-segmented.is-underlined.is-large .kux-segmented-indicator.is-underlined:after{width:32px}.kux-segmented-pager{display:none;position:absolute;top:0;height:100%;align-items:center;color:var(--kux-icon60);z-index:3;background-color:var(--kux-backgroundOverlay);cursor:pointer}.kux-segmented-pager:after{content:"";position:absolute;top:0;bottom:0;width:80px;pointer-events:none}.kux-segmented-pager.is-left{left:0}.kux-segmented-pager.is-left:after{left:100%;background:linear-gradient(to right,var(--kux-backgroundOverlay) 0,transparent 100%)}.kux-segmented-pager.is-right{right:0}.kux-segmented-pager.is-right:after{right:100%;background:linear-gradient(270deg,var(--kux-backgroundOverlay) 0,transparent 100%)}.kux-segmented.can-scroll .kux-segmented-pager{display:flex;padding-top:10.5px;padding-bottom:7.5px;transition:opacity .1s ease}.kux-segmented.can-scroll[data-at=left] .kux-segmented-pager.is-left,.kux-segmented.can-scroll[data-at=right] .kux-segmented-pager.is-right{opacity:0}.kux-segmented.is-mini .kux-icon{width:16px;height:16px}.kux-segmented.is-mini .kux-segmented-pager{padding-top:12.5px;padding-bottom:7.5px}.kux-segmented.is-small .kux-icon{width:16px;height:16px}.kux-segmented.is-small .kux-segmented-pager{padding-top:8.5px;padding-bottom:10.5px}.kux-segmented.is-large .kux-icon,.kux-segmented.is-medium .kux-icon{width:20px;height:20px}.kux-segmented.is-large .kux-segmented-pager{padding-top:20px;padding-bottom:8px}.kux-segmented.is-huge .kux-segmented-pager{padding-top:14px;padding-bottom:8px}.kux-input{width:clamp(100px,100%,343px);display:flex;flex-direction:column;gap:4px}.kux-input .kux-input-core{position:relative;padding:0 16px;display:flex;align-items:center;border-radius:8px;height:56px}.kux-input .kux-input-small{height:48px}.kux-input .kux-input-search{padding:0 20px;height:48px}.kux-input .kux-input-search-small{height:40px}.kux-input .kux-input-search-mini{padding:0 14px;width:120px;height:28px}.kux-input .kux-input-search-mini .kux-input-fieldset-search{padding:0;top:0;right:0;bottom:0;left:0}.kux-input .kux-input-search-mini .kux-input-legend-search{display:none}.kux-input .kux-input-search-mini-allowclear{padding:0 8px 0 14px;width:120px;height:28px}.kux-input .kux-input-fieldset{position:absolute;top:-6px;right:-2px;bottom:0;left:-2px;pointer-events:none;border-radius:8px;border:1px solid var(--kux-cover12);overflow:hidden}.kux-input .kux-input-fieldset-search{border-radius:40px}.kux-input .kux-input-legend{padding:0;width:0;font-size:12px;visibility:hidden}.kux-input .kux-input-legend-float{width:calc(var(--kux-input-label-width) * .75 + 8px)}.kux-input .kux-input-label{display:inline-flex;font-size:16px;font-weight:400;color:var(--kux-text)}.kux-input .kux-input-label-outline{color:var(--kux-text);font-size:16px;font-style:normal;font-weight:500}.kux-input .kux-input-label-inline{position:absolute;top:0;left:0;transform-origin:left top;transform:translate(16px,16px);line-height:140%;transition:color .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1);color:var(--kux-text60)}.kux-input .kux-input-label-inline-small{transform:translate(16px,12px)}.kux-input .kux-input-label-inline-float{padding:0 6px;color:var(--kux-text);transform:translate(12px,-8px) scale(.75)}.kux-input .kux-input-filed{border:none;outline:none;padding:0;width:100%;height:100%;flex:1 1;box-sizing:border-box;background:transparent;font-size:16px;font-weight:500;color:var(--kux-text);caret-color:var(--kux-text)}.kux-input .kux-input-filed::placeholder{font-weight:400;color:var(--kux-text40)}.kux-input .kux-input-filed:-webkit-autofill,.kux-input .kux-input-filed:-webkit-autofill:hover{-webkit-transition-delay:99999s}.kux-input .kux-input-filed:-webkit-autofill:active,.kux-input .kux-input-filed:-webkit-autofill:focus{-webkit-transition-delay:99999s}.kux-input .kux-input-filed::-webkit-input-placeholder{color:var(--kux-text40);font-weight:400}.kux-input .kux-input-filed::-moz-placeholder{color:var(--kux-text40);font-weight:400}.kux-input .kux-input-filed:-ms-input-placeholder{color:var(--kux-text40);font-weight:400}.kux-input .kux-input-filed:-moz-placeholder{color:var(--kux-text40);font-weight:400}.kux-input .kux-input-filed::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.kux-input .kux-input-filed-search-mini{font-size:12px}.kux-input .kux-input-prefix{display:inline-flex;align-items:center;font-size:16px;font-style:normal;font-weight:400;color:var(--kux-text40);-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .kux-input .kux-input-prefix{margin-left:8px}[dir=ltr] .kux-input .kux-input-prefix{margin-right:8px}.kux-input .kux-input-prefix-search-icon{color:var(--kux-icon40)}.kux-input .kux-input-suffixbox{display:inline-flex;align-items:center;gap:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:16px;font-weight:400}[dir=rtl] .kux-input .kux-input-suffixbox{margin-right:8px}[dir=ltr] .kux-input .kux-input-suffixbox{margin-left:8px}.kux-input .kux-input-suffixbox-reverse{flex-direction:row-reverse}.kux-input .kux-input-suffix{display:inline-flex;align-items:center;color:var(--kux-text40)}.kux-input .kux-input-suffix svg{cursor:pointer;color:var(--kux-icon60)}.kux-input .kux-input-suffix .kux-input-clear-icon{cursor:pointer;color:var(--kux-icon40)}.kux-input .kux-input-addonafter{display:inline-flex;align-items:center;font-weight:400;color:var(--kux-brandGreen);cursor:pointer}.kux-input .kux-input-addonafter svg{cursor:pointer;color:var(--kux-icon60)}.kux-input .kux-input-addonafter .kux-input-loading-icon{color:var(--kux-brandGreen);cursor:auto;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.kux-input .kux-input-status-info{color:var(--kux-text);font-size:14px;font-style:normal;font-weight:400}.kux-input.kux-input-full{width:100%}.kux-input.kux-input-rtl .kux-input-label-inline{left:auto;right:0;transform-origin:right top;transform:translate(-16px,16px)}.kux-input.kux-input-rtl .kux-input-label-inline-small{transform:translate(-16px,12px)}.kux-input.kux-input-rtl .kux-input-label-inline-float{padding:0 6px;color:var(--kux-text);transform:translate(-12px,-8px) scale(.75)}.kux-input.kux-input-focus .kux-input-fieldset{border-color:var(--kux-text)}.kux-input.kux-input-focus .kux-input-legend-float{width:calc(var(--kux-input-label-width) * .75 + 8px)}.kux-input.kux-input-focus .kux-input-legend-outline,.kux-input.kux-input-focus .kux-input-legend-search{margin:0;padding:0;width:0;font-size:12px;visibility:hidden}.kux-input.kux-input-disable{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:not-allowed}.kux-input.kux-input-disable *{cursor:not-allowed}.kux-input.kux-input-disable .kux-input-filed,.kux-input.kux-input-disable .kux-input-label-outline,.kux-input.kux-input-disable .kux-input-prefix,.kux-input.kux-input-disable .kux-input-status-info,.kux-input.kux-input-disable .kux-input-suffixbox{opacity:.6}.kux-input.kux-input-disable .kux-input-label-inline{color:var(--kux-text40)}.kux-input.kux-input-disable .kux-input-fieldset{background:var(--kux-cover2)}.kux-input.kux-input-disable .kux-input-label-inline-float{background-color:var(--kux-backgroundOverlay)}.kux-input.kux-input-error .kux-input-fieldset{border-color:var(--kux-brandRed)}.kux-input.kux-input-error .kux-input-label,.kux-input.kux-input-error .kux-input-label-inline,.kux-input.kux-input-error .kux-input-label-inline-float,.kux-input.kux-input-error .kux-input-status-info{color:var(--kux-brandRed)}body .swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}body .swiper-vertical>.swiper-wrapper{flex-direction:column}body .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}body .swiper-android .swiper-slide,body .swiper-wrapper{transform:translateZ(0)}body .swiper-horizontal{touch-action:pan-y}body .swiper-vertical{touch-action:pan-x}body .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}body .swiper-slide-invisible-blank{visibility:hidden}body .swiper-autoheight,body .swiper-autoheight .swiper-slide{height:auto}body .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}body .swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}body .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}body .swiper-3d .swiper-wrapper{transform-style:preserve-3d}body .swiper-3d{perspective:1200px}body .swiper-3d .swiper-cube-shadow,body .swiper-3d .swiper-slide,body .swiper-3d .swiper-slide-shadow,body .swiper-3d .swiper-slide-shadow-bottom,body .swiper-3d .swiper-slide-shadow-left,body .swiper-3d .swiper-slide-shadow-right,body .swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}body .swiper-3d .swiper-slide-shadow,body .swiper-3d .swiper-slide-shadow-bottom,body .swiper-3d .swiper-slide-shadow-left,body .swiper-3d .swiper-slide-shadow-right,body .swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}body .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}body .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}body .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}body .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}body .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}body .swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}body .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}body .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}body .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}body .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}body .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}body .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}body .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}body .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}body .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}body .swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}body .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}body .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,body .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}body .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}body .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_module_vol__64123712{color:var(--color-text);font-size:14px;line-height:130%}@media (max-width:767px){.styles_module_vol__64123712{font-size:12px;margin-top:4px}}.styles_module_font__64123712{color:var(--color-text40)}.styles_module_label__64123712{margin-right:10px}.styles_module_unit__64123712{margin-left:10px}.styles_module_date__3ca016e1{color:var(--color-text40);font-size:14px;line-height:var(--single-line-height);margin-right:42px}@media (max-width:767px){.styles_module_date__3ca016e1{font-size:12px}}.styles_module_tipOffMenu__b84b692e,.tipOffMenu{left:120px!important;padding:12px 16px;word-break:break-word}.styles_module_tipOffMenu__b84b692e:after,.tipOffMenu:after{left:30px}[dir=rtl] .styles_module_tipOffMenu__b84b692e:after,[dir=rtl] .tipOffMenu:after{left:unset;right:30px}.ol,.styles_module_ol__b84b692e{list-style:none}.styles_module_tipOffMenuTitle__b84b692e,.tipOffMenuTitle{color:var(--color-text);font-size:14px;font-weight:500;line-height:22px;margin-bottom:4px}.styles_module_tipOffMenuItem__b84b692e,.tipOffMenuItem{color:var(--color-text60);font-size:12px;line-height:20px}.styles_module_tipOffMenuTip__b84b692e,.tipOffMenuTip{margin-top:14px}.styles_module_tipOffMenuMail__b84b692e,.tipOffMenuMail{color:var(--color-text);font-size:12px;line-height:20px}.styles_module_tipOffMenuMail__b84b692e a,.tipOffMenuMail a{color:var(--color-primary)!important;display:inline!important;font-size:12px!important;height:unset!important;line-height:unset!important;padding:0!important}.styles_module_logo__a51d79ef{display:block;height:36px;margin-bottom:56px}@media (max-width:767px){.styles_module_logo__a51d79ef{margin-bottom:24px}}.styles_module_img__a51d79ef{margin-right:22px;width:121px}@media (max-width:767px){.styles_module_img__a51d79ef{width:103.71px}}[dir=rtl] .styles_module_img__a51d79ef{margin-left:22px;margin-right:unset}.styles_module_newFooterLinks__f114c3b8{display:flex;flex-wrap:wrap}.styles_module_newFooterLinks__f114c3b8:after{content:" ";width:50%}@media (max-width:767px){.styles_module_newFooterLinks__f114c3b8:after{width:0}}.styles_module_ukLastGroup__f114c3b8{padding-bottom:28px}@media (max-width:767px){.styles_module_ukLastGroup__f114c3b8{padding-bottom:28px}}.styles_module_ukFooterLinks__f114c3b8{justify-content:flex-start}.styles_module_mergeNavTitle__f114c3b8{margin-top:56px}.styles_module_association__f114c3b8{width:20%}@media (max-width:767px){.styles_module_associationTitle__f114c3b8{margin-bottom:28px!important}}.styles_module_newFooterAssociationList__f114c3b8{display:flex!important;flex-wrap:wrap;list-style:none}.styles_module_associationHoverMenu__f114c3b8{left:16px}.styles_module_noMarginBottom__f114c3b8{margin-bottom:0}.styles_module_newFooterAssociationItem__f114c3b8{height:32px!important;margin-bottom:16px;margin-left:0;margin-right:16px;transform:translateY(0);transition:all .3s ease;width:32px!important}.styles_module_newFooterAssociationItem__f114c3b8:hover{transform:translateY(-4px)}[dir=rtl] .styles_module_newFooterAssociationItem__f114c3b8{margin-left:21px;margin-right:0}.styles_module_newFooterAssociationItem__f114c3b8 img{height:24px;width:24px}@media (max-width:767px){.styles_module_newFooterFacebook__f114c3b8{bottom:38px}.styles_module_newFooterFacebook__f114c3b8:after{left:20px}[dir=rtl] .styles_module_newFooterFacebook__f114c3b8:after{left:unset;right:20px}}.styles_module_pureA__f114c3b8{pointer-events:none}.styles_module_pureA__f114c3b8,.styles_module_pureA__f114c3b8:hover{color:inherit;text-decoration:none}@media (max-width:767px){.styles_module_commonFooterLink__f114c3b8{display:none}}.styles_module_cFooter__ecb6ef59{padding:0 24px}.styles_module_cFooter__ecb6ef59 dd,.styles_module_cFooter__ecb6ef59 ul{margin:0;padding:0}@media (max-width:767px){.styles_module_cFooter__ecb6ef59{padding:0 16px}}.styles_module_cFooter__ecb6ef59 a{color:var(--color-text60);cursor:pointer;display:block;font-size:14px;line-height:1.4;padding:4px 0;text-decoration:none!important;width:-moz-fit-content;width:fit-content;word-break:break-word}.styles_module_cFooter__ecb6ef59 a:hover{color:var(--color-text)}.styles_module_footerMain__ecb6ef59{margin:0 auto;max-width:1200px;padding-top:80px}@media (max-width:767px){.styles_module_footerMain__ecb6ef59{padding-top:48px}}.styles_module_divider__ecb6ef59{border:none;border-bottom:1px solid var(--color-divider8);height:1px}@media (max-width:767px){.styles_module_divider__ecb6ef59{margin-top:-24px}}.styles_module_copyright__ecb6ef59{align-items:center;display:flex;justify-content:space-between;padding:20px 0}.styles_module_copyrightOneCol__ecb6ef59{align-items:center;display:flex;justify-content:center;padding:20px 0}.styles_module_newCopyright__ecb6ef59{color:var(--color-text40);font-size:14px;line-height:130%}@media (max-width:767px){.styles_module_newCopyright__ecb6ef59{font-size:12px;margin-bottom:4px}}.styles_module_servertime__ecb6ef59{display:flex}@media (max-width:767px){.styles_module_smCopyRight__ecb6ef59{align-items:flex-start;flex-direction:column}}.styles_module_disclaimerDesc__ecb6ef59{color:var(--color-text40);font-size:12px;font-style:normal;font-weight:400;line-height:140%;margin-top:20px;white-space:pre-line}.styles_module_disclaimerDesc__ecb6ef59 a{color:#01bc8d;display:inline-block;font-size:12px;padding:0}.styles_module_highRiskDesc__ecb6ef59{background-color:var(--color-cover2);border-radius:6px;color:var(--color-text60);font-size:14px;line-height:1.6;margin-bottom:48px;padding:8px 16px;text-align:center}.styles_module_newFooterLinkGroup__db10ff6a{margin-bottom:56px;min-width:240px;padding-right:24px;width:20%}@media (max-width:767px){.styles_module_newFooterLinkGroup__db10ff6a{margin-bottom:28px;margin-right:0;padding-right:0;width:100%}.styles_module_newFooterLinkGroup__db10ff6a:last-child{margin-right:auto;width:100%}.styles_module_newFooterLinkGroup__db10ff6a.styles_module_ukLastGroup__db10ff6a .styles_module_newFooterLinkGroupTitle__db10ff6a,.styles_module_newFooterLinkGroup__db10ff6a:not(:last-child) .styles_module_newFooterLinkGroupTitle__db10ff6a{cursor:pointer;position:relative}.styles_module_newFooterLinkGroup__db10ff6a.styles_module_ukLastGroup__db10ff6a .styles_module_newFooterLinkGroupTitle__db10ff6a~a,.styles_module_newFooterLinkGroup__db10ff6a.styles_module_ukLastGroup__db10ff6a .styles_module_newFooterLinkGroupTitle__db10ff6a~dd,.styles_module_newFooterLinkGroup__db10ff6a.styles_module_ukLastGroup__db10ff6a .styles_module_newFooterLinkGroupTitle__db10ff6a~div,.styles_module_newFooterLinkGroup__db10ff6a:not(:last-child) .styles_module_newFooterLinkGroupTitle__db10ff6a~a,.styles_module_newFooterLinkGroup__db10ff6a:not(:last-child) .styles_module_newFooterLinkGroupTitle__db10ff6a~dd,.styles_module_newFooterLinkGroup__db10ff6a:not(:last-child) .styles_module_newFooterLinkGroupTitle__db10ff6a~div{display:none}}.styles_module_after__db10ff6a{padding-bottom:12px;position:relative}.styles_module_after__db10ff6a:after{background-image:url(https://assets.staticimg.com/gbiz-next/ic2_arrow_down-ecf1689b.svg);background-repeat:no-repeat;background-size:100% 100%;content:" ";height:16px;position:absolute;right:0;top:0;transform:rotate(180deg);transition:all .3s ease-in-out;width:16px}[dir=rtl] .styles_module_after__db10ff6a:after{left:0!important;right:unset!important}.styles_module_newFooterLinkGroupMinW300__db10ff6a{min-width:300px}.styles_module_newFooterLinkMarginBottom48__db10ff6a{margin-bottom:48px}@media (max-width:767px){.styles_module_newFooterLinkMarginBottom48__db10ff6a{margin-bottom:24px}}.styles_module_newFooterLinkGroupTitle__db10ff6a{color:var(--color-text);font-size:18px;font-weight:500;line-height:130%;margin-bottom:20px}@media (max-width:767px){.styles_module_newFooterLinkGroupTitle__db10ff6a{font-size:16px;margin-bottom:0}.styles_module_newFooterLinkGroupTitle__db10ff6a:after{background-image:url(https://assets.staticimg.com/gbiz-next/ic2_arrow_down-ecf1689b.svg);background-repeat:no-repeat;background-size:100% 100%;content:"";height:16px;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:16px}[dir=rtl] .styles_module_newFooterLinkGroupTitle__db10ff6a:after{left:0;right:unset}}.styles_module_newFooterHover__db10ff6a{color:var(--color-text60);cursor:pointer;display:block;font-size:14px;padding:4px 0;position:relative;width:240px;word-break:break-all}.styles_module_newFooterHover__db10ff6a:hover{color:var(--color-text)}.styles_module_newFooterHover__db10ff6a:hover .newFooterHoverMenu,.styles_module_newFooterHover__db10ff6a:hover .styles_module_newFooterHoverMenu__db10ff6a{display:block}.newFooterHoverMenu,.styles_module_newFooterHoverMenu__db10ff6a{background-color:var(--color-background);border-radius:12px;bottom:100%;box-shadow:0 4px 16px rgba(0,0,0,.08);display:none;left:16px;list-style:none;overflow:hidden;position:absolute;top:unset!important;transform:translate3d(-50%,0,0);width:240px}.newFooterHoverMenu::-webkit-scrollbar,.styles_module_newFooterHoverMenu__db10ff6a::-webkit-scrollbar{display:none}.newFooterHoverMenu:after,.styles_module_newFooterHoverMenu__db10ff6a:after{border-top:6px solid transparent;border-color:#fff transparent transparent;border-style:solid;border-width:6px 6px 0;bottom:-6px;content:"";height:0;left:50%;position:absolute;transform:translate3d(-50%,0,0);width:0}.newFooterHoverMenu a,.styles_module_newFooterHoverMenu__db10ff6a a{align-items:center;color:var(--color-text60);cursor:pointer;display:flex;height:40px;padding:0 24px;width:100%}.newFooterHoverMenu a:hover,.styles_module_newFooterHoverMenu__db10ff6a a:hover{background:var(--color-cover2);color:var(--color-text)}@media (max-width:767px){.newFooterHoverMenu,.styles_module_newFooterHoverMenu__db10ff6a{left:120px}[dir=rtl] .newFooterHoverMenu,[dir=rtl] .styles_module_newFooterHoverMenu__db10ff6a{left:unset;right:0;transform:translateZ(0)}}.styles_module_wrapper__2291e884{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;-webkit-margin-start:4px;margin-inline-start:4px}.styles_module_priceWrapper__2291e884{color:var(--kux-text);font-size:14px;font-weight:500;line-height:140%;text-align:right}.styles_module_rateWrapper__2291e884{color:var(--kux-brandGreen);font-size:13px;font-weight:500;line-height:140%;text-align:right}.styles_module_wrapper__5a27f0a8{align-items:center;background:rgba(1,188,141,.08);background-color:var(--kux-cover4);border-radius:4px;color:var(--kux-text40);display:flex;font-size:10px;font-weight:500;gap:10px;line-height:140%;margin-left:4px;padding:1px 4px}[dir=rtl] .styles_module_wrapper__5a27f0a8{margin-left:unset;margin-right:4px}.styles_module_previewTag__186c426a{align-items:center;background:rgba(1,188,141,.08);border-radius:4px;color:var(--color-primary);display:flex;font-size:10px;font-weight:500;height:15px;margin-left:4px;padding:0 3px}.styles_module_img__264102b2{border-radius:50%;flex-shrink:0;height:24px;margin-right:12px;object-fit:cover;width:24px}[dir=rtl] .styles_module_img__264102b2{margin-left:12px;margin-right:unset}.styles_module_baseCurrencyWrapper__e03269c7{color:var(--kux-text);font-size:15px;font-weight:500;line-height:140%}.styles_module_baseCurrencyBox__e03269c7{max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_quoteCurrencyWrapper__e03269c7{color:var(--color-text40);flex-shrink:0;font-size:12px;font-weight:400;line-height:140%;-webkit-margin-start:2px;margin-inline-start:2px}.styles_module_wrapper__5c6b30cf{cursor:pointer;font-size:14px;height:50px;line-height:130%}.styles_module_content__5c6b30cf,.styles_module_wrapper__5c6b30cf{align-items:center;color:var(--color-text);display:flex;font-weight:500;width:100%}.styles_module_content__5c6b30cf{font-size:15px;justify-content:center;line-height:140%}.styles_module_content__5c6b30cf,.styles_module_content__5c6b30cf .styles_module_symbolName__5c6b30cf{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_content__5c6b30cf .styles_module_symbolTag__5c6b30cf{align-items:center;background:var(--color-cover4);border-radius:4px;border-radius:6px;box-sizing:border-box;color:var(--kux-text40);display:flex;justify-content:center;margin-left:3px;padding:1px 4px}[dir=rtl] .styles_module_content__5c6b30cf .styles_module_symbolTag__5c6b30cf{margin-right:3px}.styles_module_content__5c6b30cf .styles_module_symbolTag__5c6b30cf span{display:inline-block;font-size:12px;font-weight:500;line-height:140%;transform:scale(.833);transform-origin:center center;white-space:nowrap}.styles_module_baseWrapper__5c6b30cf{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_wrapper__3b2d5081{align-items:center;display:flex;height:56px;justify-content:space-between;padding:0 24px;-webkit-padding-end:16px;padding-inline-end:16px;-webkit-padding-start:16px;padding-inline-start:16px;text-decoration:none}.styles_module_wrapper__3b2d5081:hover{background:var(--color-cover2);border-radius:12px}.styles_module_contentWrapper__3b2d5081{align-items:center;display:flex;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_contentWrapper__3b2d5081 .styles_module_symbolName__3b2d5081{font-size:15px;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_contentWrapper__3b2d5081 .styles_module_symbolTag__3b2d5081{margin-left:6px;min-width:-moz-fit-content;min-width:fit-content}.styles_module_listWrapper__3b2d5081{height:420px;width:100%}.styles_module_listWrapper__3b2d5081>div::-webkit-scrollbar{background:transparent;width:4px}.styles_module_listWrapper__3b2d5081>div::-webkit-scrollbar-track{background:transparent}.styles_module_listWrapper__3b2d5081>div::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:8px}.styles_module_emptyWrapper__3b2d5081{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;width:100%}.styles_module_emptyWrapper__3b2d5081>div{align-self:center!important}.styles_module_emptyPlaceholder__3b2d5081{margin-top:24px}.styles_module_virtualizedMask__3b2d5081{height:100%;overflow-y:auto}.styles_module_virtualizedMask__3b2d5081::-webkit-scrollbar{background:transparent;width:8px}.styles_module_virtualizedMask__3b2d5081::-webkit-scrollbar-track{background:transparent}.styles_module_virtualizedMask__3b2d5081::-webkit-scrollbar-thumb{border-radius:4px}.styles_module_listLoading__3b2d5081{height:32px;width:32px}.styles_module_inDrawerWrapper__3b2d5081{-webkit-margin-start:0;margin-inline-start:0;padding-left:12px!important;padding-right:12px!important}.styles_module_overlayWrapper__fc34eacb{background:var(--color-layer);border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);display:flex;margin-top:0;max-height:calc(100vh - 100px);overflow:auto;width:unset}.styles_module_overlayWrapperInDrawer__fc34eacb{border-radius:0;box-shadow:none;display:block;overflow:unset;width:100%}.styles_module_overlayList__fc34eacb{display:flex;flex-direction:column;padding-bottom:12px;padding-top:12px;width:340px}.styles_module_overlayListInDrawer__fc34eacb{padding-bottom:0;padding-top:0;width:100%}.styles_module_grounpDiv__fc34eacb{display:flex;flex-direction:column;margin-bottom:8px}.styles_module_navGroupName__fc34eacb{color:var(--color-text40);font-size:13px;font-weight:400;line-height:140%;padding:10px 12px}.styles_module_navWrapper__fc34eacb{align-items:center;display:flex;flex-direction:row;height:100%}.styles_module_navWrapperInDrawer__fc34eacb{flex-direction:column}.styles_module_ul__fc34eacb{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:100%;list-style:none;margin:0;padding:0;position:relative}.styles_module_ul__fc34eacb .styles_module_navListItem__fc34eacb{-webkit-margin-end:20px;margin-inline-end:20px}.styles_module_ul__fc34eacb>li,.styles_module_ul__fc34eacb>li>div{height:100%}.styles_module_ul__fc34eacb>:last-child,.styles_module_ul__fc34eacb>:last-child>div>a{margin-right:0}[dir=rtl] .styles_module_ul__fc34eacb>:last-child{margin-right:15px}.styles_module_ulInDrawer__fc34eacb{flex-direction:column}.styles_module_newBieBox__fc34eacb{align-items:center;display:flex}.styles_module_navItem__fc34eacb{align-items:center;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;font-weight:500;height:-moz-fit-content;height:fit-content;padding:10px 0;position:relative;text-decoration:none!important;transition:all .3s ease;white-space:nowrap;width:auto;z-index:2}@media (max-width:1339px){.styles_module_navItem__fc34eacb{font-size:14px}}@media (max-width:767px){.styles_module_navItem__fc34eacb{padding:0}}.styles_module_navItem__fc34eacb .styles_module_arrowIcon__fc34eacb{margin-left:2px;margin-top:1px;transition:all .3s ease}[dir=rtl] .styles_module_navItem__fc34eacb .styles_module_arrowIcon__fc34eacb{margin-left:unset;margin-right:2px;transform:rotate(0)}.styles_module_navItem__fc34eacb:hover{border-radius:0;color:var(--color-primary)}.styles_module_navItem__fc34eacb:hover .styles_module_arrowIcon__fc34eacb{transform:rotate(-180deg)}.styles_module_navItem__fc34eacb .styles_module_stressNav__fc34eacb{color:#efa842;font-size:12px;height:20px;left:50%;line-height:20px;position:absolute;text-align:center;top:-17px;transform:scale(1) translateX(-50%);transform-origin:left;white-space:nowrap;width:100%}.styles_module_navItem__fc34eacb .styles_module_stressImg__fc34eacb{height:16px;object-fit:contain;position:absolute;right:-3px;top:-15px;width:16px}.styles_module_navItem__fc34eacb .styles_module_oneImg__fc34eacb{right:8px;top:-14px}.styles_module_navItem__fc34eacb .styles_module_oneNav__fc34eacb{top:-14px}.styles_module_navItem__fc34eacb .styles_module_newTagNav__fc34eacb{align-items:center;background:linear-gradient(276deg,#7ffca7 .89%,#aaff8d 97.34%);border-radius:4px;color:#1d1d1d;display:flex;height:14px;justify-content:center;margin-left:0;margin-top:-20px;padding:2px 4px;position:absolute;right:-10px;top:45%;width:24px}[dir=rtl] .styles_module_navItem__fc34eacb .styles_module_newTagNav__fc34eacb{left:-10px;margin-right:0;right:unset}.styles_module_navItem__fc34eacb .styles_module_newTagNav__fc34eacb span{font-size:12px;font-weight:600;line-height:100%;transform:scale(.75)}.styles_module_navItem__fc34eacb .styles_module_tr__fc34eacb{color:#f8b200;margin-left:.3em}.styles_module_navItemInDrawer__fc34eacb{font-size:16px;margin-right:0;padding:16.8px 12px;width:100%}.styles_module_navItemInDrawer__fc34eacb:hover{background:var(--color-cover2);border-radius:8px;color:var(--color-text)}.styles_module_navItemInDrawer__fc34eacb .styles_module_newTagNav__fc34eacb{height:14px;margin-left:4px;margin-top:0;position:static;transform:unset;width:24px}[dir=rtl] .styles_module_navItemInDrawer__fc34eacb .styles_module_newTagNav__fc34eacb{margin-right:4px}.styles_module_navItemInDrawer__fc34eacb .styles_module_newTagNav__fc34eacb span{transform:scale(.75)}.styles_module_menuItem__fc34eacb{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;padding:12px;position:relative;text-decoration:none!important;width:100%}[dir=rtl] .styles_module_menuItem__fc34eacb{padding:12px}.styles_module_menuItem__fc34eacb:hover{background:var(--color-cover2);color:var(--color-text)}.styles_module_menuItem__fc34eacb .styles_module_arrow__fc34eacb{margin-top:-10px;opacity:0;position:absolute;right:12px;top:50%;transform:translateX(-10px);transition:all .2s ease;visibility:hidden}.styles_module_menuItem__fc34eacb:hover .styles_module_arrow__fc34eacb{fill:var(--color-icon);opacity:.4;transform:translateX(0);visibility:visible}[dir=rtl] .styles_module_menuItem__fc34eacb:hover .styles_module_arrow__fc34eacb{left:0;right:unset;transform:rotate(180deg);transform-origin:center center}.styles_module_menuItem__fc34eacb .styles_module_menuItemIcon__fc34eacb{align-items:center;border-radius:4px;display:flex;height:36px;justify-content:center;margin-right:16px;overflow:hidden;width:36px}.styles_module_menuItem__fc34eacb .styles_module_menuItemIcon__fc34eacb img{height:36px;object-fit:contain;width:36px}[dir=rtl] .styles_module_menuItem__fc34eacb .styles_module_menuItemIcon__fc34eacb{margin-left:16px;margin-right:0}.styles_module_menuItemInDrawer__fc34eacb{color:var(--kux-text60);height:56px;padding:0 12px}.styles_module_newbie__fc34eacb{align-items:center;background:var(--kux-brandGreen8);border-radius:50%;color:var(--color-primary);display:flex;font-size:14px;font-weight:500;height:28px;justify-content:center;line-height:130%;margin-right:20px;min-width:28px;text-decoration:none;width:28px;z-index:2}.styles_module_newbie__fc34eacb .styles_module_ellipsis__fc34eacb{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_newbie1__fc34eacb{border-radius:14px;justify-content:center;padding:0;width:28px}.styles_module_divider__fc34eacb{height:16px!important;margin:0 20px 0 18px;width:1px}[dir=rtl] .styles_module_divider__fc34eacb{margin:0 18px 0 20px}.styles_module_blankNav__fc34eacb{align-items:center;color:var(--color-text);display:inline-flex;font-size:16px;font-weight:500;height:100%;margin-right:20px;padding:0;text-decoration:none!important;white-space:nowrap;width:auto;z-index:2}.styles_module_blankNavInDrawer__fc34eacb{border-radius:8px;cursor:pointer;font-size:16px;padding:16.8px 12px;width:100%}.styles_module_blankNavInDrawer__fc34eacb:hover{background-color:var(--color-cover2)}@keyframes styles_module_contentZoomIn__fc34eacb{0%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes styles_module_contentZoomOut__fc34eacb{0%{transform:translateX(0)}to{transform:translateX(-4px)}}.styles_module_rewards__fc34eacb{height:20px;min-width:20px;width:20px}.styles_module_rewardsTooltip__fc34eacb{margin-top:-20px;padding:8px 12px!important}.styles_module_collapseIcon__fc34eacb{color:var(--kux-icon60)!important;height:16px!important;transform:rotate(0deg);transition:all .3s ease;width:16px!important}.styles_module_collapseIconActive__fc34eacb{transform:rotate(-180deg)}.styles_module_menuItemDotWrapper__fc34eacb{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.styles_module_menuItemDot__fc34eacb{background:var(--color-text);border-radius:100%;height:4px;width:4px}.styles_module_animationDropdown__fc34eacb{border-top:1px solid var(--kux-divider8)}@keyframes index_module_contentZoomIn__11bc6261{0%{height:0}to{height:-moz-fit-content;height:fit-content}}@keyframes index_module_contentZoomOut__11bc6261{0%{height:-moz-fit-content;height:fit-content}to{height:0}}.index_module_animateOverlay__11bc6261{animation-fill-mode:forwards;animation-timing-function:bezier-curve(.2,0,0,1)}.index_module_fixedDropDownOverlay__11bc6261{transition-delay:0s;transition-duration:.14s;transition-property:all;transition-timing-function:ease;transition:height .44s}.index_module_fixedDropDownOverlay__11bc6261.index_module_hidden__11bc6261{height:0!important;overflow:hidden}.index_module_headerPlaceholder__11bc6261{height:calc(100% + 2px);left:0;position:absolute;top:0;width:100%;z-index:0}.index_module_contentBox__11bc6261{z-index:1}.styles_module_styledFundWalletModal__ce53e345{padding-bottom:32px}.styles_module_styledFundWalletModal__ce53e345 .styles_module_title__ce53e345{color:var(--color-text40);font-size:var(--fonts-xl);font-weight:400;margin-bottom:6px}.styles_module_styledFundWalletModal__ce53e345 .styles_module_mt24__ce53e345{margin-top:24px}.styles_module_styledDepositModal__ce53e345 .styles_module_title__ce53e345{color:var(--color-text40);font-size:var(--fonts-xl);font-weight:400;margin-bottom:12px}.styles_module_styledDepositModal__ce53e345 .styles_module_mt24__ce53e345{margin-top:24px}.styles_module_styledItem__ce53e345{align-items:center;border-radius:16px;cursor:pointer;display:flex;gap:16px;margin-top:12px;padding:32px 24px 32px 20px}.styles_module_styledItem__ce53e345 .styles_module_icon__ce53e345{color:var(--color-text)}.styles_module_styledItem__ce53e345 .styles_module_main__ce53e345{flex:1 1;padding-right:16px}.styles_module_styledItem__ce53e345 .styles_module_main__ce53e345 .styles_module_title__ce53e345{color:var(--color-text);font-size:var(--fonts-x2l);font-weight:600}.styles_module_styledItem__ce53e345 .styles_module_main__ce53e345 .styles_module_desc__ce53e345{color:var(--color-text40);font-size:var(--fonts-lg);font-weight:400;line-height:150%;margin-top:4px}.styles_module_styledItem__ce53e345 .styles_module_skipArrow__ce53e345{height:20px;width:20px}.styles_module_wrapperIcon__ce53e345{display:inline-block}[dir=rtl] .styles_module_wrapperIcon__ce53e345{transform:rotateY(180deg)}.styles_module_styledGoldEntry__f2ed28b9{align-items:center;background-color:var(--kux-brandGreen8);border:none;border-radius:90px;color:var(--kux-brandGreen);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;height:36px;line-height:130%;min-width:84px;padding:9px 16px}[dir=rtl] .styles_module_styledGoldEntry__f2ed28b9{margin-right:0}.styles_module_styledGoldEntry__f2ed28b9 svg{margin-right:4px}[dir=rtl] .styles_module_styledGoldEntry__f2ed28b9 svg{margin-left:4px;margin-right:0}.styles_module_styledGoldEntry__f2ed28b9 svg path{fill:var(--kux-brandGreen)}.styles_module_styledGoldEntry__f2ed28b9 span{display:block;max-width:123px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_styledGoldEntryInTrade__f2ed28b9{height:32px}.styles_module_notificationWrapper__b1ceff6c{align-items:center;background:var(--color-cover4);border:none;border-radius:32px 32px;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.styles_module_themeTitle__b1ceff6c{align-items:center;color:var(--color-text);display:flex;font-size:16px;font-weight:500;line-height:130%}.styles_module_themeImg__b1ceff6c{cursor:pointer;height:24px;width:40px}.styles_module_themeIcon__b1ceff6c{height:20px;margin-right:8px;width:20px}[dir=rtl] .styles_module_themeIcon__b1ceff6c{margin-left:8px;margin-right:0}@keyframes styles_module_contentZoomIn__fd165226{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_module_contentZoomOut__fd165226{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.styles_module_animateOverlayUnVisible__fd165226,.styles_module_animateOverlayVisible__fd165226,.styles_module_animateOverlay__fd165226{animation-fill-mode:forwards;animation-timing-function:bezier-curve(.2,0,0,1)}.styles_module_animateOverlayVisible__fd165226{animation-duration:.24s;animation-name:styles_module_contentZoomIn__fd165226}.styles_module_animateOverlayUnVisible__fd165226{animation-duration:.23s;animation-name:styles_module_contentZoomOut__fd165226}.styles_module_root__c139cc5b{align-items:center;display:flex}.styles_module_dropdown__c139cc5b{color:var(--color-text);cursor:pointer;font-size:14px;line-height:22px}.styles_module_dropdown__c139cc5b:hover{color:var(--color-primary)}.styles_module_avatarBox__c139cc5b{cursor:pointer;display:flex;position:relative}.styles_module_avatarBox__c139cc5b img{border-radius:50%}.styles_module_avatarBox__c139cc5b .KuxAvatar-root{background-color:#d9d9d9;border:none}.styles_module_userFlag__c139cc5b{align-items:center;border:1px solid var(--kux-cover16);border-radius:50%;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;font-weight:500;height:30px;justify-content:center;line-height:130%;position:relative;text-align:center;transition:all .3s ease;width:30px}.styles_module_userFlag__c139cc5b:hover{border:1px solid var(--color-primary);color:var(--color-primary)}@media (max-width:767px){.styles_module_userFlag__c139cc5b{font-size:14px;height:30px;width:30px}}.styles_module_userFlag__c139cc5b.styles_module_inTrade__c139cc5b{font-size:14px;height:30px;width:30px}.styles_module_overlayWrapper__c139cc5b{background:var(--color-layer);border:1px solid var(--kux-cover4);border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);margin-top:20px;max-height:calc(100vh - 100px);overflow:auto;padding:10px 0 24px;scrollbar-width:none;width:320px}.styles_module_overlayWrapper__c139cc5b::-webkit-scrollbar{display:none}@media (max-width:1339px){.styles_module_overlayWrapper__c139cc5b{margin-top:12px}}.styles_module_overlayWrapperInDrawer__c139cc5b{border:none;border-radius:0;box-shadow:none;margin-top:12px;max-height:unset;overflow:unset;padding:0 0 32px;width:auto}.styles_module_overlayWrapperInTrade__c139cc5b{margin-top:8px}@media (max-width:1339px){.styles_module_overlayWrapperInTrade__c139cc5b{margin-top:8px}}.styles_module_overlayWrapperLongLanguage__c139cc5b{width:340px}.styles_module_menuItem__c139cc5b{border-radius:unset;color:var(--color-text);cursor:pointer;display:block;font-size:14px;font-weight:500;line-height:130%;padding:14px 24px 16px;position:relative;text-decoration:none!important;white-space:break-spaces;word-break:break-all}@media (max-width:767px){.styles_module_menuItem__c139cc5b{padding:17.61px 6px}}.styles_module_menuItem__c139cc5b:hover{background:var(--color-cover2);color:var(--color-text)}.styles_module_menuItem__c139cc5b:hover .styles_module_in__c139cc5b,.styles_module_menuItem__c139cc5b:hover .styles_module_uid__c139cc5b{border-color:var(--color-divider)}.styles_module_menuItem__c139cc5b .styles_module_arrow__c139cc5b{display:none}.styles_module_menuItem__c139cc5b:hover .styles_module_arrow__c139cc5b{animation:styles_module_move__c139cc5b .3s linear forwards;-webkit-animation:styles_module_move__c139cc5b .3s linear forwards;display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%);transform-origin:center center}.styles_module_menuItem__c139cc5b:hover .styles_module_arrow__c139cc5b path{animation:styles_module_changeColor__c139cc5b .3s linear forwards;-webkit-animation:styles_module_changeColor__c139cc5b .3s linear forwards}[dir=rtl] .styles_module_menuItem__c139cc5b:hover .styles_module_arrow__c139cc5b{animation:styles_module_moveRtl__c139cc5b .3s linear forwards;left:20px;right:unset;transform:rotate(180deg) translateY(50%)}.styles_module_menuItem__c139cc5b.styles_module_center__c139cc5b{text-align:center}.styles_module_menuItem__c139cc5b .styles_module_nameView__c139cc5b{align-items:center;display:flex}.styles_module_menuItem__c139cc5b .styles_module_email__c139cc5b{color:var(--color-text);font-size:20px;font-weight:600;line-height:130%;margin-right:8px}.styles_module_menuItem__c139cc5b .styles_module_verify__c139cc5b{background:var(--color-secondary);border-radius:2px;color:var(--color-text40);font-size:12px;height:20px;margin:0 0 0 8px;padding:0 8px;text-align:center;width:auto}.styles_module_menuItem__c139cc5b .styles_module_no__c139cc5b{background:rgba(255,181,71,.12);color:var(--color-complementary)}.styles_module_menuItem__c139cc5b .styles_module_already__c139cc5b{background:rgba(36,174,143,.12);color:var(--color-primary)}.styles_module_menuItem__c139cc5b .styles_module_tagView__c139cc5b{align-items:center;display:flex;margin-top:8px}.styles_module_menuItem__c139cc5b .styles_module_subAccount__c139cc5b{color:var(--color-text60);font-size:12px;line-height:1.5;margin-right:8px}.styles_module_menuItem__c139cc5b .styles_module_uid__c139cc5b{align-items:center;background:var(--color-cover4);border-radius:12px;color:var(--color-text40);cursor:pointer;display:flex;font-size:12px;font-weight:400;height:auto;line-height:130%;padding:2px 8px;width:auto}.styles_module_menuItem__c139cc5b .styles_module_uid__c139cc5b svg{-webkit-margin-start:4px;margin-inline-start:4px}@media (max-width:767px){.styles_module_menuItem__c139cc5b .styles_module_uid__c139cc5b{padding:6px}}.styles_module_menuItem__c139cc5b .styles_module_uid__c139cc5b .styles_module_copyIcon__c139cc5b{margin-left:6px}.styles_module_menuItem__c139cc5b .styles_module_tipsIcon__c139cc5b{background:var(--color-complementary);border-radius:50%;height:6px;left:2px;position:absolute;width:6px}[dir=rtl] .styles_module_menuItem__c139cc5b .styles_module_tipsIcon__c139cc5b{left:unset;right:2px}.styles_module_menuItem__c139cc5b.styles_module_alignCenter__c139cc5b{align-items:center;display:flex}.styles_module_menuItem__c139cc5b .styles_module_subAccountAuth__c139cc5b{color:var(--color-text60);font-size:12px;font-weight:400;line-height:140%;margin-top:21px}.styles_module_menuItem__c139cc5b .styles_module_subAccountAuth__c139cc5b span{color:var(--color-primary)}.styles_module_menuItem__c139cc5b .styles_module_redDot__c139cc5b,.styles_module_menuItem__c139cc5b .styles_module_yellowDot__c139cc5b{background:var(--color-secondary);border-radius:50%;height:6px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:6px}[dir=rtl] .styles_module_menuItem__c139cc5b .styles_module_redDot__c139cc5b,[dir=rtl] .styles_module_menuItem__c139cc5b .styles_module_yellowDot__c139cc5b{left:unset;right:8px}.styles_module_menuItem__c139cc5b .styles_module_yellowDot__c139cc5b{background:var(--color-complementary)!important}.styles_module_menuItemInDrawer__c139cc5b{border-radius:8px;font-size:16px;padding:12px}.styles_module_menuItemInDrawer__c139cc5b .styles_module_email__c139cc5b{font-size:24px}.styles_module_menuItemInDrawer__c139cc5b .styles_module_uid__c139cc5b{align-items:center;border-radius:20px;display:flex;font-size:14px;height:32px;padding:0 12px}.styles_module_menuItemInDrawer__c139cc5b .styles_module_redDot__c139cc5b,.styles_module_menuItemInDrawer__c139cc5b .styles_module_yellowDot__c139cc5b{left:0}[dir=rtl] .styles_module_menuItemInDrawer__c139cc5b .styles_module_redDot__c139cc5b,[dir=rtl] .styles_module_menuItemInDrawer__c139cc5b .styles_module_yellowDot__c139cc5b{right:0}.styles_module_menuItemInDrawerCommon__c139cc5b{align-items:center;display:flex;height:56px;justify-content:space-between}.styles_module_serviceManager__c139cc5b{background:var(--color-cover2);border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;line-height:18px;margin:0 24px;padding:16px 14px}.styles_module_serviceManager__c139cc5b .styles_module_leftText__c139cc5b{display:block;font-size:14px;font-weight:500;line-height:18px;margin-right:12px;opacity:1;position:relative;white-space:pre-wrap}.styles_module_serviceManager__c139cc5b .styles_module_rightText__c139cc5b{color:var(--color-primary);font-size:12px;font-weight:500}.styles_module_serviceManager__c139cc5b .styles_module_helpIcon__c139cc5b{bottom:0;height:16px;margin-left:4px;position:absolute;width:16px}.styles_module_serviceManager__c139cc5b .styles_module_rowItem__c139cc5b{align-items:center;display:flex;flex-direction:row}.styles_module_serviceManager__c139cc5b .styles_module_closeWrapper__c139cc5b{display:flex}.styles_module_serviceManager__c139cc5b .styles_module_close__c139cc5b{margin-left:4px;opacity:.6}.styles_module_serviceManager2__c139cc5b .styles_module_leftText__c139cc5b{opacity:.6}.styles_module_serviceManagerDes__c139cc5b{background:rgba(255,181,71,.12);border:1px solid rgba(255,181,71,.2);border-radius:4px;color:#fba629;font-size:12px;line-height:16px;margin:6px 24px 24px;padding:8px 12px;white-space:pre-wrap}.styles_module_vip__c139cc5b{border-radius:unset;color:var(--kux-text60);font-size:12px;padding:12px 24px;position:relative}.styles_module_vip__c139cc5b:hover{background:var(--kux-cover2);color:var(--kux-text)}@media (max-width:767px){.styles_module_vip__c139cc5b{padding:24px 12px}}.styles_module_vip__c139cc5b.styles_module_inDrawer__c139cc5b{border-radius:8px;font-size:14px;padding:12px}.styles_module_vipInner__c139cc5b{display:block;text-decoration:none!important}@keyframes styles_module_move__c139cc5b{0%{right:20px}to{right:18px}}@keyframes styles_module_moveRtl__c139cc5b{0%{left:20px}to{left:18px}}@keyframes styles_module_changeColor__c139cc5b{0%{fill:#737e8d}to{fill:#18bb97}}.styles_module_vipInner__c139cc5b .styles_module_arrow__c139cc5b{display:none}.styles_module_vipInner__c139cc5b:hover .styles_module_arrow__c139cc5b{animation:styles_module_move__c139cc5b .3s linear forwards;-webkit-animation:styles_module_move__c139cc5b .3s linear forwards;display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%);transform-origin:center center}.styles_module_vipInner__c139cc5b:hover .styles_module_arrow__c139cc5b path{animation:styles_module_changeColor__c139cc5b .3s linear forwards;-webkit-animation:styles_module_changeColor__c139cc5b .3s linear forwards}[dir=rtl] .styles_module_vipInner__c139cc5b:hover .styles_module_arrow__c139cc5b{animation:styles_module_moveRtl__c139cc5b .3s linear forwards;left:20px;right:unset;transform:rotate(180deg) translateY(-50%)}.styles_module_maker__c139cc5b{color:var(--color-text40);line-height:16px}.styles_module_flex__c139cc5b{align-items:center;display:flex;justify-content:space-between}.styles_module_label__c139cc5b{color:var(--color-text40);flex:1 1;font-size:12px;font-weight:400}.styles_module_label__c139cc5b.styles_module_inDrawer__c139cc5b{font-size:14px}.styles_module_numberSpan__c139cc5b{color:var(--color-text);font-size:14px;font-weight:400}.styles_module_kcsDiscount__c139cc5b{color:var(--kux-text40);display:flex;font-size:12px;gap:2px;line-height:140%}.styles_module_kcsDiscountStatusLabel__c139cc5b{flex-grow:1;flex-shrink:1;font-size:12px;font-weight:400;line-height:140%;margin-right:6px;white-space:normal;word-break:break-word}.styles_module_kcsDiscountStatus__c139cc5b{color:var(--kux-brandGreen);flex-shrink:0;font-size:12px;font-style:normal;font-weight:400;line-height:140%;white-space:nowrap}.styles_module_kcsDiscountInDrawer__c139cc5b{align-items:center;color:var(--color-text40);display:inline-flex;font-size:14px;gap:2px}.styles_module_hrInDrawer__c139cc5b{margin:12px auto!important;width:calc(100% - 24px)!important}.styles_module_links__c139cc5b{display:flex;flex-direction:column;margin-top:12px}.styles_module_links__c139cc5b .kux-collapse-panel{background:transparent;padding:0!important}.styles_module_links__c139cc5b .kux-collapse-panel .kux-collapse-panel-header{border-radius:8px!important;font-size:16px!important;font-weight:500;padding:16.8px 12px!important}.styles_module_links__c139cc5b .kux-collapse-panel .kux-collapse-panel-header:hover{background:var(--kux-cover2)!important}.styles_module_links__c139cc5b .kux-collapse-panel+.kux-collapse-panel{margin-top:0!important}.styles_module_links__c139cc5b .kux-collapse-panel-content-inner{border:none!important;padding:0!important}.styles_module_links__c139cc5b .kux-collapse-panel.active .kux-collapse-panel-header{background:var(--kux-cover2)!important}.styles_module_drawerOrderAndAssets__c139cc5b .kux-collapse-panel{padding:0}.styles_module_vipWrapper__c139cc5b{align-items:center;display:flex}.styles_module_vipWrapper__c139cc5b img{margin-left:7px;width:27px}.styles_module_divider__c139cc5b{background:var(--color-cover8)!important;height:20px!important;margin:0 0 0 12px!important;width:1px!important}[dir=rtl] .styles_module_divider__c139cc5b{margin:0 12px 0 0!important}.styles_module_kycLevelDot__c139cc5b{background:transparent;position:absolute;right:0;top:-3px}.styles_module_kycWarning__c139cc5b{color:var(--kux-complementaryYellow)}.styles_module_kycError__c139cc5b{color:var(--kux-brandRed)}.styles_module_kycFlagBox__c139cc5b{align-items:center;display:inline-flex;justify-content:center}.styles_module_kycLevelTag__c139cc5b{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;font-weight:500;gap:2px;line-height:140%;margin-left:8px;padding:2px 6px;position:relative}[dir=rtl] .styles_module_kycLevelTag__c139cc5b{margin-left:unset;margin-right:8px}.styles_module_kYCStatusIcon__c139cc5b{margin:1px 5px 1px 1px}.styles_module_kCSWrapperInDrawer__c139cc5b,.styles_module_kCSWrapper__c139cc5b{align-items:center;display:flex;justify-content:space-between}.styles_module_kCSWrapperInDrawer__c139cc5b{flex:1 1}.styles_module_kCSValue__c139cc5b{align-items:center;display:flex;font-size:12px;font-weight:400;gap:4px;line-height:130%}.styles_module_kCSValue__c139cc5b img{height:20px;width:20px}.styles_module_logout__c139cc5b{display:flex;justify-content:center;padding-bottom:12px;padding-top:12px}.styles_module_overlayWrapper__0f5d3faa{background:var(--color-layer);border:1px solid var(--kux-cover4);border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);margin-bottom:0;margin-top:28px;overflow:auto;padding:0 0 16px;width:320px}@media (max-width:1339px){.styles_module_overlayWrapper__0f5d3faa{margin-top:22px}}.styles_module_overlayWrapper__0f5d3faa hr{margin:8px 28px}.styles_module_overlayWrapper__0f5d3faa .styles_module_textIcon__0f5d3faa{color:var(--kux-icon);display:inline-block;height:20px;margin-right:12px;width:20px}[dir=rtl] .styles_module_overlayWrapper__0f5d3faa .styles_module_textIcon__0f5d3faa{margin-left:12px;margin-right:0}.styles_module_overlayWrapperInDrawer__0f5d3faa{background:transparent;border:none;border-radius:unset;box-shadow:unset;margin-top:0;overflow:auto;overflow:unset;padding:0;width:auto}@media (max-width:1339px){.styles_module_overlayWrapperInDrawer__0f5d3faa{margin-top:0}}.styles_module_overlayWrapperIsLongLanguage__0f5d3faa{width:340px}.styles_module_overlayWrapperIsInTrade__0f5d3faa{margin-top:14px}@media (max-width:1339px){.styles_module_overlayWrapperIsInTrade__0f5d3faa{margin-top:14px}}@keyframes styles_module_move__0f5d3faa{0%{right:20px}to{right:18px}}@keyframes styles_module_moveRtl__0f5d3faa{0%{left:20px}to{left:18px}}@keyframes styles_module_changeColor__0f5d3faa{0%{fill:#737e8d}to{fill:#18bb97}}.styles_module_menuItem__0f5d3faa{align-items:center;border-radius:unset;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;height:48px;line-height:1.6;padding:0 24px;position:relative;text-decoration:none!important;width:100%}.styles_module_menuItem__0f5d3faa:hover{background:var(--color-cover2);color:var(--color-text)}.styles_module_menuItem__0f5d3faa .styles_module_arrow__0f5d3faa{display:none}.styles_module_menuItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa{animation:styles_module_move__0f5d3faa .3s linear forwards;-webkit-animation:styles_module_move__0f5d3faa .3s linear forwards;display:block;position:absolute;right:-16px;top:50%;transform:translateY(-50%);transform-origin:center center}.styles_module_menuItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa path{animation:styles_module_changeColor__0f5d3faa .3s linear forwards;-webkit-animation:styles_module_changeColor__0f5d3faa .3s linear forwards}[dir=rtl] .styles_module_menuItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa{animation:styles_module_moveRtl__0f5d3faa .3s linear forwards;left:-16px;right:unset;transform:rotate(180deg) translateY(50%)}.styles_module_menuItemInDrawer__0f5d3faa{border-radius:8px;color:var(--color-text60);font-size:16px;height:56px;padding:0 12px}.styles_module_collapseIcon__0f5d3faa{color:var(--kux-icon60)!important;height:16px!important;transform:rotate(0deg);transition:all .3s ease;width:16px!important}.styles_module_collapseIconActive__0f5d3faa{transform:rotate(-180deg)}.styles_module_menuItemDotWrapper__0f5d3faa{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.styles_module_menuItemDot__0f5d3faa{background:var(--color-text);border-radius:100%;height:4px;width:4px}.styles_module_menuTitleItem__0f5d3faa{background-color:val(--color-cover2);color:var(--color-text);cursor:pointer;display:block;font-size:16px;line-height:1.6;padding:20px 24px 16px;position:relative;text-decoration:none!important}.styles_module_menuTitleItem__0f5d3faa .styles_module_arrow__0f5d3faa{display:none}.styles_module_menuTitleItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa{animation:styles_module_move__0f5d3faa .3s linear forwards;-webkit-animation:styles_module_move__0f5d3faa .3s linear forwards;display:block;position:absolute;right:-16px;top:50%;transform:translateY(-50%);transform-origin:center center}.styles_module_menuTitleItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa path{animation:styles_module_changeColor__0f5d3faa .3s linear forwards;-webkit-animation:styles_module_changeColor__0f5d3faa .3s linear forwards}[dir=rtl] .styles_module_menuTitleItem__0f5d3faa:hover .styles_module_arrow__0f5d3faa{animation:styles_module_moveRtl__0f5d3faa .3s linear forwards;left:-16px;right:unset;transform:rotate(180deg) translateY(50%)}.styles_module_menuTitleItem__0f5d3faa .styles_module_assetsDetailEntry__0f5d3faa{color:var(--color-text);cursor:pointer;position:absolute;right:32px;top:32px}.styles_module_menuTitleItem__0f5d3faa .styles_module_pnlShow__0f5d3faa{color:var(--color-text40);font-size:12px;margin-top:4px}.styles_module_pnlPositive__0f5d3faa{color:var(--kux-success,#00b464)}.styles_module_pnlNegative__0f5d3faa{color:var(--kux-danger,#f04848)}.styles_module_pnlNeutral__0f5d3faa{color:var(--color-text40)}.styles_module_menuTitleItemInDrawer__0f5d3faa{font-size:14px}.styles_module_menuItemText__0f5d3faa{box-sizing:border-box;flex:1 1;font-weight:400;line-height:140%;white-space:break-spaces;word-break:break-all}.styles_module_menuTitleItemText__0f5d3faa{line-height:20px;white-space:break-spaces}.styles_module_assetsDetail__0f5d3faa{align-items:center;color:var(--color-text40);display:flex;flex-wrap:wrap;font-size:12px;line-height:140%;word-break:break-all}.styles_module_assetsDetail__0f5d3faa svg{color:var(--kux-icon60);flex-shrink:0;height:20px;-webkit-margin-end:8px;margin-inline-end:8px;-webkit-margin-start:6px;margin-inline-start:6px;width:20px}.styles_module_assetsCount__0f5d3faa{color:var(--color-text40);font-size:14px;line-height:1.6}.styles_module_assetsCount__0f5d3faa .styles_module_account__0f5d3faa{color:var(--kux-text);display:inline-block;font-size:20px;font-weight:600;line-height:1.6;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.styles_module_assetsLoading__0f5d3faa{color:var(--color-text);font-size:20px;line-height:1.6;white-space:normal;word-break:break-word}.styles_module_legalCurrency__0f5d3faa{color:var(--color-text40);font-size:12px;line-height:1.4}.styles_module_bottomMenu__0f5d3faa{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:12px 24px 8px}.styles_module_bottomMenu__0f5d3faa .kux-popover{width:100%}.styles_module_bottomMenu__0f5d3faa span{flex:1 1}.styles_module_bottomMenu__0f5d3faa .styles_module_item__0f5d3faa{align-items:center;border:1px solid var(--color-divider8);border-radius:8px;color:var(--color-text);display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:130%;padding:7px 12px;text-decoration:none!important;width:100%}.styles_module_bottomMenu__0f5d3faa .styles_module_item__0f5d3faa:first-of-type{margin-bottom:6px}.styles_module_bottomMenu__0f5d3faa .styles_module_item__0f5d3faa img{width:44px}.styles_module_bottomMenu__0f5d3faa .styles_module_item__0f5d3faa:hover{background:var(--color-cover2)}.styles_module_tooltip__0f5d3faa{z-index:12000}.styles_module_tooltip__0f5d3faa>div{border-radius:4px}.styles_module_tooltip__0f5d3faa>div>span{border-color:#4a5368 transparent transparent!important}.styles_module_textWrapper__0f5d3faa{align-items:center;color:var(--color-text);display:flex;font-size:14px;font-weight:500;transition:all .3s ease}.styles_module_textWrapper__0f5d3faa.styles_module_arrow__0f5d3faa{margin:2px 0 0 4px;transition:all .3s ease}.styles_module_textWrapper__0f5d3faa:hover{color:var(--color-primary)}.styles_module_textWrapper__0f5d3faa:hover .styles_module_arrow__0f5d3faa{transform:rotate(-180deg)}.styles_module_overlayWrapper__deb79ad1{background:var(--color-layer);border:1px solid var(--kux-cover4);border-radius:4px;border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);margin-bottom:0;margin-top:14px;max-height:calc(100vh - 100px);overflow:auto;overflow-x:hidden;padding:8px 0}@media (max-width:767px){.styles_module_overlayWrapper__deb79ad1{margin-top:22px}}.styles_module_overlayWrapper__deb79ad1 .styles_module_textIcon__deb79ad1{color:var(--kux-icon);display:inline-block;height:20px;margin:0 12px 0 24px;width:20px}.styles_module_overlayWrapper__deb79ad1 .styles_module_textIcon__deb79ad1.styles_module_tradeIcon__deb79ad1{height:20px;width:20px}[dir=rtl] .styles_module_overlayWrapper__deb79ad1 .styles_module_textIcon__deb79ad1{margin:0 24px 0 16px}.styles_module_overlayWrapperInDrawer__deb79ad1{background:transparent;border:none;border-radius:unset;box-shadow:unset;margin-top:0;overflow:unset;padding:0}@media (max-width:767px){.styles_module_overlayWrapperInDrawer__deb79ad1{margin-top:0}}.styles_module_overlayWrapperInDrawer__deb79ad1 .styles_module_textIcon__deb79ad1,[dir=rtl] .styles_module_overlayWrapperInDrawer__deb79ad1 .styles_module_textIcon__deb79ad1{margin:0 16px 0 12px}.styles_module_collapseIcon__deb79ad1{color:var(--kux-icon60)!important;height:16px!important;transform:rotate(0deg);transition:all .3s ease;width:16px!important}.styles_module_collapseIconActive__deb79ad1{transform:rotate(-180deg)}.styles_module_menuItemDotWrapper__deb79ad1{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.styles_module_menuItemDot__deb79ad1{background:var(--color-text);border-radius:100%;height:4px;width:4px}.styles_module_overlayWrapperInTrade__deb79ad1{margin-top:14px}@media (max-width:767px){.styles_module_overlayWrapperInTrade__deb79ad1{margin-top:14px}}@keyframes styles_module_move__deb79ad1{0%{right:20px}to{right:18px}}@keyframes styles_module_moveRtl__deb79ad1{0%{left:20px}to{left:18px}}@keyframes styles_module_changeColor__deb79ad1{0%{fill:#737e8d}to{fill:#18bb97}}.styles_module_menuItem__deb79ad1{align-items:center;border-radius:unset;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;height:48px;position:relative;text-decoration:none!important;width:100%;word-break:break-all}.styles_module_menuItem__deb79ad1:hover{background:var(--color-cover2);color:var(--color-text)}.styles_module_menuItem__deb79ad1 .styles_module_arrow__deb79ad1{display:none}.styles_module_menuItem__deb79ad1:hover .styles_module_arrow__deb79ad1{animation:styles_module_move__deb79ad1 .3s linear forwards;-webkit-animation:styles_module_move__deb79ad1 .3s linear forwards;display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.styles_module_menuItem__deb79ad1:hover .styles_module_arrow__deb79ad1 path{animation:styles_module_changeColor__deb79ad1 .3s linear forwards;-webkit-animation:styles_module_changeColor__deb79ad1 .3s linear forwards}[dir=rtl] .styles_module_menuItem__deb79ad1:hover .styles_module_arrow__deb79ad1{animation:styles_module_moveRtl__deb79ad1 .3s linear forwards;-webkit-animation:styles_module_moveRtl__deb79ad1 .3s linear forwards;left:20px;right:unset;transform:rotate(180deg) translateY(50%)}.styles_module_menuItemInDrawer__deb79ad1{border-radius:8px;color:var(--color-text60);font-size:16px;height:56px;padding:0 12px}.styles_module_menuItemText__deb79ad1{box-sizing:border-box;flex:1 1;font-weight:400;line-height:140%;padding-right:24px;white-space:break-spaces;word-break:break-all}[dir=rtl] .styles_module_menuItemText__deb79ad1{padding-left:24px;padding-right:0}.styles_module_historyText__deb79ad1{color:var(--kux-text60);font-size:14px;font-weight:400;line-height:140%;-webkit-margin-start:56px;margin-inline-start:56px}.styles_module_historyTextInDrawer__deb79ad1{font-size:16px;-webkit-margin-start:0;margin-inline-start:0}.styles_module_divider__deb79ad1{background:var(--color-divider4)!important;margin:8px 24px!important;width:85%!important}.styles_module_dividerInDrawer__deb79ad1{margin:12px auto!important;width:calc(100% - 24px)!important}.styles_module_textWrapper__deb79ad1{align-items:center;color:var(--color-text);display:flex;font-size:14px;font-weight:500;transition:all .3s ease}.styles_module_textWrapper__deb79ad1 .styles_module_arrow__deb79ad1{margin:2px 0 0 4px;transition:all .3s ease}.styles_module_textWrapper__deb79ad1:hover{color:var(--color-primary)}.styles_module_textWrapper__deb79ad1:hover .styles_module_arrow__deb79ad1{transform:rotate(-180deg)}@media (max-width:1339px){.styles_module_textWrapper__deb79ad1{font-size:14px}}.styles_module_Nav__0cd76064{width:100%}.styles_module_NavBar__0cd76064{border-bottom:1px solid var(--kux-divider8);display:flex;gap:20px;height:72px;justify-content:space-between;margin:0 auto;padding:0 24px;position:relative;width:100%}@media (max-width:1339px){.styles_module_NavBar__0cd76064{padding:0 24px}}@media (max-width:767px){.styles_module_NavBar__0cd76064{height:64px;padding:0 16px}}.styles_module_NavBarMiniMode__0cd76064{height:56px}.styles_module_NavBarInTrade__0cd76064{height:48px!important}.styles_module_Links__0cd76064{-webkit-box-pack:start;align-items:center;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,auto);height:100%;justify-content:start;width:100%}.styles_module_NavUserDom__0cd76064{align-items:center;display:flex;gap:12px}.styles_module_LogoLink__0cd76064{align-items:flex-start;display:flex;flex-direction:column}.styles_module_LogoLink__0cd76064:hover{opacity:.8}.styles_module_LogoImg__0cd76064{transition:all .3s ease;width:101px}@media (max-width:1339px){.styles_module_LogoImg__0cd76064{width:103.71px}}.styles_module_LogoImg__0cd76064.styles_module_inTrade__0cd76064{width:103.71px}.styles_module_PoweredByText__0cd76064{color:var(--kux-text);font-size:10px;font-weight:400;line-height:100%;margin-top:2px}.styles_module_UnionBox__0cd76064{align-items:center;color:var(--color-primary);display:none;flex:1 1;font-size:22px;font-weight:600;gap:14px;line-height:120%;min-width:-moz-fit-content;min-width:fit-content;overflow:hidden}.styles_module_UnionBox__0cd76064.styles_module_show__0cd76064{display:flex}.styles_module_UnionBox__0cd76064 span{overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.styles_module_UnionBox__0cd76064{font-size:20px;gap:8px;margin-left:8px}}.styles_module_MenuBox__0cd76064{align-items:center;background:var(--color-cover4);border-radius:50%;cursor:pointer;display:none;height:32px;justify-content:center;width:32px}.styles_module_NavLinks__0cd76064{align-items:center;display:flex;flex-shrink:0;height:100%;min-width:350px;overflow:auto hidden;scroll-behavior:smooth;scrollbar-width:none}.styles_module_NavLinks__0cd76064::-webkit-scrollbar{display:none}.styles_module_NavLinksWrapper__0cd76064{height:100%;position:relative;width:100%}.styles_module_Root__0cd76064{position:relative;width:100%;z-index:100}.styles_module_Root__0cd76064 .styles_module_logo__0cd76064{vertical-align:middle}.styles_module_HeaderNavLoadingMask__0cd76064{align-items:center;background-color:var(--color-overlay);column-gap:20px;display:flex;height:100%;margin-left:121px;min-width:500px;padding-left:20px;position:absolute;transition:all .38s ease;width:calc(100% - 121px);z-index:3}@media (max-width:1339px){.styles_module_HeaderNavLoadingMask__0cd76064{padding-left:0}}.styles_module_mobileSignUpBtnWrap__0cd76064{margin-right:0}.styles_module_mobileSignUpBtnWrap__0cd76064 .styles_module_signUpBtnSm__0cd76064{font-size:12px;font-weight:500;height:28px;padding:0 8px}.styles_module_mobileSignUpBtnWrap__0cd76064 .styles_module_signUpBtnImg__0cd76064{height:12px;margin:0 4px 0 0;width:12px}.styles_module_highlight__0cd76064{background:#aaffd6;color:#1d1d1d}.styles_module_appDownloadWrapper__0cd76064{align-items:center;background:var(--color-cover4);border-radius:32px 32px;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.styles_module_appDownloadWrapper__0cd76064 svg{margin:0 6px}.styles_module_appDownloadWrapper__0cd76064 img{width:16px}.styles_module_appDownloadWrapper__0cd76064:hover svg{color:var(--color-primary)}.styles_module_overlayWrapper__0cd76064{align-items:center;background:var(--color-layer);border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);display:flex;flex-direction:column;margin-top:18px;max-height:calc(100vh - 100px);overflow:auto;padding:16px 24px;width:244px}@media (max-width:1339px){.styles_module_overlayWrapper__0cd76064{margin-top:12px}}.styles_module_overlayWrapper__0cd76064 .styles_module_title__0cd76064{color:var(--color-text60);cursor:text;font-size:14px;font-weight:500;line-height:130%;margin-bottom:12px;text-align:center;white-space:normal;width:100%;word-break:break-word}.styles_module_overlayWrapper__0cd76064 .styles_module_QRCode__0cd76064{margin-bottom:16px}.styles_module_overlayWrapper__0cd76064 .styles_module_QRCode__0cd76064 .styles_module_QRCodeBox__0cd76064{text-align:center}.styles_module_overlayWrapper__0cd76064 .styles_module_more__0cd76064{align-items:center;color:var(--color-primary);display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:130%;text-decoration:none!important;width:100%}.styles_module_overlayWrapperInTrade__0cd76064{margin-top:8px}@media (max-width:1339px){.styles_module_overlayWrapperInTrade__0cd76064{margin-top:8px}}.styles_module_exICArrowRight2Outlined__0cd76064{margin-left:4px}[dir=rtl] .styles_module_exICArrowRight2Outlined__0cd76064{margin-left:unset;margin-right:4px;transform:rotate(180deg)}.styles_module_downloadContainer__0cd76064{cursor:default}.styles_module_wrapper__c6d94af3{align-items:center;background-clip:padding-box!important;background:var(--color-cover4);border:none;border-radius:50%;cursor:pointer;display:flex;font-family:inherit;height:32px;justify-content:center;width:32px}.styles_module_wrapper__c6d94af3 .styles_module_languageCurrencyIcon__c6d94af3{height:32px;min-width:32px;width:32px}.styles_module_wrapper__c6d94af3 svg{color:var(--color-text)}.styles_module_wrapper__c6d94af3 span{color:var(--color-text);font-size:14px;font-weight:600}.styles_module_wrapper__c6d94af3:hover span,.styles_module_wrapper__c6d94af3:hover svg{color:var(--color-primary)}.styles_module_wrapperInTrade__c6d94af3{span-fontsize:11.2px;height:"32px";width:"32px"}.styles_module_segmented__c6d94af3{padding:0!important}.styles_module_overlayWrapper__c6d94af3{background:var(--color-layer);display:flex;flex-direction:column;height:530px;min-width:340px}.styles_module_overlayWrapper__c6d94af3 .styles_module_title__c6d94af3{color:var(--color-text60);font-size:12px;line-height:20px;padding:8px 48px}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3{align-content:flex-start;display:flex;flex-flow:wrap;height:480px;list-style:none;padding-left:0}[dir=rtl] .styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3{padding-right:0}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 button{font-family:inherit}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;font-size:15px;font-weight:500;height:48px;margin-bottom:8px;padding:10px 8px;text-align:left;width:190px}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3 span{position:relative}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3:hover{background:var(--color-cover2)}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3 .styles_module_iconCurrency__c6d94af3{-webkit-margin-end:8px;margin-inline-end:8px;-webkit-margin-start:4px;margin-inline-start:4px}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_activeItem__c6d94af3{color:var(--color-primary)}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_activeItem__c6d94af3 span{display:flex}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_activeItem__c6d94af3 span svg{-webkit-margin-start:16px;margin-inline-start:16px}.styles_module_overlayWrapper__c6d94af3 .styles_module_group__c6d94af3 .styles_module_activeItem__c6d94af3 img{position:absolute;right:-18px;top:50%;transform:translate3d(0,-50%,0)}.styles_module_content__c6d94af3{width:100%}.styles_module_overlayTitle__c6d94af3{color:var(--color-text40);font-size:14px;line-height:130%;margin:0 32px 12px 0}.styles_module_inDrawer__c6d94af3{color:var(--color-text);flex:1 1;line-height:140%;overflow:auto;padding-bottom:100px;scrollbar-width:none}.styles_module_inDrawer__c6d94af3::-webkit-scrollbar{display:none}.styles_module_inDrawer__c6d94af3 .styles_module_title__c6d94af3{color:var(--color-text);font-size:24px;font-weight:600;margin-bottom:24px;padding:0 12px}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3{list-style:none;padding-left:0}[dir=rtl] .styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3{padding-right:0}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3 button{font-family:inherit}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--color-text60);cursor:pointer;display:flex;font-size:16px;font-weight:400;height:48px;justify-content:space-between;padding:0 12px;width:100%}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3.styles_module_activeItem__c6d94af3{color:var(--kux-text);flex-direction:row-reverse}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3.styles_module_activeItem__c6d94af3 span{display:flex;justify-content:space-between;width:100%}.styles_module_inDrawer__c6d94af3 .styles_module_group__c6d94af3 .styles_module_menuItem__c6d94af3:hover{background:var(--kux-cover2);color:var(--color-text)}.styles_module_tabsSpan__c6d94af3{color:inherit;font-size:inherit;font-weight:inherit;margin:0}.Gbiz-I18nBox .kux-modal-content-modal::-webkit-scrollbar{height:3px;width:3px}.Gbiz-I18nBox .kux-modal-content-modal::-webkit-scrollbar-thumb{background:var(--kux-text20);border-radius:2px}.styles_module_navUser__ab4e0d04{align-items:center;display:flex;flex-direction:row;gap:12px}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04{align-items:center;background-clip:border-box!important;color:var(--color-text);cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:0;text-decoration:none!important;white-space:nowrap;width:auto}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=asset],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=currency],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=download],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=i18n],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=order],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=person],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=search],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=theme]{display:flex}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=currency],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=download],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=i18n],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=order],.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=person]{padding:0}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice]{margin-left:0}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice]>span{height:32px!important;margin-left:0!important;width:32px!important}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice] svg{height:16px!important;width:16px!important}[dir=rtl] .styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice]{margin:0}.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice]>span{border-radius:32px 32px}@media (max-width:767px){.styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=notice] svg{height:16px;width:16px}}[dir=rtl] .styles_module_navUser__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=person]{margin-left:0}.styles_module_navUserInDrawer__ab4e0d04{flex-direction:column}.styles_module_navUserInDrawer__ab4e0d04 .styles_module_navUserItem__ab4e0d04{width:100%}[dir=rtl] .styles_module_navUserInDrawer__ab4e0d04 .styles_module_navUserItem__ab4e0d04{padding:0}.styles_module_navUserInDrawer__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=search]{display:none}[dir=rtl] .styles_module_navUserInDrawer__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=theme]{padding:0}.styles_module_navUser1__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=currency],.styles_module_navUser1__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=download],.styles_module_navUser1__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=i18n],.styles_module_navUser1__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=theme],.styles_module_navUser2__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=asset],.styles_module_navUser2__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=order],.styles_module_navUser3UnLogin__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=search],.styles_module_navUser3__ab4e0d04 .styles_module_navUserItem__ab4e0d04[data-menu=search]{display:none}.styles_module_userBoxWrapper__ab4e0d04{align-items:center;display:flex;flex-direction:row;justify-content:unset;margin-right:0;padding:0;width:auto;width:max-content}@media (max-width:767px){.styles_module_userBoxWrapper__ab4e0d04{padding:0 6px}}.styles_module_userBoxWrapperInDrawer__ab4e0d04{gap:12px;justify-content:space-between;padding:0;width:100%}.styles_module_divider__ab4e0d04{background:var(--kux-cover8)!important;height:16px!important;margin-left:12px!important;width:1px!important}[dir=rtl] .styles_module_divider__ab4e0d04{margin:0 12px 0 0!important}.styles_module_searchWrapper__ab4e0d04{align-items:center;background-color:var(--color-cover4);border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.styles_module_searchWrapper__ab4e0d04:hover svg{color:var(--color-primary)}@media (max-width:767px){.styles_module_searchWrapper__ab4e0d04{font-size:14px;height:32px;line-height:30px;width:32px}}[dir=rtl] .styles_module_searchWrapper__ab4e0d04{transform:rotateY("180deg")}.styles_module_searchWrapperInTrade__ab4e0d04{font-size:14px;height:32px;line-height:30px;width:32px}.styles_module_signinLink__ab4e0d04{color:var(--color-text);font-size:14px;font-weight:500;-webkit-margin-end:24px;margin-inline-end:24px}.styles_module_signinLinkUnLogin__ab4e0d04{display:none}.styles_module_signinLinkInDrawer__ab4e0d04{display:block;flex:1 1;-webkit-margin-end:0;margin-inline-end:0}.styles_module_signinLinkInTrade__ab4e0d04{font-size:12px}.styles_module_signUpBtnInDrawer__ab4e0d04{flex:1 1}.styles_module_btnInDrawer__ab4e0d04 .kux-button-content{font-size:16px!important;font-weight:600!important}.styles_module_btnInTrade__ab4e0d04 .kux-button-content{font-size:12px!important}.styles_module_searchWrapper__b095c5fb{margin-left:20px}[dir=rtl] .styles_module_searchWrapper__b095c5fb{margin-right:20px}.styles_module_inputWrapper__b095c5fb{align-items:center;border-bottom:unset;display:flex;padding:0 12px;width:100%}.styles_module_headerCloseWrapper__b095c5fb{align-items:center;border:2px solid var(--kux-cover8);border-radius:100%;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.styles_module_cusInput__b095c5fb{border:unset;width:150px}.styles_module_cusInputInDrawer__b095c5fb{flex:1 1}.styles_module_cusInputInDrawer__b095c5fb .kux-input-core{height:48px!important}.styles_module_cusInputInDrawer__b095c5fb .kux-input-fieldset{border-radius:24px;inset:-10px 0 0 0}.styles_module_cusInputInDrawer__b095c5fb .kux-input-search-small{height:48px!important}.styles_module_cusInputInDrawer__b095c5fb .kux-input-fieldset-search{border-color:var(--kux-cover8)!important}.kux-input-focus.styles_module_cusInputInDrawer__b095c5fb .kux-input-fieldset{border-color:var(--kux-cover8)}.styles_module_divider__b095c5fb{background-color:var(--kux-cover8);height:20px!important;margin:0 16px;width:1px!important}.styles_module_cancelSpan__b095c5fb{color:var(--kux-text);cursor:pointer;flex-shrink:0;font-size:16px;font-weight:500;-webkit-margin-start:16px;margin-inline-start:16px}.styles_module_content__b095c5fb{background-color:var(--kux-bulletLayer);bottom:0;height:calc(100vh - 148px);left:0;overflow:auto;padding-bottom:20px;position:absolute;right:0;scrollbar-width:none;top:68px;z-index:100}.styles_module_content__b095c5fb::-webkit-scrollbar{display:none}.styles_module_inSearchWrapper__b095c5fb{align-items:center;display:flex}.styles_module_headerClose__5ef391c9{align-items:center;border:2px solid var(--kux-cover8);border-radius:100%;cursor:pointer;display:flex;height:34px;inset-inline-end:32px;justify-content:center;position:absolute;top:23px;width:34px;z-index:1000}@media (max-width:767px){.styles_module_headerClose__5ef391c9{inset-inline-end:28px}}.styles_module_drawerWrapper__5ef391c9{display:flex;flex-direction:column;height:100%;justify-content:space-between;line-height:140%;position:relative;width:100%}.styles_module_drawerHeaderWrapper__5ef391c9{height:80px}.styles_module_contentWrapper__5ef391c9{flex:1 1;overflow:auto;scrollbar-width:none}.styles_module_contentWrapper__5ef391c9::-webkit-scrollbar{display:none}.styles_module_contentWrapper__5ef391c9 .styles_module_userBox2__5ef391c9{padding:24px 12px}.styles_module_scrollContent__5ef391c9{position:relative;width:100%}.styles_module_cusDrawer__5ef391c9 .kux-modal-content{height:calc(100% - 80px);padding:0 20px!important}.styles_module_hr2__5ef391c9,.styles_module_hr3__5ef391c9,.styles_module_hr__5ef391c9{background:var(--color-divider4);border:none;height:1px;margin:12px}.styles_module_hr2__5ef391c9{margin:12px}.styles_module_hr3__5ef391c9{margin:0 32px}@media (max-width:767px){.styles_module_hr3__5ef391c9{margin:0 16px}}.styles_module_i18nItem__5ef391c9,.styles_module_item__5ef391c9{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;font-size:16px;font-weight:500;height:56px;justify-content:space-between;line-height:56px;padding:0 12px}@media (max-width:767px){.styles_module_i18nItem__5ef391c9,.styles_module_item__5ef391c9{padding:0 12px}}.styles_module_i18nItem__5ef391c9:hover,.styles_module_item__5ef391c9:hover{background:var(--color-cover2)}.styles_module_i18nItem__5ef391c9{margin-bottom:12px}.styles_module_themeItem__5ef391c9{align-items:center;display:flex;justify-content:space-between;padding:16px 12px}.styles_module_themeItem__5ef391c9:hover{background:unset}.styles_module_cusLink__5ef391c9{align-items:center;color:var(--color-text);display:flex;font-size:16px;font-weight:500;height:100%;text-decoration:none;width:100%}.styles_module_cusLink__5ef391c9:hover{color:var(--color-text)}.styles_module_cusLink__5ef391c9 span{margin:0 0 0 8px}[dir=rtl] .styles_module_cusLink__5ef391c9 span{margin:0 8px 0 0}.styles_module_itemValue__5ef391c9{color:var(--color-text40);font-size:14px;font-weight:400}.styles_module_title__5ef391c9{align-items:center;display:flex;font-weight:500}.styles_module_title__5ef391c9 svg{margin-right:8px}[dir=rtl] .styles_module_title__5ef391c9 svg{margin-left:8px;margin-right:0}.styles_module_addIcon__5ef391c9{height:20px;margin-right:8px;width:20px}.styles_module_h5Wrapper__5ef391c9{align-items:center;display:flex;height:80px;padding:0 32px!important;width:100%;z-index:1}.styles_module_navLinks__5ef391c9 .kux-collapse-panel{background:transparent;padding:0!important}.styles_module_navLinks__5ef391c9 .kux-collapse-panel .kux-collapse-panel-header{border-radius:8px!important;font-size:16px!important;font-weight:500;padding:16.8px 12px!important}.styles_module_navLinks__5ef391c9 .kux-collapse-panel .kux-collapse-panel-header:hover{background:var(--kux-cover2)!important}.styles_module_navLinks__5ef391c9 .kux-collapse-panel+.kux-collapse-panel{margin-top:0!important}.styles_module_navLinks__5ef391c9 .kux-collapse-panel-content-inner{border:none!important;padding:0!important}.styles_module_navLinks__5ef391c9 .kux-collapse-panel.active .kux-collapse-panel-header{background:var(--kux-cover2)!important}.styles_module_navLinksWithUser__5ef391c9{margin-top:12px}.styles_module_downBox__5ef391c9{padding-bottom:32px}.styles_module_cusDrawer__676740b4 .kux-modal-content{display:flex;flex:1 1;flex-direction:column;height:100%;padding:0 20px}.styles_module_headerCloseWrapper__676740b4{align-items:center;display:flex;height:80px;justify-content:space-between;padding:0 12px;position:relative;width:100%}.styles_module_headerClose__676740b4{align-items:center;border:2px solid var(--kux-cover8);border-radius:100%;cursor:pointer;display:flex;height:34px;inset-inline-end:32px;justify-content:center;position:absolute;top:23px;width:34px;z-index:1000}@media (max-width:767px){.styles_module_headerClose__676740b4{inset-inline-end:28px}}.styles_module_tabContainer__b375066f{align-items:center;background:var(--color-cover4);border-radius:8px;cursor:pointer;display:inline-flex}.styles_module_tabContainerDarkInDrawer__b375066f{background:"transparent";border:1px solid var(--color-divider8)}.styles_module_tabItem__b375066f{align-items:center;color:var(--color-text60);display:inline-block;display:inline-flex;font-size:14px;height:100%;line-height:18.2px;padding:4px 8px;white-space:nowrap}.styles_module_tabItemActive__b375066f{align-items:center;background-color:var(--color-layer);border:1px solid var(--color-text);border-radius:6px;color:var(--color-text);display:flex;font-size:14px;font-weight:500;justify-content:center;padding:4px 8px}.styles_module_tabItemActive1__b375066f{background-color:var(--color-cover8);border:1px solid transparent}.styles_module_tabItemBox__b375066f{display:inline-block;height:34px;padding:4px 0 4px 4px}.styles_module_tabItemBox__b375066f.styles_module_tabItemBoxRight__b375066f{padding:4px 4px 4px 0}.styles_module_goWeb3ConfirmTitle__b375066f{color:var(--color-text);font-size:20px;font-weight:600;margin-bottom:8px;margin-top:8px}.styles_module_skeletonItem__1852367a{animation:styles_module_animSkeleton__1852367a 2s ease infinite;background-size:400% 100%;border-radius:4px;display:block;height:20px;width:60px}@keyframes styles_module_animSkeleton__1852367a{0%{background-position:100% 50%}to{background-position:0 50%}}.styles_module_scrollWrapper__816f6af9{-webkit-box-pack:start;align-items:center;display:grid;flex-shrink:0;grid-template-columns:repeat(1,auto);height:100%;justify-content:start;min-width:350px;position:relative}.styles_module_scrollInner__816f6af9{align-items:center;display:flex;height:100%;overflow:auto hidden;scroll-behavior:smooth;scrollbar-width:none;width:100%}.styles_module_scrollInner__816f6af9::-webkit-scrollbar{display:none}.styles_module_disableScroll__816f6af9{min-width:max-content;overflow:hidden}.styles_module_scrollButton__816f6af9{align-items:center;background:var(--kux-backgroundOverlay);cursor:pointer;display:inline-flex;height:100%;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px;z-index:10}.styles_module_opacityPlaceholder__816f6af9{border-radius:14px;height:100%;min-width:20px;width:20px}.styles_module_flexStart__816f6af9{justify-content:flex-start;left:-2px}.styles_module_flexEnd__816f6af9{justify-content:flex-end;right:-2px}.styles_module_left__816f6af9{background:linear-gradient(270deg,hsla(0,0%,7%,0) 0,var(--kux-backgroundOverlay) 100%)}.styles_module_right__816f6af9{background:linear-gradient(270deg,var(--kux-backgroundOverlay) 0,hsla(0,0%,7%,0) 100%)}.styles_module_iconBox__816f6af9{align-items:center;display:flex;height:100%}.styles_module_Nav__45553f2b{width:100%}.styles_module_NavBar__45553f2b{border-bottom:1px solid var(--kux-divider8);display:flex;gap:20px;height:72px;justify-content:space-between;margin:0 auto;padding:0 24px;position:relative;width:100%}@media (max-width:1339px){.styles_module_NavBar__45553f2b{padding:0 24px}}@media (max-width:767px){.styles_module_NavBar__45553f2b{height:64px;padding:0 16px}}.styles_module_NavBarMiniMode__45553f2b{height:56px}.styles_module_NavBarInTrade__45553f2b{height:48px!important}.styles_module_Links__45553f2b{-webkit-box-pack:start;align-items:center;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,auto);height:100%;justify-content:start;width:100%}.styles_module_NavUserDom__45553f2b{align-items:center;display:flex;gap:12px}.styles_module_LogoLink__45553f2b{align-items:flex-start;display:flex;flex-direction:column}.styles_module_LogoLink__45553f2b:hover{opacity:.8}.styles_module_LogoImg__45553f2b{transition:all .3s ease;width:101px}@media (max-width:1339px){.styles_module_LogoImg__45553f2b{width:103.71px}}.styles_module_LogoImg__45553f2b.styles_module_inTrade__45553f2b{width:103.71px}.styles_module_PoweredByText__45553f2b{color:var(--kux-text);font-size:10px;font-weight:400;line-height:100%;margin-top:2px}.styles_module_UnionBox__45553f2b{align-items:center;color:var(--color-primary);display:none;flex:1 1;font-size:22px;font-weight:600;gap:14px;line-height:120%;min-width:-moz-fit-content;min-width:fit-content;overflow:hidden}.styles_module_UnionBox__45553f2b.styles_module_show__45553f2b{display:flex}.styles_module_UnionBox__45553f2b span{overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.styles_module_UnionBox__45553f2b{font-size:20px;gap:8px;margin-left:8px}}.styles_module_MenuBox__45553f2b{align-items:center;background:var(--color-cover4);border-radius:50%;cursor:pointer;display:none;height:32px;justify-content:center;width:32px}.styles_module_NavLinks__45553f2b{align-items:center;display:flex;flex-shrink:0;height:100%;min-width:350px;overflow:auto hidden;scroll-behavior:smooth;scrollbar-width:none}.styles_module_NavLinks__45553f2b::-webkit-scrollbar{display:none}.styles_module_NavLinksWrapper__45553f2b{height:100%;position:relative;width:100%}.styles_module_Root__45553f2b{position:relative;width:100%;z-index:100}.styles_module_Root__45553f2b .styles_module_logo__45553f2b{vertical-align:middle}.styles_module_HeaderNavLoadingMask__45553f2b{align-items:center;background-color:var(--color-overlay);column-gap:20px;display:flex;height:100%;margin-left:121px;min-width:500px;padding-left:20px;position:absolute;transition:all .38s ease;width:calc(100% - 121px);z-index:3}@media (max-width:1339px){.styles_module_HeaderNavLoadingMask__45553f2b{padding-left:0}}.styles_module_mobileSignUpBtnWrap__45553f2b{margin-right:0}.styles_module_mobileSignUpBtnWrap__45553f2b .styles_module_signUpBtnSm__45553f2b{font-size:12px;font-weight:500;height:28px;padding:0 8px}.styles_module_mobileSignUpBtnWrap__45553f2b .styles_module_signUpBtnImg__45553f2b{height:12px;margin:0 4px 0 0;width:12px}.styles_module_highlight__45553f2b{background:#aaffd6;color:#1d1d1d}.styles_module_IOSWrapper__1099d318{background:var(--color-overlay);bottom:0;display:flex;left:0;padding:12px;position:fixed;right:0}.styles_module_InfoWrapper__1099d318{display:flex}.styles_module_InfoDes__1099d318{display:flex;flex-direction:column;font-size:14px;justify-content:center;margin-left:8px}.styles_module_InfoTitle__1099d318{align-items:center;color:var(--color-text);display:flex;font-weight:600}.styles_module_Logo__1099d318{height:36px;width:36px}.styles_module_Close__1099d318{cursor:pointer;height:8px;position:absolute;right:8px;top:6px;width:8px}.styles_module_ShareImg__1099d318{height:20px;margin-left:2px;width:20px}.styles_module_wrapper__b94097c1{align-items:center;color:var(--color-text);display:flex;flex-direction:row;height:40px;line-height:40px;padding-left:40px;padding-right:40px;text-align:center}@media (max-width:767px){.styles_module_wrapper__b94097c1{padding-left:12px;padding-right:12px}}.styles_module_main__b94097c1{align-items:center;display:flex;flex:1 1;overflow:hidden}.styles_module_topMessageBox__b94097c1{align-items:center;display:flex;flex-flow:row nowrap;gap:4px;justify-content:flex-start}.styles_module_extendWarnIcon__b94097c1{flex-shrink:0;font-size:16px;height:14px;margin-right:8px;min-width:14px;width:14px}[dir=rtl] .styles_module_extendWarnIcon__b94097c1{margin-left:8px;margin-right:0}.styles_module_content__b94097c1{font-size:14px;font-weight:400;margin-right:8px;overflow:hidden;position:relative;text-align:center;white-space:nowrap}[dir=rtl] .styles_module_content__b94097c1{margin-left:8px;margin-right:0}.styles_module_marqueeGap__b94097c1{display:inline-block;width:100px}.styles_module_closeIcon__b94097c1{color:var(--color-text60);cursor:pointer;height:14px;margin-left:8px;width:14px}[dir=rtl] .styles_module_closeIcon__b94097c1{margin-left:unset;margin-right:8px}@media (max-width:767px){.styles_module_closeIcon__b94097c1{border-left:1px solid var(--color-divider8);box-sizing:content-box;padding-left:8px}[dir=rtl] .styles_module_closeIcon__b94097c1{border-left:unset;border-right:1px solid var(--color-divider8);padding-left:unset;padding-right:8px}}.styles_module_link__b94097c1{border:1px solid;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;line-height:150%;padding:2px 8px 2px 12px;text-align:center;white-space:nowrap;word-break:keep-all}[dir=rtl] .styles_module_link__b94097c1{padding:2px 12px 2px 8px}.styles_module_link__b94097c1>a{align-items:center;display:flex}.styles_module_link__b94097c1>a svg{margin-left:2px}[dir=rtl] .styles_module_link__b94097c1>a svg{margin-left:unset;margin-right:2px}.styles_module_link__b94097c1 a,.styles_module_link__b94097c1 a:active,.styles_module_link__b94097c1 a:hover,.styles_module_link__b94097c1 a:visited{color:inherit;text-decoration:none}[dir=rtl] .styles_module_iCArrowRight2OutlinedIcon__b94097c1{transform:scaleX(-1)}.styles_module_smallPageArrowRight__b94097c1{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.styles_module_smallPageArrowRight__b94097c1 svg{color:var(--color-text60)}[dir=rtl] .styles_module_smallPageArrowRight__b94097c1 svg{transform:scaleX(-1)}.styles_module_extendDrawer__b94097c1{max-height:66.7vh;min-height:33.3vh;width:100%}.styles_module_extendDrawer__b94097c1 .KuxModalHeader-root{flex-shrink:0;height:56px;padding:0 16px}.styles_module_extendDrawer__b94097c1 .KuxModalHeader-root .KuxModalHeader-close{height:28px;right:16px;top:14px;width:28px}.styles_module_extendDrawer__b94097c1 .KuxModalHeader-root .KuxModalHeader-title{color:var(--color-text);font-size:18px;font-weight:700;line-height:130%}.styles_module_extendDrawer__b94097c1 .KuxDrawer-content{width:100%}.styles_module_drawerMain__b94097c1{display:flex;flex:1 1;flex-direction:column;padding:16px}.styles_module_drawerMain__b94097c1 a{display:flex;flex-direction:column;margin-top:24px}.styles_module_drawerContent__b94097c1{color:var(--color-text60);flex:1 1;font-size:14px;font-weight:400;line-height:150%;overflow:auto}.styles_module_drawerButton__b94097c1{font-size:16px;height:48px;line-height:130%;word-break:break-word}.styles_module_wrapper__23e79ece{align-items:center;color:var(--color-text);display:flex;flex-direction:row;padding-left:40px;padding-right:40px;text-align:center}@media (max-width:767px){.styles_module_wrapper__23e79ece{padding-left:12px;padding-right:12px}}.styles_module_main__23e79ece{align-items:center;display:flex;flex:1 1;overflow:hidden}.styles_module_extendWarnIcon__23e79ece{color:var(--color-secondary);flex-shrink:0;font-size:16px;height:16px;margin-right:8px;min-width:16px;width:16px}[dir=rtl] .styles_module_extendWarnIcon__23e79ece{margin-left:8px;margin-right:0}.styles_module_content__23e79ece{font-size:14px;font-weight:400;margin-right:8px;overflow:hidden;position:relative;text-align:center;white-space:nowrap}[dir=rtl] .styles_module_content__23e79ece{margin-left:8px;margin-right:0}.styles_module_marqueeGap__23e79ece{display:inline-block;width:100px}.styles_module_closeIcon__23e79ece{color:var(--color-text60);cursor:pointer;height:14px;margin-left:8px;width:14px}[dir=rtl] .styles_module_closeIcon__23e79ece{margin-left:unset;margin-right:8px}@media (max-width:767px){.styles_module_closeIcon__23e79ece{border-left:1px solid var(--color-divider8);box-sizing:content-box;padding-left:8px}[dir=rtl] .styles_module_closeIcon__23e79ece{border-left:unset;border-right:1px solid var(--color-divider8);padding-left:unset;padding-right:8px}}.styles_module_link__23e79ece{border:1px solid;border-radius:20px;display:inline-block;font-size:12px;font-weight:600;line-height:150%;padding:2px 8px 2px 12px;text-align:center;white-space:nowrap;word-break:keep-all}[dir=rtl] .styles_module_link__23e79ece{padding:2px 12px 2px 8px}.styles_module_link__23e79ece>a{align-items:center;display:flex}.styles_module_link__23e79ece>a svg{margin-left:2px}[dir=rtl] .styles_module_link__23e79ece>a svg{margin-left:unset;margin-right:2px}.styles_module_link__23e79ece a,.styles_module_link__23e79ece a:active,.styles_module_link__23e79ece a:hover,.styles_module_link__23e79ece a:visited{color:inherit;text-decoration:none}.styles_module_iCArrowRight2OutlinedIcon__23e79ece{height:14px;width:14px}[dir=rtl] .styles_module_iCArrowRight2OutlinedIcon__23e79ece{transform:scaleX(-1)}.styles_module_smallPageArrowRight__23e79ece{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.styles_module_smallPageArrowRight__23e79ece svg{color:var(--color-text60)}[dir=rtl] .styles_module_smallPageArrowRight__23e79ece svg{transform:scaleX(-1)}.styles_module_extendDrawer__23e79ece{max-height:66.7vh;min-height:33.3vh}.styles_module_extendDrawer__23e79ece .KuxModalHeader-root{flex-shrink:0;height:56px;padding:0 16px}.styles_module_extendDrawer__23e79ece .KuxModalHeader-root .KuxModalHeader-close{height:28px;right:16px;top:14px;width:28px}.styles_module_extendDrawer__23e79ece .KuxModalHeader-root .KuxModalHeader-title{color:var(--color-text);font-size:18px;font-weight:700;line-height:130%}.styles_module_extendDrawer__23e79ece .KuxDrawer-content{display:flex}.styles_module_drawerMain__23e79ece{display:flex;flex:1 1;flex-direction:column;padding:16px}.styles_module_drawerMain__23e79ece a{display:flex;flex-direction:column;margin-top:24px}.styles_module_drawerContent__23e79ece{color:var(--color-text60);flex:1 1;font-size:14px;font-weight:400;line-height:150%;overflow:auto}.styles_module_drawerButton__23e79ece{font-size:16px;height:48px;line-height:130%;word-break:break-word}.styles_module_ExtendSUccessIcon__23e79ece{color:var(--color-primary);flex-shrink:0;font-size:16px;margin-right:8px}[dir=rtl] .styles_module_ExtendSUccessIcon__23e79ece{margin-left:8px;margin-right:0}.styles_module_wrapper__14bf63e5{align-items:center;background:linear-gradient(0deg,rgba(255,181,71,.08),rgba(255,181,71,.08)),#fff;display:flex;flex-direction:row;padding-left:40px;padding-right:40px;text-align:center}@media (max-width:767px){.styles_module_wrapper__14bf63e5{padding-left:12px;padding-right:12px}}.styles_module_main__14bf63e5{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}.styles_module_content__14bf63e5{color:var(--color-text);font-size:14px;font-weight:400;margin-right:8px;overflow:hidden;text-align:center;white-space:nowrap}.styles_module_marqueeGap__14bf63e5{display:inline-block;width:100px}.styles_module_link__14bf63e5{border:.5px solid var(--color-complementary);border-radius:4px;color:var(--color-complementary);display:inline-block;font-size:12px;font-weight:500;line-height:20px;padding:2px 8px;text-align:center;white-space:nowrap;word-break:keep-all}.styles_module_link__14bf63e5 a,.styles_module_link__14bf63e5 a:active,.styles_module_link__14bf63e5 a:hover,.styles_module_link__14bf63e5 a:visited{color:inherit;text-decoration:none}.styles_module_closeIcon__14bf63e5{cursor:pointer;height:16px;margin-left:10px;width:16px}.index_module_contentWrapper__2b397fed{padding-right:594px}[dir=rtl] .index_module_contentWrapper__2b397fed{padding-left:594px;padding-right:0}@media (max-width:1199px){.index_module_contentWrapper__2b397fed{padding-right:0}[dir=rtl] .index_module_contentWrapper__2b397fed{padding-left:0;padding-right:0}}@media (max-width:767px){.index_module_contentWrapper__2b397fed{align-items:center;display:flex;flex-direction:column;padding:0 16px;width:100%}[dir=rtl] .index_module_contentWrapper__2b397fed{padding:0 16px}}.index_module_container__2b397fed{background:#fff;border-radius:21.5px;height:172px;overflow:hidden;width:172px}.index_module_mainTitle__2b397fed{color:var(--kux-text);font-size:48px;font-weight:700;line-height:140%;padding-top:24px}@media (max-width:1199px){.index_module_mainTitle__2b397fed{padding-top:0}}@media (max-width:767px){.index_module_mainTitle__2b397fed{font-size:28px;max-width:unset;padding-top:0;text-align:center}}.index_module_subtitle__2b397fed{color:var(--kux-text60);font-size:20px;font-weight:400;line-height:140%;margin-top:12px}@media (max-width:767px){.index_module_subtitle__2b397fed{font-size:16px;margin-top:12px;text-align:center}}.index_module_viewMoreLink__2b397fed{color:var(--kux-text60);cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline}.index_module_qrCodeBox__2b397fed{display:flex;margin-top:48px}@media (max-width:767px){.index_module_qrCodeBox__2b397fed{margin-top:32px}}.index_module_scanQrCodeTips__2b397fed{color:var(--kux-text60);font-size:20px;font-weight:400;line-height:140%;margin-top:48px}@media (max-width:767px){.index_module_scanQrCodeTips__2b397fed{font-size:16px;margin-top:32px;text-align:center}}.index_module_appShowcase__2b397fed{bottom:0;height:724px;position:absolute;right:0;width:579px;z-index:1}.index_module_appShowcase__2b397fed img{height:100%;object-fit:cover;width:100%}@media (max-width:1199px){.index_module_appShowcase__2b397fed{height:478px;width:382px}}@media (max-width:767px){.index_module_appShowcase__2b397fed{height:auto;margin-top:68px;position:relative;width:100%}.index_module_appShowcase__2b397fed img{bottom:-5px;position:relative}}[dir=rtl] .index_module_appShowcase__2b397fed{left:0;right:unset}.index_module_shimmerBackground__2b397fed{background:radial-gradient(68.15% 100% at 50% 100%,#85cbb4 0,hsla(0,0%,7%,0) 100%);bottom:0;height:210px;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.styles_module_wrapper__fcb419ab{align-items:center;display:flex;flex-direction:column;flex-shrink:0}.styles_module_priceWrapper__fcb419ab{color:var(--kux-text30)}.styles_module_rateWrapper__fcb419ab{color:var(--kux-brandGreen)!important;-webkit-margin-start:4px;margin-inline-start:4px}.styles_module_h5Wrapper__fcb419ab{align-items:center;display:flex;font-size:12px;font-weight:500;line-height:140%;margin-top:16px}.styles_module_container__b88043bb{background:var(--color-layer);border-radius:20px;box-shadow:0 0 1px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.05);height:560px;margin-top:16px;overflow:hidden;width:432px}@media (max-width:1339px){.styles_module_container__b88043bb{margin-top:12px}}.styles_module_containerInDrawer__b88043bb{box-shadow:unset;height:100%;margin-top:0;width:100%}@media (max-width:1339px){.styles_module_containerInDrawer__b88043bb{margin-top:0}}.styles_module_containerInTrade__b88043bb{margin-top:6px}@media (max-width:1339px){.styles_module_containerInTrade__b88043bb{margin-top:6px}}.styles_module_containerMiniMode__b88043bb{margin-top:14px}@media (max-width:1339px){.styles_module_containerMiniMode__b88043bb{margin-top:14px}}.styles_module_boxWrapper__b88043bb{background:var(--color-layer);border-radius:20px;display:flex;flex-direction:column;height:560px;overflow:auto;padding:12px 24px 24px;position:relative;width:432px}.styles_module_boxWrapper__b88043bb::-webkit-scrollbar{background:transparent;width:4px}.styles_module_boxWrapper__b88043bb::-webkit-scrollbar-track{background:transparent}.styles_module_boxWrapper__b88043bb::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:2px}.styles_module_boxWrapperInDrawer__b88043bb{display:flex;flex-direction:column;gap:24px;height:100%;padding:12px 0 0;width:100%}.styles_module_wrapper__b88043bb{padding:0 12px;width:100%}.styles_module_title__b88043bb{align-items:center;color:var(--kux-text40);display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:140%;margin-bottom:8px;padding-top:10px}.styles_module_titleInDrawer__b88043bb{font-size:12px;font-weight:500;padding-top:0}.styles_module_ListWrapper__b88043bb{overflow:hidden}.styles_module_content__b88043bb{align-items:center;display:flex;flex-flow:row wrap}.styles_module_h5Content__b88043bb{display:flex;gap:12px;overflow-x:scroll;white-space:nowrap;width:100%}.styles_module_h5Content__b88043bb::-webkit-scrollbar{display:none}.styles_module_h5Content__b88043bb::-webkit-scrollbar-track{background:transparent}.styles_module_h5Content__b88043bb::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:2px}.styles_module_historyItem__b88043bb{background:var(--color-cover2);border-radius:4px;color:var(--color-text);cursor:pointer;direction:ltr;font-size:14px;font-weight:500;height:32px;line-height:32px;margin-bottom:10px;margin-right:10px;max-width:300px;overflow:hidden;padding:0 12px;text-decoration:none;text-overflow:ellipsis}.styles_module_historyItem__b88043bb:hover{background:var(--color-cover2)}.styles_module_historyItem__b88043bb:last-of-type{margin-right:0}.styles_module_historyItemIcon__b88043bb{align-items:center;color:var(--color-text40);cursor:pointer;display:flex;font-size:12px;justify-content:center}.styles_module_historyItemInDrawer__b88043bb{height:30px;padding:0}.styles_module_symbolItem__b88043bb{align-items:center;background:var(--color-cover2);border-radius:8px;color:var(--color-text60);cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:500;height:82px;justify-content:center;margin-bottom:10px;margin-left:10px;padding:12px 9px;text-decoration:none;width:120px}.styles_module_symbolItem__b88043bb:first-of-type{margin-left:0}.styles_module_symbolItem__b88043bb:hover{background:var(--color-cover2)}.styles_module_h5SymbolItem__b88043bb{border:1px solid var(--kux-divider8);border-radius:12px;color:var(--color-text40);cursor:pointer;display:inline-block;flex-shrink:0;height:86px;min-width:150px;padding:16px;text-decoration:none}.styles_module_h5SymbolItem__b88043bb:first-of-type{margin-left:0}.styles_module_h5SymbolItem__b88043bb:hover{background:var(--color-cover2)}.styles_module_countDownWrapper__b88043bb{align-items:center;display:flex;height:25px}.styles_module_countDownItem__b88043bb{align-items:center;background:#11c397;border-radius:4px;color:var(--color-textEmphasis);display:flex;font-size:16px;font-weight:600;height:25px;justify-content:center;min-width:26px;padding:2px 4px}.styles_module_countDownDivider__b88043bb{align-items:center;color:var(--color-primary);display:flex;font-size:12px;font-weight:600;height:100%;justify-content:center;margin:0 2px}.styles_module_item__b88043bb{align-items:center;border:1px solid var(--kux-divider8);border-radius:12px;display:flex;flex-direction:row;height:70px;justify-content:space-between;margin-bottom:12px;padding:16px 12px;text-decoration:none;width:100%}.styles_module_item__b88043bb:last-of-type{margin-bottom:0}.styles_module_item__b88043bb:hover{background:var(--color-cover2)}.styles_module_earnTitle__b88043bb{align-items:center;display:flex;height:100%;overflow:hidden}.styles_module_nameWrapper__b88043bb{display:flex;flex-direction:column}.styles_module_itemTitle__b88043bb{word-wrap:break-word;color:var(--color-text);font-size:15px;font-weight:500;line-height:150%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_typeName__b88043bb{color:var(--color-text40);font-size:12px;line-height:140%}.styles_module_contentWrapper__b88043bb{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0}.styles_module_rateWrapper__b88043bb{color:var(--kux-brandGreen);font-size:15px;font-weight:500;line-height:140%}.styles_module_tip__b88043bb{color:var(--color-text40);font-size:12px;line-height:140%}.styles_module_codeName__b88043bb{align-items:center;display:flex;height:18px;margin-bottom:4px;width:100%}.styles_module_codeContent__b88043bb{justify-content:flex-start}.styles_module_hotContentWrapper__b88043bb{border-radius:8px;display:block;height:82px;margin-bottom:10px;overflow:hidden;position:relative;text-decoration:none;width:100%}.styles_module_contentBG__b88043bb{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_module_hotContent__b88043bb{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:space-between;padding:16px 12px;position:relative;width:100%}.styles_module_hotTitle__b88043bb{display:flex;flex-direction:column;flex-shrink:0;height:43px;justify-content:space-between}.styles_module_newCoinTitle__b88043bb{color:var(--color-primary);font-size:12px;font-weight:600;line-height:130%}.styles_module_hotItemTitle__b88043bb{color:var(--color-text);font-size:18px;font-weight:600;line-height:130%}.styles_module_hotItemTitle__b88043bb span{color:var(--color-text40);font-size:12px;font-weight:400;line-height:130%;margin-left:2px}.styles_module_priceContent__b88043bb{color:var(--color-text);font-size:12px;font-weight:500;line-height:130%}.styles_module_hotRateWrapper__b88043bb{font-style:normal;font-weight:500;line-height:130%;margin-left:2px}.styles_module_normalWrapper__b88043bb{align-items:center;border-radius:8px;display:flex;flex-direction:column;height:50px;justify-content:center;min-width:59px;padding:8px;z-index:2}.styles_module_searchNumber__b88043bb{color:var(--color-primary);font-size:16px;font-weight:600;line-height:130%}.styles_module_searchTips__b88043bb{color:var(--color-primary);font-size:10px;font-weight:600;line-height:130%}.styles_module_newListingWrapper__b88043bb{align-items:center;border-radius:12px;display:flex;justify-content:space-between;min-width:59px;padding:12px 0;z-index:2}.styles_module_newListingItem__b88043bb{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:center;min-width:10px}.styles_module_newListingNumber__b88043bb{color:var(--color-text);font-size:14px;font-weight:600;line-height:130%;margin-bottom:2px}.styles_module_newListingType__b88043bb{color:var(--color-text);font-size:10px;font-weight:500;line-height:130%;opacity:.3}.styles_module_hotDivider__b88043bb{background:var(--color-divider);height:28px;margin:0 12px;width:1px}.styles_module_comingWrapper__b88043bb,.styles_module_preNewListingWrapper__b88043bb{align-items:center;display:flex;flex-direction:column;height:42px;min-width:98px;z-index:2}.styles_module_countDownText__b88043bb{color:var(--color-primary);font-size:10px;font-weight:500;line-height:130%;margin-top:4px}.styles_module_comingWrapper__b88043bb{align-items:center;justify-content:flex-end}.styles_module_coming__b88043bb{align-items:center;background:linear-gradient(305.3deg,#01bc8d 3.32%,#2ccfa8);border-radius:4px;color:var(--color-textEmphasis);display:flex;font-size:12px;font-weight:600;height:18px;padding:0 4px}.styles_module_trendCodeName__b88043bb{align-items:center;display:flex;height:18px;margin-bottom:4px}.styles_module_headerRoom__3aceb05b{background-color:var(--color-overlay);left:0;position:fixed;right:0;top:0;z-index:1000}@media (max-width:767px){.styles_module_navUserItem__6c11ac8c[data-menu=i18n],.styles_module_navUserItem__6c11ac8c[data-menu=theme]{display:none!important}.styles_module_signinLink__6c11ac8c{-webkit-margin-end:0!important;margin-inline-end:0!important}}.styles_module_signinLinkInDrawer__6c11ac8c{border:1px solid var(--color-text);border-radius:24px!important;font-size:16px!important;padding:12.5px 0!important;width:182px!important}.styles_module_h5Wrapper__3a356007{align-items:center;background-color:var(--color-layer);display:flex;height:80px;padding:0 32px;width:100%;z-index:1}@media (max-width:767px){.styles_module_h5Wrapper__3a356007{padding:0 16px}}.styles_module_headerClose__3a356007{align-items:center;border:2px solid var(--kux-cover8);border-radius:100%;cursor:pointer;display:flex;height:34px;inset-inline-end:32px;justify-content:center;position:absolute;top:23px;width:34px;z-index:1000}@media (max-width:767px){.styles_module_headerClose__3a356007{inset-inline-end:28px}}.styles_module_drawerHeaderWrapper__3a356007{height:80px}.styles_module_simplifyLogoDivider__e4827232{background:var(--kux-cover8);font-size:21px;margin:0!important;opacity:.4}.styles_module_simplifyLogoSuffixContent__e4827232{color:var(--kux-brandGreen);font-size:22px;font-style:normal;font-weight:600;line-height:120%}@media (max-width:767px){.styles_module_simplifyLogoSuffixContent__e4827232{font-size:20px}.styles_module_menuBox__e4827232{display:flex}.styles_module_navLinksWrapper__e4827232{gap:12px}}.styles_module_container__63bc6b8a{background:var(--color-layer);box-shadow:0 0 1px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.05);height:560px;overflow:hidden;width:432px}.styles_module_containerInDrawer__63bc6b8a{box-shadow:unset;height:100%;width:100%}.styles_module_boxWrapper__63bc6b8a{background:var(--color-layer);border-radius:20px;display:flex;flex-direction:column;height:560px;overflow:auto;padding:24px 12px;position:relative;width:432px}.styles_module_boxWrapper__63bc6b8a::-webkit-scrollbar{display:none}.styles_module_boxWrapperInDrawer__63bc6b8a{border-radius:0;display:flex;flex-direction:column;gap:24px;height:100%;padding:0 0 24px;width:100%}.styles_module_wrapper__63bc6b8a{width:100%}.styles_module_title__63bc6b8a{align-items:center;color:var(--color-text30);display:flex;font-size:12px;font-weight:500;justify-content:space-between;line-height:140%;margin-bottom:8px}.styles_module_title__63bc6b8a svg{opacity:.4}.styles_module_getMore__63bc6b8a{align-items:center;color:var(--color-primary);cursor:pointer;display:inline-block;display:flex;font-size:14px;font-weight:400}.styles_module_divider__63bc6b8a{background:var(--color-cover4);flex-shrink:0;font-weight:400;height:1px}.styles_module_blankWrapper__63bc6b8a{align-items:center;background:var(--color-layer);border-radius:20px;box-shadow:0 0 1px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.05);display:flex;flex-direction:column;height:560px;justify-content:center;width:432px}.styles_module_blankWrapperInDrawer__63bc6b8a{box-shadow:unset;height:100%;width:100%}.styles_module_item__63bc6b8a{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:60px;justify-content:space-between;text-decoration:none;width:100%}.styles_module_item__63bc6b8a:last-of-type{margin-bottom:0}.styles_module_item__63bc6b8a:hover{background:var(--color-cover2)}.styles_module_web3Item__63bc6b8a{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:80px;justify-content:space-between;text-decoration:none;width:100%}.styles_module_web3Item__63bc6b8a:last-of-type{margin-bottom:0}.styles_module_web3Item__63bc6b8a:hover{background:var(--color-cover2)}.styles_module_earnTitle__63bc6b8a{align-items:center;display:flex;height:100%;overflow:hidden}.styles_module_nameWrapper__63bc6b8a{display:flex;flex-direction:column}.styles_module_itemTitle__63bc6b8a{word-wrap:break-word;color:var(--color-text);font-size:15px;font-weight:500;line-height:130%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_module_fullName__63bc6b8a{line-height:140%}.styles_module_fullName__63bc6b8a,.styles_module_typeName__63bc6b8a{color:var(--color-text40);font-size:12px;font-weight:400;margin-top:2px}.styles_module_typeName__63bc6b8a{line-height:130%}.styles_module_contentWrapper__63bc6b8a{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0}.styles_module_rateWrapper__63bc6b8a,.styles_module_usersWrapper__63bc6b8a{color:var(--color-primary);font-size:14px;font-weight:500;line-height:130%;margin-bottom:2px;max-width:200px}.styles_module_usersWrapper__63bc6b8a{color:var(--color-text)}.styles_module_tip__63bc6b8a{color:var(--color-text40);font-size:12px;font-weight:400;line-height:130%}.styles_module_web3Title__63bc6b8a{align-items:center;display:flex;height:100%;overflow:hidden}.styles_module_itemTitleWrapper__63bc6b8a{align-items:center;display:flex}.styles_module_tag__63bc6b8a{background-color:var(--color-cover4);border-radius:4px;color:var(--color-text40);font-size:10px;font-weight:500;line-height:130%;margin-left:4px;padding:1px 4px}.styles_module_priceWrapper__63bc6b8a{color:var(--kux-text);font-size:14px;font-weight:500;line-height:140%;text-align:right}.styles_module_web3RateWrapper__63bc6b8a{font-size:13px;font-weight:500;line-height:130%;text-align:right}.styles_module_coins__63bc6b8a{position:relative}.styles_module_smallCoinIcon__63bc6b8a{border-radius:50%;bottom:3px;height:10px;margin:0;position:absolute;right:10px;width:10px}.styles_module_tabsBox__63bc6b8a{overflow:auto;position:relative;width:100%}.styles_module_tabsBox__63bc6b8a::-webkit-scrollbar{display:none}.styles_module_divide__63bc6b8a{background:var(--color-cover8);height:.5px;margin:0 auto;width:calc(100% - 32px)}.styles_module_tabs__63bc6b8a{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;min-width:268px;padding:0 32px 0 16px}.styles_module_tabs__63bc6b8a .KuxDropDown-popper{inset:20px 0 auto -60px!important;transform:unset!important}[dir=rtl] .styles_module_tabs__63bc6b8a .KuxDropDown-popper{inset:20px -60px auto 0!important}.styles_module_tabs__63bc6b8a>div{position:relative}.styles_module_tab__63bc6b8a{color:var(--color-text40);cursor:pointer;font-size:14px;font-weight:400;line-height:140%;margin-right:20px;padding-bottom:9px;white-space:nowrap}.styles_module_activeTab__63bc6b8a{color:var(--color-text);font-weight:500;position:relative}.styles_module_activeTab__63bc6b8a:after{background:var(--kux-text);border-radius:4px;bottom:0;content:"";height:2px;left:50%;max-width:22px;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}.styles_module_lastTab__63bc6b8a{margin-right:32px}.styles_module_moduleTitle__63bc6b8a{align-items:center;color:var(--kux-text);cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:140%;padding:24px 16px 0}.styles_module_moduleTitle__63bc6b8a .styles_module_moduleSubTitle__63bc6b8a{color:var(--kux-text40);font-size:12px;font-weight:400;line-height:140%;margin-top:2px}.styles_module_ArrowRight__63bc6b8a{color:var(--kux-icon60)}.styles_module_addFundsCard__63bc6b8a{display:flex;justify-content:space-between;padding:12px 16px 0}.styles_module_addFundsCard__63bc6b8a .kux-button.kux-button-outlined{border:1px solid var(--kux-divider8);border-radius:12px}.styles_module_tabBox__63bc6b8a{height:calc(100% - 30px);overflow:auto;width:100%}.styles_module_tabBox__63bc6b8a::-webkit-scrollbar{display:none}.styles_module_moduleWrapper__63bc6b8a{color:var(--kux-text40)}.styles_module_subTitle__63bc6b8a{font-size:14px;line-height:140%;margin-top:12px;padding:0 16px}.styles_module_moduleContent__63bc6b8a{padding:0}.styles_module_faqItem__63bc6b8a{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;font-size:15px;font-weight:500;line-height:140%;padding:16px}.styles_module_faqItem__63bc6b8a:hover{background:var(--color-cover2);color:var(--color-text)}.styles_module_faqItem__63bc6b8a>span{margin-left:6px}.styles_module_faqItem__63bc6b8a .styles_module_icon__63bc6b8a{color:var(--color-text);flex-shrink:0;height:16px;width:16px}.styles_module_announcementItem__63bc6b8a{border-bottom:.5px solid var(--kux-divider8);border-radius:8px;display:flex;padding:16px}.styles_module_announcementItem__63bc6b8a:hover{background:var(--color-cover2)}.styles_module_announcementItem__63bc6b8a .styles_module_announcementTitle__63bc6b8a{color:var(--color-text);font-size:15px;font-weight:500;line-height:140%}.styles_module_announcementItem__63bc6b8a .styles_module_time__63bc6b8a{color:var(--color-text40);font-size:14px;margin-top:8px}.styles_module_announcementItem__63bc6b8a .styles_module_icon__63bc6b8a{color:var(--color-text);flex-shrink:0;height:16px;margin-right:8px;margin-top:2px;width:16px}.styles_module_featuresItem__63bc6b8a{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:16px}.styles_module_featuresItem__63bc6b8a:hover{background:var(--color-cover2)}.styles_module_featuresItem__63bc6b8a .styles_module_featuresTitle__63bc6b8a{color:var(--color-text);font-size:15px;font-weight:500;line-height:140%;margin-left:6px;margin-right:8px}.styles_module_featuresItem__63bc6b8a .styles_module_featuresTag__63bc6b8a{background:var(--kux-brandGreen8);border-radius:6px;color:var(--kux-brandGreen);font-size:12px;line-height:140%;padding:2px 4px}.styles_module_feedItem__63bc6b8a{border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;margin-top:4px;padding:8px 16px 0}.styles_module_feedItem__63bc6b8a:hover{background:var(--color-cover2)}.styles_module_feedItem__63bc6b8a .styles_module_feedIcon__63bc6b8a{border-radius:28px;height:28px;margin-right:8px;width:28px}.styles_module_feedItem__63bc6b8a .styles_module_feedName__63bc6b8a{font-size:15px;font-weight:500;line-height:140%}.styles_module_feedItem__63bc6b8a .styles_module_feedTitle__63bc6b8a{font-size:14px;font-weight:500;line-height:140%;margin-bottom:8px}.styles_module_feedItem__63bc6b8a .styles_module_feedTime__63bc6b8a{color:var(--color-text40);font-size:12px;line-height:140%;margin-bottom:8px}.styles_module_feedItem__63bc6b8a .styles_module_feedContent__63bc6b8a{color:var(--color-text);font-size:14px;font-weight:400;line-height:140%}.styles_module_feedItem__63bc6b8a .styles_module_feedText__63bc6b8a{color:var(--color-text60)}.styles_module_feedItem__63bc6b8a .styles_module_feedShowOriginal__63bc6b8a{align-items:center;color:var(--color-text40);display:flex;font-size:12px;line-height:140%;margin:8px 0 12px}.styles_module_feedItem__63bc6b8a .styles_module_feedShowOriginalIcon__63bc6b8a{height:14px;margin-right:4px;width:14px}.styles_module_feedTagWrapper__63bc6b8a{display:flex;flex-wrap:wrap;margin-top:12px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedTag__63bc6b8a{align-items:center;background:var(--color-cover2);border-radius:99px;cursor:pointer;display:flex;margin-bottom:6px;margin-right:6px;padding:4px 6px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedTagIcon__63bc6b8a{border-radius:16px;height:16px;margin-right:4px;width:16px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedTagText__63bc6b8a{color:var(--color-text);font-size:13px;font-weight:500;line-height:140%}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedDot__63bc6b8a{color:var(--color-text);font-size:13px;font-weight:500;line-height:140%;margin:0 4px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedTagTextAlpha__63bc6b8a{color:var(--color-text60);font-size:12px;font-style:normal;font-weight:400;line-height:140%;margin-right:4px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_feedTagTextRate__63bc6b8a{font-size:13px;font-weight:400;line-height:140%;margin-left:4px}.styles_module_feedTagWrapper__63bc6b8a .styles_module_alphaTag__63bc6b8a{color:var(--color-text);font-size:14px;font-weight:500;line-height:140%;margin:0 4px}.styles_module_symbolContent__63bc6b8a{font-size:14px;justify-content:flex-start}.styles_module_tabEmptyWrapper__63bc6b8a{align-items:center;display:flex;flex-direction:column;height:560px;justify-content:center;width:100%}.styles_module_feedDetailModal__63bc6b8a .kux-modal-content{padding:0}.styles_module_tradingBotTitle__63bc6b8a{align-items:center;color:var(--color-text40);display:flex;font-size:13px;justify-content:space-between;line-height:140%;margin-top:12px;padding:0 12px}.styles_module_ellipsis2__63bc6b8a{-webkit-line-clamp:2}.styles_module_ellipsis2__63bc6b8a,.styles_module_ellipsis3__63bc6b8a{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;white-space:normal}.styles_module_ellipsis3__63bc6b8a{-webkit-line-clamp:3}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedContent__63bc6b8a{padding:0 32px 20px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedTittle__63bc6b8a{align-items:center;display:flex}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedIcon__63bc6b8a{border-radius:16px;height:32px;margin-right:8px;width:32px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedName__63bc6b8a{color:var(--color-text);font-size:16px;font-weight:700;line-height:140%}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedSource__63bc6b8a{align-items:center;color:var(--color-text40);display:flex;font-size:12px;font-weight:400;gap:4px;line-height:140%}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedDot__63bc6b8a{color:var(--color-text20)}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedLink__63bc6b8a{color:var(--color-text40);font-size:12px;text-decoration:underline}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedDetail__63bc6b8a{color:var(--color-text);font-size:15px;font-weight:400;line-height:140%;margin-top:12px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedPicture__63bc6b8a{border:1px solid var(--color-divider8);border-radius:8px;margin-top:12px;max-width:100%}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedComment__63bc6b8a{align-items:center;border-bottom:1px solid var(--color-divider4);border-top:1px solid var(--color-divider4);color:var(--color-text40);display:flex;font-size:11px;height:38px;padding:0 32px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedNumber__63bc6b8a{color:var(--color-text);font-weight:500;margin-left:4px;margin-right:12px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedLikes__63bc6b8a{color:var(--color-text);font-weight:500;margin-left:4px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedDisclaimer__63bc6b8a{color:var(--color-text40);font-size:12px;line-height:140%;margin-top:10px}.styles_module_feedDetailWrapper__63bc6b8a .styles_module_feedDisclaimer__63bc6b8a a{color:var(--color-text);-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_module_wrapper__4a5c281d{background:var(--color-cover2);border-radius:0 16px 16px 0;box-shadow:35px -20px 45px 0 rgba(0,0,0,.05),0 15px 15px -8px rgba(0,0,0,.05);min-width:316px;position:relative}[dir=rtl] .styles_module_wrapper__4a5c281d{border-radius:16px 0 0 16px}.styles_module_container__4a5c281d,.styles_module_scroller__4a5c281d{border-radius:0 16px 16px 0;display:flex;flex-direction:column;padding:12px 0}[dir=rtl] .styles_module_container__4a5c281d,[dir=rtl] .styles_module_scroller__4a5c281d{border-radius:16px 0 0 16px}.styles_module_tradeListBlank1__4a5c281d,.styles_module_tradeListBlank2__4a5c281d{background:var(--color-layer);bottom:0;height:12px;left:-26px;position:absolute;width:26px}[dir=rtl] .styles_module_tradeListBlank1__4a5c281d,[dir=rtl] .styles_module_tradeListBlank2__4a5c281d{left:unset;right:-26px}.styles_module_tradeListBlank2__4a5c281d{top:0}.styles_module_searchWrapper__4a5c281d{flex-shrink:0;min-width:268px;padding-bottom:12px}.styles_module_searchWrapper__4a5c281d .KuxInput-prefix{opacity:.4}[dir=rtl] .styles_module_searchWrapper__4a5c281d .KuxInput-prefix{margin-left:4px!important;margin-right:unset!important}.styles_module_searchWrapper__4a5c281d .KuxInput-clearIcon svg{color:var(--color-icon);opacity:.4}.styles_module_contentWrapper__4a5c281d{display:flex;flex:1 1;flex-direction:column;overflow:hidden;width:100%}.styles_module_tabs__4a5c281d{align-items:center;display:flex;flex-shrink:0;height:24px;margin:8px 24px 12px;min-width:268px}.styles_module_tabs__4a5c281d .KuxDropDown-popper{inset:20px 0 auto -60px!important;transform:unset!important}[dir=rtl] .styles_module_tabs__4a5c281d .KuxDropDown-popper{inset:20px -60px auto 0!important}.styles_module_tabs__4a5c281d>div{position:relative}.styles_module_activeTab__4a5c281d,.styles_module_tab__4a5c281d{color:var(--color-text40);cursor:pointer;font-size:14px;font-weight:500;height:100%;line-height:100%;margin-right:16px}.styles_module_activeTab__4a5c281d{color:var(--color-text);position:relative}.styles_module_activeTab__4a5c281d:after{background:var(--kux-text);content:"";height:2px;left:50%;max-width:22px;transform:translateX(-50%)}.styles_module_activeTab__4a5c281d:after,.styles_module_bottomCursor__4a5c281d{border-radius:4px;bottom:0;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}.styles_module_bottomCursor__4a5c281d{background:var(--color-primary);height:4px}.styles_module_activeTabMore__4a5c281d,.styles_module_tabMore__4a5c281d{color:var(--color-text40);cursor:pointer;font-size:14px;font-weight:500;height:24px;line-height:100%;padding-right:13px;position:relative}.styles_module_activeTabMore__4a5c281d .styles_module_arrowIcon__4a5c281d,.styles_module_tabMore__4a5c281d .styles_module_arrowIcon__4a5c281d{position:absolute;right:1px;top:1px}.styles_module_activeTabMore__4a5c281d:hover .styles_module_arrowIcon__4a5c281d,.styles_module_tabMore__4a5c281d:hover .styles_module_arrowIcon__4a5c281d{top:4px;transform:rotate(180deg)}.styles_module_activeTabMore__4a5c281d:svg,.styles_module_tabMore__4a5c281d:svg{margin-left:1px;width:10px}.styles_module_activeTabMore__4a5c281d{color:var(--color-text);position:relative}.styles_module_activeTabMore__4a5c281d:after{background:var(--kux-text);border-radius:4px;bottom:0;content:"";height:2px;left:50%;margin-left:-6px;max-width:22px;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}.styles_module_tabMoreList__4a5c281d{background:var(--kux-bulletLayer);border:1px solid var(--kux-divider4);border-radius:8px;min-width:81px;overflow:auto}.styles_module_tabMoreList__4a5c281d::-webkit-scrollbar{background:transparent;width:4px}.styles_module_tabMoreList__4a5c281d::-webkit-scrollbar-track{background:transparent}.styles_module_tabMoreList__4a5c281d::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:2px}.styles_module_tabMoreItem__4a5c281d{color:var(--kux-text);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;overflow:hidden;padding:9px 12px;text-overflow:ellipsis;white-space:nowrap}.styles_module_tabMoreItem__4a5c281d:hover{background:var(--kux-cover2)}.styles_module_activeTabMoreItem__4a5c281d{background:var(--kux-cover2);color:var(--kux-text);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;padding:9px 12px}.styles_module_listWrapper__4a5c281d{flex:1 1;width:100%}.styles_module_dropdown__4a5c281d .KuxDropDown-open{background:var(--color-tip);border-radius:8px}.styles_module_tabsBox__4a5c281d{padding:0 16px}.styles_module_botItem__4a5c281d{display:block;padding:12px 24px}.styles_module_botItem__4a5c281d:hover{background:var(--color-cover2)}.styles_module_avatar__4a5c281d{height:24px;width:24px}.styles_module_name__4a5c281d{color:var(--color-text);font-size:15px;font-weight:600;margin:0 8px 0 4px}.styles_module_note__4a5c281d{color:var(--color-text40);font-size:12px;font-weight:400;line-height:130%;margin-top:4px}.styles_module_scroller__4a5c281d{background-clip:border-box!important;overflow-y:auto}.styles_module_scroller__4a5c281d::-webkit-scrollbar{background:transparent;width:4px}.styles_module_scroller__4a5c281d::-webkit-scrollbar-track{background:transparent}.styles_module_scroller__4a5c281d::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:2px}.styles_module_clipScrollerBar__4a5c281d{border-radius:0 16px 16px 0;overflow:hidden}.styles_module_flex__4a5c281d{align-items:center;display:flex}.styles_module_MSpin__4a5c281d{align-self:baseline;display:block;height:100%!important;width:100%!important}.styles_module_wrapper__89de14e1{background:var(--color-cover2);border-radius:0 16px 16px 0;box-shadow:35px -20px 45px 0 rgba(0,0,0,.05),0 15px 15px -8px rgba(0,0,0,.05);min-width:316px;position:relative}[dir=rtl] .styles_module_wrapper__89de14e1{border-radius:16px 0 0 16px}.styles_module_container__89de14e1{border-radius:0 16px 16px 0;display:flex;flex-direction:column;padding:12px 0}[dir=rtl] .styles_module_container__89de14e1{border-radius:16px 0 0 16px}.styles_module_tradeListBlank1__89de14e1,.styles_module_tradeListBlank2__89de14e1{background:var(--color-layer);bottom:0;height:12px;left:-26px;position:absolute;width:26px}[dir=rtl] .styles_module_tradeListBlank1__89de14e1,[dir=rtl] .styles_module_tradeListBlank2__89de14e1{left:unset;right:-26px}.styles_module_tradeListBlank2__89de14e1{top:0}.styles_module_searchWrapper__89de14e1{flex-shrink:0;min-width:268px;padding-bottom:12px}.styles_module_searchWrapper__89de14e1 .KuxInput-prefix{opacity:.4}[dir=rtl] .styles_module_searchWrapper__89de14e1 .KuxInput-prefix{margin-left:4px!important;margin-right:unset!important}.styles_module_searchWrapper__89de14e1 .KuxInput-clearIcon svg{color:var(--color-icon);opacity:.4}.styles_module_contentWrapper__89de14e1{display:flex;flex:1 1;flex-direction:column;overflow:hidden;width:100%}.styles_module_tabs__89de14e1{align-items:center;display:flex;flex-shrink:0;height:24px;margin:8px 24px 12px;min-width:268px}.styles_module_tabs__89de14e1 .KuxDropDown-popper{inset:20px 0 auto -60px!important;transform:unset!important}[dir=rtl] .styles_module_tabs__89de14e1 .KuxDropDown-popper{inset:20px -60px auto 0!important}.styles_module_tabs__89de14e1>div{position:relative}.styles_module_activeTab__89de14e1,.styles_module_tab__89de14e1{color:var(--color-text40);cursor:pointer;font-size:14px;font-weight:500;height:100%;line-height:100%;margin-right:16px}.styles_module_activeTab__89de14e1{color:var(--color-text);position:relative}.styles_module_activeTab__89de14e1:after{background:var(--kux-text);content:"";height:2px;left:50%;max-width:22px;transform:translateX(-50%)}.styles_module_activeTab__89de14e1:after,.styles_module_bottomCursor__89de14e1{border-radius:4px;bottom:0;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}.styles_module_bottomCursor__89de14e1{background:var(--color-primary);height:4px}.styles_module_activeTabMore__89de14e1,.styles_module_tabMore__89de14e1{color:var(--color-text40);cursor:pointer;font-size:14px;font-weight:500;height:24px;line-height:100%;padding-right:13px;position:relative}.styles_module_activeTabMore__89de14e1 .styles_module_arrowIcon__89de14e1,.styles_module_tabMore__89de14e1 .styles_module_arrowIcon__89de14e1{position:absolute;right:1px;top:1px}.styles_module_activeTabMore__89de14e1:hover .styles_module_arrowIcon__89de14e1,.styles_module_tabMore__89de14e1:hover .styles_module_arrowIcon__89de14e1{top:4px;transform:rotate(180deg)}.styles_module_activeTabMore__89de14e1:svg,.styles_module_tabMore__89de14e1:svg{margin-left:1px;width:10px}.styles_module_activeTabMore__89de14e1{color:var(--color-text);position:relative}.styles_module_activeTabMore__89de14e1:after{background:var(--kux-text);border-radius:4px;bottom:0;content:"";height:2px;left:50%;margin-left:-6px;max-width:22px;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}.styles_module_tabMoreList__89de14e1{background:var(--kux-bulletLayer);border:1px solid var(--kux-divider4);border-radius:8px;min-width:81px;overflow:auto}.styles_module_tabMoreList__89de14e1::-webkit-scrollbar{background:transparent;width:4px}.styles_module_tabMoreList__89de14e1::-webkit-scrollbar-track{background:transparent}.styles_module_tabMoreList__89de14e1::-webkit-scrollbar-thumb{background:var(--color-cover8);border-radius:2px}.styles_module_tabMoreItem__89de14e1{color:var(--kux-text);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;overflow:hidden;padding:9px 12px;text-overflow:ellipsis;white-space:nowrap}.styles_module_tabMoreItem__89de14e1:hover{background:var(--kux-cover2)}.styles_module_activeTabMoreItem__89de14e1{background:var(--kux-cover2);color:var(--kux-text);cursor:pointer;font-size:14px;font-weight:400;line-height:22px;padding:9px 12px}.styles_module_listWrapper__89de14e1{flex:1 1;width:100%}.styles_module_dropdown__89de14e1 .KuxDropDown-open{background:var(--color-tip);border-radius:8px}.styles_module_tabsBox__89de14e1{padding:0 16px}@keyframes index_module_contentZoomIn__e434d9d8{0%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes index_module_contentZoomOut__e434d9d8{0%{transform:translateX(0)}to{transform:translateX(-4px)}}.index_module_linkMenuItemWapper__e434d9d8:hover{background:var(--kux-cover4);border-radius:12px}.index_module_linkMenuItemWapper__e434d9d8.index_module_lightHover__e434d9d8:hover{background:var(--kux-cover2)}.index_module_linkMenuItemWapperInDrawer__e434d9d8{padding:0}.index_module_cusDropdown__e434d9d8>div.trigger{width:100%}.index_module_cusDropdown__e434d9d8 .index_module___AnimateTradeList____e434d9d8{animation-duration:.23s;animation-fill-mode:forwards;animation-name:index_module_contentZoomOut__e434d9d8;animation-timing-function:bezier-curve(.2,0,0,1);background:var(--color-layer)}.index_module_cusDropdownVisible__e434d9d8 .index_module___AnimateTradeList____e434d9d8{animation-duration:.26s;animation-fill-mode:forwards;animation-name:index_module_contentZoomIn__e434d9d8;animation-timing-function:bezier-curve(.2,0,0,1)}.index_module_menuItem__e434d9d8{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;padding:16px;position:relative;text-decoration:none!important;width:100%}.index_module_menuItem__e434d9d8:hover{background:var(--color-cover2);color:var(--color-text)}.index_module_menuItem__e434d9d8 .index_module_menuItemIcon__e434d9d8{align-items:center;border-radius:4px;display:flex;height:36px;justify-content:center;margin-right:16px;overflow:hidden;width:36px}.index_module_menuItem__e434d9d8 .index_module_menuItemIcon__e434d9d8 img{height:36px;object-fit:contain;width:36px}[dir=rtl] .index_module_menuItem__e434d9d8 .index_module_menuItemIcon__e434d9d8{margin-left:16px;margin-right:0}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8{display:flex;flex:1 1;flex-direction:column;height:unset;justify-content:center}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;line-height:140%;min-height:24px;position:relative}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8.index_module_menuItemTitleInDrawer__e434d9d8{font-weight:400}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 svg.index_module_arrow__e434d9d8{display:unset}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_menuItemName__e434d9d8{max-width:176px}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_menuItemIcons__e434d9d8{align-items:center;display:flex;max-width:176px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_visaIcon__e434d9d8{height:12px;-webkit-margin-start:8px;margin-inline-start:8px}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_flag__e434d9d8{align-items:center;background:linear-gradient(276deg,#7ffca7 .89%,#aaff8d 97.34%);border-radius:6px;color:#000;display:flex;font-size:10px;font-style:normal;font-weight:700;height:18px;justify-self:center;left:6px;line-height:140%;margin-right:6px;min-width:20px;overflow:hidden;padding:2px 4px;position:relative;text-overflow:ellipsis;transform-origin:left;white-space:nowrap;word-break:break-all}[dir=rtl] .index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_flag__e434d9d8{left:0;margin-left:6px;margin-right:0;right:6px}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_stress__e434d9d8{background:linear-gradient(180deg,#edb66e,#fff070);border-radius:2px;color:#01081e;display:inline-block;font-size:12px;left:10px;line-height:14px;max-width:112px;min-height:20px;padding:3px 4px;position:relative;transform-origin:left;word-break:normal}[dir=rtl] .index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_stress__e434d9d8{left:0;right:10px}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_stressIcon__e434d9d8{display:inline-block;height:20px;left:4px;object-fit:contain;position:relative}[dir=rtl] .index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemTitle__e434d9d8 .index_module_stressIcon__e434d9d8{left:0;right:4px}.index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemSubTitle__e434d9d8{color:var(--kux-text40);font-size:13px;font-weight:400;line-height:140%;padding-right:20px}[dir=rtl] .index_module_menuItem__e434d9d8 .index_module_menuItemBox__e434d9d8 .index_module_menuItemSubTitle__e434d9d8{padding-left:20px;padding-right:unset}.index_module_menuItemInDrawer__e434d9d8{color:var(--kux-text60);height:56px;padding:0 12px}.index_module_dropdownItem__e434d9d8{align-items:flex-start}.index_module_dropdownItem__e434d9d8:hover{background-color:unset}.styles_module_menuItemIcon__5ff7dfe9{align-items:center;border-radius:4px;display:flex;height:24px;justify-content:center;margin-right:16px;overflow:hidden}.styles_module_menuItemIcon__5ff7dfe9 img{height:24px;object-fit:contain;width:24px}[dir=rtl] .styles_module_menuItemIcon__5ff7dfe9{margin-left:16px;margin-right:0}.styles_module_menuItemIcon__5ff7dfe9.styles_module_drawerMenu__5ff7dfe9{height:28px;margin-right:12px;width:28px}.styles_module_menuItemIcon__5ff7dfe9.styles_module_drawerMenu__5ff7dfe9 img{height:28px;object-fit:contain;width:28px}.styles_module_menuItemDotWrapper__5ff7dfe9{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.styles_module_menuItemDot__5ff7dfe9{background:var(--color-text);border-radius:100%;height:4px;width:4px}.index_module_overlayWrapper__64c14a95{background:var(--kux-backgroundOverlay);display:flex;margin-top:0;max-height:calc(100vh - 100px);max-width:1200px;overflow:auto;overflow-x:hidden}.index_module_overlayContainer__64c14a95{background:var(--kux-backgroundOverlay);border-bottom:1px solid var(--kux-cover8);display:flex;justify-content:center;transition:all .14s;transition-timing-function:ease;width:100vw}.index_module_overlayWrapperInDrawer__64c14a95{border-radius:0;box-shadow:none;display:block;overflow:unset;width:100%}.index_module_overlayList__64c14a95{background:var(--kux-backgroundOverlay);-webkit-border-start:1px solid var(--kux-divider8);border-inline-start:1px solid var(--kux-divider8);display:flex;flex:1 1;flex-direction:column;max-width:400px;padding:32px 16px 16px;z-index:9}.index_module_overlayList__64c14a95:first-of-type{-webkit-border-start:unset;border-inline-start:unset}.activity-banner{cursor:pointer}.activity-banner:hover{background:var(--kux-cover2)}.function-banner,.navigation-column-box~.navigation-column-box{-webkit-border-start:unset;border-inline-start:unset}.search-column-box{-webkit-border-end:0;border-inline-end:0;padding:32px 0 16px;-webkit-padding-end:0;padding-inline-end:0}.index_module_overlayListInDrawer__64c14a95{padding-bottom:0;padding-top:0;width:100%}.index_module_grounpDiv__64c14a95{display:flex;flex-direction:column;margin-bottom:8px}.index_module_navWrapper__64c14a95{align-items:center;display:flex;flex-direction:row;height:100%}.index_module_navWrapperInDrawer__64c14a95{flex-direction:column}.index_module_ul__64c14a95{align-items:center;display:flex;flex-direction:row;height:100%;list-style:none;margin:0;padding:0}.index_module_ul__64c14a95>li,.index_module_ul__64c14a95>li>div{height:100%}.index_module_ul__64c14a95>:last-child,.index_module_ul__64c14a95>:last-child>div>a{margin-right:0}[dir=rtl] .index_module_ul__64c14a95>:last-child{margin-right:15px}.index_module_ulInDrawer__64c14a95{flex-direction:column}.index_module_newBieBox__64c14a95{align-items:center;display:flex}.index_module_navItemInDrawer__64c14a95{font-size:16px;margin-right:0;padding:16.8px 12px;width:100%}.index_module_navItemInDrawer__64c14a95:hover{background:var(--color-cover2);border-radius:8px;color:var(--color-text)}.index_module_navItemInDrawer__64c14a95 .index_module_newTagNav__64c14a95{height:14px;margin-left:4px;margin-top:0;position:static;transform:unset;width:24px}[dir=rtl] .index_module_navItemInDrawer__64c14a95 .index_module_newTagNav__64c14a95{margin-right:4px}.index_module_navItemInDrawer__64c14a95 .index_module_newTagNav__64c14a95 span{transform:scale(.75)}.index_module_menuItem__64c14a95{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;padding:12px;position:relative;text-decoration:none!important;width:100%}[dir=rtl] .index_module_menuItem__64c14a95{padding:12px}.index_module_menuItem__64c14a95:hover{background:var(--color-cover2);color:var(--color-text)}.index_module_menuItem__64c14a95 .index_module_arrow__64c14a95{margin-top:-10px;opacity:0;position:absolute;right:12px;top:50%;transform:translateX(-10px);transition:all .2s ease;visibility:hidden}.index_module_menuItem__64c14a95:hover .index_module_arrow__64c14a95{fill:var(--color-icon);opacity:.4;transform:translateX(0);visibility:visible}[dir=rtl] .index_module_menuItem__64c14a95:hover .index_module_arrow__64c14a95{left:0;right:unset;transform:rotate(180deg);transform-origin:center center}.index_module_menuItem__64c14a95 .index_module_menuItemIcon__64c14a95{align-items:center;border-radius:4px;display:flex;height:36px;justify-content:center;margin-right:16px;overflow:hidden;width:36px}.index_module_menuItem__64c14a95 .index_module_menuItemIcon__64c14a95 img{height:36px;object-fit:contain;width:36px}[dir=rtl] .index_module_menuItem__64c14a95 .index_module_menuItemIcon__64c14a95{margin-left:16px;margin-right:0}.index_module_menuItemInDrawer__64c14a95{color:var(--kux-text60);height:56px;padding:0 12px}.index_module_newbie__64c14a95{align-items:center;background:var(--kux-brandGreen8);border-radius:50%;color:var(--color-primary);display:flex;font-size:14px;font-weight:500;height:28px;justify-content:center;line-height:130%;margin-right:20px;min-width:28px;text-decoration:none;width:28px}.index_module_newbie__64c14a95 .index_module_ellipsis__64c14a95{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_module_newbie1__64c14a95{border-radius:14px;justify-content:center;padding:0;width:28px}.index_module_divider__64c14a95{height:16px!important;margin:0 20px 0 18px;width:1px}[dir=rtl] .index_module_divider__64c14a95{margin:0 18px 0 20px}.index_module_blankNav__64c14a95{align-items:center;color:var(--color-text);display:inline-flex;font-size:16px;font-weight:500;height:100%;margin-right:20px;padding:0;text-decoration:none!important;white-space:nowrap;width:auto}.index_module_blankNavInDrawer__64c14a95{border-radius:8px;cursor:pointer;font-size:16px;padding:16.8px 12px;width:100%}.index_module_blankNavInDrawer__64c14a95:hover{background-color:var(--color-cover2)}@keyframes index_module_contentZoomIn__64c14a95{0%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes index_module_contentZoomOut__64c14a95{0%{transform:translateX(0)}to{transform:translateX(-4px)}}.index_module_rewards__64c14a95{height:20px;min-width:20px;width:20px}.index_module_rewardsTooltip__64c14a95{margin-top:-20px;padding:8px 12px!important}.index_module_collapseIcon__64c14a95{color:var(--kux-icon60)!important;height:16px!important;transform:rotate(0deg);transition:all .3s ease;width:16px!important}.index_module_collapseIconActive__64c14a95{transform:rotate(-180deg)}.index_module_menuItemDotWrapper__64c14a95{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.index_module_menuItemDot__64c14a95{background:var(--color-text);border-radius:100%;height:4px;width:4px}.index_module_scroll__64c14a95{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.index_module_scroll__64c14a95::-webkit-scrollbar{display:none}.NavList_module_overlayWrapper__d3a3700d{background:var(--color-layer);border-radius:20px;box-shadow:0 10px 60px rgba(0,0,0,.1);display:flex;margin-top:0;max-height:calc(100vh - 100px);overflow:auto;width:unset}.NavList_module_overlayWrapperInDrawer__d3a3700d{border-radius:0;box-shadow:none;display:block;overflow:unset;width:100%}.NavList_module_overlayListInDrawer__d3a3700d{padding-bottom:0;padding-top:0;width:100%}.NavList_module_grounpDiv__d3a3700d{display:flex;flex-direction:column;margin-bottom:8px}.NavList_module_grounpDiv__d3a3700d:first-child .NavList_module_navGroupName__d3a3700d{padding-top:0}.NavList_module_navGroupName__d3a3700d{color:var(--kux-text40);font-size:16px;font-weight:500;line-height:140%;padding:16px 0 8px 16px}.NavList_module_navWrapper__d3a3700d{align-items:center;display:flex;flex-direction:row;height:100%}.NavList_module_navWrapperInDrawer__d3a3700d,.NavList_module_ulInDrawer__d3a3700d{flex-direction:column}.NavList_module_newBieBox__d3a3700d{align-items:center;display:flex}.NavList_module_navItemInDrawer__d3a3700d{font-size:16px;margin-right:0;padding:16.8px 12px;width:100%}.NavList_module_navItemInDrawer__d3a3700d:hover{background:var(--color-cover2);border-radius:8px;color:var(--color-text)}.NavList_module_navItemInDrawer__d3a3700d .NavList_module_newTagNav__d3a3700d{height:14px;margin-left:4px;margin-top:0;position:static;transform:unset;width:24px}[dir=rtl] .NavList_module_navItemInDrawer__d3a3700d .NavList_module_newTagNav__d3a3700d{margin-right:4px}.NavList_module_navItemInDrawer__d3a3700d .NavList_module_newTagNav__d3a3700d span{transform:scale(.75)}.NavList_module_menuItem__d3a3700d{align-items:center;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;padding:12px;position:relative;text-decoration:none!important;width:100%}[dir=rtl] .NavList_module_menuItem__d3a3700d{padding:12px}.NavList_module_menuItem__d3a3700d:hover{background:var(--color-cover2);color:var(--color-text)}.NavList_module_menuItem__d3a3700d .NavList_module_arrow__d3a3700d{margin-top:-10px;opacity:0;position:absolute;right:12px;top:50%;transform:translateX(-10px);transition:all .2s ease;visibility:hidden}.NavList_module_menuItem__d3a3700d:hover .NavList_module_arrow__d3a3700d{fill:var(--color-icon);opacity:.4;transform:translateX(0);visibility:visible}[dir=rtl] .NavList_module_menuItem__d3a3700d:hover .NavList_module_arrow__d3a3700d{left:0;right:unset;transform:rotate(180deg);transform-origin:center center}.NavList_module_menuItem__d3a3700d .NavList_module_menuItemIcon__d3a3700d{align-items:center;border-radius:4px;display:flex;height:36px;justify-content:center;margin-right:16px;overflow:hidden;width:36px}.NavList_module_menuItem__d3a3700d .NavList_module_menuItemIcon__d3a3700d img{height:36px;object-fit:contain;width:36px}[dir=rtl] .NavList_module_menuItem__d3a3700d .NavList_module_menuItemIcon__d3a3700d{margin-left:16px;margin-right:0}.NavList_module_menuItemInDrawer__d3a3700d{color:var(--kux-text60);height:56px;padding:0 12px}.NavList_module_newbie__d3a3700d{align-items:center;background:var(--kux-brandGreen8);border-radius:50%;color:var(--color-primary);display:flex;font-size:14px;font-weight:500;height:28px;justify-content:center;line-height:130%;margin-right:20px;min-width:28px;text-decoration:none;width:28px}.NavList_module_newbie__d3a3700d .NavList_module_ellipsis__d3a3700d{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NavList_module_newbie1__d3a3700d{border-radius:14px;justify-content:center;padding:0;width:28px}.NavList_module_divider__d3a3700d{height:16px!important;margin:0 20px 0 18px;width:1px}[dir=rtl] .NavList_module_divider__d3a3700d{margin:0 18px 0 20px}.NavList_module_blankNav__d3a3700d{align-items:center;color:var(--color-text);display:inline-flex;font-size:16px;font-weight:500;height:100%;margin-right:20px;padding:0;text-decoration:none!important;white-space:nowrap;width:auto}.NavList_module_blankNavInDrawer__d3a3700d{border-radius:8px;cursor:pointer;font-size:16px;padding:16.8px 12px;width:100%}.NavList_module_blankNavInDrawer__d3a3700d:hover{background-color:var(--color-cover2)}@keyframes NavList_module_contentZoomIn__d3a3700d{0%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes NavList_module_contentZoomOut__d3a3700d{0%{transform:translateX(0)}to{transform:translateX(-4px)}}.NavList_module_rewards__d3a3700d{height:16px;min-width:16px;width:16px}.NavList_module_rewardsTooltip__d3a3700d{margin-top:-20px;padding:8px 12px!important}.NavList_module_collapseIcon__d3a3700d{color:var(--kux-icon60)!important;height:16px!important;transform:rotate(0deg);transition:all .3s ease;width:16px!important}.NavList_module_collapseIconActive__d3a3700d{transform:rotate(-180deg)}.NavList_module_menuItemDotWrapper__d3a3700d{align-items:center;display:flex;height:16px;justify-content:center;-webkit-margin-end:8px;margin-inline-end:8px;width:16px}.NavList_module_menuItemDot__d3a3700d{background:var(--color-text);border-radius:100%;height:4px;width:4px}.index_module_animatedContentBox__d9420086{will-change:transform,opacity}.index_module_hidden__d9420086{opacity:0!important;transform:translateY(10px)!important;transition:none!important}.Banner_module_bannerContainer__cda70ac4{color:var(--kux-text40);display:flex;flex-direction:column;font-size:13px;font-weight:400;line-height:140%;padding:0 16px 32px}.Banner_module_functionTitle__cda70ac4{color:var(--kux-text);font-size:20px;font-weight:500;line-height:140%}.Banner_module_functionDesc__cda70ac4{margin-top:10px}.Banner_module_functionButton__cda70ac4{margin-top:40px}.Banner_module_activityTitle__cda70ac4{font-size:16px;font-weight:500;line-height:140%}.Banner_module_imageBox__cda70ac4{align-items:center;display:flex;justify-content:center;margin-top:24px;width:100%}.Banner_module_imageBox__cda70ac4 .Banner_module_activityImage__cda70ac4{aspect-ratio:4/3;border-radius:12px;width:100%}.Banner_module_activityName__cda70ac4{color:var(--kux-text);font-size:16px;font-weight:400;line-height:140%;margin-top:24px}.Banner_module_activityDesc__cda70ac4{margin-top:4px}.Banner_module_pointer__cda70ac4{cursor:pointer}.Banner_module_rightBorder__cda70ac4{border-right:1px solid var(--kux-divider8)}.Banner_module_leftBorder__cda70ac4{border-left:1px solid var(--kux-divider8)}.SearchColumn_module_searchContainer__c24bf79e{background-color:var(--kux-backgroundOverlay);color:var(--kux-text40);display:flex;flex-direction:column;font-size:13px;font-weight:400;height:100%;line-height:140%;width:100%}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e{background-color:transparent;box-shadow:unset;height:100%;min-width:unset}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .list-container{padding-bottom:0;padding-top:0}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .list-container .list-search-box{-webkit-margin-start:0;margin-inline-start:0;min-width:unset;padding-bottom:0;-webkit-padding-end:16px;padding-inline-end:16px;-webkit-padding-start:16px;padding-inline-start:16px;width:100%}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .list-container .list-search-box .kux-input-filed{color:var(--kux-text40);font-weight:400}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .list-container .list-search-box .kux-input{width:100%}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .list-container .list-search-box .kux-input-suffixbox{-webkit-margin-start:0!important;margin-inline-start:0!important}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .has-input-value input{color:var(--kux-text)!important}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .blank1-container,.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .blank2-container{display:none}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .trade-list-tab{-ms-overflow-style:none;-webkit-margin-start:16px;margin-inline-start:16px;margin:24px 0 16px;scrollbar-width:none}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .trade-list-tab::-webkit-scrollbar{display:none}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .kux-input-small{height:40px}.SearchColumn_module_searchContainer__c24bf79e .SearchColumn_module_contentList__c24bf79e .kux-input-small .kux-input-fieldset{border-radius:40px;inset:-8px 0 0 0!important}:root{--font-family:Kufox Sans,"PingFang SC",-apple-system,BlinkMacSystemFont,"Microsoft YaHei";--single-line-height:1.3;--multi-line-height:1.5;--transition-timing-function-ease:cubic-bezier(0.2,0,0,1);--transition-timing-function-ease-in:cubic-bezier(0.3,0,1,1);--transition-timing-function-ease-out:cubic-bezier(0.05,0.7,0.1,1);--transition-timing-function-ease-in-out:cubic-bezier(0.42,0,0.58,1);--font-sm:10px;--font-md:12px;--font-lg:14px;--font-xl:16px;--font-x2l:18px;--font-x3l:20px;--font-x4l:24px;--font-x5l:28px;--font-x6l:36px;--font-x7l:48px;--font-x8l:56px;--radius-small:2px;--radius-basic:4px;--radius-middle:8px;--radius-large:20px;--radius-xlarge:24px;--radius-full:100%;--zIndex-affix:10;--zIndex-modal:1000;--zIndex-message:1010;--zIndex-dropdown:1050;--zIndex-picker:1050;--zIndex-tooltip:1070;--zIndex-popconfirm:1060;--shadow-base:0px 4px 8px 0px rgba(0,0,0,0.1),0px 0px 1px 0px rgba(0,0,0,0.1);--shadow-middle:0px 10px 16px 0px rgba(0,0,0,0.06),0px 0px 1px 0px rgba(0,0,0,0.1);--shadow-high:0px 10px 16px 0px rgba(0,0,0,0.1),0px 0px 1px 0px rgba(0,0,0,0.1);--color-primary:#01bc8d;--color-primary88:rgba(1,188,141,0.88);--color-primary60:rgba(1,188,141,0.6);--color-primary40:rgba(1,188,141,0.4);--color-primary20:rgba(1,188,141,0.2);--color-primary16:rgba(1,188,141,0.16);--color-primary12:rgba(1,188,141,0.12);--color-primary8:rgba(1,188,141,0.08);--color-primary4:rgba(1,188,141,0.04);--color-secondary:#f66754;--color-secondary88:rgba(246,103,84,0.88);--color-secondary60:rgba(246,103,84,0.6);--color-secondary40:rgba(246,103,84,0.4);--color-secondary20:rgba(246,103,84,0.2);--color-secondary16:rgba(246,103,84,0.16);--color-secondary12:rgba(246,103,84,0.12);--color-secondary8:rgba(246,103,84,0.08);--color-complementary:#f8b200;--color-complementary88:rgba(248,178,0,0.88);--color-complementary60:rgba(248,178,0,0.6);--color-complementary40:rgba(248,178,0,0.4);--color-complementary20:rgba(248,178,0,0.2);--color-complementary16:rgba(248,178,0,0.16);--color-complementary12:rgba(248,178,0,0.12);--color-complementary8:rgba(248,178,0,0.08);--color-textPrimary:#18ca51;--color-walletPrimary:#18ca51;--color-icon:#8c8c8c;--color-icon40:rgba(140,140,140,0.4);--color-icon60:rgba(140,140,140,0.6);--color-link:#32bb5e;--color-tip:#2d2d2f;--color-divider:rgba(29,29,29,0.08);--color-divider8:rgba(29,29,29,0.08);--color-divider4:rgba(29,29,29,0.04);--color-cover:#1d1d1d;--color-cover2:rgba(29,29,29,0.02);--color-cover4:rgba(29,29,29,0.04);--color-cover8:rgba(29,29,29,0.08);--color-cover12:rgba(29,29,29,0.12);--color-cover16:rgba(29,29,29,0.16);--color-cover20:rgba(29,29,29,0.2);--color-cover40:rgba(29,29,29,0.4);--color-base:#f7f8fb;--color-background:#f9f9f9;--color-backgroundMajor:#ffffff;--color-overlay:#ffffff;--color-overlay60:rgba(255,255,255,0.6);--color-text:#1d1d1d;--color-text60:rgba(29,29,29,0.6);--color-text48:rgba(29,29,29,0.48);--color-text40:rgba(29,29,29,0.4);--color-text30:rgba(29,29,29,0.3);--color-text24:rgba(29,29,29,0.24);--color-text20:rgba(29,29,29,0.2);--color-textEmphasis:#ffffff;--color-layer:#ffffff;--color-mask:rgba(0,13,29,0.3);--color-toast:#222223;--button-contained-primary-hover-background:rgb(38,38,38);--button-contained-primary-active-background:rgb(56,56,56);--button-contained-secondary-hover-background:rgba(246,109,91,1);--button-contained-secondary-active-background:rgba(247,121,105,1);--color-wallet-green:#2dbf5c;--color-wallet-green8:rgb(24,202,81,0.08);--color-brand-red:#f65454;--color-body:var(--color-text60);--color-border:var(--color-cover16);--color-background-major:#fff;--color-table-header:var(--color-cover4);--color-medium-emphasis:var(--color-text);--color-high-emphasis:var(--color-text)}.kux-select-dropdown .kux-select-option{color:var(--color-text)!important}.KuxSelect-dropdownIcon,.KuxSelect-searchIcon{svg{fill:var(--color-text)!important}}[data-theme=dark] .kux-carousel-indicator:before{background-color:var(--color-text)!important}.kux-tooltip{max-width:320px}[data-theme=dark]{--color-divider:rgba(243,243,243,0.08);--color-divider8:rgba(243,243,243,0.08);--color-divider4:rgba(243,243,243,0.04);--color-cover:#f3f3f3;--color-cover2:rgba(243,243,243,0.02);--color-cover4:rgba(243,243,243,0.04);--color-cover8:rgba(243,243,243,0.08);--color-cover12:rgba(243,243,243,0.12);--color-cover16:rgba(243,243,243,0.16);--color-cover20:rgba(243,243,243,0.2);--color-cover40:rgba(243,243,243,0.4);--color-base:#181e29;--color-background:#222222;--color-backgroundMajor:#0b0b0b;--color-overlay:#121212;--color-overlay60:rgba(18,18,18,0.6);--color-text:#f3f3f3;--color-text60:rgba(243,243,243,0.6);--color-text48:rgba(243,243,243,0.48);--color-text40:rgba(243,243,243,0.4);--color-text30:rgba(243,243,243,0.3);--color-text24:rgba(243,243,243,0.24);--color-text20:rgba(243,243,243,0.2);--color-textEmphasis:#1d1d1d;--color-layer:#222223;--color-mask:rgba(0,0,0,0.6);--color-toast:#ffffff;--button-contained-primary-hover-background:rgba(33,204,88,1);--button-contained-primary-active-background:rgba(25,181,75,1);--button-contained-secondary-hover-background:rgba(246,109,91,1);--button-contained-secondary-active-background:rgba(220,94,77,1);--color-wallet-green:#0cc372;--color-wallet-green8:rgba(12,195,114,0.08);--color-body:var(--color-text60);--color-border:var(--color-cover16);--color-background-major:#121212;--font-Medium:500;--color-table-header:var(--color-cover4);--color-medium-emphasis:var(--color-text);--color-high-emphasis:var(--color-text)}@keyframes kux-17qceat-B{0%{opacity:1}to{opacity:0}}@keyframes kux-1n3iohy-B{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes kux-ekv6nw-B{0%{opacity:0}to{opacity:1}}@keyframes kux-1y4ygtx-B{0%{transform:translate3d(0,100px,0)}5%{transform:translate3d(0,85.80792096447351px,0)}10%{transform:translate3d(0,58.06780270716095px,0)}15%{transform:translate3d(0,31.31663956427655px,0)}20%{transform:translate3d(0,11.702189173279553px,0)}25%{transform:translate3d(0,.1412705380654078px,0)}30%{transform:translate3d(0,-4.9803122570996505px,0)}35%{transform:translate3d(0,-5.985883944455805px,0)}40%{transform:translate3d(0,-4.9287157250706315px,0)}45%{transform:translate3d(0,-3.228889916957467px,0)}50%{transform:translate3d(0,-1.6721642941120107px,0)}55%{transform:translate3d(0,-.5683816259354657px,0)}60%{transform:translate3d(0,.059613646973422085px,0)}65%{transform:translate3d(0,.3209640774055833px,0)}70%{transform:translate3d(0,.35553742706809777px,0)}75%{transform:translate3d(0,.28167965130297956px,0)}80%{transform:translate3d(0,.1786205599550672px,0)}85%{transform:translate3d(0,.08853250455831407px,0)}90%{transform:translate3d(0,.02671962014370033px,0)}95%{transform:translate3d(0,-.00716849910200601px,0)}to{opacity:1;transform:translateY(0);animation-timing-function:cubic-bezier(.3,0,1,1)}}@keyframes kux-1tlhb9y-B{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg)}to{transform:rotate(-1turn);-ms-transform:rotate(-1turn);-webkit-transform:rotate(-1turn)}}@keyframes kux-qng64z-B{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.kux-17ht6cx:not(#\#):not(#\#){animation:kux-1tlhb9y-B 1s linear infinite}.kux-1urtybb:not(#\#):not(#\#){animation:kux-qng64z-B .5s linear infinite}.kux-1otkw6h:not(#\#):not(#\#){animation:kux-qng64z-B 1.5s linear infinite}.kux-i2kmhy:not(#\#):not(#\#){background:0 0}.kux-11g6tue:not(#\#):not(#\#){background:none}.kux-1md70p1:not(#\#):not(#\#){background:transparent}.kux-zp4kpb:not(#\#):not(#\#){background:var(--background,revert)}.kux-1eqz52:not(#\#):not(#\#){background:var(--color-background)}.kux-llur3z:not(#\#):not(#\#){background:var(--color-base)}.kux-15j8kdw:not(#\#):not(#\#){background:var(--color-complementary)}.kux-18f7a9w:not(#\#):not(#\#){background:var(--color-cover)}.kux-p0wx1m:not(#\#):not(#\#){background:var(--color-cover2)}.kux-1vm4mew:not(#\#):not(#\#){background:var(--color-cover4)}.kux-1ar4orl:not(#\#):not(#\#){background:var(--color-divider8)}.kux-1ikre5p:not(#\#):not(#\#){background:var(--color-layer)}.kux-yi1qqq:not(#\#):not(#\#){background:var(--color-overlay)}.kux-15dlep9:not(#\#):not(#\#){background:var(--color-primary)}.kux-1jx76ey:not(#\#):not(#\#){background:var(--color-primary12)}.kux-fohuzr:not(#\#):not(#\#){background:var(--color-primary8)}.kux-1i0u1pf:not(#\#):not(#\#){background:var(--color-secondary)}.kux-3bro93:not(#\#):not(#\#){background:var(--color-text)}.kux-1fln3ih:not(#\#):not(#\#){background:var(--color-text20)}.kux-epkmgt:not(#\#):not(#\#){background:var(--color-text40)}.kux-mlv8mo:not(#\#):not(#\#){background:var(--color-text60)}.kux-piozy3:not(#\#):not(#\#){background:var(--color-textPrimary)}.kux-fw078g:not(#\#):not(#\#){background:var(--color-tip)}.kux-1dwa2za:not(#\#):not(#\#){border:1px solid var(--color-cover)}.kux-4bgaji:not(#\#):not(#\#){border:1px solid var(--color-cover4)}.kux-1uc222:not(#\#):not(#\#){border:1px solid var(--color-divider8)}.kux-ayryt:not(#\#):not(#\#){border:1px solid var(--color-primary12)}.kux-6fig7m:not(#\#):not(#\#){border:2px solid var(--color-cover8)}.kux-8zk26m:not(#\#):not(#\#){border:2px solid var(--color-icon40)}.kux-1gs6z28:not(#\#):not(#\#){border:none}.kux-1q6ys4k:not(#\#):not(#\#){margin:0 0 8px}.kux-kuygi9:not(#\#):not(#\#){margin:0 12px}.kux-r6boo3:not(#\#):not(#\#){margin:0 3px}.kux-d3odtx:not(#\#):not(#\#){margin:0 4px}.kux-mtjor9:not(#\#):not(#\#){margin:0 8px}.kux-1ghz6dp:not(#\#):not(#\#){margin:0}.kux-hv1u6h:not(#\#):not(#\#){margin:16px 0}.kux-n4w45c:not(#\#):not(#\#){margin:24px 0}.kux-1nnfbh2:not(#\#):not(#\#){margin:6px 0}.kux-14kudrl:not(#\#):not(#\#){margin:8px 0}.kux-z4czej:not(#\#):not(#\#){margin:auto 16px}.kux-1bpp3o7:not(#\#):not(#\#){margin:auto}.kux-1717udv:not(#\#):not(#\#){padding:0}.kux-c7ga6q:not(#\#):not(#\#){padding:12px}.kux-1tamke2:not(#\#):not(#\#){padding:16px}.kux-1i3ajwb:not(#\#):not(#\#){padding:2px}.kux-15fnm84:not(#\#):not(#\#){padding:32px}.kux-fawy5m:not(#\#):not(#\#){padding:4px}.kux-inku7l:last-of-type:not(#\#):not(#\#):after,.kux-nmghd3:first-of-type:not(#\#):not(#\#):before{background:transparent}.kux-1jhw8vx:first-of-type:not(#\#):not(#\#):before,.kux-1yx4lsh:last-of-type:not(#\#):not(#\#):after{background:var(--color-cover2)}.kux-13mi9bo:hover:not(#\#):not(#\#){background:none}.kux-1avruku:hover:not(#\#):not(#\#){background:transparent}.kux-g7mjt2:hover:not(#\#):not(#\#){background:var(--button-contained-primary-hover-background)}.kux-k6rv8s:hover:not(#\#):not(#\#){background:var(--button-contained-secondary-hover-background)}.kux-s0wdr7:hover:not(#\#):not(#\#){background:var(--color-cover12)}.kux-113ljay:hover:not(#\#):not(#\#){background:var(--color-cover2)}.kux-hegs7u:hover:not(#\#):not(#\#){background:var(--color-cover4)}.kux-12numjd:hover:not(#\#):not(#\#){background:var(--color-cover8)}.kux-l80g4i:hover:not(#\#):not(#\#){background:var(--color-primary)}.kux-161zvsb:hover:not(#\#):not(#\#){background:var(--color-primary8)}.kux-id6qo4:hover:not(#\#):not(#\#){background:var(--color-secondary)}.kux-qgsdho:hover:not(#\#):not(#\#){background:var(--color-text60)}.kux-q20wik:active:not(#\#):not(#\#){background:var(--button-contained-primary-active-background)}.kux-ty6lc:active:not(#\#):not(#\#){background:var(--button-contained-secondary-active-background)}.kux-1acwd7l:active:not(#\#):not(#\#){background:var(--color-cover12)}.kux-j3bgen:active:not(#\#):not(#\#){background:var(--color-cover8)}.kux-70d5t6:active:not(#\#):not(#\#){background:var(--color-secondary)}@media (max-width:767px){.kux-1rwxrub.kux-1rwxrub:not(#\#):not(#\#){border:none}}.kux-196p5u9:not(#\#):not(#\#):not(#\#){border-bottom:1px solid transparent}.kux-10h92u9:not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--color-cover4)}.kux-yz4x4c:not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--color-divider8)}.kux-112ta8:not(#\#):not(#\#):not(#\#){border-bottom:none}.kux-9r1u3d:not(#\#):not(#\#):not(#\#){border-color:transparent}.kux-sj8ro1:not(#\#):not(#\#):not(#\#){border-color:var(--color-cover12)}.kux-ne43q7:not(#\#):not(#\#):not(#\#){border-color:var(--color-secondary)}.kux-vburmn:not(#\#):not(#\#):not(#\#){border-color:var(--color-text)}.kux-2v97zt:not(#\#):not(#\#):not(#\#){border-color:var(--color-textPrimary)}.kux-1pugvtf:not(#\#):not(#\#):not(#\#){border-radius:0 0 24px 24px}.kux-2u8bby:not(#\#):not(#\#):not(#\#){border-radius:0}.kux-orixrz:not(#\#):not(#\#):not(#\#){border-radius:100%}.kux-1xwekrv:not(#\#):not(#\#):not(#\#){border-radius:100px}.kux-1w6jqn9:not(#\#):not(#\#):not(#\#){border-radius:16px 16px 0 0}.kux-gqmno8:not(#\#):not(#\#):not(#\#){border-radius:16px}.kux-1a53g4:not(#\#):not(#\#):not(#\#){border-radius:24px 24px 0 0}.kux-1khhgft:not(#\#):not(#\#):not(#\#){border-radius:24px}.kux-1cum3z5:not(#\#):not(#\#):not(#\#){border-radius:2px}.kux-18zih8k:not(#\#):not(#\#):not(#\#){border-radius:3px}.kux-120k5d4:not(#\#):not(#\#):not(#\#){border-radius:4px 4px 8px 8px}.kux-xys48w:not(#\#):not(#\#):not(#\#){border-radius:4px 8px 8px 4px}.kux-12oqio5:not(#\#):not(#\#):not(#\#){border-radius:4px}.kux-16rqkct:not(#\#):not(#\#):not(#\#){border-radius:50%}.kux-quxrz7:not(#\#):not(#\#):not(#\#){border-radius:56px}.kux-1kogg8i:not(#\#):not(#\#):not(#\#){border-radius:6px}.kux-ur7f20:not(#\#):not(#\#):not(#\#){border-radius:8px}.kux-1h3vd5n:not(#\#):not(#\#):not(#\#){border-radius:none}.kux-bdiyqf:not(#\#):not(#\#):not(#\#){border-radius:unset}.kux-tf7k0l:not(#\#):not(#\#):not(#\#){border-radius:var(--radius-basic)}.kux-jspbzw:not(#\#):not(#\#):not(#\#){border-radius:var(--radius-full)}.kux-137qmg1:not(#\#):not(#\#):not(#\#){border-radius:var(--radius-large)}.kux-1qn6osb:not(#\#):not(#\#):not(#\#){border-radius:var(--radius-xlarge)}.kux-1s0i38w:not(#\#):not(#\#):not(#\#){border-right:1px solid var(--color-cover8)}.kux-1k13g4o:not(#\#):not(#\#):not(#\#){border-right:transparent}.kux-1y0btm7:not(#\#):not(#\#):not(#\#){border-style:solid}.kux-4j8jod:not(#\#):not(#\#):not(#\#){border-top:1px solid var(--color-divider8)}.kux-76ihet:not(#\#):not(#\#):not(#\#){border-top:none}.kux-1v4ef5e:not(#\#):not(#\#):not(#\#){border-top:transparent}.kux-mkeg23:not(#\#):not(#\#):not(#\#){border-width:1px}.kux-1cqoux5:not(#\#):not(#\#):not(#\#){flex:1 1}.kux-12lumcd:not(#\#):not(#\#):not(#\#){flex:1 1 auto}.kux-98rzlu:not(#\#):not(#\#):not(#\#){flex:1 1}.kux-1isitws:not(#\#):not(#\#):not(#\#){flex:auto}.kux-1okw0bk:not(#\#):not(#\#):not(#\#){flex:none}.kux-cjyhy0:not(#\#):not(#\#):not(#\#){flex:unset}.kux-1kapfjr:not(#\#):not(#\#):not(#\#){flex:var(--flex,revert)}.kux-e8uvvx:not(#\#):not(#\#):not(#\#){list-style:none}.kux-1b6ykf0:not(#\#):not(#\#):not(#\#){outline:0}.kux-1a2a7pz:not(#\#):not(#\#):not(#\#){outline:none}.kux-ysyzu8:not(#\#):not(#\#):not(#\#){overflow:auto}.kux-b3r6kr:not(#\#):not(#\#):not(#\#){overflow:hidden}.kux-1rea2x4:not(#\#):not(#\#):not(#\#){overflow:visible}.kux-1hl2dhg:not(#\#):not(#\#):not(#\#){text-decoration:none}.kux-1jjbm1c:not(#\#):not(#\#):not(#\#){transition:all .1s ease}.kux-10gahu4:not(#\#):not(#\#):not(#\#){transition:all .3s ease}.kux-2ortz2:not(#\#):not(#\#):not(#\#){transition:all .3s}.kux-1n0frbq:not(#\#):not(#\#):not(#\#){transition:all .5s}.kux-19zcgge:not(#\#):not(#\#):not(#\#){transition:background .3s ease}.kux-121sjiu:not(#\#):not(#\#):not(#\#){transition:color .2s cubic-bezier(0,0,.2,1) 0s,transform .2s cubic-bezier(0,0,.2,1) 0s,max-width .2s cubic-bezier(0,0,.2,1) 0s}.kux-17l9msd:not(#\#):not(#\#):not(#\#){transition:height .3s cubic-bezier(.4,0,.2,1) 0s}.kux-q2gx43:not(#\#):not(#\#):not(#\#){transition:none}.kux-kn91ih:not(#\#):not(#\#):not(#\#){transition:opacity .3s ease-in}.kux-tlv9vq:not(#\#):not(#\#):not(#\#){transition:top .3s ease 0s,right .3s ease 0s,bottom .3s ease 0s,left .3s ease 0s,margin .3s ease 0s,max-width .3s ease 0s}.kux-vphzze:not(#\#):not(#\#):not(#\#){transition:unset}.kux-1b7j2yx:not(#\#):not(#\#):not(#\#){transition:visibility .3s var(--transition-timing-function-ease-in)}.kux-8ne06i:not(#\#):not(#\#):not(#\#){transition:width .3s cubic-bezier(.4,0,.2,1) 0s}.kux-1hi1yer:last-of-type:not(#\#):not(#\#):not(#\#):after,.kux-rsb84o:first-of-type:not(#\#):not(#\#):not(#\#):before{border-radius:0 12px 12px 0}.kux-1an8jkp:first-of-type:not(#\#):not(#\#):not(#\#):before,.kux-1m5c01n:last-of-type:not(#\#):not(#\#):not(#\#):after{border-radius:12px 0 0 12px}.kux-15175pq:not(#__unused__) span:not(#\#):not(#\#):not(#\#),.kux-1qssvbv:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#){overflow:hidden}.kux-m6vzok:not(#__unused__) svg:not(#\#):not(#\#):not(#\#){transition:all .3s ease}.kux-doxjfl:not(#__unused__) svg:not(#\#):not(#\#):not(#\#){transition:transform .3s}.kux-45mvjj:first-of-type:not(#\#):not(#\#):not(#\#){border-radius:4px 4px 0 0}.kux-97lwro:last-of-type:not(#\#):not(#\#):not(#\#){border-radius:0 0 4px 4px}.kux-jyxe8r:last-of-type:not(#__unused__)>.Item-Child:not(#\#):not(#\#):not(#\#){border-bottom:none}.kux-s0whj5:hover:not(#\#):not(#\#):not(#\#){border-color:var(--color-cover20)}.kux-1uvtmcs:focus:not(#\#):not(#\#):not(#\#){outline:none}.kux-11iimpl:active:not(#\#):not(#\#):not(#\#){text-decoration:none}.kux-1pq812k:not(#\#):not(#\#):not(#\#):not(#\#){-ms-overflow-style:none}.kux-1i10hfl:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-tap-highlight-color:transparent}.kux-tc2bpg:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-text-stroke:.4px var(--color-text)}.kux-lsanaz:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-text-stroke:unset}.kux-1wa5tj7:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-touch-action:pan-y}.kux-pdipgo:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-touch-callout:none}.kux-6s0dn4:not(#\#):not(#\#):not(#\#):not(#\#){align-items:center}.kux-1cy8zhl:not(#\#):not(#\#):not(#\#):not(#\#){align-items:flex-start}.kux-1bdtpbn:not(#\#):not(#\#):not(#\#):not(#\#){align-items:var(--alignItems,revert)}.kux-oi2r2e:not(#\#):not(#\#):not(#\#):not(#\#){align-self:baseline}.kux-amitd3:not(#\#):not(#\#):not(#\#):not(#\#){align-self:center}.kux-156afis:not(#\#):not(#\#):not(#\#):not(#\#){animation-duration:.23s}.kux-4afe7t:not(#\#):not(#\#):not(#\#):not(#\#){animation-duration:.3s}.kux-1hq3j7i:not(#\#):not(#\#):not(#\#):not(#\#){animation-duration:.58s}.kux-1u6ievf:not(#\#):not(#\#):not(#\#):not(#\#){animation-fill-mode:both}.kux-ixqyey:not(#\#):not(#\#):not(#\#):not(#\#){animation-name:kux-17qceat-B}.kux-6xvg2y:not(#\#):not(#\#):not(#\#):not(#\#){animation-name:kux-1n3iohy-B}.kux-1tnx3gf:not(#\#):not(#\#):not(#\#):not(#\#){animation-name:kux-1y4ygtx-B}.kux-ws78kz:not(#\#):not(#\#):not(#\#):not(#\#){animation-name:kux-ekv6nw-B}.kux-ccozil:not(#\#):not(#\#):not(#\#):not(#\#){animation-timing-function:cubic-bezier(.05,.7,.1,1)}.kux-jyslct:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-appearance:none;-moz-appearance:none;appearance:none}.kux-d2fl0j:not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-cover8)}.kux-1o10jt9:not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-layer)}.kux-186cail:not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-mask)}.kux-1u4601x:not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-overlay)}.kux-1qyntrr:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(270deg,rgba(18,18,18,0) 0,rgba(18,18,18,1) 70%)}.kux-uso6oq:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(270deg,rgba(18,18,18,1) 0,rgba(18,18,18,1) 30%,rgba(18,18,18,0))}.kux-6hr8vn:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(255,255,255,1) 70%)}.kux-c4shq5:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(270deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,0))}.kux-szq8jf:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(90deg,rgba(18,18,18,0) 0,rgba(18,18,18,1) 70%)}.kux-2kumn1:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(90deg,rgba(18,18,18,1) 0,rgba(18,18,18,1) 30%,rgba(18,18,18,0))}.kux-1lynhxy:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,1) 70%)}.kux-98wavv:not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(90deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,0))}.kux-1mwwwfo:not(#\#):not(#\#):not(#\#):not(#\#){border-collapse:collapse}.kux-1gukg7c:not(#\#):not(#\#):not(#\#):not(#\#){border-spacing:0}.kux-1voww9p:not(#\#):not(#\#):not(#\#):not(#\#){box-shadow:0 4px 40px var(--color-cover4)}.kux-1gnnqk1:not(#\#):not(#\#):not(#\#):not(#\#){box-shadow:none}.kux-biknmc:not(#\#):not(#\#):not(#\#):not(#\#){box-shadow:0 4px 40px transparent}.kux-1gua3l8:not(#\#):not(#\#):not(#\#):not(#\#){box-shadow:var(--color-cover4) 0 4px 40px}.kux-14m951r:not(#\#):not(#\#):not(#\#):not(#\#){box-shadow:var(--shadow-middle)}.kux-9f619:not(#\#):not(#\#):not(#\#):not(#\#){box-sizing:border-box}.kux-l7pqhg:not(#\#):not(#\#):not(#\#):not(#\#){caret-color:var(--color-primary)}.kux-18xfj1p:not(#\#):not(#\#):not(#\#):not(#\#){clear:both}.kux-fungia:not(#\#):not(#\#):not(#\#):not(#\#){color:#fff}.kux-m2njfp:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-icon)}.kux-14qql8p:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-primary)}.kux-p1ujoc:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-secondary)}.kux-iuzu7u:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text)}.kux-7u1wfk:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text30)}.kux-q65diy:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text40)}.kux-1hhjozq:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text60)}.kux-1qdhnib:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-textEmphasis)}.kux-k4h9lj:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-textPrimary)}.kux-19dipnz:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color,revert)}.kux-t0e3qv:not(#\#):not(#\#):not(#\#):not(#\#){cursor:default}.kux-mper1u:not(#\#):not(#\#):not(#\#):not(#\#){cursor:inherit}.kux-1h6gzvc:not(#\#):not(#\#):not(#\#):not(#\#){cursor:not-allowed}.kux-1ypdohk:not(#\#):not(#\#):not(#\#):not(#\#){cursor:pointer}.kux-19v85br:not(#\#):not(#\#):not(#\#):not(#\#){cursor:progress}.kux-1ed109x:not(#\#):not(#\#):not(#\#):not(#\#){cursor:text}.kux-1lliihq:not(#\#):not(#\#):not(#\#):not(#\#){display:block}.kux-78zum5:not(#\#):not(#\#):not(#\#):not(#\#){display:flex}.kux-1rg5ohu:not(#\#):not(#\#):not(#\#):not(#\#){display:inline-block}.kux-3nfvp2:not(#\#):not(#\#):not(#\#):not(#\#){display:inline-flex}.kux-ocgpb:not(#\#):not(#\#):not(#\#):not(#\#){display:inline-lock}.kux-x3hfyj:not(#\#):not(#\#):not(#\#):not(#\#){display:inlineBlock}.kux-1s85apg:not(#\#):not(#\#):not(#\#):not(#\#){display:none}.kux-k2t91m:not(#\#):not(#\#):not(#\#):not(#\#){display:null}.kux-1n9xxwz:not(#\#):not(#\#):not(#\#):not(#\#){display:table-cell}.kux-1whl12z:not(#\#):not(#\#):not(#\#):not(#\#){display:table-header-group}.kux-5yl94v:not(#\#):not(#\#):not(#\#):not(#\#){display:table-row-group}.kux-f5m44m:not(#\#):not(#\#):not(#\#):not(#\#){display:table-row}.kux-11r6d5e:not(#\#):not(#\#):not(#\#):not(#\#){display:table}.kux-3ieub6:not(#\#):not(#\#):not(#\#):not(#\#){flex-direction:column-reverse}.kux-dt5ytf:not(#\#):not(#\#):not(#\#):not(#\#){flex-direction:column}.kux-1q0g3np:not(#\#):not(#\#):not(#\#):not(#\#){flex-direction:row}.kux-1iyjqo2:not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:1}.kux-2lah0s:not(#\#):not(#\#):not(#\#):not(#\#){flex-shrink:0}.kux-ozqiw3:not(#\#):not(#\#):not(#\#):not(#\#){flex-wrap:nowrap}.kux-1a02dak:not(#\#):not(#\#):not(#\#):not(#\#){flex-wrap:wrap}.kux-1faq86j:not(#\#):not(#\#):not(#\#):not(#\#){float:left}.kux-6njhva:not(#\#):not(#\#):not(#\#):not(#\#){font-family:var(--font-family)}.kux-1k6wstc:not(#\#):not(#\#):not(#\#):not(#\#){font-size:10px}.kux-1j6dyjg:not(#\#):not(#\#):not(#\#):not(#\#){font-size:11px}.kux-fifm61:not(#\#):not(#\#):not(#\#):not(#\#){font-size:12px}.kux-if65rj:not(#\#):not(#\#):not(#\#):not(#\#){font-size:14px}.kux-1jvydc1:not(#\#):not(#\#):not(#\#):not(#\#){font-size:15px}.kux-1j61zf2:not(#\#):not(#\#):not(#\#):not(#\#){font-size:16px}.kux-osj86m:not(#\#):not(#\#):not(#\#):not(#\#){font-size:18px}.kux-wsyq91:not(#\#):not(#\#):not(#\#):not(#\#){font-size:20px}.kux-1pvqxga:not(#\#):not(#\#):not(#\#):not(#\#){font-size:24px}.kux-vwhms9:not(#\#):not(#\#):not(#\#):not(#\#){font-size:9px}.kux-1qlqyl8:not(#\#):not(#\#):not(#\#):not(#\#){font-size:inherit}.kux-o1l8bm:not(#\#):not(#\#):not(#\#):not(#\#){font-weight:400}.kux-k50ysn:not(#\#):not(#\#):not(#\#):not(#\#){font-weight:500}.kux-1xlr1w8:not(#\#):not(#\#):not(#\#):not(#\#){font-weight:700}.kux-l56j7k:not(#\#):not(#\#):not(#\#):not(#\#){justify-content:center}.kux-13a6bvl:not(#\#):not(#\#):not(#\#):not(#\#){justify-content:flex-end}.kux-1nhvcw1:not(#\#):not(#\#):not(#\#):not(#\#){justify-content:flex-start}.kux-1qughib:not(#\#):not(#\#):not(#\#):not(#\#){justify-content:space-between}.kux-1qa288d:not(#\#):not(#\#):not(#\#):not(#\#){justify-content:var(--justifyContent,revert)}.kux-o5v014:not(#\#):not(#\#):not(#\#):not(#\#){line-height:1}.kux-etkqiv:not(#\#):not(#\#):not(#\#):not(#\#){line-height:130%}.kux-rz4klj:not(#\#):not(#\#):not(#\#):not(#\#){line-height:15.6px}.kux-1qfxs89:not(#\#):not(#\#):not(#\#):not(#\#){line-height:150%}.kux-1d3mw78:not(#\#):not(#\#):not(#\#):not(#\#){line-height:16px}.kux-d4r4e8:not(#\#):not(#\#):not(#\#):not(#\#){line-height:18px}.kux-1fc57z9:not(#\#):not(#\#):not(#\#):not(#\#){line-height:20px}.kux-dod15v:not(#\#):not(#\#):not(#\#):not(#\#){line-height:21px}.kux-19v9tvf:not(#\#):not(#\#):not(#\#):not(#\#){line-height:22px}.kux-1o2sk6j:not(#\#):not(#\#):not(#\#):not(#\#){line-height:24px}.kux-eqr9p9:not(#\#):not(#\#):not(#\#):not(#\#){line-height:26px}.kux-cgk4ki:not(#\#):not(#\#):not(#\#):not(#\#){line-height:32px}.kux-1cpheol:not(#\#):not(#\#):not(#\#):not(#\#){line-height:40px}.kux-1gwpirc:not(#\#):not(#\#):not(#\#):not(#\#){line-height:unset}.kux-atrb82:not(#\#):not(#\#):not(#\#):not(#\#){line-height:var(--lineHeight,revert)}.kux-o6sx3f:not(#\#):not(#\#):not(#\#):not(#\#){line-height:var(--single-line-height)}.kux-2fvf9:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-end:4px;margin-inline-end:4px}.kux-1diwwjn:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:12px;margin-inline-start:12px}.kux-qsn43r:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:20px;margin-inline-start:20px}.kux-efazk8:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:24px;margin-inline-start:24px}.kux-9pbi5e:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:28px;margin-inline-start:28px}.kux-dwrcjd:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:4px;margin-inline-start:4px}.kux-13fj5qh:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:8px;margin-inline-start:8px}.kux-z5rk10:not(#\#):not(#\#):not(#\#):not(#\#){opacity:.2}.kux-ti2d7y:not(#\#):not(#\#):not(#\#):not(#\#){opacity:.4}.kux-g01cxk:not(#\#):not(#\#):not(#\#):not(#\#){opacity:0}.kux-1hc1fzr:not(#\#):not(#\#):not(#\#):not(#\#){opacity:1}.kux-3x427e:not(#\#):not(#\#):not(#\#):not(#\#){order:var(--order,revert)}.kux-2ssjo2:not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:-2px}.kux-f159sx:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-padding-end:8px;padding-inline-end:8px}.kux-mzvs34:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-padding-start:8px;padding-inline-start:8px}html:not([dir=rtl]) .kux-khd6sd:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:0}html[dir=rtl] .kux-khd6sd:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:0}html:not([dir=rtl]) .kux-1sln4lm:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:10px}html[dir=rtl] .kux-1sln4lm:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:10px}html:not([dir=rtl]) .kux-1ye3gou:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:12px}html[dir=rtl] .kux-1ye3gou:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:12px}html:not([dir=rtl]) .kux-pkgp8e:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:14px}html[dir=rtl] .kux-pkgp8e:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:14px}html:not([dir=rtl]) .kux-1swvt13:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}html[dir=rtl] .kux-1swvt13:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}html:not([dir=rtl]) .kux-5ib6vp:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:20px}html[dir=rtl] .kux-5ib6vp:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:20px}html:not([dir=rtl]) .kux-bbxn1n:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:24px}html[dir=rtl] .kux-bbxn1n:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:24px}html:not([dir=rtl]) .kux-7ggn4r:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:28px}html[dir=rtl] .kux-7ggn4r:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:28px}html:not([dir=rtl]) .kux-1h0ha7o:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:2px}html[dir=rtl] .kux-1h0ha7o:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:2px}html:not([dir=rtl]) .kux-1xfsgkm:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:32px}html[dir=rtl] .kux-1xfsgkm:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:32px}html:not([dir=rtl]) .kux-1u72gb5:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:40px}html[dir=rtl] .kux-1u72gb5:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:40px}html:not([dir=rtl]) .kux-4ge4z1:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:44px}html[dir=rtl] .kux-4ge4z1:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:44px}html:not([dir=rtl]) .kux-8aayfw:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:48px}html[dir=rtl] .kux-8aayfw:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:48px}html:not([dir=rtl]) .kux-1e558r4:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:4px}html[dir=rtl] .kux-1e558r4:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:4px}html:not([dir=rtl]) .kux-urb0ha:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:8px}html[dir=rtl] .kux-urb0ha:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:8px}html:not([dir=rtl]) .kux-4uap5:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:0}html[dir=rtl] .kux-4uap5:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:0}html:not([dir=rtl]) .kux-1iji9kk:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:10px}html[dir=rtl] .kux-1iji9kk:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:10px}html:not([dir=rtl]) .kux-n6708d:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:12px}html[dir=rtl] .kux-n6708d:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:12px}html:not([dir=rtl]) .kux-mns6w2:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:14px}html[dir=rtl] .kux-mns6w2:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:14px}html:not([dir=rtl]) .kux-1pi30zi:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}html[dir=rtl] .kux-1pi30zi:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}html:not([dir=rtl]) .kux-c73u3c:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:20px}html[dir=rtl] .kux-c73u3c:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:20px}html:not([dir=rtl]) .kux-xbr6pl:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:24px}html[dir=rtl] .kux-xbr6pl:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:24px}html:not([dir=rtl]) .kux-hepvqq:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:28px}html[dir=rtl] .kux-hepvqq:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:28px}html:not([dir=rtl]) .kux-g83lxy:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:2px}html[dir=rtl] .kux-g83lxy:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:2px}html:not([dir=rtl]) .kux-qmdsaz:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:32px}html[dir=rtl] .kux-qmdsaz:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:32px}html:not([dir=rtl]) .kux-bxaen2:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:40px}html[dir=rtl] .kux-bxaen2:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:40px}html:not([dir=rtl]) .kux-1o0k56v:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:44px}html[dir=rtl] .kux-1o0k56v:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:44px}html:not([dir=rtl]) .kux-s022h5:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:48px}html[dir=rtl] .kux-s022h5:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:48px}html:not([dir=rtl]) .kux-150jy0e:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:4px}html[dir=rtl] .kux-150jy0e:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:4px}html:not([dir=rtl]) .kux-1sxyh0:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:8px}html[dir=rtl] .kux-1sxyh0:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:8px}.kux-67bb7w:not(#\#):not(#\#):not(#\#):not(#\#){pointer-events:auto}.kux-47corl:not(#\#):not(#\#):not(#\#):not(#\#){pointer-events:none}.kux-10l6tqk:not(#\#):not(#\#):not(#\#):not(#\#){position:absolute}.kux-ixxii4:not(#\#):not(#\#):not(#\#):not(#\#){position:fixed}.kux-1n2onr6:not(#\#):not(#\#):not(#\#):not(#\#){position:relative}.kux-1rv4328:not(#\#):not(#\#):not(#\#):not(#\#){position:unset}.kux-1rohswg:not(#\#):not(#\#):not(#\#):not(#\#){scrollbar-width:none}.kux-2b8uid:not(#\#):not(#\#):not(#\#):not(#\#){text-align:center}.kux-dpxx8g:not(#\#):not(#\#):not(#\#):not(#\#){text-align:left}.kux-1hr2gdg:not(#\#):not(#\#):not(#\#):not(#\#){text-align:right}.kux-lyipyv:not(#\#):not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}.kux-x69xxh:not(#\#):not(#\#):not(#\#):not(#\#){touch-action:pan-y}.kux-1g0ag68:not(#\#):not(#\#):not(#\#):not(#\#){transform-origin:center}.kux-yyilfv:not(#\#):not(#\#):not(#\#):not(#\#){transform-origin:left top}.kux-1n4smgl:not(#\#):not(#\#):not(#\#):not(#\#){transform-origin:right top}.kux-1c071of:not(#\#):not(#\#):not(#\#):not(#\#){transform:none}.kux-135icu2:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(-180deg)}.kux-7p49u4:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(0deg)}.kux-1pn2p16:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(16deg) scale(.8)}.kux-19jd1h0:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(180deg)}.kux-12y6twl:not(#\#):not(#\#):not(#\#):not(#\#){transform:scale(.8)}.kux-r3nxaw:not(#\#):not(#\#):not(#\#):not(#\#){transform:scale(1.3)}.kux-pk2tj9:not(#\#):not(#\#):not(#\#):not(#\#){transform:scaleX(-1)}.kux-fxwt6c:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-13.4px,-7px) scale(.75)}.kux-12npwt6:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14.6px,-9px) scale(.75)}.kux-1iaw20k:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14.8px,-6px) scale(.75)}.kux-gi4bsw:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14.8px,-9px) scale(.75)}.kux-tfl0al:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,-5px) scale(.75)}.kux-1vkl8vk:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,-7px) scale(.75)}.kux-fumkin:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,-9px) scale(.75)}.kux-zz3si8:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,10px) scale(1)}.kux-zyidn8:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,12px) scale(1)}.kux-1st91l6:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,16px) scale(1)}.kux-4im71g:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,6px) scale(1)}.kux-1ehzt7l:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-14px,8px) scale(1)}.kux-11lhmoz:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-50%)}.kux-dxc727:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(38px)!important}.kux-19vr6ex:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(13.4px,-7px) scale(.75)}.kux-2mhdzz:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14.6px,-9px) scale(.75)}.kux-yiyqbc:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14.8px,-6px) scale(.75)}.kux-17jdt2n:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14.8px,-9px) scale(.75)}.kux-x85aba:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,-5px) scale(.75)}.kux-19lckgv:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,-7px) scale(.75)}.kux-s91rma:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,-9px) scale(.75)}.kux-4k88oa:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,10px) scale(1)}.kux-6srm7w:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,12px) scale(1)}.kux-1b6w1ce:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,16px) scale(1)}.kux-1rd3zfs:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,6px) scale(1)}.kux-tatfrn:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate(14px,8px) scale(1)}.kux-1pb4uno:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate3d(-50%,-50%,0)}.kux-oww4n8:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateZ(0)}.kux-13ihqe3:not(#\#):not(#\#):not(#\#):not(#\#){transform:translate3d(50%,-50%,0)}.kux-5i6ehr:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(-100%)}.kux-ofi9qg:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(-4px) rotate(45deg)}.kux-uuh30:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(-50%)}.kux-bryuvx:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(0)}.kux-umwmo6:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(100%)}.kux-16dlbs2:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateX(4px) rotate(45deg)}.kux-105ttfm:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(-100%)}.kux-1nofjla:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(-4px) rotate(45deg)}.kux-1bvilyr:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(-4px)}.kux-1cb1t30:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}.kux-nn1q72:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(0)}.kux-1weeur4:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(100%)}.kux-1ni14s7:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(2px)}.kux-vgp576:not(#\#):not(#\#):not(#\#):not(#\#){transform:translateY(4px) rotate(45deg)}.kux-1ispq71:not(#\#):not(#\#):not(#\#):not(#\#){transition-duration:.23s}.kux-1jzsmm5:not(#\#):not(#\#):not(#\#):not(#\#){transition-duration:.27s}.kux-fagghw:not(#\#):not(#\#):not(#\#):not(#\#){transition-property:all}.kux-cgnt2r:not(#\#):not(#\#):not(#\#):not(#\#){transition-timing-function:var(--transition-timing-function-ease-in)}.kux-1ivnwwi:not(#\#):not(#\#):not(#\#):not(#\#){transition-timing-function:var(--transition-timing-function-ease-out)}.kux-87ps6o:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-user-select:none;-moz-user-select:none;user-select:none}.kux-xymvpz:not(#\#):not(#\#):not(#\#):not(#\#){vertical-align:middle}.kux-16dsc37:not(#\#):not(#\#):not(#\#):not(#\#){vertical-align:top}.kux-lshs6z:not(#\#):not(#\#):not(#\#):not(#\#){visibility:hidden}.kux-npuxes:not(#\#):not(#\#):not(#\#):not(#\#){visibility:visible}.kux-n3q4nr:not(#\#):not(#\#):not(#\#):not(#\#){webkit-font-smoothing:antialiased}.kux-tlweoi:not(#\#):not(#\#):not(#\#):not(#\#){webkit-overflow-scrolling:touch}.kux-eaf4i8:not(#\#):not(#\#):not(#\#):not(#\#){white-space:normal}.kux-uxw1ft:not(#\#):not(#\#):not(#\#):not(#\#){white-space:nowrap}.kux-1sdyfia:not(#\#):not(#\#):not(#\#):not(#\#){white-space:pre}.kux-1so62im:not(#\#):not(#\#):not(#\#):not(#\#){will-change:transform}.kux-13faqbe:not(#\#):not(#\#):not(#\#):not(#\#){word-break:break-word}.kux-dnwjd9:not(#\#):not(#\#):not(#\#):not(#\#){word-break:keep-all}.kux-1vvkbs:not(#\#):not(#\#):not(#\#):not(#\#){word-wrap:break-word}.kux-1ja2u2z:not(#\#):not(#\#):not(#\#):not(#\#){z-index:0}.kux-1vjfegm:not(#\#):not(#\#):not(#\#):not(#\#){z-index:1}.kux-1n327nk:not(#\#):not(#\#):not(#\#):not(#\#){z-index:10}.kux-htitgo:not(#\#):not(#\#):not(#\#):not(#\#){z-index:2}.kux-14g40p9:not(#\#):not(#\#):not(#\#):not(#\#){z-index:999}.kux-1q2oy4v:not(#\#):not(#\#):not(#\#):not(#\#){z-index:9999}.kux-13zk8ob:not(#\#):not(#\#):not(#\#):not(#\#){z-index:var(--zIndex-message)}.kux-1xd5z9h:not(#\#):not(#\#):not(#\#):not(#\#){z-index:var(--zIndex-modal)}.kux-njn4ip:not(#\#):not(#\#):not(#\#):not(#\#){z-index:var(--zIndex-picker)}.kux-7ln1ro:not(#\#):not(#\#):not(#\#):not(#\#){z-index:var(--zIndex-tooltip)}.kux-l42t6f:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-box-orient:vertical}.kux-1agumqs:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-line-clamp:2}.kux-1fgv0rl:after:not(#\#):not(#\#):not(#\#):not(#\#){clear:both}.kux-1gftdam:before:not(#\#):not(#\#):not(#\#):not(#\#),.kux-5l10my:after:not(#\#):not(#\#):not(#\#):not(#\#),.kux-ie50df:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-sy9y7j:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):after{content:""}.kux-1ggjl1:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#){display:-webkit-box}.kux-1n2cnim:not(#__unused__) span:not(#\#):not(#\#):not(#\#):not(#\#),.kux-1osqeq4:not(#__unused__) img:not(#\#):not(#\#):not(#\#):not(#\#){display:block}.kux-10jtccx:after:not(#\#):not(#\#):not(#\#):not(#\#),.kux-1w4pma7:not(#__unused__)>.KuxMDrawer-content:not(#\#):not(#\#):not(#\#):not(#\#),.kux-klknkf:before:not(#\#):not(#\#):not(#\#):not(#\#){display:flex}.kux-9b3h3k:-webkit-scrollbar:not(#\#):not(#\#):not(#\#):not(#\#){display:none}.kux-ep87s5:after:not(#\#):not(#\#):not(#\#):not(#\#),.kux-x3iiiu:before:not(#\#):not(#\#):not(#\#):not(#\#){display:table}.kux-m40aqw:not(#__unused__)>.KuxMDrawer-content:not(#\#):not(#\#):not(#\#):not(#\#){flex-direction:column}.kux-12j6mg7:not(#__unused__)>.KuxModalHeader-title:not(#\#):not(#\#):not(#\#):not(#\#){font-size:18px}.kux-4bsm9w:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-6r3qfi:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):after{position:absolute}.kux-16s8qk1:not(#__unused__) span:not(#\#):not(#\#):not(#\#):not(#\#),.kux-1h3xxmw:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}.kux-x0q3u3:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#){transform-origin:center}.kux-qf6zkw:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(-180deg)}.kux-172e3e4:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(0deg)}.kux-6whtff:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#){transform:rotate(180deg)}.kux-13mod2h:not(#__unused__) span:not(#\#):not(#\#):not(#\#):not(#\#){white-space:nowrap}.kux-1lrqqau:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#){z-index:1}.kux-1r3gp14:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#){-webkit-margin-start:0;margin-inline-start:0}.kux-i42lbd:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text)}.kux-11fkbvc:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#){cursor:default}.kux-1nbdg5w:-webkit-scrollbar:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#){display:none}.kux-1o6778g:last-of-type:not(#__unused__)>.KuxDivider-root:not(#\#):not(#\#):not(#\#):not(#\#){display:none}.kux-x63sq3:hover:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-primary)}.kux-8joddd:hover:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text)}.kux-1jg5nw5:hover:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text60)}.kux-1gyetgf:hover:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-textEmphasis)}.kux-1c3glr3:hover:not(#\#):not(#\#):not(#\#):not(#\#){opacity:.7}.kux-5z6fxw:hover:not(#\#):not(#\#):not(#\#):not(#\#){opacity:.8}.kux-1ilyu32:active:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-text40)}.kux-qpz216:active:not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-textPrimary)}.kux-162lpob:active:not(#\#):not(#\#):not(#\#):not(#\#){opacity:.9}@media (max-width:1199px){.kux-pg380g.kux-pg380g:not(#\#):not(#\#):not(#\#):not(#\#){font-size:10px}.kux-1kor28n.kux-1kor28n:not(#\#):not(#\#):not(#\#):not(#\#){font-size:14px}}@media (max-width:767px){.kux-x00cse.kux-x00cse:not(#\#):not(#\#):not(#\#):not(#\#){font-size:14px}.kux-18g6acs.kux-18g6acs:not(#\#):not(#\#):not(#\#):not(#\#){font-size:18px}}@media (max-width:1199px){html:not([dir=rtl]) .kux-10b0ztc.kux-10b0ztc:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:12px}html[dir=rtl] .kux-10b0ztc.kux-10b0ztc:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:12px}}@media (max-width:767px){html:not([dir=rtl]) .kux-ux34ky.kux-ux34ky:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}html[dir=rtl] .kux-ux34ky.kux-ux34ky:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}html:not([dir=rtl]) .kux-3kuyjo.kux-3kuyjo:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:24px}html[dir=rtl] .kux-3kuyjo.kux-3kuyjo:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:24px}}@media (max-width:1199px){html:not([dir=rtl]) .kux-k0jcp8.kux-k0jcp8:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:4px}html[dir=rtl] .kux-k0jcp8.kux-k0jcp8:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:4px}html:not([dir=rtl]) .kux-1v3q7fb.kux-1v3q7fb:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:12px}html[dir=rtl] .kux-1v3q7fb.kux-1v3q7fb:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:12px}}@media (max-width:767px){html:not([dir=rtl]) .kux-1di1pr7.kux-1di1pr7:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}html[dir=rtl] .kux-1di1pr7.kux-1di1pr7:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}html:not([dir=rtl]) .kux-1c53joi.kux-1c53joi:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:24px}html[dir=rtl] .kux-1c53joi.kux-1c53joi:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:24px}}@media (max-width:1199px){html:not([dir=rtl]) .kux-1qg4o5d.kux-1qg4o5d:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:4px}html[dir=rtl] .kux-1qg4o5d.kux-1qg4o5d:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:4px}}.kux-16stqrj:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-color:transparent}.kux-dadtgt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-color:var(--color-complementary)}.kux-1i44jrh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-color:var(--color-icon)}.kux-12rdgpy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-color:var(--color-primary)}.kux-e56pb3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-color:var(--color-secondary)}.kux-19ypqd9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-style:solid}.kux-yj58a3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-width:0}.kux-c8hjz9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-left-width:4px}.kux-1gn6vhl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-color:var(--color-complementary)}.kux-13xghy5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-color:var(--color-icon)}.kux-ib9d3l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-color:var(--color-primary)}.kux-1lexmy9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-color:var(--color-secondary)}.kux-32b0ac:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-style:solid}.kux-mzi1rq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-right-width:4px}.kux-i2lk0m:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:-8px}.kux-1ey2m1c:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:0}.kux-rsf3xo:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:104px}.kux-y58vm5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:24px}.kux-1escl5o:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:60px}.kux-qtp20y:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:0}.kux-5yr21d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:100%}.kux-19swzb4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:112px}.kux-1kpxq89:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:12px}.kux-1hrcqew:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:13.2px}.kux-162hmin:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:148px}.kux-wrnneb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:16.5px}.kux-lup9mm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:16px}.kux-69wl3d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:18.3px}.kux-lzyvqe:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:1em}.kux-jm9jq1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:1px}.kux-1qx5ct2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:20px}.kux-17rw0jw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:22px}.kux-xk0z11:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:24px}.kux-c4cw2o:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:26.4px}.kux-1fgtraw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:28px}.kux-10w6t97:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:32px}.kux-90ne7k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:34px}.kux-c9qbxq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:36px}.kux-1vqgdyp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:40px}.kux-sdox4t:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:48px}.kux-qu0tyb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:4px}.kux-10wjd1d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:50px}.kux-nnlda6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:56px}.kux-1peatla:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:64px}.kux-ols6we:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:6px}.kux-wzfr38:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:80px}.kux-t7dq6l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:auto}.kux-g7h5cd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:-moz-fit-content;height:fit-content}.kux-159c2z0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:unset}.kux-1jwls1v:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:var(--height,revert)}.kux-1f4buv5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:-2px}.kux-ar8odu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:-40px}.kux-caw9uk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:-8px}.kux-u96u03:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:0}.kux-pnmzw7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:12px}.kux-1qpfodn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:16px}.kux-1u0e7iy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:18px}.kux-1c42kn3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:20px}.kux-1oax2jk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:24px}.kux-mv20l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:32px}.kux-4mh905:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:3px}.kux-n08lp5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:40px}.kux-ams0z9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:42px}.kux-1rjvq1q:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:46px}.kux-7d9c8j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:48px}.kux-cqyyxr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:4px}.kux-1nrll8i:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:50%}.kux-ncym2f:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:8px}.kux-1nx7grf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:unset}.kux-101gtxs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:var(--left,revert)}.kux-mgb6t1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:-2px}.kux-at24cr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:0}.kux-91k8ka:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:22px}.kux-1hq5gj4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:24px}.kux-jpr12u:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:2px}.kux-12nagc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:4px}.kux-1e56ztr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:8px}.kux-1tpqehw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:12px}.kux-q1n1xh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:16px}.kux-400o59:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:20px}.kux-1swdo50:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:2px}.kux-1uoezyy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:3px}.kux-1iog12x:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:4px}.kux-16vho4v:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:6px}.kux-et2fuk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:8px}.kux-8x9d4c:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:auto}.kux-t0o90j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:unset}.kux-wmvlbq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--marginLeft,revert)}.kux-1yf7rl7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:0}.kux-1wsuqlk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:12px}.kux-1o6q14k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:16px}.kux-1wh8b8d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:20px}.kux-1ldx8e:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:2px}.kux-1hdptxu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:3px}.kux-l010v5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:4px}.kux-15ku74s:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:6px}.kux-1db2dqx:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:8px}.kux-ack27t:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:auto}.kux-y7owz0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:unset}.kux-14vqqas:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:12px}.kux-qui205:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:24px}.kux-r9ek0c:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:2px}.kux-x4vt8u:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:48px}.kux-1xmf6yo:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:8px}.kux-mz0i5r:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:100%}.kux-1bwycvy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:100vh}.kux-1xiyphd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:240px}.kux-12ajvvl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:calc(100vh - 32px)}.kux-1yj7s2p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:.01px}.kux-193iq5w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:100%}.kux-1va8c73:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:320px}.kux-1j9u4d2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:400px}.kux-1lwm3bp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:520px}.kux-11gisft:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:640px}.kux-1dhgmm1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 80px)}.kux-svhuol:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:var(--maxWidth,revert)}.kux-2lwn1j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:0}.kux-4zw9a1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:1px}.kux-isnujt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:20px}.kux-jwf9q1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:24px}.kux-712feu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:320px}.kux-5sx7kw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:90px}.kux-euugli:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:0}.kux-1264ykn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:28px}.kux-17upfok:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:320px}.kux-yipzdc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:375px}.kux-aaagfd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:unset}.kux-w2csxc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:auto}.kux-6ikm8r:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:hidden}.kux-1odjw0f:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:auto}.kux-10wlt62:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:hidden}.kux-18d9i69:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:0}.kux-xbrewl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:11px}.kux-sag5q8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:12px}.kux-1g2khh7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:14px}.kux-1l90r2v:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:16px}.kux-x6bls6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:20px}.kux-2wk08a:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:21.5px}.kux-1t4gjm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:22px}.kux-wxc41k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:24px}.kux-1ueqsig:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:29.5px}.kux-1gan7if:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:32px}.kux-1idq3uh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:35px}.kux-jkvuk6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:4px}.kux-10b6aqq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:6px}.kux-wib8y2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:8px}.kux-dvlbce:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:9px}.kux-w3kv2p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:unset}.kux-1uhho1l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:0}.kux-f18ygs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:12px}.kux-nm25rq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}.kux-1k8dnhd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:18px}.kux-5tiur9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:20px}.kux-d3ty66:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:24px}.kux-163pfp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:8px}.kux-ulon5s:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:unset}.kux-1xpa7k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:0}.kux-yfqnmn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}.kux-18a8kpn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:18px}.kux-1s7jvk7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:20px}.kux-8e5d8q:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:24px}.kux-y13l1i:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:8px}.kux-18i69pu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:auto}.kux-pjlocc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:unset}.kux-exx8yu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:0}.kux-889kno:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:10px}.kux-zi3mdb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:11px}.kux-z9dl7a:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:12px}.kux-yinxu5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:14px}.kux-yamay9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:16px}.kux-109j2v6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:18px}.kux-4p5aij:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:1px}.kux-1cnzs8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:20px}.kux-x41rqi:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:21.5px}.kux-1p5oq8j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:24px}.kux-1dp3rkk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:29.5px}.kux-1nn3v0j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:2px}.kux-1miatn0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:32px}.kux-1d12jij:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:35px}.kux-1iorvi4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:4px}.kux-1yrsyyn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:6px}.kux-1y1aw1k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:8px}.kux-96k8nx:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:9px}.kux-1bkpikb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:-2px}.kux-11jdl05:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:-8px}.kux-3m8u43:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:0}.kux-lftelb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:12px}.kux-n5hqff:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:16px}.kux-3mw7os:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:18px}.kux-k6ci0l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:20px}.kux-1gv0tr7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:24px}.kux-fjxoi1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:26px}.kux-2i5vmh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:32px}.kux-wjie4w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:40px}.kux-z73njk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:42px}.kux-1jcr2v3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:46px}.kux-l7erhr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:48px}.kux-1pzoy33:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:4px}.kux-1pqncro:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:50%}.kux-19up5dg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:8px}.kux-1741ejh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:unset}.kux-1bk4rc1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:var(--right,revert)}.kux-7ql8ne:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-.74px}.kux-16wyd41:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-1.44px}.kux-1qiirwl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-2px}.kux-jibb99:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-5px}.kux-tu2xtp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-6px}.kux-1v4kod4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:-8px}.kux-13vifvy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:0}.kux-yhuw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:104px}.kux-1tk7jg1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:12px}.kux-omnu4r:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:16px}.kux-mhk92p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:20px}.kux-99uipq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:23px}.kux-117b58n:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:32px}.kux-ndqk7f:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:4px}.kux-wa60dl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:50%}.kux-1w1tb2m:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:60px}.kux-fr5jun:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:8px}.kux-nalus7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:0}.kux-h8yej3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:100%}.kux-n9wirt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:100vw}.kux-1s1wcn4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:12.26px}.kux-1f2tiqu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:136px}.kux-oa0rjt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:148px}.kux-zv07nh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:15.32px}.kux-1kky2od:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:16px}.kux-cwtlxm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:18.3px}.kux-zjbwwf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:180px}.kux-1i1rx1s:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:1px}.kux-w4jnvo:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:20px}.kux-17z2i9w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:22px}.kux-1c74oug:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:24.51px}.kux-vy4d1p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:24px}.kux-1tdqgrh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:264px}.kux-gd8bvy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:28px}.kux-dzyupr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:300px}.kux-86nts4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:327px}.kux-1td3qas:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:32px}.kux-1691je0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:34px}.kux-100vrsf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:40px}.kux-1useyqa:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:48px}.kux-1fu8urw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:64px}.kux-1v4s8kt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:6px}.kux-ni59qk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:72px}.kux-1dmp6jm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:80px}.kux-14atkfc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:auto}.kux-1q3o2qw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:calc(100% - 36px)}.kux-1xjqp9h:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:calc(100% - 50px)}.kux-1q3v8va:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:calc(100% + 80px)}.kux-1qrby5j:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:inherit}.kux-17fnjtu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--width,revert)}.kux-1qcntto:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-k3q5su:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{height:100%}.kux-zs4li4:not(#__unused__)>.KuxModalHeader-close svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:18px}.kux-jmrk7w:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:12px}.kux-1qlisa:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:14px}.kux-1x63scp:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:16px}.kux-1pb7a2v:not(#__unused__)>.KuxModalHeader-back svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:18px}.kux-1kmjkkc:not(#__unused__) .KuxModalHeader-back:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:28px}.kux-1aprznf:not(#__unused__)>.KuxModalHeader-close:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:18px}.kux-17v3zvo:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-o84blj:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{left:-16px}.kux-1uui3zb:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{left:unset}.kux-1p30omh:not(#__unused__)>.KuxMenuItem-root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:0}.kux-xui1r9:not(#__unused__) span:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:64px}.kux-svj70o:not(#__unused__)>div:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:hidden}.kux-8eu0gc:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-lpybu0:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{right:-16px}.kux-n58s46:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{right:unset}.kux-1556pxw:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-e1eg7p:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{top:0}.kux-1li7d9q:not(#__unused__)>.KuxModalHeader-close svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:18px}.kux-4vjf5k:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:12px}.kux-zpcnfq:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:14px}.kux-1hcur7x:not(#__unused__) svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#),.kux-1lzum83:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-1r4jjlm:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{width:16px}.kux-1kths73:not(#__unused__)>.KuxModalHeader-back svg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:18px}.kux-1yf43nh:not(#__unused__) .KuxModalHeader-back:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:28px}.kux-q81lvz:not(#__unused__)>.KuxModalHeader-close:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:18px}.kux-1wv4i6y:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:0}.kux-1hha6g:first-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-left:16px}.kux-1t8kfe1:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:0}.kux-1jlsl05:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:0}.kux-og8k98:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:0}.kux-1odj65g:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:2px}.kux-l0wblt:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:0}.kux-5dyw7p:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-right:16px}.kux-3tny1x:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-color:var(--color-text40)}@media (max-width:767px){.kux-kbrl62.kux-kbrl62:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:28px}.kux-1qg9knu.kux-1qg9knu:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:56px}.kux-1scmnv2.kux-1scmnv2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:16px}.kux-7favde.kux-7favde:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:68px}}@media (max-width:1199px){.kux-1d5mt5z.kux-1d5mt5z:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:0}}@media (max-width:767px){.kux-1k4gc0v.kux-1k4gc0v:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:0}.kux-1cza4f.kux-1cza4f:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:16px}.kux-19audg1.kux-19audg1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:20px}.kux-1wfb79h.kux-1wfb79h:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:0}}@media (max-width:1199px){.kux-x7eodr.kux-x7eodr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:18px}.kux-qf85me.kux-qf85me:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:20px}}@media (max-width:767px){.kux-y3ntkl.kux-y3ntkl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:20px}.kux-1vk4ifv.kux-1vk4ifv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:24px}.kux-h67lu4.kux-h67lu4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:16px}.kux-1830bps.kux-1830bps:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:24px}.kux-9in1b4.kux-9in1b4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:unset}.kux-1bepo1g.kux-1bepo1g:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:14px}.kux-az1sbt.kux-az1sbt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:24px}}@media (max-width:1199px){.kux-pa4dqh.kux-pa4dqh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:240px}}@media (max-width:767px){.kux-16e6e10.kux-16e6e10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:28px}}@media (max-width:1199px){.kux-1clkkqj.kux-1clkkqj:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:72px}}.kux-m80r6l:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{background:var(--color-cover8)}.kux-f5zdlt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{background:var(--color-overlay60)}.kux-1ez5m7k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{background:var(--color-text20)}.kux-i9fd4i:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb:hover{background:var(--color-text60)}.kux-16nou88:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{border-radius:2px}.kux-677mk9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{border-radius:3px}.kux-1gfgaxj:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-et7ooc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{border-top:1px solid var(--color-divider8)}.kux-1pnmvf8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{overflow:hidden}.kux-3g3a21:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-s3q4g3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{transition:box-shadow .3s}.kux-1qz36le:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-autofill,.kux-una6b6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-autofill:hover{-webkit-transition-delay:99999s}.kux-1tsv62c:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-autofill:active,.kux-o8ar0d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-autofill:focus{-webkit-transition-delay:99999s}html:not([dir=rtl]) .kux-16cti8p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{box-shadow:inset -6px 0 8px -8px var(--color-text30)}html:not([dir=rtl]) .kux-1tuius4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,html[dir=rtl] .kux-16cti8p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{box-shadow:inset 6px 0 8px -8px var(--color-text30)}html[dir=rtl] .kux-1tuius4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{box-shadow:inset -6px 0 8px -8px var(--color-text30)}.kux-n12031:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{clear:both}.kux-u6vi2p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-input-placeholder{color:var(--color-text40)}.kux-1npe658:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-moz-placeholder{color:var(--color-text40)}.kux-1jmasq5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::input-placeholder{color:var(--color-text40)}.kux-1853q82:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{content:"\a0"}.kux-1xhnyyv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-s5nyxy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{content:" "}.kux-1cpjm7i:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-1s928wv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{content:""}.kux-1e1aq9x:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{display:inline-block}.kux-fk6m8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar{display:none}.kux-1azrkns:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-po3ry2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{display:table}.kux-viwqkf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-input-placeholder{font-family:var(--font-family)}.kux-ru1rtg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-moz-placeholder{font-family:var(--font-family)}.kux-2xvmiq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::input-placeholder{font-family:var(--font-family)}.kux-p1k3ul:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-input-placeholder{font-weight:400}.kux-zenpwn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-moz-placeholder{font-weight:400}.kux-mf22ne:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{opacity:0}.kux-1rw2j67:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{opacity:1}.kux-16tabrt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{pointer-events:auto}.kux-2q1x1w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-kk1bqk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{pointer-events:none}.kux-1hmns74:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-1j6awrg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{position:absolute}.kux-1iofbvg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-6m56ts:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{position:relative}.kux-vs0bi2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{transform:translateX(-100%)}.kux-1qyefdi:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{transform:translateX(100%)}.kux-1l38t7d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-fpfzyo:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{transform:translateY(50%)}.kux-1jg531d:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-vi4grz:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{z-index:2}.kux-1xo52ax:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{z-index:9}.kux-1te75w5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{bottom:-1px}.kux-1xrz1ek:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-hq5o37:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{bottom:0}.kux-1wsn0xg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{height:100%}.kux-17i9ptc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar{height:3px}.kux-1hggj27:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{height:auto}.kux-17cx49:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-1wlytlt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{left:0}.kux-nbfe2x:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{right:0}.kux-1m1drc7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after,.kux-1y3wzot:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{top:0}.kux-1knuo7r:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-oqv437:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{top:50%}.kux-kj6t0a:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{width:0}.kux-7ean9k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{width:100%}.kux-4eaejv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{width:100%}.kux-1ooee7q:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before,.kux-qx21la:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{width:30px}.kux-1nnm61t:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar{width:3px}.kux-33jx72:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):after{width:var(--11aojeo,revert)}.kux-1b1hfbl:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):before{width:var(--nzppn4,revert)}body{font-family:Kufox Sans,PingFang SC,-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;background:var(--background-major);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body fieldset{-webkit-padding-before:5.6px;-webkit-padding-start:12px;-webkit-padding-end:12px;-webkit-padding-after:10px;padding-block-end:10px;padding-block-start:5.6px;padding-inline-end:12px;padding-inline-start:12px}.article-content{color:#000d1d;font-size:20px}.article-content h1,.article-content h2{color:#000d1d;font-family:Kufox Sans;font-size:36px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:32px}@media screen and (max-width:768px){.article-content h1,.article-content h2{font-size:20px}}.article-content h3{margin-bottom:12px}.article-content p{color:#000d1d;font-family:Kufox Sans;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}.article-content p:has(img){display:flex}.article-content p img{border-radius:8px;flex:1 1}[dir=ltr] .article-content p img:not(:last-of-type){margin-right:12px}[dir=rtl] .article-content p img:not(:last-of-type){margin-left:12px}.article-content img{max-width:100%}.article-content .disclaimer{border-top:1px solid rgba(29,29,29,.2);margin-top:32px;padding-top:32px}.article-content ol,.article-content ul{list-style:disc none outside;list-style:initial}[dir=ltr] .article-content ol,[dir=ltr] .article-content ul{margin-left:20px}[dir=rtl] .article-content ol,[dir=rtl] .article-content ul{-webkit-margin-end:20px;margin-inline-end:20px}.article-content ol li,.article-content ul li{list-style:disc none outside;list-style:initial}.article-content ol li::marker,.article-content ul li::marker{color:rgba(0,13,29,.4)}.article-content em{background:rgba(248,178,0,.08);border-radius:8px;color:#f8b200;display:block;font-style:normal;line-height:130%;padding:12px 16px}.article-content dl,.article-content ol,.article-content ul{margin-bottom:12px}.article-content table{border:none!important;border-collapse:collapse;width:100%}.article-content table thead tr td{background-color:transparent}.article-content table tbody tr{border:1px solid rgba(29,29,29,.04);border-right:none;border-left:none}[dir=ltr] .article-content table tbody tr td:first-child{padding-left:16px}[dir=ltr] .article-content table tbody tr td:last-child,[dir=rtl] .article-content table tbody tr td:first-child{padding-right:16px}[dir=rtl] .article-content table tbody tr td:last-child{padding-left:16px}.article-content table tbody tr:hover{background-color:#e2e2e2}.article-content table tbody td{border:none;border-color:initial!important;padding:21.5px 0}.article-content table tbody td,.article-content table tbody td *{color:#1d1d1d;font-size:16px;font-weight:500!important;line-height:1.3}.highlightWords{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:var(--color-primary)}*{background-clip:padding-box;box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;line-height:var(--single-line-height)}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace}a{background-color:transparent;color:var(--color-primary);cursor:pointer;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}li{list-style:none;text-align:inherit}body fieldset{-webkit-margin-start:2px;-webkit-margin-end:2px;-webkit-padding-before:.35em;-webkit-padding-start:.75em;-webkit-padding-end:.75em;-webkit-padding-after:.625em;border:initial;margin:initial;margin-inline-end:2px;margin-inline-start:2px;min-width:0;min-width:auto;padding:initial;padding-block-end:.625em;padding-block-start:.35em;padding-inline-end:.75em;padding-inline-start:.75em}body legend{-webkit-padding-start:2px;-webkit-padding-end:2px;color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:initial;padding-inline-end:2px;padding-inline-start:2px;white-space:normal;width:auto}mark{padding:.2em}.__i18n_dialog__ .KuxDialog-content{padding:0!important;border-radius:0 0 20px 20px!important}.__accordionPanel__ .KuxAccordion-head{padding:19px 12px!important;font-size:16px!important}.__accordionPanel__:hover{background:var(--color-cover2)!important;color:var(--color-text)!important;border-radius:8px!important}.__accordionPanel__ .KuxAccordion-panel{padding-top:0!important;padding-bottom:0!important}.__accordionPanel__ .KuxAccordion-activeBg{background:none!important}*{-webkit-text-stroke:0;text-stroke:0;text-shadow:none}
/*# sourceMappingURL=0e39edf9aa10d43b.css.map*/