.viu-drawer[data-v-27b57496]{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);justify-content:flex-end;display:flex;opacity:0;animation:fadeIn-27b57496 .3s ease forwards;overflow:hidden}.viu-drawer .panel[data-v-27b57496]{align-self:flex-end;display:flex;flex-direction:column;background:#fff;width:454px;height:100%;animation:slideInRight-27b57496 .3s ease forwards}.viu-drawer .panel .top-section[data-v-27b57496]{display:flex;justify-content:space-between;padding:16px 32px;align-items:center;min-height:80px;max-height:80px;border-bottom:1px solid var(--grey-50)}.viu-drawer .panel .top-section>span[data-v-27b57496]:first-child{font-family:Inter;font-weight:600;line-height:22px;letter-spacing:0}.viu-drawer .panel .panel-content[data-v-27b57496]{padding:24px;height:100%}.viu-drawer .panel .bottom-section[data-v-27b57496]{display:flex;justify-content:space-between;padding:16px 32px;align-items:center;border-top:1px solid var(--grey-50);min-height:80px;max-height:80px}.viu-drawer.is-closing[data-v-27b57496]{animation:fadeOut-27b57496 .3s ease forwards}.viu-drawer.is-closing .panel[data-v-27b57496]{animation:slideOutRight-27b57496 .3s ease forwards}@keyframes fadeIn-27b57496{0%{opacity:0}to{opacity:1}}@keyframes fadeOut-27b57496{0%{opacity:1}to{opacity:0}}@keyframes slideInRight-27b57496{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight-27b57496{0%{transform:translateX(0)}to{transform:translateX(100%)}}.container-responsive-mobile-desktop>.viu-bottom-sheet>.bottom-sheet-page>.top-section .title,.container-responsive-mobile-desktop>.viu-bottom-sheet>.bottom-sheet-page>.top-section>.top-section-left{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container-responsive-mobile-desktop>.viu-bottom-sheet>.bottom-sheet-page>.bottom-section .button,.container-responsive-mobile-desktop>.viu-bottom-sheet>.bottom-sheet-page>.bottom-section .viu-button,.container-responsive-mobile-desktop>.viu-bottom-sheet>.bottom-sheet-page>.bottom-section .viu-button .button{width:100%}.container-responsive-mobile-desktop>.viu-bottom-sheet.hide-bottom-section .bottom-sheet-page>.bottom-section{display:none!important}.container-responsive-mobile-desktop>.viu-bottom-sheet.hide-bottom-section .bottom-sheet-page>.content{max-height:calc(100svh - 64px)}.container-responsive-mobile-desktop>.viu-drawer{display:none!important;z-index:10}.container-responsive-mobile-desktop>.viu-drawer .panel-content{overflow:auto}.container-responsive-mobile-desktop>.viu-drawer>.panel>.bottom-section{padding:24px;min-height:-moz-min-content;min-height:min-content;max-height:-moz-max-content;max-height:max-content;border-top:1px solid #ececec;background-color:#f4f4f4;border-bottom-left-radius:16px;display:flex;justify-content:flex-end!important}.container-responsive-mobile-desktop>.viu-drawer>.panel>.bottom-section .button,.container-responsive-mobile-desktop>.viu-drawer>.panel>.bottom-section .viu-button,.container-responsive-mobile-desktop>.viu-drawer>.panel>.bottom-section .viu-button .button{width:100%}.container-responsive-mobile-desktop>.viu-drawer.without-bottom-section .panel .bottom-section{display:none}@media(min-width:1280px){.container-responsive-mobile-desktop>.viu-bottom-sheet:not(.discard-changes){display:none}.container-responsive-mobile-desktop>.viu-bottom-sheet.discard-changes{z-index:10}.container-responsive-mobile-desktop>.viu-drawer{display:flex!important}}.container-responsive-mobile-desktop .ia-drawer-desktop .drawer__overlay{z-index:10!important}.container-responsive-mobile-desktop .ia-drawer-desktop .drawer__panel{z-index:10!important;width:454px!important}.container-responsive-mobile-desktop .drawer__footer .button{width:100%}.progress-bar[data-v-1b7beafd]{display:flex;align-items:center;gap:8px}.progress-bar__track[data-v-1b7beafd]{flex:1;height:var(--spacing-sm);background:var(--color-neutral-200);border-radius:var(--radius-full);overflow:hidden}.progress-bar__fill[data-v-1b7beafd]{height:100%;border-radius:var(--radius-full);transition:width .3s}.progress-bar__track--primary .progress-bar__fill[data-v-1b7beafd]{background:var(--color-primary-700)}.progress-bar__track--error .progress-bar__fill[data-v-1b7beafd]{background:var(--color-error-500)}.progress-bar__track--success .progress-bar__fill[data-v-1b7beafd]{background:var(--color-success-500)}.progress-bar__fill--indeterminate[data-v-1b7beafd]{width:30%!important;animation:indeterminate-1b7beafd 1.5s ease-in-out infinite}.progress-bar__label[data-v-1b7beafd]{font-size:11px;color:var(--color-neutral-500);white-space:nowrap}@keyframes indeterminate-1b7beafd{0%{transform:translateX(-100%)}to{transform:translateX(400%)}}@media(prefers-reduced-motion:reduce){.progress-bar__fill--indeterminate[data-v-1b7beafd]{animation:none}}.button-info{width:100%}.button-info>.button-info-container{width:100%;display:flex;gap:var(--spacing-xs);align-items:center}.button-info>.button-info-container .button-info__trigger{min-width:auto;padding:var(--spacing-xs)}.button-info>.button-info-container .button-info-tooltip-wrapper{position:relative;display:inline-block}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip{position:absolute;top:50%;right:100%;transform:translateY(-50%);margin-right:var(--spacing-sm);z-index:var(--z-dropdown);pointer-events:none}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip.tooltip-right{right:auto;left:100%;margin-right:0;margin-left:var(--spacing-sm)}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content{background-color:var(--color-neutral-900);color:#fff;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);box-shadow:var(--shadow-md);min-width:300px;max-width:500px;white-space:normal}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content .button-info-tooltip-title{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-sm);font-size:var(--font-size-sm)}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content div,.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content span{font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:#fff}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip .button-info-tooltip-content:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);border:6px solid transparent;border-left-color:var(--color-neutral-900)}.button-info>.button-info-container .button-info-tooltip-wrapper .button-info-tooltip.tooltip-right .button-info-tooltip-content:after{left:auto;right:100%;border-left-color:transparent;border-right-color:var(--color-neutral-900)}.button-info .otc-bottom-sheet .permissions-description{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-sm) 0}.button-info .otc-bottom-sheet .permissions-description .permission-item{display:flex;flex-direction:column;gap:var(--spacing-xs)}.button-info .otc-bottom-sheet .permissions-description .permission-item .permission-title{font-weight:var(--font-weight-semibold);color:var(--color-neutral-900);font-size:var(--font-size-sm)}.button-info .otc-bottom-sheet .permissions-description .permission-item span{color:var(--color-neutral-700);line-height:var(--line-height-normal);font-size:var(--font-size-sm)}.step-card{padding:var(--spacing-lg);border-radius:var(--radius-xl);border:1px solid var(--color-neutral-100);background:#fff;display:flex;flex-direction:column;gap:var(--spacing-md)}.step-card .top-section{width:100%;display:flex;align-items:center;justify-content:space-between}