.v-application{background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));display:flex}.v-application__wrap{backface-visibility:hidden;display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-icon{--v-icon-size-multiplier:1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;min-width:1em;position:relative;text-align:center;text-indent:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{opacity:.38;pointer-events:none}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier)*1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier)*1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier)*1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier)*1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier)*2em)}.v-icon__svg{fill:currentColor;height:100%;width:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-ripple__container{border-radius:inherit;contain:strict;height:100%;width:100%;z-index:0}.v-ripple__animation,.v-ripple__container{color:inherit;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0}.v-ripple__animation{background:currentColor;border-radius:50%;opacity:0;will-change:transform,opacity}.v-ripple__animation--enter{opacity:0;transition:none}.v-ripple__animation--in{opacity:calc(var(--v-theme-overlay-multiplier)*.25);transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1)}.v-ripple__animation--out{opacity:0;transition:opacity .3s cubic-bezier(0,0,.2,1)}.v-overlay-container{contain:layout;display:contents;left:0;pointer-events:none;position:absolute;top:0}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{height:100%;left:var(--v-body-scroll-x);position:fixed;top:var(--v-body-scroll-y);width:100%}.v-overlay{border-radius:inherit;bottom:0;display:flex;left:0;pointer-events:none;position:fixed;right:0;top:0}.v-overlay__content{contain:layout;outline:none;pointer-events:auto;position:absolute}.v-overlay__scrim{background:#4e4e4e;border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity,.9);pointer-events:auto;position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}@media (forced-colors:active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;transition-property:width,left,right;transition:inherit;width:100%}@media (forced-colors:active){.v-progress-linear__buffer{background-color:highlight;opacity:.3}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors:active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-duration:2.2s;animation-iteration-count:infinite;animation-play-state:paused;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s linear infinite;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s linear infinite;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-end-start-radius:0;border-start-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-btn{align-items:center;border-radius:12px;display:inline-grid;flex-shrink:0;font-weight:500;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;justify-content:center;letter-spacing:normal;line-height:1.125rem;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:normal;text-transform:none;transition-duration:.28s;transition-property:box-shadow,transform,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.v-btn--size-x-small{--v-btn-size:.625rem;--v-btn-height:20px;font-size:var(--v-btn-size);min-width:36px;padding:0 14px}.v-btn--size-small{--v-btn-size:.75rem;--v-btn-height:28px;font-size:var(--v-btn-size);min-width:50px;padding:0 18px}.v-btn--size-default{--v-btn-size:.875rem;--v-btn-height:36px;font-size:var(--v-btn-size);min-width:64px;padding:0 24px}.v-btn--size-large{--v-btn-size:1rem;--v-btn-height:44px;font-size:var(--v-btn-size);min-width:78px;padding:0 30px}.v-btn--size-x-large{--v-btn-size:1.125rem;--v-btn-height:52px;font-size:var(--v-btn-size);min-width:92px;padding:0 34px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 4px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) - 4px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) - 8px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity)*var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity)*var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity)*var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity))*var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}}.v-btn--variant-outlined,.v-btn--variant-plain,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-btn--variant-outlined{border:thin solid}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;border-radius:inherit;bottom:0;left:0;opacity:var(--v-activated-opacity);pointer-events:none;right:0;top:0}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{border:2px solid;border-radius:inherit;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%}.v-btn:focus-visible:after{opacity:calc(var(--v-theme-overlay-multiplier)*.25)}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size:1rem}.v-btn--icon.v-btn--density-default{height:calc(var(--v-btn-height) + 4px);width:calc(var(--v-btn-height) + 4px)}.v-btn--icon.v-btn--density-comfortable{height:calc(var(--v-btn-height) - 4px);width:calc(var(--v-btn-height) - 4px)}.v-btn--icon.v-btn--density-compact{height:calc(var(--v-btn-height) - 8px);width:calc(var(--v-btn-height) - 8px)}.v-btn--elevated:focus,.v-btn--elevated:hover{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{opacity:1;pointer-events:none}.v-btn--disabled.v-btn{color:rgba(var(--v-theme-on-surface),.26)!important}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{background:rgb(var(--v-theme-surface))!important;box-shadow:none}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:0}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__append,.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend{opacity:0}.v-btn--stacked{align-content:center;grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__prepend{margin-inline:0}.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__prepend{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size:.625rem;--v-btn-height:56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size:.75rem;--v-btn-height:64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size:.875rem;--v-btn-height:72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size:1rem;--v-btn-height:80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size:1.125rem;--v-btn-height:88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height))}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) - 16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) - 24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:12px}.v-btn .v-icon{--v-icon-size-multiplier:.8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier:1}.v-btn--stacked .v-icon{--v-icon-size-multiplier:1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{height:1.5em;width:1.5em}.v-btn__append,.v-btn__content,.v-btn__prepend{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height)/-9) calc(var(--v-btn-height)/4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height)/4.5) calc(var(--v-btn-height)/-9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height)/-9) calc(var(--v-btn-height)/4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height)/4.5) calc(var(--v-btn-height)/-9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity)*var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity))*var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity))*var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{background:transparent;border-radius:4px;box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:52px}.v-btn-group--density-comfortable.v-btn-group{height:44px}.v-btn-group--density-compact.v-btn-group{height:40px}.v-btn-group .v-btn{border-color:inherit;border-radius:0}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-end-start-radius:inherit;border-start-start-radius:inherit}.v-btn-group .v-btn:last-child{border-end-end-radius:inherit;border-start-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity));border-inline-end-style:solid;border-inline-end-width:thin}.v-btn-group--tile{border-radius:0}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center center}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay,.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}[data-v-a2dec867]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.smb-btn-inline[data-v-a2dec867]{--smb-btn-inline-content-text-color:inherit;--smb-btn-inline-content-text-decoration:none;min-width:0}.smb-btn-inline[data-v-a2dec867]:active,.smb-btn-inline[data-v-a2dec867]:hover{--smb-btn-inline-content-text-decoration:underline}.smb-btn-inline__content[data-v-a2dec867]{color:var(--smb-btn-inline-content-text-color);-webkit-text-decoration:var(--smb-btn-inline-content-text-decoration);text-decoration:var(--smb-btn-inline-content-text-decoration);white-space:normal}.smb-btn-inline__loader[data-v-a2dec867]{margin-left:4px}.smb-btn-inline--loading[data-v-a2dec867]{pointer-events:none}.smb-btn-inline--error[data-v-a2dec867]{--smb-btn-inline-content-text-color:rgba(var(--v-theme-error));pointer-events:none}.smb-btn-inline[data-v-a2dec867] .v-btn__overlay{display:none}[data-v-f0fb890c]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.smb-error[data-v-f0fb890c]{align-items:center;display:flex;flex-direction:column;padding-bottom:12px}.smb-error__logo[data-v-f0fb890c]{height:20px;margin-bottom:24px;width:110px}.smb-error__img[data-v-f0fb890c]{height:351px;margin-bottom:24px;-o-object-fit:scale-down;object-fit:scale-down;width:100%}.smb-error__content[data-v-f0fb890c]{align-items:center;display:flex;flex-direction:column;padding:0 8px}.smb-error__title[data-v-f0fb890c]{font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin-bottom:8px;text-align:center;text-transform:var(--smb-typography-h6-text-transform)}.smb-error__text[data-v-f0fb890c]{font-family:var(--smb-typography-body-1-font-family);font-size:var(--smb-typography-body-1-size);font-weight:var(--smb-typography-body-1-weight);letter-spacing:var(--smb-typography-body-1-letter-spacing);line-height:var(--smb-typography-body-1-line-height);text-align:center;text-transform:var(--smb-typography-body-1-text-transform)}.smb-error__action[data-v-f0fb890c]{margin-top:24px}.v-snackbar{justify-content:center;margin:8px;margin-inline-end:calc(8px + var(--v-scrollbar-offset));padding:var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);z-index:10000}.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top){align-items:flex-end}.v-snackbar__wrapper{align-items:center;border-radius:4px;display:flex;max-width:672px;min-height:48px;min-width:344px;overflow:hidden;padding:0}.v-snackbar--variant-outlined,.v-snackbar--variant-plain,.v-snackbar--variant-text,.v-snackbar--variant-tonal{background:transparent;color:inherit}.v-snackbar--variant-plain{opacity:.62}.v-snackbar--variant-plain:focus,.v-snackbar--variant-plain:hover{opacity:1}.v-snackbar--variant-plain .v-snackbar__overlay{display:none}.v-snackbar--variant-elevated,.v-snackbar--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-snackbar--variant-elevated{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-snackbar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-snackbar--variant-outlined{border:thin solid}.v-snackbar--variant-text .v-snackbar__overlay{background:currentColor}.v-snackbar--variant-tonal .v-snackbar__underlay{background:currentColor;border-radius:inherit;bottom:0;left:0;opacity:var(--v-activated-opacity);pointer-events:none;right:0;top:0}.v-snackbar .v-snackbar__underlay{position:absolute}.v-snackbar__content{flex-grow:1;font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);margin-right:auto;padding:14px 16px;text-align:initial}.v-snackbar__actions{align-items:center;align-self:center;display:flex;margin-inline-end:8px}.v-snackbar__actions>.v-btn{min-width:auto;padding:0 8px}.v-snackbar__timer{position:absolute;top:0;width:100%}.v-snackbar__timer .v-progress-linear{transition:.2s linear}.v-snackbar--absolute{position:absolute;z-index:1}.v-snackbar--multi-line .v-snackbar__wrapper{min-height:68px}.v-snackbar--vertical .v-snackbar__wrapper{flex-direction:column}.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions{align-self:flex-end;margin-bottom:8px}.v-snackbar--center{align-items:center;justify-content:center}.v-snackbar--top{align-items:flex-start}.v-snackbar--bottom{align-items:flex-end}.v-snackbar--left,.v-snackbar--start{justify-content:flex-start}.v-snackbar--end,.v-snackbar--right{justify-content:flex-end}.v-snackbar-transition-enter-active,.v-snackbar-transition-leave-active{transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-snackbar-transition-enter-active{transition-property:opacity,transform}.v-snackbar-transition-enter-from{opacity:0;transform:scale(.8)}.v-snackbar-transition-leave-active{transition-property:opacity}.v-snackbar-transition-leave-to{opacity:0}[data-v-a0867ab2]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.smb-notification[data-v-a0867ab2]{padding:0;position:static}.smb-notification__actions[data-v-a0867ab2]{align-items:center;display:flex}.smb-notification__btn[data-v-a0867ab2]{color:#fff!important}.smb-notification__btn--action[data-v-a0867ab2]{font-family:var(--smb-typography-subtitle-2-font-family);font-size:var(--smb-typography-subtitle-2-size);font-weight:var(--smb-typography-subtitle-2-weight);letter-spacing:var(--smb-typography-subtitle-2-letter-spacing);line-height:var(--smb-typography-subtitle-2-line-height);margin-right:16px;text-transform:var(--smb-typography-subtitle-2-text-transform)}.smb-notification__btn--action[data-v-a0867ab2]:last-child{margin-right:0}+.smb-notification__btn--close[data-v-a0867ab2]{margin-left:16px}.smb-notification[data-v-a0867ab2] .v-snackbar__wrapper{position:static;transform:translate(0)!important}.smb-notification[data-v-a0867ab2] .v-snackbar__actions{margin-inline-end:0;margin-left:36px;padding:4px 16px}.smb-notification[data-v-a0867ab2] .v-snackbar__actions:empty{margin-left:0;padding:0}.smb-notification[data-v-a0867ab2] .smb-notification__content{font-family:var(--smb-typography-subtitle-2-font-family);font-size:var(--smb-typography-subtitle-2-size);font-weight:var(--smb-typography-subtitle-2-weight);font-weight:600;letter-spacing:var(--smb-typography-subtitle-2-letter-spacing);line-height:var(--smb-typography-subtitle-2-line-height);text-transform:var(--smb-typography-subtitle-2-text-transform)}.smb-notification[data-v-a0867ab2] .smb-notification__content a{color:#fff;text-decoration:underline}[data-v-8b02443c]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.smb-notification-root[data-v-8b02443c]{position:relative}.smb-notification-root__group[data-v-8b02443c]{--transform-translate-x:0;--transform-translate-y:0;display:flex;flex-direction:column;padding:8px;position:fixed;transform:translate(var(--transform-translate-x),var(--transform-translate-y));z-index:10000}.smb-notification-root__group--position-y-top[data-v-8b02443c]{top:0}.smb-notification-root__group--position-y-center[data-v-8b02443c]{--transform-translate-y:-50%;top:50%}.smb-notification-root__group--position-y-bottom[data-v-8b02443c]{bottom:0}.smb-notification-root__group--position-x-left[data-v-8b02443c]{align-items:flex-start;left:0}.smb-notification-root__group--position-x-center[data-v-8b02443c]{--transform-translate-x:-50%;left:50%}.smb-notification-root__group--position-x-right[data-v-8b02443c]{align-items:flex-end;right:0}.smb-notification-root__item[data-v-8b02443c]{margin:8px}.smb-notification-root__item[data-v-8b02443c]:empty{margin:0}[data-v-cdd6d268]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.app-announcement-root__cookie-policy-notification[data-v-cdd6d268]{--v-scrollbar-offset:0px;color:#fff}.app-announcement-root__cookie-policy-notification[data-v-cdd6d268] .v-overlay__content{max-width:1116px}@media (width < 1280px){.app-announcement-root__cookie-policy-notification[data-v-cdd6d268] .v-overlay__content{border-radius:16px;max-width:640px}}.app-announcement-root__cookie-policy-notification-content[data-v-cdd6d268]{align-items:center;display:flex;gap:16px;justify-content:space-between}@media (width < 1280px){.app-announcement-root__cookie-policy-notification-content[data-v-cdd6d268]{flex-direction:column;text-align:center}}.app-announcement-root__cookie-policy-notification-content-text[data-v-cdd6d268]{font-family:var(--smb-typography-subtitle-2-font-family);font-size:var(--smb-typography-subtitle-2-size);font-weight:var(--smb-typography-subtitle-2-weight);font-weight:400;letter-spacing:var(--smb-typography-subtitle-2-letter-spacing);line-height:var(--smb-typography-subtitle-2-line-height);text-transform:var(--smb-typography-subtitle-2-text-transform)}@media (width < 1280px){.app-announcement-root__cookie-policy-notification-content-text[data-v-cdd6d268]{font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);text-transform:var(--smb-typography-body-2-text-transform)}}.app-announcement-root__cookie-policy-notification-content-text a[data-v-cdd6d268]{text-decoration:underline}.app-announcement-root__cookie-policy-notification-content-btn[data-v-cdd6d268]{color:#fff!important;font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);text-transform:var(--smb-typography-body-2-text-transform)}@media (width < 1280px){.app-announcement-root__cookie-policy-notification-content-btn[data-v-cdd6d268]{font-weight:700!important;padding:20px 0}}[data-v-9f75ac5a]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:700;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px}.not-found-view[data-v-9f75ac5a]{--smb-view-padding-right:0;--smb-view-padding-left:0;align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}
