@media screen and (width>=960px){:root{--size-h1:1.75rem;--size-h2:1.5rem;--size-h3:1.25rem;--size-h4:1rem;--size-body-1:1.25rem;--size-body-2:1rem;--size-body-3:.875rem;--size-body-4:.75rem;--size-body-5:.625rem;--size-caption-1:.875rem;--size-caption-2:.75rem;--size-link-1:1rem;--size-link-1-uppercase:.875rem;--size-link-2:.875rem;--size-link-3:.75rem;--size-subtitle-1:1.25rem;--size-subtitle-2:1rem;--size-subtitle-3:.875rem;--size-number-1:2.5rem;--size-number-2:2.125rem;--size-number-3:1.75rem;--size-number-4:1.5rem;--size-number-5:1.25rem;--size-number-6:1rem;--size-number-7:.875rem;--size-number-8:.5rem;--size-icon-1:2.5rem;--size-icon-2:1.75rem;--size-icon-3:1.313rem;--size-icon-4:1rem;--size-icon-5:.875rem}}@layer vuetify-components{.v-list{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;outline:none;padding:0;position:relative;overflow:auto}.v-list--border{box-shadow:none;border-width:thin}.v-list{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);background:rgba(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);border-radius:0}.v-list--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--nav .v-list-item:not(:first-child),.v-list--nav .v-list-group:not(:first-child)>.v-list-item,.v-list--nav .v-list-group__items>.v-list-item,.v-list--nav .v-list-group__items>.v-list-group{margin-top:4px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;z-index:-1;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.v-list-subheader{background:inherit;color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);align-items:center;min-height:40px;padding-inline-end:16px;font-size:.875rem;font-weight:400;line-height:1.375rem;transition:min-height .2s cubic-bezier(.4,0,.2,1);display:flex}.v-list-subheader__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list-subheader--inset{--indent-padding:56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;z-index:1;position:sticky;top:0;left:0}.v-list__overlay{border-radius:inherit;opacity:0;pointer-events:none;background-color:currentColor;transition:opacity .2s ease-in-out;position:absolute;inset:0}.v-list-item{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;outline:none;flex:none;grid-template-columns:max-content 1fr auto;grid-template-areas:"prepend content append";align-items:center;max-width:100%;padding:4px 16px;text-decoration:none;display:grid;position:relative}.v-list-item--border{box-shadow:none;border-width:thin}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{color:inherit;background:0 0}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-list-item--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-list-item--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-list-item--variant-outlined{border:thin solid}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-list-item .v-list-item__underlay{position:absolute}.v-list-item--focus-visible .v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;opacity:0;content:"";border:2px solid;border-radius:4px;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.v-list-item:focus-visible:after,.v-list-item--focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height:24px}.v-list-item__prepend{grid-area:prepend;align-self:center;align-items:center;display:flex}.v-list-item__prepend *~.v-list-item__spacer{width:var(--v-list-prepend-gap)}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap,32px)}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:has(.v-avatar)~.v-list-item__spacer{width:var(--v-list-prepend-gap,16px)}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap,20px)}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:has(.v-avatar)~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,4px)}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{grid-area:append;align-self:center;align-items:center;display:flex}.v-list-item__append .v-list-item__spacer{order:-1;transition:width .15s cubic-bezier(.4,0,.2,1)}.v-list-item__append *~.v-list-item__spacer{width:var(--v-list-prepend-gap)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap,32px)}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:has(.v-avatar)~.v-list-item__spacer,.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,16px)}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:var(--v-list-slim-spacer-width,20px)}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:has(.v-avatar)~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,4px)}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{grid-area:content;align-self:center;min-width:40px;overflow:hidden}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item__content,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item__content{min-width:0}.v-list-item-action{flex:none;align-self:center;align-items:center;transition:height,width;display:flex}.v-list-item-action--start{margin-inline:-8px 8px}.v-list-item-action--end{margin-inline:8px -8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{opacity:var(--v-list-item-subtitle-opacity,var(--v-medium-emphasis-opacity));text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial;-webkit-box-orient:vertical;padding:0;display:-webkit-box;overflow:hidden}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{letter-spacing:.0178571em;text-transform:none;font-size:.875rem;font-weight:400;line-height:1rem}.v-list-item--nav .v-list-item-subtitle{letter-spacing:.0178571em;font-size:.75rem;font-weight:400;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word;font-size:var(--size-body-3);letter-spacing:.03125em;text-transform:none;padding:0;font-weight:400;line-height:1.5;overflow:hidden}.v-list-item--nav .v-list-item-title{letter-spacing:normal;font-size:.8125rem;font-weight:500;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line,.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line,.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line,.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line,.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line,.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line,.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{border-radius:inherit;opacity:0;pointer-events:none;background-color:currentColor;transition:opacity .2s ease-in-out,color .2s ease-in-out;position:absolute;inset:0}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier:0}.v-list{--indent-padding:0px}.v-list--nav{--indent-padding:-8px}.v-list-group{--list-indent-size:16px;--parent-padding:var(--indent-padding);--prepend-width:var(--v-list-group-prepend,40px)}.v-list--slim .v-list-group{--prepend-width:var(--v-list-group-prepend,28px)}.v-list-group--fluid{--list-indent-size:0px}.v-list-group--prepend{--parent-padding:calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding:var(--indent-padding)}.v-list-group__items{--indent-padding:calc(var(--parent-padding) + var(--v-list-indent,var(--list-indent-size)));min-width:min-content}.v-navigation-drawer--rail .v-list-group__items{min-width:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}}:export{pink-lighten-4:#ffeaf4;pink-lighten-3:#ffd5e9;pink-lighten-2:#ff97c8;pink-lighten-1:#ff6db3;pink-base:#ff2f92;pink-darken-1:#e6006d;pink-darken-2:#ca2573;grey-lighten-6:#f9f9f9;grey-lighten-5:#f9fafb;grey-lighten-4:#f1f3f4;grey-lighten-3:#dbdfe1;grey-lighten-2:#cdd1d6;grey-lighten-1:#b1b8be;grey-base:#484d51;grey-darken-1:#2c2f33;blue-lighten-4:#ebf7ff;blue-lighten-3:#cceaff;blue-lighten-2:#80caff;blue-lighten-1:#4cb6ff;blue-base:#0096ff;blue-darken-1:#006cb7;teal-lighten-4:#e1f3f5;teal-lighten-3:#b3e1e7;teal-lighten-2:#80cdd7;teal-lighten-1:#4ebac7;teal-base:#029caf;teal-darken-1:#067c8a;mustard-lighten-4:#fef1d9;mustard-lighten-3:#fce2b2;mustard-lighten-2:#facf80;mustard-lighten-1:#f8bc4d;mustard-base:#f59f00;mustard-darken-1:#d78f0a;orange-lighten-4:#fdeee7;orange-lighten-3:#fbd4c3;orange-lighten-2:#f7b79b;orange-lighten-1:#f59a74;orange-base:#f06f38;orange-darken-1:#d94100;green-lighten-1:#e8f7da;green-base:#52a003;red-lighten-1:#ffe8e8;red-base:#ff1b1b;white-base:#fff;black-base:#000;branding-facebook:#3b5998;branding-linkedin:#0a66c2;branding-twitter:#00acee;branding-instagram:#c13584;branding-google:#f34a38}:root{--size-h1:1.25rem;--size-h2:1.125rem;--size-h3:1rem;--size-h4:.875rem;--size-body-1:1.25rem;--size-body-2:1rem;--size-body-3:.875rem;--size-body-4:.75rem;--size-body-5:.625rem;--size-button:.875rem;--size-caption-1:.875rem;--size-caption-2:.75rem;--size-link-1:1rem;--size-link-2:.875rem;--size-link-3:.75rem;--size-subtitle-1:1.25rem;--size-subtitle-2:1rem;--size-subtitle-3:.875rem;--size-number-1:2.5rem;--size-number-2:2.125rem;--size-number-3:1.75rem;--size-number-4:1.5rem;--size-number-5:1.25rem;--size-number-6:1rem;--size-number-7:.875rem;--size-number-8:.5rem;--size-icon-1:2.5rem;--size-icon-2:1.75rem;--size-icon-3:1.313rem;--size-icon-4:1rem;--size-icon-5:.875rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-bolder:800;--font-weight-black:900}@media screen and (width>=960px){:root{--size-h1:1.75rem;--size-h2:1.5rem;--size-h3:1.25rem;--size-h4:1rem;--size-body-1:1.25rem;--size-body-2:1rem;--size-body-3:.875rem;--size-body-4:.75rem;--size-body-5:.625rem;--size-caption-1:.875rem;--size-caption-2:.75rem;--size-link-1:1rem;--size-link-1-uppercase:.875rem;--size-link-2:.875rem;--size-link-3:.75rem;--size-subtitle-1:1.25rem;--size-subtitle-2:1rem;--size-subtitle-3:.875rem;--size-number-1:2.5rem;--size-number-2:2.125rem;--size-number-3:1.75rem;--size-number-4:1.5rem;--size-number-5:1.25rem;--size-number-6:1rem;--size-number-7:.875rem;--size-number-8:.5rem;--size-icon-1:2.5rem;--size-icon-2:1.75rem;--size-icon-3:1.313rem;--size-icon-4:1rem;--size-icon-5:.875rem}}* ::-webkit-scrollbar-track{background-color:#fff}* ::-webkit-scrollbar{background-color:#fff;width:6px;height:6px}* ::-webkit-scrollbar-thumb{background-color:#cdd1d6;border-radius:10px}* .relative{position:relative}* .absolute{position:absolute}* .pointer{cursor:pointer!important}* .transition{transition-duration:.3s}:focus-visible:not(input,textarea){outline:1px solid rgb(var(--v-theme-focusKeyboard))}* .prependIcon{top:8px;left:12px}* .appendIcon{top:8px;right:12px}* .clearIcon{top:10px;right:12px}.v-locale--is-rtl .prependIcon{left:auto;right:12px}.v-locale--is-rtl .clearIcon{left:12px;right:auto}@layer vuetify-overrides{.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))}}@layer vuetify-final.trumps{@media (forced-colors:active){.v-list-item--link:not(.v-list-item--active){color:buttontext}.v-list-item--link[href]:not(.v-list-item--active){color:unset}.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--disabled) .v-icon{color:highlight}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled){background:highlight}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) .v-icon{opacity:1;color:highlighttext;forced-color-adjust:preserve-parent-color}.v-list-item--focus-visible:after{opacity:1}@supports selector(:focus-visible){.v-list-item:after{color:buttontext}.v-list-item:focus-visible:after{opacity:1}}}}
