@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Black.eot);src:url(/assets/fonts/Inter-Black.woff2) format("woff2");src:url(/assets/fonts/Inter-Black.woff) format("woff");src:url(/assets/fonts/Inter-Black.ttf) format("truetype");font-style:normal;font-weight:900}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-ExtraBold.eot);src:url(/assets/fonts/Inter-ExtraBold.woff2) format("woff2");src:url(/assets/fonts/Inter-ExtraBold.woff) format("woff");src:url(/assets/fonts/Inter-ExtraBold.ttf) format("truetype");font-style:normal;font-weight:800}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Bold.eot);src:url(/assets/fonts/Inter-Bold.woff2) format("woff2");src:url(/assets/fonts/Inter-Bold.woff) format("woff");src:url(/assets/fonts/Inter-Bold.ttf) format("truetype");font-style:normal;font-weight:700}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-SemiBold.eot);src:url(/assets/fonts/Inter-SemiBold.woff2) format("woff2");src:url(/assets/fonts/Inter-SemiBold.woff) format("woff");src:url(/assets/fonts/Inter-SemiBold.ttf) format("truetype");font-style:normal;font-weight:600}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Medium.eot);src:url(/assets/fonts/Inter-Medium.woff2) format("woff2");src:url(/assets/fonts/Inter-Medium.woff) format("woff");src:url(/assets/fonts/Inter-Medium.ttf) format("truetype");font-style:normal;font-weight:500}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Regular.eot);src:url(/assets/fonts/Inter-Regular.woff2) format("woff2");src:url(/assets/fonts/Inter-Regular.woff) format("woff");src:url(/assets/fonts/Inter-Regular.ttf) format("truetype");font-style:normal;font-weight:400}:root{--WHITE-100: #fff;--WHITE-50: rgba(255, 255, 255, .5);--BLUE-DARKER: #2160da;--BLUE-100: #2b6ff3;--BLUE-50: rgba(43, 111, 243, .5);--BLUE-20: rgba(43, 111, 243, .2);--BLUE-LIGHTER: #3f80ff;--BLUE-LIGHT: #f2f7ff;--DARK-100: #2f333d;--DARK-50-OPAQUE: #888b93;--DARK-50: rgba(17, 24, 39, .5);--DARK-25: rgba(47, 51, 61, .25);--DARK-LIGHT: #f7f8fb;--RED-100: #f04438;--RED-INVALID: #eea09b;--RED-INVALID-10: rgba(238, 160, 155, .1);--GREEN-100: #3dbe28;--GREEN-50-OPAQUE: #9ede93;--BORDER-100: #f4f4f4;--BORDER-ACTIVE: #d7d7d7;--DEFAULT-GRAY-300: rgba(209, 213, 219, 1)}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;border:none;background:transparent;outline:none;-webkit-tap-highlight-color:transparent;font-family:Inter,sans-serif;color:var(--DARK-100)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{display:none}span{color:inherit}#app{min-height:100dvh}button{cursor:pointer}.toasts-list{display:flex;align-items:flex-end;flex-direction:column;position:fixed;right:0;bottom:0;gap:12px;padding:0 32px 16px;max-width:100vw;width:auto;z-index:9999;overflow:hidden}.toasts-list:has(.toast--big-success){width:100%}.toast{padding:16px;border-radius:16px;display:flex;align-items:center;max-width:100%;width:auto;margin-left:auto;gap:12px;position:relative;overflow:hidden;cursor:pointer;background:var(--DARK-100);transition:.3s ease}.toast__text{color:var(--WHITE-100, #fff);font-size:14px;font-weight:700;line-height:120%;position:relative;z-index:2}.toast:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.1;background:var(--WHITE-100);z-index:1;transform-origin:center left;animation:toastLoad var(--duration) linear}.toast--error{background:var(--RED-100)}.toast--error:before{opacity:1;background:var(--RED-INVALID)}.toast--big-success{width:100%;align-items:center;background:var(--GREEN-100)}.toast--close{animation:toastClose 1s ease}@media (hover: hover){.toast:hover{opacity:.3}}@keyframes toastLoad{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes toastClose{0%{opacity:1;right:0;bottom:0;transform:translate(0)}95%{position:static}to{right:0;bottom:0;opacity:0;transform:translate(100%)}}.f-body-medium[data-v-be5adf44]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-be5adf44]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-be5adf44]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-be5adf44]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-be5adf44]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-be5adf44]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-be5adf44]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-be5adf44]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-be5adf44]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-be5adf44]{border-radius:12px;background:var(--WHITE-100);padding:16px}.icon[data-v-be5adf44]{display:inline-block}.icon[data-v-be5adf44] [fill],.icon[data-v-be5adf44] [stroke]{transition:.3s ease}.icon[data-v-be5adf44]:not(.icon--color-save) [fill]{color:inherit;fill:currentColor}.icon[data-v-be5adf44]:not(.icon--color-save) [stroke]{color:inherit;stroke:currentColor}.f-body-medium[data-v-d74fa84d]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-d74fa84d],.current-account__name[data-v-d74fa84d]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-d74fa84d],.current-account__type[data-v-d74fa84d]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-d74fa84d]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-d74fa84d]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-d74fa84d]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-d74fa84d]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-d74fa84d]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-d74fa84d]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-d74fa84d]{border-radius:12px;background:var(--WHITE-100);padding:16px}.current-account[data-v-d74fa84d]{padding:16px;border-radius:16px;display:flex;transition:.3s ease;gap:12px;width:100%;align-items:center}.current-account__col[data-v-d74fa84d]{display:flex;flex-direction:column;gap:6px;width:100%;max-width:100%;overflow:hidden;transition:.3s ease}.current-account__name[data-v-d74fa84d]{white-space:nowrap}.current-account__type[data-v-d74fa84d]{color:var(--DARK-50);white-space:nowrap}.current-account__icon[data-v-d74fa84d]{padding:7px;border:1px solid var(--BLUE-100);color:var(--BLUE-100);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:12px}.current-account__icon .icon[data-v-d74fa84d]{color:var(--BLUE-100)}.current-account[data-v-d74fa84d]:hover{background:var(--BLUE-LIGHT)}.current-account--compact[data-v-d74fa84d]{padding:9px;gap:0}.current-account--compact .current-account__col[data-v-d74fa84d]{max-width:0px}.f-body-medium[data-v-b64f3342]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-b64f3342]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-b64f3342]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-b64f3342]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-b64f3342]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-b64f3342]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-b64f3342]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-b64f3342]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-b64f3342]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-b64f3342]{border-radius:12px;background:var(--WHITE-100);padding:16px}.base-transition-icon[data-v-b64f3342]{position:relative;color:inherit}.base-transition-icon__to[data-v-b64f3342]{position:absolute;top:0;left:0;width:inherit;height:inherit;opacity:0;color:inherit;transition:.3s ease}.base-transition-icon__from[data-v-b64f3342]{transition:.3s ease;color:inherit;width:inherit;height:inherit}.base-transition-icon--active .base-transition-icon__to[data-v-b64f3342]{opacity:1}.base-transition-icon--active .base-transition-icon__from[data-v-b64f3342]{opacity:0}.f-body-medium[data-v-c8bdc8d2]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-c8bdc8d2],.aside-button[data-v-c8bdc8d2]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-c8bdc8d2]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-c8bdc8d2]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-c8bdc8d2]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-c8bdc8d2]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-c8bdc8d2]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-c8bdc8d2]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-c8bdc8d2]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-c8bdc8d2]{border-radius:12px;background:var(--WHITE-100);padding:16px}.aside-button[data-v-c8bdc8d2]{display:flex;align-items:center;text-align:left;width:100%;gap:12px;border-radius:16px;padding:14px 16px;transition:.3s ease;height:52px}.aside-button span[data-v-c8bdc8d2]{white-space:nowrap;overflow:hidden;transition:.3s ease;width:100%;max-width:100%}.aside-button__icon[data-v-c8bdc8d2]{width:24px;height:24px;min-width:24px;min-height:24px;max-width:24px;max-height:24px}.aside-button[data-v-c8bdc8d2]:hover,.aside-button:hover span[data-v-c8bdc8d2],.aside-button:hover .icon[data-v-c8bdc8d2],.aside-button.router-link-active[data-v-c8bdc8d2],.aside-button.router-link-active span[data-v-c8bdc8d2],.aside-button.router-link-active .icon[data-v-c8bdc8d2]{color:var(--BLUE-100)}.aside-button--compact[data-v-c8bdc8d2]{padding-right:4px}.aside-button--compact span[data-v-c8bdc8d2]{max-width:0%}.aside-button--sub[data-v-c8bdc8d2],.aside-button--sub span[data-v-c8bdc8d2],.aside-button--sub .icon[data-v-c8bdc8d2]{color:var(--DARK-50-OPAQUE)}.aside-button--sub[data-v-c8bdc8d2]:hover{background:var(--BLUE-20)}.f-body-medium[data-v-a5969216]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-a5969216],.aside-button[data-v-a5969216]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-a5969216]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-a5969216]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-a5969216]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-a5969216]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-a5969216]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-a5969216]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-a5969216]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-a5969216]{border-radius:12px;background:var(--WHITE-100);padding:16px}.aside-button[data-v-a5969216]{display:flex;align-items:center;width:100%;gap:12px;border-radius:16px;padding:14px 16px;transition:.3s ease;height:52px;text-align:left}.aside-button span[data-v-a5969216]{white-space:nowrap;overflow:hidden;transition:.3s ease;width:100%;max-width:100%}.aside-button__icon[data-v-a5969216]{width:24px;height:24px;min-width:24px;min-height:24px;max-width:24px;max-height:24px}.aside-button__arrow[data-v-a5969216]{transition:.3s ease;width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px}.aside-button[data-v-a5969216]:hover,.aside-button:hover span[data-v-a5969216],.aside-button:hover .icon[data-v-a5969216]{color:var(--BLUE-100)}.aside-button--active[data-v-a5969216]{color:var(--BLUE-100);background:var(--BLUE-LIGHT)}.aside-button--active span[data-v-a5969216],.aside-button--active .icon[data-v-a5969216]{color:var(--BLUE-100)}.aside-button--active .aside-button__arrow[data-v-a5969216]{transform:rotate(180deg)}.aside-button--compact[data-v-a5969216]{padding-right:4px}.aside-button--compact span[data-v-a5969216]{max-width:0%}.f-body-medium[data-v-1e0681c0]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-1e0681c0]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-1e0681c0]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-1e0681c0]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-1e0681c0]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-1e0681c0]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-1e0681c0]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-1e0681c0]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-1e0681c0]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-1e0681c0]{border-radius:12px;background:var(--WHITE-100);padding:16px}.row[data-v-1e0681c0]{display:flex}.row--align-start[data-v-1e0681c0]{align-items:flex-start}.row--align-end[data-v-1e0681c0]{align-items:flex-end}.row--align-center[data-v-1e0681c0]{align-items:center}.row--justify-start[data-v-1e0681c0]{justify-content:flex-start}.row--justify-end[data-v-1e0681c0]{justify-content:flex-end}.row--justify-center[data-v-1e0681c0]{justify-content:center}.row--justify-between[data-v-1e0681c0]{justify-content:space-between}.row--justify-around[data-v-1e0681c0]{justify-content:space-around}.row--wrap[data-v-1e0681c0]{flex-wrap:wrap}.f-body-medium[data-v-f3df7167]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-f3df7167]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-f3df7167]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-f3df7167]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-f3df7167]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-f3df7167]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-f3df7167]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-f3df7167]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-f3df7167]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-f3df7167]{border-radius:12px;background:var(--WHITE-100);padding:16px}.column[data-v-f3df7167]{display:flex;flex-direction:column}.f-body-medium[data-v-70587150]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-70587150]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-70587150]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-70587150]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-70587150]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-70587150]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-70587150]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-70587150]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-70587150]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-70587150]{border-radius:12px;background:var(--WHITE-100);padding:16px}.overlay[data-v-70587150]{position:fixed;top:0;left:0;width:100%;height:100%;background:#2f333d66;z-index:100;display:flex;animation:fade-in-70587150 .3s ease}@keyframes fade-in-70587150{0%{opacity:0}to{opacity:1}}.f-body-medium[data-v-b9e49255]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-b9e49255]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-b9e49255]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-b9e49255]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-b9e49255]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-b9e49255]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-b9e49255]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-b9e49255]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-b9e49255]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-b9e49255]{border-radius:12px;background:var(--WHITE-100);padding:16px}.modal[data-v-b9e49255]{border-radius:16px 0 0 16px;background:var(--WHITE-100, #fff);height:100dvh;max-height:100dvh;overflow:auto;padding:24px;margin-left:auto;max-width:620px;width:100%;animation:slideIn-b9e49255 .3s ease}@keyframes slideIn-b9e49255{0%{transform:translate(100%)}to{transform:translate(0)}}.f-body-medium[data-v-c4d2b7bc]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-c4d2b7bc]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-c4d2b7bc]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-c4d2b7bc]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-c4d2b7bc]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-c4d2b7bc]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-c4d2b7bc],.button[data-v-c4d2b7bc]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-c4d2b7bc]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-c4d2b7bc]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-c4d2b7bc]{border-radius:12px;background:var(--WHITE-100);padding:16px}.button[data-v-c4d2b7bc]{--bg-primary: var(--BLUE-100);--color: var(--WHITE-100);padding:14px 16px;background:var(--bg-primary);color:var(--color);display:flex;align-items:center;border-radius:8px;gap:4px;justify-content:center;transition:.3s ease}.button[data-v-c4d2b7bc]:hover{--bg-primary: var(--BLUE-LIGHTER)}.button[data-v-c4d2b7bc]:active{--bg-primary: var(--BLUE-DARKER)}.button[data-v-c4d2b7bc]:disabled{--bg-primary: var(--DARK-50-OPAQUE);--color: var(--WHITE-50);cursor:default}.button--transparent[data-v-c4d2b7bc]{--bg-primary: transparent;--color: var(--DARK-100)}.button--transparent[data-v-c4d2b7bc]:hover{--bg-primary: var(--RED-INVALID-10);--color: var(--RED-100)}.button--transparent[data-v-c4d2b7bc]:active{--bg-primary: var(--RED-INVALID)}.button--outline[data-v-c4d2b7bc]{--bg-primary: transparent;--color: var(--BLUE-100);--border-color: var(--BLUE-100);box-shadow:inset 0 0 0 2px var(--border-color)}.button--outline[data-v-c4d2b7bc]:hover{--bg-primary: var(--BLUE-LIGHT)}.button--outline[data-v-c4d2b7bc]:active{--bg-primary: var(--BLUE-20)}.button--outline[data-v-c4d2b7bc]:disabled{--color: var(--DARK-50-OPAQUE);--border-color: var(--DARK-50-OPAQUE);--bg-primary: transparent}.button--sm[data-v-c4d2b7bc]{padding:10px 16px}.button--danger[data-v-c4d2b7bc]{--color: var(--RED-100);--bg-primary: var(--RED-INVALID-10)}.button--danger[data-v-c4d2b7bc]:hover{--bg-primary: #eaa09b4d}.button--danger[data-v-c4d2b7bc]:active{--bg-primary: #eaa09b80}.f-body-medium{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card{border-radius:12px;background:var(--WHITE-100);padding:16px}.range-calendar__footer{display:flex;align-items:center;gap:8px}.range-calendar__button{flex:1 1 0}.range-calendar__container{border-radius:12px;background:#fff;padding:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.range-calendar__header{display:flex;justify-content:space-between;align-items:center}.range-calendar__nav-button{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;cursor:pointer;color:#000;border-radius:6px;background:transparent;transition:transform .2s}.range-calendar__nav-button:hover{background-color:#f5f5f4}.range-calendar__nav-button:active{transform:scale(.98)}.range-calendar__nav-button-icon{width:1rem;height:1rem}.range-calendar__heading{color:var(--DARK-100, #2f333d);font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:120%}.range-calendar__body{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}@media (min-width: 640px){.range-calendar__body{flex-direction:row}}.range-calendar__month{width:100%;border-collapse:collapse;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;gap:.25rem}.range-calendar__week-row{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.25rem}.range-calendar__week-day{color:var(--DARK-100, #2f333d);font-size:12px;font-style:normal;font-weight:400;line-height:120%;opacity:.3;text-transform:uppercase}.range-calendar__days{display:grid;gap:2px}.range-calendar__day-row{display:grid;grid-template-columns:repeat(7,1fr)}.range-calendar__day{display:flex;align-items:center;justify-content:center}.range-calendar__day-button{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;font-size:12px;font-style:normal;font-weight:700;line-height:120%;color:#000;white-space:nowrap;outline:none}.range-calendar__day-button[data-outside-view],.range-calendar__day-button[data-disabled]{color:var(--DARK-100);opacity:.2}.range-calendar__day-button[data-selected=true]{color:var(--BLUE-LIGHTER)}.range-calendar__day-button[data-selection-start=true],.range-calendar__day-button[data-selection-end=true]{background-color:var(--BLUE-100);color:#fff!important}.range-calendar__day-button:before{content:"";position:absolute;top:5px;display:none;width:.25rem;height:.25rem;border-radius:9999px;background-color:#fff}.range-calendar__day[aria-selected=true],.range-calendar__day:has([data-highlighted]){background:var(--BLUE-LIGHT)}.range-calendar__day[aria-selected=true]:has([data-highlighted-start=true]),.range-calendar__day[aria-selected=true]:has([data-highlighted-end=true]),.range-calendar__day[aria-selected=true]:has([data-selection-start=true]),.range-calendar__day[aria-selected=true]:has([data-selection-end=true]),.range-calendar__day:has([data-highlighted]):has([data-highlighted-start=true]),.range-calendar__day:has([data-highlighted]):has([data-highlighted-end=true]),.range-calendar__day:has([data-highlighted]):has([data-selection-start=true]),.range-calendar__day:has([data-highlighted]):has([data-selection-end=true]){background:transparent;position:relative}.range-calendar__day[aria-selected=true]:has([data-selection-start=true]):before,.range-calendar__day[aria-selected=true]:has([data-highlighted-start=true]):before,.range-calendar__day:has([data-highlighted]):has([data-selection-start=true]):before,.range-calendar__day:has([data-highlighted]):has([data-highlighted-start=true]):before{content:"";display:block;top:0;height:100%;right:0;width:calc(50% + 16px);border-radius:9999px 0 0 9999px;background:var(--BLUE-LIGHT);position:absolute}.range-calendar__day[aria-selected=true]:has([data-selection-end=true]):before,.range-calendar__day[aria-selected=true]:has([data-highlighted-end=true]):before,.range-calendar__day:has([data-highlighted]):has([data-selection-end=true]):before,.range-calendar__day:has([data-highlighted]):has([data-highlighted-end=true]):before{content:"";display:block;top:0;height:100%;left:0;width:calc(50% + 16px);border-radius:0 9999px 9999px 0;background:var(--BLUE-LIGHT);position:absolute}.range-calendar__day[aria-selected=true]:has([data-highlighted-start=true][data-highlighted-end=true]):before,.range-calendar__day[aria-selected=true]:has([data-selection-start=true][data-selection-end=true]):before,.range-calendar__day:has([data-highlighted]):has([data-highlighted-start=true][data-highlighted-end=true]):before,.range-calendar__day:has([data-highlighted]):has([data-selection-start=true][data-selection-end=true]):before{display:none}.f-body-medium[data-v-8fd0cc61]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-8fd0cc61]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-8fd0cc61]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-8fd0cc61]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-8fd0cc61]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-8fd0cc61]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-8fd0cc61]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-8fd0cc61]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-8fd0cc61]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-8fd0cc61]{border-radius:12px;background:var(--WHITE-100);padding:16px}.radio[data-v-8fd0cc61]{display:flex;gap:12px;align-items:center;padding:16px;transition:.3s ease;cursor:pointer;position:relative}.radio__input[data-v-8fd0cc61]{position:absolute;top:0;left:0;width:0;height:0}.radio__checkmark[data-v-8fd0cc61]{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%;transition:.3s ease;box-shadow:inset 0 0 0 1px var(--DEFAULT-GRAY-300),inset 0 0 0 4px var(--WHITE-100),inset 0 0 0 5px var(--WHITE-100),inset 0 0 0 10px var(--WHITE-100)}.radio__input:checked+.radio__checkmark[data-v-8fd0cc61]{box-shadow:inset 0 0 0 1px var(--BLUE-100),inset 0 0 0 4px var(--WHITE-100),inset 0 0 0 5px var(--BLUE-LIGHTER),inset 0 0 0 10px var(--BLUE-100)}.radio[data-v-8fd0cc61]:has(.radio__input:checked){background:var(--BLUE-LIGHT);border-radius:20px}.radio[data-v-8fd0cc61]:has(.radio__input:checked) .radio__text{color:var(--BLUE-100)!important}.f-body-medium[data-v-7afa7276]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-7afa7276]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-7afa7276]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-7afa7276]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-7afa7276]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-7afa7276]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-7afa7276]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-7afa7276]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-7afa7276]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-7afa7276]{border-radius:12px;background:var(--WHITE-100);padding:16px}.radio-group[data-v-7afa7276]{padding:4px;border-radius:24px;box-shadow:inset 0 0 0 1px var(--BORDER-100)}.f-body-medium[data-v-9f960100]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-9f960100]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-9f960100]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-9f960100]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-9f960100]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-9f960100]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-9f960100]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-9f960100]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-9f960100]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-9f960100]{border-radius:12px;background:var(--WHITE-100);padding:16px}.limit-card-modal__title[data-v-9f960100]{opacity:.6}.limit-card-modal__tag[data-v-9f960100]{cursor:pointer}.f-body-medium[data-v-42e4cfd0]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-42e4cfd0]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-42e4cfd0]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-42e4cfd0]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-42e4cfd0]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-42e4cfd0]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-42e4cfd0]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-42e4cfd0]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-42e4cfd0]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-42e4cfd0]{border-radius:12px;background:var(--WHITE-100);padding:16px}.limit-card-modal__title[data-v-42e4cfd0]{opacity:.6}.limit-card-modal__tag[data-v-42e4cfd0]{cursor:pointer}.f-body-medium[data-v-8bd63ea6]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-8bd63ea6]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-8bd63ea6]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-8bd63ea6]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-8bd63ea6]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-8bd63ea6]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-8bd63ea6]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-8bd63ea6]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-8bd63ea6]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-8bd63ea6]{border-radius:12px;background:var(--WHITE-100);padding:16px}.aside-sub-inner[data-v-8bd63ea6]{border-radius:24px;width:100%;padding:12px;background:var(--BLUE-LIGHT);display:flex;flex-direction:column;gap:4px;height:100%;transition:.3s ease}.aside-sub[data-v-8bd63ea6]{overflow:hidden;width:0%;transition:.3s ease}.aside-sub--active[data-v-8bd63ea6]{width:100%}.aside-main[data-v-8bd63ea6]{display:flex;flex-direction:column;align-items:flex-start;overflow:auto;height:100%;width:100%;transition:.3s ease}.aside[data-v-8bd63ea6]{overflow:auto;transition:.3s ease;display:grid;grid-template-columns:308px 0px;gap:0px}.aside--centered .aside__nav[data-v-8bd63ea6]{margin:auto 0!important}.aside--centered .aside__current-account[data-v-8bd63ea6]{margin-top:0}.aside__nav[data-v-8bd63ea6]{overflow:hidden;--active-index: 0;display:flex;flex-direction:column;margin-bottom:24px;width:100%;z-index:1;position:relative}.aside__nav[data-v-8bd63ea6]:before{width:100%;height:52px;top:calc(var(--active-index) * 52px);position:absolute;left:0;content:"";background:var(--BLUE-LIGHT);border-radius:12px;transition:.3s ease;z-index:-1}.aside__current-account[data-v-8bd63ea6]{margin-top:auto}.aside--collapse[data-v-8bd63ea6]{grid-template-columns:56px 0px}.aside--active-sub[data-v-8bd63ea6]{gap:4px;grid-template-columns:308px 308px}.aside--active-sub.aside--collapse[data-v-8bd63ea6]{grid-template-columns:56px 308px}.aside-collapse-button[data-v-8bd63ea6]{cursor:default;padding:10px;border:1px solid var(--BLUE-LIGHT);border-radius:16px;justify-content:center;position:relative;max-width:54px;display:flex;transition:.3s ease;align-items:center;overflow:hidden}.aside-collapse-button[data-v-8bd63ea6]+*{margin-top:24px}.aside-collapse-button__row[data-v-8bd63ea6]{display:flex;height:32px;gap:16px;transition:.3s ease}.aside-collapse-button[data-v-8bd63ea6]:not(:disabled){cursor:pointer}.aside-collapse-button[data-v-8bd63ea6]:not(:disabled):hover{background:var(--BLUE-LIGHT)}.aside-collapse-button:not(:disabled):hover .aside-collapse-button__row[data-v-8bd63ea6]{transform:translate(-48px)}.aside--collapse .aside-collapse-button:not(:disabled):hover .aside-collapse-button__row[data-v-8bd63ea6]{transform:translate(48px)}.f-body-medium[data-v-ae586e8f]{font-size:14px;font-style:normal;font-weight:500;line-height:120%}.f-body-semibold[data-v-ae586e8f]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-body-small-medium[data-v-ae586e8f]{font-size:12px;font-style:normal;font-weight:500;line-height:120%}.f-title[data-v-ae586e8f]{font-size:27px;font-style:normal;font-weight:500;line-height:38px}.f-title-mobile[data-v-ae586e8f]{font-size:18px;font-style:normal;font-weight:600;line-height:120%}.f-button-link[data-v-ae586e8f]{font-size:14px;font-style:normal;font-weight:700;line-height:120%}.f-button-link-small[data-v-ae586e8f]{font-size:12px;font-style:normal;font-weight:700;line-height:120%}.f-subtitle-mobile[data-v-ae586e8f]{font-size:14px;font-style:normal;font-weight:600;line-height:120%}.f-subtitle[data-v-ae586e8f]{font-size:18px;font-style:normal;font-weight:500;line-height:120%}.b-card[data-v-ae586e8f]{border-radius:12px;background:var(--WHITE-100);padding:16px}.layout[data-v-ae586e8f]{display:flex;padding:16px;height:100%;min-height:100dvh;max-height:100dvh;gap:16px;background:var(--WHITE-100)}.layout-content[data-v-ae586e8f]{border-radius:16px;background:var(--DARK-LIGHT);display:flex;flex-direction:column;overflow:auto;flex:1;min-height:100%}.layout-content__container[data-v-ae586e8f]{max-width:1248px;width:100%;height:100%;margin:0 auto;padding:32px 24px}@media screen and (max-width: 768px){.layout-content__container[data-v-ae586e8f]{padding:16px}}
