@charset "UTF-8";.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){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-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%}@media (prefers-reduced-motion: reduce){.v-toolbar{transition-property:box-shadow}}.v-toolbar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{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-toolbar{border-radius:0}.v-toolbar{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden}.v-toolbar--collapse-end{margin-inline-start:auto}.v-toolbar--collapse.v-toolbar--collapse-start{border-end-end-radius:24px}.v-toolbar--collapse.v-toolbar--collapse-end{border-end-start-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--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-toolbar--floating{display:inline-flex;width:auto}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity}.v-toolbar__image{position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;font-size:1.25rem;min-width:0}.v-toolbar-title{font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px}.v-toolbar--density-prominent .v-toolbar-title{font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none}.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:"normal";line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:"normal";text-transform:"capitalize";transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 12px;font-size:var(--v-btn-size);min-width:22px;padding:0 6px}.v-btn--size-small{--v-btn-size: .78125rem;--v-btn-height: 24.5px;font-size:var(--v-btn-size);min-width:44px;padding:0 10px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 32px;font-size:var(--v-btn-size);min-width:56px;padding:0 14px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 42px;font-size:var(--v-btn-size);min-width:74px;padding:0 18px}.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 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -10px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -15px)}.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-plain,.v-btn--variant-outlined,.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 currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.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{width:calc(var(--v-btn-height) + 15px);height:calc(var(--v-btn-height) + 15px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -10px);height:calc(var(--v-btn-height) + -10px)}.v-btn--elevated:hover,.v-btn--elevated:focus{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--spaced{display:grid;grid-template-columns:max-content 1fr max-content}.v-btn--spaced.v-btn--spaced-start>.v-btn__content{justify-content:end}.v-btn--spaced.v-btn--spaced-end>.v-btn__content{justify-content:start}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{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: 52px;font-size:var(--v-btn-size);min-width:52px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .78125rem;--v-btn-height: 64.5px;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: 82px;font-size:var(--v-btn-size);min-width:82px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 92px;font-size:var(--v-btn-size);min-width:92px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -20px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -30px)}.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:4px}.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{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{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{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 15px)}.v-pagination .v-btn.v-btn--density-comfortable{min-width:calc(var(--v-btn-height) + 0px)}.v-pagination .v-btn.v-btn--density-compact{min-width:calc(var(--v-btn-height) + -10px)}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination__prev .v-btn,.v-pagination__next .v-btn{padding-inline:0}.v-pagination__prev .v-btn.v-btn--density-default,.v-pagination__next .v-btn.v-btn--density-default{width:calc(var(--v-btn-height) + 15px)}.v-pagination__prev .v-btn.v-btn--density-comfortable,.v-pagination__next .v-btn.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px)}.v-pagination__prev .v-btn.v-btn--density-compact,.v-pagination__next .v-btn.v-btn--density-compact{width:calc(var(--v-btn-height) + -10px)}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}@media (forced-colors: active){.v-btn:not(.v-btn--variant-text,.v-btn--variant-plain){border:thin solid}.v-btn:focus-visible{outline:2px solid;outline-offset:2px}}.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}@media (forced-colors: active){.v-btn-toggle>.v-btn:not(.v-btn--disabled){border-color:buttontext!important}.v-btn-toggle>.v-btn:not(.v-btn--disabled):focus-visible{outline:0}.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):hover,.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible{color:highlight;border-color:currentColor!important}.v-btn-toggle>.v-btn--active{color:highlight!important;forced-color-adjust:preserve-parent-color}.v-btn-toggle>.v-btn--active:not(.v-btn--variant-text,.v-btn--variant-plain){background-color:highlight!important;color:highlighttext!important;border-color:highlight!important}}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow-y:hidden;overflow-x:auto;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{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-group{border-radius:4px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:38px}.v-btn-group--density-compact.v-btn-group{height:33px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group--tile{border-radius:0}.v-btn-group--horizontal .v-btn:not(:last-child){border-inline-end:none}.v-btn-group--horizontal .v-btn:not(:first-child){border-inline-start:none}.v-btn-group--horizontal .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group--horizontal .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--vertical{flex-direction:column;height:auto!important}.v-btn-group--vertical .v-btn:not(:last-child){border-block-end:none}.v-btn-group--vertical .v-btn:not(:first-child){border-block-start:none}.v-btn-group--vertical .v-btn:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.v-btn-group--vertical .v-btn:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child){border-block-end-width:thin;border-block-end-style:solid;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.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;position:relative;opacity:var(--v-icon-opacity, 1);text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 14px)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 18px)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 20px)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 36px)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 48px)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:4px}.v-icon--end{margin-inline-start:4px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;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:12px;width:12px}.v-progress-circular--size-small{height:22px;width:22px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:52px;width:52px}.v-progress-circular--size-x-large{height:72px;width:72px}.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-origin:center center;transform:rotate(-90deg)}.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)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{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)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s;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;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight!important;opacity:.5!important}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-progress-linear--clickable .v-progress-linear__content{pointer-events:none}.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!important}}.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-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;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 infinite linear;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__determinate,.v-progress-linear--reverse .v-progress-linear__content,.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 infinite linear;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-start-start-radius:0;border-end-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-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}@media (prefers-reduced-motion: reduce){.v-ripple__animation--in{transition-property:opacity;transition-duration:.1s}}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-alert{display:grid;flex:1 1;grid-template-areas:"prepend content append close" ". content . .";grid-template-columns:max-content auto max-content max-content;position:relative;padding:16px;overflow:hidden;--v-border-color: currentColor}.v-alert--absolute{position:absolute}.v-alert--fixed{position:fixed}.v-alert--sticky{position:sticky}.v-alert{border-radius:4px}.v-alert--variant-plain,.v-alert--variant-outlined,.v-alert--variant-text,.v-alert--variant-tonal{background:transparent;color:inherit}.v-alert--variant-plain{opacity:.62}.v-alert--variant-plain:focus,.v-alert--variant-plain:hover{opacity:1}.v-alert--variant-plain .v-alert__overlay{display:none}.v-alert--variant-elevated,.v-alert--variant-flat{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-alert--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-alert--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-alert--variant-outlined{border:thin solid currentColor}.v-alert--variant-text .v-alert__overlay{background:currentColor}.v-alert--variant-tonal .v-alert__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-alert .v-alert__underlay{position:absolute}.v-alert--prominent{grid-template-areas:"prepend content append close" "prepend content . ."}.v-alert.v-alert--border{--v-border-opacity: .38}.v-alert.v-alert--border.v-alert--border-start{padding-inline-start:24px}.v-alert.v-alert--border.v-alert--border-end{padding-inline-end:24px}.v-alert--variant-plain{transition:.2s opacity cubic-bezier(.4,0,.2,1)}.v-alert--density-default{padding-bottom:16px;padding-top:16px}.v-alert--density-default.v-alert--border-top{padding-top:24px}.v-alert--density-default.v-alert--border-bottom{padding-bottom:24px}.v-alert--density-comfortable{padding-bottom:11px;padding-top:11px}.v-alert--density-comfortable.v-alert--border-top{padding-top:19px}.v-alert--density-comfortable.v-alert--border-bottom{padding-bottom:19px}.v-alert--density-compact{padding-bottom:6px;padding-top:6px}.v-alert--density-compact.v-alert--border-top{padding-top:14px}.v-alert--density-compact.v-alert--border-bottom{padding-bottom:14px}.v-alert:not(:has(.v-alert-title)) .v-alert__content{padding-block:.125rem}.v-alert__border{border-radius:inherit;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;pointer-events:none;right:0;top:0;width:100%}.v-alert__border{border-color:currentColor;border-style:solid;border-width:0}.v-alert__border--border{border-width:8px;box-shadow:none}.v-alert--border-start .v-alert__border{border-inline-start-width:8px}.v-alert--border-end .v-alert__border{border-inline-end-width:8px}.v-alert--border-top .v-alert__border{border-top-width:8px}.v-alert--border-bottom .v-alert__border{border-bottom-width:8px}.v-alert__close{flex:0 1 auto;grid-area:close}.v-alert__close>.v-btn{margin-block:calc(-1 * (var(--v-btn-height) + 12px - 1.75rem) / 2)}.v-alert__content{align-self:center;grid-area:content;overflow:hidden}.v-alert__append,.v-alert__close{margin-inline-start:16px}.v-alert__append{align-self:flex-start;grid-area:append}.v-alert__append+.v-alert__close{margin-inline-start:16px}.v-alert__prepend{align-self:flex-start;display:flex;align-items:center;grid-area:prepend;margin-inline-end:12px;min-height:1.75rem}.v-alert__prepend>.v-icon{font-size:1.75rem;height:1.75rem;width:1.75rem}.v-alert--prominent .v-alert__prepend{align-self:center}.v-alert__underlay{grid-area:none;position:absolute}.v-alert--border-start .v-alert__underlay{border-top-left-radius:0;border-bottom-left-radius:0}.v-alert--border-end .v-alert__underlay{border-top-right-radius:0;border-bottom-right-radius:0}.v-alert--border-top .v-alert__underlay{border-top-left-radius:0;border-top-right-radius:0}.v-alert--border-bottom .v-alert__underlay{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-alert-title{align-items:center;align-self:center;display:flex;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;line-height:1.75rem;overflow-wrap:normal;text-transform:none;word-break:normal;word-wrap:break-word}@media (forced-colors: active){.v-alert:not(.v-alert--variant-text,.v-alert--variant-plain){border-style:solid}.v-alert--variant-outlined,.v-alert--variant-tonal{border-width:medium}.v-alert--variant-elevated,.v-alert--variant-flat{border-width:thick}}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-autocomplete .v-field .v-text-field__prefix,.v-autocomplete .v-field .v-text-field__suffix,.v-autocomplete .v-field .v-field__input,.v-autocomplete .v-field .v-field__input>input,.v-autocomplete .v-field.v-field{cursor:text}.v-autocomplete .v-field .v-field__input>input{flex:1 1}.v-autocomplete .v-field input{min-width:64px}.v-autocomplete .v-field:not(.v-field--focused) input{min-width:0}.v-autocomplete .v-field--dirty .v-autocomplete__selection{margin-inline-end:2px}.v-autocomplete .v-autocomplete__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-autocomplete__content{overflow:hidden}.v-autocomplete__content{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-menu>.v-overlay__content.v-autocomplete__content{border-radius:4px}.v-autocomplete__mask{background:rgb(var(--v-theme-surface-light))}.v-autocomplete__selection{display:inline-flex;align-items:center;height:1.5rem;letter-spacing:inherit;line-height:inherit;max-width:calc(100% - 4px)}.v-autocomplete__selection:first-child{margin-inline-start:0}.v-autocomplete--selecting-index .v-autocomplete__selection{opacity:var(--v-medium-emphasis-opacity)}.v-autocomplete--selecting-index .v-autocomplete__selection--selected{opacity:1}.v-autocomplete--selecting-index .v-field__input>input{caret-color:transparent}.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input{flex:1 1;position:absolute;left:0;right:0;width:100%;padding-inline:inherit}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input{transition:none}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input{opacity:0}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection{opacity:0}.v-autocomplete__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-autocomplete--active-menu .v-autocomplete__menu-icon{transform:rotate(180deg)}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 34px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -5px);width:calc(var(--v-avatar-height) + -5px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -10px);width:calc(var(--v-avatar-height) + -10px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--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-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:4px}.v-avatar--end{margin-inline-start:4px}.v-avatar .v-img{height:100%;width:100%}.v-checkbox.v-input{flex:0 1 auto}.v-checkbox .v-selection-control{min-height:var(--v-input-control-height)}.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 35px}.v-selection-control--density-compact{--v-selection-control-size: 25px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 40px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 30px;--v-input-padding-top: 11px}.v-input--density-compact{--v-input-control-height: 20px;--v-input-padding-top: 6px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:1fr auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--glow.v-input--focused .v-input__details>.v-icon,.v-input--glow.v-input--focused .v-input__prepend>.v-icon,.v-input--glow.v-input--focused .v-input__append>.v-icon{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 1.5px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-chip{align-items:center;display:inline-flex;font-weight:400;max-width:100%;min-width:0;overflow:hidden;position:relative;text-decoration:none;white-space:nowrap;vertical-align:middle}.v-chip .v-icon{--v-icon-size-multiplier: .8571428571}.v-chip.v-chip--size-x-small{--v-chip-size: .625rem;--v-chip-height: 20px;font-size:.625rem;padding:0 8px}.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 14px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-5.6px;margin-inline-end:4px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-8px}.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-start:4px;margin-inline-end:-5.6px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-end:-8px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-x-small .v-icon--start,.v-chip.v-chip--size-x-small .v-chip__filter{margin-inline-start:-4px;margin-inline-end:4px}.v-chip.v-chip--size-x-small .v-icon--end,.v-chip.v-chip--size-x-small .v-chip__close{margin-inline-start:4px;margin-inline-end:-4px}.v-chip.v-chip--size-x-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-chip__append+.v-chip__close{margin-inline-start:8px}.v-chip.v-chip--size-small{--v-chip-size: .78125rem;--v-chip-height: 27.5px;font-size:.78125rem;padding:0 10px}.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 21.5px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 27.5px}.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-7px;margin-inline-end:5px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-10px}.v-chip.v-chip--size-small .v-avatar--end{margin-inline-start:5px;margin-inline-end:-7px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end{margin-inline-end:-10px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close{margin-inline-start:15px}.v-chip.v-chip--size-small .v-icon--start,.v-chip.v-chip--size-small .v-chip__filter{margin-inline-start:-5px;margin-inline-end:5px}.v-chip.v-chip--size-small .v-icon--end,.v-chip.v-chip--size-small .v-chip__close{margin-inline-start:5px;margin-inline-end:-5px}.v-chip.v-chip--size-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-small .v-chip__append+.v-chip__close{margin-inline-start:10px}.v-chip.v-chip--size-default{--v-chip-size: .875rem;--v-chip-height: 32px;font-size:.875rem;padding:0 12px}.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 26px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 32px}.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-8.4px;margin-inline-end:6px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-12px}.v-chip.v-chip--size-default .v-avatar--end{margin-inline-start:6px;margin-inline-end:-8.4px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end{margin-inline-end:-12px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close{margin-inline-start:18px}.v-chip.v-chip--size-default .v-icon--start,.v-chip.v-chip--size-default .v-chip__filter{margin-inline-start:-6px;margin-inline-end:6px}.v-chip.v-chip--size-default .v-icon--end,.v-chip.v-chip--size-default .v-chip__close{margin-inline-start:6px;margin-inline-end:-6px}.v-chip.v-chip--size-default .v-icon--end+.v-chip__close,.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-default .v-chip__append+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-large{--v-chip-size: 1rem;--v-chip-height: 38px;font-size:1rem;padding:0 14px}.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 32px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 38px}.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-9.8px;margin-inline-end:7px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-14px}.v-chip.v-chip--size-large .v-avatar--end{margin-inline-start:7px;margin-inline-end:-9.8px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end{margin-inline-end:-14px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close{margin-inline-start:21px}.v-chip.v-chip--size-large .v-icon--start,.v-chip.v-chip--size-large .v-chip__filter{margin-inline-start:-7px;margin-inline-end:7px}.v-chip.v-chip--size-large .v-icon--end,.v-chip.v-chip--size-large .v-chip__close{margin-inline-start:7px;margin-inline-end:-7px}.v-chip.v-chip--size-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-large .v-chip__append+.v-chip__close{margin-inline-start:14px}.v-chip.v-chip--size-x-large{--v-chip-size: 1.125rem;--v-chip-height: 44px;font-size:1.125rem;padding:0 17px}.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 38px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 44px}.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-11.9px;margin-inline-end:8.5px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-17px}.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-start:8.5px;margin-inline-end:-11.9px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-end:-17px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close{margin-inline-start:25.5px}.v-chip.v-chip--size-x-large .v-icon--start,.v-chip.v-chip--size-x-large .v-chip__filter{margin-inline-start:-8.5px;margin-inline-end:8.5px}.v-chip.v-chip--size-x-large .v-icon--end,.v-chip.v-chip--size-x-large .v-chip__close{margin-inline-start:8.5px;margin-inline-end:-8.5px}.v-chip.v-chip--size-x-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-chip__append+.v-chip__close{margin-inline-start:17px}.v-chip.v-chip--density-default{height:calc(var(--v-chip-height) + 0px)}.v-chip.v-chip--density-comfortable{height:calc(var(--v-chip-height) + -5px)}.v-chip.v-chip--density-compact{height:calc(var(--v-chip-height) + -10px)}.v-chip{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-chip:hover>.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip{border-radius:9999px}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.62}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--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-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{-webkit-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-chip__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.v-chip--label{border-radius:4px}@media (forced-colors: active){.v-chip:not(.v-chip--variant-text,.v-chip--variant-plain){border:thin solid}}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0}.v-chip-group .v-chip{margin:4px 8px 4px 0}@media (forced-colors: active){.v-chip-group .v-chip{background-color:buttonface!important;color:buttontext!important}.v-chip-group .v-chip:hover{color:highlight!important}}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}@media (forced-colors: active){.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled){color:highlight!important;forced-color-adjust:preserve-parent-color}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible{outline-offset:2px}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat{background-color:highlight!important;color:highlighttext!important}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal{border-width:medium}}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:rgba(0,0,0,0)}.v-slide-group__container::-webkit-scrollbar{display:none}.v-slide-group--vertical{max-height:inherit}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-slide-group--vertical .v-slide-group__container{overflow-x:hidden;overflow-y:auto}.v-divider{color:inherit;display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:1;transition:inherit}.v-divider{border-color:rgb(var(--v-theme-neutral200));border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider--gradient{-webkit-mask-image:linear-gradient(90deg,transparent,#000,transparent);mask-image:linear-gradient(90deg,transparent,#000,transparent)}.v-divider--gradient.v-divider--vertical{-webkit-mask-image:linear-gradient(0deg,transparent,#000,transparent);mask-image:linear-gradient(0deg,transparent,#000,transparent)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-divider__wrapper--gradient{-webkit-mask-image:linear-gradient(90deg,transparent,#000,transparent);mask-image:linear-gradient(90deg,transparent,#000,transparent)}.v-divider__wrapper--gradient.v-divider__wrapper--vertical{-webkit-mask-image:linear-gradient(0deg,transparent,#000,transparent);mask-image:linear-gradient(0deg,transparent,#000,transparent)}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none}.v-list{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{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-list{border-radius:0}.v-list{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.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;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:35px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:30px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none}.v-list-item{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.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{background:transparent;color:inherit}.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:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--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-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.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{align-items:center;align-self:center;display:flex;grid-area:prepend}.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:is(: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:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.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{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.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:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 16px)}.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:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.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{align-self:center;grid-area:content;overflow:hidden;min-width:40px}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-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{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.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{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word}.v-list-item-title{font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;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{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.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:35px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:43px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:59px;padding-top:7px;padding-bottom:7px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:83px;padding-top:11px;padding-bottom:11px}.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:5.5px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.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:30px}.v-list-item--density-compact.v-list-item--one-line{min-height:38px}.v-list-item--density-compact.v-list-item--two-line{min-height:54px;padding-top:2px;padding-bottom:2px}.v-list-item--density-compact.v-list-item--three-line{min-height:78px;padding-top:6px;padding-bottom:6px}.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:3px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.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{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.2s ease-in-out;transition-property:opacity,color}.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__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.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))}@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!important}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled){background:highlight!important}.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!important;forced-color-adjust:preserve-parent-color}@supports selector(:focus-visible){.v-list-item:after{color:buttontext}.v-list-item:focus-visible:after{opacity:1}}}.v-menu>.v-overlay__content{display:flex;flex-direction:column}.v-menu>.v-overlay__content{border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{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-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.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{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{--v-overlay-opacity: .32;border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:#000;border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity);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-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;left:0;right:0;width:100%;transition:none;pointer-events:none;caret-color:transparent;padding-inline:inherit}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden}.v-select__content{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-menu>.v-overlay__content.v-select__content{border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{transform:rotate(180deg)}.v-text-field input{color:inherit;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-end: 0}.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-end: 6px}.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-start: 0}.v-text-field .v-field:not(.v-field--no-label,.v-field--active) input::placeholder{opacity:0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 40px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-field:not(.v-field--reverse) .v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-field.v-field--reverse .v-text-field__prefix{padding-inline-end:var(--v-field-padding-end)}.v-field:not(.v-field--reverse) .v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-field.v-field--reverse .v-text-field__suffix{padding-inline-start:var(--v-field-padding-start)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s;white-space:nowrap}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 12px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: 12px;--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo,.v-field--variant-solo-filled{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-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo-inverted{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-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 46px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 36px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 11px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 6px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 38px;--v-field-padding-top: 1.5px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 28px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 40px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:5.5px}.v-input--density-compact .v-field__input{row-gap:3px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:12px;padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--glow.v-field--focused .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--glow.v-field--focused .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon,.v-field--glow.v-field--focused .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}@media (prefers-reduced-motion: reduce){.v-field__clearable{transition-property:opacity}}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;z-index:1}@media (prefers-reduced-motion: no-preference){.v-label.v-field-label{transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform}}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden}.v-field--variant-outlined .v-label.v-field-label--floating{max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:4.5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:2px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: 1;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity)}@media (prefers-reduced-motion: no-preference){.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{transition:opacity .25s cubic-bezier(.4,0,.2,1)}}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 24px)}.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch{max-width:calc(100% - var(--v-input-control-height))}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none}.v-field__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}@media (forced-colors: active){.v-field .v-progress-linear{border:none}}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block}.v-badge{display:inline-block;line-height:1}.v-badge__badge{align-items:center;display:inline-flex;border-radius:10px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;height:1.25rem;justify-content:center;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;transition:.225s cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-badge__badge{background:rgb(var(--v-theme-surface-variant));color:rgba(var(--v-theme-on-surface-variant),var(--v-high-emphasis-opacity))}.v-badge__badge:has(.v-icon){padding:4px 6px}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-style:solid;border-width:2px;bottom:0;color:rgb(var(--v-theme-background));content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.05)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--inline .v-badge__badge{position:relative;vertical-align:middle}.v-badge__badge .v-icon{color:inherit;font-size:.75rem;margin:0 -2px}.v-badge__badge img,.v-badge__badge .v-img{height:100%;width:100%}.v-badge__wrapper{display:flex;position:relative}.v-badge--inline .v-badge__wrapper{align-items:center;display:inline-flex;justify-content:center;margin:0 4px}@media (forced-colors: active){.v-badge__badge{forced-color-adjust:preserve-parent-color}.v-badge__badge.v-badge__badge{background:highlight!important;color:highlighttext!important}}.v-banner{display:grid;flex:1 1;font-size:.875rem;grid-template-areas:"prepend content actions";grid-template-columns:max-content auto max-content;grid-template-rows:max-content max-content;line-height:1.6;overflow:hidden;padding-inline:16px 8px;padding-top:16px;padding-bottom:16px;position:relative;width:100%}.v-banner{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0 0 thin 0}.v-banner--border{border-width:thin;box-shadow:none}.v-banner{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-banner--absolute{position:absolute}.v-banner--fixed{position:fixed}.v-banner--sticky{position:sticky}.v-banner{border-radius:0}.v-banner{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-banner--rounded{border-radius:4px}.v-banner--stacked:not(.v-banner--one-line){grid-template-areas:"prepend content" ". actions"}.v-banner--stacked .v-banner-text{padding-inline-end:36px}.v-banner--density-default .v-banner-actions{margin-bottom:-8px}.v-banner--density-default.v-banner--one-line{padding-top:8px;padding-bottom:8px}.v-banner--density-default.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-default.v-banner--one-line{padding-top:10px}.v-banner--density-default.v-banner--two-line{padding-top:16px;padding-bottom:16px}.v-banner--density-default.v-banner--three-line{padding-top:24px;padding-bottom:16px}.v-banner--density-default:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-default.v-banner--two-line .v-banner-actions,.v-banner--density-default.v-banner--three-line .v-banner-actions{margin-top:20px}.v-banner--density-comfortable .v-banner-actions{margin-bottom:-3px}.v-banner--density-comfortable.v-banner--one-line{padding-top:3px;padding-bottom:3px}.v-banner--density-comfortable.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-comfortable.v-banner--two-line{padding-top:11px;padding-bottom:11px}.v-banner--density-comfortable.v-banner--three-line{padding-top:19px;padding-bottom:11px}.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-comfortable.v-banner--two-line .v-banner-actions,.v-banner--density-comfortable.v-banner--three-line .v-banner-actions{margin-top:15px}.v-banner--density-compact .v-banner-actions{margin-bottom:2px}.v-banner--density-compact.v-banner--one-line{padding-top:-2px;padding-bottom:-2px}.v-banner--density-compact.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-compact.v-banner--two-line{padding-top:6px;padding-bottom:6px}.v-banner--density-compact.v-banner--three-line{padding-top:14px;padding-bottom:6px}.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-compact.v-banner--two-line .v-banner-actions,.v-banner--density-compact.v-banner--three-line .v-banner-actions{margin-top:10px}.v-banner--sticky{top:0;z-index:1}.v-banner__content{align-items:center;display:flex;grid-area:content}.v-banner__prepend{align-self:flex-start;grid-area:prepend;margin-inline-end:24px}.v-banner-actions{align-self:flex-end;display:flex;flex:0 1;grid-area:actions;justify-content:flex-end}.v-banner--two-line .v-banner-actions,.v-banner--three-line .v-banner-actions{margin-top:20px}.v-banner-text{-webkit-box-orient:vertical;display:-webkit-box;padding-inline-end:90px;overflow:hidden}.v-banner--one-line .v-banner-text{-webkit-line-clamp:1}.v-banner--two-line .v-banner-text{-webkit-line-clamp:2}.v-banner--three-line .v-banner-text{-webkit-line-clamp:3}.v-banner--two-line .v-banner-text,.v-banner--three-line .v-banner-text{align-self:flex-start}.v-bottom-navigation{display:flex;max-width:100%;overflow:hidden;position:absolute;transition:transform,color,.2s,.1s cubic-bezier(.4,0,.2,1)}.v-bottom-navigation{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-bottom-navigation--border{border-width:thin;box-shadow:none}.v-bottom-navigation{border-radius:0}.v-bottom-navigation{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-bottom-navigation--active{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-bottom-navigation__content{display:flex;flex:none;font-size:.75rem;justify-content:center;transition:inherit;width:100%}.v-bottom-navigation .v-bottom-navigation__content>.v-btn{font-size:inherit;height:100%;max-width:168px;min-width:80px;text-transform:none;transition:inherit;width:auto}.v-bottom-navigation .v-bottom-navigation__content>.v-btn{border-radius:0}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__content,.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{transition:inherit}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{font-size:1.5rem}.v-bottom-navigation--grow .v-bottom-navigation__content>.v-btn{flex-basis:0;flex-grow:1}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content>span{transition:inherit;opacity:0}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content{transform:translateY(.5rem)}.bottom-sheet-transition-enter-from,.bottom-sheet-transition-leave-to{transform:translateY(100%)}.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content{align-self:flex-end;border-radius:0;flex:0 1 auto;left:0;right:0;margin-inline:auto;margin-bottom:0;transition-duration:.2s;width:100%;max-width:100%;overflow:visible}.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}@media (prefers-reduced-motion: reduce){.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content{transition:none}}.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content>.v-card,.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content>.v-sheet{border-radius:0}.v-bottom-sheet.v-bottom-sheet--inset{max-width:none}@media (min-width: 600px){.v-bottom-sheet.v-bottom-sheet--inset{max-width:70%}}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-breadcrumbs{display:flex;align-items:center;line-height:1.6;padding:16px 12px}.v-breadcrumbs--rounded{border-radius:4px}.v-breadcrumbs--density-default{padding-top:16px;padding-bottom:16px}.v-breadcrumbs--density-comfortable{padding-top:11px;padding-bottom:11px}.v-breadcrumbs--density-compact{padding-top:6px;padding-bottom:6px}.v-breadcrumbs__prepend{align-items:center;display:inline-flex}.v-breadcrumbs-item{align-items:center;color:inherit;display:inline-flex;padding:0 4px;text-decoration:none;vertical-align:middle}.v-breadcrumbs-item--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-breadcrumbs-item--link{color:inherit;text-decoration:none}.v-breadcrumbs-item--link:hover{text-decoration:underline}.v-breadcrumbs-item .v-icon{font-size:1rem;margin-inline:-4px 2px}.v-breadcrumbs-divider{display:inline-block;padding:0 8px;vertical-align:middle}.v-calendar-category .v-calendar-category__column,.v-calendar-category .v-calendar-category__column-header{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-category .v-calendar-daily__head,.v-calendar-category .v-calendar-daily__intervals-head,.v-calendar-category .v-calendar-daily__intervals-body{background:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface))}.v-calendar-category{overflow:auto;position:relative}.v-calendar-category .v-calendar-category__category{text-align:center}.v-calendar-category .v-calendar-daily__day-container{width:min-content}.v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns{position:absolute;height:100%;width:100%;top:0}.v-calendar-category .v-calendar-daily__day-body{display:flex;flex:1;width:100%;height:100%}.v-calendar-category .v-calendar-daily__head{flex-direction:row;width:min-content;min-width:100%;position:sticky;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-day{width:auto;position:unset}.v-calendar-category .v-calendar-daily__intervals-head{position:sticky;left:0;top:0;z-index:2}.v-calendar-category .v-calendar-daily_head-weekday{position:sticky;left:50%;width:50px}.v-calendar-category .v-calendar-daily_head-day-label{width:56px;position:sticky;left:50%}.v-calendar-category .v-calendar-daily__day{min-width:200px}.v-calendar-category .v-calendar-daily__intervals-body{position:sticky;left:0;z-index:1}.v-calendar-category .v-calendar-daily__interval:last-of-type:after{display:none}.v-calendar-category .v-calendar-daily__body{overflow:visible}.v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area{overflow-y:visible;flex:none}.v-calendar-category .v-calendar-daily__pane{overflow-y:visible}.v-calendar-category .v-calendar-category__columns{display:flex;width:min-content;min-width:100%}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column,.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{flex:1 1 auto;width:0;position:relative}.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{min-width:200px}.v-calendar-daily{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface));border-left:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-top:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily__intervals-head{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily__intervals-head:after{background:rgba(var(--v-border-color),var(--v-border-opacity));background:linear-gradient(90deg,transparent,rgba(var(--v-border-color),var(--v-border-opacity)))}.v-calendar-daily .v-calendar-daily_head-day{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-bottom:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label{color:rgb(var(--v-theme-on-surface))}.v-calendar-daily .v-calendar-daily__intervals-body{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:rgb(var(--v-theme-on-surface))}.v-calendar-daily .v-calendar-daily__day{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-bottom:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily__day-interval{border-top:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.v-calendar-daily .v-calendar-daily__interval:after{border-top:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-daily{display:flex;flex-direction:column;overflow:hidden;height:100%}.v-calendar-daily__head{flex:none;display:flex}.v-calendar-daily__intervals-head{flex:none;position:relative}.v-calendar-daily__intervals-head:after{position:absolute;bottom:0;height:1px;left:0;right:0;content:""}.v-calendar-daily_head-day{flex:1 1 auto;width:0;position:relative}.v-calendar-daily_head-weekday{-webkit-user-select:none;user-select:none;padding:3px 0 0;font-size:11px;text-align:center;text-transform:uppercase}.v-calendar-daily_head-day-label{-webkit-user-select:none;user-select:none;padding:0 0 3px;cursor:pointer;text-align:center}.v-calendar-daily__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative;flex-direction:column}.v-calendar-daily__scroll-area{overflow-y:scroll;flex:1 1 auto;display:flex;align-items:flex-start}.v-calendar-daily__pane{width:100%;overflow-y:hidden;flex:none;display:flex;align-items:flex-start}.v-calendar-daily__day-container{display:flex;flex:1;width:100%;height:100%}.v-calendar-daily__intervals-body{flex:none;-webkit-user-select:none;user-select:none}.v-calendar-daily__interval{text-align:right;padding-right:8px;border-bottom:none;position:relative}.v-calendar-daily__interval:after{width:8px;position:absolute;height:1px;display:block;content:"";right:0;bottom:-1px}.v-calendar-daily__interval-text{display:block;position:relative;top:-6px;font-size:10px;padding-right:4px}.v-calendar-daily__day{flex:1;width:0;position:relative}.v-calendar-weekly{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface));border-top:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-left:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:rgb(var(--v-theme-on-surface))}.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:rgb(var(--v-theme-surface-light));color:rgb(var(--v-theme-on-surface-light))}.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface));border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-weekly .v-calendar-weekly__day{border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-bottom:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:rgb(var(--v-theme-surface-light));color:rgb(var(--v-theme-on-surface-light))}.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface));border-right:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid;border-bottom:rgba(var(--v-border-color),var(--v-border-opacity)) 1px solid}.v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.v-calendar-weekly__head{display:flex;-webkit-user-select:none;user-select:none}.v-calendar-weekly__head-weekday{flex:1 0 20px;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.v-calendar-weekly__head-weeknumber{position:relative;flex:0 0 24px}.v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.v-calendar-weekly__weeknumber{display:flex;flex:0 0 24px;height:unset;min-height:0;padding-top:14.5px;text-align:center}.v-calendar-weekly__weeknumber>small{width:100%!important}.v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;user-select:none;position:relative;padding:0;min-width:0}.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center;margin:4px 0 0}.v-calendar-weekly__day-label .v-icon-btn{font-size:12px}.v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.v-icon-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-icon-btn--border{border-width:thin;box-shadow:none}.v-icon-btn{border-radius:50%}.v-icon-btn:hover>.v-icon-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-icon-btn:focus-visible>.v-icon-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-icon-btn:focus>.v-icon-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-icon-btn--active>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]>.v-icon-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-icon-btn--active:hover>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-icon-btn--active:focus-visible>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-icon-btn--active:focus>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-icon-btn--variant-plain,.v-icon-btn--variant-outlined,.v-icon-btn--variant-text,.v-icon-btn--variant-tonal{background:transparent;color:inherit}.v-icon-btn--variant-plain{opacity:.62}.v-icon-btn--variant-plain:focus,.v-icon-btn--variant-plain:hover{opacity:1}.v-icon-btn--variant-plain .v-icon-btn__overlay{display:none}.v-icon-btn--variant-elevated,.v-icon-btn--variant-flat{background:rgb(var(--v-theme-surface));color:inherit}.v-icon-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-icon-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-icon-btn--variant-outlined{border:thin solid currentColor}.v-icon-btn--variant-text .v-icon-btn__overlay{background:currentColor}.v-icon-btn--variant-tonal .v-icon-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-icon-btn .v-icon-btn__underlay{position:absolute}.v-icon-btn{align-items:center;cursor:pointer;display:inline-flex;flex:none;font-size:.875rem;font-weight:500;line-height:normal;height:var(--v-icon-btn-height);justify-content:center;outline:none;position:relative;transition-property:width,height,transform;transition:.2s cubic-bezier(.4,0,.2,1);vertical-align:middle;width:var(--v-icon-btn-width)}@supports selector(:focus-visible){.v-icon-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-icon-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-icon-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-icon-btn--disabled,.v-icon-btn--loading,.v-icon-btn--readonly{pointer-events:none}.v-icon-btn--disabled{opacity:.26}.v-icon-btn--start{margin-inline-end:4px}.v-icon-btn--end{margin-inline-start:4px}.v-icon-btn__content{align-items:center;justify-content:center;display:inline-flex;transition:inherit;transition-property:transform;transform:rotate(var(--v-icon-btn-rotate, 0deg))}.v-icon-btn--loading .v-icon-btn__content{opacity:0}.v-icon-btn__content .v-icon{transition:.2s cubic-bezier(.4,0,.2,1);transition-property:opacity,font-size,width,height;transform-origin:center}.v-icon-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-icon-btn__overlay,.v-icon-btn__underlay{border-radius:inherit;pointer-events:none}.v-icon-btn__overlay,.v-icon-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-icon-btn__overlay{background-color:currentColor;opacity:0;transition:opacity .2s ease-in-out}.v-icon-btn--active:not(:hover) .v-icon-btn__overlay{--v-activated-opacity: 0}@media (forced-colors: active){.v-icon-btn:focus-visible{outline:2px solid;outline-offset:2px}.v-icon-btn:not(.v-icon-btn--active):hover,.v-icon-btn:not(.v-icon-btn--active):focus{color:highlight!important}.v-icon-btn--active:not(.v-icon-btn--disabled),.v-icon-btn--active:not(.v-icon-btn--disabled)[class*=bg-]{outline-color:canvastext!important;background:highlight!important;color:highlighttext!important}.v-icon-btn--disabled{color:graytext}.v-icon-btn__overlay,.v-icon-btn__underlay,.v-icon-btn .v-icon{forced-color-adjust:preserve-parent-color}}.v-calendar-events .v-event-more{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface))}.v-calendar-events .v-event-more.v-outside{background-color:rgb(var(--v-theme-surface-light));color:rgb(var(--v-theme-on-surface-light))}.v-calendar .v-event{position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;line-height:20px;margin-right:-1px;z-index:1;border-radius:4px}.v-calendar .v-event-more{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;font-weight:700;z-index:1;position:relative}.v-calendar .v-event-timed-container{position:absolute;top:0;bottom:0;left:0;right:0;margin-right:10px;pointer-events:none}.v-calendar .v-event-timed{position:absolute;white-space:nowrap;text-overflow:ellipsis;font-size:12px;cursor:pointer;border:1px solid rgb(var(--v-theme-surface));border-radius:4px;pointer-events:all}.v-calendar .v-event-summary{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday{margin-right:-1px}.v-calendar.v-calendar-events .v-calendar-weekly__day{overflow:visible;margin-right:-1px}.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.v-card{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--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-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1}.v-card--hover:before{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0}.v-card--hover:after{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-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{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-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}@media (forced-colors: active){.v-card__loader .v-progress-linear{border:none}}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}@media (forced-colors: active){.v-card:not(.v-card--variant-text,.v-card--variant-plain){border:thin solid}}.v-carousel{overflow:hidden;position:relative;width:100%}.v-carousel__controls{align-items:center;bottom:0;display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1}.v-carousel__controls{background:rgba(var(--v-theme-surface-variant),.3);color:rgb(var(--v-theme-on-surface-variant))}.v-carousel__controls>.v-item-group{flex:0 1 auto}.v-carousel__controls__item{margin:0 8px}.v-carousel__controls__item .v-icon{opacity:.5}.v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.v-carousel__controls__item:hover{background:none}.v-carousel__controls__item:hover .v-icon{opacity:.8}.v-carousel__progress{margin:0;bottom:0;left:0;right:0}.v-carousel-item{display:block;height:inherit;text-decoration:none}.v-carousel-item>.v-img{height:inherit}.v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.v-carousel--vertical-delimiters .v-carousel__controls{flex-direction:column;height:100%!important;width:50px}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__controls{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}.v-window__controls>*{pointer-events:auto}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__left{transform:translate(-200%)}:has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left{transform:translate(200%)}.v-window--show-arrows-on-hover .v-window__right{transform:translate(200%)}:has(.v-window__controls--left).v-window--show-arrows-on-hover .v-window__right{transform:translate(-200%)}.v-window--show-arrows-on-hover:hover .v-window__left,.v-window--show-arrows-on-hover:hover .v-window__right{transform:translate(0)}.v-window--vertical-arrows .v-window__controls{flex-direction:column;justify-content:center;gap:12px}.v-window--vertical-arrows .v-window__controls--left{align-items:start}.v-window--vertical-arrows .v-window__controls--right{align-items:end}.v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,.v-window--vertical-arrows .v-window__controls .v-window__right .v-icon{transform:rotate(90deg)}@container style(--v-window-transition-duration){.v-window .v-window-item{transition-duration:var(--v-window-transition-duration)!important}}.v-window--crossfade>.v-window__container{isolation:isolate}.v-window--crossfade>.v-window__container>.v-window-item{mix-blend-mode:plus-lighter}.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition-duration:0s}}.v-window-x-transition-leave-from,.v-window-x-transition-leave-to,.v-window-x-reverse-transition-leave-from,.v-window-x-reverse-transition-leave-to,.v-window-y-transition-leave-from,.v-window-y-transition-leave-to,.v-window-y-reverse-transition-leave-from,.v-window-y-reverse-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter-from{transform:translate(100%)}.v-window-x-transition-leave-to,.v-window-x-reverse-transition-enter-from{transform:translate(-100%)}.v-window-x-reverse-transition-leave-to{transform:translate(100%)}.v-window-y-transition-enter-from{transform:translateY(100%)}.v-window-y-transition-leave-to,.v-window-y-reverse-transition-enter-from{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-window-crossfade-transition-enter-active,.v-window-crossfade-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-crossfade-transition-leave-from,.v-window-crossfade-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-crossfade-transition-enter-from,.v-window-crossfade-transition-leave-to{opacity:0}.v-code{background-color:rgb(var(--v-theme-code));color:rgb(var(--v-theme-on-code));border-radius:4px;line-height:1.8;font-size:.9em;font-weight:400;padding:.2em .4em}.v-code:has(>pre){display:inline-block}.v-color-picker{align-self:flex-start;contain:content;width:300px}.v-color-picker.v-sheet.v-picker{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-color-picker.v-sheet.v-picker{border-radius:4px}.v-color-picker__controls{display:flex;flex-direction:column;padding:16px;width:100%}.v-color-picker--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-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb{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-color-picker-canvas{display:flex;position:relative;overflow:hidden;contain:content;touch-action:none;width:100%}.v-color-picker-canvas__dot{position:absolute;top:0;left:0;width:15px;height:15px;background:transparent;border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1.5px #0000004d}@media (forced-colors: active){.v-color-picker-canvas__dot{border-style:solid;outline:2px solid highlight}}.v-color-picker-canvas__dot--disabled{box-shadow:0 0 0 1.5px #ffffffb3,inset 0 0 1px 1.5px #0000004d}.v-color-picker-canvas:hover .v-color-picker-canvas__dot{will-change:transform}.v-color-picker-edit{display:flex;margin-top:24px}.v-color-picker-edit__input{width:100%;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.v-color-picker-edit__input>input::-webkit-outer-spin-button,.v-color-picker-edit__input>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-color-picker-edit__input:not(:last-child){margin-inline-end:8px}.v-color-picker-edit__input input{border-radius:4px;margin-bottom:8px;min-width:0;outline:none;text-align:center;width:100%;height:32px;background:rgba(var(--v-theme-surface-variant),.2);color:rgba(var(--v-theme-on-surface))}@media (forced-colors: active){.v-color-picker-edit__input input{border-style:solid}}.v-color-picker-edit__input span{font-size:.75rem}.v-color-picker-preview__alpha .v-slider-track__background{background-color:transparent!important}.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background,.v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background{background-image:linear-gradient(to right,transparent,var(--v-color-picker-color-hsv))}.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background,.v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background{background-image:linear-gradient(to left,transparent,var(--v-color-picker-color-hsv))}.v-color-picker-preview__alpha .v-slider-track__background:after{content:"";z-index:-1;left:0;top:0;width:100%;height:100%;position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;border-radius:inherit}.v-color-picker-preview__sliders{display:flex;flex:1 0 auto;flex-direction:column;padding-inline-end:16px}.v-color-picker-preview__dot{position:relative;height:30px;width:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;border-radius:50%;overflow:hidden;margin-inline-end:24px}.v-color-picker-preview__dot>div{width:100%;height:100%}.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,.v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,.v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background{background:linear-gradient(to left,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.v-color-picker-preview__track{position:relative;width:100%;margin:0!important}.v-color-picker-preview__track .v-slider-track__fill{display:none}.v-color-picker-preview{align-items:center;display:flex;margin-bottom:0}.v-color-picker-preview__eye-dropper{position:relative;margin-right:12px}@media (forced-colors: active){.v-color-picker-preview__dot{border-style:solid}.v-color-picker-preview__dot>div{forced-color-adjust:preserve-parent-color}.v-color-picker-preview__sliders{forced-color-adjust:preserve-parent-color}.v-color-picker-preview .v-slider-thumb__surface{background:transparent;border:solid canvastext}}.v-slider .v-slider__container input{cursor:default;padding:0;width:100%;display:none}.v-slider>.v-input__append,.v-slider>.v-input__prepend{padding:0}.v-slider__container{position:relative;min-height:inherit;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.v-input--disabled .v-slider__container{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-slider__container{color:rgb(var(--v-theme-error))}.v-slider.v-input--horizontal{align-items:center;margin-inline:8px 8px}.v-slider.v-input--horizontal>.v-input__control{min-height:32px;display:flex;align-items:center}.v-slider.v-input--vertical{justify-content:center;margin-top:12px;margin-bottom:12px}.v-slider.v-input--vertical>.v-input__control{min-height:300px}.v-slider.v-input--disabled{pointer-events:none}.v-slider--has-labels>.v-input__control{margin-bottom:4px}.v-slider__label{margin-inline-end:12px}.v-slider-thumb{touch-action:none;color:rgb(var(--v-theme-surface-variant))}.v-input--error:not(.v-input--disabled) .v-slider-thumb{color:inherit}.v-slider-thumb__label{background:rgba(var(--v-theme-surface-variant),.7);color:rgb(var(--v-theme-on-surface-variant))}.v-slider-thumb__label>.v-slider-thumb__label-wedge{background:inherit}.v-slider-thumb{outline:none;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider-thumb__surface{cursor:pointer;width:var(--v-slider-thumb-size);height:var(--v-slider-thumb-size);border-radius:50%;-webkit-user-select:none;user-select:none;background-color:currentColor}@media (forced-colors: active){.v-slider-thumb__surface{background-color:highlight}}.v-slider-thumb__surface:before{transition:.3s cubic-bezier(.4,0,.2,1);content:"";color:inherit;top:0;left:0;width:100%;height:100%;border-radius:50%;background:currentColor;position:absolute;pointer-events:none;opacity:0}.v-slider-thumb__surface:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider-thumb__label-container{position:absolute;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label{display:flex;align-items:center;justify-content:center;font-size:.75rem;min-width:35px;height:25px;border-radius:4px;padding:6px;position:absolute;-webkit-user-select:none;user-select:none;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label>.v-slider-thumb__label-wedge{width:12px;height:12px;position:absolute}.v-slider-thumb__ripple{position:absolute;left:calc(var(--v-slider-thumb-size) / -2);top:calc(var(--v-slider-thumb-size) / -2);width:calc(var(--v-slider-thumb-size) * 2);height:calc(var(--v-slider-thumb-size) * 2);background:inherit}.v-slider.v-input--horizontal .v-slider-thumb{top:50%;transform:translateY(-50%);inset-inline-start:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--horizontal .v-slider-thumb__label-container{left:calc(var(--v-slider-thumb-size) / 2);top:0}.v-slider.v-input--horizontal .v-slider-thumb__label{bottom:calc(var(--v-slider-thumb-size) / 2)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-thumb__label>.v-slider-thumb__label-wedge{clip-path:polygon(50% 100%,0 50%,100% 50%);bottom:-5.8px}.v-slider.v-input--vertical .v-slider-thumb{top:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label-container{top:calc(var(--v-slider-thumb-size) / 2);right:0}.v-slider.v-input--vertical .v-slider-thumb__label{top:-12.5px;left:calc(var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label>.v-slider-thumb__label-wedge{clip-path:polygon(0 50%,50% 0,50% 100%);left:-5.8px}.v-slider-thumb--focused .v-slider-thumb__surface:before{transform:scale(2);opacity:var(--v-focus-opacity)}.v-slider-thumb--pressed{transition:none}.v-slider-thumb--pressed .v-slider-thumb__surface:before{opacity:var(--v-pressed-opacity)}@media (hover: hover){.v-slider-thumb:hover .v-slider-thumb__surface:before{transform:scale(2)}.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface:before{opacity:var(--v-hover-opacity)}}.v-slider-track__background{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__background{background-color:highlight}}.v-slider-track__fill{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__fill{background-color:highlight}}.v-slider-track__tick{background-color:rgb(var(--v-theme-surface-variant))}.v-slider-track__tick--filled{background-color:rgb(var(--v-theme-surface-light))}.v-slider-track{border-radius:6px}@media (forced-colors: active){.v-slider-track{border:thin solid buttontext}}.v-slider-track__background,.v-slider-track__fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:inherit}.v-slider--pressed .v-slider-track__background,.v-slider--pressed .v-slider-track__fill{transition:none}.v-input--error:not(.v-input--disabled) .v-slider-track__background,.v-input--error:not(.v-input--disabled) .v-slider-track__fill{background-color:currentColor}.v-slider-track__ticks{height:100%;width:100%;position:relative}.v-slider-track__tick{position:absolute;opacity:0;transition:.2s opacity cubic-bezier(.4,0,.2,1);border-radius:2px;width:var(--v-slider-tick-size);height:var(--v-slider-tick-size);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / -2))}.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label{transform:none}.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(100%)}.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label{transform:none}.v-slider-track__tick-label{position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.v-slider.v-input--horizontal .v-slider-track{display:flex;align-items:center;width:100%;height:calc(var(--v-slider-track-size) + 2px);touch-action:pan-y}.v-slider.v-input--horizontal .v-slider-track__background{height:var(--v-slider-track-size)}.v-slider.v-input--horizontal .v-slider-track__fill{height:inherit}.v-slider.v-input--horizontal .v-slider-track__tick{margin-top:calc(calc(var(--v-slider-track-size) + 2px) / 2)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / -2))}.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{margin-top:calc(var(--v-slider-track-size) / 2 + 8px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-track__tick--first{margin-inline-start:calc(var(--v-slider-tick-size) + 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(0)}.v-slider.v-input--horizontal .v-slider-track__tick--last{margin-inline-start:calc(100% - var(--v-slider-tick-size) - 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(100%)}.v-slider.v-input--vertical .v-slider-track{height:100%;display:flex;justify-content:center;width:calc(var(--v-slider-track-size) + 2px);touch-action:pan-x}.v-slider.v-input--vertical .v-slider-track__background{width:var(--v-slider-track-size)}.v-slider.v-input--vertical .v-slider-track__fill{width:inherit}.v-slider.v-input--vertical .v-slider-track__ticks{height:100%}.v-slider.v-input--vertical .v-slider-track__tick{margin-inline-start:calc(calc(var(--v-slider-track-size) + 2px) / 2);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / 2))}.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / 2))}.v-slider.v-input--vertical .v-slider-track__tick--first{bottom:calc(0% + var(--v-slider-tick-size) + 1px)}.v-slider.v-input--vertical .v-slider-track__tick--last{bottom:calc(100% - var(--v-slider-tick-size) - 1px)}.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label{margin-inline-start:calc(var(--v-slider-track-size) / 2 + 12px);transform:translateY(-50%)}.v-slider-track__ticks--always-show .v-slider-track__tick,.v-slider--focused .v-slider-track__tick{opacity:1}.v-slider-track__background--opacity{opacity:.38}.v-color-picker-swatches{overflow-y:auto}.v-color-picker-swatches>div{display:flex;flex-wrap:wrap;justify-content:center;padding:8px}.v-color-picker-swatches__swatch{display:flex;flex-direction:column;margin-bottom:10px}.v-color-picker-swatches__color{position:relative;height:18px;max-height:18px;width:45px;margin:2px 4px;border-radius:2px;-webkit-user-select:none;user-select:none;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;cursor:pointer}.v-color-picker-swatches__color--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-color-picker-swatches__color>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (forced-colors: active){.v-color-picker-swatches>div{forced-color-adjust:preserve-parent-color}}.v-picker.v-sheet{display:grid;grid-auto-rows:min-content;grid-template-areas:"header" "body";grid-template-columns:minmax(0,1fr);overflow:hidden}.v-picker.v-sheet{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-picker.v-sheet{border-radius:4px}.v-picker.v-sheet.v-picker--with-actions{grid-template-areas:"header" "body" "actions"}.v-picker.v-sheet.v-picker--landscape{grid-template-columns:auto 1fr;grid-template-areas:"header body" "header body"}.v-picker.v-sheet.v-picker--landscape.v-picker--with-actions{grid-template-areas:"header body" "header actions"}.v-picker__body{grid-area:body;overflow:hidden;position:relative;display:flex;justify-content:center;flex-wrap:wrap}.v-picker__header-wrapper{grid-area:header}.v-picker__actions{grid-area:actions;padding:0 12px 12px;display:flex;align-items:center;justify-content:flex-end}.v-picker__actions .v-btn{min-width:48px}.v-picker__actions .v-btn:not(:last-child){margin-inline-end:8px}.v-picker--divided .v-picker__header{border-bottom-color:rgba(var(--v-border-color),var(--v-border-opacity));border-bottom-style:solid;border-bottom-width:thin}.v-picker-title{text-transform:uppercase;font-size:.75rem;padding-inline:24px 12px;padding-top:16px;padding-bottom:16px;font-weight:400;letter-spacing:.1666666667em}.v-sheet{display:block}.v-sheet{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet{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-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{border-radius:0}.v-sheet{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-sheet--rounded{border-radius:4px}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-combobox .v-field .v-text-field__prefix,.v-combobox .v-field .v-text-field__suffix,.v-combobox .v-field .v-field__input,.v-combobox .v-field .v-field__input>input,.v-combobox .v-field.v-field{cursor:text}.v-combobox .v-field .v-field__input>input{flex:1 1}.v-combobox .v-field input{min-width:64px}.v-combobox .v-field:not(.v-field--focused) input{min-width:0}.v-combobox .v-field--dirty .v-combobox__selection{margin-inline-end:2px}.v-combobox .v-combobox__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-combobox__content{overflow:hidden}.v-combobox__content{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-menu>.v-overlay__content.v-combobox__content{border-radius:4px}.v-combobox__mask{background:rgb(var(--v-theme-surface-light))}.v-combobox__selection{display:inline-flex;align-items:center;height:1.5rem;letter-spacing:inherit;line-height:inherit;max-width:calc(100% - 4px)}.v-combobox__selection:first-child{margin-inline-start:0}.v-combobox--selecting-index .v-combobox__selection{opacity:var(--v-medium-emphasis-opacity)}.v-combobox--selecting-index .v-combobox__selection--selected{opacity:1}.v-combobox--selecting-index .v-field__input>input{caret-color:transparent}.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input{flex:1 1;position:absolute;left:0;right:0;width:100%;padding-inline:inherit}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input{transition:none}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input{opacity:0}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection{opacity:0}.v-combobox__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-combobox--active-menu .v-combobox__menu-icon{transform:rotate(180deg)}.v-data-table{width:100%}.v-data-table__table{width:100%;border-collapse:separate;border-spacing:0}.v-data-table__tr--focus{border:1px dotted black}.v-data-table__tr--clickable{cursor:pointer}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end{text-align:end}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end .v-data-table-header__content{flex-direction:row-reverse}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center{text-align:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center .v-data-table-header__content{justify-content:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--no-padding{padding:0 8px}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--empty,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--empty{padding:0}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap .v-data-table-header__content{display:contents}.v-data-table .v-table__wrapper>table>thead>tr>th,.v-data-table .v-table__wrapper>table tbody>tr>th{align-items:center}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--fixed,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--fixed{position:sticky}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:focus,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:focus{cursor:pointer;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon{opacity:0}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon{opacity:.5}.v-data-table .v-table__wrapper>table>thead>tr.v-data-table__tr--mobile>td,.v-data-table .v-table__wrapper>table tbody>tr.v-data-table__tr--mobile>td{height:fit-content}.v-data-table-column--fixed,.v-data-table-column--fixed-end,.v-data-table__th--sticky{background-color:rgb(var(--v-theme-surface));background-image:inherit;position:sticky!important;left:0;z-index:1}.v-data-table-column--fixed-end{left:unset;right:0}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table-column--first-fixed-end{border-left:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed,.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed-end{z-index:2}.v-data-table-group-header-row td{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface))}.v-data-table-group-header-row td>span{padding-left:5px}.v-data-table--loading .v-data-table__td{opacity:var(--v-disabled-opacity)}.v-data-table-group-header-row__column{padding-inline-start:calc(var(--v-data-table-group-header-row-depth) * 16px)!important}.v-data-table-header__content{display:flex;align-items:center}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;font-size:.875rem;padding:4px;border-radius:50%;background:rgba(var(--v-border-color),var(--v-border-opacity));min-width:20px;min-height:20px;width:20px;height:20px}.v-data-table-progress>th{border:none!important;height:auto!important;padding:0!important}.v-data-table-progress__loader{position:relative}.v-data-table-rows-loading,.v-data-table-rows-no-data{text-align:center}.v-data-table__tr--mobile>.v-data-table__td--expanded-row{grid-template-columns:auto;justify-content:center}.v-data-table__tr--mobile>.v-data-table__td--select-row{grid-template-columns:0;justify-content:end}.v-data-table__tr--mobile>td{align-items:center;column-gap:4px;display:grid;grid-template-columns:repeat(2,1fr);min-height:var(--v-table-row-height)}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0!important}.v-data-table__td-title{font-weight:500;text-align:start}.v-data-table__td-value{text-align:end}.v-data-table__td-sort-icon{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px 4px}.v-data-table-footer__items-per-page{align-items:center;display:flex;justify-content:center}.v-data-table-footer__items-per-page>span{padding-inline-end:8px}.v-data-table-footer__items-per-page>.v-select{width:90px}.v-data-table-footer__info{display:flex;justify-content:flex-end;min-width:116px;padding:0 16px}.v-data-table-footer__paginationz{align-items:center;display:flex;margin-inline-start:16px}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{display:inline-flex;list-style-type:none;justify-content:center;width:100%}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-table{font-size:.875rem;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-table .v-table-divider{border-right:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>thead>tr>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>td,.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tfoot>tr>td,.v-table .v-table__wrapper>table>tfoot>tr>th{border-top:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr>td{position:relative}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{background:rgba(var(--v-border-color),var(--v-hover-opacity));pointer-events:none}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-table.v-table--striped-even>.v-table__wrapper>table>tbody>tr:nth-child(2n){background-image:linear-gradient(0deg,rgba(var(--v-border-color),var(--v-hover-opacity)),rgba(var(--v-border-color),var(--v-hover-opacity)))}.v-table.v-table--striped-odd>.v-table__wrapper>table>tbody>tr:nth-child(odd){background-image:linear-gradient(0deg,rgba(var(--v-border-color),var(--v-hover-opacity)),rgba(var(--v-border-color),var(--v-hover-opacity)))}.v-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{background:rgb(var(--v-theme-surface));box-shadow:inset 0 -1px rgba(var(--v-border-color),var(--v-border-opacity));z-index:1}.v-table.v-table--fixed-footer>tfoot>tr>th,.v-table.v-table--fixed-footer>tfoot>tr>td{background:rgb(var(--v-theme-surface));box-shadow:inset 0 1px rgba(var(--v-border-color),var(--v-border-opacity))}.v-table{border-radius:inherit;line-height:1.5;max-width:100%;display:flex;flex-direction:column}.v-table>.v-table__wrapper>table{width:100%;border-spacing:0}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td{height:var(--v-table-row-height)}.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th{height:var(--v-table-header-height);font-weight:500;-webkit-user-select:none;user-select:none;text-align:start}.v-table--density-default{--v-table-header-height: 50px;--v-table-row-height: 52px}.v-table--density-comfortable{--v-table-header-height: 40px;--v-table-row-height: 42px}.v-table--density-compact{--v-table-header-height: 30px;--v-table-row-height: 32px}.v-table__wrapper{border-radius:inherit;overflow:auto;flex:1 1 auto}.v-table--has-top>.v-table__wrapper{border-top-left-radius:0;border-top-right-radius:0}.v-table--has-bottom>.v-table__wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{position:sticky;top:0;z-index:2}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0px!important}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{position:sticky;bottom:0;z-index:1}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0px!important}.v-date-picker{overflow:hidden;width:328px;--v-date-picker-landscape-header-width: 170px}.v-date-picker--show-week{width:368px}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper){width:calc(328px + var(--v-date-picker-landscape-header-width))}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper{width:var(--v-date-picker-landscape-header-width)}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper .v-date-picker-header{height:auto;padding-inline:24px}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper).v-picker--show-week{width:calc(368px + var(--v-date-picker-landscape-header-width))}.v-date-picker>.v-picker__body{flex-direction:column}.v-date-picker-controls{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;height:var(--v-date-picker-controls-height, 56px);padding:4px 12px}.v-date-picker-controls .v-btn{text-transform:none;font-weight:400;line-height:initial;letter-spacing:initial}.v-date-picker-controls .v-btn>.v-btn__append>.v-icon{transition-property:transform;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-date-picker--months .v-date-picker-controls .v-date-picker-controls__only-month-btn>.v-btn__append>.v-icon{transform:rotate(180deg)}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn{transform:rotate(180deg)}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__year-btn>.v-btn__append>.v-icon,.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__only-year-btn>.v-btn__append>.v-icon{transform:rotate(180deg)}.v-date-picker-controls__date{margin-inline-end:4px}.v-date-picker-controls__month,.v-date-picker-controls__year{display:flex}.v-locale--is-rtl.v-date-picker-controls__month,.v-locale--is-rtl.v-date-picker-controls__year,.v-locale--is-rtl .v-date-picker-controls__month,.v-locale--is-rtl .v-date-picker-controls__year{flex-direction:row-reverse}.v-date-picker-controls .v-date-picker-controls__month-btn,.v-date-picker-controls .v-date-picker-controls__year-btn{padding:0 12px}.v-date-picker-controls .v-date-picker-controls__only-month-btn,.v-date-picker-controls .v-date-picker-controls__only-year-btn{padding-inline:12px 8px;min-width:40px}.v-date-picker-controls .v-date-picker-controls__only-month-btn>.v-btn__append,.v-date-picker-controls .v-date-picker-controls__only-year-btn>.v-btn__append{margin-inline:4px -4px}.v-date-picker__title{display:inline-block}.v-container{width:100%;padding:20px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-6px}.v-row+.v-row{margin-top:6px}.v-row+.v-row--dense{margin-top:6px}.v-row--dense{margin:-6px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:6px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:6px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}.v-date-picker-header{align-items:flex-end;height:70px;display:grid;grid-template-areas:"prepend content append";grid-template-columns:min-content minmax(0,1fr) min-content;overflow:hidden;padding-inline:24px 12px;padding-bottom:12px}.v-date-picker-header__append{grid-area:append}.v-date-picker-header__prepend{grid-area:prepend;padding-inline-start:8px}.v-date-picker-header__content{align-items:center;display:inline-flex;font-size:32px;line-height:40px;grid-area:content;justify-content:space-between;white-space:pre-wrap}.v-date-picker-header--clickable .v-date-picker-header__content{cursor:pointer}.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover){opacity:.7}.date-picker-header-transition-enter-active,.date-picker-header-reverse-transition-enter-active,.date-picker-header-transition-leave-active,.date-picker-header-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.date-picker-header-transition-enter-from{transform:translateY(100%)}.date-picker-header-transition-leave-to{opacity:0;transform:translateY(-100%)}.date-picker-header-reverse-transition-enter-from{transform:translateY(-100%)}.date-picker-header-reverse-transition-leave-to{opacity:0;transform:translateY(100%)}.v-date-picker-month{display:flex;justify-content:center;padding:0 12px 8px;--v-date-picker-month-day-diff: 4px}.v-date-picker-month__weeks{display:flex;flex-direction:column;column-gap:4px;font-size:.875rem}.v-date-picker-month__weekday{font-size:.875rem}.v-date-picker-month__days{display:grid;grid-template-columns:repeat(var(--v-date-picker-days-in-week),min-content);column-gap:4px;justify-content:space-around;width:100%}.v-date-picker-month__day{align-items:center;display:flex;justify-content:center;position:relative;height:40px;width:40px}.v-date-picker-month__day--selected .v-btn{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn{--v-btn-height: 24px;--v-btn-size: .875rem}.v-date-picker-month__day--week{font-size:var(--v-btn-size)}.v-date-picker-month__day--adjacent{opacity:.5}.v-date-picker-month__day--hide-adjacent{opacity:0}.v-date-picker-month__events{height:8px;left:0;text-indent:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-month__events>div{height:8px;margin:0 1px -1px;width:8px}.v-date-picker-month__events .v-badge--dot .v-badge__badge{border-radius:4px;height:8px;width:8px}.v-date-picker-month__day .v-date-picker-month__events{bottom:8px}.v-date-picker-months{height:288px}.v-date-picker-months__content{align-items:center;display:grid;flex:1 1;height:inherit;justify-content:space-around;grid-template-columns:repeat(2,1fr);grid-gap:0px 24px;padding-inline-start:36px;padding-inline-end:36px}.v-date-picker-months__content .v-btn{text-transform:none;padding-inline-start:8px;padding-inline-end:8px}.v-date-picker-years{height:288px;overflow-y:scroll}.v-date-picker-years__content{display:grid;flex:1 1;justify-content:space-around;grid-template-columns:repeat(3,1fr);gap:8px 24px;padding-inline:32px}.v-date-picker-years__content .v-btn{padding-inline:8px}.v-empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:16px}.v-empty-state--start{align-items:flex-start}.v-empty-state--center{align-items:center}.v-empty-state--end{align-items:flex-end}.v-empty-state__media{text-align:center;width:100%}.v-empty-state__media .v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-empty-state__headline{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:3.75rem;font-weight:300;line-height:1;text-align:center;margin-bottom:8px}.v-empty-state--mobile .v-empty-state__headline{font-size:2.125rem}.v-empty-state__title{font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:4px;text-align:center}.v-empty-state__text{font-size:.875rem;font-weight:400;line-height:1.425;padding:0 16px;text-align:center}.v-empty-state__content{padding:24px 0}.v-empty-state__actions{display:flex;gap:8px;padding:16px}.v-empty-state__action-btn.v-btn{background-color:initial;color:initial}.v-expansion-panel{background-color:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-expansion-panel:not(:first-child):after{border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-expansion-panel--disabled .v-expansion-panel-title{color:rgba(var(--v-theme-on-surface),.26)}.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay{opacity:.4615384615}.v-expansion-panels{display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;position:relative;z-index:1}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:first-child:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child) .v-expansion-panel-title--active{border-bottom-left-radius:initial;border-bottom-right-radius:initial}.v-expansion-panels--variant-accordion>:not(:first-child):not(:last-child){border-radius:0!important}.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay{transition:.3s border-radius cubic-bezier(.4,0,.2,1)}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s all cubic-bezier(.4,0,.2,1);transition-property:margin-top,border-radius,border,max-width;border-radius:4px}@media (prefers-reduced-motion: reduce){.v-expansion-panel{transition-property:border-radius,border}}.v-expansion-panel:not(:first-child):after{border-top-style:solid;border-top-width:thin;content:"";left:0;position:absolute;right:0;top:0;transition:.3s opacity cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-title{pointer-events:none}.v-expansion-panel--active:not(:first-child),.v-expansion-panel--active+.v-expansion-panel{margin-top:16px}.v-expansion-panel--active:not(:first-child):after,.v-expansion-panel--active+.v-expansion-panel:after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-title{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-expansion-panel--active>.v-expansion-panel-title:not(.v-expansion-panel-title--static){min-height:64px}.v-expansion-panel__shadow{border-radius:inherit;z-index:-1}.v-expansion-panel__shadow{position:absolute;top:0;left:0;width:100%;height:100%}.v-expansion-panel__shadow{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-expansion-panel-title{align-items:center;text-align:start;border-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;width:100%;justify-content:space-between}@media (prefers-reduced-motion: no-preference){.v-expansion-panel-title{transition:.3s min-height cubic-bezier(.4,0,.2,1)}}.v-expansion-panel-title:hover>.v-expansion-panel-title__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title:focus-visible>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title:focus>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title__overlay{background-color:currentColor;border-radius:inherit;opacity:0}.v-expansion-panel-title__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-expansion-panel-title__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;user-select:none;margin-inline-start:auto}.v-expansion-panel-text{display:flex}.v-expansion-panel-text__wrapper{padding:8px 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--variant-accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--variant-accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--variant-popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--variant-popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--variant-inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--variant-inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel .v-expansion-panel__shadow{display:none}.v-expansion-panels--tile{border-radius:0}.v-expansion-panels--tile>.v-expansion-panel{border-radius:0}.v-fab{align-items:center;display:inline-flex;flex:1 1 auto;pointer-events:none;position:relative;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);vertical-align:middle}.v-fab .v-btn{pointer-events:auto}.v-fab .v-btn--variant-elevated{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-fab--app,.v-fab--absolute{display:flex}.v-fab--absolute{position:absolute;top:0;right:0;bottom:0;left:0}.v-fab--start,.v-fab--left{justify-content:flex-start}.v-fab--center{align-items:center;justify-content:center}.v-fab--end,.v-fab--right{justify-content:flex-end}.v-fab--bottom{align-items:flex-end}.v-fab--top{align-items:flex-start}.v-fab--extended .v-btn{border-radius:9999px!important}.v-fab__container{align-self:center;display:inline-flex;vertical-align:middle}.v-fab--app .v-fab__container{margin:12px;position:fixed}.v-fab--absolute .v-fab__container{position:absolute;z-index:4}.v-fab--offset.v-fab--top .v-fab__container{transform:translateY(-50%)}.v-fab--offset.v-fab--bottom .v-fab__container{transform:translateY(50%)}.v-fab--top .v-fab__container{top:0}.v-fab--bottom .v-fab__container{bottom:0}.v-fab--left .v-fab__container,.v-fab--start .v-fab__container{left:0}.v-fab--right .v-fab__container,.v-fab--end .v-fab__container{right:0}.v-file-input--hide.v-input .v-field,.v-file-input--hide.v-input .v-input__control,.v-file-input--hide.v-input .v-input__details{display:none}.v-file-input--hide.v-input .v-input__prepend{grid-area:control;margin:0 auto}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-file-input .v-field__input{word-break:break-word}.v-file-input input[type=file]{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:0}.v-file-input--dragging input[type=file]{z-index:1}.v-file-input .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-file-input .v-input__details{padding-inline:0}.v-footer{align-items:center;display:flex;flex:1 1 auto;padding:8px 16px;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom}.v-footer{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-footer--border{border-width:thin;box-shadow:none}.v-footer{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-footer--absolute{position:absolute}.v-footer--fixed{position:fixed}.v-footer{border-radius:0}.v-footer{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-footer--rounded{border-radius:4px}.v-hotkey{align-items:center;display:inline-flex;gap:4px;vertical-align:middle;line-height:1.5}.v-hotkey--disabled{opacity:.26}.v-hotkey--inline{max-height:1lh;vertical-align:baseline;font-size:1em;line-height:inherit}.v-hotkey__prefix,.v-hotkey__suffix{opacity:var(--v-medium-emphasis-opacity);font-weight:400;vertical-align:baseline}.v-hotkey--contained .v-hotkey__contained-wrapper{display:inline-flex;align-items:center;gap:2px;padding:.2rem 4px;box-sizing:border-box;background:unset;box-shadow:unset;min-height:1em;font-size:.75rem;line-height:1.5}.v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__prefix,.v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__suffix{opacity:var(--v-high-emphasis-opacity)}.v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__prefix{margin-right:2px}.v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__suffix{margin-left:2px}.v-hotkey--contained .v-hotkey__divider{opacity:var(--v-medium-emphasis-opacity);font-size:inherit}.v-hotkey--contained .v-hotkey__combination{display:inline-flex;align-items:center;gap:2px}.v-hotkey--contained.v-hotkey--inline .v-hotkey__contained-wrapper.v-kbd{align-self:baseline;align-items:baseline;font-size:1em;line-height:inherit;padding:1px 4px 0;gap:2px;margin-left:0;margin-right:0}.v-hotkey--contained.v-hotkey--inline .v-hotkey__divider{font-size:1em;align-self:baseline}.v-hotkey--contained.v-hotkey--inline .v-hotkey__combination{gap:2px;align-items:baseline}.v-hotkey__key.v-kbd{min-height:unset;font-size:.75rem;line-height:1.5;padding:.2rem;min-width:1.5em}.v-hotkey__key.v-kbd--variant-plain,.v-hotkey__key.v-kbd--variant-outlined,.v-hotkey__key.v-kbd--variant-text,.v-hotkey__key.v-kbd--variant-tonal{background:transparent;color:inherit}.v-hotkey__key.v-kbd--variant-plain{opacity:.62}.v-hotkey__key.v-kbd--variant-plain:focus,.v-hotkey__key.v-kbd--variant-plain:hover{opacity:1}.v-hotkey__key.v-kbd--variant-plain .v-hotkey__overlay{display:none}.v-hotkey__key.v-kbd--variant-elevated,.v-hotkey__key.v-kbd--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-hotkey__key.v-kbd--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-hotkey__key.v-kbd--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-hotkey__key.v-kbd--variant-outlined{border:thin solid currentColor}.v-hotkey__key.v-kbd--variant-text .v-hotkey__overlay{background:currentColor}.v-hotkey__key.v-kbd--variant-tonal .v-hotkey__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-hotkey__key.v-kbd .v-hotkey__underlay{position:absolute}.v-hotkey__key-symbol.v-kbd{line-height:normal;font-size:1em}.v-hotkey__key-icon .v-icon{min-width:unset}.v-hotkey__key-icon .v-icon:has(svg){max-width:.75rem}.v-hotkey__key-icon .v-icon:not(:has(svg)){font-size:.75rem;line-height:inherit;height:inherit}.v-hotkey__key--nested{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:inline-flex;align-items:center;min-width:auto;min-height:auto;align-self:baseline}.v-hotkey__key--nested.v-hotkey__key-icon{align-self:center}.v-hotkey__divider{align-items:center;display:inline-flex;opacity:var(--v-medium-emphasis-opacity);font-size:1em}.v-hotkey__combination{display:flex;gap:2px}.v-hotkey--inline .v-hotkey__key{align-self:center;padding:1px 4px 0;min-width:20px;height:calc(1lh - 2px);line-height:calc(1lh - 2px)}.v-hotkey--inline .v-hotkey__key-icon.v-kbd{padding-block:0}.v-hotkey--inline .v-hotkey__key-icon .v-icon{width:min-content;min-width:fit-content;max-height:calc(1ex + 2px)}.v-hotkey--inline .v-hotkey__key-icon .v-icon .v-icon__svg{height:100%;width:unset}.v-hotkey--inline .v-hotkey__combination{align-items:baseline;gap:1px}.v-hotkey--inline .v-hotkey__divider{font-size:1em}.v-hotkey--inline .v-hotkey__prefix,.v-hotkey--inline .v-hotkey__suffix{align-self:baseline;font-size:inherit}.v-hotkey--variant-elevated .v-hotkey__key.v-kbd{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-hotkey--variant-flat .v-hotkey__key.v-kbd{box-shadow:none}.v-hotkey--variant-outlined .v-hotkey__key.v-kbd{background:none}.v-hotkey--variant-outlined .v-hotkey__key.v-kbd{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-hotkey--variant-text .v-hotkey__key.v-kbd{background:transparent!important;border:none!important;padding-inline:0;min-width:auto}.v-hotkey--variant-text .v-hotkey__key.v-kbd{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-hotkey--variant-text .v-hotkey__combination{gap:1px}.v-hotkey--variant-tonal .v-hotkey__key.v-kbd{border:unset;box-shadow:unset}.v-kbd{font-family:Inter,sans-serif;align-items:center;align-self:stretch;background:rgb(var(--v-theme-kbd));color:rgb(var(--v-theme-on-kbd));display:inline-flex;font-size:.875em;font-weight:400;line-height:1;justify-content:center;min-height:1em;min-width:20px;padding:3px 6px;vertical-align:baseline;margin-inline:1px}.v-kbd{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:thin}.v-kbd--border{border-width:thin;box-shadow:none}.v-kbd{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-kbd{border-radius:4px}.v-infinite-scroll--horizontal{display:flex;flex-direction:row;overflow-x:auto}.v-infinite-scroll--horizontal .v-infinite-scroll-intersect{height:100%;width:var(--v-infinite-margin-size, 1px)}.v-infinite-scroll--vertical{display:flex;flex-direction:column;overflow-y:auto}.v-infinite-scroll--vertical .v-infinite-scroll-intersect{height:1px;width:100%}.v-infinite-scroll-intersect{overflow:hidden;pointer-events:none;margin-top:var(--v-infinite-margin);margin-bottom:calc(var(--v-infinite-margin) * -1)}.v-infinite-scroll-intersect:nth-child(2){--v-infinite-margin: var(--v-infinite-margin-size, 1px)}.v-infinite-scroll-intersect:nth-last-child(2){--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1)}.v-infinite-scroll__side{align-items:center;display:flex;justify-content:center;padding:8px;transition-property:padding;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-infinite-scroll__side:empty,.v-infinite-scroll__side:has(>div:only-child:empty){padding:0}.v-item-group{flex:0 1 auto;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1)}.v-layout{--v-scrollbar-offset: 0px;display:flex;flex:1 1 auto}.v-layout--full-height{--v-scrollbar-offset: inherit;height:100%}.v-layout-item{position:absolute;transition:.2s cubic-bezier(.4,0,.2,1)}.v-layout-item--absolute{position:absolute}.v-locale-provider{display:contents}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}@media (prefers-reduced-motion: reduce){.v-main{transition:none}}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex}.v-main--scrollable{position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px}.v-navigation-drawer{-webkit-overflow-scrolling:touch;background:rgb(var(--v-theme-surface));display:flex;flex-direction:column;height:100%;max-width:100%;pointer-events:auto;transition-duration:.2s;transition-property:box-shadow,transform,visibility,width,height,left,right,top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute}.v-navigation-drawer{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-navigation-drawer--border{border-width:thin;box-shadow:none}.v-navigation-drawer{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-navigation-drawer{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}@media (prefers-reduced-motion: reduce){.v-navigation-drawer{transition:none}}.v-navigation-drawer--rounded{border-radius:4px}.v-navigation-drawer--top{top:0;border-bottom-width:thin}.v-navigation-drawer--bottom{left:0;border-top-width:thin}.v-navigation-drawer--left{top:0;left:0;right:auto;border-right-width:thin}.v-navigation-drawer--right{top:0;left:auto;right:0;border-left-width:thin}.v-navigation-drawer--floating{border:none}.v-navigation-drawer--temporary.v-navigation-drawer--active{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer--sticky{height:auto;transition:box-shadow,transform,visibility,width,height,left,right}.v-navigation-drawer .v-list{overflow:hidden}.v-navigation-drawer__content{flex:0 1 auto;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.v-navigation-drawer__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v-navigation-drawer__img img:not(.v-img__img){height:inherit;object-fit:cover;width:inherit}.v-navigation-drawer__scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;transition:opacity .2s cubic-bezier(.4,0,.2,1);z-index:1}.v-navigation-drawer__prepend,.v-navigation-drawer__append{flex:none;overflow:hidden}.v-number-input input[type=number]{-moz-appearance:textfield}.v-number-input input[type=number]::-webkit-outer-spin-button,.v-number-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.v-number-input .v-field:has(.v-field__prepend-inner>.v-number-input__control:first-child){padding-inline-start:0}.v-number-input .v-field:has(.v-field__append-inner>.v-number-input__control:last-child){padding-inline-end:0}.v-number-input .v-field__prepend-inner:has(.v-number-input__control){overflow:hidden;border-start-start-radius:inherit;border-end-start-radius:inherit}.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>.v-icon{margin-inline-end:4px}.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>hr+.v-icon,.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>.v-number-input__control+.v-icon{margin-inline:8px 0}.v-number-input .v-field__prepend-inner:has(.v-number-input__control) .v-divider--vertical{margin-inline:-1px 0}.v-number-input .v-field__append-inner:has(.v-number-input__control){overflow:hidden;border-start-end-radius:inherit;border-end-end-radius:inherit}.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon{margin-inline-start:4px}.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon:has(+hr),.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon:has(+.v-number-input__control){margin-inline:0 8px}.v-number-input .v-field__append-inner:has(.v-number-input__control) .v-divider--vertical{margin-inline:0 -1px}.v-number-input .v-field__clearable:has(+.v-field__append-inner>hr:first-child){margin-inline-end:8px}.v-number-input--inset .v-divider{height:55%;width:55%;align-self:center}.v-number-input--split .v-field__input{text-align:center}.v-number-input--stacked .v-number-input__control{flex-direction:column-reverse}.v-number-input--stacked .v-number-input__control .v-btn{flex:1}.v-number-input--stacked .v-field--variant-underlined>.v-field__prepend-inner:has(.v-number-input__control),.v-number-input--stacked .v-field--variant-underlined>.v-field__append-inner:has(.v-number-input__control){padding-top:var(--v-field-padding-top)}.v-number-input--stacked .v-field--variant-underlined>.v-field__prepend-inner:has(.v-number-input__control)>*:not(.v-number-input__control,.v-divider--vertical),.v-number-input--stacked .v-field--variant-underlined>.v-field__append-inner:has(.v-number-input__control)>*:not(.v-number-input__control,.v-divider--vertical){margin-top:var(--v-input-padding-top, 0)}.v-number-input--hide-input .v-field{flex:none}.v-number-input--hide-input .v-field__input{width:0;padding-inline:0}.v-number-input__control{display:flex;height:100%}.v-number-input__control .v-btn{background-color:transparent;border-radius:0}.v-otp-input{align-items:center;display:flex;justify-content:center;padding:.5rem 0;position:relative}.v-otp-input{border-radius:4px}.v-otp-input .v-field{height:100%}.v-otp-input .v-field .v-field__outline__start,.v-otp-input .v-field .v-field__outline__end{flex:1}.v-otp-input .v-field input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-otp-input .v-field.v-field--focused input::placeholder{opacity:0}.v-otp-input__divider{margin:0 8px}.v-otp-input__content{align-items:center;display:flex;gap:.5rem;height:64px;padding:.5rem;justify-content:center;max-width:320px;position:relative;border-radius:inherit}.v-otp-input--divided .v-otp-input__content{max-width:360px}.v-otp-input__field{color:inherit;font-size:1.25rem;height:100%;outline:none;text-align:center;width:100%}.v-otp-input__field[type=number]::-webkit-outer-spin-button,.v-otp-input__field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-otp-input__field[type=number]{-moz-appearance:textfield}.v-otp-input__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.v-otp-input__loader .v-progress-linear{position:absolute}.v-parallax{position:relative;overflow:hidden}.v-parallax--active>.v-img__img{will-change:transform}.v-radio-group>.v-input__control{flex-direction:column}.v-radio-group>.v-input__control>.v-label{margin-inline-start:16px}.v-radio-group>.v-input__control>.v-label+.v-selection-control-group{padding-inline-start:6px;margin-top:8px}.v-radio-group .v-input__details{padding-inline:16px}.v-rating{max-width:100%;display:inline-flex;white-space:nowrap}.v-rating--readonly{pointer-events:none}.v-rating__wrapper{align-items:center;display:inline-flex;flex-direction:column}.v-rating__wrapper--bottom{flex-direction:column-reverse}.v-rating__item{display:inline-flex;position:relative}.v-rating__item label{cursor:pointer}.v-rating__item .v-btn--variant-plain{opacity:1}.v-rating__item .v-btn{transition-property:transform}.v-rating__item .v-btn .v-icon{transition:inherit;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn{transform:scale(1.25)}.v-rating__item--half{overflow:hidden;position:absolute;clip-path:polygon(0 0,50% 0,50% 100%,0 100%);z-index:1}.v-rating__item--half .v-btn__overlay,.v-rating__item--half:hover .v-btn__overlay{opacity:0}.v-rating__hidden{height:0;opacity:0;position:absolute;width:0}.v-skeleton-loader{align-items:center;background:rgb(var(--v-theme-surface));border-radius:4px;display:flex;flex-wrap:wrap;position:relative;vertical-align:top}.v-skeleton-loader__actions{justify-content:end}.v-skeleton-loader .v-skeleton-loader__ossein{height:100%}.v-skeleton-loader .v-skeleton-loader__avatar,.v-skeleton-loader .v-skeleton-loader__button,.v-skeleton-loader .v-skeleton-loader__chip,.v-skeleton-loader .v-skeleton-loader__divider,.v-skeleton-loader .v-skeleton-loader__heading,.v-skeleton-loader .v-skeleton-loader__image,.v-skeleton-loader .v-skeleton-loader__ossein,.v-skeleton-loader .v-skeleton-loader__text{background:rgba(var(--v-theme-on-surface),var(--v-border-opacity))}@media (forced-colors: active){.v-skeleton-loader .v-skeleton-loader__avatar,.v-skeleton-loader .v-skeleton-loader__button,.v-skeleton-loader .v-skeleton-loader__chip,.v-skeleton-loader .v-skeleton-loader__divider,.v-skeleton-loader .v-skeleton-loader__heading,.v-skeleton-loader .v-skeleton-loader__image,.v-skeleton-loader .v-skeleton-loader__ossein,.v-skeleton-loader .v-skeleton-loader__text{background:canvastext}}.v-skeleton-loader .v-skeleton-loader__list-item,.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.v-skeleton-loader .v-skeleton-loader__list-item-text,.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line{border-radius:4px}.v-skeleton-loader__bone{align-items:center;border-radius:inherit;display:flex;flex:1 1 100%;flex-wrap:wrap;overflow:hidden;position:relative}.v-skeleton-loader__bone:after{animation:loading 1.5s infinite;background:linear-gradient(90deg,rgba(var(--v-theme-surface),0),rgba(var(--v-theme-surface),.3),rgba(var(--v-theme-surface),0));transform:translate(-100%);z-index:1}.v-skeleton-loader__bone:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}@media (forced-colors: active) and (pointer: fine){.v-skeleton-loader__bone{cursor:progress}}.v-skeleton-loader__avatar{border-radius:50%;flex:0 1 auto;margin:8px 16px;max-height:48px;min-height:48px;height:48px;max-width:48px;min-width:48px;width:48px}.v-skeleton-loader__avatar+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__avatar+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__avatar+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__button{border-radius:4px;height:36px;margin:16px;max-width:64px}.v-skeleton-loader__button+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__button+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__button+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__chip{border-radius:16px;margin:16px;height:32px;max-width:96px}.v-skeleton-loader__chip+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__chip+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__chip+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__date-picker{border-radius:inherit}.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text{max-width:88px;width:20%}.v-skeleton-loader__date-picker .v-skeleton-loader__heading{max-width:256px;width:40%}.v-skeleton-loader__date-picker-days{flex-wrap:wrap;margin:16px}.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar{border-radius:4px;margin:4px;max-width:100%}.v-skeleton-loader__date-picker-options{flex-wrap:nowrap}.v-skeleton-loader__date-picker-options .v-skeleton-loader__text{flex:1 1 auto}.v-skeleton-loader__divider{border-radius:1px;height:2px}.v-skeleton-loader__heading{border-radius:12px;margin:16px;height:24px}.v-skeleton-loader__heading+.v-skeleton-loader__subtitle{margin-top:-16px}.v-skeleton-loader__image{height:150px;border-radius:0}.v-skeleton-loader__card .v-skeleton-loader__image{border-radius:0}.v-skeleton-loader__list-item{margin:16px}.v-skeleton-loader__list-item .v-skeleton-loader__text{margin:0}.v-skeleton-loader__table-thead{justify-content:space-between}.v-skeleton-loader__table-thead .v-skeleton-loader__heading{margin-top:16px;max-width:16px}.v-skeleton-loader__table-tfoot{flex-wrap:nowrap}.v-skeleton-loader__table-tfoot>.v-skeleton-loader__text.v-skeleton-loader__bone{margin-top:16px}.v-skeleton-loader__table-row{align-items:baseline;margin:0 8px;justify-content:space-evenly;flex-wrap:nowrap}.v-skeleton-loader__table-row>.v-skeleton-loader__text.v-skeleton-loader__bone{margin-inline:8px}.v-skeleton-loader__table-row+.v-skeleton-loader__divider{margin:0 16px}.v-skeleton-loader__table-cell{align-items:center;display:flex;height:48px;width:88px}.v-skeleton-loader__table-cell .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__subtitle{max-width:70%}.v-skeleton-loader__subtitle>.v-skeleton-loader__text{height:16px;border-radius:8px}.v-skeleton-loader__text{border-radius:6px;margin:16px;height:12px}.v-skeleton-loader__text+.v-skeleton-loader__text{margin-top:-8px;max-width:50%}.v-skeleton-loader__text+.v-skeleton-loader__text+.v-skeleton-loader__text{max-width:70%}.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after{display:none}.v-skeleton-loader--is-loading{overflow:hidden}.v-skeleton-loader--tile,.v-skeleton-loader--tile .v-skeleton-loader__bone{border-radius:0}@keyframes loading{to{transform:translate(100%)}}.v-snackbar{justify-content:center;z-index:10000;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)}.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top){align-items:flex-end}.v-snackbar__wrapper{align-items:center;display:flex;max-width:672px;min-height:48px;min-width:344px;overflow:hidden;padding:0}.v-snackbar__wrapper{border-radius:4px}.v-snackbar--variant-plain,.v-snackbar--variant-outlined,.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 currentColor}.v-snackbar--variant-text .v-snackbar__overlay{background:currentColor}.v-snackbar--variant-tonal .v-snackbar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-snackbar .v-snackbar__underlay{position:absolute}@media (forced-colors: active){.v-snackbar__wrapper{border:thick solid}}.v-snackbar__content{flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1.425;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{padding:0 8px;min-width:auto}.v-snackbar__timer{width:100%;position:absolute;top:0}.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--right,.v-snackbar--end{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}@media (prefers-reduced-motion: reduce){.v-snackbar-transition-enter-active{transition-property:opacity}}.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}.v-speed-dial__content{gap:8px}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--right,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center{flex-direction:row}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--start,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center{flex-direction:row-reverse}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center{flex-direction:column-reverse}.v-speed-dial__content>*:nth-child(1){transition-delay:1ms}.v-speed-dial__content>*:nth-child(2){transition-delay:.05s}.v-speed-dial__content>*:nth-child(3){transition-delay:.1s}.v-speed-dial__content>*:nth-child(4){transition-delay:.15s}.v-speed-dial__content>*:nth-child(5){transition-delay:.2s}.v-speed-dial__content>*:nth-child(6){transition-delay:.25s}.v-speed-dial__content>*:nth-child(7){transition-delay:.3s}.v-speed-dial__content>*:nth-child(8){transition-delay:.35s}.v-speed-dial__content>*:nth-child(9){transition-delay:.4s}.v-speed-dial__content>*:nth-child(10){transition-delay:.45s}.v-stepper.v-sheet{overflow:hidden}.v-stepper.v-sheet{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-stepper.v-sheet{border-radius:4px}.v-stepper.v-sheet.v-stepper--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-stepper-header{align-items:center;display:flex;position:relative;overflow-x:auto;justify-content:space-between;z-index:1}.v-stepper-header{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-stepper-header .v-divider{margin:0 -16px}.v-stepper-header .v-divider:last-child{margin-inline-end:0}.v-stepper-header .v-divider:first-child{margin-inline-start:0}.v-stepper--alt-labels .v-stepper-header{height:auto}.v-stepper--alt-labels .v-stepper-header .v-divider{align-self:flex-start;margin:35px -67px 0}.v-stepper-window{margin:1.5rem}.v-stepper-actions{display:flex;align-items:center;justify-content:space-between;padding:1rem}.v-stepper .v-stepper-actions{padding:0 1.5rem 1rem}.v-stepper-window-item .v-stepper-actions{padding:1.5rem 0 0}.v-stepper-item{align-items:center;align-self:stretch;display:inline-flex;flex:none;outline:none;opacity:var(--v-medium-emphasis-opacity);padding:1.5rem;position:relative;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-stepper-item:hover>.v-stepper-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item:focus-visible>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item:focus>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-stepper-item--active>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]>.v-stepper-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:hover>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:focus-visible>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item--active:focus>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-stepper--non-linear .v-stepper-item{opacity:var(--v-high-emphasis-opacity)}.v-stepper-item--selected{opacity:1}.v-stepper-item--error{color:rgb(var(--v-theme-error))}.v-stepper-item--disabled{opacity:var(--v-medium-emphasis-opacity)}.v-stepper-item[disabled],.v-stepper-item--disabled{pointer-events:none}.v-stepper--alt-labels .v-stepper-item{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.v-stepper-item__avatar.v-avatar{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant));font-size:.75rem;margin-inline-end:8px}.v-stepper--mobile .v-stepper-item__avatar.v-avatar{margin-inline-end:0}.v-stepper-item__avatar.v-avatar .v-icon{font-size:.875rem}.v-stepper-item--selected .v-stepper-item__avatar.v-avatar,.v-stepper-item--complete .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-surface-variant))}.v-stepper-item--error .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-error))}.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar{margin-bottom:16px;margin-inline-end:0}.v-stepper-item__content{text-align:start}.v-stepper--alt-labels .v-stepper-item__content{text-align:center}.v-stepper-item__title{line-height:1}.v-stepper--mobile .v-stepper-item__title{display:none}.v-stepper-item__subtitle{font-size:.75rem;line-height:1;opacity:var(--v-medium-emphasis-opacity)}.v-stepper--mobile .v-stepper-item__subtitle{display:none}.v-stepper-item__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-stepper-item__overlay,.v-stepper-item__underlay{pointer-events:none}.v-stepper-item__overlay,.v-stepper-item__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-switch .v-label{padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__loader .v-progress-circular{color:rgb(var(--v-theme-surface))}.v-switch__track,.v-switch__thumb{transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-switch__track-true{margin-inline-end:auto}.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true{opacity:0}.v-switch__track-false{margin-inline-start:auto}.v-selection-control--dirty .v-switch__track-false{opacity:0}.v-switch__track{display:inline-flex;align-items:center;font-size:.5rem;padding:0 5px;background-color:rgb(var(--v-theme-surface-variant));border-radius:9999px;height:14px;opacity:.6;min-width:36px;cursor:pointer;transition:.2s background-color cubic-bezier(.4,0,.2,1)}.v-switch--inset .v-switch__track{border-radius:9999px;font-size:.75rem;height:32px;min-width:52px}.v-switch__thumb{align-items:center;background-color:rgb(var(--v-theme-surface-bright));color:rgb(var(--v-theme-on-surface-bright));border-radius:50%;display:flex;font-size:.75rem;height:20px;justify-content:center;width:20px;pointer-events:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1),.2s color cubic-bezier(.4,0,.2,1),.2s background-color cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.v-switch:not(.v-switch--inset) .v-switch__thumb{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-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{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-switch--inset .v-switch__thumb{height:24px;width:24px;transform:scale(.6666666667)}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transform:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1)}.v-switch.v-input{flex:0 1 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;transition:.2s transform cubic-bezier(.4,0,.2,1);position:absolute}.v-locale--is-ltr.v-switch .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control__input{transform:translate(-10px)}.v-locale--is-rtl.v-switch .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control__input{transform:translate(10px)}.v-switch .v-selection-control__input .v-icon{position:absolute}.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(10px)}.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(-10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{min-width:max-content}.v-switch.v-input--vertical .v-selection-control__wrapper{transform:rotate(-90deg)}@media (forced-colors: active){.v-switch .v-switch__loader .v-progress-circular{color:currentColor}.v-switch .v-switch__thumb{background-color:buttontext}.v-switch .v-switch__track,.v-switch .v-switch__thumb{border:1px solid;color:buttontext}.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{color:highlight}.v-switch.v-switch--inset .v-switch__track{border-width:2px}.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlighttext;color:highlighttext}.v-switch.v-input--disabled .v-switch__thumb{background-color:graytext}.v-switch.v-input--disabled .v-switch__track,.v-switch.v-input--disabled .v-switch__thumb{color:graytext}.v-switch.v-switch--loading .v-switch__thumb{background-color:canvas}.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb,.v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb{border-width:0}}.v-system-bar{align-items:center;display:flex;flex:1 1 auto;height:24px;justify-content:flex-end;max-width:100%;padding-inline:8px;position:relative;text-align:end;width:100%}.v-system-bar .v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-system-bar{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-system-bar--absolute{position:absolute}.v-system-bar--fixed{position:fixed}.v-system-bar{background:rgba(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-system-bar{font-size:.75rem;font-weight:400;letter-spacing:.0333333333em;line-height:1.667;text-transform:none}.v-system-bar--rounded{border-radius:0}.v-system-bar--window{height:32px}.v-system-bar:not(.v-system-bar--absolute){padding-inline-end:calc(var(--v-scrollbar-offset) + 8px)}.v-tab.v-tab.v-btn{height:var(--v-tabs-height);border-radius:0;min-width:90px}.v-slide-group--horizontal .v-tab{max-width:360px}.v-slide-group--vertical .v-tab{justify-content:start}.v-tab__slider{position:absolute;bottom:0;left:0;height:1px;width:100%;background:currentColor;pointer-events:none;opacity:0}.v-tab--selected .v-tab__slider{opacity:1}.v-slide-group--vertical .v-tab__slider{top:0;height:100%;width:1px}@media (forced-colors: active){.v-tab--selected.v-btn{color:highlight!important}.v-tab__slider{background:highlight!important}}.v-tabs{display:flex;height:var(--v-tabs-height)}.v-tabs--density-default{--v-tabs-height: 40px}.v-tabs--density-default.v-tabs--stacked{--v-tabs-height: 72px}.v-tabs--density-comfortable{--v-tabs-height: 35px}.v-tabs--density-comfortable.v-tabs--stacked{--v-tabs-height: 67px}.v-tabs--density-compact{--v-tabs-height: 25px}.v-tabs--density-compact.v-tabs--stacked{--v-tabs-height: 57px}.v-tabs.v-slide-group--vertical{height:auto;flex:none;--v-tabs-height: 40px}.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:42px}.v-tabs--fixed-tabs .v-slide-group__content>*:last-child,.v-tabs--align-tabs-center .v-slide-group__content>*:last-child{margin-inline-end:auto}.v-tabs--fixed-tabs .v-slide-group__content>*:first-child,.v-tabs--align-tabs-center .v-slide-group__content>*:first-child{margin-inline-start:auto}.v-tabs--grow{flex-grow:1}.v-tabs--grow .v-tab{flex:1 0 auto;max-width:none}.v-tabs--align-tabs-end .v-tab:first-child{margin-inline-start:auto}.v-tabs--align-tabs-end .v-tab:last-child{margin-inline-end:0}.v-tabs--inset{--v-tabs-inset-radius: 4px;--v-tabs-inset-padding: 4px;background:rgba(var(--v-theme-on-surface),.06);box-shadow:inset 0 0 0 2px rgba(var(--v-border-color),var(--v-border-opacity));border-radius:calc(var(--v-tabs-inset-radius) + var(--v-tabs-inset-padding))}.v-tabs--inset .v-tab{margin:var(--v-tabs-inset-padding);transition-property:box-shadow,transform,opacity,background,color}.v-tabs--inset .v-tab.v-tab.v-btn{border-radius:var(--v-tabs-inset-radius)}.v-tabs--inset .v-tab:focus-visible{outline:2px solid rgb(var(--v-border-color));outline-offset:2px}.v-tabs--inset .v-tab:focus-visible:after{opacity:0}.v-tabs--inset:not(.v-tabs--fixed-tabs,.v-tabs--grow){max-width:max-content}.v-tabs--inset.v-tabs--fixed-tabs .v-slide-group__content{padding-inline:var(--v-tabs-inset-padding)}.v-tabs--inset .v-tab__slider{top:0;right:0;bottom:0;left:0;border-radius:var(--v-tabs-inset-radius);z-index:-1;width:auto}.v-tabs--inset.v-tabs--horizontal{height:calc(var(--v-tabs-height) + var(--v-tabs-inset-padding) * 2);--v-tabs-inset-tab-radius: calc(var(--v-tabs-outer-radius) - var(--v-tabs-inset-padding) + 4px)}.v-tabs--inset.v-tabs--horizontal .v-tab__slider{height:auto}.v-tabs--inset .v-btn__overlay{display:none}.v-tabs--inset.v-tabs--vertical .v-tab{grid-template-columns:max-content 1fr max-content}.v-tabs--inset.v-tabs--vertical .v-tab>.v-btn__content{justify-content:start}.v-tabs--inset.v-tabs--vertical .v-tab .v-tab__slider{width:auto}@media (max-width: 1279.98px){.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:52px}.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child{margin-inline-end:52px}}.v-textarea{--v-textarea-max-height: initial}.v-textarea .v-field{--v-textarea-control-height: var(--v-input-control-height)}.v-textarea .v-field:not(.v-field--no-label,.v-field--active) textarea::placeholder{opacity:0}.v-textarea .v-field__field{--v-input-control-height: var(--v-textarea-control-height)}.v-textarea .v-field__input{max-height:var(--v-textarea-max-height);flex:1 1 auto;outline:none;-webkit-mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)),linear-gradient(to right,transparent,transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)),black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)),linear-gradient(to right,transparent,transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)),black calc(100% - var(--v-textarea-scroll-bar-width, 16px)))}.v-textarea .v-field__input.v-textarea__sizer{visibility:hidden;position:absolute;top:0;left:0;height:0!important;min-height:0!important;pointer-events:none}.v-textarea--no-resize .v-field__input{resize:none}.v-textarea textarea{flex:1;min-width:0;height:100%;transition:.15s opacity cubic-bezier(.4,0,.2,1)}.v-textarea textarea:focus,.v-textarea textarea:active{outline:none}.v-textarea textarea:invalid{box-shadow:none}.v-theme-provider{background:rgb(var(--v-theme-background));color:rgb(var(--v-theme-on-background))}.v-timeline .v-timeline-divider__dot{background:rgb(var(--v-theme-surface-light))}@media (forced-colors: active){.v-timeline .v-timeline-divider__dot{border:2px solid}}.v-timeline .v-timeline-divider__inner-dot{background:rgb(var(--v-theme-on-surface))}@media (forced-colors: active){.v-timeline .v-timeline-divider__inner-dot{background-color:transparent!important}}.v-timeline{display:grid;grid-auto-flow:dense;position:relative}.v-timeline--horizontal.v-timeline{grid-column-gap:10px;width:100%}.v-timeline--horizontal.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__body{grid-row:3;align-self:flex-start;padding-block-start:10px}.v-timeline--horizontal.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__opposite{grid-row:1;align-self:flex-end;padding-block-end:10px}.v-timeline--horizontal.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body{grid-row:1;align-self:flex-end;padding-block-end:10px}.v-timeline--horizontal.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite{grid-row:3;align-self:flex-start;padding-block-start:10px}.v-timeline--vertical.v-timeline{row-gap:10px;height:100%}.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider,.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite{padding-block-start:10px}.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider,.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite{padding-block-end:10px}.v-timeline--vertical.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body{grid-column:1;justify-self:flex-end;padding-inline-end:10px}.v-timeline--vertical.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite{grid-column:3;justify-self:flex-start;padding-inline-start:10px}.v-timeline--vertical.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__body{grid-column:3;justify-self:flex-start;padding-inline-start:10px}.v-timeline--vertical.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__opposite{grid-column:1;justify-self:flex-end;padding-inline-end:10px}.v-timeline-item{display:contents}.v-timeline-divider{position:relative;display:flex;align-items:center}.v-timeline--horizontal .v-timeline-divider{flex-direction:row;grid-row:2;width:100%}.v-timeline--vertical .v-timeline-divider{height:100%;flex-direction:column;grid-column:2}.v-timeline-divider__before{background:rgba(var(--v-border-color),var(--v-border-opacity));position:absolute}.v-timeline--horizontal .v-timeline-divider__before{height:var(--v-timeline-line-thickness);width:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));inset-inline-start:-5px;inset-inline-end:initial}.v-timeline--vertical .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));width:var(--v-timeline-line-thickness);top:-5px}@media (forced-colors: active){.v-timeline-divider__before{background:canvastext}}.v-timeline-divider__after{background:rgba(var(--v-border-color),var(--v-border-opacity));position:absolute}.v-timeline--horizontal .v-timeline-divider__after{height:var(--v-timeline-line-thickness);width:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));inset-inline-end:-5px;inset-inline-start:initial}.v-timeline--vertical .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));width:var(--v-timeline-line-thickness);bottom:-5px}@media (forced-colors: active){.v-timeline-divider__after{background:canvastext}}.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));top:0}.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));inset-inline-start:0;inset-inline-end:initial}.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));inset-inline-end:-5px;inset-inline-start:initial}.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));bottom:0}.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) + 5px - var(--v-timeline-line-inset));inset-inline-end:0;inset-inline-start:initial}.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset))}.v-timeline-divider__dot{z-index:1;flex-shrink:0;border-radius:50%;display:flex;justify-content:center;align-items:center}.v-timeline-divider__dot{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-timeline-divider__dot--size-x-small{height:22px;width:22px}.v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot{height:calc(100% - 6px);width:calc(100% - 6px)}.v-timeline-divider__dot--size-small{height:32px;width:32px}.v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-default{height:38px;width:38px}.v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-large{height:46px;width:46px}.v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-x-large{height:54px;width:54px}.v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot{height:calc(100% - 10px);width:calc(100% - 10px)}.v-timeline-divider__inner-dot{align-items:center;border-radius:50%;display:flex;justify-content:center}.v-timeline--horizontal.v-timeline--justify-center{grid-template-rows:minmax(auto,50%) min-content minmax(auto,50%)}.v-timeline--vertical.v-timeline--justify-center{grid-template-columns:minmax(auto,50%) min-content minmax(auto,50%)}.v-timeline--horizontal.v-timeline--justify-auto{grid-template-rows:auto min-content auto}.v-timeline--vertical.v-timeline--justify-auto{grid-template-columns:auto min-content auto}.v-timeline--horizontal.v-timeline--density-comfortable{height:100%}.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end{grid-template-rows:min-content min-content auto}.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start{grid-template-rows:auto min-content min-content}.v-timeline--vertical.v-timeline--density-comfortable{width:100%}.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end{grid-template-columns:min-content min-content auto}.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start{grid-template-columns:auto min-content min-content}.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end{grid-template-rows:0 min-content auto}.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start{grid-template-rows:auto min-content 0}.v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body{grid-row:1}.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end{grid-template-columns:0 min-content auto}.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start{grid-template-columns:auto min-content 0}.v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body{grid-column:3}.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body{grid-row:3;align-self:flex-start;padding-block-end:initial;padding-block-start:10px}.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite{grid-row:1;align-self:flex-end;padding-block-end:10px;padding-block-start:initial}.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body{grid-column:3;justify-self:flex-start;padding-inline-start:10px;padding-inline-end:initial}.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite{grid-column:1;justify-self:flex-end;padding-inline-end:10px;padding-inline-start:initial}.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body{grid-row:1;align-self:flex-end;padding-block-end:10px;padding-block-start:initial}.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite{grid-row:3;align-self:flex-start;padding-block-end:initial;padding-block-start:10px}.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body{grid-column:1;justify-self:flex-end;padding-inline-end:10px}.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite{grid-column:3;justify-self:flex-start;padding-inline-start:10px}.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot{height:inherit;width:inherit}.v-timeline--align-center{--v-timeline-line-size-base: 50%;--v-timeline-line-size-offset: 0px}.v-timeline--horizontal.v-timeline--align-center{justify-items:center}.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body,.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite{padding-inline:5px}.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider{justify-content:center}.v-timeline--vertical.v-timeline--align-center{align-items:center}.v-timeline--vertical.v-timeline--align-center .v-timeline-divider{justify-content:center}.v-timeline--align-start{--v-timeline-line-size-base: 100%;--v-timeline-line-size-offset: 5px}.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before{--v-timeline-line-size-offset: 10px}.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after{--v-timeline-line-size-offset: -5px}.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after{--v-timeline-line-size-offset: 0px}.v-timeline--horizontal.v-timeline--align-start{justify-items:flex-start}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider{justify-content:flex-start}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset))}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset))}.v-timeline--vertical.v-timeline--align-start{align-items:flex-start}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider{justify-content:flex-start}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset))}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset))}.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before{display:none}.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after{--v-timeline-line-size-offset: 5px}.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite{padding-block-start:0}.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite{padding-inline-start:0}.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after{display:none}.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before{--v-timeline-line-size-offset: 5px}.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite{padding-block-end:0}.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite{padding-inline-end:0}.v-time-picker.v-picker{min-width:328px}.v-time-picker .v-picker__body,.v-time-picker-controls__field-label,.v-time-picker .v-field{transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,max-height,opacity,font-size}@media (prefers-reduced-motion: reduce){.v-time-picker .v-picker__body,.v-time-picker-controls__field-label,.v-time-picker .v-field{transition:none}}.v-time-picker .v-picker__body{transition-behavior:allow-discrete;max-height:calc-size(max-content,size)}.v-time-picker--variant-dial .v-time-picker-controls__field-label{opacity:0}.v-time-picker--variant-input .v-picker__body{transform:scale(0);max-height:0}.v-time-picker-clock{background:rgb(var(--v-theme-background));color:rgb(var(--v-theme-on-background))}.v-time-picker-clock:after{color:rgb(var(--v-theme-primary))}.v-time-picker-clock .v-time-picker-clock__item--active{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-time-picker-clock{margin:24px;background:rgb(var(--v-theme-surface-light));border-radius:50%;position:relative;transition:none;-webkit-user-select:none;user-select:none;max-width:256px;aspect-ratio:1;flex:100%}.v-time-picker-clock__container{display:flex;flex-direction:column;flex-basis:290px;justify-content:center;padding:10px}.v-time-picker-clock__hand{background-color:currentColor;height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.v-time-picker-clock__hand:before{background:transparent;border-width:2px;border-style:solid;border-color:currentColor;border-radius:100%;width:10px;height:10px;content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%,-50%)}.v-time-picker-clock__hand:after{content:"";position:absolute;height:8px;width:8px;top:100%;left:50%;border-radius:100%;background-color:currentColor;transform:translate(-50%,-50%)}.v-time-picker-clock__hand--inner:after{height:14px}.v-time-picker-clock--readonly{pointer-events:none}.v-time-picker-clock .v-time-picker-clock__item--disabled{opacity:var(--v-disabled-opacity)}.v-picker--full-width .v-time-picker-clock__container{max-width:290px}.v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;user-select:none;transform:translate(-50%,-50%)}.v-time-picker-clock__item>span{z-index:1}.v-time-picker-clock__item:before,.v-time-picker-clock__item:after{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%)}.v-time-picker-clock__item:after,.v-time-picker-clock__item:before{height:40px;width:40px}.v-time-picker-clock__item--active{cursor:default;z-index:2}.v-time-picker-clock__item--disabled{pointer-events:none}.v-picker--landscape .v-time-picker-clock__container{flex-direction:row}@media (forced-colors: active){.v-time-picker-clock__hand{background-color:highlight}.v-time-picker-clock__hand:before{border-color:highlight}.v-time-picker-clock__hand:after{background-color:highlight}.v-time-picker-clock__item--active{outline:2px solid highlight!important}}.v-time-picker-controls{display:flex;align-items:center;justify-content:center;font-size:.875rem;margin-inline:24px;margin-bottom:12px}.v-time-picker-controls__text{padding-bottom:12px}.v-time-picker-controls__time{display:flex;white-space:nowrap;direction:ltr;justify-content:center;align-items:start}.v-time-picker-controls__time__separator{width:24px;text-align:center}.v-time-picker--density-compact .v-time-picker-controls__time__separator{font-weight:700}.v-time-picker--density-default .v-time-picker-controls__time__separator{font-size:56px;line-height:74px}.v-time-picker--variant-input .v-time-picker--density-default .v-time-picker-controls__time__separator{line-height:64px}.v-time-picker-controls__time--with-seconds .v-time-picker--density-default .v-time-picker-controls__time__separator{height:80px;font-size:56px}.v-time-picker--density-comfortable .v-time-picker-controls__time__separator{font-size:36px;line-height:54px}.v-time-picker--variant-input .v-time-picker--density-comfortable .v-time-picker-controls__time__separator{line-height:44px}.v-time-picker-controls__time--with-seconds .v-time-picker--density-comfortable .v-time-picker-controls__time__separator{height:60px;font-size:36px}.v-time-picker--density-compact .v-time-picker-controls__time__separator{font-size:26px;line-height:44px}.v-time-picker--variant-input .v-time-picker--density-compact .v-time-picker-controls__time__separator{line-height:34px}.v-time-picker-controls__time--with-seconds .v-time-picker--density-compact .v-time-picker-controls__time__separator{height:50px;font-size:26px}.v-time-picker-controls__time__field{width:96px}.v-time-picker-controls__time__field .v-field{width:96px;background-color:rgb(var(--v-theme-surface-light));color:inherit;transition:color .25s cubic-bezier(.4,0,.2,1)}.v-time-picker-controls__time__field .v-field>.v-field__overlay{opacity:.04}.v-time-picker-controls__time__field--active .v-field>.v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-time-picker--variant-input .v-time-picker-controls__time__field,.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field{width:96px}.v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field,.v-time-picker--variant-input .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field{width:64px}.v-time-picker-controls__time__field .v-field__input{padding:0;font-weight:500;text-align:center;line-height:1;align-self:center}.v-time-picker-controls__time__field .v-field__input:focus::placeholder{opacity:0}.v-time-picker-controls__field-label{font-size:12px;letter-spacing:.0333333333em;padding-top:6px}.v-time-picker-controls__ampm{margin-left:12px;display:flex;flex-direction:column;text-transform:uppercase}.v-time-picker-controls__ampm--readonly{pointer-events:none}.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.v-time-picker-controls__ampm__btn.v-btn{min-width:52px;padding:0 8px}.v-time-picker-controls__ampm__btn.v-btn.v-time-picker-controls__ampm__am{border-radius:4px 4px 0 0;border:1px solid}.v-time-picker-controls__ampm__btn.v-btn.v-time-picker-controls__ampm__pm{border-radius:0 0 4px 4px;border:1px solid;border-top:none}.v-time-picker-controls__ampm__btn.v-btn__active{background:rgb(var(--v-theme-primary))}.v-time-picker--density-default .v-time-picker-controls__time__field{height:80px}.v-time-picker--density-default .v-time-picker-controls__time__field .v-field{font-size:56px}.v-time-picker--density-default .v-time-picker-controls__time__field .v-field .v-field__input{min-height:80px}.v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field{height:72px}.v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field{font-size:44px}.v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field .v-field__input{min-height:72px}.v-time-picker--density-default .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field{font-size:40px}.v-time-picker--density-default .v-time-picker-controls__ampm__btn.v-btn{font-size:18px;height:40px}.v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn{height:36px}.v-time-picker--density-comfortable .v-time-picker-controls__time__field{height:60px}.v-time-picker--density-comfortable .v-time-picker-controls__time__field .v-field{font-size:36px}.v-time-picker--density-comfortable .v-time-picker-controls__time__field .v-field .v-field__input{min-height:60px}.v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field{height:52px}.v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field{font-size:29px}.v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field .v-field__input{min-height:52px}.v-time-picker--density-comfortable .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field{font-size:30px}.v-time-picker--density-comfortable .v-time-picker-controls__ampm__btn.v-btn{font-size:13px;height:30px}.v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn{height:26px}.v-time-picker--density-compact .v-time-picker-controls__time__field{height:50px}.v-time-picker--density-compact .v-time-picker-controls__time__field .v-field{font-size:26px}.v-time-picker--density-compact .v-time-picker-controls__time__field .v-field .v-field__input{min-height:50px}.v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field{height:42px}.v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field{font-size:21.5px}.v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field .v-field .v-field__input{min-height:42px}.v-time-picker--density-compact .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field{font-size:25px}.v-time-picker--density-compact .v-time-picker-controls__ampm__btn.v-btn{font-size:10.5px;height:25px}.v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn{height:21px}.v-picker__title--landscape .v-time-picker-controls{flex-direction:column;justify-content:center;height:100%}.v-picker__title--landscape .v-time-picker-controls__time{text-align:right}.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,.v-picker__title--landscape .v-time-picker-controls__time span{height:55px;font-size:55px}.v-picker__title--landscape .v-time-picker-controls__ampm{margin:16px 0 0;align-self:initial;text-align:center}.v-picker--time .v-picker__title--landscape{padding:0}.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time{text-align:center}@media (forced-colors: active){.v-time-picker-controls .v-time-picker-controls__time__field:has(input:focus-visible){outline:2px solid highlight;outline-offset:2px}.v-time-picker-controls .v-time-picker-controls__ampm__btn.v-btn--active{color:highlight!important;forced-color-adjust:preserve-parent-color}}.v-tooltip>.v-overlay__content{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant));border-radius:4px;font-size:.875rem;line-height:1.6;display:inline-block;padding:5px 16px;text-transform:initial;width:auto;opacity:1;transition-property:opacity,transform;overflow-wrap:break-word}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.15s}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-timing-function:cubic-bezier(.4,0,1,1);transition-duration:75ms}.v-tooltip:not(.v-tooltip--interactive)>.v-overlay__content{pointer-events:none}.v-treeview-item{--list-indent-size: 28px}.v-treeview-item.v-treeview-item--filtered{display:none}.v-treeview-item.v-list-item--disabled:not(a){pointer-events:auto}.v-treeview-item.v-list-item--disabled:not(a) .v-selection-control{pointer-events:none}.v-treeview-item__level{width:28px}.v-treeview--fluid .v-treeview-item__level{width:0}.v-treeview.v-list{--indent-padding: 16px}.v-treeview.v-list--disabled .v-list-item__prepend{pointer-events:auto}.v-treeview .v-list-item--slim>.v-list-item__prepend>.v-icon~.v-list-item__spacer{width:var(--v-list-prepend-gap, 10px)}.v-treeview .v-list-item--slim>.v-list-item__prepend:not(:has(.v-list-item-action))>.v-icon{margin-inline-start:-6px}.v-treeview:has(.v-treeview-indent-lines) .v-list-item-action:first-child>.v-selection-control,.v-treeview:has(.v-treeview-indent-lines) .v-treeview-indent-lines+.v-list-item-action>.v-selection-control{margin-inline:min(0px,-1 * (var(--v-selection-control-size) - 28px) / 2)}.v-treeview-indent-lines{position:absolute;inset-inline-start:0;height:100%;display:grid;padding-inline-start:8px;padding-block:0;grid-template-columns:repeat(var(--v-indent-parts, 1),var(--prepend-width));opacity:.4;pointer-events:none}.v-treeview-indent-line,.v-treeview-indent-line:before{border:0px solid rgb(var(--v-theme-on-surface))}.v-treeview-indent-line--leaf,.v-treeview-indent-line--line{border-inline-start-width:1px;height:100%;width:calc(50% + 1px);justify-self:end}.v-treeview-indent-line--leaf{position:relative}.v-treeview-indent-line--leaf:before{content:"";position:absolute;border-bottom-width:1px;height:calc(50% + 1px);width:100%}.v-treeview-indent-line--leaf:last-child:before{width:calc(100% - 4px)}.v-treeview-indent-line--leaf-link{border-bottom-width:1px;height:calc(50% + 1px);margin-inline-start:0;margin-inline-end:6px}.v-treeview-indent-line--last-leaf{border-inline-start-width:1px;border-bottom-width:1px;height:calc(50% + 1px);margin-inline-start:calc(50% - 1px);border-bottom-left-radius:4px}.v-locale--is-rtl.v-treeview-indent-line--last-leaf,.v-locale--is-rtl .v-treeview-indent-line--last-leaf{border-bottom-left-radius:0;border-bottom-right-radius:4px}.v-treeview-indent-line--last-leaf:last-child{margin-inline-end:4px}.v-treeview-group.v-list-group{--list-indent-size: 0px}.v-treeview-group.v-list-group>.v-treeview-item__level{width:0px}.v-treeview-group.v-list-group .v-list-group__items .v-list-item{padding-inline-start:calc(var(--indent-padding))!important}.v-file-upload{padding:64px 16px;flex-direction:column;justify-content:center;align-items:center;position:relative}.v-file-upload.v-sheet{display:flex;border-radius:4px;border-style:dashed;border-width:2px}.v-file-upload.v-file-upload--density-compact{padding:32px 0;flex-direction:row;gap:1rem}.v-file-upload .v-overlay__scrim{pointer-events:none}.v-file-upload--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-file-upload--dragging>*{pointer-events:none}.v-file-upload--clickable{cursor:pointer}.v-file-upload input[type=file]{left:0;opacity:0;position:absolute;cursor:pointer;top:0;z-index:-1}.v-file-upload-title{font-size:1.5rem;font-weight:600;text-align:center}.v-file-upload-icon{opacity:var(--v-medium-emphasis-opacity);font-size:3rem;margin-bottom:1rem}.v-file-upload--density-comfortable .v-file-upload-icon{font-size:2.5rem;margin-bottom:.5rem}.v-file-upload--density-compact .v-file-upload-icon{font-size:2rem;margin-bottom:0rem}.v-file-upload-divider{align-items:center;display:flex;margin:32px 0;justify-content:center;width:100%}.v-file-upload-divider .v-divider__wrapper{max-width:100%}.v-file-upload-items{margin:16px 0}.v-file-upload-item:not(:first-child){margin-top:8px}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important}.bg-black{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-transparent{color:currentColor!important}.bg-red{background-color:#f44336!important}.bg-red{color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important}.bg-red-lighten-5{color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important}.bg-red-lighten-4{color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important}.bg-red-lighten-3{color:#000!important}.bg-red-lighten-2{background-color:#e57373!important}.bg-red-lighten-2{color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important}.bg-red-lighten-1{color:#fff!important}.bg-red-darken-1{background-color:#e53935!important}.bg-red-darken-1{color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important}.bg-red-darken-2{color:#fff!important}.bg-red-darken-3{background-color:#c62828!important}.bg-red-darken-3{color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important}.bg-red-darken-4{color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important}.bg-red-accent-1{color:#000!important}.bg-red-accent-2{background-color:#ff5252!important}.bg-red-accent-2{color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important}.bg-red-accent-3{color:#fff!important}.bg-red-accent-4{background-color:#d50000!important}.bg-red-accent-4{color:#fff!important}.bg-pink{background-color:#e91e63!important}.bg-pink{color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important}.bg-pink-lighten-5{color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important}.bg-pink-lighten-4{color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important}.bg-pink-lighten-3{color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important}.bg-pink-lighten-2{color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important}.bg-pink-lighten-1{color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important}.bg-pink-darken-1{color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important}.bg-pink-darken-2{color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important}.bg-pink-darken-3{color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important}.bg-pink-darken-4{color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important}.bg-pink-accent-1{color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important}.bg-pink-accent-2{color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important}.bg-pink-accent-3{color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important}.bg-pink-accent-4{color:#fff!important}.bg-purple{background-color:#9c27b0!important}.bg-purple{color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important}.bg-purple-lighten-5{color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important}.bg-purple-lighten-4{color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important}.bg-purple-lighten-3{color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important}.bg-purple-lighten-2{color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important}.bg-purple-lighten-1{color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important}.bg-purple-darken-1{color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important}.bg-purple-darken-2{color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important}.bg-purple-darken-3{color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important}.bg-purple-darken-4{color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important}.bg-purple-accent-1{color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important}.bg-purple-accent-2{color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important}.bg-purple-accent-3{color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important}.bg-purple-accent-4{color:#fff!important}.bg-deep-purple{background-color:#673ab7!important}.bg-deep-purple{color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important}.bg-deep-purple-lighten-5{color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important}.bg-deep-purple-lighten-4{color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important}.bg-deep-purple-lighten-3{color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important}.bg-deep-purple-lighten-2{color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important}.bg-deep-purple-lighten-1{color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important}.bg-deep-purple-darken-1{color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important}.bg-deep-purple-darken-2{color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important}.bg-deep-purple-darken-3{color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important}.bg-deep-purple-darken-4{color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important}.bg-deep-purple-accent-1{color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important}.bg-deep-purple-accent-2{color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important}.bg-deep-purple-accent-3{color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important}.bg-deep-purple-accent-4{color:#fff!important}.bg-indigo{background-color:#3f51b5!important}.bg-indigo{color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important}.bg-indigo-lighten-5{color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important}.bg-indigo-lighten-4{color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important}.bg-indigo-lighten-3{color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important}.bg-indigo-lighten-2{color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important}.bg-indigo-lighten-1{color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important}.bg-indigo-darken-1{color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important}.bg-indigo-darken-2{color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important}.bg-indigo-darken-3{color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important}.bg-indigo-darken-4{color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important}.bg-indigo-accent-1{color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important}.bg-indigo-accent-2{color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important}.bg-indigo-accent-3{color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important}.bg-indigo-accent-4{color:#fff!important}.bg-blue{background-color:#2196f3!important}.bg-blue{color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important}.bg-blue-lighten-5{color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important}.bg-blue-lighten-4{color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important}.bg-blue-lighten-3{color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important}.bg-blue-lighten-2{color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important}.bg-blue-lighten-1{color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important}.bg-blue-darken-1{color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important}.bg-blue-darken-2{color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important}.bg-blue-darken-3{color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important}.bg-blue-darken-4{color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important}.bg-blue-accent-1{color:#000!important}.bg-blue-accent-2{background-color:#448aff!important}.bg-blue-accent-2{color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important}.bg-blue-accent-3{color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important}.bg-blue-accent-4{color:#fff!important}.bg-light-blue{background-color:#03a9f4!important}.bg-light-blue{color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important}.bg-light-blue-lighten-5{color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important}.bg-light-blue-lighten-4{color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important}.bg-light-blue-lighten-3{color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important}.bg-light-blue-lighten-2{color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important}.bg-light-blue-lighten-1{color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important}.bg-light-blue-darken-1{color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important}.bg-light-blue-darken-2{color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important}.bg-light-blue-darken-3{color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important}.bg-light-blue-darken-4{color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important}.bg-light-blue-accent-1{color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important}.bg-light-blue-accent-2{color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important}.bg-light-blue-accent-3{color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important}.bg-light-blue-accent-4{color:#fff!important}.bg-cyan{background-color:#00bcd4!important}.bg-cyan{color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important}.bg-cyan-lighten-5{color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important}.bg-cyan-lighten-4{color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important}.bg-cyan-lighten-3{color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important}.bg-cyan-lighten-2{color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important}.bg-cyan-lighten-1{color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important}.bg-cyan-darken-1{color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important}.bg-cyan-darken-2{color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important}.bg-cyan-darken-3{color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important}.bg-cyan-darken-4{color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important}.bg-cyan-accent-1{color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important}.bg-cyan-accent-2{color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important}.bg-cyan-accent-3{color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important}.bg-cyan-accent-4{color:#fff!important}.bg-teal{background-color:#009688!important}.bg-teal{color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important}.bg-teal-lighten-5{color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important}.bg-teal-lighten-4{color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important}.bg-teal-lighten-3{color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important}.bg-teal-lighten-2{color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important}.bg-teal-lighten-1{color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important}.bg-teal-darken-1{color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important}.bg-teal-darken-2{color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important}.bg-teal-darken-3{color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important}.bg-teal-darken-4{color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important}.bg-teal-accent-1{color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important}.bg-teal-accent-2{color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important}.bg-teal-accent-3{color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important}.bg-teal-accent-4{color:#fff!important}.bg-green{background-color:#4caf50!important}.bg-green{color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important}.bg-green-lighten-5{color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important}.bg-green-lighten-4{color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important}.bg-green-lighten-3{color:#000!important}.bg-green-lighten-2{background-color:#81c784!important}.bg-green-lighten-2{color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important}.bg-green-lighten-1{color:#fff!important}.bg-green-darken-1{background-color:#43a047!important}.bg-green-darken-1{color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important}.bg-green-darken-2{color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important}.bg-green-darken-3{color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important}.bg-green-darken-4{color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important}.bg-green-accent-1{color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important}.bg-green-accent-2{color:#000!important}.bg-green-accent-3{background-color:#00e676!important}.bg-green-accent-3{color:#000!important}.bg-green-accent-4{background-color:#00c853!important}.bg-green-accent-4{color:#000!important}.bg-light-green{background-color:#8bc34a!important}.bg-light-green{color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important}.bg-light-green-lighten-5{color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important}.bg-light-green-lighten-4{color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important}.bg-light-green-lighten-3{color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important}.bg-light-green-lighten-2{color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important}.bg-light-green-lighten-1{color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important}.bg-light-green-darken-1{color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important}.bg-light-green-darken-2{color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important}.bg-light-green-darken-3{color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important}.bg-light-green-darken-4{color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important}.bg-light-green-accent-1{color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important}.bg-light-green-accent-2{color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important}.bg-light-green-accent-3{color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important}.bg-light-green-accent-4{color:#000!important}.bg-lime{background-color:#cddc39!important}.bg-lime{color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important}.bg-lime-lighten-5{color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important}.bg-lime-lighten-4{color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important}.bg-lime-lighten-3{color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important}.bg-lime-lighten-2{color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important}.bg-lime-lighten-1{color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important}.bg-lime-darken-1{color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important}.bg-lime-darken-2{color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important}.bg-lime-darken-3{color:#fff!important}.bg-lime-darken-4{background-color:#827717!important}.bg-lime-darken-4{color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important}.bg-lime-accent-1{color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important}.bg-lime-accent-2{color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important}.bg-lime-accent-3{color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important}.bg-lime-accent-4{color:#000!important}.bg-yellow{background-color:#ffeb3b!important}.bg-yellow{color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important}.bg-yellow-lighten-5{color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important}.bg-yellow-lighten-4{color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important}.bg-yellow-lighten-3{color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important}.bg-yellow-lighten-2{color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important}.bg-yellow-lighten-1{color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important}.bg-yellow-darken-1{color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important}.bg-yellow-darken-2{color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important}.bg-yellow-darken-3{color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important}.bg-yellow-darken-4{color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important}.bg-yellow-accent-1{color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important}.bg-yellow-accent-2{color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important}.bg-yellow-accent-3{color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important}.bg-yellow-accent-4{color:#000!important}.bg-amber{background-color:#ffc107!important}.bg-amber{color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important}.bg-amber-lighten-5{color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important}.bg-amber-lighten-4{color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important}.bg-amber-lighten-3{color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important}.bg-amber-lighten-2{color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important}.bg-amber-lighten-1{color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important}.bg-amber-darken-1{color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important}.bg-amber-darken-2{color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important}.bg-amber-darken-3{color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important}.bg-amber-darken-4{color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important}.bg-amber-accent-1{color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important}.bg-amber-accent-2{color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important}.bg-amber-accent-3{color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important}.bg-amber-accent-4{color:#000!important}.bg-orange{background-color:#ff9800!important}.bg-orange{color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important}.bg-orange-lighten-5{color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important}.bg-orange-lighten-4{color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important}.bg-orange-lighten-3{color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important}.bg-orange-lighten-2{color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important}.bg-orange-lighten-1{color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important}.bg-orange-darken-1{color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important}.bg-orange-darken-2{color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important}.bg-orange-darken-3{color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important}.bg-orange-darken-4{color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important}.bg-orange-accent-1{color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important}.bg-orange-accent-2{color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important}.bg-orange-accent-3{color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important}.bg-orange-accent-4{color:#fff!important}.bg-deep-orange{background-color:#ff5722!important}.bg-deep-orange{color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important}.bg-deep-orange-lighten-5{color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important}.bg-deep-orange-lighten-4{color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important}.bg-deep-orange-lighten-3{color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important}.bg-deep-orange-lighten-2{color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important}.bg-deep-orange-lighten-1{color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important}.bg-deep-orange-darken-1{color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important}.bg-deep-orange-darken-2{color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important}.bg-deep-orange-darken-3{color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important}.bg-deep-orange-darken-4{color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important}.bg-deep-orange-accent-1{color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important}.bg-deep-orange-accent-2{color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important}.bg-deep-orange-accent-3{color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important}.bg-deep-orange-accent-4{color:#fff!important}.bg-brown{background-color:#795548!important}.bg-brown{color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important}.bg-brown-lighten-5{color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important}.bg-brown-lighten-4{color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important}.bg-brown-lighten-3{color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important}.bg-brown-lighten-2{color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important}.bg-brown-lighten-1{color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important}.bg-brown-darken-1{color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important}.bg-brown-darken-2{color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important}.bg-brown-darken-3{color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important}.bg-brown-darken-4{color:#fff!important}.bg-blue-grey{background-color:#607d8b!important}.bg-blue-grey{color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important}.bg-blue-grey-lighten-5{color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important}.bg-blue-grey-lighten-4{color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important}.bg-blue-grey-lighten-3{color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important}.bg-blue-grey-lighten-2{color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important}.bg-blue-grey-lighten-1{color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important}.bg-blue-grey-darken-1{color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important}.bg-blue-grey-darken-2{color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important}.bg-blue-grey-darken-3{color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important}.bg-blue-grey-darken-4{color:#fff!important}.bg-grey{background-color:#9e9e9e!important}.bg-grey{color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important}.bg-grey-lighten-5{color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important}.bg-grey-lighten-4{color:#000!important}.bg-grey-lighten-3{background-color:#eee!important}.bg-grey-lighten-3{color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important}.bg-grey-lighten-2{color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important}.bg-grey-lighten-1{color:#000!important}.bg-grey-darken-1{background-color:#757575!important}.bg-grey-darken-1{color:#fff!important}.bg-grey-darken-2{background-color:#616161!important}.bg-grey-darken-2{color:#fff!important}.bg-grey-darken-3{background-color:#424242!important}.bg-grey-darken-3{color:#fff!important}.bg-grey-darken-4{background-color:#212121!important}.bg-grey-darken-4{color:#fff!important}.bg-shades-black{background-color:#000!important}.bg-shades-black{color:#fff!important}.bg-shades-white{background-color:#fff!important}.bg-shades-white{color:#000!important}.bg-shades-transparent{background-color:transparent!important}.bg-shades-transparent{color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */@media (prefers-reduced-motion: no-preference){.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:20px 0 20px 30px;font-size:18px;font-weight:300}html{font-family:Inter,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{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))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{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))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{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))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{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))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{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))!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.pointer-pass-through{pointer-events:none!important}.pointer-pass-through>*{pointer-events:auto!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.justify-items-start{justify-items:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:5px!important}.ga-2{gap:10px!important}.ga-3{gap:15px!important}.ga-4{gap:20px!important}.ga-5{gap:25px!important}.ga-6{gap:30px!important}.ga-7{gap:35px!important}.ga-8{gap:40px!important}.ga-9{gap:45px!important}.ga-10{gap:50px!important}.ga-11{gap:55px!important}.ga-12{gap:60px!important}.ga-13{gap:65px!important}.ga-14{gap:70px!important}.ga-15{gap:75px!important}.ga-16{gap:80px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:5px!important}.gr-2{row-gap:10px!important}.gr-3{row-gap:15px!important}.gr-4{row-gap:20px!important}.gr-5{row-gap:25px!important}.gr-6{row-gap:30px!important}.gr-7{row-gap:35px!important}.gr-8{row-gap:40px!important}.gr-9{row-gap:45px!important}.gr-10{row-gap:50px!important}.gr-11{row-gap:55px!important}.gr-12{row-gap:60px!important}.gr-13{row-gap:65px!important}.gr-14{row-gap:70px!important}.gr-15{row-gap:75px!important}.gr-16{row-gap:80px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:5px!important}.gc-2{column-gap:10px!important}.gc-3{column-gap:15px!important}.gc-4{column-gap:20px!important}.gc-5{column-gap:25px!important}.gc-6{column-gap:30px!important}.gc-7{column-gap:35px!important}.gc-8{column-gap:40px!important}.gc-9{column-gap:45px!important}.gc-10{column-gap:50px!important}.gc-11{column-gap:55px!important}.gc-12{column-gap:60px!important}.gc-13{column-gap:65px!important}.gc-14{column-gap:70px!important}.gc-15{column-gap:75px!important}.gc-16{column-gap:80px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:5px!important}.ma-2{margin:10px!important}.ma-3{margin:15px!important}.ma-4{margin:20px!important}.ma-5{margin:25px!important}.ma-6{margin:30px!important}.ma-7{margin:35px!important}.ma-8{margin:40px!important}.ma-9{margin:45px!important}.ma-10{margin:50px!important}.ma-11{margin:55px!important}.ma-12{margin:60px!important}.ma-13{margin:65px!important}.ma-14{margin:70px!important}.ma-15{margin:75px!important}.ma-16{margin:80px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:5px!important;margin-left:5px!important}.mx-2{margin-right:10px!important;margin-left:10px!important}.mx-3{margin-right:15px!important;margin-left:15px!important}.mx-4{margin-right:20px!important;margin-left:20px!important}.mx-5{margin-right:25px!important;margin-left:25px!important}.mx-6{margin-right:30px!important;margin-left:30px!important}.mx-7{margin-right:35px!important;margin-left:35px!important}.mx-8{margin-right:40px!important;margin-left:40px!important}.mx-9{margin-right:45px!important;margin-left:45px!important}.mx-10{margin-right:50px!important;margin-left:50px!important}.mx-11{margin-right:55px!important;margin-left:55px!important}.mx-12{margin-right:60px!important;margin-left:60px!important}.mx-13{margin-right:65px!important;margin-left:65px!important}.mx-14{margin-right:70px!important;margin-left:70px!important}.mx-15{margin-right:75px!important;margin-left:75px!important}.mx-16{margin-right:80px!important;margin-left:80px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:5px!important;margin-bottom:5px!important}.my-2{margin-top:10px!important;margin-bottom:10px!important}.my-3{margin-top:15px!important;margin-bottom:15px!important}.my-4{margin-top:20px!important;margin-bottom:20px!important}.my-5{margin-top:25px!important;margin-bottom:25px!important}.my-6{margin-top:30px!important;margin-bottom:30px!important}.my-7{margin-top:35px!important;margin-bottom:35px!important}.my-8{margin-top:40px!important;margin-bottom:40px!important}.my-9{margin-top:45px!important;margin-bottom:45px!important}.my-10{margin-top:50px!important;margin-bottom:50px!important}.my-11{margin-top:55px!important;margin-bottom:55px!important}.my-12{margin-top:60px!important;margin-bottom:60px!important}.my-13{margin-top:65px!important;margin-bottom:65px!important}.my-14{margin-top:70px!important;margin-bottom:70px!important}.my-15{margin-top:75px!important;margin-bottom:75px!important}.my-16{margin-top:80px!important;margin-bottom:80px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:5px!important}.mt-2{margin-top:10px!important}.mt-3{margin-top:15px!important}.mt-4{margin-top:20px!important}.mt-5{margin-top:25px!important}.mt-6{margin-top:30px!important}.mt-7{margin-top:35px!important}.mt-8{margin-top:40px!important}.mt-9{margin-top:45px!important}.mt-10{margin-top:50px!important}.mt-11{margin-top:55px!important}.mt-12{margin-top:60px!important}.mt-13{margin-top:65px!important}.mt-14{margin-top:70px!important}.mt-15{margin-top:75px!important}.mt-16{margin-top:80px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:5px!important}.mr-2{margin-right:10px!important}.mr-3{margin-right:15px!important}.mr-4{margin-right:20px!important}.mr-5{margin-right:25px!important}.mr-6{margin-right:30px!important}.mr-7{margin-right:35px!important}.mr-8{margin-right:40px!important}.mr-9{margin-right:45px!important}.mr-10{margin-right:50px!important}.mr-11{margin-right:55px!important}.mr-12{margin-right:60px!important}.mr-13{margin-right:65px!important}.mr-14{margin-right:70px!important}.mr-15{margin-right:75px!important}.mr-16{margin-right:80px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:5px!important}.mb-2{margin-bottom:10px!important}.mb-3{margin-bottom:15px!important}.mb-4{margin-bottom:20px!important}.mb-5{margin-bottom:25px!important}.mb-6{margin-bottom:30px!important}.mb-7{margin-bottom:35px!important}.mb-8{margin-bottom:40px!important}.mb-9{margin-bottom:45px!important}.mb-10{margin-bottom:50px!important}.mb-11{margin-bottom:55px!important}.mb-12{margin-bottom:60px!important}.mb-13{margin-bottom:65px!important}.mb-14{margin-bottom:70px!important}.mb-15{margin-bottom:75px!important}.mb-16{margin-bottom:80px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:5px!important}.ml-2{margin-left:10px!important}.ml-3{margin-left:15px!important}.ml-4{margin-left:20px!important}.ml-5{margin-left:25px!important}.ml-6{margin-left:30px!important}.ml-7{margin-left:35px!important}.ml-8{margin-left:40px!important}.ml-9{margin-left:45px!important}.ml-10{margin-left:50px!important}.ml-11{margin-left:55px!important}.ml-12{margin-left:60px!important}.ml-13{margin-left:65px!important}.ml-14{margin-left:70px!important}.ml-15{margin-left:75px!important}.ml-16{margin-left:80px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:5px!important}.ms-2{margin-inline-start:10px!important}.ms-3{margin-inline-start:15px!important}.ms-4{margin-inline-start:20px!important}.ms-5{margin-inline-start:25px!important}.ms-6{margin-inline-start:30px!important}.ms-7{margin-inline-start:35px!important}.ms-8{margin-inline-start:40px!important}.ms-9{margin-inline-start:45px!important}.ms-10{margin-inline-start:50px!important}.ms-11{margin-inline-start:55px!important}.ms-12{margin-inline-start:60px!important}.ms-13{margin-inline-start:65px!important}.ms-14{margin-inline-start:70px!important}.ms-15{margin-inline-start:75px!important}.ms-16{margin-inline-start:80px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:5px!important}.me-2{margin-inline-end:10px!important}.me-3{margin-inline-end:15px!important}.me-4{margin-inline-end:20px!important}.me-5{margin-inline-end:25px!important}.me-6{margin-inline-end:30px!important}.me-7{margin-inline-end:35px!important}.me-8{margin-inline-end:40px!important}.me-9{margin-inline-end:45px!important}.me-10{margin-inline-end:50px!important}.me-11{margin-inline-end:55px!important}.me-12{margin-inline-end:60px!important}.me-13{margin-inline-end:65px!important}.me-14{margin-inline-end:70px!important}.me-15{margin-inline-end:75px!important}.me-16{margin-inline-end:80px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-5px!important}.ma-n2{margin:-10px!important}.ma-n3{margin:-15px!important}.ma-n4{margin:-20px!important}.ma-n5{margin:-25px!important}.ma-n6{margin:-30px!important}.ma-n7{margin:-35px!important}.ma-n8{margin:-40px!important}.ma-n9{margin:-45px!important}.ma-n10{margin:-50px!important}.ma-n11{margin:-55px!important}.ma-n12{margin:-60px!important}.ma-n13{margin:-65px!important}.ma-n14{margin:-70px!important}.ma-n15{margin:-75px!important}.ma-n16{margin:-80px!important}.mx-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-n16{margin-right:-80px!important;margin-left:-80px!important}.my-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-n1{margin-top:-5px!important}.mt-n2{margin-top:-10px!important}.mt-n3{margin-top:-15px!important}.mt-n4{margin-top:-20px!important}.mt-n5{margin-top:-25px!important}.mt-n6{margin-top:-30px!important}.mt-n7{margin-top:-35px!important}.mt-n8{margin-top:-40px!important}.mt-n9{margin-top:-45px!important}.mt-n10{margin-top:-50px!important}.mt-n11{margin-top:-55px!important}.mt-n12{margin-top:-60px!important}.mt-n13{margin-top:-65px!important}.mt-n14{margin-top:-70px!important}.mt-n15{margin-top:-75px!important}.mt-n16{margin-top:-80px!important}.mr-n1{margin-right:-5px!important}.mr-n2{margin-right:-10px!important}.mr-n3{margin-right:-15px!important}.mr-n4{margin-right:-20px!important}.mr-n5{margin-right:-25px!important}.mr-n6{margin-right:-30px!important}.mr-n7{margin-right:-35px!important}.mr-n8{margin-right:-40px!important}.mr-n9{margin-right:-45px!important}.mr-n10{margin-right:-50px!important}.mr-n11{margin-right:-55px!important}.mr-n12{margin-right:-60px!important}.mr-n13{margin-right:-65px!important}.mr-n14{margin-right:-70px!important}.mr-n15{margin-right:-75px!important}.mr-n16{margin-right:-80px!important}.mb-n1{margin-bottom:-5px!important}.mb-n2{margin-bottom:-10px!important}.mb-n3{margin-bottom:-15px!important}.mb-n4{margin-bottom:-20px!important}.mb-n5{margin-bottom:-25px!important}.mb-n6{margin-bottom:-30px!important}.mb-n7{margin-bottom:-35px!important}.mb-n8{margin-bottom:-40px!important}.mb-n9{margin-bottom:-45px!important}.mb-n10{margin-bottom:-50px!important}.mb-n11{margin-bottom:-55px!important}.mb-n12{margin-bottom:-60px!important}.mb-n13{margin-bottom:-65px!important}.mb-n14{margin-bottom:-70px!important}.mb-n15{margin-bottom:-75px!important}.mb-n16{margin-bottom:-80px!important}.ml-n1{margin-left:-5px!important}.ml-n2{margin-left:-10px!important}.ml-n3{margin-left:-15px!important}.ml-n4{margin-left:-20px!important}.ml-n5{margin-left:-25px!important}.ml-n6{margin-left:-30px!important}.ml-n7{margin-left:-35px!important}.ml-n8{margin-left:-40px!important}.ml-n9{margin-left:-45px!important}.ml-n10{margin-left:-50px!important}.ml-n11{margin-left:-55px!important}.ml-n12{margin-left:-60px!important}.ml-n13{margin-left:-65px!important}.ml-n14{margin-left:-70px!important}.ml-n15{margin-left:-75px!important}.ml-n16{margin-left:-80px!important}.ms-n1{margin-inline-start:-5px!important}.ms-n2{margin-inline-start:-10px!important}.ms-n3{margin-inline-start:-15px!important}.ms-n4{margin-inline-start:-20px!important}.ms-n5{margin-inline-start:-25px!important}.ms-n6{margin-inline-start:-30px!important}.ms-n7{margin-inline-start:-35px!important}.ms-n8{margin-inline-start:-40px!important}.ms-n9{margin-inline-start:-45px!important}.ms-n10{margin-inline-start:-50px!important}.ms-n11{margin-inline-start:-55px!important}.ms-n12{margin-inline-start:-60px!important}.ms-n13{margin-inline-start:-65px!important}.ms-n14{margin-inline-start:-70px!important}.ms-n15{margin-inline-start:-75px!important}.ms-n16{margin-inline-start:-80px!important}.me-n1{margin-inline-end:-5px!important}.me-n2{margin-inline-end:-10px!important}.me-n3{margin-inline-end:-15px!important}.me-n4{margin-inline-end:-20px!important}.me-n5{margin-inline-end:-25px!important}.me-n6{margin-inline-end:-30px!important}.me-n7{margin-inline-end:-35px!important}.me-n8{margin-inline-end:-40px!important}.me-n9{margin-inline-end:-45px!important}.me-n10{margin-inline-end:-50px!important}.me-n11{margin-inline-end:-55px!important}.me-n12{margin-inline-end:-60px!important}.me-n13{margin-inline-end:-65px!important}.me-n14{margin-inline-end:-70px!important}.me-n15{margin-inline-end:-75px!important}.me-n16{margin-inline-end:-80px!important}.pa-0{padding:0!important}.pa-1{padding:5px!important}.pa-2{padding:10px!important}.pa-3{padding:15px!important}.pa-4{padding:20px!important}.pa-5{padding:25px!important}.pa-6{padding:30px!important}.pa-7{padding:35px!important}.pa-8{padding:40px!important}.pa-9{padding:45px!important}.pa-10{padding:50px!important}.pa-11{padding:55px!important}.pa-12{padding:60px!important}.pa-13{padding:65px!important}.pa-14{padding:70px!important}.pa-15{padding:75px!important}.pa-16{padding:80px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:5px!important;padding-left:5px!important}.px-2{padding-right:10px!important;padding-left:10px!important}.px-3{padding-right:15px!important;padding-left:15px!important}.px-4{padding-right:20px!important;padding-left:20px!important}.px-5{padding-right:25px!important;padding-left:25px!important}.px-6{padding-right:30px!important;padding-left:30px!important}.px-7{padding-right:35px!important;padding-left:35px!important}.px-8{padding-right:40px!important;padding-left:40px!important}.px-9{padding-right:45px!important;padding-left:45px!important}.px-10{padding-right:50px!important;padding-left:50px!important}.px-11{padding-right:55px!important;padding-left:55px!important}.px-12{padding-right:60px!important;padding-left:60px!important}.px-13{padding-right:65px!important;padding-left:65px!important}.px-14{padding-right:70px!important;padding-left:70px!important}.px-15{padding-right:75px!important;padding-left:75px!important}.px-16{padding-right:80px!important;padding-left:80px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:5px!important;padding-bottom:5px!important}.py-2{padding-top:10px!important;padding-bottom:10px!important}.py-3{padding-top:15px!important;padding-bottom:15px!important}.py-4{padding-top:20px!important;padding-bottom:20px!important}.py-5{padding-top:25px!important;padding-bottom:25px!important}.py-6{padding-top:30px!important;padding-bottom:30px!important}.py-7{padding-top:35px!important;padding-bottom:35px!important}.py-8{padding-top:40px!important;padding-bottom:40px!important}.py-9{padding-top:45px!important;padding-bottom:45px!important}.py-10{padding-top:50px!important;padding-bottom:50px!important}.py-11{padding-top:55px!important;padding-bottom:55px!important}.py-12{padding-top:60px!important;padding-bottom:60px!important}.py-13{padding-top:65px!important;padding-bottom:65px!important}.py-14{padding-top:70px!important;padding-bottom:70px!important}.py-15{padding-top:75px!important;padding-bottom:75px!important}.py-16{padding-top:80px!important;padding-bottom:80px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:5px!important}.pt-2{padding-top:10px!important}.pt-3{padding-top:15px!important}.pt-4{padding-top:20px!important}.pt-5{padding-top:25px!important}.pt-6{padding-top:30px!important}.pt-7{padding-top:35px!important}.pt-8{padding-top:40px!important}.pt-9{padding-top:45px!important}.pt-10{padding-top:50px!important}.pt-11{padding-top:55px!important}.pt-12{padding-top:60px!important}.pt-13{padding-top:65px!important}.pt-14{padding-top:70px!important}.pt-15{padding-top:75px!important}.pt-16{padding-top:80px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:5px!important}.pr-2{padding-right:10px!important}.pr-3{padding-right:15px!important}.pr-4{padding-right:20px!important}.pr-5{padding-right:25px!important}.pr-6{padding-right:30px!important}.pr-7{padding-right:35px!important}.pr-8{padding-right:40px!important}.pr-9{padding-right:45px!important}.pr-10{padding-right:50px!important}.pr-11{padding-right:55px!important}.pr-12{padding-right:60px!important}.pr-13{padding-right:65px!important}.pr-14{padding-right:70px!important}.pr-15{padding-right:75px!important}.pr-16{padding-right:80px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:5px!important}.pb-2{padding-bottom:10px!important}.pb-3{padding-bottom:15px!important}.pb-4{padding-bottom:20px!important}.pb-5{padding-bottom:25px!important}.pb-6{padding-bottom:30px!important}.pb-7{padding-bottom:35px!important}.pb-8{padding-bottom:40px!important}.pb-9{padding-bottom:45px!important}.pb-10{padding-bottom:50px!important}.pb-11{padding-bottom:55px!important}.pb-12{padding-bottom:60px!important}.pb-13{padding-bottom:65px!important}.pb-14{padding-bottom:70px!important}.pb-15{padding-bottom:75px!important}.pb-16{padding-bottom:80px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:5px!important}.pl-2{padding-left:10px!important}.pl-3{padding-left:15px!important}.pl-4{padding-left:20px!important}.pl-5{padding-left:25px!important}.pl-6{padding-left:30px!important}.pl-7{padding-left:35px!important}.pl-8{padding-left:40px!important}.pl-9{padding-left:45px!important}.pl-10{padding-left:50px!important}.pl-11{padding-left:55px!important}.pl-12{padding-left:60px!important}.pl-13{padding-left:65px!important}.pl-14{padding-left:70px!important}.pl-15{padding-left:75px!important}.pl-16{padding-left:80px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:5px!important}.ps-2{padding-inline-start:10px!important}.ps-3{padding-inline-start:15px!important}.ps-4{padding-inline-start:20px!important}.ps-5{padding-inline-start:25px!important}.ps-6{padding-inline-start:30px!important}.ps-7{padding-inline-start:35px!important}.ps-8{padding-inline-start:40px!important}.ps-9{padding-inline-start:45px!important}.ps-10{padding-inline-start:50px!important}.ps-11{padding-inline-start:55px!important}.ps-12{padding-inline-start:60px!important}.ps-13{padding-inline-start:65px!important}.ps-14{padding-inline-start:70px!important}.ps-15{padding-inline-start:75px!important}.ps-16{padding-inline-start:80px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:5px!important}.pe-2{padding-inline-end:10px!important}.pe-3{padding-inline-end:15px!important}.pe-4{padding-inline-end:20px!important}.pe-5{padding-inline-end:25px!important}.pe-6{padding-inline-end:30px!important}.pe-7{padding-inline-end:35px!important}.pe-8{padding-inline-end:40px!important}.pe-9{padding-inline-end:45px!important}.pe-10{padding-inline-end:50px!important}.pe-11{padding-inline-end:55px!important}.pe-12{padding-inline-end:60px!important}.pe-13{padding-inline-end:65px!important}.pe-14{padding-inline-end:70px!important}.pe-15{padding-inline-end:75px!important}.pe-16{padding-inline-end:80px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-current{border-color:currentColor!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.justify-items-sm-start{justify-items:flex-start!important}.justify-items-sm-end{justify-items:flex-end!important}.justify-items-sm-center{justify-items:center!important}.justify-items-sm-stretch{justify-items:stretch!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:5px!important}.ga-sm-2{gap:10px!important}.ga-sm-3{gap:15px!important}.ga-sm-4{gap:20px!important}.ga-sm-5{gap:25px!important}.ga-sm-6{gap:30px!important}.ga-sm-7{gap:35px!important}.ga-sm-8{gap:40px!important}.ga-sm-9{gap:45px!important}.ga-sm-10{gap:50px!important}.ga-sm-11{gap:55px!important}.ga-sm-12{gap:60px!important}.ga-sm-13{gap:65px!important}.ga-sm-14{gap:70px!important}.ga-sm-15{gap:75px!important}.ga-sm-16{gap:80px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:5px!important}.gr-sm-2{row-gap:10px!important}.gr-sm-3{row-gap:15px!important}.gr-sm-4{row-gap:20px!important}.gr-sm-5{row-gap:25px!important}.gr-sm-6{row-gap:30px!important}.gr-sm-7{row-gap:35px!important}.gr-sm-8{row-gap:40px!important}.gr-sm-9{row-gap:45px!important}.gr-sm-10{row-gap:50px!important}.gr-sm-11{row-gap:55px!important}.gr-sm-12{row-gap:60px!important}.gr-sm-13{row-gap:65px!important}.gr-sm-14{row-gap:70px!important}.gr-sm-15{row-gap:75px!important}.gr-sm-16{row-gap:80px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:5px!important}.gc-sm-2{column-gap:10px!important}.gc-sm-3{column-gap:15px!important}.gc-sm-4{column-gap:20px!important}.gc-sm-5{column-gap:25px!important}.gc-sm-6{column-gap:30px!important}.gc-sm-7{column-gap:35px!important}.gc-sm-8{column-gap:40px!important}.gc-sm-9{column-gap:45px!important}.gc-sm-10{column-gap:50px!important}.gc-sm-11{column-gap:55px!important}.gc-sm-12{column-gap:60px!important}.gc-sm-13{column-gap:65px!important}.gc-sm-14{column-gap:70px!important}.gc-sm-15{column-gap:75px!important}.gc-sm-16{column-gap:80px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:5px!important}.ma-sm-2{margin:10px!important}.ma-sm-3{margin:15px!important}.ma-sm-4{margin:20px!important}.ma-sm-5{margin:25px!important}.ma-sm-6{margin:30px!important}.ma-sm-7{margin:35px!important}.ma-sm-8{margin:40px!important}.ma-sm-9{margin:45px!important}.ma-sm-10{margin:50px!important}.ma-sm-11{margin:55px!important}.ma-sm-12{margin:60px!important}.ma-sm-13{margin:65px!important}.ma-sm-14{margin:70px!important}.ma-sm-15{margin:75px!important}.ma-sm-16{margin:80px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:5px!important;margin-left:5px!important}.mx-sm-2{margin-right:10px!important;margin-left:10px!important}.mx-sm-3{margin-right:15px!important;margin-left:15px!important}.mx-sm-4{margin-right:20px!important;margin-left:20px!important}.mx-sm-5{margin-right:25px!important;margin-left:25px!important}.mx-sm-6{margin-right:30px!important;margin-left:30px!important}.mx-sm-7{margin-right:35px!important;margin-left:35px!important}.mx-sm-8{margin-right:40px!important;margin-left:40px!important}.mx-sm-9{margin-right:45px!important;margin-left:45px!important}.mx-sm-10{margin-right:50px!important;margin-left:50px!important}.mx-sm-11{margin-right:55px!important;margin-left:55px!important}.mx-sm-12{margin-right:60px!important;margin-left:60px!important}.mx-sm-13{margin-right:65px!important;margin-left:65px!important}.mx-sm-14{margin-right:70px!important;margin-left:70px!important}.mx-sm-15{margin-right:75px!important;margin-left:75px!important}.mx-sm-16{margin-right:80px!important;margin-left:80px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:5px!important;margin-bottom:5px!important}.my-sm-2{margin-top:10px!important;margin-bottom:10px!important}.my-sm-3{margin-top:15px!important;margin-bottom:15px!important}.my-sm-4{margin-top:20px!important;margin-bottom:20px!important}.my-sm-5{margin-top:25px!important;margin-bottom:25px!important}.my-sm-6{margin-top:30px!important;margin-bottom:30px!important}.my-sm-7{margin-top:35px!important;margin-bottom:35px!important}.my-sm-8{margin-top:40px!important;margin-bottom:40px!important}.my-sm-9{margin-top:45px!important;margin-bottom:45px!important}.my-sm-10{margin-top:50px!important;margin-bottom:50px!important}.my-sm-11{margin-top:55px!important;margin-bottom:55px!important}.my-sm-12{margin-top:60px!important;margin-bottom:60px!important}.my-sm-13{margin-top:65px!important;margin-bottom:65px!important}.my-sm-14{margin-top:70px!important;margin-bottom:70px!important}.my-sm-15{margin-top:75px!important;margin-bottom:75px!important}.my-sm-16{margin-top:80px!important;margin-bottom:80px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:5px!important}.mt-sm-2{margin-top:10px!important}.mt-sm-3{margin-top:15px!important}.mt-sm-4{margin-top:20px!important}.mt-sm-5{margin-top:25px!important}.mt-sm-6{margin-top:30px!important}.mt-sm-7{margin-top:35px!important}.mt-sm-8{margin-top:40px!important}.mt-sm-9{margin-top:45px!important}.mt-sm-10{margin-top:50px!important}.mt-sm-11{margin-top:55px!important}.mt-sm-12{margin-top:60px!important}.mt-sm-13{margin-top:65px!important}.mt-sm-14{margin-top:70px!important}.mt-sm-15{margin-top:75px!important}.mt-sm-16{margin-top:80px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:5px!important}.mr-sm-2{margin-right:10px!important}.mr-sm-3{margin-right:15px!important}.mr-sm-4{margin-right:20px!important}.mr-sm-5{margin-right:25px!important}.mr-sm-6{margin-right:30px!important}.mr-sm-7{margin-right:35px!important}.mr-sm-8{margin-right:40px!important}.mr-sm-9{margin-right:45px!important}.mr-sm-10{margin-right:50px!important}.mr-sm-11{margin-right:55px!important}.mr-sm-12{margin-right:60px!important}.mr-sm-13{margin-right:65px!important}.mr-sm-14{margin-right:70px!important}.mr-sm-15{margin-right:75px!important}.mr-sm-16{margin-right:80px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:5px!important}.mb-sm-2{margin-bottom:10px!important}.mb-sm-3{margin-bottom:15px!important}.mb-sm-4{margin-bottom:20px!important}.mb-sm-5{margin-bottom:25px!important}.mb-sm-6{margin-bottom:30px!important}.mb-sm-7{margin-bottom:35px!important}.mb-sm-8{margin-bottom:40px!important}.mb-sm-9{margin-bottom:45px!important}.mb-sm-10{margin-bottom:50px!important}.mb-sm-11{margin-bottom:55px!important}.mb-sm-12{margin-bottom:60px!important}.mb-sm-13{margin-bottom:65px!important}.mb-sm-14{margin-bottom:70px!important}.mb-sm-15{margin-bottom:75px!important}.mb-sm-16{margin-bottom:80px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:5px!important}.ml-sm-2{margin-left:10px!important}.ml-sm-3{margin-left:15px!important}.ml-sm-4{margin-left:20px!important}.ml-sm-5{margin-left:25px!important}.ml-sm-6{margin-left:30px!important}.ml-sm-7{margin-left:35px!important}.ml-sm-8{margin-left:40px!important}.ml-sm-9{margin-left:45px!important}.ml-sm-10{margin-left:50px!important}.ml-sm-11{margin-left:55px!important}.ml-sm-12{margin-left:60px!important}.ml-sm-13{margin-left:65px!important}.ml-sm-14{margin-left:70px!important}.ml-sm-15{margin-left:75px!important}.ml-sm-16{margin-left:80px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:5px!important}.ms-sm-2{margin-inline-start:10px!important}.ms-sm-3{margin-inline-start:15px!important}.ms-sm-4{margin-inline-start:20px!important}.ms-sm-5{margin-inline-start:25px!important}.ms-sm-6{margin-inline-start:30px!important}.ms-sm-7{margin-inline-start:35px!important}.ms-sm-8{margin-inline-start:40px!important}.ms-sm-9{margin-inline-start:45px!important}.ms-sm-10{margin-inline-start:50px!important}.ms-sm-11{margin-inline-start:55px!important}.ms-sm-12{margin-inline-start:60px!important}.ms-sm-13{margin-inline-start:65px!important}.ms-sm-14{margin-inline-start:70px!important}.ms-sm-15{margin-inline-start:75px!important}.ms-sm-16{margin-inline-start:80px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:5px!important}.me-sm-2{margin-inline-end:10px!important}.me-sm-3{margin-inline-end:15px!important}.me-sm-4{margin-inline-end:20px!important}.me-sm-5{margin-inline-end:25px!important}.me-sm-6{margin-inline-end:30px!important}.me-sm-7{margin-inline-end:35px!important}.me-sm-8{margin-inline-end:40px!important}.me-sm-9{margin-inline-end:45px!important}.me-sm-10{margin-inline-end:50px!important}.me-sm-11{margin-inline-end:55px!important}.me-sm-12{margin-inline-end:60px!important}.me-sm-13{margin-inline-end:65px!important}.me-sm-14{margin-inline-end:70px!important}.me-sm-15{margin-inline-end:75px!important}.me-sm-16{margin-inline-end:80px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-5px!important}.ma-sm-n2{margin:-10px!important}.ma-sm-n3{margin:-15px!important}.ma-sm-n4{margin:-20px!important}.ma-sm-n5{margin:-25px!important}.ma-sm-n6{margin:-30px!important}.ma-sm-n7{margin:-35px!important}.ma-sm-n8{margin:-40px!important}.ma-sm-n9{margin:-45px!important}.ma-sm-n10{margin:-50px!important}.ma-sm-n11{margin:-55px!important}.ma-sm-n12{margin:-60px!important}.ma-sm-n13{margin:-65px!important}.ma-sm-n14{margin:-70px!important}.ma-sm-n15{margin:-75px!important}.ma-sm-n16{margin:-80px!important}.mx-sm-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-sm-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-sm-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-sm-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-sm-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-sm-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-sm-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-sm-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-sm-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-sm-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-sm-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-sm-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-sm-n16{margin-right:-80px!important;margin-left:-80px!important}.my-sm-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-sm-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-sm-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-sm-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-sm-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-sm-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-sm-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-sm-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-sm-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-sm-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-sm-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-sm-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-sm-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-sm-n1{margin-top:-5px!important}.mt-sm-n2{margin-top:-10px!important}.mt-sm-n3{margin-top:-15px!important}.mt-sm-n4{margin-top:-20px!important}.mt-sm-n5{margin-top:-25px!important}.mt-sm-n6{margin-top:-30px!important}.mt-sm-n7{margin-top:-35px!important}.mt-sm-n8{margin-top:-40px!important}.mt-sm-n9{margin-top:-45px!important}.mt-sm-n10{margin-top:-50px!important}.mt-sm-n11{margin-top:-55px!important}.mt-sm-n12{margin-top:-60px!important}.mt-sm-n13{margin-top:-65px!important}.mt-sm-n14{margin-top:-70px!important}.mt-sm-n15{margin-top:-75px!important}.mt-sm-n16{margin-top:-80px!important}.mr-sm-n1{margin-right:-5px!important}.mr-sm-n2{margin-right:-10px!important}.mr-sm-n3{margin-right:-15px!important}.mr-sm-n4{margin-right:-20px!important}.mr-sm-n5{margin-right:-25px!important}.mr-sm-n6{margin-right:-30px!important}.mr-sm-n7{margin-right:-35px!important}.mr-sm-n8{margin-right:-40px!important}.mr-sm-n9{margin-right:-45px!important}.mr-sm-n10{margin-right:-50px!important}.mr-sm-n11{margin-right:-55px!important}.mr-sm-n12{margin-right:-60px!important}.mr-sm-n13{margin-right:-65px!important}.mr-sm-n14{margin-right:-70px!important}.mr-sm-n15{margin-right:-75px!important}.mr-sm-n16{margin-right:-80px!important}.mb-sm-n1{margin-bottom:-5px!important}.mb-sm-n2{margin-bottom:-10px!important}.mb-sm-n3{margin-bottom:-15px!important}.mb-sm-n4{margin-bottom:-20px!important}.mb-sm-n5{margin-bottom:-25px!important}.mb-sm-n6{margin-bottom:-30px!important}.mb-sm-n7{margin-bottom:-35px!important}.mb-sm-n8{margin-bottom:-40px!important}.mb-sm-n9{margin-bottom:-45px!important}.mb-sm-n10{margin-bottom:-50px!important}.mb-sm-n11{margin-bottom:-55px!important}.mb-sm-n12{margin-bottom:-60px!important}.mb-sm-n13{margin-bottom:-65px!important}.mb-sm-n14{margin-bottom:-70px!important}.mb-sm-n15{margin-bottom:-75px!important}.mb-sm-n16{margin-bottom:-80px!important}.ml-sm-n1{margin-left:-5px!important}.ml-sm-n2{margin-left:-10px!important}.ml-sm-n3{margin-left:-15px!important}.ml-sm-n4{margin-left:-20px!important}.ml-sm-n5{margin-left:-25px!important}.ml-sm-n6{margin-left:-30px!important}.ml-sm-n7{margin-left:-35px!important}.ml-sm-n8{margin-left:-40px!important}.ml-sm-n9{margin-left:-45px!important}.ml-sm-n10{margin-left:-50px!important}.ml-sm-n11{margin-left:-55px!important}.ml-sm-n12{margin-left:-60px!important}.ml-sm-n13{margin-left:-65px!important}.ml-sm-n14{margin-left:-70px!important}.ml-sm-n15{margin-left:-75px!important}.ml-sm-n16{margin-left:-80px!important}.ms-sm-n1{margin-inline-start:-5px!important}.ms-sm-n2{margin-inline-start:-10px!important}.ms-sm-n3{margin-inline-start:-15px!important}.ms-sm-n4{margin-inline-start:-20px!important}.ms-sm-n5{margin-inline-start:-25px!important}.ms-sm-n6{margin-inline-start:-30px!important}.ms-sm-n7{margin-inline-start:-35px!important}.ms-sm-n8{margin-inline-start:-40px!important}.ms-sm-n9{margin-inline-start:-45px!important}.ms-sm-n10{margin-inline-start:-50px!important}.ms-sm-n11{margin-inline-start:-55px!important}.ms-sm-n12{margin-inline-start:-60px!important}.ms-sm-n13{margin-inline-start:-65px!important}.ms-sm-n14{margin-inline-start:-70px!important}.ms-sm-n15{margin-inline-start:-75px!important}.ms-sm-n16{margin-inline-start:-80px!important}.me-sm-n1{margin-inline-end:-5px!important}.me-sm-n2{margin-inline-end:-10px!important}.me-sm-n3{margin-inline-end:-15px!important}.me-sm-n4{margin-inline-end:-20px!important}.me-sm-n5{margin-inline-end:-25px!important}.me-sm-n6{margin-inline-end:-30px!important}.me-sm-n7{margin-inline-end:-35px!important}.me-sm-n8{margin-inline-end:-40px!important}.me-sm-n9{margin-inline-end:-45px!important}.me-sm-n10{margin-inline-end:-50px!important}.me-sm-n11{margin-inline-end:-55px!important}.me-sm-n12{margin-inline-end:-60px!important}.me-sm-n13{margin-inline-end:-65px!important}.me-sm-n14{margin-inline-end:-70px!important}.me-sm-n15{margin-inline-end:-75px!important}.me-sm-n16{margin-inline-end:-80px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:5px!important}.pa-sm-2{padding:10px!important}.pa-sm-3{padding:15px!important}.pa-sm-4{padding:20px!important}.pa-sm-5{padding:25px!important}.pa-sm-6{padding:30px!important}.pa-sm-7{padding:35px!important}.pa-sm-8{padding:40px!important}.pa-sm-9{padding:45px!important}.pa-sm-10{padding:50px!important}.pa-sm-11{padding:55px!important}.pa-sm-12{padding:60px!important}.pa-sm-13{padding:65px!important}.pa-sm-14{padding:70px!important}.pa-sm-15{padding:75px!important}.pa-sm-16{padding:80px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:5px!important;padding-left:5px!important}.px-sm-2{padding-right:10px!important;padding-left:10px!important}.px-sm-3{padding-right:15px!important;padding-left:15px!important}.px-sm-4{padding-right:20px!important;padding-left:20px!important}.px-sm-5{padding-right:25px!important;padding-left:25px!important}.px-sm-6{padding-right:30px!important;padding-left:30px!important}.px-sm-7{padding-right:35px!important;padding-left:35px!important}.px-sm-8{padding-right:40px!important;padding-left:40px!important}.px-sm-9{padding-right:45px!important;padding-left:45px!important}.px-sm-10{padding-right:50px!important;padding-left:50px!important}.px-sm-11{padding-right:55px!important;padding-left:55px!important}.px-sm-12{padding-right:60px!important;padding-left:60px!important}.px-sm-13{padding-right:65px!important;padding-left:65px!important}.px-sm-14{padding-right:70px!important;padding-left:70px!important}.px-sm-15{padding-right:75px!important;padding-left:75px!important}.px-sm-16{padding-right:80px!important;padding-left:80px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:5px!important;padding-bottom:5px!important}.py-sm-2{padding-top:10px!important;padding-bottom:10px!important}.py-sm-3{padding-top:15px!important;padding-bottom:15px!important}.py-sm-4{padding-top:20px!important;padding-bottom:20px!important}.py-sm-5{padding-top:25px!important;padding-bottom:25px!important}.py-sm-6{padding-top:30px!important;padding-bottom:30px!important}.py-sm-7{padding-top:35px!important;padding-bottom:35px!important}.py-sm-8{padding-top:40px!important;padding-bottom:40px!important}.py-sm-9{padding-top:45px!important;padding-bottom:45px!important}.py-sm-10{padding-top:50px!important;padding-bottom:50px!important}.py-sm-11{padding-top:55px!important;padding-bottom:55px!important}.py-sm-12{padding-top:60px!important;padding-bottom:60px!important}.py-sm-13{padding-top:65px!important;padding-bottom:65px!important}.py-sm-14{padding-top:70px!important;padding-bottom:70px!important}.py-sm-15{padding-top:75px!important;padding-bottom:75px!important}.py-sm-16{padding-top:80px!important;padding-bottom:80px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:5px!important}.pt-sm-2{padding-top:10px!important}.pt-sm-3{padding-top:15px!important}.pt-sm-4{padding-top:20px!important}.pt-sm-5{padding-top:25px!important}.pt-sm-6{padding-top:30px!important}.pt-sm-7{padding-top:35px!important}.pt-sm-8{padding-top:40px!important}.pt-sm-9{padding-top:45px!important}.pt-sm-10{padding-top:50px!important}.pt-sm-11{padding-top:55px!important}.pt-sm-12{padding-top:60px!important}.pt-sm-13{padding-top:65px!important}.pt-sm-14{padding-top:70px!important}.pt-sm-15{padding-top:75px!important}.pt-sm-16{padding-top:80px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:5px!important}.pr-sm-2{padding-right:10px!important}.pr-sm-3{padding-right:15px!important}.pr-sm-4{padding-right:20px!important}.pr-sm-5{padding-right:25px!important}.pr-sm-6{padding-right:30px!important}.pr-sm-7{padding-right:35px!important}.pr-sm-8{padding-right:40px!important}.pr-sm-9{padding-right:45px!important}.pr-sm-10{padding-right:50px!important}.pr-sm-11{padding-right:55px!important}.pr-sm-12{padding-right:60px!important}.pr-sm-13{padding-right:65px!important}.pr-sm-14{padding-right:70px!important}.pr-sm-15{padding-right:75px!important}.pr-sm-16{padding-right:80px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:5px!important}.pb-sm-2{padding-bottom:10px!important}.pb-sm-3{padding-bottom:15px!important}.pb-sm-4{padding-bottom:20px!important}.pb-sm-5{padding-bottom:25px!important}.pb-sm-6{padding-bottom:30px!important}.pb-sm-7{padding-bottom:35px!important}.pb-sm-8{padding-bottom:40px!important}.pb-sm-9{padding-bottom:45px!important}.pb-sm-10{padding-bottom:50px!important}.pb-sm-11{padding-bottom:55px!important}.pb-sm-12{padding-bottom:60px!important}.pb-sm-13{padding-bottom:65px!important}.pb-sm-14{padding-bottom:70px!important}.pb-sm-15{padding-bottom:75px!important}.pb-sm-16{padding-bottom:80px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:5px!important}.pl-sm-2{padding-left:10px!important}.pl-sm-3{padding-left:15px!important}.pl-sm-4{padding-left:20px!important}.pl-sm-5{padding-left:25px!important}.pl-sm-6{padding-left:30px!important}.pl-sm-7{padding-left:35px!important}.pl-sm-8{padding-left:40px!important}.pl-sm-9{padding-left:45px!important}.pl-sm-10{padding-left:50px!important}.pl-sm-11{padding-left:55px!important}.pl-sm-12{padding-left:60px!important}.pl-sm-13{padding-left:65px!important}.pl-sm-14{padding-left:70px!important}.pl-sm-15{padding-left:75px!important}.pl-sm-16{padding-left:80px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:5px!important}.ps-sm-2{padding-inline-start:10px!important}.ps-sm-3{padding-inline-start:15px!important}.ps-sm-4{padding-inline-start:20px!important}.ps-sm-5{padding-inline-start:25px!important}.ps-sm-6{padding-inline-start:30px!important}.ps-sm-7{padding-inline-start:35px!important}.ps-sm-8{padding-inline-start:40px!important}.ps-sm-9{padding-inline-start:45px!important}.ps-sm-10{padding-inline-start:50px!important}.ps-sm-11{padding-inline-start:55px!important}.ps-sm-12{padding-inline-start:60px!important}.ps-sm-13{padding-inline-start:65px!important}.ps-sm-14{padding-inline-start:70px!important}.ps-sm-15{padding-inline-start:75px!important}.ps-sm-16{padding-inline-start:80px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:5px!important}.pe-sm-2{padding-inline-end:10px!important}.pe-sm-3{padding-inline-end:15px!important}.pe-sm-4{padding-inline-end:20px!important}.pe-sm-5{padding-inline-end:25px!important}.pe-sm-6{padding-inline-end:30px!important}.pe-sm-7{padding-inline-end:35px!important}.pe-sm-8{padding-inline-end:40px!important}.pe-sm-9{padding-inline-end:45px!important}.pe-sm-10{padding-inline-end:50px!important}.pe-sm-11{padding-inline-end:55px!important}.pe-sm-12{padding-inline-end:60px!important}.pe-sm-13{padding-inline-end:65px!important}.pe-sm-14{padding-inline-end:70px!important}.pe-sm-15{padding-inline-end:75px!important}.pe-sm-16{padding-inline-end:80px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.justify-items-md-start{justify-items:flex-start!important}.justify-items-md-end{justify-items:flex-end!important}.justify-items-md-center{justify-items:center!important}.justify-items-md-stretch{justify-items:stretch!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:5px!important}.ga-md-2{gap:10px!important}.ga-md-3{gap:15px!important}.ga-md-4{gap:20px!important}.ga-md-5{gap:25px!important}.ga-md-6{gap:30px!important}.ga-md-7{gap:35px!important}.ga-md-8{gap:40px!important}.ga-md-9{gap:45px!important}.ga-md-10{gap:50px!important}.ga-md-11{gap:55px!important}.ga-md-12{gap:60px!important}.ga-md-13{gap:65px!important}.ga-md-14{gap:70px!important}.ga-md-15{gap:75px!important}.ga-md-16{gap:80px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:5px!important}.gr-md-2{row-gap:10px!important}.gr-md-3{row-gap:15px!important}.gr-md-4{row-gap:20px!important}.gr-md-5{row-gap:25px!important}.gr-md-6{row-gap:30px!important}.gr-md-7{row-gap:35px!important}.gr-md-8{row-gap:40px!important}.gr-md-9{row-gap:45px!important}.gr-md-10{row-gap:50px!important}.gr-md-11{row-gap:55px!important}.gr-md-12{row-gap:60px!important}.gr-md-13{row-gap:65px!important}.gr-md-14{row-gap:70px!important}.gr-md-15{row-gap:75px!important}.gr-md-16{row-gap:80px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:5px!important}.gc-md-2{column-gap:10px!important}.gc-md-3{column-gap:15px!important}.gc-md-4{column-gap:20px!important}.gc-md-5{column-gap:25px!important}.gc-md-6{column-gap:30px!important}.gc-md-7{column-gap:35px!important}.gc-md-8{column-gap:40px!important}.gc-md-9{column-gap:45px!important}.gc-md-10{column-gap:50px!important}.gc-md-11{column-gap:55px!important}.gc-md-12{column-gap:60px!important}.gc-md-13{column-gap:65px!important}.gc-md-14{column-gap:70px!important}.gc-md-15{column-gap:75px!important}.gc-md-16{column-gap:80px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:5px!important}.ma-md-2{margin:10px!important}.ma-md-3{margin:15px!important}.ma-md-4{margin:20px!important}.ma-md-5{margin:25px!important}.ma-md-6{margin:30px!important}.ma-md-7{margin:35px!important}.ma-md-8{margin:40px!important}.ma-md-9{margin:45px!important}.ma-md-10{margin:50px!important}.ma-md-11{margin:55px!important}.ma-md-12{margin:60px!important}.ma-md-13{margin:65px!important}.ma-md-14{margin:70px!important}.ma-md-15{margin:75px!important}.ma-md-16{margin:80px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:5px!important;margin-left:5px!important}.mx-md-2{margin-right:10px!important;margin-left:10px!important}.mx-md-3{margin-right:15px!important;margin-left:15px!important}.mx-md-4{margin-right:20px!important;margin-left:20px!important}.mx-md-5{margin-right:25px!important;margin-left:25px!important}.mx-md-6{margin-right:30px!important;margin-left:30px!important}.mx-md-7{margin-right:35px!important;margin-left:35px!important}.mx-md-8{margin-right:40px!important;margin-left:40px!important}.mx-md-9{margin-right:45px!important;margin-left:45px!important}.mx-md-10{margin-right:50px!important;margin-left:50px!important}.mx-md-11{margin-right:55px!important;margin-left:55px!important}.mx-md-12{margin-right:60px!important;margin-left:60px!important}.mx-md-13{margin-right:65px!important;margin-left:65px!important}.mx-md-14{margin-right:70px!important;margin-left:70px!important}.mx-md-15{margin-right:75px!important;margin-left:75px!important}.mx-md-16{margin-right:80px!important;margin-left:80px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:5px!important;margin-bottom:5px!important}.my-md-2{margin-top:10px!important;margin-bottom:10px!important}.my-md-3{margin-top:15px!important;margin-bottom:15px!important}.my-md-4{margin-top:20px!important;margin-bottom:20px!important}.my-md-5{margin-top:25px!important;margin-bottom:25px!important}.my-md-6{margin-top:30px!important;margin-bottom:30px!important}.my-md-7{margin-top:35px!important;margin-bottom:35px!important}.my-md-8{margin-top:40px!important;margin-bottom:40px!important}.my-md-9{margin-top:45px!important;margin-bottom:45px!important}.my-md-10{margin-top:50px!important;margin-bottom:50px!important}.my-md-11{margin-top:55px!important;margin-bottom:55px!important}.my-md-12{margin-top:60px!important;margin-bottom:60px!important}.my-md-13{margin-top:65px!important;margin-bottom:65px!important}.my-md-14{margin-top:70px!important;margin-bottom:70px!important}.my-md-15{margin-top:75px!important;margin-bottom:75px!important}.my-md-16{margin-top:80px!important;margin-bottom:80px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:5px!important}.mt-md-2{margin-top:10px!important}.mt-md-3{margin-top:15px!important}.mt-md-4{margin-top:20px!important}.mt-md-5{margin-top:25px!important}.mt-md-6{margin-top:30px!important}.mt-md-7{margin-top:35px!important}.mt-md-8{margin-top:40px!important}.mt-md-9{margin-top:45px!important}.mt-md-10{margin-top:50px!important}.mt-md-11{margin-top:55px!important}.mt-md-12{margin-top:60px!important}.mt-md-13{margin-top:65px!important}.mt-md-14{margin-top:70px!important}.mt-md-15{margin-top:75px!important}.mt-md-16{margin-top:80px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:5px!important}.mr-md-2{margin-right:10px!important}.mr-md-3{margin-right:15px!important}.mr-md-4{margin-right:20px!important}.mr-md-5{margin-right:25px!important}.mr-md-6{margin-right:30px!important}.mr-md-7{margin-right:35px!important}.mr-md-8{margin-right:40px!important}.mr-md-9{margin-right:45px!important}.mr-md-10{margin-right:50px!important}.mr-md-11{margin-right:55px!important}.mr-md-12{margin-right:60px!important}.mr-md-13{margin-right:65px!important}.mr-md-14{margin-right:70px!important}.mr-md-15{margin-right:75px!important}.mr-md-16{margin-right:80px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:5px!important}.mb-md-2{margin-bottom:10px!important}.mb-md-3{margin-bottom:15px!important}.mb-md-4{margin-bottom:20px!important}.mb-md-5{margin-bottom:25px!important}.mb-md-6{margin-bottom:30px!important}.mb-md-7{margin-bottom:35px!important}.mb-md-8{margin-bottom:40px!important}.mb-md-9{margin-bottom:45px!important}.mb-md-10{margin-bottom:50px!important}.mb-md-11{margin-bottom:55px!important}.mb-md-12{margin-bottom:60px!important}.mb-md-13{margin-bottom:65px!important}.mb-md-14{margin-bottom:70px!important}.mb-md-15{margin-bottom:75px!important}.mb-md-16{margin-bottom:80px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:5px!important}.ml-md-2{margin-left:10px!important}.ml-md-3{margin-left:15px!important}.ml-md-4{margin-left:20px!important}.ml-md-5{margin-left:25px!important}.ml-md-6{margin-left:30px!important}.ml-md-7{margin-left:35px!important}.ml-md-8{margin-left:40px!important}.ml-md-9{margin-left:45px!important}.ml-md-10{margin-left:50px!important}.ml-md-11{margin-left:55px!important}.ml-md-12{margin-left:60px!important}.ml-md-13{margin-left:65px!important}.ml-md-14{margin-left:70px!important}.ml-md-15{margin-left:75px!important}.ml-md-16{margin-left:80px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:5px!important}.ms-md-2{margin-inline-start:10px!important}.ms-md-3{margin-inline-start:15px!important}.ms-md-4{margin-inline-start:20px!important}.ms-md-5{margin-inline-start:25px!important}.ms-md-6{margin-inline-start:30px!important}.ms-md-7{margin-inline-start:35px!important}.ms-md-8{margin-inline-start:40px!important}.ms-md-9{margin-inline-start:45px!important}.ms-md-10{margin-inline-start:50px!important}.ms-md-11{margin-inline-start:55px!important}.ms-md-12{margin-inline-start:60px!important}.ms-md-13{margin-inline-start:65px!important}.ms-md-14{margin-inline-start:70px!important}.ms-md-15{margin-inline-start:75px!important}.ms-md-16{margin-inline-start:80px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:5px!important}.me-md-2{margin-inline-end:10px!important}.me-md-3{margin-inline-end:15px!important}.me-md-4{margin-inline-end:20px!important}.me-md-5{margin-inline-end:25px!important}.me-md-6{margin-inline-end:30px!important}.me-md-7{margin-inline-end:35px!important}.me-md-8{margin-inline-end:40px!important}.me-md-9{margin-inline-end:45px!important}.me-md-10{margin-inline-end:50px!important}.me-md-11{margin-inline-end:55px!important}.me-md-12{margin-inline-end:60px!important}.me-md-13{margin-inline-end:65px!important}.me-md-14{margin-inline-end:70px!important}.me-md-15{margin-inline-end:75px!important}.me-md-16{margin-inline-end:80px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-5px!important}.ma-md-n2{margin:-10px!important}.ma-md-n3{margin:-15px!important}.ma-md-n4{margin:-20px!important}.ma-md-n5{margin:-25px!important}.ma-md-n6{margin:-30px!important}.ma-md-n7{margin:-35px!important}.ma-md-n8{margin:-40px!important}.ma-md-n9{margin:-45px!important}.ma-md-n10{margin:-50px!important}.ma-md-n11{margin:-55px!important}.ma-md-n12{margin:-60px!important}.ma-md-n13{margin:-65px!important}.ma-md-n14{margin:-70px!important}.ma-md-n15{margin:-75px!important}.ma-md-n16{margin:-80px!important}.mx-md-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-md-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-md-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-md-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-md-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-md-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-md-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-md-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-md-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-md-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-md-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-md-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-md-n16{margin-right:-80px!important;margin-left:-80px!important}.my-md-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-md-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-md-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-md-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-md-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-md-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-md-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-md-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-md-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-md-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-md-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-md-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-md-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-md-n1{margin-top:-5px!important}.mt-md-n2{margin-top:-10px!important}.mt-md-n3{margin-top:-15px!important}.mt-md-n4{margin-top:-20px!important}.mt-md-n5{margin-top:-25px!important}.mt-md-n6{margin-top:-30px!important}.mt-md-n7{margin-top:-35px!important}.mt-md-n8{margin-top:-40px!important}.mt-md-n9{margin-top:-45px!important}.mt-md-n10{margin-top:-50px!important}.mt-md-n11{margin-top:-55px!important}.mt-md-n12{margin-top:-60px!important}.mt-md-n13{margin-top:-65px!important}.mt-md-n14{margin-top:-70px!important}.mt-md-n15{margin-top:-75px!important}.mt-md-n16{margin-top:-80px!important}.mr-md-n1{margin-right:-5px!important}.mr-md-n2{margin-right:-10px!important}.mr-md-n3{margin-right:-15px!important}.mr-md-n4{margin-right:-20px!important}.mr-md-n5{margin-right:-25px!important}.mr-md-n6{margin-right:-30px!important}.mr-md-n7{margin-right:-35px!important}.mr-md-n8{margin-right:-40px!important}.mr-md-n9{margin-right:-45px!important}.mr-md-n10{margin-right:-50px!important}.mr-md-n11{margin-right:-55px!important}.mr-md-n12{margin-right:-60px!important}.mr-md-n13{margin-right:-65px!important}.mr-md-n14{margin-right:-70px!important}.mr-md-n15{margin-right:-75px!important}.mr-md-n16{margin-right:-80px!important}.mb-md-n1{margin-bottom:-5px!important}.mb-md-n2{margin-bottom:-10px!important}.mb-md-n3{margin-bottom:-15px!important}.mb-md-n4{margin-bottom:-20px!important}.mb-md-n5{margin-bottom:-25px!important}.mb-md-n6{margin-bottom:-30px!important}.mb-md-n7{margin-bottom:-35px!important}.mb-md-n8{margin-bottom:-40px!important}.mb-md-n9{margin-bottom:-45px!important}.mb-md-n10{margin-bottom:-50px!important}.mb-md-n11{margin-bottom:-55px!important}.mb-md-n12{margin-bottom:-60px!important}.mb-md-n13{margin-bottom:-65px!important}.mb-md-n14{margin-bottom:-70px!important}.mb-md-n15{margin-bottom:-75px!important}.mb-md-n16{margin-bottom:-80px!important}.ml-md-n1{margin-left:-5px!important}.ml-md-n2{margin-left:-10px!important}.ml-md-n3{margin-left:-15px!important}.ml-md-n4{margin-left:-20px!important}.ml-md-n5{margin-left:-25px!important}.ml-md-n6{margin-left:-30px!important}.ml-md-n7{margin-left:-35px!important}.ml-md-n8{margin-left:-40px!important}.ml-md-n9{margin-left:-45px!important}.ml-md-n10{margin-left:-50px!important}.ml-md-n11{margin-left:-55px!important}.ml-md-n12{margin-left:-60px!important}.ml-md-n13{margin-left:-65px!important}.ml-md-n14{margin-left:-70px!important}.ml-md-n15{margin-left:-75px!important}.ml-md-n16{margin-left:-80px!important}.ms-md-n1{margin-inline-start:-5px!important}.ms-md-n2{margin-inline-start:-10px!important}.ms-md-n3{margin-inline-start:-15px!important}.ms-md-n4{margin-inline-start:-20px!important}.ms-md-n5{margin-inline-start:-25px!important}.ms-md-n6{margin-inline-start:-30px!important}.ms-md-n7{margin-inline-start:-35px!important}.ms-md-n8{margin-inline-start:-40px!important}.ms-md-n9{margin-inline-start:-45px!important}.ms-md-n10{margin-inline-start:-50px!important}.ms-md-n11{margin-inline-start:-55px!important}.ms-md-n12{margin-inline-start:-60px!important}.ms-md-n13{margin-inline-start:-65px!important}.ms-md-n14{margin-inline-start:-70px!important}.ms-md-n15{margin-inline-start:-75px!important}.ms-md-n16{margin-inline-start:-80px!important}.me-md-n1{margin-inline-end:-5px!important}.me-md-n2{margin-inline-end:-10px!important}.me-md-n3{margin-inline-end:-15px!important}.me-md-n4{margin-inline-end:-20px!important}.me-md-n5{margin-inline-end:-25px!important}.me-md-n6{margin-inline-end:-30px!important}.me-md-n7{margin-inline-end:-35px!important}.me-md-n8{margin-inline-end:-40px!important}.me-md-n9{margin-inline-end:-45px!important}.me-md-n10{margin-inline-end:-50px!important}.me-md-n11{margin-inline-end:-55px!important}.me-md-n12{margin-inline-end:-60px!important}.me-md-n13{margin-inline-end:-65px!important}.me-md-n14{margin-inline-end:-70px!important}.me-md-n15{margin-inline-end:-75px!important}.me-md-n16{margin-inline-end:-80px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:5px!important}.pa-md-2{padding:10px!important}.pa-md-3{padding:15px!important}.pa-md-4{padding:20px!important}.pa-md-5{padding:25px!important}.pa-md-6{padding:30px!important}.pa-md-7{padding:35px!important}.pa-md-8{padding:40px!important}.pa-md-9{padding:45px!important}.pa-md-10{padding:50px!important}.pa-md-11{padding:55px!important}.pa-md-12{padding:60px!important}.pa-md-13{padding:65px!important}.pa-md-14{padding:70px!important}.pa-md-15{padding:75px!important}.pa-md-16{padding:80px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:5px!important;padding-left:5px!important}.px-md-2{padding-right:10px!important;padding-left:10px!important}.px-md-3{padding-right:15px!important;padding-left:15px!important}.px-md-4{padding-right:20px!important;padding-left:20px!important}.px-md-5{padding-right:25px!important;padding-left:25px!important}.px-md-6{padding-right:30px!important;padding-left:30px!important}.px-md-7{padding-right:35px!important;padding-left:35px!important}.px-md-8{padding-right:40px!important;padding-left:40px!important}.px-md-9{padding-right:45px!important;padding-left:45px!important}.px-md-10{padding-right:50px!important;padding-left:50px!important}.px-md-11{padding-right:55px!important;padding-left:55px!important}.px-md-12{padding-right:60px!important;padding-left:60px!important}.px-md-13{padding-right:65px!important;padding-left:65px!important}.px-md-14{padding-right:70px!important;padding-left:70px!important}.px-md-15{padding-right:75px!important;padding-left:75px!important}.px-md-16{padding-right:80px!important;padding-left:80px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:5px!important;padding-bottom:5px!important}.py-md-2{padding-top:10px!important;padding-bottom:10px!important}.py-md-3{padding-top:15px!important;padding-bottom:15px!important}.py-md-4{padding-top:20px!important;padding-bottom:20px!important}.py-md-5{padding-top:25px!important;padding-bottom:25px!important}.py-md-6{padding-top:30px!important;padding-bottom:30px!important}.py-md-7{padding-top:35px!important;padding-bottom:35px!important}.py-md-8{padding-top:40px!important;padding-bottom:40px!important}.py-md-9{padding-top:45px!important;padding-bottom:45px!important}.py-md-10{padding-top:50px!important;padding-bottom:50px!important}.py-md-11{padding-top:55px!important;padding-bottom:55px!important}.py-md-12{padding-top:60px!important;padding-bottom:60px!important}.py-md-13{padding-top:65px!important;padding-bottom:65px!important}.py-md-14{padding-top:70px!important;padding-bottom:70px!important}.py-md-15{padding-top:75px!important;padding-bottom:75px!important}.py-md-16{padding-top:80px!important;padding-bottom:80px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:5px!important}.pt-md-2{padding-top:10px!important}.pt-md-3{padding-top:15px!important}.pt-md-4{padding-top:20px!important}.pt-md-5{padding-top:25px!important}.pt-md-6{padding-top:30px!important}.pt-md-7{padding-top:35px!important}.pt-md-8{padding-top:40px!important}.pt-md-9{padding-top:45px!important}.pt-md-10{padding-top:50px!important}.pt-md-11{padding-top:55px!important}.pt-md-12{padding-top:60px!important}.pt-md-13{padding-top:65px!important}.pt-md-14{padding-top:70px!important}.pt-md-15{padding-top:75px!important}.pt-md-16{padding-top:80px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:5px!important}.pr-md-2{padding-right:10px!important}.pr-md-3{padding-right:15px!important}.pr-md-4{padding-right:20px!important}.pr-md-5{padding-right:25px!important}.pr-md-6{padding-right:30px!important}.pr-md-7{padding-right:35px!important}.pr-md-8{padding-right:40px!important}.pr-md-9{padding-right:45px!important}.pr-md-10{padding-right:50px!important}.pr-md-11{padding-right:55px!important}.pr-md-12{padding-right:60px!important}.pr-md-13{padding-right:65px!important}.pr-md-14{padding-right:70px!important}.pr-md-15{padding-right:75px!important}.pr-md-16{padding-right:80px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:5px!important}.pb-md-2{padding-bottom:10px!important}.pb-md-3{padding-bottom:15px!important}.pb-md-4{padding-bottom:20px!important}.pb-md-5{padding-bottom:25px!important}.pb-md-6{padding-bottom:30px!important}.pb-md-7{padding-bottom:35px!important}.pb-md-8{padding-bottom:40px!important}.pb-md-9{padding-bottom:45px!important}.pb-md-10{padding-bottom:50px!important}.pb-md-11{padding-bottom:55px!important}.pb-md-12{padding-bottom:60px!important}.pb-md-13{padding-bottom:65px!important}.pb-md-14{padding-bottom:70px!important}.pb-md-15{padding-bottom:75px!important}.pb-md-16{padding-bottom:80px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:5px!important}.pl-md-2{padding-left:10px!important}.pl-md-3{padding-left:15px!important}.pl-md-4{padding-left:20px!important}.pl-md-5{padding-left:25px!important}.pl-md-6{padding-left:30px!important}.pl-md-7{padding-left:35px!important}.pl-md-8{padding-left:40px!important}.pl-md-9{padding-left:45px!important}.pl-md-10{padding-left:50px!important}.pl-md-11{padding-left:55px!important}.pl-md-12{padding-left:60px!important}.pl-md-13{padding-left:65px!important}.pl-md-14{padding-left:70px!important}.pl-md-15{padding-left:75px!important}.pl-md-16{padding-left:80px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:5px!important}.ps-md-2{padding-inline-start:10px!important}.ps-md-3{padding-inline-start:15px!important}.ps-md-4{padding-inline-start:20px!important}.ps-md-5{padding-inline-start:25px!important}.ps-md-6{padding-inline-start:30px!important}.ps-md-7{padding-inline-start:35px!important}.ps-md-8{padding-inline-start:40px!important}.ps-md-9{padding-inline-start:45px!important}.ps-md-10{padding-inline-start:50px!important}.ps-md-11{padding-inline-start:55px!important}.ps-md-12{padding-inline-start:60px!important}.ps-md-13{padding-inline-start:65px!important}.ps-md-14{padding-inline-start:70px!important}.ps-md-15{padding-inline-start:75px!important}.ps-md-16{padding-inline-start:80px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:5px!important}.pe-md-2{padding-inline-end:10px!important}.pe-md-3{padding-inline-end:15px!important}.pe-md-4{padding-inline-end:20px!important}.pe-md-5{padding-inline-end:25px!important}.pe-md-6{padding-inline-end:30px!important}.pe-md-7{padding-inline-end:35px!important}.pe-md-8{padding-inline-end:40px!important}.pe-md-9{padding-inline-end:45px!important}.pe-md-10{padding-inline-end:50px!important}.pe-md-11{padding-inline-end:55px!important}.pe-md-12{padding-inline-end:60px!important}.pe-md-13{padding-inline-end:65px!important}.pe-md-14{padding-inline-end:70px!important}.pe-md-15{padding-inline-end:75px!important}.pe-md-16{padding-inline-end:80px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.justify-items-lg-start{justify-items:flex-start!important}.justify-items-lg-end{justify-items:flex-end!important}.justify-items-lg-center{justify-items:center!important}.justify-items-lg-stretch{justify-items:stretch!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:5px!important}.ga-lg-2{gap:10px!important}.ga-lg-3{gap:15px!important}.ga-lg-4{gap:20px!important}.ga-lg-5{gap:25px!important}.ga-lg-6{gap:30px!important}.ga-lg-7{gap:35px!important}.ga-lg-8{gap:40px!important}.ga-lg-9{gap:45px!important}.ga-lg-10{gap:50px!important}.ga-lg-11{gap:55px!important}.ga-lg-12{gap:60px!important}.ga-lg-13{gap:65px!important}.ga-lg-14{gap:70px!important}.ga-lg-15{gap:75px!important}.ga-lg-16{gap:80px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:5px!important}.gr-lg-2{row-gap:10px!important}.gr-lg-3{row-gap:15px!important}.gr-lg-4{row-gap:20px!important}.gr-lg-5{row-gap:25px!important}.gr-lg-6{row-gap:30px!important}.gr-lg-7{row-gap:35px!important}.gr-lg-8{row-gap:40px!important}.gr-lg-9{row-gap:45px!important}.gr-lg-10{row-gap:50px!important}.gr-lg-11{row-gap:55px!important}.gr-lg-12{row-gap:60px!important}.gr-lg-13{row-gap:65px!important}.gr-lg-14{row-gap:70px!important}.gr-lg-15{row-gap:75px!important}.gr-lg-16{row-gap:80px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:5px!important}.gc-lg-2{column-gap:10px!important}.gc-lg-3{column-gap:15px!important}.gc-lg-4{column-gap:20px!important}.gc-lg-5{column-gap:25px!important}.gc-lg-6{column-gap:30px!important}.gc-lg-7{column-gap:35px!important}.gc-lg-8{column-gap:40px!important}.gc-lg-9{column-gap:45px!important}.gc-lg-10{column-gap:50px!important}.gc-lg-11{column-gap:55px!important}.gc-lg-12{column-gap:60px!important}.gc-lg-13{column-gap:65px!important}.gc-lg-14{column-gap:70px!important}.gc-lg-15{column-gap:75px!important}.gc-lg-16{column-gap:80px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:5px!important}.ma-lg-2{margin:10px!important}.ma-lg-3{margin:15px!important}.ma-lg-4{margin:20px!important}.ma-lg-5{margin:25px!important}.ma-lg-6{margin:30px!important}.ma-lg-7{margin:35px!important}.ma-lg-8{margin:40px!important}.ma-lg-9{margin:45px!important}.ma-lg-10{margin:50px!important}.ma-lg-11{margin:55px!important}.ma-lg-12{margin:60px!important}.ma-lg-13{margin:65px!important}.ma-lg-14{margin:70px!important}.ma-lg-15{margin:75px!important}.ma-lg-16{margin:80px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:5px!important;margin-left:5px!important}.mx-lg-2{margin-right:10px!important;margin-left:10px!important}.mx-lg-3{margin-right:15px!important;margin-left:15px!important}.mx-lg-4{margin-right:20px!important;margin-left:20px!important}.mx-lg-5{margin-right:25px!important;margin-left:25px!important}.mx-lg-6{margin-right:30px!important;margin-left:30px!important}.mx-lg-7{margin-right:35px!important;margin-left:35px!important}.mx-lg-8{margin-right:40px!important;margin-left:40px!important}.mx-lg-9{margin-right:45px!important;margin-left:45px!important}.mx-lg-10{margin-right:50px!important;margin-left:50px!important}.mx-lg-11{margin-right:55px!important;margin-left:55px!important}.mx-lg-12{margin-right:60px!important;margin-left:60px!important}.mx-lg-13{margin-right:65px!important;margin-left:65px!important}.mx-lg-14{margin-right:70px!important;margin-left:70px!important}.mx-lg-15{margin-right:75px!important;margin-left:75px!important}.mx-lg-16{margin-right:80px!important;margin-left:80px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:5px!important;margin-bottom:5px!important}.my-lg-2{margin-top:10px!important;margin-bottom:10px!important}.my-lg-3{margin-top:15px!important;margin-bottom:15px!important}.my-lg-4{margin-top:20px!important;margin-bottom:20px!important}.my-lg-5{margin-top:25px!important;margin-bottom:25px!important}.my-lg-6{margin-top:30px!important;margin-bottom:30px!important}.my-lg-7{margin-top:35px!important;margin-bottom:35px!important}.my-lg-8{margin-top:40px!important;margin-bottom:40px!important}.my-lg-9{margin-top:45px!important;margin-bottom:45px!important}.my-lg-10{margin-top:50px!important;margin-bottom:50px!important}.my-lg-11{margin-top:55px!important;margin-bottom:55px!important}.my-lg-12{margin-top:60px!important;margin-bottom:60px!important}.my-lg-13{margin-top:65px!important;margin-bottom:65px!important}.my-lg-14{margin-top:70px!important;margin-bottom:70px!important}.my-lg-15{margin-top:75px!important;margin-bottom:75px!important}.my-lg-16{margin-top:80px!important;margin-bottom:80px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:5px!important}.mt-lg-2{margin-top:10px!important}.mt-lg-3{margin-top:15px!important}.mt-lg-4{margin-top:20px!important}.mt-lg-5{margin-top:25px!important}.mt-lg-6{margin-top:30px!important}.mt-lg-7{margin-top:35px!important}.mt-lg-8{margin-top:40px!important}.mt-lg-9{margin-top:45px!important}.mt-lg-10{margin-top:50px!important}.mt-lg-11{margin-top:55px!important}.mt-lg-12{margin-top:60px!important}.mt-lg-13{margin-top:65px!important}.mt-lg-14{margin-top:70px!important}.mt-lg-15{margin-top:75px!important}.mt-lg-16{margin-top:80px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:5px!important}.mr-lg-2{margin-right:10px!important}.mr-lg-3{margin-right:15px!important}.mr-lg-4{margin-right:20px!important}.mr-lg-5{margin-right:25px!important}.mr-lg-6{margin-right:30px!important}.mr-lg-7{margin-right:35px!important}.mr-lg-8{margin-right:40px!important}.mr-lg-9{margin-right:45px!important}.mr-lg-10{margin-right:50px!important}.mr-lg-11{margin-right:55px!important}.mr-lg-12{margin-right:60px!important}.mr-lg-13{margin-right:65px!important}.mr-lg-14{margin-right:70px!important}.mr-lg-15{margin-right:75px!important}.mr-lg-16{margin-right:80px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:5px!important}.mb-lg-2{margin-bottom:10px!important}.mb-lg-3{margin-bottom:15px!important}.mb-lg-4{margin-bottom:20px!important}.mb-lg-5{margin-bottom:25px!important}.mb-lg-6{margin-bottom:30px!important}.mb-lg-7{margin-bottom:35px!important}.mb-lg-8{margin-bottom:40px!important}.mb-lg-9{margin-bottom:45px!important}.mb-lg-10{margin-bottom:50px!important}.mb-lg-11{margin-bottom:55px!important}.mb-lg-12{margin-bottom:60px!important}.mb-lg-13{margin-bottom:65px!important}.mb-lg-14{margin-bottom:70px!important}.mb-lg-15{margin-bottom:75px!important}.mb-lg-16{margin-bottom:80px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:5px!important}.ml-lg-2{margin-left:10px!important}.ml-lg-3{margin-left:15px!important}.ml-lg-4{margin-left:20px!important}.ml-lg-5{margin-left:25px!important}.ml-lg-6{margin-left:30px!important}.ml-lg-7{margin-left:35px!important}.ml-lg-8{margin-left:40px!important}.ml-lg-9{margin-left:45px!important}.ml-lg-10{margin-left:50px!important}.ml-lg-11{margin-left:55px!important}.ml-lg-12{margin-left:60px!important}.ml-lg-13{margin-left:65px!important}.ml-lg-14{margin-left:70px!important}.ml-lg-15{margin-left:75px!important}.ml-lg-16{margin-left:80px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:5px!important}.ms-lg-2{margin-inline-start:10px!important}.ms-lg-3{margin-inline-start:15px!important}.ms-lg-4{margin-inline-start:20px!important}.ms-lg-5{margin-inline-start:25px!important}.ms-lg-6{margin-inline-start:30px!important}.ms-lg-7{margin-inline-start:35px!important}.ms-lg-8{margin-inline-start:40px!important}.ms-lg-9{margin-inline-start:45px!important}.ms-lg-10{margin-inline-start:50px!important}.ms-lg-11{margin-inline-start:55px!important}.ms-lg-12{margin-inline-start:60px!important}.ms-lg-13{margin-inline-start:65px!important}.ms-lg-14{margin-inline-start:70px!important}.ms-lg-15{margin-inline-start:75px!important}.ms-lg-16{margin-inline-start:80px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:5px!important}.me-lg-2{margin-inline-end:10px!important}.me-lg-3{margin-inline-end:15px!important}.me-lg-4{margin-inline-end:20px!important}.me-lg-5{margin-inline-end:25px!important}.me-lg-6{margin-inline-end:30px!important}.me-lg-7{margin-inline-end:35px!important}.me-lg-8{margin-inline-end:40px!important}.me-lg-9{margin-inline-end:45px!important}.me-lg-10{margin-inline-end:50px!important}.me-lg-11{margin-inline-end:55px!important}.me-lg-12{margin-inline-end:60px!important}.me-lg-13{margin-inline-end:65px!important}.me-lg-14{margin-inline-end:70px!important}.me-lg-15{margin-inline-end:75px!important}.me-lg-16{margin-inline-end:80px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-5px!important}.ma-lg-n2{margin:-10px!important}.ma-lg-n3{margin:-15px!important}.ma-lg-n4{margin:-20px!important}.ma-lg-n5{margin:-25px!important}.ma-lg-n6{margin:-30px!important}.ma-lg-n7{margin:-35px!important}.ma-lg-n8{margin:-40px!important}.ma-lg-n9{margin:-45px!important}.ma-lg-n10{margin:-50px!important}.ma-lg-n11{margin:-55px!important}.ma-lg-n12{margin:-60px!important}.ma-lg-n13{margin:-65px!important}.ma-lg-n14{margin:-70px!important}.ma-lg-n15{margin:-75px!important}.ma-lg-n16{margin:-80px!important}.mx-lg-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-lg-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-lg-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-lg-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-lg-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-lg-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-lg-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-lg-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-lg-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-lg-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-lg-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-lg-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-lg-n16{margin-right:-80px!important;margin-left:-80px!important}.my-lg-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-lg-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-lg-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-lg-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-lg-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-lg-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-lg-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-lg-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-lg-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-lg-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-lg-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-lg-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-lg-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-lg-n1{margin-top:-5px!important}.mt-lg-n2{margin-top:-10px!important}.mt-lg-n3{margin-top:-15px!important}.mt-lg-n4{margin-top:-20px!important}.mt-lg-n5{margin-top:-25px!important}.mt-lg-n6{margin-top:-30px!important}.mt-lg-n7{margin-top:-35px!important}.mt-lg-n8{margin-top:-40px!important}.mt-lg-n9{margin-top:-45px!important}.mt-lg-n10{margin-top:-50px!important}.mt-lg-n11{margin-top:-55px!important}.mt-lg-n12{margin-top:-60px!important}.mt-lg-n13{margin-top:-65px!important}.mt-lg-n14{margin-top:-70px!important}.mt-lg-n15{margin-top:-75px!important}.mt-lg-n16{margin-top:-80px!important}.mr-lg-n1{margin-right:-5px!important}.mr-lg-n2{margin-right:-10px!important}.mr-lg-n3{margin-right:-15px!important}.mr-lg-n4{margin-right:-20px!important}.mr-lg-n5{margin-right:-25px!important}.mr-lg-n6{margin-right:-30px!important}.mr-lg-n7{margin-right:-35px!important}.mr-lg-n8{margin-right:-40px!important}.mr-lg-n9{margin-right:-45px!important}.mr-lg-n10{margin-right:-50px!important}.mr-lg-n11{margin-right:-55px!important}.mr-lg-n12{margin-right:-60px!important}.mr-lg-n13{margin-right:-65px!important}.mr-lg-n14{margin-right:-70px!important}.mr-lg-n15{margin-right:-75px!important}.mr-lg-n16{margin-right:-80px!important}.mb-lg-n1{margin-bottom:-5px!important}.mb-lg-n2{margin-bottom:-10px!important}.mb-lg-n3{margin-bottom:-15px!important}.mb-lg-n4{margin-bottom:-20px!important}.mb-lg-n5{margin-bottom:-25px!important}.mb-lg-n6{margin-bottom:-30px!important}.mb-lg-n7{margin-bottom:-35px!important}.mb-lg-n8{margin-bottom:-40px!important}.mb-lg-n9{margin-bottom:-45px!important}.mb-lg-n10{margin-bottom:-50px!important}.mb-lg-n11{margin-bottom:-55px!important}.mb-lg-n12{margin-bottom:-60px!important}.mb-lg-n13{margin-bottom:-65px!important}.mb-lg-n14{margin-bottom:-70px!important}.mb-lg-n15{margin-bottom:-75px!important}.mb-lg-n16{margin-bottom:-80px!important}.ml-lg-n1{margin-left:-5px!important}.ml-lg-n2{margin-left:-10px!important}.ml-lg-n3{margin-left:-15px!important}.ml-lg-n4{margin-left:-20px!important}.ml-lg-n5{margin-left:-25px!important}.ml-lg-n6{margin-left:-30px!important}.ml-lg-n7{margin-left:-35px!important}.ml-lg-n8{margin-left:-40px!important}.ml-lg-n9{margin-left:-45px!important}.ml-lg-n10{margin-left:-50px!important}.ml-lg-n11{margin-left:-55px!important}.ml-lg-n12{margin-left:-60px!important}.ml-lg-n13{margin-left:-65px!important}.ml-lg-n14{margin-left:-70px!important}.ml-lg-n15{margin-left:-75px!important}.ml-lg-n16{margin-left:-80px!important}.ms-lg-n1{margin-inline-start:-5px!important}.ms-lg-n2{margin-inline-start:-10px!important}.ms-lg-n3{margin-inline-start:-15px!important}.ms-lg-n4{margin-inline-start:-20px!important}.ms-lg-n5{margin-inline-start:-25px!important}.ms-lg-n6{margin-inline-start:-30px!important}.ms-lg-n7{margin-inline-start:-35px!important}.ms-lg-n8{margin-inline-start:-40px!important}.ms-lg-n9{margin-inline-start:-45px!important}.ms-lg-n10{margin-inline-start:-50px!important}.ms-lg-n11{margin-inline-start:-55px!important}.ms-lg-n12{margin-inline-start:-60px!important}.ms-lg-n13{margin-inline-start:-65px!important}.ms-lg-n14{margin-inline-start:-70px!important}.ms-lg-n15{margin-inline-start:-75px!important}.ms-lg-n16{margin-inline-start:-80px!important}.me-lg-n1{margin-inline-end:-5px!important}.me-lg-n2{margin-inline-end:-10px!important}.me-lg-n3{margin-inline-end:-15px!important}.me-lg-n4{margin-inline-end:-20px!important}.me-lg-n5{margin-inline-end:-25px!important}.me-lg-n6{margin-inline-end:-30px!important}.me-lg-n7{margin-inline-end:-35px!important}.me-lg-n8{margin-inline-end:-40px!important}.me-lg-n9{margin-inline-end:-45px!important}.me-lg-n10{margin-inline-end:-50px!important}.me-lg-n11{margin-inline-end:-55px!important}.me-lg-n12{margin-inline-end:-60px!important}.me-lg-n13{margin-inline-end:-65px!important}.me-lg-n14{margin-inline-end:-70px!important}.me-lg-n15{margin-inline-end:-75px!important}.me-lg-n16{margin-inline-end:-80px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:5px!important}.pa-lg-2{padding:10px!important}.pa-lg-3{padding:15px!important}.pa-lg-4{padding:20px!important}.pa-lg-5{padding:25px!important}.pa-lg-6{padding:30px!important}.pa-lg-7{padding:35px!important}.pa-lg-8{padding:40px!important}.pa-lg-9{padding:45px!important}.pa-lg-10{padding:50px!important}.pa-lg-11{padding:55px!important}.pa-lg-12{padding:60px!important}.pa-lg-13{padding:65px!important}.pa-lg-14{padding:70px!important}.pa-lg-15{padding:75px!important}.pa-lg-16{padding:80px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:5px!important;padding-left:5px!important}.px-lg-2{padding-right:10px!important;padding-left:10px!important}.px-lg-3{padding-right:15px!important;padding-left:15px!important}.px-lg-4{padding-right:20px!important;padding-left:20px!important}.px-lg-5{padding-right:25px!important;padding-left:25px!important}.px-lg-6{padding-right:30px!important;padding-left:30px!important}.px-lg-7{padding-right:35px!important;padding-left:35px!important}.px-lg-8{padding-right:40px!important;padding-left:40px!important}.px-lg-9{padding-right:45px!important;padding-left:45px!important}.px-lg-10{padding-right:50px!important;padding-left:50px!important}.px-lg-11{padding-right:55px!important;padding-left:55px!important}.px-lg-12{padding-right:60px!important;padding-left:60px!important}.px-lg-13{padding-right:65px!important;padding-left:65px!important}.px-lg-14{padding-right:70px!important;padding-left:70px!important}.px-lg-15{padding-right:75px!important;padding-left:75px!important}.px-lg-16{padding-right:80px!important;padding-left:80px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:5px!important;padding-bottom:5px!important}.py-lg-2{padding-top:10px!important;padding-bottom:10px!important}.py-lg-3{padding-top:15px!important;padding-bottom:15px!important}.py-lg-4{padding-top:20px!important;padding-bottom:20px!important}.py-lg-5{padding-top:25px!important;padding-bottom:25px!important}.py-lg-6{padding-top:30px!important;padding-bottom:30px!important}.py-lg-7{padding-top:35px!important;padding-bottom:35px!important}.py-lg-8{padding-top:40px!important;padding-bottom:40px!important}.py-lg-9{padding-top:45px!important;padding-bottom:45px!important}.py-lg-10{padding-top:50px!important;padding-bottom:50px!important}.py-lg-11{padding-top:55px!important;padding-bottom:55px!important}.py-lg-12{padding-top:60px!important;padding-bottom:60px!important}.py-lg-13{padding-top:65px!important;padding-bottom:65px!important}.py-lg-14{padding-top:70px!important;padding-bottom:70px!important}.py-lg-15{padding-top:75px!important;padding-bottom:75px!important}.py-lg-16{padding-top:80px!important;padding-bottom:80px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:5px!important}.pt-lg-2{padding-top:10px!important}.pt-lg-3{padding-top:15px!important}.pt-lg-4{padding-top:20px!important}.pt-lg-5{padding-top:25px!important}.pt-lg-6{padding-top:30px!important}.pt-lg-7{padding-top:35px!important}.pt-lg-8{padding-top:40px!important}.pt-lg-9{padding-top:45px!important}.pt-lg-10{padding-top:50px!important}.pt-lg-11{padding-top:55px!important}.pt-lg-12{padding-top:60px!important}.pt-lg-13{padding-top:65px!important}.pt-lg-14{padding-top:70px!important}.pt-lg-15{padding-top:75px!important}.pt-lg-16{padding-top:80px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:5px!important}.pr-lg-2{padding-right:10px!important}.pr-lg-3{padding-right:15px!important}.pr-lg-4{padding-right:20px!important}.pr-lg-5{padding-right:25px!important}.pr-lg-6{padding-right:30px!important}.pr-lg-7{padding-right:35px!important}.pr-lg-8{padding-right:40px!important}.pr-lg-9{padding-right:45px!important}.pr-lg-10{padding-right:50px!important}.pr-lg-11{padding-right:55px!important}.pr-lg-12{padding-right:60px!important}.pr-lg-13{padding-right:65px!important}.pr-lg-14{padding-right:70px!important}.pr-lg-15{padding-right:75px!important}.pr-lg-16{padding-right:80px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:5px!important}.pb-lg-2{padding-bottom:10px!important}.pb-lg-3{padding-bottom:15px!important}.pb-lg-4{padding-bottom:20px!important}.pb-lg-5{padding-bottom:25px!important}.pb-lg-6{padding-bottom:30px!important}.pb-lg-7{padding-bottom:35px!important}.pb-lg-8{padding-bottom:40px!important}.pb-lg-9{padding-bottom:45px!important}.pb-lg-10{padding-bottom:50px!important}.pb-lg-11{padding-bottom:55px!important}.pb-lg-12{padding-bottom:60px!important}.pb-lg-13{padding-bottom:65px!important}.pb-lg-14{padding-bottom:70px!important}.pb-lg-15{padding-bottom:75px!important}.pb-lg-16{padding-bottom:80px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:5px!important}.pl-lg-2{padding-left:10px!important}.pl-lg-3{padding-left:15px!important}.pl-lg-4{padding-left:20px!important}.pl-lg-5{padding-left:25px!important}.pl-lg-6{padding-left:30px!important}.pl-lg-7{padding-left:35px!important}.pl-lg-8{padding-left:40px!important}.pl-lg-9{padding-left:45px!important}.pl-lg-10{padding-left:50px!important}.pl-lg-11{padding-left:55px!important}.pl-lg-12{padding-left:60px!important}.pl-lg-13{padding-left:65px!important}.pl-lg-14{padding-left:70px!important}.pl-lg-15{padding-left:75px!important}.pl-lg-16{padding-left:80px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:5px!important}.ps-lg-2{padding-inline-start:10px!important}.ps-lg-3{padding-inline-start:15px!important}.ps-lg-4{padding-inline-start:20px!important}.ps-lg-5{padding-inline-start:25px!important}.ps-lg-6{padding-inline-start:30px!important}.ps-lg-7{padding-inline-start:35px!important}.ps-lg-8{padding-inline-start:40px!important}.ps-lg-9{padding-inline-start:45px!important}.ps-lg-10{padding-inline-start:50px!important}.ps-lg-11{padding-inline-start:55px!important}.ps-lg-12{padding-inline-start:60px!important}.ps-lg-13{padding-inline-start:65px!important}.ps-lg-14{padding-inline-start:70px!important}.ps-lg-15{padding-inline-start:75px!important}.ps-lg-16{padding-inline-start:80px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:5px!important}.pe-lg-2{padding-inline-end:10px!important}.pe-lg-3{padding-inline-end:15px!important}.pe-lg-4{padding-inline-end:20px!important}.pe-lg-5{padding-inline-end:25px!important}.pe-lg-6{padding-inline-end:30px!important}.pe-lg-7{padding-inline-end:35px!important}.pe-lg-8{padding-inline-end:40px!important}.pe-lg-9{padding-inline-end:45px!important}.pe-lg-10{padding-inline-end:50px!important}.pe-lg-11{padding-inline-end:55px!important}.pe-lg-12{padding-inline-end:60px!important}.pe-lg-13{padding-inline-end:65px!important}.pe-lg-14{padding-inline-end:70px!important}.pe-lg-15{padding-inline-end:75px!important}.pe-lg-16{padding-inline-end:80px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.justify-items-xl-start{justify-items:flex-start!important}.justify-items-xl-end{justify-items:flex-end!important}.justify-items-xl-center{justify-items:center!important}.justify-items-xl-stretch{justify-items:stretch!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:5px!important}.ga-xl-2{gap:10px!important}.ga-xl-3{gap:15px!important}.ga-xl-4{gap:20px!important}.ga-xl-5{gap:25px!important}.ga-xl-6{gap:30px!important}.ga-xl-7{gap:35px!important}.ga-xl-8{gap:40px!important}.ga-xl-9{gap:45px!important}.ga-xl-10{gap:50px!important}.ga-xl-11{gap:55px!important}.ga-xl-12{gap:60px!important}.ga-xl-13{gap:65px!important}.ga-xl-14{gap:70px!important}.ga-xl-15{gap:75px!important}.ga-xl-16{gap:80px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:5px!important}.gr-xl-2{row-gap:10px!important}.gr-xl-3{row-gap:15px!important}.gr-xl-4{row-gap:20px!important}.gr-xl-5{row-gap:25px!important}.gr-xl-6{row-gap:30px!important}.gr-xl-7{row-gap:35px!important}.gr-xl-8{row-gap:40px!important}.gr-xl-9{row-gap:45px!important}.gr-xl-10{row-gap:50px!important}.gr-xl-11{row-gap:55px!important}.gr-xl-12{row-gap:60px!important}.gr-xl-13{row-gap:65px!important}.gr-xl-14{row-gap:70px!important}.gr-xl-15{row-gap:75px!important}.gr-xl-16{row-gap:80px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:5px!important}.gc-xl-2{column-gap:10px!important}.gc-xl-3{column-gap:15px!important}.gc-xl-4{column-gap:20px!important}.gc-xl-5{column-gap:25px!important}.gc-xl-6{column-gap:30px!important}.gc-xl-7{column-gap:35px!important}.gc-xl-8{column-gap:40px!important}.gc-xl-9{column-gap:45px!important}.gc-xl-10{column-gap:50px!important}.gc-xl-11{column-gap:55px!important}.gc-xl-12{column-gap:60px!important}.gc-xl-13{column-gap:65px!important}.gc-xl-14{column-gap:70px!important}.gc-xl-15{column-gap:75px!important}.gc-xl-16{column-gap:80px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:5px!important}.ma-xl-2{margin:10px!important}.ma-xl-3{margin:15px!important}.ma-xl-4{margin:20px!important}.ma-xl-5{margin:25px!important}.ma-xl-6{margin:30px!important}.ma-xl-7{margin:35px!important}.ma-xl-8{margin:40px!important}.ma-xl-9{margin:45px!important}.ma-xl-10{margin:50px!important}.ma-xl-11{margin:55px!important}.ma-xl-12{margin:60px!important}.ma-xl-13{margin:65px!important}.ma-xl-14{margin:70px!important}.ma-xl-15{margin:75px!important}.ma-xl-16{margin:80px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:5px!important;margin-left:5px!important}.mx-xl-2{margin-right:10px!important;margin-left:10px!important}.mx-xl-3{margin-right:15px!important;margin-left:15px!important}.mx-xl-4{margin-right:20px!important;margin-left:20px!important}.mx-xl-5{margin-right:25px!important;margin-left:25px!important}.mx-xl-6{margin-right:30px!important;margin-left:30px!important}.mx-xl-7{margin-right:35px!important;margin-left:35px!important}.mx-xl-8{margin-right:40px!important;margin-left:40px!important}.mx-xl-9{margin-right:45px!important;margin-left:45px!important}.mx-xl-10{margin-right:50px!important;margin-left:50px!important}.mx-xl-11{margin-right:55px!important;margin-left:55px!important}.mx-xl-12{margin-right:60px!important;margin-left:60px!important}.mx-xl-13{margin-right:65px!important;margin-left:65px!important}.mx-xl-14{margin-right:70px!important;margin-left:70px!important}.mx-xl-15{margin-right:75px!important;margin-left:75px!important}.mx-xl-16{margin-right:80px!important;margin-left:80px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:5px!important;margin-bottom:5px!important}.my-xl-2{margin-top:10px!important;margin-bottom:10px!important}.my-xl-3{margin-top:15px!important;margin-bottom:15px!important}.my-xl-4{margin-top:20px!important;margin-bottom:20px!important}.my-xl-5{margin-top:25px!important;margin-bottom:25px!important}.my-xl-6{margin-top:30px!important;margin-bottom:30px!important}.my-xl-7{margin-top:35px!important;margin-bottom:35px!important}.my-xl-8{margin-top:40px!important;margin-bottom:40px!important}.my-xl-9{margin-top:45px!important;margin-bottom:45px!important}.my-xl-10{margin-top:50px!important;margin-bottom:50px!important}.my-xl-11{margin-top:55px!important;margin-bottom:55px!important}.my-xl-12{margin-top:60px!important;margin-bottom:60px!important}.my-xl-13{margin-top:65px!important;margin-bottom:65px!important}.my-xl-14{margin-top:70px!important;margin-bottom:70px!important}.my-xl-15{margin-top:75px!important;margin-bottom:75px!important}.my-xl-16{margin-top:80px!important;margin-bottom:80px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:5px!important}.mt-xl-2{margin-top:10px!important}.mt-xl-3{margin-top:15px!important}.mt-xl-4{margin-top:20px!important}.mt-xl-5{margin-top:25px!important}.mt-xl-6{margin-top:30px!important}.mt-xl-7{margin-top:35px!important}.mt-xl-8{margin-top:40px!important}.mt-xl-9{margin-top:45px!important}.mt-xl-10{margin-top:50px!important}.mt-xl-11{margin-top:55px!important}.mt-xl-12{margin-top:60px!important}.mt-xl-13{margin-top:65px!important}.mt-xl-14{margin-top:70px!important}.mt-xl-15{margin-top:75px!important}.mt-xl-16{margin-top:80px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:5px!important}.mr-xl-2{margin-right:10px!important}.mr-xl-3{margin-right:15px!important}.mr-xl-4{margin-right:20px!important}.mr-xl-5{margin-right:25px!important}.mr-xl-6{margin-right:30px!important}.mr-xl-7{margin-right:35px!important}.mr-xl-8{margin-right:40px!important}.mr-xl-9{margin-right:45px!important}.mr-xl-10{margin-right:50px!important}.mr-xl-11{margin-right:55px!important}.mr-xl-12{margin-right:60px!important}.mr-xl-13{margin-right:65px!important}.mr-xl-14{margin-right:70px!important}.mr-xl-15{margin-right:75px!important}.mr-xl-16{margin-right:80px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:5px!important}.mb-xl-2{margin-bottom:10px!important}.mb-xl-3{margin-bottom:15px!important}.mb-xl-4{margin-bottom:20px!important}.mb-xl-5{margin-bottom:25px!important}.mb-xl-6{margin-bottom:30px!important}.mb-xl-7{margin-bottom:35px!important}.mb-xl-8{margin-bottom:40px!important}.mb-xl-9{margin-bottom:45px!important}.mb-xl-10{margin-bottom:50px!important}.mb-xl-11{margin-bottom:55px!important}.mb-xl-12{margin-bottom:60px!important}.mb-xl-13{margin-bottom:65px!important}.mb-xl-14{margin-bottom:70px!important}.mb-xl-15{margin-bottom:75px!important}.mb-xl-16{margin-bottom:80px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:5px!important}.ml-xl-2{margin-left:10px!important}.ml-xl-3{margin-left:15px!important}.ml-xl-4{margin-left:20px!important}.ml-xl-5{margin-left:25px!important}.ml-xl-6{margin-left:30px!important}.ml-xl-7{margin-left:35px!important}.ml-xl-8{margin-left:40px!important}.ml-xl-9{margin-left:45px!important}.ml-xl-10{margin-left:50px!important}.ml-xl-11{margin-left:55px!important}.ml-xl-12{margin-left:60px!important}.ml-xl-13{margin-left:65px!important}.ml-xl-14{margin-left:70px!important}.ml-xl-15{margin-left:75px!important}.ml-xl-16{margin-left:80px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:5px!important}.ms-xl-2{margin-inline-start:10px!important}.ms-xl-3{margin-inline-start:15px!important}.ms-xl-4{margin-inline-start:20px!important}.ms-xl-5{margin-inline-start:25px!important}.ms-xl-6{margin-inline-start:30px!important}.ms-xl-7{margin-inline-start:35px!important}.ms-xl-8{margin-inline-start:40px!important}.ms-xl-9{margin-inline-start:45px!important}.ms-xl-10{margin-inline-start:50px!important}.ms-xl-11{margin-inline-start:55px!important}.ms-xl-12{margin-inline-start:60px!important}.ms-xl-13{margin-inline-start:65px!important}.ms-xl-14{margin-inline-start:70px!important}.ms-xl-15{margin-inline-start:75px!important}.ms-xl-16{margin-inline-start:80px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:5px!important}.me-xl-2{margin-inline-end:10px!important}.me-xl-3{margin-inline-end:15px!important}.me-xl-4{margin-inline-end:20px!important}.me-xl-5{margin-inline-end:25px!important}.me-xl-6{margin-inline-end:30px!important}.me-xl-7{margin-inline-end:35px!important}.me-xl-8{margin-inline-end:40px!important}.me-xl-9{margin-inline-end:45px!important}.me-xl-10{margin-inline-end:50px!important}.me-xl-11{margin-inline-end:55px!important}.me-xl-12{margin-inline-end:60px!important}.me-xl-13{margin-inline-end:65px!important}.me-xl-14{margin-inline-end:70px!important}.me-xl-15{margin-inline-end:75px!important}.me-xl-16{margin-inline-end:80px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-5px!important}.ma-xl-n2{margin:-10px!important}.ma-xl-n3{margin:-15px!important}.ma-xl-n4{margin:-20px!important}.ma-xl-n5{margin:-25px!important}.ma-xl-n6{margin:-30px!important}.ma-xl-n7{margin:-35px!important}.ma-xl-n8{margin:-40px!important}.ma-xl-n9{margin:-45px!important}.ma-xl-n10{margin:-50px!important}.ma-xl-n11{margin:-55px!important}.ma-xl-n12{margin:-60px!important}.ma-xl-n13{margin:-65px!important}.ma-xl-n14{margin:-70px!important}.ma-xl-n15{margin:-75px!important}.ma-xl-n16{margin:-80px!important}.mx-xl-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-xl-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-xl-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-xl-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-xl-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-xl-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-xl-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-xl-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-xl-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-xl-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-xl-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-xl-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-xl-n16{margin-right:-80px!important;margin-left:-80px!important}.my-xl-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-xl-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-xl-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-xl-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-xl-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-xl-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-xl-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-xl-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-xl-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-xl-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-xl-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-xl-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-xl-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-xl-n1{margin-top:-5px!important}.mt-xl-n2{margin-top:-10px!important}.mt-xl-n3{margin-top:-15px!important}.mt-xl-n4{margin-top:-20px!important}.mt-xl-n5{margin-top:-25px!important}.mt-xl-n6{margin-top:-30px!important}.mt-xl-n7{margin-top:-35px!important}.mt-xl-n8{margin-top:-40px!important}.mt-xl-n9{margin-top:-45px!important}.mt-xl-n10{margin-top:-50px!important}.mt-xl-n11{margin-top:-55px!important}.mt-xl-n12{margin-top:-60px!important}.mt-xl-n13{margin-top:-65px!important}.mt-xl-n14{margin-top:-70px!important}.mt-xl-n15{margin-top:-75px!important}.mt-xl-n16{margin-top:-80px!important}.mr-xl-n1{margin-right:-5px!important}.mr-xl-n2{margin-right:-10px!important}.mr-xl-n3{margin-right:-15px!important}.mr-xl-n4{margin-right:-20px!important}.mr-xl-n5{margin-right:-25px!important}.mr-xl-n6{margin-right:-30px!important}.mr-xl-n7{margin-right:-35px!important}.mr-xl-n8{margin-right:-40px!important}.mr-xl-n9{margin-right:-45px!important}.mr-xl-n10{margin-right:-50px!important}.mr-xl-n11{margin-right:-55px!important}.mr-xl-n12{margin-right:-60px!important}.mr-xl-n13{margin-right:-65px!important}.mr-xl-n14{margin-right:-70px!important}.mr-xl-n15{margin-right:-75px!important}.mr-xl-n16{margin-right:-80px!important}.mb-xl-n1{margin-bottom:-5px!important}.mb-xl-n2{margin-bottom:-10px!important}.mb-xl-n3{margin-bottom:-15px!important}.mb-xl-n4{margin-bottom:-20px!important}.mb-xl-n5{margin-bottom:-25px!important}.mb-xl-n6{margin-bottom:-30px!important}.mb-xl-n7{margin-bottom:-35px!important}.mb-xl-n8{margin-bottom:-40px!important}.mb-xl-n9{margin-bottom:-45px!important}.mb-xl-n10{margin-bottom:-50px!important}.mb-xl-n11{margin-bottom:-55px!important}.mb-xl-n12{margin-bottom:-60px!important}.mb-xl-n13{margin-bottom:-65px!important}.mb-xl-n14{margin-bottom:-70px!important}.mb-xl-n15{margin-bottom:-75px!important}.mb-xl-n16{margin-bottom:-80px!important}.ml-xl-n1{margin-left:-5px!important}.ml-xl-n2{margin-left:-10px!important}.ml-xl-n3{margin-left:-15px!important}.ml-xl-n4{margin-left:-20px!important}.ml-xl-n5{margin-left:-25px!important}.ml-xl-n6{margin-left:-30px!important}.ml-xl-n7{margin-left:-35px!important}.ml-xl-n8{margin-left:-40px!important}.ml-xl-n9{margin-left:-45px!important}.ml-xl-n10{margin-left:-50px!important}.ml-xl-n11{margin-left:-55px!important}.ml-xl-n12{margin-left:-60px!important}.ml-xl-n13{margin-left:-65px!important}.ml-xl-n14{margin-left:-70px!important}.ml-xl-n15{margin-left:-75px!important}.ml-xl-n16{margin-left:-80px!important}.ms-xl-n1{margin-inline-start:-5px!important}.ms-xl-n2{margin-inline-start:-10px!important}.ms-xl-n3{margin-inline-start:-15px!important}.ms-xl-n4{margin-inline-start:-20px!important}.ms-xl-n5{margin-inline-start:-25px!important}.ms-xl-n6{margin-inline-start:-30px!important}.ms-xl-n7{margin-inline-start:-35px!important}.ms-xl-n8{margin-inline-start:-40px!important}.ms-xl-n9{margin-inline-start:-45px!important}.ms-xl-n10{margin-inline-start:-50px!important}.ms-xl-n11{margin-inline-start:-55px!important}.ms-xl-n12{margin-inline-start:-60px!important}.ms-xl-n13{margin-inline-start:-65px!important}.ms-xl-n14{margin-inline-start:-70px!important}.ms-xl-n15{margin-inline-start:-75px!important}.ms-xl-n16{margin-inline-start:-80px!important}.me-xl-n1{margin-inline-end:-5px!important}.me-xl-n2{margin-inline-end:-10px!important}.me-xl-n3{margin-inline-end:-15px!important}.me-xl-n4{margin-inline-end:-20px!important}.me-xl-n5{margin-inline-end:-25px!important}.me-xl-n6{margin-inline-end:-30px!important}.me-xl-n7{margin-inline-end:-35px!important}.me-xl-n8{margin-inline-end:-40px!important}.me-xl-n9{margin-inline-end:-45px!important}.me-xl-n10{margin-inline-end:-50px!important}.me-xl-n11{margin-inline-end:-55px!important}.me-xl-n12{margin-inline-end:-60px!important}.me-xl-n13{margin-inline-end:-65px!important}.me-xl-n14{margin-inline-end:-70px!important}.me-xl-n15{margin-inline-end:-75px!important}.me-xl-n16{margin-inline-end:-80px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:5px!important}.pa-xl-2{padding:10px!important}.pa-xl-3{padding:15px!important}.pa-xl-4{padding:20px!important}.pa-xl-5{padding:25px!important}.pa-xl-6{padding:30px!important}.pa-xl-7{padding:35px!important}.pa-xl-8{padding:40px!important}.pa-xl-9{padding:45px!important}.pa-xl-10{padding:50px!important}.pa-xl-11{padding:55px!important}.pa-xl-12{padding:60px!important}.pa-xl-13{padding:65px!important}.pa-xl-14{padding:70px!important}.pa-xl-15{padding:75px!important}.pa-xl-16{padding:80px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:5px!important;padding-left:5px!important}.px-xl-2{padding-right:10px!important;padding-left:10px!important}.px-xl-3{padding-right:15px!important;padding-left:15px!important}.px-xl-4{padding-right:20px!important;padding-left:20px!important}.px-xl-5{padding-right:25px!important;padding-left:25px!important}.px-xl-6{padding-right:30px!important;padding-left:30px!important}.px-xl-7{padding-right:35px!important;padding-left:35px!important}.px-xl-8{padding-right:40px!important;padding-left:40px!important}.px-xl-9{padding-right:45px!important;padding-left:45px!important}.px-xl-10{padding-right:50px!important;padding-left:50px!important}.px-xl-11{padding-right:55px!important;padding-left:55px!important}.px-xl-12{padding-right:60px!important;padding-left:60px!important}.px-xl-13{padding-right:65px!important;padding-left:65px!important}.px-xl-14{padding-right:70px!important;padding-left:70px!important}.px-xl-15{padding-right:75px!important;padding-left:75px!important}.px-xl-16{padding-right:80px!important;padding-left:80px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:5px!important;padding-bottom:5px!important}.py-xl-2{padding-top:10px!important;padding-bottom:10px!important}.py-xl-3{padding-top:15px!important;padding-bottom:15px!important}.py-xl-4{padding-top:20px!important;padding-bottom:20px!important}.py-xl-5{padding-top:25px!important;padding-bottom:25px!important}.py-xl-6{padding-top:30px!important;padding-bottom:30px!important}.py-xl-7{padding-top:35px!important;padding-bottom:35px!important}.py-xl-8{padding-top:40px!important;padding-bottom:40px!important}.py-xl-9{padding-top:45px!important;padding-bottom:45px!important}.py-xl-10{padding-top:50px!important;padding-bottom:50px!important}.py-xl-11{padding-top:55px!important;padding-bottom:55px!important}.py-xl-12{padding-top:60px!important;padding-bottom:60px!important}.py-xl-13{padding-top:65px!important;padding-bottom:65px!important}.py-xl-14{padding-top:70px!important;padding-bottom:70px!important}.py-xl-15{padding-top:75px!important;padding-bottom:75px!important}.py-xl-16{padding-top:80px!important;padding-bottom:80px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:5px!important}.pt-xl-2{padding-top:10px!important}.pt-xl-3{padding-top:15px!important}.pt-xl-4{padding-top:20px!important}.pt-xl-5{padding-top:25px!important}.pt-xl-6{padding-top:30px!important}.pt-xl-7{padding-top:35px!important}.pt-xl-8{padding-top:40px!important}.pt-xl-9{padding-top:45px!important}.pt-xl-10{padding-top:50px!important}.pt-xl-11{padding-top:55px!important}.pt-xl-12{padding-top:60px!important}.pt-xl-13{padding-top:65px!important}.pt-xl-14{padding-top:70px!important}.pt-xl-15{padding-top:75px!important}.pt-xl-16{padding-top:80px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:5px!important}.pr-xl-2{padding-right:10px!important}.pr-xl-3{padding-right:15px!important}.pr-xl-4{padding-right:20px!important}.pr-xl-5{padding-right:25px!important}.pr-xl-6{padding-right:30px!important}.pr-xl-7{padding-right:35px!important}.pr-xl-8{padding-right:40px!important}.pr-xl-9{padding-right:45px!important}.pr-xl-10{padding-right:50px!important}.pr-xl-11{padding-right:55px!important}.pr-xl-12{padding-right:60px!important}.pr-xl-13{padding-right:65px!important}.pr-xl-14{padding-right:70px!important}.pr-xl-15{padding-right:75px!important}.pr-xl-16{padding-right:80px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:5px!important}.pb-xl-2{padding-bottom:10px!important}.pb-xl-3{padding-bottom:15px!important}.pb-xl-4{padding-bottom:20px!important}.pb-xl-5{padding-bottom:25px!important}.pb-xl-6{padding-bottom:30px!important}.pb-xl-7{padding-bottom:35px!important}.pb-xl-8{padding-bottom:40px!important}.pb-xl-9{padding-bottom:45px!important}.pb-xl-10{padding-bottom:50px!important}.pb-xl-11{padding-bottom:55px!important}.pb-xl-12{padding-bottom:60px!important}.pb-xl-13{padding-bottom:65px!important}.pb-xl-14{padding-bottom:70px!important}.pb-xl-15{padding-bottom:75px!important}.pb-xl-16{padding-bottom:80px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:5px!important}.pl-xl-2{padding-left:10px!important}.pl-xl-3{padding-left:15px!important}.pl-xl-4{padding-left:20px!important}.pl-xl-5{padding-left:25px!important}.pl-xl-6{padding-left:30px!important}.pl-xl-7{padding-left:35px!important}.pl-xl-8{padding-left:40px!important}.pl-xl-9{padding-left:45px!important}.pl-xl-10{padding-left:50px!important}.pl-xl-11{padding-left:55px!important}.pl-xl-12{padding-left:60px!important}.pl-xl-13{padding-left:65px!important}.pl-xl-14{padding-left:70px!important}.pl-xl-15{padding-left:75px!important}.pl-xl-16{padding-left:80px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:5px!important}.ps-xl-2{padding-inline-start:10px!important}.ps-xl-3{padding-inline-start:15px!important}.ps-xl-4{padding-inline-start:20px!important}.ps-xl-5{padding-inline-start:25px!important}.ps-xl-6{padding-inline-start:30px!important}.ps-xl-7{padding-inline-start:35px!important}.ps-xl-8{padding-inline-start:40px!important}.ps-xl-9{padding-inline-start:45px!important}.ps-xl-10{padding-inline-start:50px!important}.ps-xl-11{padding-inline-start:55px!important}.ps-xl-12{padding-inline-start:60px!important}.ps-xl-13{padding-inline-start:65px!important}.ps-xl-14{padding-inline-start:70px!important}.ps-xl-15{padding-inline-start:75px!important}.ps-xl-16{padding-inline-start:80px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:5px!important}.pe-xl-2{padding-inline-end:10px!important}.pe-xl-3{padding-inline-end:15px!important}.pe-xl-4{padding-inline-end:20px!important}.pe-xl-5{padding-inline-end:25px!important}.pe-xl-6{padding-inline-end:30px!important}.pe-xl-7{padding-inline-end:35px!important}.pe-xl-8{padding-inline-end:40px!important}.pe-xl-9{padding-inline-end:45px!important}.pe-xl-10{padding-inline-end:50px!important}.pe-xl-11{padding-inline-end:55px!important}.pe-xl-12{padding-inline-end:60px!important}.pe-xl-13{padding-inline-end:65px!important}.pe-xl-14{padding-inline-end:70px!important}.pe-xl-15{padding-inline-end:75px!important}.pe-xl-16{padding-inline-end:80px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.justify-items-xxl-start{justify-items:flex-start!important}.justify-items-xxl-end{justify-items:flex-end!important}.justify-items-xxl-center{justify-items:center!important}.justify-items-xxl-stretch{justify-items:stretch!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:5px!important}.ga-xxl-2{gap:10px!important}.ga-xxl-3{gap:15px!important}.ga-xxl-4{gap:20px!important}.ga-xxl-5{gap:25px!important}.ga-xxl-6{gap:30px!important}.ga-xxl-7{gap:35px!important}.ga-xxl-8{gap:40px!important}.ga-xxl-9{gap:45px!important}.ga-xxl-10{gap:50px!important}.ga-xxl-11{gap:55px!important}.ga-xxl-12{gap:60px!important}.ga-xxl-13{gap:65px!important}.ga-xxl-14{gap:70px!important}.ga-xxl-15{gap:75px!important}.ga-xxl-16{gap:80px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:5px!important}.gr-xxl-2{row-gap:10px!important}.gr-xxl-3{row-gap:15px!important}.gr-xxl-4{row-gap:20px!important}.gr-xxl-5{row-gap:25px!important}.gr-xxl-6{row-gap:30px!important}.gr-xxl-7{row-gap:35px!important}.gr-xxl-8{row-gap:40px!important}.gr-xxl-9{row-gap:45px!important}.gr-xxl-10{row-gap:50px!important}.gr-xxl-11{row-gap:55px!important}.gr-xxl-12{row-gap:60px!important}.gr-xxl-13{row-gap:65px!important}.gr-xxl-14{row-gap:70px!important}.gr-xxl-15{row-gap:75px!important}.gr-xxl-16{row-gap:80px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:5px!important}.gc-xxl-2{column-gap:10px!important}.gc-xxl-3{column-gap:15px!important}.gc-xxl-4{column-gap:20px!important}.gc-xxl-5{column-gap:25px!important}.gc-xxl-6{column-gap:30px!important}.gc-xxl-7{column-gap:35px!important}.gc-xxl-8{column-gap:40px!important}.gc-xxl-9{column-gap:45px!important}.gc-xxl-10{column-gap:50px!important}.gc-xxl-11{column-gap:55px!important}.gc-xxl-12{column-gap:60px!important}.gc-xxl-13{column-gap:65px!important}.gc-xxl-14{column-gap:70px!important}.gc-xxl-15{column-gap:75px!important}.gc-xxl-16{column-gap:80px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:5px!important}.ma-xxl-2{margin:10px!important}.ma-xxl-3{margin:15px!important}.ma-xxl-4{margin:20px!important}.ma-xxl-5{margin:25px!important}.ma-xxl-6{margin:30px!important}.ma-xxl-7{margin:35px!important}.ma-xxl-8{margin:40px!important}.ma-xxl-9{margin:45px!important}.ma-xxl-10{margin:50px!important}.ma-xxl-11{margin:55px!important}.ma-xxl-12{margin:60px!important}.ma-xxl-13{margin:65px!important}.ma-xxl-14{margin:70px!important}.ma-xxl-15{margin:75px!important}.ma-xxl-16{margin:80px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:5px!important;margin-left:5px!important}.mx-xxl-2{margin-right:10px!important;margin-left:10px!important}.mx-xxl-3{margin-right:15px!important;margin-left:15px!important}.mx-xxl-4{margin-right:20px!important;margin-left:20px!important}.mx-xxl-5{margin-right:25px!important;margin-left:25px!important}.mx-xxl-6{margin-right:30px!important;margin-left:30px!important}.mx-xxl-7{margin-right:35px!important;margin-left:35px!important}.mx-xxl-8{margin-right:40px!important;margin-left:40px!important}.mx-xxl-9{margin-right:45px!important;margin-left:45px!important}.mx-xxl-10{margin-right:50px!important;margin-left:50px!important}.mx-xxl-11{margin-right:55px!important;margin-left:55px!important}.mx-xxl-12{margin-right:60px!important;margin-left:60px!important}.mx-xxl-13{margin-right:65px!important;margin-left:65px!important}.mx-xxl-14{margin-right:70px!important;margin-left:70px!important}.mx-xxl-15{margin-right:75px!important;margin-left:75px!important}.mx-xxl-16{margin-right:80px!important;margin-left:80px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:5px!important;margin-bottom:5px!important}.my-xxl-2{margin-top:10px!important;margin-bottom:10px!important}.my-xxl-3{margin-top:15px!important;margin-bottom:15px!important}.my-xxl-4{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-5{margin-top:25px!important;margin-bottom:25px!important}.my-xxl-6{margin-top:30px!important;margin-bottom:30px!important}.my-xxl-7{margin-top:35px!important;margin-bottom:35px!important}.my-xxl-8{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-9{margin-top:45px!important;margin-bottom:45px!important}.my-xxl-10{margin-top:50px!important;margin-bottom:50px!important}.my-xxl-11{margin-top:55px!important;margin-bottom:55px!important}.my-xxl-12{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-13{margin-top:65px!important;margin-bottom:65px!important}.my-xxl-14{margin-top:70px!important;margin-bottom:70px!important}.my-xxl-15{margin-top:75px!important;margin-bottom:75px!important}.my-xxl-16{margin-top:80px!important;margin-bottom:80px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:5px!important}.mt-xxl-2{margin-top:10px!important}.mt-xxl-3{margin-top:15px!important}.mt-xxl-4{margin-top:20px!important}.mt-xxl-5{margin-top:25px!important}.mt-xxl-6{margin-top:30px!important}.mt-xxl-7{margin-top:35px!important}.mt-xxl-8{margin-top:40px!important}.mt-xxl-9{margin-top:45px!important}.mt-xxl-10{margin-top:50px!important}.mt-xxl-11{margin-top:55px!important}.mt-xxl-12{margin-top:60px!important}.mt-xxl-13{margin-top:65px!important}.mt-xxl-14{margin-top:70px!important}.mt-xxl-15{margin-top:75px!important}.mt-xxl-16{margin-top:80px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:5px!important}.mr-xxl-2{margin-right:10px!important}.mr-xxl-3{margin-right:15px!important}.mr-xxl-4{margin-right:20px!important}.mr-xxl-5{margin-right:25px!important}.mr-xxl-6{margin-right:30px!important}.mr-xxl-7{margin-right:35px!important}.mr-xxl-8{margin-right:40px!important}.mr-xxl-9{margin-right:45px!important}.mr-xxl-10{margin-right:50px!important}.mr-xxl-11{margin-right:55px!important}.mr-xxl-12{margin-right:60px!important}.mr-xxl-13{margin-right:65px!important}.mr-xxl-14{margin-right:70px!important}.mr-xxl-15{margin-right:75px!important}.mr-xxl-16{margin-right:80px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:5px!important}.mb-xxl-2{margin-bottom:10px!important}.mb-xxl-3{margin-bottom:15px!important}.mb-xxl-4{margin-bottom:20px!important}.mb-xxl-5{margin-bottom:25px!important}.mb-xxl-6{margin-bottom:30px!important}.mb-xxl-7{margin-bottom:35px!important}.mb-xxl-8{margin-bottom:40px!important}.mb-xxl-9{margin-bottom:45px!important}.mb-xxl-10{margin-bottom:50px!important}.mb-xxl-11{margin-bottom:55px!important}.mb-xxl-12{margin-bottom:60px!important}.mb-xxl-13{margin-bottom:65px!important}.mb-xxl-14{margin-bottom:70px!important}.mb-xxl-15{margin-bottom:75px!important}.mb-xxl-16{margin-bottom:80px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:5px!important}.ml-xxl-2{margin-left:10px!important}.ml-xxl-3{margin-left:15px!important}.ml-xxl-4{margin-left:20px!important}.ml-xxl-5{margin-left:25px!important}.ml-xxl-6{margin-left:30px!important}.ml-xxl-7{margin-left:35px!important}.ml-xxl-8{margin-left:40px!important}.ml-xxl-9{margin-left:45px!important}.ml-xxl-10{margin-left:50px!important}.ml-xxl-11{margin-left:55px!important}.ml-xxl-12{margin-left:60px!important}.ml-xxl-13{margin-left:65px!important}.ml-xxl-14{margin-left:70px!important}.ml-xxl-15{margin-left:75px!important}.ml-xxl-16{margin-left:80px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:5px!important}.ms-xxl-2{margin-inline-start:10px!important}.ms-xxl-3{margin-inline-start:15px!important}.ms-xxl-4{margin-inline-start:20px!important}.ms-xxl-5{margin-inline-start:25px!important}.ms-xxl-6{margin-inline-start:30px!important}.ms-xxl-7{margin-inline-start:35px!important}.ms-xxl-8{margin-inline-start:40px!important}.ms-xxl-9{margin-inline-start:45px!important}.ms-xxl-10{margin-inline-start:50px!important}.ms-xxl-11{margin-inline-start:55px!important}.ms-xxl-12{margin-inline-start:60px!important}.ms-xxl-13{margin-inline-start:65px!important}.ms-xxl-14{margin-inline-start:70px!important}.ms-xxl-15{margin-inline-start:75px!important}.ms-xxl-16{margin-inline-start:80px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:5px!important}.me-xxl-2{margin-inline-end:10px!important}.me-xxl-3{margin-inline-end:15px!important}.me-xxl-4{margin-inline-end:20px!important}.me-xxl-5{margin-inline-end:25px!important}.me-xxl-6{margin-inline-end:30px!important}.me-xxl-7{margin-inline-end:35px!important}.me-xxl-8{margin-inline-end:40px!important}.me-xxl-9{margin-inline-end:45px!important}.me-xxl-10{margin-inline-end:50px!important}.me-xxl-11{margin-inline-end:55px!important}.me-xxl-12{margin-inline-end:60px!important}.me-xxl-13{margin-inline-end:65px!important}.me-xxl-14{margin-inline-end:70px!important}.me-xxl-15{margin-inline-end:75px!important}.me-xxl-16{margin-inline-end:80px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-5px!important}.ma-xxl-n2{margin:-10px!important}.ma-xxl-n3{margin:-15px!important}.ma-xxl-n4{margin:-20px!important}.ma-xxl-n5{margin:-25px!important}.ma-xxl-n6{margin:-30px!important}.ma-xxl-n7{margin:-35px!important}.ma-xxl-n8{margin:-40px!important}.ma-xxl-n9{margin:-45px!important}.ma-xxl-n10{margin:-50px!important}.ma-xxl-n11{margin:-55px!important}.ma-xxl-n12{margin:-60px!important}.ma-xxl-n13{margin:-65px!important}.ma-xxl-n14{margin:-70px!important}.ma-xxl-n15{margin:-75px!important}.ma-xxl-n16{margin:-80px!important}.mx-xxl-n1{margin-right:-5px!important;margin-left:-5px!important}.mx-xxl-n2{margin-right:-10px!important;margin-left:-10px!important}.mx-xxl-n3{margin-right:-15px!important;margin-left:-15px!important}.mx-xxl-n4{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n5{margin-right:-25px!important;margin-left:-25px!important}.mx-xxl-n6{margin-right:-30px!important;margin-left:-30px!important}.mx-xxl-n7{margin-right:-35px!important;margin-left:-35px!important}.mx-xxl-n8{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n9{margin-right:-45px!important;margin-left:-45px!important}.mx-xxl-n10{margin-right:-50px!important;margin-left:-50px!important}.mx-xxl-n11{margin-right:-55px!important;margin-left:-55px!important}.mx-xxl-n12{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n13{margin-right:-65px!important;margin-left:-65px!important}.mx-xxl-n14{margin-right:-70px!important;margin-left:-70px!important}.mx-xxl-n15{margin-right:-75px!important;margin-left:-75px!important}.mx-xxl-n16{margin-right:-80px!important;margin-left:-80px!important}.my-xxl-n1{margin-top:-5px!important;margin-bottom:-5px!important}.my-xxl-n2{margin-top:-10px!important;margin-bottom:-10px!important}.my-xxl-n3{margin-top:-15px!important;margin-bottom:-15px!important}.my-xxl-n4{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n5{margin-top:-25px!important;margin-bottom:-25px!important}.my-xxl-n6{margin-top:-30px!important;margin-bottom:-30px!important}.my-xxl-n7{margin-top:-35px!important;margin-bottom:-35px!important}.my-xxl-n8{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n9{margin-top:-45px!important;margin-bottom:-45px!important}.my-xxl-n10{margin-top:-50px!important;margin-bottom:-50px!important}.my-xxl-n11{margin-top:-55px!important;margin-bottom:-55px!important}.my-xxl-n12{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n13{margin-top:-65px!important;margin-bottom:-65px!important}.my-xxl-n14{margin-top:-70px!important;margin-bottom:-70px!important}.my-xxl-n15{margin-top:-75px!important;margin-bottom:-75px!important}.my-xxl-n16{margin-top:-80px!important;margin-bottom:-80px!important}.mt-xxl-n1{margin-top:-5px!important}.mt-xxl-n2{margin-top:-10px!important}.mt-xxl-n3{margin-top:-15px!important}.mt-xxl-n4{margin-top:-20px!important}.mt-xxl-n5{margin-top:-25px!important}.mt-xxl-n6{margin-top:-30px!important}.mt-xxl-n7{margin-top:-35px!important}.mt-xxl-n8{margin-top:-40px!important}.mt-xxl-n9{margin-top:-45px!important}.mt-xxl-n10{margin-top:-50px!important}.mt-xxl-n11{margin-top:-55px!important}.mt-xxl-n12{margin-top:-60px!important}.mt-xxl-n13{margin-top:-65px!important}.mt-xxl-n14{margin-top:-70px!important}.mt-xxl-n15{margin-top:-75px!important}.mt-xxl-n16{margin-top:-80px!important}.mr-xxl-n1{margin-right:-5px!important}.mr-xxl-n2{margin-right:-10px!important}.mr-xxl-n3{margin-right:-15px!important}.mr-xxl-n4{margin-right:-20px!important}.mr-xxl-n5{margin-right:-25px!important}.mr-xxl-n6{margin-right:-30px!important}.mr-xxl-n7{margin-right:-35px!important}.mr-xxl-n8{margin-right:-40px!important}.mr-xxl-n9{margin-right:-45px!important}.mr-xxl-n10{margin-right:-50px!important}.mr-xxl-n11{margin-right:-55px!important}.mr-xxl-n12{margin-right:-60px!important}.mr-xxl-n13{margin-right:-65px!important}.mr-xxl-n14{margin-right:-70px!important}.mr-xxl-n15{margin-right:-75px!important}.mr-xxl-n16{margin-right:-80px!important}.mb-xxl-n1{margin-bottom:-5px!important}.mb-xxl-n2{margin-bottom:-10px!important}.mb-xxl-n3{margin-bottom:-15px!important}.mb-xxl-n4{margin-bottom:-20px!important}.mb-xxl-n5{margin-bottom:-25px!important}.mb-xxl-n6{margin-bottom:-30px!important}.mb-xxl-n7{margin-bottom:-35px!important}.mb-xxl-n8{margin-bottom:-40px!important}.mb-xxl-n9{margin-bottom:-45px!important}.mb-xxl-n10{margin-bottom:-50px!important}.mb-xxl-n11{margin-bottom:-55px!important}.mb-xxl-n12{margin-bottom:-60px!important}.mb-xxl-n13{margin-bottom:-65px!important}.mb-xxl-n14{margin-bottom:-70px!important}.mb-xxl-n15{margin-bottom:-75px!important}.mb-xxl-n16{margin-bottom:-80px!important}.ml-xxl-n1{margin-left:-5px!important}.ml-xxl-n2{margin-left:-10px!important}.ml-xxl-n3{margin-left:-15px!important}.ml-xxl-n4{margin-left:-20px!important}.ml-xxl-n5{margin-left:-25px!important}.ml-xxl-n6{margin-left:-30px!important}.ml-xxl-n7{margin-left:-35px!important}.ml-xxl-n8{margin-left:-40px!important}.ml-xxl-n9{margin-left:-45px!important}.ml-xxl-n10{margin-left:-50px!important}.ml-xxl-n11{margin-left:-55px!important}.ml-xxl-n12{margin-left:-60px!important}.ml-xxl-n13{margin-left:-65px!important}.ml-xxl-n14{margin-left:-70px!important}.ml-xxl-n15{margin-left:-75px!important}.ml-xxl-n16{margin-left:-80px!important}.ms-xxl-n1{margin-inline-start:-5px!important}.ms-xxl-n2{margin-inline-start:-10px!important}.ms-xxl-n3{margin-inline-start:-15px!important}.ms-xxl-n4{margin-inline-start:-20px!important}.ms-xxl-n5{margin-inline-start:-25px!important}.ms-xxl-n6{margin-inline-start:-30px!important}.ms-xxl-n7{margin-inline-start:-35px!important}.ms-xxl-n8{margin-inline-start:-40px!important}.ms-xxl-n9{margin-inline-start:-45px!important}.ms-xxl-n10{margin-inline-start:-50px!important}.ms-xxl-n11{margin-inline-start:-55px!important}.ms-xxl-n12{margin-inline-start:-60px!important}.ms-xxl-n13{margin-inline-start:-65px!important}.ms-xxl-n14{margin-inline-start:-70px!important}.ms-xxl-n15{margin-inline-start:-75px!important}.ms-xxl-n16{margin-inline-start:-80px!important}.me-xxl-n1{margin-inline-end:-5px!important}.me-xxl-n2{margin-inline-end:-10px!important}.me-xxl-n3{margin-inline-end:-15px!important}.me-xxl-n4{margin-inline-end:-20px!important}.me-xxl-n5{margin-inline-end:-25px!important}.me-xxl-n6{margin-inline-end:-30px!important}.me-xxl-n7{margin-inline-end:-35px!important}.me-xxl-n8{margin-inline-end:-40px!important}.me-xxl-n9{margin-inline-end:-45px!important}.me-xxl-n10{margin-inline-end:-50px!important}.me-xxl-n11{margin-inline-end:-55px!important}.me-xxl-n12{margin-inline-end:-60px!important}.me-xxl-n13{margin-inline-end:-65px!important}.me-xxl-n14{margin-inline-end:-70px!important}.me-xxl-n15{margin-inline-end:-75px!important}.me-xxl-n16{margin-inline-end:-80px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:5px!important}.pa-xxl-2{padding:10px!important}.pa-xxl-3{padding:15px!important}.pa-xxl-4{padding:20px!important}.pa-xxl-5{padding:25px!important}.pa-xxl-6{padding:30px!important}.pa-xxl-7{padding:35px!important}.pa-xxl-8{padding:40px!important}.pa-xxl-9{padding:45px!important}.pa-xxl-10{padding:50px!important}.pa-xxl-11{padding:55px!important}.pa-xxl-12{padding:60px!important}.pa-xxl-13{padding:65px!important}.pa-xxl-14{padding:70px!important}.pa-xxl-15{padding:75px!important}.pa-xxl-16{padding:80px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:5px!important;padding-left:5px!important}.px-xxl-2{padding-right:10px!important;padding-left:10px!important}.px-xxl-3{padding-right:15px!important;padding-left:15px!important}.px-xxl-4{padding-right:20px!important;padding-left:20px!important}.px-xxl-5{padding-right:25px!important;padding-left:25px!important}.px-xxl-6{padding-right:30px!important;padding-left:30px!important}.px-xxl-7{padding-right:35px!important;padding-left:35px!important}.px-xxl-8{padding-right:40px!important;padding-left:40px!important}.px-xxl-9{padding-right:45px!important;padding-left:45px!important}.px-xxl-10{padding-right:50px!important;padding-left:50px!important}.px-xxl-11{padding-right:55px!important;padding-left:55px!important}.px-xxl-12{padding-right:60px!important;padding-left:60px!important}.px-xxl-13{padding-right:65px!important;padding-left:65px!important}.px-xxl-14{padding-right:70px!important;padding-left:70px!important}.px-xxl-15{padding-right:75px!important;padding-left:75px!important}.px-xxl-16{padding-right:80px!important;padding-left:80px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:5px!important;padding-bottom:5px!important}.py-xxl-2{padding-top:10px!important;padding-bottom:10px!important}.py-xxl-3{padding-top:15px!important;padding-bottom:15px!important}.py-xxl-4{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-5{padding-top:25px!important;padding-bottom:25px!important}.py-xxl-6{padding-top:30px!important;padding-bottom:30px!important}.py-xxl-7{padding-top:35px!important;padding-bottom:35px!important}.py-xxl-8{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-9{padding-top:45px!important;padding-bottom:45px!important}.py-xxl-10{padding-top:50px!important;padding-bottom:50px!important}.py-xxl-11{padding-top:55px!important;padding-bottom:55px!important}.py-xxl-12{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-13{padding-top:65px!important;padding-bottom:65px!important}.py-xxl-14{padding-top:70px!important;padding-bottom:70px!important}.py-xxl-15{padding-top:75px!important;padding-bottom:75px!important}.py-xxl-16{padding-top:80px!important;padding-bottom:80px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:5px!important}.pt-xxl-2{padding-top:10px!important}.pt-xxl-3{padding-top:15px!important}.pt-xxl-4{padding-top:20px!important}.pt-xxl-5{padding-top:25px!important}.pt-xxl-6{padding-top:30px!important}.pt-xxl-7{padding-top:35px!important}.pt-xxl-8{padding-top:40px!important}.pt-xxl-9{padding-top:45px!important}.pt-xxl-10{padding-top:50px!important}.pt-xxl-11{padding-top:55px!important}.pt-xxl-12{padding-top:60px!important}.pt-xxl-13{padding-top:65px!important}.pt-xxl-14{padding-top:70px!important}.pt-xxl-15{padding-top:75px!important}.pt-xxl-16{padding-top:80px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:5px!important}.pr-xxl-2{padding-right:10px!important}.pr-xxl-3{padding-right:15px!important}.pr-xxl-4{padding-right:20px!important}.pr-xxl-5{padding-right:25px!important}.pr-xxl-6{padding-right:30px!important}.pr-xxl-7{padding-right:35px!important}.pr-xxl-8{padding-right:40px!important}.pr-xxl-9{padding-right:45px!important}.pr-xxl-10{padding-right:50px!important}.pr-xxl-11{padding-right:55px!important}.pr-xxl-12{padding-right:60px!important}.pr-xxl-13{padding-right:65px!important}.pr-xxl-14{padding-right:70px!important}.pr-xxl-15{padding-right:75px!important}.pr-xxl-16{padding-right:80px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:5px!important}.pb-xxl-2{padding-bottom:10px!important}.pb-xxl-3{padding-bottom:15px!important}.pb-xxl-4{padding-bottom:20px!important}.pb-xxl-5{padding-bottom:25px!important}.pb-xxl-6{padding-bottom:30px!important}.pb-xxl-7{padding-bottom:35px!important}.pb-xxl-8{padding-bottom:40px!important}.pb-xxl-9{padding-bottom:45px!important}.pb-xxl-10{padding-bottom:50px!important}.pb-xxl-11{padding-bottom:55px!important}.pb-xxl-12{padding-bottom:60px!important}.pb-xxl-13{padding-bottom:65px!important}.pb-xxl-14{padding-bottom:70px!important}.pb-xxl-15{padding-bottom:75px!important}.pb-xxl-16{padding-bottom:80px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:5px!important}.pl-xxl-2{padding-left:10px!important}.pl-xxl-3{padding-left:15px!important}.pl-xxl-4{padding-left:20px!important}.pl-xxl-5{padding-left:25px!important}.pl-xxl-6{padding-left:30px!important}.pl-xxl-7{padding-left:35px!important}.pl-xxl-8{padding-left:40px!important}.pl-xxl-9{padding-left:45px!important}.pl-xxl-10{padding-left:50px!important}.pl-xxl-11{padding-left:55px!important}.pl-xxl-12{padding-left:60px!important}.pl-xxl-13{padding-left:65px!important}.pl-xxl-14{padding-left:70px!important}.pl-xxl-15{padding-left:75px!important}.pl-xxl-16{padding-left:80px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:5px!important}.ps-xxl-2{padding-inline-start:10px!important}.ps-xxl-3{padding-inline-start:15px!important}.ps-xxl-4{padding-inline-start:20px!important}.ps-xxl-5{padding-inline-start:25px!important}.ps-xxl-6{padding-inline-start:30px!important}.ps-xxl-7{padding-inline-start:35px!important}.ps-xxl-8{padding-inline-start:40px!important}.ps-xxl-9{padding-inline-start:45px!important}.ps-xxl-10{padding-inline-start:50px!important}.ps-xxl-11{padding-inline-start:55px!important}.ps-xxl-12{padding-inline-start:60px!important}.ps-xxl-13{padding-inline-start:65px!important}.ps-xxl-14{padding-inline-start:70px!important}.ps-xxl-15{padding-inline-start:75px!important}.ps-xxl-16{padding-inline-start:80px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:5px!important}.pe-xxl-2{padding-inline-end:10px!important}.pe-xxl-3{padding-inline-end:15px!important}.pe-xxl-4{padding-inline-end:20px!important}.pe-xxl-5{padding-inline-end:25px!important}.pe-xxl-6{padding-inline-end:30px!important}.pe-xxl-7{padding-inline-end:35px!important}.pe-xxl-8{padding-inline-end:40px!important}.pe-xxl-9{padding-inline-end:45px!important}.pe-xxl-10{padding-inline-end:50px!important}.pe-xxl-11{padding-inline-end:55px!important}.pe-xxl-12{padding-inline-end:60px!important}.pe-xxl-13{padding-inline-end:65px!important}.pe-xxl-14{padding-inline-end:70px!important}.pe-xxl-15{padding-inline-end:75px!important}.pe-xxl-16{padding-inline-end:80px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Inter,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Inter,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px;margin-left:1px;margin-right:1px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover{background-color:#f3f4f6}.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{background-color:#dbeafe;color:#2563eb}.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#2563eb}.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#2563eb}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#4b5563}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#4b5563}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#4b5563}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#4b5563;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#4b5563;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#4b5563}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#4b5563;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle;margin-right:1px;margin-left:1px}.ql-snow .ql-picker-label{cursor:pointer;display:flex;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding:5px 8px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#d1d5db;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#d1d5db}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#d1d5db}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:3px}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px;margin:2px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #d1d5db;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#d1d5db}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #d1d5db;box-shadow:0 0 5px #d1d5db;color:#4b5563;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #d1d5db;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #d1d5db;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#2563eb}.ql-container.ql-snow{border:1px solid #d1d5db}.v-field input,.v-field textarea,.v-field select{border:none;outline:none;background:transparent;border-radius:0;font:inherit;box-sizing:border-box;padding:0;margin:0}button.v-expansion-panel-title{border:none;background:transparent;font:inherit;box-sizing:border-box;text-align:start;cursor:pointer}vue-component-wrapper{width:100%;font-family:Inter,sans-serif;color:#353535}vue-component-wrapper .flex-wrap{flex-wrap:wrap!important}vue-component-wrapper tbody td{position:static!important;font-size:unset!important;font-weight:unset!important}vue-component-wrapper ::-webkit-scrollbar{width:24px;height:24px}vue-component-wrapper ::-webkit-scrollbar-track{background-color:#fff}vue-component-wrapper ::-webkit-scrollbar-thumb{border:10px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#979797;width:4px;height:4px;border-radius:100px}vue-component-wrapper p{margin:0!important}vue-component-wrapper .page-content{max-width:1200px;margin-top:5px}.v-label{margin-bottom:0!important;font-weight:400}.flex-wrap{flex-wrap:nowrap!important}.wasabi-accordion[data-v-3130cd2c]{border-radius:var(--v1459dc17)}[data-v-3130cd2c] .v-expansion-panel-title--active:focus{outline:none!important}.bordered[data-v-3130cd2c]{border:1px solid var(--v7dfb221b)}.border-neutral200[data-v-3130cd2c]{border-color:var(--bbe61162)}vue-component-wrapper h1[data-v-1e2eb827],vue-component-wrapper h2[data-v-1e2eb827],vue-component-wrapper h3[data-v-1e2eb827],vue-component-wrapper h4[data-v-1e2eb827]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-1e2eb827]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-1e2eb827]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-1e2eb827]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-1e2eb827]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-1e2eb827]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-1e2eb827]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-1e2eb827]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-1e2eb827]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-1e2eb827]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-1e2eb827]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-1e2eb827]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-1e2eb827]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-1e2eb827]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-1e2eb827]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-1e2eb827]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.v-expansion-panel-title[data-v-1e2eb827],.v-expansion-panel-title--active[data-v-1e2eb827]{min-height:58px;height:58px;padding:0 22px;color:var(--v589b0bfd);--v-theme-overlay-multiplier: 0 !important;border-color:var(--v385f6a26)}.v-expansion-panel-title.bordered[data-v-1e2eb827],.v-expansion-panel-title--active.bordered[data-v-1e2eb827]{border:1px solid var(--v385f6a26)}.v-expansion-panel-title[data-v-1e2eb827]:hover,.v-expansion-panel-title--active[data-v-1e2eb827]:hover{color:var(--v1bed04a0);background-color:var(--v0943a667);--v-hover-opacity: 0}.v-expansion-panel-title[data-v-1e2eb827]:focus,.v-expansion-panel-title--active[data-v-1e2eb827]:focus{background-color:var(--v0943a667);outline:2px solid var(--c0d106a6)}.v-expansion-panels--variant-accordion>.v-expansion-panel[data-v-1e2eb827]:after{border-color:var(--v385f6a26)}.v-expansion-panel--active .v-expansion-panel-text[data-v-1e2eb827]{display:flex!important}[data-v-1e2eb827] .v-expansion-panel-text__wrapper{padding:8px 22px 32px}vue-component-wrapper h1[data-v-df97664a],vue-component-wrapper h2[data-v-df97664a],vue-component-wrapper h3[data-v-df97664a],vue-component-wrapper h4[data-v-df97664a]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-df97664a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-df97664a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-df97664a]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-df97664a]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-df97664a]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-df97664a]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-df97664a]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-df97664a]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-df97664a]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-df97664a]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-df97664a]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-df97664a]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-df97664a]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-df97664a]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-df97664a]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.bar-chart[data-v-df97664a]{height:400px}.v-overlay__content[data-v-df97664a]{top:300px;left:500px}.bar-chart-container[data-v-df97664a]{position:relative}.bar-chart-container .empty-state-slot[data-v-df97664a]{position:absolute;top:calc(50% - 50px);left:50%;transform:translate(-50%,-50%)}vue-component-wrapper h1[data-v-5adf6ac7],vue-component-wrapper h2[data-v-5adf6ac7],vue-component-wrapper h3[data-v-5adf6ac7],vue-component-wrapper h4[data-v-5adf6ac7]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-5adf6ac7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-5adf6ac7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-5adf6ac7]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-5adf6ac7]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-5adf6ac7]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-5adf6ac7]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-5adf6ac7]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-5adf6ac7]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-5adf6ac7]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-5adf6ac7]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-5adf6ac7]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-5adf6ac7]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-5adf6ac7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-5adf6ac7]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-5adf6ac7]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-5adf6ac7]{box-sizing:border-box;color:rgb(var(--v-theme-neutral1000));text-align:center}.wasabi__callout[data-v-5adf6ac7]{background-color:rgba(var(--v-theme-neutral200),.5);border:1px solid rgb(var(--v-theme-neutral200));border-radius:5px;padding:0 16px}.noIcon-basic[data-v-5adf6ac7],.slot-basic[data-v-5adf6ac7]{display:flex;align-items:center;justify-content:center;height:40px}.noIcon-basic>.text-lighter[data-v-5adf6ac7],.slot-basic[data-v-5adf6ac7]{font-weight:400}.highlighted-icon-text[data-v-5adf6ac7],.bold-icon-text[data-v-5adf6ac7]{display:flex;align-items:center;font-weight:400;line-height:18px;height:40px}.highlighted-icon-text>i[data-v-5adf6ac7]{margin-right:4px}.highlighted-icon-vhtml-text[data-v-5adf6ac7],.noIcon-vhtml-text[data-v-5adf6ac7]{display:flex;align-items:center;justify-content:center;position:relative;font-weight:400;line-height:18px;height:40px}.highlighted-icon-vhtml-text>.v-icon[data-v-5adf6ac7]{position:absolute;top:8px;right:0}.count-indicator[data-v-5adf6ac7]{display:flex;align-items:center;color:rgb(var(--v-theme-neutral1000));font-weight:400;height:40px}.icon-black-text[data-v-5adf6ac7]{display:flex;align-items:center;height:64px;color:rgb(var(--v-theme-neutral1000))}.icon-black-text i[data-v-5adf6ac7]{margin-right:16px!important}.ratings[data-v-5adf6ac7]{display:flex;align-items:center;font-weight:400;line-height:18px;height:40px}.ratings-block[data-v-5adf6ac7]{height:33px;width:65px;padding:0!important}.small[data-v-5adf6ac7]{height:32px;font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}.small i.material-icons[data-v-5adf6ac7]{font-size:9px;font-weight:600}.large[data-v-5adf6ac7]{height:40px}.text-light[data-v-5adf6ac7]{font-weight:400}.text-bold[data-v-5adf6ac7]{font-weight:700}.stacked[data-v-5adf6ac7]{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:16px 0}vue-component-wrapper h1[data-v-a623ab9f],vue-component-wrapper h2[data-v-a623ab9f],vue-component-wrapper h3[data-v-a623ab9f],vue-component-wrapper h4[data-v-a623ab9f]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-a623ab9f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-a623ab9f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-a623ab9f]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-a623ab9f]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-a623ab9f]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-a623ab9f]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-a623ab9f]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-a623ab9f]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-a623ab9f]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-a623ab9f]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-a623ab9f]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-a623ab9f]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-a623ab9f]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-a623ab9f]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-a623ab9f]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.wasabi-container[data-v-a623ab9f]{background-color:var(--v1944ec25)}@media (min-width: 600px){.wasabi-container[data-v-a623ab9f]{padding:24px 30px}}@media (max-width: 599px){.wasabi-container[data-v-a623ab9f]{padding:20px}}.wasabi-container[data-v-a623ab9f]{border-radius:var(--v74ab14d8)}.wasabi-container .wasabi-container__header[data-v-a623ab9f]{margin-bottom:22px}.wasabi-container .wasabi-container__shortheader[data-v-a623ab9f]{margin-bottom:5px}.shadow-container[data-v-a623ab9f]{box-shadow:0 4px 20px #35353526!important}.wasabi-legend{width:auto;height:8px;overflow:hidden;margin-top:20px;background:transparent!important}.wasabi-legend .legend__item{height:18px!important;width:34px!important}.legend_label{font-size:12px;width:34px!important;text-align:center;align-items:center;margin-top:6px}.w-chip[data-v-d0318b72]{display:inline-flex;align-items:center;justify-content:center;gap:var(--v3cc559d5);padding:var(--v592a1cbc) var(--v80fbe660);border-radius:var(--v288491c7);border:none;cursor:pointer;background-color:var(--v1a32dae7);color:var(--v33aebf1e);transition:background-color .15s ease;white-space:nowrap}.w-chip[data-v-d0318b72]:hover:not(:disabled){background-color:var(--v3202b59f)}.w-chip--selected[data-v-d0318b72]{background-color:var(--v915243a8);color:var(--v47e78b5a)}.w-chip--selected[data-v-d0318b72]:hover:not(:disabled){background-color:var(--v915243a8)}.w-chip[data-v-d0318b72]:disabled{cursor:not-allowed;opacity:.5}vue-component-wrapper h1[data-v-f03924d1],vue-component-wrapper h2[data-v-f03924d1],vue-component-wrapper h3[data-v-f03924d1],vue-component-wrapper h4[data-v-f03924d1]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-f03924d1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-f03924d1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-f03924d1]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-f03924d1]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-f03924d1]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-f03924d1]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-f03924d1]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-f03924d1]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-f03924d1]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-f03924d1]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-f03924d1]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-f03924d1]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-f03924d1]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-f03924d1]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-f03924d1]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.pagination-bar[data-v-f03924d1]{display:flex;align-items:center;gap:var(--v74c94459);padding:var(--v23010b36) var(--v3a5ccfd6);background-color:transparent}.pagination-numbers[data-v-f03924d1]{display:flex;flex:1 0 0;align-items:center;gap:var(--v26462a17)}.pagination-section[data-v-f03924d1]{display:flex;align-items:center;gap:var(--v75311e25);flex-shrink:0}.pagination-label[data-v-f03924d1]{color:var(--bafd1b80);white-space:nowrap}[data-v-f03924d1] .v-pagination__item>.v-btn{width:36px!important;height:36px!important;min-width:36px!important;border:1px solid var(--v6f947ea9);border-radius:var(--v90f99bd2);background-color:var(--v62870e6a);color:var(--bafd1b80);font-weight:600;font-size:14px}[data-v-f03924d1] .v-pagination__item>.v-btn:hover{color:var(--bafd1b80)!important;background:var(--v8e1a10b6)!important;border-color:var(--v6f947ea9)!important}[data-v-f03924d1] .v-pagination__item>.v-btn:active{color:var(--bafd1b80)!important;background:var(--v190a376a)!important;border-color:var(--v6f947ea9)!important}[data-v-f03924d1] .v-pagination__item>.v-btn:focus-visible{color:var(--v36cb5067)!important;background-color:var(--v5bef5f33)!important;border-color:var(--v5bef5f33)!important;outline:2px solid var(--v8f8d6aa0)!important}[data-v-f03924d1] .v-pagination__item--is-active>.v-btn{background:var(--v5bef5f33)!important;border-color:var(--v5bef5f33)!important;color:var(--v36cb5067)!important}[data-v-f03924d1] .v-pagination__item--is-active>.v-btn>.v-btn__overlay{opacity:0!important}[data-v-f03924d1] .v-pagination__item>.v-btn>.v-btn__overlay{opacity:0!important}[data-v-f03924d1] .v-pagination__prev,[data-v-f03924d1] .v-pagination__next{display:flex}[data-v-f03924d1] .v-pagination__prev>.v-btn,[data-v-f03924d1] .v-pagination__next>.v-btn{color:var(--v3ca5ab0f);min-width:auto!important}[data-v-f03924d1] .v-pagination__prev>.v-btn:hover,[data-v-f03924d1] .v-pagination__next>.v-btn:hover{color:var(--v5bef5f33)!important}[data-v-f03924d1] .v-pagination__prev>.v-btn:focus-visible,[data-v-f03924d1] .v-pagination__next>.v-btn:focus-visible{color:var(--v5bef5f33)!important;outline:2px solid var(--v8f8d6aa0)!important;background:none!important;border:none!important}[data-v-f03924d1] .v-pagination__prev>.v-btn--disabled,[data-v-f03924d1] .v-pagination__next>.v-btn--disabled{color:var(--bafd1b80)!important;opacity:.38!important}[data-v-f03924d1] .v-pagination__prev>.v-btn>.v-btn__overlay,[data-v-f03924d1] .v-pagination__next>.v-btn>.v-btn__overlay{opacity:0!important}.pagination-compact-select[data-v-f03924d1]{width:82px;flex-shrink:0}.pagination-compact-select[data-v-f03924d1] .v-field{height:36px;min-height:36px!important;border-radius:var(--v30902ed9);background-color:var(--v6c78f71c);font-size:14px;font-weight:600;color:var(--v4adaffbe);padding:0 var(--v02fe2f23);cursor:pointer}.pagination-compact-select[data-v-f03924d1] .v-field__input{min-height:36px!important;padding:0!important;font-weight:600;font-size:14px}.pagination-compact-select[data-v-f03924d1] .v-field__append-inner{padding-top:0!important;color:var(--v80765ecc)}.pagination-compact-select[data-v-f03924d1] .v-select__selection{font-weight:600;font-size:14px;color:var(--v4adaffbe)}.pagination-compact-select[data-v-f03924d1] .v-field--variant-outlined .v-field__outline__start,.pagination-compact-select[data-v-f03924d1] .v-field--variant-outlined .v-field__outline__end{border-color:var(--v0b6029cd)}.pagination-compact-select[data-v-f03924d1] .v-field--focused .v-field__outline__start,.pagination-compact-select[data-v-f03924d1] .v-field--focused .v-field__outline__end{border-color:var(--v6ef51b64)!important}[data-v-f03924d1] .v-pagination{margin:0}[data-v-f03924d1] .v-pagination__list{gap:var(--v75311e25);padding:0;margin:0}vue-component-wrapper h1[data-v-532ff920],vue-component-wrapper h2[data-v-532ff920],vue-component-wrapper h3[data-v-532ff920],vue-component-wrapper h4[data-v-532ff920]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-532ff920]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-532ff920]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-532ff920]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-532ff920]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-532ff920]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-532ff920]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-532ff920]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-532ff920]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-532ff920]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-532ff920]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-532ff920]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-532ff920]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-532ff920]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-532ff920]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-532ff920]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.wasabi-tabs .v-tab[data-v-532ff920]{color:var(--v9d5dbd58)!important;text-transform:none;letter-spacing:normal}.wasabi-tabs .v-tab[data-v-532ff920] .v-btn__overlay,.wasabi-tabs .v-tab[data-v-532ff920] .v-ripple__container{display:none!important}.wasabi-tabs .v-tab[data-v-532ff920]:hover{color:var(--cd1bec30)!important;background:var(--v71176a01)!important}.wasabi-tabs .v-tab[data-v-532ff920]:focus-visible{color:var(--cd1bec30)!important;outline:2px solid var(--v753663e8)!important}.wasabi-tabs .v-tab.v-tab--selected[data-v-532ff920],.wasabi-tabs .v-tab.v-slide-group-item--active[data-v-532ff920]{color:var(--cd1bec30)!important}.wasabi-tabs .v-tab.v-btn--disabled[data-v-532ff920]{opacity:1;color:var(--v1a3c4bc1)!important}.wasabi-tabs .v-tab.v-btn--disabled[data-v-532ff920] .v-tab__slider{color:var(--v0948a103)!important;opacity:1}.wasabi-tabs[data-v-532ff920] .v-tab__slider{height:5px;opacity:1;color:transparent}.wasabi-tabs[data-v-532ff920] .v-tab--selected .v-tab__slider{color:var(--v43e0e924)}.wasabi-tabs[data-v-532ff920]{border-bottom:1px solid var(--v0948a103)}.wasabi-tabs[data-v-532ff920] .v-slide-group__prev,.wasabi-tabs[data-v-532ff920] .v-slide-group__next{color:var(--fbdc939a)!important}.wasabi-tabs[data-v-532ff920] .v-slide-group__prev:hover,.wasabi-tabs[data-v-532ff920] .v-slide-group__next:hover{color:var(--cd1bec30)!important}.wasabi-tabs[data-v-532ff920] .v-slide-group__prev:focus,.wasabi-tabs[data-v-532ff920] .v-slide-group__next:focus{color:var(--cd1bec30)!important;outline:2px solid var(--v753663e8)!important}.wasabi-tabs[data-v-532ff920] .v-slide-group__prev.v-slide-group__next--disabled,.wasabi-tabs[data-v-532ff920] .v-slide-group__prev.v-slide-group__prev--disabled,.wasabi-tabs[data-v-532ff920] .v-slide-group__next.v-slide-group__next--disabled,.wasabi-tabs[data-v-532ff920] .v-slide-group__next.v-slide-group__prev--disabled{color:var(--v1a3c4bc1)!important;opacity:.5}.wasabi-tabs .wasabi-tab-count[data-v-532ff920]{display:inline-flex;align-items:center;justify-content:center;padding:0 4px;min-width:20px;background-color:var(--v582c230c);color:var(--v2e8879a4);border-radius:var(--v21471681);font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important;margin-left:var(--v0d760649)!important}.wasabi-tabs.wasabi-tabs--default .v-tab[data-v-532ff920]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important;padding:0 var(--v37ec5e7f)}.wasabi-tabs.wasabi-tabs--default[data-v-532ff920] .v-slide-group__container{gap:var(--d2c3731a)}.wasabi-tabs.wasabi-tabs--rounded[data-v-532ff920]{border-bottom:none;height:50px!important}.wasabi-tabs.wasabi-tabs--rounded[data-v-532ff920] .v-slide-group__container{background-color:var(--b94f4c74)!important;border-radius:var(--v431d89d5);padding:2px;gap:0}.wasabi-tabs.wasabi-tabs--rounded .v-tab[data-v-532ff920]{border-radius:var(--v431d89d5);height:46px!important;min-width:180px;padding:0 var(--e4e16dee)!important;color:var(--v77f68ee2)!important;font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.wasabi-tabs.wasabi-tabs--rounded .v-tab[data-v-532ff920]:hover:not(.v-tab--selected){background-color:var(--v577627b9)!important;color:var(--v77f68ee2)!important}.wasabi-tabs.wasabi-tabs--rounded .v-tab.v-tab--selected[data-v-532ff920],.wasabi-tabs.wasabi-tabs--rounded .v-tab.v-slide-group-item--active[data-v-532ff920]{background-color:var(--v77f68ee2)!important;color:var(--v2947d48b)!important}.wasabi-tabs.wasabi-tabs--rounded .v-tab[data-v-532ff920]:focus-visible{outline:2px solid var(--v753663e8)!important}.wasabi-tabs.wasabi-tabs--rounded[data-v-532ff920] .v-tab__slider{display:none}.wasabi-tabs.wasabi-tabs--small .v-tab[data-v-532ff920]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important;padding:0 var(--v0d760649)}.wasabi-tabs.wasabi-tabs--small[data-v-532ff920] .v-slide-group__container{gap:var(--v0d0e2c7d)}vue-component-wrapper h1[data-v-34f928bc],vue-component-wrapper h2[data-v-34f928bc],vue-component-wrapper h3[data-v-34f928bc],vue-component-wrapper h4[data-v-34f928bc]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-34f928bc]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-34f928bc]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-34f928bc]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-34f928bc]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-34f928bc]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-34f928bc]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-34f928bc]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-34f928bc]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-34f928bc]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-34f928bc]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-34f928bc]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-34f928bc]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-34f928bc]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-34f928bc]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-34f928bc]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-34f928bc]{box-sizing:border-box}.wasabi-pill[data-v-34f928bc]{padding:0 16px!important}.wasabi-pill .interactive-hit-state-close[data-v-34f928bc]{z-index:2;width:34px;height:28px;position:absolute;right:0;cursor:pointer}.wasabi-pill.static[data-v-34f928bc]{justify-content:center;height:26px;padding:4px 16px!important;background-color:var(--v071f2b41);color:var(--v2455db9c)}.wasabi-pill.static.small[data-v-34f928bc]{height:auto;padding:0 10px!important;justify-content:flex-start}.wasabi-pill.interactive[data-v-34f928bc]{background-color:var(--bf511cee);color:var(--v7ba594ea);height:26px;padding:4px 16px!important}.wasabi-pill.dark[data-v-34f928bc],.wasabi-pill.outlined[data-v-34f928bc]{height:18px;padding:0 16px!important}.wasabi-pill.beta-pill[data-v-34f928bc]{height:17px!important;padding:0 8px!important;min-height:unset;background-color:transparent!important;border:1px solid var(--v1d8c28b5)!important}.wasabi-pill .beta-gradient-text[data-v-34f928bc]{background:linear-gradient(90deg,var(--v1d8c28b5),var(--ecac9416));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-user-select:none;user-select:none}.wasabi-pill .pill_icon[data-v-34f928bc]{width:12px;height:12px}.wasabi-pill[data-v-34f928bc] .v-chip .v-chip__close{margin-inline-start:6px;margin-inline-end:unset;font-size:14px}.wasabi-pill[data-v-34f928bc] .v-chip__content{pointer-events:var(--v45e2f5d0);white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.wasabi-pill[data-v-34f928bc] .v-chip__underlay{background:none!important}.wasabi-pill[data-v-34f928bc] .v-chip__content .v-icon{margin-left:var(--v00cdd6ac)!important;margin-right:var(--ae66c37a)!important}.wasabi-pill[data-v-34f928bc] .v-icon--size-default{font-size:unset!important}.heatmap-table{border:1px solid var(--v4f86bb2c)!important}.heatmap-table tbody tr:nth-of-type(2n){background-color:var(--v38f51500)}.heatmap-table tr:not(:last-child) td{border-bottom:1px solid white!important;color:var(--bd607c74)}.heatmap-table tr td:not(:last-child){border-right:1px solid white!important}.heatmap-table th{opacity:1;background-color:var(--v38f527c5);border:none!important;color:var(--bd607c74)!important}td.heatmap__cell{text-align:center;color:#fff!important;border-left:1px solid white!important;border-collapse:collapse!important}tr:not(:last-child) .heatmap__cell{border-bottom:1px solid white!important}.line-chart[data-v-a4c37e12]{height:var(--v6721c1d0)}.line-chart-container[data-v-a4c37e12]{position:relative}.line-chart-container .empty-state-slot[data-v-a4c37e12]{position:absolute;top:calc(50% - 30px);left:50%;transform:translate(-50%,-50%)}.wasabi__loader[data-v-39b02e26]{display:flex;justify-content:center;align-items:center;height:100%;position:relative;bottom:9px}.dot[data-v-39b02e26]{border-radius:15px;background-color:var(--v460ec77d);height:var(--v32c50684);width:var(--v32c50684)}.wasabi__loader .dot[data-v-39b02e26]:nth-last-child(1){margin-left:5px;animation:loading-39b02e26 .6s .1s linear infinite}.wasabi__loader .dot[data-v-39b02e26]:nth-last-child(2){margin-left:5px;animation:loading-39b02e26 .6s .2s linear infinite}.wasabi__loader .dot[data-v-39b02e26]:nth-last-child(3){animation:loading-39b02e26 .6s .3s linear infinite}@keyframes loading-39b02e26{0 {transform: translate(0,0);} 50% {transform: translate(0,15px);} 100% {transform: translate(0,0);}}.v-overlay__content.wasabi-tooltip{background-color:var(--tooltip-bg)!important;padding:var(--tooltip-padding)!important;box-shadow:0 2px 7px #49494940!important;color:var(--tooltip-text)!important;border-radius:var(--tooltip-radius)!important;transform:var(--tooltip-transform)}.v-overlay__content.wasabi-tooltip:after,.v-overlay__content.wasabi-tooltip:before{content:"";position:absolute;border-style:solid}.v-overlay__content.wasabi-tooltip:before{filter:blur(1px);border-width:var(--shadow-border-width);border-color:var(--shadow-border-color);top:var(--shadow-top);bottom:var(--shadow-bottom);left:var(--shadow-left);right:var(--shadow-right);transform:var(--arrow-transform)}.v-overlay__content.wasabi-tooltip:after{border-width:var(--arrow-border-width);border-color:var(--arrow-border-color);top:var(--arrow-top);bottom:var(--arrow-bottom);left:var(--arrow-left);right:var(--arrow-right);transform:var(--arrow-transform)}.metric-badge[data-v-0ed2bc00]{min-width:var(--v66c8c764);width:var(--v2d21364c);background-color:rgb(var(--v-theme-neutral100));color:rgb(var(--v-theme-neutral1000));padding:16px}.basic[data-v-0ed2bc00]{box-sizing:border-box;border:1px solid rgb(var(--v-theme-neutral200));border-radius:5px}.no-border[data-v-0ed2bc00]{border:none}.stacked[data-v-0ed2bc00]{display:flex;flex-direction:column;justify-content:space-between;min-height:64px;padding:16px}.eyebrow[data-v-0ed2bc00]{margin:0}.tooltip-activator[data-v-0ed2bc00]{cursor:pointer}.tooltip-activator[data-v-0ed2bc00]:hover{color:rgb(var(--v-theme-blue600))!important}.big-radius[data-v-0ed2bc00]{border-radius:15px}.empty-state{display:flex;align-items:center;max-width:var(--v8f0bff62);margin:0 auto;flex-direction:column;padding-top:90px;padding-bottom:90px}.empty-state.state-bordered{border:1px solid var(--a3dd003c);border-radius:4px;max-width:100%}.empty-state__icon{margin-bottom:20px}.empty-state__icon .v-icon{width:50px;height:50px}.empty-state__body{margin-top:10px;text-align:center;padding:0 20px;white-space:normal}.empty-state__button{margin-top:45px}.empty-state__link a,.empty-state__body a{color:var(--v149c1ad7)!important;text-decoration:underline}vue-component-wrapper h1[data-v-4d519860],vue-component-wrapper h2[data-v-4d519860],vue-component-wrapper h3[data-v-4d519860],vue-component-wrapper h4[data-v-4d519860]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-4d519860]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-4d519860]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-4d519860]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-4d519860]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-4d519860]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-4d519860]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-4d519860]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-4d519860]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-4d519860]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-4d519860]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-4d519860]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-4d519860]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-4d519860]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-4d519860]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-4d519860]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.error-state[data-v-4d519860]{display:flex;align-items:center;max-width:600px;margin:0 auto;flex-direction:column;padding-top:45px;padding-bottom:45px}.error-state.state-bordered[data-v-4d519860]{border:1px solid var(--v93a379d4);border-radius:4px;max-width:100%}.error-state__icon .v-icon[data-v-4d519860]{width:50px;height:50px}.error-state__body[data-v-4d519860]{text-align:center}.error-state__button[data-v-4d519860]{margin-top:45px;margin-bottom:45px}.error-state__link a[data-v-4d519860],.error-state__body a[data-v-4d519860]{color:var(--d4ef55ea)!important;text-decoration:underline}.gradient-icon[data-v-537ebaa1] .v-icon__svg{fill:url(#icon-gradient)}.gradient-icon[data-v-537ebaa1]{display:inline-block}.question_icon[data-v-f7fc0f2a]{color:var(--b9c4252c)!important;font-size:var(--v6b8db2aa)!important}.question_icon[data-v-f7fc0f2a]:hover{color:var(--a4d40b06)!important}.info_icon[data-v-ae17a991]{color:var(--v0e6e0a5e)!important;font-size:var(--d3b6715e)!important}.info_icon[data-v-ae17a991]:hover{color:var(--a4c7ba14)!important}.wasabi-page-header[data-v-d0752274]{margin-bottom:var(--e79dc562)}.metric-pill-container[data-v-a95ca596]{display:flex;flex:1 auto;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:64px;background-color:var(--v6fccd562)!important;color:var(--ec6451e4);border:1px solid var(--v6fccd923);padding:var(--v970c8ad2)}.metric-label[data-v-a95ca596]{display:flex;align-items:baseline;white-space:nowrap;color:var(--ec6451e4)}.metric-content[data-v-a95ca596]{display:flex;align-items:center;height:32px}.pie-chart[data-v-e31f689f]{min-width:125px}vue-component-wrapper h1[data-v-2defad96],vue-component-wrapper h2[data-v-2defad96],vue-component-wrapper h3[data-v-2defad96],vue-component-wrapper h4[data-v-2defad96]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-2defad96]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-2defad96]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-2defad96]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-2defad96]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-2defad96]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-2defad96]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-2defad96]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-2defad96]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-2defad96]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-2defad96]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-2defad96]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-2defad96]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-2defad96]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-2defad96]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-2defad96]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.popover-content[data-v-2defad96]{width:var(--v1f919c46);overflow:hidden!important}[data-v-2defad96] .wasabi-popover{padding:0;border-radius:4px;box-shadow:0 2px 7px #49494966}[data-v-2defad96] .wasabi-popover.down:after{content:"";position:absolute;width:0;height:0;margin-left:-19px;bottom:-26px;left:50%;box-sizing:border-box;border:1em solid var(--v37a056d6);border-color:transparent transparent var(--v37a056d6) var(--v37a056d6);transform-origin:0 0;transform:rotate(-45deg);box-shadow:-3px 5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}[data-v-2defad96] .wasabi-popover.up:after{content:"";position:absolute;width:0;height:0;margin-left:19px;top:0;left:50%;box-sizing:border-box;border:1em solid var(--v37a056d6);border-color:transparent transparent var(--v37a056d6) var(--v37a056d6);transform-origin:0 0;transform:rotate(135deg);box-shadow:-3px 5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}[data-v-2defad96] .wasabi-popover.left:after{content:"";position:absolute;width:0;height:0;margin-top:-19px;left:0;top:50%;box-sizing:border-box;border:1em solid var(--v37a056d6);border-color:transparent transparent var(--v37a056d6) var(--v37a056d6);transform-origin:0 0;transform:rotate(45deg);box-shadow:-3px 5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}[data-v-2defad96] .wasabi-popover.right:after{content:"";position:absolute;width:0;height:0;margin-top:19px;left:100%;top:50%;box-sizing:border-box;border:1em solid var(--v37a056d6);border-color:transparent transparent var(--v37a056d6) var(--v37a056d6);transform-origin:0 0;transform:rotate(-135deg);box-shadow:-3px 5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}.wasabi-popover .link[data-v-2defad96]{display:flex;align-items:center;text-decoration:none;font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important;color:var(--v6299241d)!important}.v-card-title+.v-card-text[data-v-2defad96]{padding:16px 18px;font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}[data-v-2defad96] .v-card-title{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper h1[data-v-43799d1e],vue-component-wrapper h2[data-v-43799d1e],vue-component-wrapper h3[data-v-43799d1e],vue-component-wrapper h4[data-v-43799d1e]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-43799d1e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-43799d1e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-43799d1e]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-43799d1e]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-43799d1e]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-43799d1e]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-43799d1e]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-43799d1e]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-43799d1e]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-43799d1e]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-43799d1e]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-43799d1e]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-43799d1e]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-43799d1e]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-43799d1e]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.chart-container[data-v-43799d1e]{margin:0;padding:0;border:none!important;width:100%;min-width:100%}.progress-chart[data-v-43799d1e]{height:50px}vue-component-wrapper h1[data-v-ff39cb35],vue-component-wrapper h2[data-v-ff39cb35],vue-component-wrapper h3[data-v-ff39cb35],vue-component-wrapper h4[data-v-ff39cb35]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ff39cb35]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ff39cb35]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ff39cb35]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ff39cb35]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ff39cb35]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ff39cb35]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ff39cb35]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ff39cb35]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ff39cb35]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ff39cb35]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ff39cb35]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ff39cb35]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ff39cb35]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ff39cb35]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ff39cb35]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.ratings-bar-container[data-v-ff39cb35],.ratings-bar-chart[data-v-ff39cb35]{width:100%}.ratings-bar-header[data-v-ff39cb35]{display:flex}.ratings-bar-header .title[data-v-ff39cb35]{font-size:18px!important;font-weight:600;color:var(--v7c16bb44);margin:0 0 4px}.ratings-bar-header .subtitle[data-v-ff39cb35]{color:var(--v46111a52);font-size:16px;font-weight:500;padding:4px 10px}.ratings-block[data-v-2a598769]{border-radius:var(--v647d7870);padding:0 8px;background-color:var(--v2f6c05e1);color:var(--v5e058fc0)}.percent__label[data-v-2a598769]{margin-left:2px}.star__wrapper[data-v-2a598769]{display:flex;align-items:center;justify-content:center;gap:4px}.star__icon[data-v-2a598769]{font-size:12px}.star__icon--small[data-v-2a598769]{font-size:9px}vue-component-wrapper h1[data-v-931ffcc6],vue-component-wrapper h2[data-v-931ffcc6],vue-component-wrapper h3[data-v-931ffcc6],vue-component-wrapper h4[data-v-931ffcc6]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-931ffcc6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-931ffcc6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-931ffcc6]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-931ffcc6]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-931ffcc6]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-931ffcc6]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-931ffcc6]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-931ffcc6]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-931ffcc6]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-931ffcc6]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-931ffcc6]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-931ffcc6]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-931ffcc6]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-931ffcc6]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-931ffcc6]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-931ffcc6] .v-rating__item .v-icon{font-size:16px}[data-v-931ffcc6] .v-rating__item .v-icon--size-large{font-size:30px;margin-right:10px}[data-v-bafd1772] .v-progress-linear__background{opacity:unset;background-color:var(--v41ed4ec8)}[data-v-bafd1772] .v-progress-linear__indeterminate{background-color:var(--v61e5af92)}.bar-border{border:1px solid rgb(200,200,200)}vue-component-wrapper h1[data-v-d954bf2e],vue-component-wrapper h2[data-v-d954bf2e],vue-component-wrapper h3[data-v-d954bf2e],vue-component-wrapper h4[data-v-d954bf2e]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d954bf2e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d954bf2e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d954bf2e]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d954bf2e]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d954bf2e]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d954bf2e]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d954bf2e]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d954bf2e]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d954bf2e]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d954bf2e]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d954bf2e]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d954bf2e]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d954bf2e]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d954bf2e]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d954bf2e]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.rating-progress-group[data-v-d954bf2e]{width:100%}.progress-container[data-v-d954bf2e]{display:flex;width:100%;overflow:hidden;background-color:rgb(var(--v-theme-neutral-neutral200))}.legend-item[data-v-d954bf2e]{text-wrap-mode:nowrap;min-width:30px}.progress-bar-min-width[data-v-d954bf2e]{min-width:30px}.w-dot-indicator[data-v-729303d5]{display:inline-block;flex-shrink:0;width:8px;height:8px;border-radius:50%}.w-dot-indicator.active[data-v-729303d5]{background-color:var(--v1caab9e0)}.w-dot-indicator.error[data-v-729303d5]{background-color:var(--v752b0788)}.w-dot-indicator.inactive[data-v-729303d5]{background-color:var(--v72fe801f)}.w-dot-indicator.pending[data-v-729303d5]{background-color:var(--v6945bc32)}.w-step-indicator[data-v-6477db24]{display:flex;gap:var(--v755e4904)}.w-step-indicator__step[data-v-6477db24]{flex:1 0 0;height:4px;min-height:1px;min-width:1px;border-radius:var(--v2bae6250)}.w-step-indicator__step--complete[data-v-6477db24]{background-color:var(--v112c56f9)}.w-step-indicator__step--incomplete[data-v-6477db24]{background-color:var(--v61698f35)}.w-step-indicator__step--success[data-v-6477db24]{background-color:var(--v7d970b6d)}.w-action-item-pill[data-v-b124101d]{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--v04b37e61)}.w-action-item-pill--boundary[data-v-b124101d]{background-color:var(--v33572c76);color:var(--v3bca9f15)}.w-action-item-pill--knowledgeBase[data-v-b124101d]{background-color:var(--v988d7b7a);color:var(--v17b2c757)}.w-action-item-pill--questionnaire[data-v-b124101d]{background-color:var(--v0f250620);color:var(--bf51586c)}.w-sparkline-container[data-v-3797d26f]{position:relative;width:100%;padding:3px 0}.w-sparkline[data-v-3797d26f]{display:block;width:100%}.w-sparkline-dot[data-v-3797d26f]{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.w-sparkline-label[data-v-3797d26f]{position:absolute;transform:translate(-50%,-100%) translateY(-6px);pointer-events:none;font-size:11px;font-weight:600;white-space:nowrap;z-index:1}.wbutton-large[data-v-da3b9a28],.wbutton-small[data-v-da3b9a28]{padding:0 16px}.wbutton-large[data-v-da3b9a28]{height:40px}.wbutton-small[data-v-da3b9a28]{height:26px}.wbutton-inside-component[data-v-da3b9a28]{height:22px}.v-btn[data-v-da3b9a28]{padding:0 16px;text-transform:none;--v-theme-overlay-multiplier: 0 !important;font-kerning:normal;letter-spacing:normal;border-radius:var(--v0441639c)!important}.w-button-primary[data-v-da3b9a28]:hover{background-color:var(--v59ec99c7)!important;border-color:var(--v59ec99c7)!important;color:var(--v2bb4917c)!important}.w-button-primary[data-v-da3b9a28]:focus{background-color:var(--v3dd27310)!important;border-color:var(--v3dd27310)!important;outline:2px solid var(--v37f5b175)!important;color:var(--v2bb4917c)!important;--v-theme-overlay-multiplier: 0 !important}.w-button-primary[data-v-da3b9a28]:active{background-color:var(--v51ea804a)!important;border-color:var(--v51ea804a)!important}.w-button-primary.wbutton-disabled[data-v-da3b9a28]{background-color:var(--v7d85f5d0)!important;border-color:var(--v7d85f5d0)!important;color:var(--v785c86ea)!important;outline:none!important}.w-button-secondary[data-v-da3b9a28]{background:var(--v9577f3ac)!important}.w-button-secondary[data-v-da3b9a28]:hover{background-color:var(--d12bc40e)!important;border-color:var(--v4b9ab70f)!important;color:var(--v1dade4d0)!important}.w-button-secondary[data-v-da3b9a28]:focus{background-color:var(--v9577f3ac)!important;border-color:var(--v4b9ab70f)!important;outline:2px solid var(--v37f5b175)!important;color:var(--v1dade4d0)!important;--v-theme-overlay-multiplier: 0 !important}.w-button-secondary[data-v-da3b9a28]:active{background-color:var(--v493dc1e9)!important;border-color:var(--v4b9ab70f)!important;color:var(--v1dade4d0)!important}.w-button-secondary.wbutton-disabled[data-v-da3b9a28]{background-color:var(--v0c3f8344)!important;border-color:var(--v0986af4a)!important;color:var(--v2773b91c)!important;outline:none!important}.w-button-tertiary[data-v-da3b9a28]{background:transparent!important}.w-button-tertiary[data-v-da3b9a28]:hover{background-color:var(--v96ba6fee)!important;color:var(--v60afb8c0)!important}.w-button-tertiary[data-v-da3b9a28]:focus{background-color:transparent!important;outline:2px solid var(--v37f5b175)!important;color:var(--v60afb8c0)!important;--v-theme-overlay-multiplier: 0 !important}.w-button-tertiary[data-v-da3b9a28]:active{background-color:var(--v59cb4c4e)!important}.w-button-tertiary.wbutton-disabled[data-v-da3b9a28]{background:transparent!important;color:var(--v42a9532c)!important;outline:none!important}.w-button-utility[data-v-da3b9a28]{background-color:var(--v23bb803c)!important;color:var(--v4ef8c618)!important}.w-button-utility[data-v-da3b9a28]:hover{background-color:var(--e109349e)!important;color:var(--v4ef8c618)!important}.w-button-utility[data-v-da3b9a28]:focus{background-color:var(--v23bb803c)!important;outline:2px solid var(--v37f5b175)!important;color:var(--v4ef8c618)!important;--v-theme-overlay-multiplier: 0 !important}.w-button-utility[data-v-da3b9a28]:active{background-color:var(--v53557131)!important}.w-button-utility.wbutton-disabled[data-v-da3b9a28]{background-color:var(--v6c8918b4)!important;color:var(--v0a7dc8d4)!important;outline:none!important}.w-button-destructive[data-v-da3b9a28]:hover{background-color:var(--v33546472)!important;border-color:var(--v33546472)!important;color:var(--v51c60342)!important}.w-button-destructive[data-v-da3b9a28]:focus{background-color:var(--v0ffa0b10)!important;border-color:var(--v0ffa0b10)!important;outline:2px solid var(--v0a6f3e66)!important;color:var(--v51c60342)!important;--v-theme-overlay-multiplier: 0 !important}.w-button-destructive[data-v-da3b9a28]:active{background-color:var(--v506fe84a)!important;border-color:var(--v506fe84a)!important}.w-button-destructive.wbutton-disabled[data-v-da3b9a28]{background-color:var(--v7d85f5d0)!important;border-color:var(--v7d85f5d0)!important;color:var(--v785c86ea)!important;outline:none!important}.w-button-link[data-v-da3b9a28]{background:transparent!important;border:none!important;text-transform:none!important;color:var(--v60afb8c0);--v-theme-overlay-multiplier: 0 !important;padding-left:unset;padding-right:unset}.w-button-link[data-v-da3b9a28]:hover{color:var(--v51ea804a)!important;background:transparent!important}.w-button-link[data-v-da3b9a28]:focus{background:none!important;color:var(--v60afb8c0)!important;text-decoration:underline;outline:none!important}.w-button-link.wbutton-disabled[data-v-da3b9a28]{background:none!important}.w-button-link.wbutton-disabled[data-v-da3b9a28]:focus{background-color:transparent!important;text-decoration:none}.wbutton-action[data-v-da3b9a28]{background:var(--a92169a2)!important;border-color:var(--v5985faee)!important}.wbutton-action[data-v-da3b9a28]:hover,.wbutton-action[data-v-da3b9a28]:focus{background-color:var(--a92169a2)!important;border-color:var(--v5985faee)!important;color:var(--v5a73e6c5)!important;outline:none!important;--v-theme-overlay-multiplier: 0 !important}.wbutton-disabled[data-v-da3b9a28]{background-color:var(--v464201e1)!important;border-color:var(--v7d85f5d0)!important;outline:none!important;color:var(--v785c86ea)!important;pointer-events:none}.wbutton-disabled[data-v-da3b9a28]:focus{background-color:var(--v464201e1)!important;color:var(--v785c86ea)!important;outline:none!important}.inside__icon-start[data-v-da3b9a28]{margin-right:8px;font-size:18px}.inside__icon-center[data-v-da3b9a28]{font-size:18px}.inside__icon-end[data-v-da3b9a28]{margin-left:8px;font-size:18px}.w-button-link[data-v-da3b9a28] .inside__icon-start,.w-button-link[data-v-da3b9a28] .inside__icon-end{margin-right:0;margin-left:0}.wbutton-icon[data-v-da3b9a28]{width:40px!important;min-width:40px!important;padding:0;overflow:hidden;border-color:var(--v5985faee)!important;color:var(--v5a73e6c5)!important;background-color:var(--v2c501f58)!important}.wbutton-icon .inside__icon-start[data-v-da3b9a28],.wbutton-icon .inside__icon-end[data-v-da3b9a28]{margin:0}.wbutton-icon[data-v-da3b9a28]:hover{background-color:var(--v2c501f58)!important;border-color:var(--v3dd27310)!important;color:var(--v3dd27310)!important}.wbutton-icon[data-v-da3b9a28]:focus{background-color:var(--v2c501f58)!important;color:var(--v3dd27310)!important;border:none}.wbutton-icon.wbutton-disabled[data-v-da3b9a28]{background:var(--v2c501f58)!important;color:var(--v785c86ea)!important}.wbutton-icon.wbutton-inside-component[data-v-da3b9a28]{width:22px!important;min-width:22px!important}.wbutton-icon-secondary[data-v-da3b9a28]:hover{background-color:var(--a92169a2)!important;border-color:var(--v51ea804a)!important;color:var(--v51ea804a)!important}.w-modal .modal__container{border-radius:var(--w-modal-radius)!important;background-color:var(--w-modal-bg)!important;box-shadow:0 10px 24px #0000002e;padding:var(--w-modal-gap-large) var(--w-modal-gap-large) var(--w-modal-gap-xl);display:flex;flex-direction:column;overflow:hidden;min-height:0}.w-modal .modal__header{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;z-index:2}.w-modal .modal__header--grounded{justify-content:space-between;padding-bottom:var(--w-modal-gap-large);border-bottom:1px solid var(--w-modal-border)}.w-modal .modal__close-wrapper{margin-left:auto}.w-modal .modal__content{display:flex;flex-direction:column;align-items:center;gap:var(--w-modal-gap-medium);overflow-x:hidden;overflow-y:auto;flex:1;min-height:0;z-index:1;padding-inline:4px}.w-modal .modal__content--grounded{padding-top:var(--w-modal-gap-large);align-items:stretch}.w-modal .modal__icon,.w-modal .modal__title{text-align:center}.w-modal .modal__body{width:100%}.w-modal .modal__actions{display:flex;align-items:center;justify-content:center;padding-top:var(--w-modal-gap-xl);gap:var(--w-modal-gap-small);flex-shrink:0;z-index:2}.w-modal .modal__actions--spread{justify-content:flex-start;gap:var(--w-modal-gap-large)}.w-modal .modal__actions--spread .modal__action-cancel{flex:1 0 0}.w-modal .btn__close{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important}.w-modal .btn__close .v-icon{font-size:14px!important}.w-modal .show-box-shadow-bottom{box-shadow:0 2px 8px #00000014;z-index:10}.w-modal .show-box-shadow-top{box-shadow:0 -2px 8px #00000014;z-index:10}.w-modal h3{margin:0!important;padding:0!important}.w-modal .modal__content{scrollbar-width:none}.w-modal .modal__content--has-scroll{scrollbar-width:thin;scrollbar-color:var(--w-modal-disabled-text) transparent}@media (max-width: 600px){.w-modal{margin-top:50px}.w-modal .v-overlay__content>.modal__container{border-radius:0!important}}vue-component-wrapper h1[data-v-76769aa1],vue-component-wrapper h2[data-v-76769aa1],vue-component-wrapper h3[data-v-76769aa1],vue-component-wrapper h4[data-v-76769aa1]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-76769aa1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-76769aa1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-76769aa1]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-76769aa1]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-76769aa1]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-76769aa1]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-76769aa1]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-76769aa1]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-76769aa1]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-76769aa1]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-76769aa1]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-76769aa1]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-76769aa1]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-76769aa1]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-76769aa1]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.wasabi-table[data-v-76769aa1]{border:1px solid var(--v182c3d26);border-radius:0}[data-v-76769aa1] .v-data-table__th{color:var(--v3d40d0f6)!important;background-color:var(--v38d36763);height:50px;position:relative;opacity:1!important;font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}[data-v-76769aa1] .v-data-table__th:hover .v-data-table-header__sort-icon{opacity:1!important}[data-v-76769aa1] tbody tr:nth-of-type(2n){background-color:var(--v7dd7cdae)!important}[data-v-76769aa1] th,[data-v-76769aa1] td{border:none!important;padding:0 10px!important}[data-v-76769aa1] td{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;color:var(--v254beaa6)}.wasabi__slot-top[data-v-76769aa1]{height:50px;background:var(--v182c3965);font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;display:flex;justify-content:center;align-items:center}.wasabi-table[data-v-76769aa1] td,.wasabi-table[data-v-76769aa1] th{text-wrap:nowrap!important}.wasabi-table--fixed[data-v-76769aa1] table{table-layout:fixed;min-width:var(--fbda6010);max-width:100%}.wasabi-table--fixed[data-v-76769aa1] td{overflow:hidden;text-overflow:ellipsis}.wtable-header-cell[data-v-76769aa1]{display:flex;align-items:center;gap:4px}vue-component-wrapper h1[data-v-a25bbd0c],vue-component-wrapper h2[data-v-a25bbd0c],vue-component-wrapper h3[data-v-a25bbd0c],vue-component-wrapper h4[data-v-a25bbd0c]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-a25bbd0c]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-a25bbd0c]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-a25bbd0c]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-a25bbd0c]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-a25bbd0c]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-a25bbd0c]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-a25bbd0c]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-a25bbd0c]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-a25bbd0c]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-a25bbd0c]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-a25bbd0c]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-a25bbd0c]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-a25bbd0c]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-a25bbd0c]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-a25bbd0c]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}#flyout[data-v-a25bbd0c]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important;position:relative;display:flex;min-width:108px;min-height:fit-content;height:fit-content;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px;line-height:18px;border-radius:4px;background:var(--w-flyout-bg);color:var(--w-flyout-text);box-shadow:0 2px 7px #49494940;cursor:pointer}.wasabi__flyout .button-container[data-v-a25bbd0c]{width:100%;height:100%;padding:0}.wasabi__flyout .button-container .v-list[data-v-a25bbd0c]{padding:0}.wasabi__flyout .button-container[data-v-a25bbd0c] .v-list-item{padding:0;border-radius:4px;height:36px!important;min-height:unset!important}.wasabi__flyout .button-container[data-v-a25bbd0c] .v-list-item-title{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0 8px!important}.wasabi__flyout .button-container[data-v-a25bbd0c] .v-list-item:hover{background-color:var(--w-flyout-hover-bg);color:var(--w-flyout-hover-text)}.wasabi__flyout .button-container[data-v-a25bbd0c] .flyout-header{background-color:var(--w-flyout-header-bg)!important;color:var(--w-flyout-header-text)!important;cursor:default!important;pointer-events:none!important}.wasabi__flyout .button-container[data-v-a25bbd0c] .flyout-header:hover{background-color:var(--w-flyout-header-bg)!important;color:var(--w-flyout-header-text)!important}.wasabi__flyout .flyout-arrow[data-v-a25bbd0c]{content:"";position:absolute;width:0;height:0;box-sizing:border-box;box-shadow:-3px 5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}.wasabi__flyout .top[data-v-a25bbd0c]{margin-left:-19px;bottom:-25px;left:50%;border-color:transparent transparent var(--w-flyout-bg) var(--w-flyout-bg);transform-origin:0 0;transform:rotate(-45deg)}.wasabi__flyout .bottom[data-v-a25bbd0c]{top:-17px;left:50%;border-color:var(--w-flyout-bg) transparent transparent var(--w-flyout-bg);transform-origin:0 0;transform:rotate(45deg);box-shadow:-3px -5px 5px 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2))}.wasabi__flyout .right[data-v-a25bbd0c]{margin-left:-17px;left:50%;border-color:transparent transparent var(--w-flyout-bg) var(--w-flyout-bg);transform:rotate(45deg);left:5px!important}.wasabi__flyout .left[data-v-a25bbd0c]{margin-left:-14px;bottom:-28px;border-color:transparent transparent var(--w-flyout-bg) var(--w-flyout-bg)!important;transform:rotate(225deg);left:100%!important}.baseElement[data-v-a25bbd0c]{display:inline-flex;justify-content:center;align-items:center}.missing-icon-spacer[data-v-a25bbd0c]{display:inline-block;width:20px;height:20px;margin-right:8px}vue-component-wrapper h1[data-v-dd8118ce],vue-component-wrapper h2[data-v-dd8118ce],vue-component-wrapper h3[data-v-dd8118ce],vue-component-wrapper h4[data-v-dd8118ce]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-dd8118ce]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-dd8118ce]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-dd8118ce]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-dd8118ce]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-dd8118ce]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-dd8118ce]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-dd8118ce]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-dd8118ce]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-dd8118ce]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-dd8118ce]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-dd8118ce]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-dd8118ce]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-dd8118ce]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-dd8118ce]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-dd8118ce]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.drawer[data-v-dd8118ce]{margin:0;padding:0;height:100%;max-width:var(--f69cb590);fill:rgb(var(--v-theme-white));transition:transform .3s cubic-bezier(.4,0,.2,1)!important}[data-v-dd8118ce] .v-navigation-drawer__scrim{position:fixed;transition:opacity .3s cubic-bezier(.4,0,.2,1)!important}.drawer.show[data-v-dd8118ce]{width:100vw!important}.container[data-v-dd8118ce]{margin:0;padding:12px;overflow:hidden!important;width:100%}@media only screen and (min-width: 768px){.drawer.show[data-v-dd8118ce]{width:75vw!important;filter:drop-shadow(0px 4px 10px rgba(53,53,53,.75))}.container[data-v-dd8118ce]{padding:25px 22px}}.head-line[data-v-dd8118ce],.sub-head-line[data-v-dd8118ce]{color:rgb(var(--v-theme-neutral1000))}.btn-close[data-v-dd8118ce]{width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important}@media (pointer: none),(pointer: coarse){[data-v-dd8118ce] .v-navigation-drawer{top:50px!important}}.w-row-card[data-v-3f1be807]{display:flex;align-items:center;justify-content:space-between;padding:var(--v680fa5b5) var(--v67a1c335);border:1px solid var(--v18e2c1ea);border-radius:var(--v3698e99a);background-color:var(--v60cd782b);gap:var(--v251e4998);transition:background-color .15s ease}.w-row-card[data-v-3f1be807]:hover{background-color:var(--v419adda6)}.w-row-card--selected[data-v-3f1be807],.w-row-card--selected[data-v-3f1be807]:hover{background-color:var(--v1c7d63e8)}.w-row-card__content[data-v-3f1be807]{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.w-row-card__indicator[data-v-3f1be807]{flex-shrink:0;display:flex;align-items:center}.w-row-card__body[data-v-3f1be807]{display:flex;flex-direction:column;gap:var(--v8521b948);flex:1;min-width:0}.w-row-card__actions[data-v-3f1be807]{display:flex;align-items:center;gap:var(--v251e4998);flex-shrink:0}.w-automation-card[data-v-641dda03]{display:flex;flex-direction:column;gap:var(--v67575885);padding:var(--v0bec908c) var(--v7c28b711);border:1px solid var(--v9dd86cd2);border-radius:var(--v8be70e0a);background-color:var(--v09913750);cursor:pointer;transition:background-color .15s ease}.w-automation-card[data-v-641dda03]:hover{background-color:var(--v20081dda)}.w-automation-card--pressed[data-v-641dda03],.w-automation-card--pressed[data-v-641dda03]:hover{background-color:var(--e7a98b8e)}.w-automation-card__header[data-v-641dda03]{display:flex;align-items:center;gap:var(--v19ad2c12)}.w-automation-card__play-icon[data-v-641dda03]{flex-shrink:0;color:var(--v4e23dc21)}.w-automation-card__title-group[data-v-641dda03]{display:flex;flex-direction:column;flex:1;min-width:0}.w-automation-card__title[data-v-641dda03]{font-weight:600;font-size:16px;line-height:24px;color:var(--v43ec52ae);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-automation-card__description[data-v-641dda03]{color:var(--v37353b20);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-automation-card__valid-icon[data-v-641dda03]{flex-shrink:0;color:var(--a6868132)}.w-automation-card__status-pill[data-v-641dda03]{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:26px;padding:var(--v09294b80) var(--v7c28b711);border-radius:var(--v03415f83);white-space:nowrap}.w-automation-card__status-pill--neutral[data-v-641dda03]{background-color:var(--v6eca9ebc);color:var(--v55f7e550)}.w-automation-card__status-pill--success[data-v-641dda03]{background-color:var(--v0b29d6de);color:var(--v7c761ec8)}.w-automation-card__status-pill--danger[data-v-641dda03]{background-color:var(--v427e4174);color:var(--v51390134)}.w-automation-card__status-pill--warning[data-v-641dda03]{background-color:var(--v92fcc512);color:var(--v707758a3)}.w-automation-card__status-pill--info[data-v-641dda03]{background-color:var(--v2f34085e);color:var(--v0ff52889)}.w-automation-card__menu-btn[data-v-641dda03]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:none;cursor:pointer;color:var(--v6ed24f3e)}.w-automation-card__tags[data-v-641dda03]{display:flex;flex-wrap:wrap;gap:var(--v19ad2c12)}.w-automation-card__tag[data-v-641dda03]{display:flex;align-items:center;justify-content:center;height:26px;padding:var(--v09294b80) var(--v7c28b711);border-radius:var(--v03415f83);background-color:var(--v2f34085e);color:var(--v0ff52889);white-space:nowrap}.w-form-container[data-v-41d9ffa1]{display:flex;flex-direction:column;gap:var(--v4806a298);padding:var(--v481e3719);background-color:var(--v2016bc47);border-radius:var(--v388eb0a6);margin-top:var(--v2811381c);margin-bottom:var(--v2811381c)}.w-form-container__header[data-v-41d9ffa1]{display:flex;align-items:center;gap:var(--v287911e8)}.w-form-container__header h4[data-v-41d9ffa1]{margin:0}.w-form-container__icon[data-v-41d9ffa1]{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:var(--v6d8609b6);overflow:hidden}.w-form-container__header-action[data-v-41d9ffa1]{margin-left:auto}.w-form-container__divider[data-v-41d9ffa1]{margin:0!important;border-color:var(--c9e9d770)!important}.w-hub-item[data-v-60f245b0]{display:flex;align-items:center;width:100%;padding:var(--ff277c8a) var(--fb210d7e);border:1px solid var(--v66a6ab53);border-radius:var(--v77f012fa);background-color:var(--v36b98c14);gap:var(--fb210d7e);cursor:pointer;transition:background-color .15s ease;text-align:left;font:inherit;color:inherit}.w-hub-item[data-v-60f245b0]:hover{background-color:var(--v9fc65062)}.w-hub-item[data-v-60f245b0]:active{background-color:var(--v70a53c16)}.w-hub-item__content[data-v-60f245b0]{display:flex;flex-direction:column;flex:1;min-width:0}.w-hub-item__title[data-v-60f245b0]{color:var(--v3725f76a)}.w-hub-item__description[data-v-60f245b0]{color:var(--v4298a0dc)}.w-hub-item__chevron[data-v-60f245b0]{flex-shrink:0;color:var(--v3725f76a)}vue-component-wrapper h1[data-v-c4b53bff],vue-component-wrapper h2[data-v-c4b53bff],vue-component-wrapper h3[data-v-c4b53bff],vue-component-wrapper h4[data-v-c4b53bff]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-c4b53bff]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-c4b53bff]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-c4b53bff]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-c4b53bff]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-c4b53bff]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-c4b53bff]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-c4b53bff]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-c4b53bff]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-c4b53bff]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-c4b53bff]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-c4b53bff]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-c4b53bff]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-c4b53bff]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-c4b53bff]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-c4b53bff]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.v-breadcrumbs[data-v-c4b53bff],[data-v-c4b53bff] .v-breadcrumbs-item{padding:0!important}[data-v-c4b53bff] .v-breadcrumbs-item--link{padding:0;border-radius:4px;color:var(--v7cc6de1d)!important;text-decoration:none}[data-v-c4b53bff] .v-breadcrumbs-item--link:hover{color:var(--v7cc6e960)!important;text-decoration:none}[data-v-c4b53bff] .v-breadcrumbs-item--link:focus-visible{padding:4px 10px;color:var(--v7cc6de1d)!important;background-color:var(--v7cc6d2da)!important}[data-v-c4b53bff] .v-breadcrumbs-item--link:disabled{padding:4px 10px;color:var(--b65b6d26)!important;background-color:var(--b65b92b0)!important}[data-v-c4b53bff] .v-breadcrumbs-item--disabled{opacity:1!important;color:var(--v1518946c)!important}vue-component-wrapper h1,vue-component-wrapper h2,vue-component-wrapper h3,vue-component-wrapper h4{margin:0!important;padding:0!important}vue-component-wrapper h1{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.wasabi_toast .wasabi-toast-alert{background-color:var(--w-toast-surface)!important;border:1px solid var(--w-toast-border)!important;border-radius:var(--w-toast-radius)!important;padding:var(--w-toast-padding);gap:var(--w-toast-gap);color:var(--w-toast-text)!important}.wasabi-toast-inline{background-color:var(--w-toast-inline-surface);border:1px solid var(--w-toast-inline-border);border-radius:var(--w-toast-inline-radius);color:var(--w-toast-inline-text);min-height:48px;padding:20px;text-align:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.wasabi_toast .v-alert__content{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;color:var(--w-toast-text)}.wasabi_toast .v-alert__content .p4{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.wasabi_toast .v-alert-title{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important;line-height:28px!important}.wasabi_toast .v-alert__prepend>.v-icon{font-size:18px!important}.wasabi_toast .v-alert__close>.v-btn{border-radius:var(--w-toast-radius-sm)!important}.wasabi_toast a{color:var(--w-toast-link)!important;text-decoration:none!important}.wasabi_toast a:hover{color:var(--w-toast-link-hover)!important;text-decoration:none!important}@media (max-width: 600px){.wasabi_toast .v-snackbar__content{padding:0!important}.wasabi_toast{margin:0 auto}.wasabi_toast .v-alert{width:100vw;margin:auto;border:none!important}}.angular-sparkline-wrapper[data-v-1f0b596f]{line-height:0}.angular-sparkline-wrapper[data-v-1f0b596f] .w-sparkline-container{padding:0}vue-component-wrapper h1[data-v-ff0a8a77],vue-component-wrapper h2[data-v-ff0a8a77],vue-component-wrapper h3[data-v-ff0a8a77],vue-component-wrapper h4[data-v-ff0a8a77]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ff0a8a77]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ff0a8a77]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ff0a8a77]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ff0a8a77]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ff0a8a77]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ff0a8a77]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ff0a8a77]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ff0a8a77]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ff0a8a77]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ff0a8a77]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ff0a8a77]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ff0a8a77]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ff0a8a77]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ff0a8a77]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ff0a8a77]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-ff0a8a77] .v-label{color:var(--v62baab66)!important;opacity:1!important;font-size:14px!important}[data-v-ff0a8a77] .v-field{font-size:14px!important}[data-v-ff0a8a77] .v-field__append-inner .v-icon{opacity:1!important}[data-v-ff0a8a77] .v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(0)!important;font-size:9px!important;margin-left:var(--v0e673f2a)!important;margin-top:6px!important}[data-v-ff0a8a77] .v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:1!important}[data-v-ff0a8a77] .v-field--focused{outline:2px solid var(--v1f2ae449)!important}[data-v-ff0a8a77] .v-field--variant-outlined.v-field--focused .v-field__outline{border:none!important;--v-field-border-width: 1px !important}[data-v-ff0a8a77] .v-input__details{padding:6px 0 0}[data-v-ff0a8a77] .v-field--error{color:var(--v625ffe7a)!important}[data-v-ff0a8a77] .v-field--error>.v-field__field>.v-label,[data-v-ff0a8a77] .v-field--error>.v-field__outline>.v-field__outline__notch>.v-label{color:var(--v625ffe7a)!important}[data-v-ff0a8a77] .v-messages__message{display:flex;align-items:center}[data-v-ff0a8a77] .v-field__input{line-height:24px;min-height:max(var(--v-input-control-height, 40px),1rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom, 0px) + 1px);padding-bottom:4px;padding-top:20px}.input-message-icon[data-v-ff0a8a77]{font-size:12px}[data-v-ff0a8a77] .v-field__prepend-inner{padding:0!important}.no-label[data-v-ff0a8a77] .v-field__input{padding-top:8px!important;min-height:40px!important}.login-container[data-v-b03613f0]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--v40cdaeff) 0%,var(--f04be46a) 100%);padding:20px}.login-card[data-v-b03613f0]{background:var(--v1954fa8c);border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:40px;width:100%;max-width:400px;border:1px solid rgba(0,0,0,.08)}.login-logo[data-v-b03613f0]{text-align:center;margin-bottom:32px}.logo-image[data-v-b03613f0]{height:56px;width:auto}.login-divider[data-v-b03613f0]{margin-bottom:32px}.loading-section[data-v-b03613f0]{display:flex;flex-direction:column;align-items:center;padding:24px 0}.redirect-text[data-v-b03613f0]{font-size:14px;color:var(--v47f691ab);margin:0}.login-error[data-v-b03613f0]{margin-top:24px;text-align:center}@media (max-width: 480px){.login-container[data-v-b03613f0]{padding:16px}.login-card[data-v-b03613f0]{padding:24px;max-width:none}.login-title[data-v-b03613f0]{font-size:24px}}[data-v-b03613f0] .v-alert{border-radius:8px;font-size:14px}.callback-container[data-v-733abcc5]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--v79178c02) 0%,var(--v31ffd8cb) 100%);padding:20px}.callback-card[data-v-733abcc5]{background:var(--cbbb74e8);border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:40px;width:100%;max-width:400px;text-align:center;border:1px solid rgba(0,0,0,.08)}.loading-section[data-v-733abcc5]{display:flex;flex-direction:column;align-items:center}.callback-title[data-v-733abcc5]{font-size:24px;font-weight:600;color:var(--bfd5aa3c);margin:0 0 8px;line-height:1.2}.callback-subtitle[data-v-733abcc5]{color:var(--v41215cab);margin:0}.error-section[data-v-733abcc5]{margin-top:24px}@media (max-width: 480px){.callback-container[data-v-733abcc5]{padding:16px}.callback-card[data-v-733abcc5]{padding:24px;max-width:none}.callback-title[data-v-733abcc5]{font-size:20px}}[data-v-733abcc5] .v-alert{border-radius:8px;font-size:14px}vue-component-wrapper h1[data-v-a3a6be19],vue-component-wrapper h2[data-v-a3a6be19],vue-component-wrapper h3[data-v-a3a6be19],vue-component-wrapper h4[data-v-a3a6be19]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-a3a6be19]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-a3a6be19]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-a3a6be19]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-a3a6be19]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-a3a6be19]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-a3a6be19]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-a3a6be19]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-a3a6be19]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-a3a6be19]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-a3a6be19]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-a3a6be19]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-a3a6be19]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-a3a6be19]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-a3a6be19]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-a3a6be19]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-a3a6be19] .v-label{color:var(--e5e6e1e4)!important;opacity:1!important;font-size:14px!important}[data-v-a3a6be19] .v-field{font-size:14px!important}[data-v-a3a6be19] .v-field__append-inner .v-icon{opacity:1!important}[data-v-a3a6be19] .v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(0)!important;font-size:9px!important;margin-top:6px!important}[data-v-a3a6be19] .v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:1!important}[data-v-a3a6be19] .v-field--focused{outline:2px solid var(--v06db041e)!important}[data-v-a3a6be19] .v-field--variant-outlined.v-field--focused .v-field__outline{border:none!important;--v-field-border-width: 1px !important}[data-v-a3a6be19] .v-input__details{padding:6px 0 0}[data-v-a3a6be19] .v-field--error{color:var(--e69c3bbc)!important}[data-v-a3a6be19] .v-field--error>.v-field__field>.v-label,[data-v-a3a6be19] .v-field--error>.v-field__outline>.v-field__outline__notch>.v-label{color:var(--e69c3bbc)!important}[data-v-a3a6be19] .v-messages__message{display:flex;align-items:center}[data-v-a3a6be19] .v-field__input{padding-top:14px;padding-bottom:8px}[data-v-a3a6be19] .v-field__field{min-height:48px}[data-v-1a38ef71] .v-checkbox-btn>.v-label{margin-left:12px;color:var(--v5b6f796f);opacity:1}[data-v-1a38ef71] .v-checkbox-btn:not(.v-selection-control--dirty)>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--v66a458c9);opacity:1}[data-v-1a38ef71] .v-selection-control--disabled{opacity:1}[data-v-1a38ef71] .v-selection-control--disabled:not(.v-selection-control--dirty)>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--v57a608f4);opacity:1}[data-v-1a38ef71] .v-selection-control--disabled.v-selection-control--dirty>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--v57a608f4)!important;opacity:1}[data-v-1a38ef71] .v-checkbox-btn.v-selection-control--disabled>.v-label{color:var(--ba1157d0);opacity:1}[data-v-1a38ef71] .v-selection-control__input:before{border-radius:var(--v2d4ddca2)}[data-v-1a38ef71] .v-checkbox-btn:not(.v-selection-control--dirty):not(.v-selection-control--disabled):hover>.v-selection-control__wrapper>.v-selection-control__input:before{background-color:var(--fb051f74);opacity:1}[data-v-1a38ef71] .v-checkbox-btn.v-selection-control--dirty:not(.v-selection-control--disabled):hover>.v-selection-control__wrapper>.v-selection-control__input:before{background-color:var(--cff5115e);opacity:1}[data-v-1a38ef71] .v-checkbox-btn.v-selection-control--disabled>.v-selection-control__wrapper>.v-selection-control__input:before{display:none}.w-checkbox--indeterminate[data-v-1a38ef71] .v-checkbox-btn.v-selection-control--dirty:not(.v-selection-control--disabled)>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--v66a458c9)!important}.w-checkbox--indeterminate[data-v-1a38ef71] .v-checkbox-btn.v-selection-control--dirty:not(.v-selection-control--disabled):hover>.v-selection-control__wrapper>.v-selection-control__input:before{background-color:var(--fb051f74)}.w-checkbox--large[data-v-1a38ef71] .v-selection-control__wrapper,.w-checkbox--large[data-v-1a38ef71] .v-selection-control__input{height:42px;width:42px}.w-checkbox--large[data-v-1a38ef71] .v-selection-control__input>.v-icon{font-size:28px}.v-selection-control[data-v-6a8c267a] .v-label{margin-left:5px;color:var(--v202084bb);opacity:1}[data-v-6a8c267a] .v-selection-control__input>.v-icon{opacity:1}[data-v-6a8c267a] .v-radio:not(.v-selection-control--dirty)>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--v79807dd6)}[data-v-6a8c267a] .v-selection-control__input:before{border-radius:var(--v3be837d6)}[data-v-6a8c267a] .v-radio:not(.v-selection-control--dirty):hover>.v-selection-control__wrapper>.v-selection-control__input:before{background-color:var(--v25dff592);opacity:1}[data-v-6a8c267a] .v-radio.v-selection-control--dirty:hover>.v-selection-control__wrapper>.v-selection-control__input:before{background-color:var(--v440942f6);opacity:1}.v-selection-control--disabled[data-v-6a8c267a]{opacity:1!important}[data-v-6a8c267a] .v-radio.v-selection-control--disabled:not(.v-selection-control--dirty)>.v-selection-control__wrapper>.v-selection-control__input>.v-icon{color:var(--e310abb0)}.v-selection-control--dirty.v-selection-control--disabled[data-v-6a8c267a]{opacity:1!important;color:var(--e310abb0)!important}vue-component-wrapper h1[data-v-6a1adf14],vue-component-wrapper h2[data-v-6a1adf14],vue-component-wrapper h3[data-v-6a1adf14],vue-component-wrapper h4[data-v-6a1adf14]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-6a1adf14]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-6a1adf14]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-6a1adf14]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-6a1adf14]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-6a1adf14]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-6a1adf14]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-6a1adf14]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-6a1adf14]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-6a1adf14]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-6a1adf14]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-6a1adf14]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-6a1adf14]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-6a1adf14]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-6a1adf14]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-6a1adf14]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-6a1adf14] .v-label{color:rgb(var(--v-theme-neutral1000))!important;opacity:1!important;font-size:14px!important}[data-v-6a1adf14] .v-field{font-size:14px!important}[data-v-6a1adf14] .v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(0)!important;margin-left:0!important;font-size:9px!important;margin-top:6px!important}[data-v-6a1adf14] .v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:1!important}.v-autocomplete--active-menu>.v-input__control{outline:2px solid rgb(var(--v-theme-blue200))!important;border-radius:4px!important}.v-autocomplete__content{border:1px solid rgb(var(--v-theme-neutral400))!important;max-height:350px!important}.v-autocomplete__content>.v-list>.v-list-item>.v-list-item__content>.v-list-item-title{font-weight:unset}.v-autocomplete__content>.v-list>.v-list-item:hover{background-color:rgb(var(--v-theme-blue100))!important;opacity:1!important;color:rgb(var(--v-theme-blue600))}.v-autocomplete__content>.v-list>.v-list-item:hover{font-weight:700!important}.v-autocomplete__content>.v-list>.v-list-item:focus{background-color:rgb(var(--v-theme-blue100))!important;opacity:1!important;color:rgb(var(--v-theme-blue600))}.v-autocomplete__content>.v-list>.v-list-item:focus{font-weight:700!important}.v-autocomplete__content>.v-list>.v-list-item:focus-visible{background-color:unset!important;opacity:1!important;color:rgb(var(--v-theme-blue600))}.v-autocomplete__content>.v-list>.v-list-item:focus-visible{font-weight:700!important}.v-autocomplete__content>.v-list>.v-list-item>.v-list-item__content>.v-list-item-title{font-size:14px!important}.v-autocomplete__content>.v-list>.v-list-item.v-list-item--active{color:rgb(var(--v-theme-blue600))!important;font-weight:600!important}.v-autocomplete__content>.v-list>.v-list-item.v-list-item--active>.v-list-item__overlay{background:none!important;opacity:1!important}.v-autocomplete__content>.v-list>.v-list-item>.v-list-item__overlay{transition:background-color .2s ease-in-out!important}[data-v-6a1adf14] .v-field__input,[data-v-6a1adf14] input{min-height:48px;padding-bottom:0;padding-top:14px!important}[data-v-6a1adf14] .v-field__field{min-height:48px}.v-field__append-inner>.v-icon,.v-selection-control__input>.v-icon{opacity:1!important}[data-v-6a1adf14] .v-autocomplete__selection{opacity:1!important}[data-v-6a1adf14] .v-field__input>input{min-height:10px;height:10px;opacity:0;cursor:pointer}[data-v-6a1adf14] .v-text-field__prefix,[data-v-6a1adf14] .v-text-field__suffix,[data-v-6a1adf14] .v-field__input,[data-v-6a1adf14] .v-field.v-field{cursor:pointer!important}[data-v-6a1adf14] .v-input__details{padding:6px 0 0}.input-message-icon[data-v-6a1adf14],.message-icon[data-v-6a1adf14]{font-size:12px}.no-label[data-v-6a1adf14] .v-field__input{padding-top:2px!important;min-height:40px!important}.no-label[data-v-6a1adf14] .v-field__field{min-height:40px!important}.extra-room[data-v-6a1adf14] .v-field__input{padding-top:4px!important;padding-bottom:4px!important}vue-component-wrapper h1[data-v-0ce916e3],vue-component-wrapper h2[data-v-0ce916e3],vue-component-wrapper h3[data-v-0ce916e3],vue-component-wrapper h4[data-v-0ce916e3]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0ce916e3]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0ce916e3]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0ce916e3]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0ce916e3]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0ce916e3]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0ce916e3]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0ce916e3]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0ce916e3]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0ce916e3]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0ce916e3]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0ce916e3]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0ce916e3]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0ce916e3]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0ce916e3]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0ce916e3]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-0ce916e3] .v-label{color:var(--v57e30d31)!important;opacity:1!important;font-size:14px!important}[data-v-0ce916e3] .v-field{font-size:14px!important}[data-v-0ce916e3] .v-field__append-inner .v-icon{opacity:1!important}[data-v-0ce916e3] .v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(0)!important;font-size:9px!important;margin-left:var(--v4c9016eb)!important;margin-top:6px!important}[data-v-0ce916e3] .v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:1!important}[data-v-0ce916e3] .v-field--focused{outline:2px solid var(--v003024dc)!important}[data-v-0ce916e3] .v-field--variant-outlined.v-field--focused .v-field__outline{border:none!important;--v-field-border-width: 1px !important}[data-v-0ce916e3] .v-input__details{padding:6px 0 0}[data-v-0ce916e3] .v-field--error{color:var(--v76059be0)!important}[data-v-0ce916e3] .v-field--error>.v-field__field>.v-label,[data-v-0ce916e3] .v-field--error>.v-field__outline>.v-field__outline__notch>.v-label{color:var(--v76059be0)!important}[data-v-0ce916e3] .v-messages__message{display:flex;align-items:center}[data-v-0ce916e3] .v-field__input{line-height:24px;min-height:max(var(--v-input-control-height, 40px),1rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom, 0px) + 1px);padding-bottom:4px;padding-top:20px}.input-message-icon[data-v-0ce916e3]{font-size:12px}[data-v-0ce916e3] .v-field__prepend-inner{padding:0!important}.password-toggle[data-v-0ce916e3]{cursor:pointer;padding:8px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-right:4px}.password-toggle[data-v-0ce916e3]:hover{background-color:var(--f2126242)}.password-toggle-icon[data-v-0ce916e3]{color:var(--f2123536)!important;font-size:20px!important;transition:all .2s ease}.password-toggle-icon[data-v-0ce916e3]:hover{color:var(--v003006d4)!important;transform:scale(1.05)}.password-toggle-icon[data-v-0ce916e3]:active{transform:scale(.95)}.secondary-label[data-v-2c03033e]{color:var(--v7747a0bf)!important}[data-v-2c03033e] .v-switch__track.bg-primary{background-color:var(--v11194112)!important}[data-v-2c03033e] .v-switch__track{opacity:unset;width:48px;height:26px;border-radius:14px;background-color:var(--v11b43108)!important}[data-v-2c03033e] .v-switch .v-selection-control{min-height:unset}[data-v-2c03033e] .v-selection-control__wrapper{width:fit-content;margin-left:11px}[data-v-2c03033e] .v-switch .v-switch__thumb{left:-2px;width:20px;height:20px;background-color:var(--v5e46c3d3)!important}[data-v-2c03033e] .v-switch--disabled .v-switch__track{background-color:var(--v1e79408a)!important}[data-v-2c03033e] .v-switch--disabled .v-switch__thumb{background-color:var(--b5b68488)!important}vue-component-wrapper h1[data-v-c5d53fa8],vue-component-wrapper h2[data-v-c5d53fa8],vue-component-wrapper h3[data-v-c5d53fa8],vue-component-wrapper h4[data-v-c5d53fa8]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-c5d53fa8]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-c5d53fa8]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-c5d53fa8]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-c5d53fa8]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-c5d53fa8]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-c5d53fa8]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-c5d53fa8]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-c5d53fa8]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-c5d53fa8]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-c5d53fa8]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-c5d53fa8]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-c5d53fa8]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-c5d53fa8]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-c5d53fa8]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-c5d53fa8]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-c5d53fa8] .v-date-picker{border-color:var(--v4c4f31bf)!important}[data-v-c5d53fa8] .v-date-picker-month__days{column-gap:12px!important;row-gap:35px!important}[data-v-c5d53fa8] .v-date-picker-month__day--hide-adjacent{height:0!important}[data-v-c5d53fa8] .v-date-picker-month__day,[data-v-c5d53fa8] .v-date-picker-month__day .v-btn{height:34px;width:34px}[data-v-c5d53fa8] .v-date-picker-month__weekday,[data-v-c5d53fa8] .v-date-picker-controls__month-btn{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}[data-v-c5d53fa8] .v-date-picker-controls{padding-top:24px;padding-bottom:0;padding-inline-start:24px;padding-inline-end:24px}[data-v-c5d53fa8] .v-date-picker-controls .v-btn{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}[data-v-c5d53fa8] .v-date-picker-controls .v-btn:hover{background:var(--v58e0ebb4)!important;color:var(--v6da09a0e)!important}[data-v-c5d53fa8] .v-date-picker-controls .v-btn:hover .v-btn__overlay{opacity:0}[data-v-c5d53fa8] .v-date-picker-controls .v-btn:focus{background:none!important;color:var(--v1d3c32a5)!important}[data-v-c5d53fa8] .v-date-picker-controls .v-btn:focus .v-btn__overlay{opacity:0}[data-v-c5d53fa8] .v-date-picker-month{padding:0 24px 24px}[data-v-c5d53fa8] .v-picker__body{color:var(--v391f0b9c)}[data-v-c5d53fa8] .v-date-picker-month .v-btn:hover .v-btn__overlay{opacity:1;background:var(--v6da09a0e)}[data-v-c5d53fa8] .v-date-picker-month .v-btn:hover .v-btn__content{color:var(--v967afb96);z-index:10;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}[data-v-c5d53fa8] .v-date-picker-month__day--selected .v-btn{background:var(--v1d3c32a5)!important;color:var(--v967afb96)!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;z-index:2}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected{position:relative}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected .v-btn{background:transparent!important;color:var(--v391f0b9c)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;z-index:2}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected.first-child .v-btn,.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected.last-child .v-btn{background:var(--v1d3c32a5)!important;color:var(--v967afb96)!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;z-index:2}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected:before{content:"";position:absolute;top:0;left:-7px;right:-7px;bottom:0;background-color:var(--v58e0ebb4);z-index:0}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected.first-child:before{left:50%}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected.last-child:before{right:50%}.v-date-picker--range[data-v-c5d53fa8] .v-date-picker-month__day--selected:not(.first-child):not(.last-child):before{background-color:var(--v58e0ebb4)}.w-numeric-selector[data-v-ccebf55e]{position:relative;display:flex;flex-direction:column;gap:var(--v1c475b5e);width:140px}.w-numeric-selector__control[data-v-ccebf55e]{display:flex;align-items:center;height:40px;border:1px solid var(--v60fb28ec);border-radius:var(--v3f180674);background-color:var(--v4ced27a6);overflow:hidden}.w-numeric-selector__control--disabled[data-v-ccebf55e]{background-color:var(--af377d30);border-color:var(--v0c6c804d)}.w-numeric-selector__control--error[data-v-ccebf55e]{border-color:var(--c6cb2d52)}.w-numeric-selector__btn[data-v-ccebf55e]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:none;background-color:var(--v57fee040);color:var(--v2426a6da);cursor:pointer;transition:background-color .15s ease}.w-numeric-selector__btn[data-v-ccebf55e]:hover:not(:disabled){background-color:var(--v60099d2f)}.w-numeric-selector__btn[data-v-ccebf55e]:active:not(:disabled){background-color:var(--d6e3ad1a)}.w-numeric-selector__btn[data-v-ccebf55e]:disabled{color:var(--v1a93a252);background-color:transparent;cursor:default}.w-numeric-selector__control--error .w-numeric-selector__btn[data-v-ccebf55e]{color:var(--v7c5865d8)}.w-numeric-selector__value[data-v-ccebf55e]{display:flex;align-items:center;justify-content:center;flex:1 0 0;height:40px;min-width:0;overflow:hidden;background-color:var(--v4ced27a6)}.w-numeric-selector__value--disabled[data-v-ccebf55e]{background-color:transparent}.w-numeric-selector__text[data-v-ccebf55e]{font-family:Inter,sans-serif;line-height:20px;text-align:center;white-space:nowrap;color:var(--v2426a6da)}.w-numeric-selector__control--disabled .w-numeric-selector__text[data-v-ccebf55e]{color:var(--v1a93a252)}.w-numeric-selector__control--error .w-numeric-selector__text[data-v-ccebf55e]{color:var(--v7c5865d8)}.w-numeric-selector__error[data-v-ccebf55e]{position:absolute;top:100%;left:0;display:flex;align-items:center;gap:var(--v1c475b5e);color:var(--v7c5865d8);white-space:nowrap}.scrollbar__thumbPlaceholder{position:absolute;display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer;contain:strict;transition:opacity 275ms ease}.scrollbar__thumbPlaceholder--vertical{top:3px;right:0;width:var(--1fb98f78)}.scrollbar__thumbPlaceholder--horizontal{left:3px;bottom:0;height:var(--1fb98f78)}.scrollbar__thumbPlaceholder--autoHide{opacity:0}.scrollbar__thumbPlaceholder--scrolling{opacity:1}.scrollbar__thumbPlaceholder:hover>.scrollbar__thumb{opacity:1}.scrollbar__thumbPlaceholder--autoExpand:hover>.scrollbar__thumb--vertical{transform:scaleX(1.5)}.scrollbar__thumbPlaceholder--autoExpand:hover>.scrollbar__thumb--horizontal{transform:scaleY(1.5)}.scrollbar__thumb{background-color:#091e4280;opacity:.6;transition:opacity 275ms ease,transform .2s ease;contain:strict;border-radius:4px}.scrollbar__thumb--vertical{width:66.667%;height:100%}.scrollbar__thumb--horizontal{height:66.667%;width:100%}.scrollbar__shepherd{position:absolute;contain:strict}.scrollbar__shepherd--vertical{width:0%;height:1000;top:0;right:0}.scrollbar__shepherd--horizontal{width:100%;height:0%;bottom:0;left:0}.scrollbar__wrapper{position:relative;height:fit-content}.scrollbar__wrapper:hover>.scrollbar__thumbPlaceholder{opacity:1}.scrollbar__scroller{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto!important}.scrollbar__scroller::-webkit-scrollbar{display:none}.scrollbar__content--vertical{display:block}.scrollbar__content--vertical.scrollbar__content--fixedThumb{display:inline-block}.scrollbar__content--horizontal{display:inline-flex}vue-component-wrapper h1[data-v-4c6e3745],vue-component-wrapper h2[data-v-4c6e3745],vue-component-wrapper h3[data-v-4c6e3745],vue-component-wrapper h4[data-v-4c6e3745]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-4c6e3745]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-4c6e3745]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-4c6e3745]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-4c6e3745]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-4c6e3745]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-4c6e3745]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-4c6e3745]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-4c6e3745]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-4c6e3745]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-4c6e3745]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-4c6e3745]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-4c6e3745]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-4c6e3745]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-4c6e3745]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-4c6e3745]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.questionnaires-list[data-v-4c6e3745] .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{display:none}.questionnaires-list[data-v-4c6e3745] .v-list-item .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}.questionnaires-list[data-v-4c6e3745] .v-list-item .v-list-item__overlay{background:rgb(var(--v-theme-blue600))!important}.questionnaires-list[data-v-4c6e3745] .v-list-item.v-list-item--active .v-list-item__overlay,.questionnaires-list[data-v-4c6e3745] .v-list-item:hover .v-list-item__overlay{background:rgb(var(--v-theme-blue600))!important;opacity:.12}.questionnaires-list[data-v-4c6e3745] .v-list-item.v-list-item--active .v-list-item-title,.questionnaires-list[data-v-4c6e3745] .v-list-item:hover .v-list-item-title{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;color:rgb(var(--v-theme-blue600))!important}.questionnaires-list[data-v-4c6e3745] .v-list-item.v-list-item--active .v-list-item__prepend,.questionnaires-list[data-v-4c6e3745] .v-list-item:hover .v-list-item__prepend{color:rgb(var(--v-theme-blue600))!important}.status-icon[data-v-4c6e3745]{font-size:8px}.p9[data-v-4c6e3745]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper h1[data-v-77f2aaa7],vue-component-wrapper h2[data-v-77f2aaa7],vue-component-wrapper h3[data-v-77f2aaa7],vue-component-wrapper h4[data-v-77f2aaa7]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-77f2aaa7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-77f2aaa7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-77f2aaa7]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-77f2aaa7]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-77f2aaa7]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-77f2aaa7]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-77f2aaa7]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-77f2aaa7]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-77f2aaa7]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-77f2aaa7]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-77f2aaa7]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-77f2aaa7]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-77f2aaa7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-77f2aaa7]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-77f2aaa7]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.contact-forms-list[data-v-77f2aaa7] .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{display:none}.contact-forms-list[data-v-77f2aaa7] .v-list-item .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}.contact-forms-list[data-v-77f2aaa7] .v-list-item .v-list-item__overlay{background:rgb(var(--v-theme-blue600))!important}.contact-forms-list[data-v-77f2aaa7] .v-list-item.v-list-item--active .v-list-item__overlay,.contact-forms-list[data-v-77f2aaa7] .v-list-item:hover .v-list-item__overlay{background:rgb(var(--v-theme-blue600))!important;opacity:.12}.contact-forms-list[data-v-77f2aaa7] .v-list-item.v-list-item--active .v-list-item-title,.contact-forms-list[data-v-77f2aaa7] .v-list-item:hover .v-list-item-title{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important;color:rgb(var(--v-theme-blue600))!important}.contact-forms-list[data-v-77f2aaa7] .v-list-item.v-list-item--active .v-list-item__prepend,.contact-forms-list[data-v-77f2aaa7] .v-list-item:hover .v-list-item__prepend{color:rgb(var(--v-theme-blue600))!important}.status-icon[data-v-77f2aaa7]{font-size:8px}.p9[data-v-77f2aaa7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}.compact-checkboxes[data-v-77f2aaa7] .v-label{font-size:12px}vue-component-wrapper h1[data-v-bfa4efb0],vue-component-wrapper h2[data-v-bfa4efb0],vue-component-wrapper h3[data-v-bfa4efb0],vue-component-wrapper h4[data-v-bfa4efb0]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-bfa4efb0]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-bfa4efb0]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-bfa4efb0]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-bfa4efb0]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-bfa4efb0]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-bfa4efb0]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-bfa4efb0]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-bfa4efb0]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-bfa4efb0]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-bfa4efb0]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-bfa4efb0]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-bfa4efb0]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-bfa4efb0]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-bfa4efb0]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-bfa4efb0]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.p1[data-v-bfa4efb0]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}.review-sentiment-factors-filter .sentiment-section[data-v-8823c679]{border-bottom:1px solid var(--v897b1916);padding-bottom:16px}.review-sentiment-factors-filter h4[data-v-8823c679]{font-weight:600;color:var(--f38a16ee)}vue-component-wrapper h1[data-v-5f850c02],vue-component-wrapper h2[data-v-5f850c02],vue-component-wrapper h3[data-v-5f850c02],vue-component-wrapper h4[data-v-5f850c02]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-5f850c02]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-5f850c02]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-5f850c02]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-5f850c02]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-5f850c02]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-5f850c02]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-5f850c02]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-5f850c02]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-5f850c02]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-5f850c02]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-5f850c02]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-5f850c02]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-5f850c02]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-5f850c02]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-5f850c02]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.filter__wrapper[data-v-5f850c02]{border-color:var(--v7bb964a5)!important}[data-v-5f850c02] .v-picker-title{display:none!important}.v-date-picker-month__day .v-btn--variant-outlined[data-v-5f850c02]{border:none!important}.v-infinite-scroll[data-v-5f850c02]::-webkit-scrollbar{width:6px}[data-v-5f850c02] .v-infinite-scroll::-webkit-scrollbar-track{background:none}[data-v-5f850c02] .v-infinite-scroll::-webkit-scrollbar-thumb{background-color:#091e424d;border-radius:20px}.single-filter[data-v-5f850c02]{padding-top:12px}.single-filter[data-v-5f850c02] .v-expansion-panel-title{display:none}.filter-button[data-v-5f850c02]{padding:0 15px}.filter-button[data-v-5f850c02] .v-btn__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;justify-content:start}.filter-button[data-v-5f850c02] .v-btn__content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-button-groups[data-v-5f850c02]{max-width:175px}.filter-button-locations[data-v-5f850c02]{max-width:190px}.filter-button-date_range[data-v-5f850c02]{max-width:290px}.filter-button-questionnaires[data-v-5f850c02]{max-width:270px}vue-component-wrapper h1[data-v-d78e099f],vue-component-wrapper h2[data-v-d78e099f],vue-component-wrapper h3[data-v-d78e099f],vue-component-wrapper h4[data-v-d78e099f]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d78e099f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d78e099f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d78e099f]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d78e099f]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d78e099f]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d78e099f]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d78e099f]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d78e099f]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d78e099f]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d78e099f]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d78e099f]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d78e099f]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d78e099f]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d78e099f]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d78e099f]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-d78e099f] .ratings-block{color:#fff!important}.estimated-revenue__container [data-v-9db6fb21] .bar-chart{height:400px;margin-top:50px;margin-bottom:40px}.line-chart[data-v-42e41463]{height:400px}.pie-column[data-v-1818fba8]{height:200px;width:350px}.score-chart-container[data-v-ef7be222]{width:100%;height:205px}@media (max-width: 960px){.score-chart-container[data-v-ef7be222]{width:820px}}@media (max-width: 960px){.score-chart-card[data-v-ef7be222]{overflow-x:scroll!important;overflow-y:hidden!important}}.line-chart[data-v-ef7be222]{width:100%}.empty-state-slot[data-v-ef7be222]{display:flex;height:100%}.empty-chart[data-v-ef7be222]{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.score-label[data-v-a4532886]{font-size:26px!important;line-height:1.1!important}@media (min-width: 600px){.score-statistics-panel-container[data-v-a4532886]{min-height:240px}}vue-component-wrapper h1[data-v-2d2c7948],vue-component-wrapper h2[data-v-2d2c7948],vue-component-wrapper h3[data-v-2d2c7948],vue-component-wrapper h4[data-v-2d2c7948]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-2d2c7948]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-2d2c7948]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-2d2c7948]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-2d2c7948]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-2d2c7948]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-2d2c7948]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-2d2c7948]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-2d2c7948]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-2d2c7948]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-2d2c7948]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-2d2c7948]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-2d2c7948]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-2d2c7948]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-2d2c7948]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-2d2c7948]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}@media (min-width: 960px){.objective-statistics-panel-container[data-v-2d2c7948]{min-height:240px}}[data-v-2d2c7948] .objective-statistics-panel-container-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}[data-v-215b55ee] .v-progress-circular__overlay{stroke-linecap:round}.progress-label[data-v-215b55ee]{font-size:24px;font-weight:700;line-height:1;padding-top:3px}.encouraging-message[data-v-215b55ee]{font-size:12px!important;font-weight:400!important;line-height:21px!important}@media (min-width: 600px){.action-items-statistics-panel-container[data-v-215b55ee]{min-height:130px}}vue-component-wrapper h1[data-v-a8b90225],vue-component-wrapper h2[data-v-a8b90225],vue-component-wrapper h3[data-v-a8b90225],vue-component-wrapper h4[data-v-a8b90225]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-a8b90225]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-a8b90225]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-a8b90225]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-a8b90225]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-a8b90225]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-a8b90225]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-a8b90225]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-a8b90225]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-a8b90225]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-a8b90225]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-a8b90225]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-a8b90225]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-a8b90225]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-a8b90225]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-a8b90225]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.objective-chart-container[data-v-a8b90225]{width:100%}@media (max-width: 960px){.objective-chart-container[data-v-a8b90225]{width:1180px}}.objective-chart-container[data-v-a8b90225]{height:260px}.report-chart[data-v-a8b90225]{width:700px}@media (max-width: 960px){.objective-chart-card[data-v-a8b90225]{overflow-x:scroll!important;overflow-y:hidden!important}}.line-chart[data-v-a8b90225]{width:100%}.objective-chart-tooltip[data-v-a8b90225]{max-width:305px}.action-item-tooltip-description[data-v-a8b90225]{overflow:hidden!important;width:273px!important;text-overflow:ellipsis!important;word-break:break-all!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;text-wrap-mode:wrap!important}.user-profile[data-v-0e8de6bc]{display:flex;align-items:center;gap:12px}.user-avatar[data-v-0e8de6bc]{flex-shrink:0;background-color:rgb(var(--v-theme-neutral200))}.user-info[data-v-0e8de6bc]{flex:1;min-width:0}.user-name-row[data-v-0e8de6bc]{display:flex;align-items:center;gap:8px;margin-bottom:2px}.user-name[data-v-0e8de6bc]{font-weight:600;font-size:20px;color:rgb(var(--v-theme-neutral1000));text-decoration:none}a.user-name[data-v-0e8de6bc]{color:rgb(var(--v-theme-blue600));text-decoration:underline}a.user-name[data-v-0e8de6bc]:hover{opacity:.8}.user-contact-row[data-v-0e8de6bc]{display:flex;align-items:center;gap:4px;margin-top:2px}.contact-icon[data-v-0e8de6bc]{color:rgb(var(--v-theme-neutral500));flex-shrink:0}.contact-text[data-v-0e8de6bc]{color:rgb(var(--v-theme-neutral700));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-icon[data-v-0e8de6bc]{color:rgb(var(--v-theme-neutral500));cursor:pointer;flex-shrink:0}.copy-icon[data-v-0e8de6bc]:hover{color:rgb(var(--v-theme-blue600))}.profile-header[data-v-498844a5]{padding-bottom:16px}.profile-top-bar[data-v-498844a5]{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.action-row[data-v-498844a5]{display:flex;align-items:center;gap:8px;margin-top:12px}.score-badges[data-v-498844a5]{display:flex;gap:8px;flex-shrink:0}.tags-section[data-v-498844a5]{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px}.feedback-details[data-v-a39fbd85]{display:flex;flex-direction:column;gap:8px}.detail-label-row[data-v-a39fbd85]{display:flex;align-items:center;gap:4px}.change-link[data-v-a39fbd85]{color:rgb(var(--v-theme-blue600));cursor:pointer;font-weight:500}.change-link[data-v-a39fbd85]:hover{text-decoration:underline}.ep-detail-value[data-v-a39fbd85]{display:flex;align-items:center}.order-details[data-v-bda422a5]{display:flex;flex-direction:column;gap:8px}.order-link[data-v-bda422a5]{color:rgb(var(--v-theme-blue600));text-decoration:underline}.items-container[data-v-e5f30f56]{max-height:none;overflow:hidden}.items-container.collapsed[data-v-e5f30f56]{max-height:270px}.menu-item[data-v-e5f30f56]{padding:6px 0;border-bottom:1px solid rgb(var(--v-theme-neutral100))}.menu-item[data-v-e5f30f56]:last-child{border-bottom:none}.item-row[data-v-e5f30f56]{display:flex;justify-content:space-between;align-items:center;gap:8px}.item-name[data-v-e5f30f56]{flex:1;min-width:0;color:rgb(var(--v-theme-neutral1000))}.item-rating[data-v-e5f30f56]{display:flex;gap:1px;flex-shrink:0}.item-note[data-v-e5f30f56]{margin:2px 0 0;color:rgb(var(--v-theme-neutral600));font-style:italic}.show-more-btn[data-v-e5f30f56]{display:block;width:100%;padding:6px;background:none;border:none;color:rgb(var(--v-theme-blue600));cursor:pointer;text-align:center;font-weight:500}.show-more-btn[data-v-e5f30f56]:hover{text-decoration:underline}.feedback-section[data-v-0a6a77d9]{padding:16px 0 10px;border-top:1px solid rgb(var(--v-theme-neutral200))}.feedback-columns[data-v-0a6a77d9]{display:flex;gap:12px}.low-categories[data-v-0a6a77d9]{margin-top:12px;padding-top:12px;border-top:1px solid rgb(var(--v-theme-neutral200))}.recommendations-title[data-v-0a6a77d9]{font-weight:600;margin-bottom:8px;color:rgb(var(--v-theme-neutral1000))}.category-list[data-v-0a6a77d9]{padding-left:20px;margin:0}.category-list li[data-v-0a6a77d9]{margin-bottom:4px;color:rgb(var(--v-theme-neutral800))}.op-category-card[data-v-151e97e5]{border:1px solid rgb(var(--v-theme-neutral200));border-radius:8px;padding:12px;margin-bottom:8px}.op-category-header[data-v-151e97e5]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.op-category-label[data-v-151e97e5]{font-weight:600}.op-category-actions[data-v-151e97e5]{display:flex;align-items:center;gap:8px}.copy-btn[data-v-151e97e5]{cursor:pointer;opacity:.6}.copy-btn[data-v-151e97e5]:hover{opacity:1}.op-category-reasons[data-v-151e97e5]{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.op-category-comment[data-v-151e97e5]{padding-top:8px;border-top:1px solid rgb(var(--v-theme-neutral200))}.comment-text[data-v-151e97e5]{color:rgb(var(--v-theme-neutral700))}.ep-section-card[data-v-3a264929]{margin-top:0}.email-modal-content[data-v-6279d2fc]{max-height:350px;overflow-y:auto}.email-body[data-v-6279d2fc]{color:rgb(var(--v-theme-neutral1000));line-height:1.5}.email-body[data-v-6279d2fc] img{max-width:100%}.replies-card[data-v-94ce3441]{border:1px solid var(--v6577aabe);border-radius:var(--v4929e03f);background-color:var(--b02702e4);padding:var(--v31f5f232);margin-top:var(--abc3de96);margin-bottom:var(--abc3de96)}.tab-content[data-v-94ce3441]{margin-top:12px;padding-bottom:5px}.survey-answer[data-v-922ccb00]{padding:10px 0;border-bottom:1px solid rgb(var(--v-theme-neutral200))}.survey-answer[data-v-922ccb00]:last-child{border-bottom:none}.answer-row[data-v-922ccb00]{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.answer-question[data-v-922ccb00]{flex:1}.answer-rating[data-v-922ccb00]{display:flex;align-items:center;gap:4px;flex-shrink:0}.answer-text[data-v-922ccb00]{margin:4px 0 0;color:rgb(var(--v-theme-neutral700));white-space:pre-wrap}.photo-grid[data-v-f147ea6a]{display:flex;flex-wrap:wrap;gap:8px}.photo-thumbnail[data-v-f147ea6a]{max-width:150px;max-height:150px;border-radius:4px;cursor:pointer;border:1px solid rgb(var(--v-theme-neutral200))}.photo-thumbnail[data-v-f147ea6a]:hover{opacity:.8}.photo-full[data-v-f147ea6a]{width:100%;display:block}.comment-item[data-v-736d188d]{padding:12px 0;border-bottom:1px solid rgb(var(--v-theme-neutral200))}.comment-item[data-v-736d188d]:last-child{border-bottom:none}.comment-header[data-v-736d188d]{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.comment-author[data-v-736d188d]{font-weight:600;color:rgb(var(--v-theme-neutral1000))}.comment-date[data-v-736d188d]{color:rgb(var(--v-theme-neutral600))}.comment-text[data-v-736d188d]{margin:0;color:rgb(var(--v-theme-neutral800));white-space:pre-wrap}.add-comment-form[data-v-9adefe04]{display:flex;flex-direction:column;gap:8px;margin-top:12px}.comment-input[data-v-9adefe04]{width:100%;padding:8px;border:1px solid rgb(var(--v-theme-neutral300));border-radius:4px;resize:vertical;font-family:inherit;font-size:14px}.comment-input[data-v-9adefe04]:focus{outline:none;border-color:rgb(var(--v-theme-blue600))}.add-comment-btn[data-v-9adefe04]{align-self:flex-end}.ep-section-card{border:1px solid rgb(var(--v-theme-neutral200))}.ep-section-card :deep(.w-form-container__header h4){font-size:16px!important}.ep-feedback-card{flex:1;min-width:0;margin:0!important;border:1px solid rgb(var(--v-theme-neutral200))}.ep-feedback-card :deep(.w-form-container__header h4){font-size:16px!important}.ep-empty-state{text-align:center;padding:24px;color:rgb(var(--v-theme-neutral600))}.ep-empty-state--compact{text-align:center;padding:16px;color:rgb(var(--v-theme-neutral600))}.ep-detail-row{display:flex;flex-direction:column;gap:2px}.ep-detail-label{color:rgb(var(--v-theme-neutral600));font-weight:500}.ep-detail-value{color:rgb(var(--v-theme-neutral1000))}.profile-footer[data-v-8a41c8eb]{display:flex;justify-content:center;padding:16px;border-top:1px solid rgb(var(--v-theme-neutral200))}.editor-hint[data-v-99c6fd3d],.reward-hint[data-v-99c6fd3d]{font-size:12px;color:var(--d83264b4)}[data-v-99c6fd3d] .v-input__details{padding-top:0}[data-v-99c6fd3d] .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px}[data-v-99c6fd3d] .ql-container{border-bottom-left-radius:6px;border-bottom-right-radius:6px;min-height:120px!important}[data-v-99c6fd3d] .ql-editor p{margin-bottom:10px!important}.editor-wrapper[data-v-20c469e5]{height:160px}[data-v-20c469e5] .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px}[data-v-20c469e5] .ql-container{border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:calc(100% - 42px)!important}[data-v-20c469e5] .ql-editor p{margin-bottom:10px!important}.tag-chip[data-v-1c8b21bd]{height:28px}[data-v-1c8b21bd] .v-selection-control__input{color:var(--v55fdfd74)!important;opacity:1!important}[data-v-1c8b21bd] .v-field__input{padding-top:4px!important;padding-bottom:4px!important;row-gap:0px!important}[data-v-1c8b21bd] .v-autocomplete__selection{height:1.88rem}.menu-item-row[data-v-7a1d2514]{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgb(var(--v-theme-neutral200))}.menu-item-row[data-v-7a1d2514]:last-child{border-bottom:none}.menu-item-info[data-v-7a1d2514]{display:flex;flex-direction:column;flex:1}.menu-item-label[data-v-7a1d2514]{font-weight:500;text-transform:capitalize}.menu-item-note[data-v-7a1d2514]{color:rgb(var(--v-theme-neutral600))}.menu-item-stars[data-v-7a1d2514]{display:flex;align-items:center;flex-shrink:0}.loader-container[data-v-dd57f42c]{display:flex;justify-content:center;align-items:center;padding:80px 0}.enhanced-profile-content[data-v-dd57f42c]{padding:16px}vue-component-wrapper h1[data-v-ba2824d4],vue-component-wrapper h2[data-v-ba2824d4],vue-component-wrapper h3[data-v-ba2824d4],vue-component-wrapper h4[data-v-ba2824d4]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ba2824d4]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ba2824d4]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ba2824d4]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ba2824d4]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ba2824d4]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ba2824d4]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ba2824d4]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ba2824d4]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ba2824d4]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ba2824d4]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ba2824d4]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ba2824d4]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ba2824d4]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ba2824d4]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ba2824d4]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.vertical-tabs-container[data-v-ba2824d4]{width:100%;height:100%}.tabs-wrapper[data-v-ba2824d4]{overflow:hidden;border:1px solid rgb(var(--v-theme-neutral200))}.tabs-sidebar[data-v-ba2824d4]{background:rgb(var(--v-theme-surface));border-right:1px solid rgb(var(--v-theme-outline-variant));height:100%}.vertical-tabs[data-v-ba2824d4],.vertical-tabs[data-v-ba2824d4] .v-tabs__container,.vertical-tabs[data-v-ba2824d4] .v-tabs__content{height:100%}.vertical-tabs[data-v-ba2824d4] .v-slide-group__content{flex-direction:column;height:100%}.tab-item[data-v-ba2824d4]{justify-content:flex-start!important;padding:20px;min-height:56px;border-radius:0;border-bottom:1px solid rgb(var(--v-theme-neutral200));border-right:1px solid rgb(var(--v-theme-neutral200))}.tab-item[data-v-ba2824d4]:last-child{border-bottom:none}.tab-item[data-v-ba2824d4]:hover{background:rgba(var(--v-theme-primary),.04);cursor:pointer}.tab-item.tab-item--selected[data-v-ba2824d4]{color:rgb(var(--v-theme-primary));border-left:8px solid rgb(var(--v-theme-primary));border-right:none;border-bottom:none;box-shadow:inset 0 -10px 10px -10px rgba(var(--v-theme-neutral300))}.tabs-content[data-v-ba2824d4]{height:100%}.content-window[data-v-ba2824d4]{height:100%;padding:32px}.content-window[data-v-ba2824d4] .v-window__container{height:100%}.content-item[data-v-ba2824d4]{height:100%;overflow:auto;overflow-x:hidden}.tab-content-wrapper[data-v-ba2824d4]{padding:24px;height:100%}.placeholder-content h3[data-v-ba2824d4]{color:rgb(var(--v-theme-on-surface));font-size:1.25rem;font-weight:600;margin-bottom:16px}.placeholder-content p[data-v-ba2824d4]{color:rgb(var(--v-theme-on-surface-variant));font-size:14px;line-height:1.5}.customer-link[data-v-ba2824d4]{text-decoration:none;min-width:0}.customer-link[data-v-ba2824d4]:hover{text-decoration:underline}.details-link[data-v-ba2824d4]{cursor:pointer;white-space:nowrap;text-decoration:none;flex-shrink:0}.details-link[data-v-ba2824d4]:hover{text-decoration:underline}.mobile-comments-container[data-v-ba2824d4]{width:100%}.mobile-comment-card[data-v-ba2824d4]{border:1px solid rgb(var(--v-theme-neutral200));border-radius:8px;background:rgb(var(--v-theme-surface))}.mobile-comment-card[data-v-ba2824d4] .v-card-text{padding:16px}@media (max-width: 960px){.tabs-sidebar[data-v-ba2824d4]{min-width:200px}.tab-item[data-v-ba2824d4]{padding:12px 16px;min-height:48px}.tab-content-wrapper[data-v-ba2824d4]{padding:16px}}@media (max-width: 600px){.vertical-tabs-container[data-v-ba2824d4] .v-row{flex-direction:column}.tabs-sidebar[data-v-ba2824d4]{border-right:none;border-bottom:1px solid rgb(var(--v-theme-outline-variant))}.vertical-tabs[data-v-ba2824d4] .v-slide-group__content{flex-direction:row}.tab-item[data-v-ba2824d4]{min-width:120px;flex-direction:column}.tab-item .tab-icon[data-v-ba2824d4]{margin-right:0;margin-bottom:4px}.tab-item .tab-label[data-v-ba2824d4]{font-size:12px}}vue-component-wrapper h1[data-v-4bd544d2],vue-component-wrapper h2[data-v-4bd544d2],vue-component-wrapper h3[data-v-4bd544d2],vue-component-wrapper h4[data-v-4bd544d2]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-4bd544d2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-4bd544d2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-4bd544d2]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-4bd544d2]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-4bd544d2]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-4bd544d2]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-4bd544d2]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-4bd544d2]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-4bd544d2]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-4bd544d2]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-4bd544d2]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-4bd544d2]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-4bd544d2]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-4bd544d2]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-4bd544d2]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.metric-badge[data-v-4bd544d2]{height:100px!important}.metric-badge[data-v-4bd544d2] .p3{font-size:16px!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-badge[data-v-4bd544d2] .p1,.metric-badge[data-v-4bd544d2] .p2{font-size:13px!important;line-height:1!important;vertical-align:bottom!important;margin-bottom:0!important}.metric-badge[data-v-4bd544d2] h2,.metric-badge[data-v-4bd544d2] .v-row{margin-top:auto!important}.metric-badge[data-v-4bd544d2] h2{font-size:24px!important;font-weight:400!important}[data-v-3a4e8c4f] .v-progress-circular__overlay{stroke-linecap:round}.progress-label[data-v-3a4e8c4f]{font-size:24px;font-weight:700;line-height:1;padding-top:3px}.encouraging-message[data-v-3a4e8c4f]{font-size:12px!important;font-weight:400!important;line-height:21px!important}@media (min-width: 600px){.guest-feedback-statistics-panel-container[data-v-3a4e8c4f]{min-height:130px}}vue-component-wrapper h1[data-v-22351f7f],vue-component-wrapper h2[data-v-22351f7f],vue-component-wrapper h3[data-v-22351f7f],vue-component-wrapper h4[data-v-22351f7f]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-22351f7f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-22351f7f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-22351f7f]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-22351f7f]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-22351f7f]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-22351f7f]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-22351f7f]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-22351f7f]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-22351f7f]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-22351f7f]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-22351f7f]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-22351f7f]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-22351f7f]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-22351f7f]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-22351f7f]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.review-rating[data-v-22351f7f]{color:var(--v10d7e349)}.timeline-wrapper[data-v-dabfebdf]{width:100%}[data-v-dabfebdf] .v-icon{font-size:var(--b743250e)!important;width:var(--b743250e)!important;height:var(--b743250e)!important;color:#fff}[data-v-dabfebdf] .v-timeline--horizontal.v-timeline{grid-column-gap:var(--b743250e)}[data-v-dabfebdf] .v-timeline-divider__after,[data-v-dabfebdf] .v-timeline-divider__before,[data-v-dabfebdf] .v-timeline-item:last-child .v-timeline-divider__after,[data-v-dabfebdf] .v-timeline-item:first-child .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-base) + var(--deead258) - var(--v-timeline-line-inset))!important}[data-v-dabfebdf] .v-timeline-divider__before{left:var(--v9a8878ae)!important}[data-v-dabfebdf] .v-timeline-divider__after{right:var(--v9a8878ae)!important}[data-v-dabfebdf] .incident-tooltip{background-color:#fff;padding:16px;box-shadow:0 2px 7px #49494940;color:var(--a3e3fc02)}[data-v-dabfebdf] .incident-tooltip:after,[data-v-dabfebdf] .incident-tooltip:before{content:"";position:absolute;left:50%;transform:translate(-50%)}[data-v-dabfebdf] .incident-tooltip:before{top:-21px;border:10px solid transparent;border-bottom-color:#0000001a;filter:blur(1px)}[data-v-dabfebdf] .incident-tooltip:after{top:-18px;border:9px solid transparent;border-bottom-color:#fff}.tooltip__icon[data-v-dabfebdf]{font-size:12px!important;width:20px!important;height:20px!important;margin-right:10px}.timeline-custom-tooltip[data-v-dabfebdf]{font-weight:700}[data-v-dabfebdf] .icon-mirror .v-timeline-divider__inner-dot .v-icon{transform:scaleX(-1)}[data-v-dabfebdf] .v-timeline-divider__inner-dot{line-height:0!important}.tooltip__emoji[data-v-dabfebdf]{border-radius:0}[data-v-dabfebdf] .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end{grid-template-rows:0 min-content 0}vue-component-wrapper h1[data-v-d7ab2028],vue-component-wrapper h2[data-v-d7ab2028],vue-component-wrapper h3[data-v-d7ab2028],vue-component-wrapper h4[data-v-d7ab2028]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d7ab2028]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d7ab2028]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d7ab2028]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d7ab2028]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d7ab2028]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d7ab2028]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d7ab2028]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d7ab2028]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d7ab2028]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d7ab2028]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d7ab2028]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d7ab2028]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d7ab2028]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d7ab2028]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d7ab2028]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.incidents-timeline-stages[data-v-d7ab2028] .v-timeline-item__body{width:100%}.incidents-timeline-stages[data-v-d7ab2028] .v-timeline-divider__after{background:rgb(var(--v-theme-neutral300))}[data-v-d7ab2028] .v-card--variant-elevated{box-shadow:0 2px 7px #49494940}[data-v-d7ab2028] .v-timeline-divider__inner-dot .v-icon{font-size:24px!important;width:24px!important;height:24px!important;color:#fff}.day-timeline-item[data-v-d7ab2028] .v-timeline-divider__dot{display:flex;height:40px!important;align-items:center;padding:11px 16px;flex:1 0 0;border-radius:4px;border:1px solid rgb(var(--v-theme-neutral300));background:var(--v578bd011);width:auto!important;text-wrap:nowrap;position:absolute}.day-timeline-item[data-v-d7ab2028] .v-timeline-divider--fill-dot{padding:0;margin-bottom:145px}.icon-mirror[data-v-d7ab2028] .v-timeline-divider__inner-dot .v-icon{transform:scaleX(-1)}[data-v-d7ab2028] .v-timeline-item:last-child>.v-timeline-divider:not(.v-timeline-item__body .v-timeline-divider)>.v-timeline-divider__after{background:red;background:linear-gradient(to bottom,rgba(var(--v-theme-neutral300),1),rgba(var(--v-theme-neutral300),.575) 10%,rgba(var(--v-theme-neutral300),0))}[data-v-d7ab2028] .v-timeline-item__body{padding-block-end:0!important;padding-bottom:0!important}.notification-badge[data-v-d7ab2028] .v-badge__badge{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper h1[data-v-ea37051a],vue-component-wrapper h2[data-v-ea37051a],vue-component-wrapper h3[data-v-ea37051a],vue-component-wrapper h4[data-v-ea37051a]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ea37051a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ea37051a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ea37051a]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ea37051a]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ea37051a]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ea37051a]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ea37051a]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ea37051a]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ea37051a]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ea37051a]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ea37051a]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ea37051a]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ea37051a]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ea37051a]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ea37051a]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-ea37051a] .v-timeline-item__body{width:100%}.bg-confetti[data-v-ea37051a]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABfgAAAEQCAYAAADs5hUSAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACmoSURBVHgB7d1PbJznfSfw3zukaMVyWma3RX3b0U1RFwi9J6PooqNbb5FQJ9ubqEtRWTEkXRcb61VS9CoZiuyj6FvXcSD51pspYHfh05ptUUd78uRmIMCajapUljjz7POOKK8d68875Lwz8w4/H4CcMfkMZWs445nv83t+vyIAAFoq9da68TBORhGr0bTl2Cg2t/oBAADPkK7Her64UWtxJ44WZ6MfAHu0HAAALZN63cMx+L2TsRPHcrg/HV90juXP/QAAgGe7VHPdB8J9YL8E/ABAq0y1av+rlnem++cBANA66Vr08kW31uJhbATAPgn4AYDWSH+61oud/KZpWlX7XzXoHA4AAHiWTpyuubJfvBG3AmCfBPwAQCukP/1Pfx4xfDVmJXU+CwAAeIp0ZVS5v15z+bsBMAGdAACYczMP9ysvDAX8AAA83Urt3vtVIrcRABMg4AcA5tqoLc+sw/0U2xHbdwIAAJ5gzOr9DcN1gUkR8AMAcyv9ydpavujFrBWxVWz27wcAADzJSu3e+1Uapz0PMDECfgBgLqXe2moO1nsxa1X1/vL2RwEAAE+3XnNdvzgbmwEwIQJ+AGA+fZHD/SJWY9YOxS3V+wAAPE26Pgr3u7UWF1EGwAQJ+AGAuTOq3l+KtZi9zWJzqx8AAPB0dYfr9ovXtecBJkvADwDMnwc1K6CatVn8j63NAACAp1C9D8yagB8AmEPDYzFbwn0AAOpQvQ/M1HIAAMybYmm1mm47E2n498X//EdDdQEAeKaxqvdDuA80Q8APAFBJsf1ooO4/9gMAAJ6vdvV+dGIjABog4AcA5k8nfZYD95djWgadj+KF/7tZbPbvBwAAPEe6Pgr3uzWXv1uczSE/QAME/ADA/FmKrdiJtWjaML/RWqn67f/vfgAAQA3pyijYX6+5XPU+0CgBPwAwd4rNrX76z2v9SLWrosbzqB3PZv5ztgIAAMaxEqdD9T4wJwT8AMB8Wlr9u3j4L+tRpMm16nlcsZ83EAIAAMY0qt5PcSGKWstV7wONq/d0BAAwI+lP13r5TdRaftWyGnsxHL2x6sfy9kd67AMAsB/petyIuu15UlwsfhRXA6BBAn4AoBXSn6ytxdLwWAyXVp9a1V+13qk+Op3PYjj8LFa27wj1AQCYhFH1/kp8WnN5vzgXRwOgYVr0AACtUPyvUb/8L3vmp97a1yr6i82t7QAAgKasxKXaa4soA2AKVPADAAAAwDOo3gfmVScAAAAAgKdTvQ/MKRX8AAAAAPAU6Vr0ohMf1lyueh+YKhX8AAAAAPA0nbhSe63qfWDKBPwAAAAA8ATpeqzni7Way28Xr8e7ATBFAn4AAAAAeLL6vfc7o80AgKkS8AMAAADA79it3u/WXL5RnI1+AEyZgB8AAAAAvmmc6v3LATADAn4AAAAA+ArV+0BbCPgBAAAAYFe6Mgr2Ve8DrSDgBwAAAIDHVuJ01K/ev6x6H5glAT8AAAAAxJfV++s1l/dzsrYRADMk4AcAAACAynjV+++q3gdmrQgAAAAAOOBG1fsr8WnN5f3iXBwNgBlTwQ8AAAAAK2MM1i2iDIA5oIIfAAAAgANN9T7QVir4AQAAADjYVO8DLaWCHwAAAIADS/U+0GYq+AEAAAA4uFbidO21qveBOaOCHwAAAIADKV2J1Rzwf5yvdmssV70PzB0V/AAAAAAcTCtxMuqF+6r3gbmkgh8AAACAAyldH/Xe79ZYqnofmEsq+AEAAAA4cHK4vx6q94GWE/ADAAAAcBCdr7muX7we7wbAHBLwAwAAAHCgpGvRyxdrtRar3gfm2HIA0FpHjpQvD4fRXVqKw4+/VhTxWf7nz7a3y+0AAIB9OP7ej9cjBlu/vbfS75/x+pIF0onTNVdu54D/dgDMKUN2AVpodbXsPnwYvRzmd5+2JqXYzkH/nU4nPhL2AwAwrmM3y25nZ7j++J9TMdz6t7vLm4J+2i5dye+jVkbDdevYKM7FmQCYUwJ+gJY5cqRcy8H+yXFuk9dv5bB/U9APAEBd333/v50sUuebLUxS6ldV/Z/88G+3Alpod7jujVqLO3G0OBv9AJhTAn6AFlldLVd3duJC7JGgHwCAOro3y9UXd4bPfN2ZIm0XabCpfQ9tkwP+qnq/W2PpB8W58YqrAKbNkF2AFnn4cH8vLlOKtfwz1r/97fJYAADAU3xrsNN73poiitUolk+++NLwQlXtf/y98uWAOZfD/epUSrfW4k5cDYA5J+AHaImqev9ZPffryj9jNQf9f/nSS2UvAADgSYqiO9byqpVPMfzraijv8ff+61rA/Dpfc12/OBubATDnlgOAVhgMYtIVUb0c8r/8B38Qt/r98n4AAEB2/L1yLYbD1diL0cbAcve7P/9x71Bn+NFvfnPojvY9zJlerVUp3gqAFlDBD9ASKUUTR56P/frX8dfV6YAAAIAsLQ16sU9V+56d4dKfP27fc+xm2Q2YsXRtFO53ay1eilsB0AICfoADrmrZU/XlF/IDAFAF8cWwmOjrwqp9T2dnuH78v//4r9dueM3JDHXidM2Vt4uz0Q+AFhDwA7TEYBCNtdGpQv6dnfjLbrc8HAAAHFjFYKex/vmpE4e3tOthtnq1VhVxIwBaQsAP0BLLy9H0m6GXf/3r+MsAAOBA6t4sV0fDcptSpH7AjIzVnueL+CAAWkLAD9ASS0vxWTSsKKJ75Ej55wEAwIFzeCeaC/ezF+4ubwbMTq/mug+Ki+GkCdAaAn6AltjeLrdTav6FZg75Xz182BA0AICDpugMmmvPUwy3tOdhppbiz2qtK+JmALSIgB+gXe7EFBw6pB8/AMBBcvy9cm3Sw3W/Ki0tbwXMSLoSq5Fq99+/HQAtIuAHaJEcvE8l4E8pDv/617WPsAIA0HoNVu9H2r5zquwHzMpy7fZTW8XZ6AdAiwj4AVpke7vs5/C9H1OgVQ8AwMFQDdfNL/660ZAiDTYDZqtXc53qfaB1BPwALXPoUGzGlCwtqeIHAFh03xrs9KIhVfX+b++tTOUUKjxV3f77nbgVAC0j4AdomSlX8XdV8QMALK6qer9Incba80SR+v0z5f2AWUo1W/TcD7MigNYR8AO00DSr+FdW4lgAALCQXnwY3WjQC3eXN2MOVUNXR4NXWXi793Od+3qruBjbAdAyAn6AFtqt4v8opiD/OWvdbnk4AABYOGlp0IumpE5/60w5N4Fpuha99HZcSdfj01iJz6uP9LP8cT1u5BC4Gyym+gN2fxUALSTgB2ipe/diM4fvjb9hyn/G4c8+i5cDAICFcvy9cq0YFo1VsS91plOQ8jxVeJ+D/Q9zAvJhpLiQv9T98pvFqLJ7PYf9n6Z34lKweIqaAX+a3ilpgEkS8AO01qiX6d/lAL7xnqba9AAALKJBY733q+G6//RaOfPhuul6nI9D8XH+F+o9d/EwSiH/Ako1T2cs6b8PtJOAH6DF7t0rP1taar7SZDBQwQ8AsEiq4bpRFN1oSJEGmzFjVTuefHF1t0q/nkchfy9YHJ34D7XWLem/D7TTcgDQar/5TfnRSy+NeuT3ojkGkAEALJBvDXZ6Tdb8rdxb6ccMVX31I8V67EUaVfFvBouh2uBJNZb91Tcr+PP7rF5Rc4Ooam1afdRZe+9euREAEyLgB1gA//qv5WZ+8Vld7UUDOp0wZBcAYEF0b5SHixg01oIxFcOtrTM/mVk1dA73q4B+PfYqRS9didXiooruhVCvRc8T7+v06LbdqClvBgBMnRY9AAuiCvmjoUqj4bD5Pv8AAEzHi0fiWE7hGyvgeOHu8mbMyG64X8Z+HdrHBgHzpk4Ffv9JX8yBfSPvg7rdUgEVMDECfoAF0lTIP41BvgAATEdaGvSiKanT3zpTzqTyPV0ZVVqXMQlFfC9YFHUC/n950hebCvi3t52QBiZHwA+wYKqQP78Q/bscyk/sjdXSUnwWAAC03rGbZbcYFg3OV3qwFbOyEh/G5PQCAFpAwA+wgO7eLe8cOhQbOeTvxwQ8fBize6MGAMDEFDuDV6MhKdL2Jz/825m8btxtzdONyWlwEwQAJseQXYAFtb09Ohq9ceRIuZYve0Wxtzcp+XZb9++X/QAAoNW6N8vVYmfY2HDdQ52lj2IGJtqa5//72mvnVMbh+P14+Qnr6p2a/Ze4X5TaXgIweQJ+gAV37165tbpa9geD6A2HcSwH9rX7PVZtfpaXmxncCwDAdH1rsNNr8iB/5zdxJ2ZhZVS936wq3F/ex+Ddf59fW1+rubaouWlQzcnq7G4aDOOj4o0Z/f0DMFMCfoADYLea/1YO+lcfPoxuDu5f7XSeWIH0pfz9j/7dv4vNfr9UaQQAsAiKoptD4UakYri1deYnUx+uu1u9vx6LJI1x8na4e9nRUnOffj8AWkrAD3CA7Ab91Yv/qqp/dTCIl3PY//Lj9j358n7eANj+oz+KrSrY/81vAgCABXD8vXIthsPG+sqnpeXZBMzNVe9PfbOCxlT35fN+981cAFpLwA9wQO2G/dXHN47y9vsBAMACSUuDXjEsohFF+uzOqenPbEpXRqHsyWhGP1gUdQL+bgC0VHPN9wAAAICZO3az7OZwv7kK5eFgJsN1Y2UU7jf13/UvwWIo6m3WpHeE/EA7CfgBAABggRWDnbVoSIq0/ckP/3Y27XmKOB3N+fp/04txOGinYfyq1rolbXqAdhLwAwAA7EO6Fr3dQZ8wn6rhuo397NSPGRi150nRi6YMY/Nr/7wj4G+tVLPd0oNv/j6l1Mwshvv3bSYAkyPgBwAA2KNRyNiJG7ESH6a3G60mhj375V/89OpwubORis7EK+1fuLu8GbOw3GC4/+jnz+ZUApNXN+Av4nsB0EKG7AIAwJRV/bA7w3Rp2Ckuz2IwJRP0QlzK4VF3dD3FRrqeQ8cHcbm4aEAn82X3uaa/drPc/GKQf0+Lwb778qdiuLV15ieNVDjX0IvmbBVnW/YYfhCzuh/m36HYjGGtlY21sgJokgp+AACYsmJncDJSWu8Mhp/+8fs//vCP339T5XcLjdrypLjwO19ej5X4NL2Tg3+YQ1unyu1fvlbeqqr6I3VuxbDzWexRWlqeXZX7UoPV1sP4IFgYu5s1dTZA1kansgBaRgU/AABMWdEpzudgeCRF0csXveO/eLMsUpT3ljof9HMAF8y/lfjwqd8bRpmu57D/QZxQzc+8+uSHZRXQb1WniopBrBVpWLuCuRquO9MTSKnBauvl2PjG1zo5IC6e0LYnjRkIj7M+CZsnprrv6sxsWImT+fNGALSIgB8AAKbo+Hs/Xv+ypctX5a/lzH/jxeGwf/wXlza175lvObyvKvS7z1nWHVXzvx1X44tR2x4bN8ylr7bv+beH8WpnaXDsee17ijTYjBnZrbJuKvy+/aT2PLtf6wftNIjbeZOmV2Pln4WAHxbSsZ+XvU6K7d3N7YWiRQ8AAEzTUvHs1i1V+L/bvicH/TeqNyPBXBm15oko698gLuSg/2NDeJl3Vfue//PD8u+/bN+TUv9J66rq/d/eW7kTs7Ly3M21vSviRrCINmuuO6lNDyyO7s1y9T++/+b5qiVmpxh+mGK4HguoCAAAYCpGlUP5zUWMqYi0mT9v/PNrP3k3mLl0fRQArsfebBjCS5us5XCkGsr71fY91XDdX772N7diRtK16EUnxn4uraFfnIujwULKz92fR52TH8M4VbwRo9/v1dXyaadFap/I2t7Wdg+mrXrNXXQG3+9EsZ6+3u5se+Vu5+jWmcV6XGrRAwEAMB2dzuB0TsZiXL/bp3+w1Lmtfc9sjPrq7z3cj3g0hLeX3o63itfjasCc23o0E+RW1b7nwcPopqVB74XfLG/GIirGOJlD+6T4IN/Hzz9JtRTn8+dRwL8bzgvooQWqav1v5Q3pTgzOpxj2qtfc6ZvLVr94abCeLxfqNZgKfgAAmIJqiGXVdicmoChiO4f+t/Tpn65Ra55Hg3W7MRl9Q3hhfA1V8KveX3Bj/t68kn8fFq5PNyyiKth/cTg8n0PuC6nGcPLqZOw/v/bTE7FA9OAHAIAp6AwHl2JCRm9e9OmfvpVag3XH8WgI7zsxsd8NOBA6DVRUq95feMUboz78dX931gOYa9Xr36q3/ouD4eeRoqwT7leqk7GL9tpZBT8AADRsktX7z7CVX9xf1ae/Gel6VP3HP45mqByGMYyGoK6M+qlPykZ+DJ4JFl66FlfzBtH5Gku340EcLS5qzwPzZNxq/adJkW798rWfnooFoYIfAACmoWi8DctayiHV8V+8+el333/zfLWpEEzSzWhKJxbqmDg0bTd0nVTw2s+PwcvBQVF3OHS1iXQhgLmw12r9pymi6K3dKPf1M+aJCn4AAJiS775fnnw0+Gs0NLd5RbGhT//+peujFjplNONycU5rEBhXflxWm24nY//0Wj9g0tvxYQ4IezWWquKHGXpcrZ8fr9Vz/VpMWorLn/zgJ2UsABX8AAAwJb98rbxVDfUaLnWOpojmW+k87tP//o9v6tO/N6PBus2F+/14Ma4GML5BfBD7d1m4fwANap/YqKr4rwQwE7vl9dVJmsmH+5WiVruuVlDBDwAAMzLqzb8zXI9OnI400eGtT1ZEv0hR6tNf3xiVnuMrYr14PdwXsAe7ffir2SZ7bbHg9MwBNtZzeydOFGdHA3qBKTv+/ptVIURjQfwwdU7c+UG5GS0n4AcAgDlw/L0fr8dScWlaQX/+vDHsdN7Vvufp0vVYzxc3ohmGesI+pZ/Fhfx8tpcKa+H+AZeu5XC/k0P+OorYzJuxZqXADFQnUDvFsN5jdQ+KSJvV6dpoOQE/AADMkUdvZNL5HD9Morf08+nT/0Sj1jwro/CnG5PX360I7QewL2NVYqfYzo+9MzmsrTtolQU21u9OERfz742WajAD1XDdJudXrdztfGfrTNnqWRt68AMAwBypjgl/8trlU1Pt01+1CeLrVkaDdbvRhCJK4T5MyBdxKn+u00f/VizFK8J9vlS/F3+1OXRpdyYLMGXDYiIzV57qwUvDC9FyAn4AAJhDVUX9L1/7yXoV9Mcwndltq9OI4XJnI/jSbojTiyak+Ad992FyiouxXZyLV/LVM9Xj62vfTPGr/PmtGMaJvOaUjTW+qngjNqv2OzWXr8YLjbVsA57hhc7SRn6sNldhvwDDdrXoAQCAlhj16e/Ehfwy/nsxKUWx8clfXNYL/neMBnguR5n/vif7pq8TR4WM0Jx0Iz927+ePwzn4PxOtbrlA89L1WMsXH9e+QWd0Aqt+5T8wEcd//maZU+xL0ZClwfDUP/2Xv2ntCS8BPwAAtEzVp78ohuv5xfzp2KfqhID++0+X3oluDCfWi99gT4A5k67F1bE2cx/NUNkMYGqO3yzXYjCsvxk3prYP2xXwAwBASx27WXaLwbDsFPH9lGI1xpXS7U9+8NNe8Fw5AHpczT/+3/Mj/RzuHw0A5sroxNbKqIq/W/Mm/XiQQ/6LTmPBNDU9bDeGnVc++WFZZ6bL3NGDHwAAWupxn/5Bp/PKXvr0F8WyfsI1FW+MAv5XIu2xf/4wtEECmEPVHIcxn6O7+vEfPNV8ntFmEDMzSEuNtsdKMVyPllLBDwAAC6Tq01904vRzK5zyZsAnf/ETFeV7kK7Her6o+sB2a95kozgn4AeYZ2O36iniavF6XAwWXhXux8qoXd92PIhTTm/MzvFfvPl5pMY2WrZX7naObp0pWze/RQU/AAAskE9++NONqodo1Vs/xdOrzYu0VAZ7ksP6jaoHc81q/n5eayAjwLzbGc1I6dden+JCersafM8i223h9HgWz1p1fRT4MxvDeCuas/rFS4P1aCEBPwAALKDH7Xu+DPq/2r4nXz90N30Q7FlxNvrFj0aV/K/EswKhIspqbQAw10ateiJOjXWjFFfSO9ELFtcLcTO+fmKvK+SfnZXlztVoUDXXKlpIix4AADggqvY9sVRcym8DNj/5i8taxkzQ7hDeS7/z5Q+Kc3EyAGiN9LO4kNOyK2PcpNoYOJGf71s5nJOnS2/n34P01FMa2/n/+6fyJv5mMFVND9sdps6JOz8oN6NFVPADAMABUbXvqfru/7ZT6Bk8YbtDeI/mUGjzyy92tG4AaJviR3E1P5ffGuMmVT/wmyq6F0u6njft0zP/P74aw/hQm6bpa3rYbpGGrSvOUMEPAAAwQaMhvClWRyERAK2z23f944ixQvt+PIgTBrC23yjcj9FMhno6o3Z85u1M0fH336wen2vRjNYN21XBDwAAMEHVEF7hPkB7jfrxV8PUH7Xfqetxb/bVoLXS23E6xgn3K8Mo0zvfaNNHk1I0OUtq9cFLw1adzBDwAwAAAMBXjAakD2PceTVC/hbL99tavs/3tkFfhfzX40YwFaNhu0U0V2HfsmG7An4AAAAA+B3FG3ErUow7t2ZNyN8+oxkKK3EzB7v7ud/Wc8j/sfu+eVunyu382Hw3mrN27OdlL1pCwA8AAAAATzBquTaMt2I8Qv4W2Q33P4yYyKDk6r7/2NDl5g1TZ5xh2GNbKgatabsk4AcAAACApyjeiAt7qBaugt4rwVzbHag8qXD/scetmrpBY+78oNwsIm1GQ1IUvbUbZSs26QT8AAAAAPAsD6MaurkV41lPb8dNlfxzbPLh/mPdUSX/9bzRQ2OGRaPDdqMtw3YF/AAAAADwDMXF2I4HcSJf7Y9zu0hxUrue+ZQ3X6oTFk0G8NV9/nH+c04HjXihs7TR8LDd89ECAn4AAAAAeI5RyN/ZQ8ivJ//cSdfjUt58mU51doqN9E60pp97m0xh2O5qG4btCvgBAAAAoIbibA73hfytNgr3I8qYpmGUQv6GLHU2okFtGLZbBAAAAABQWw5ruzm03Uv/9q14EKeKi2NvEDABo3Y5KTZiVoq4WrweF4OJ+uP3f/xhNRQ3GrJyt/OdrTNlc62A9kkFPwAAALG6Wq4eOVKuf/vb5bEA4JkmUMnfDaZvEK/ELKW4kDcZnOSYsE4svRUNmvdhuyr4AQAAiBzsn0zp0bDBfFlVqW3eu1duBQBPtY9K/n41tFcl//Sla1HmRHjWbVfc/xN2/Bdvfp43UJraONleuds5Oq9V/Cr4AQAADriqev9xuF8piljNHyePHCkvVMF/9f0A4Bv2UcnfVck/G8UbOeAfxuWYLff/pA1j4lX8+bVQNcT38m+X5jfcr6jgBwAAOOB+7/fKV4fD+PNnrclvcreWlmJze3t+3+ACzIpK/vZJ12M9X9yI2ernj1PFuXBibp/WbparDwbDz2MSUro9jKXyzg/KzWgBAT8AAMABV1XqV1X7ddamNAojtrTvAfi6fYX8Qt6ZyCF/dXrtZsRMK+m3c0J7png9bgX7sp9hu1W1fhrGW8PlzsadU2U/WkTADwAAcIDlcH+tascTY3rcp/8P/zDu9Pvl/QBgPyF/9Zx6Qsg/ffu4zyariIs55L8a7Nmxn5e9TjH8cKwbpXS7KJZv3FtKH/RPtfOUooAfAADgABunev9JqqC/04m+9j0Aj+wrMC5iPYe87wZTNTchfyfK4uzM5wO0Wp1hu1W1/jDFuyl1brWlDc+zCPgBAAAOqNXVsruzM+pBPBFVn/6HD2Pr/v12HW0HmDQhf/ukKzkUXhndZ2sxS0L+fTn+8zfL/Bi69MRvpnS7Uyzf/Nel9G5bq/WfRMAPAABwQH372+XJlCYfZOjTD7DPwFjIOzPpZ7GRE9PTMUtF3Iov4kxxMZyMG9No2O5w+OnjKv5HvfVHQ3OvLkK1/pMI+AEAAA6g1dVydWcnLkSDHvfpP3Qo+tr3AAfRKOR/IW7msLEX4xLyz0y6FmX++78Us3W7OLeH3xviu++/udEp4vvV0NzfLneuLlK1/pMI+AEAAA6gpqr3nyT/Ofc7nbijTz9wUO25KlzIPzMzD/mLOFW8HreCsXVvlquLHup/lYAfAADggKmq9x8+jL8uijgcU6ZPP3BQ5cD4ag6Mz8e4hPwzk66P5tTciGlLcbH4Uf59gRoE/AAAAAfMkSPlWg7aT8YMPW7fo08/cJDsuSpcyD8zOeSvTrtVsxRWYzouF+fy7wnUJOAHAAA4YHLAfyEH/NMKKp5Jn37goBHyt096J7oxHIX83WiWcJ+xCfgBAAAOkHmo3n+aqn2PPv3AQSDkb58phPy3crh/KmBMnQAAAOAgmcpg3b2ohv7u7MSFl14q/zJvRLwcAAuqeCMH/MM9BPXDKHPQPLvBrwdY3ljp5yT1RL7aRGu5rXgxzgTsgYAfAADggFhdLbtF0Xh7gUk4lj8E/MBCG4X8sYdQV8g/M6OQ/0EO+VO8G5NTbRycKs6E02vsiYAfAADggBgM5rd6/6uqvvyG7wIHQXEuNkLI3yrFxdgufhTrezqB8U2jUwGjjQPYIwE/AADAAbC6Wq5WLXCiBape/AFwQAj522nPbZYeq4bMC/eZAAE/AADAATAYRC9aYnlZwA8cLLsh/yv5Y7w2LUL+mRqF/Ckuxl6kOCXcZxIE/AAAAMyNqnp/e7vUhxg4cHLIX21uVkNcxw/5347TwUwUP4qr+T44FePcb3lTIG8ObAZMgIAfAADgALh7t7y1vBxX5739zdKSwAM4uPYc8qfYSO+056TWoslh/a2cslYnMPo1ll8ebQrAhBQBAADAgVL143/4MF7NV4/lwH815kRK0b93r9wIgAMuXR/NTPkwf4zzHF1tCpzY3SRgBvImSzeGo/ut+5Qll/P9UwZMkIAfAADgADtypKxCpN48BP0PHsTfPXhQ3gkAHof8H8d4+vEgh/wX9Xafld2Q/2a++vXB9ineLX4U6wETJuAHAAAgvv3t8thwGK/moL8bM5BSbN+7V2pZAPAVOeRfzxc3YjxVyP9KDvnNM5mRdCVvmr+Q77cUJ3e/tFWcG7XwgYkT8AMAAPClqn3PYBC9HLivxRTlP+9WDvi1lQD4HXsK+Yu4Vbw+GvzKDKVrcTU68f14MW+4nLHhQjME/AAAAHxDFfTv7MRaFfQ33b5H9T7As6WfxYWc4l0Z60adKIuzcTmYqXQjVoX7NEnADwAAwDM13ac//9ytu3fLWwHAU6VrUebQ/tJYN+rEiRzybwawsAT8AAAA1LK6WnZ3duLVfPVYTNDyclzd3i5VNwI8x27Ll/Nj3GR7tx9/P4CFJOAHAABgLJPs0696H2A86WexkRO907VvUMRm8XqcCGAhdQIAAADGUFXbV6F8VXlfDceteujHHg2H8VEAUN/DuJA/1x9KnvKG7Ntj9u8HWkMFPwAAAPtW9enPQf+rnU68XPc2eX3/3r1yIwAYS3onujGMD/PVbu0b6ccPC0nADwAAwMRUffoHg1ir076nqv7PAX/9KlQAvpSuj55nPx7jJv3dfvxmnsACEfADAAAwcY/79A+H0S2KWP3d71dtfXK4fzUA2LP0s7iQ07367XeKuFq8HhcDWBgCfgAAABpTBf0PH45aSPS+GvSr3geYjHQtrkYnzo9xk1eKc+H5FxaEgB8AAICpqPr054vqY/XQodiohvUGAPuSruTN05VRq55urRsUsVm8HicCWAgCfgAAAKaqquoX7gNMztj9+ItYzyH/uwG0noAfAAAAAFouXYsyOnGp5vLteBBHDdyF9usEAAAAANBqxRs54I/avfWrtj4XAmg9AT8AAAAALIJhXBxj9flR/36g1QT8AAAAALAAijdiM4f8b9VcroofFoAe/AAAAACwIEZV+SvxaUSt6ny9+KHlVPADAAAAwIIYhfXjVPEfivUAWkvADwAAAAALZHfgbr/e4jgdQGsJ+AEAAABg8VyuuW4tvRO9AFpJwA8AAAAAi+ZB3Iqo2Vt/GCcDaCUBPwAAAAAsmDF78Z8eDecFWkfADwAAAACLaCeuRr0q/tU4HGsBtI6AHwAAAAAW0KiKP8XtWouHhu1CGwn4AQAAAGBRpVEVfx368EMLFQEAAAAALKx0PT6PqNFj/1C8UvxVbAXQGir4AQAAAGCRpfig1roH0QugVQT8AAAAALDIhrFZa10R3wugVQT8AAAAALDIBnGr5speAK0i4AcAAACABVZcjO180a+xtJuu1OjVD8wNAT8AAAAALLoUt2utOxLdAFpDwA8AAAAAiy7VquCPeBhrAbSGgB8AAAAAFl3dgH+ogh/aRMAPAAAAAItuKbZqrevowQ9tIuAHAAAAgEXXGQ3areP3A2gNAT8AAAAALLr7tQP+7wTQGgJ+AAAAAFhwxcXaAb8WPdAiAn4AAAAAAGghAT8AAAAAALSQgB8AAAAAAFpIwA8AAAAACy69E92aS+v26gfmgIAfAAAAABbdsPbw3M8DaA0BPwAAAAAsuroB/zB+FUBrCPgBAAAAYNEVsVZznRY90CICfgAAAABYdKlmD/6l2AqgNQT8AAAAALDoluJ7Ndep4IcWEfADAAAAwKJL9Vr0FH+lgh/aRMAPAAAAAAssXRm156kzZFe4Dy0j4AcAAACARbZcc8BuxK8CaBUBPwAAAAAssk58v9a6FJsBtIqAHwAAAAAWW6/WqhUBP7RNEQAAAAANS1diNQ4/6gFenI1+AFORro/a83xcY+l2cS6+E0CrLAcAAABAQ3K4uB5FnI4UvRjufu1nsZ2/ditffSsHioZ6QpOqx169Et/bAbSOFj0AAADAxKUrsZbD/U/z1RujgPGrilEl/3r++Di9HVcCaE7d/vtF3AygdbToAQAAACYqh/ZVxf7GGDfZigdxorgY2wFMTN5o68bKaKPt+TpxVPssaB8V/AAAAMDEpOtxfsxwv7KWQ0iV/DBpKzWH6+ZNNuE+tJOAHwAAAJiIqi1Pvrgae7M+qvwHJulSzXX670NLCfgBAACAfdttBbK/Ht4pruafsxrAvqVro+r9bq3Fh8Y+dQPMCQE/AAAAsH8ro0rhbuzPav45FwLYv07tEzH94q9iK4BWEvADAAAA+zKq3o9Yj8k4H8C+jPWYLKIMoLUE/AAAAMD+rNTu813Hanqn9mBQ4ElWxngMFfrvQ5sJ+AEAAIA9m3D1/iPDOBnAftTddPugOBv9AFpLwA8AAADs3WSr9x/7swD2JF0fbbh1ay0eGq4LbSfgBwAAAPajF5O3lq7EagDjK8YYrvtG3Aqg1QT8AAAAwJ6k67EWdSuFx3WkoZ8LCyxdyxtuqeamm+G6sBAE/AAAAMDepAaH4T4cbR4A41gao2WW4bqwEAT8AAAAwN4UeuXDvBgNvK6/6bZhuC4sBgE/AAAAsFfNVdkPteiBsYwz8LoTlwNYCAJ+AAAAYGy7Q3C7AczcqHo/Yr3mctX7sEAE/AAAAMD4VoT7MDdeiBu116reh4Ui4AcAAADGNxxV8DeniO0AnmvM3vsfqN6HxSLgBwAAAPai2YA/CSGhluUxZmF04moAC0XADwAAAIwvNRzwL6vgh1rqPxZvF2djM4CFIuAHAAAA5s/92Arg+QZxq9a6Tu0hvECLCPgBAACA8TXbI79fXFTBD3WMHivFc0P+Db33YTEJ+AEAAIDxdRoNC/8hgPq+iDP589NOvWzFi3ExgIW0HAAAAADj6sR2DKMZRdwMoLbdEy+vpOuxnh8/p/Nj82h+jH4cKTaLc/FWAAurCAAAAIA9yGHi5/li8sN2O3FUOxEAeD4tegAAAIC9KRoZhLsl3AeAegT8AAAAwN4M4nZMWhFXAwCoRcAPAAAA7NVmTFY/vogPAgCoRcAPAAAA7Enxxijg347JeXd3WCgAUIOAHwAAANi7YbwVk9GPF7XnAYBxCPgBAACAvdsZhfL7r7ovoizOqN4HgHEI+AEAAIA9G7XUSXE59uet4vV4NwCAsRQBAAAAsE/p7fgwB/29GN9WcS5eCQBgbCr4AQAAgP0r4kxUffTHsxUvxokAAPZEwA8AAADsW3E2h/udUVjfr3mTt6pwX999ANg7LXoAAACAiUrXosxh/+l8tfuEb9+OYZTFG7EZAMC+CPgBAACARuSgv5eD/u/lQP87+bKq8N8cVfoDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACy0/weDN94yOETkOwAAAABJRU5ErkJggg==);background-position:top right;background-size:382px 68px;background-repeat:no-repeat}.bg-confetti[data-v-ea37051a] .v-timeline-item__body .v-card{background-color:transparent}.input-stage-field[data-v-ea37051a] ::placeholder{opacity:1}.input-stage-field[data-v-ea37051a] .v-field--appended{display:flex;flex-direction:column}.input-stage-field[data-v-ea37051a] .v-field--appended .v-field__append-inner{padding:0}.input-stage-field[data-v-ea37051a] .v-field__input{padding:8px 0!important}.input-stage-field .send-button[data-v-ea37051a]{height:40px}[data-v-ea37051a] .v-field__input{color:rgb(var(--v-theme-neutral1000))!important}[data-v-ea37051a] .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px}[data-v-ea37051a] .ql-container{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.editor-wraper[data-v-ea37051a]{height:300px;display:flex;flex-direction:column}.dropdown-user-list[data-v-ea37051a],.dropdown-tags-list[data-v-ea37051a]{width:100%;max-height:200px;overflow-y:scroll;border-color:rgb(var(--v-theme-neutral400));width:var(--v60bc5932)!important}.dropdown-user-list[data-v-ea37051a] .v-list-item,.dropdown-tags-list[data-v-ea37051a] .v-list-item{padding:0 32px;min-height:40px!important}.dropdown-user-list[data-v-ea37051a] .v-list-item .v-list-item__overlay,.dropdown-tags-list[data-v-ea37051a] .v-list-item .v-list-item__overlay{background-color:transparent!important}.dropdown-user-list[data-v-ea37051a] .v-list-item .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-ea37051a] .v-list-item .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__overlay,.dropdown-tags-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__overlay{background-color:rgb(var(--v-theme-blue100))!important;opacity:1}.dropdown-user-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__content,.dropdown-tags-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__content{color:rgb(var(--v-theme-blue600))!important;z-index:2}.dropdown-user-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__prepend .v-icon,.dropdown-tags-list[data-v-ea37051a] .v-list-item.v-list-item--active .v-list-item__prepend .v-icon{color:rgb(var(--v-theme-blue600))!important}.dropdown-user-list[data-v-ea37051a] .v-list-item:hover .v-list-item__overlay,.dropdown-tags-list[data-v-ea37051a] .v-list-item:hover .v-list-item__overlay{background-color:rgb(var(--v-theme-blue100))!important;opacity:1}.dropdown-user-list[data-v-ea37051a] .v-list-item:hover .v-list-item__content,.dropdown-tags-list[data-v-ea37051a] .v-list-item:hover .v-list-item__content{color:rgb(var(--v-theme-blue600))!important;z-index:2}.dropdown-user-list[data-v-ea37051a] .v-list-item:hover .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-ea37051a] .v-list-item:hover .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-ea37051a] .v-list-item:hover .v-list-item__prepend .v-icon,.dropdown-tags-list[data-v-ea37051a] .v-list-item:hover .v-list-item__prepend .v-icon{color:rgb(var(--v-theme-blue600))!important}.dropdown-tags-list[data-v-ea37051a] .v-list-item{padding:0 32px 0 8px}.dropdown-tags-list[data-v-ea37051a] .v-list-item .v-list-item__prepend .v-list-item-action--start{margin-inline-end:0!important}.dropdown-tags-list[data-v-ea37051a] .v-list-item .v-list-item__prepend .v-list-item__spacer{width:0!important}[data-v-ea37051a] .ql-editor p{margin-bottom:10px!important}vue-component-wrapper h1[data-v-8fec5360],vue-component-wrapper h2[data-v-8fec5360],vue-component-wrapper h3[data-v-8fec5360],vue-component-wrapper h4[data-v-8fec5360]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-8fec5360]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-8fec5360]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-8fec5360]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-8fec5360]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-8fec5360]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-8fec5360]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-8fec5360]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-8fec5360]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-8fec5360]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-8fec5360]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-8fec5360]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-8fec5360]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-8fec5360]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-8fec5360]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-8fec5360]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.interaction-item[data-v-8fec5360] .v-timeline-divider__inner-dot .v-icon{font-size:18px!important;width:18px!important;height:18px!important}.interaction-item[data-v-8fec5360] .v-timeline-divider--fill-dot{margin-top:5px}.interaction-item[data-v-8fec5360] .v-timeline-divider__after{bottom:-5px!important}.interaction-item .v-avatar.avatar-emoji[data-v-8fec5360]{border-radius:0}.interaction-item[data-v-8fec5360] .v-timeline-divider>.v-timeline-divider__dot{background-color:transparent!important}.interaction-label[data-v-8fec5360]{display:inline-flex;vertical-align:middle}.timeline-interaction-item[data-v-8fec5360] .v-timeline-item__body,.timeline-interaction-item .mail-body-collapsed[data-v-8fec5360]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-card[data-v-8fec5360]{white-space:normal}.mail-body-extended[data-v-8fec5360] p{margin-bottom:10px!important}vue-component-wrapper h1[data-v-aa88e98b],vue-component-wrapper h2[data-v-aa88e98b],vue-component-wrapper h3[data-v-aa88e98b],vue-component-wrapper h4[data-v-aa88e98b]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-aa88e98b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-aa88e98b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-aa88e98b]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-aa88e98b]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-aa88e98b]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-aa88e98b]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-aa88e98b]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-aa88e98b]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-aa88e98b]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-aa88e98b]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-aa88e98b]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-aa88e98b]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-aa88e98b]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-aa88e98b]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-aa88e98b]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-aa88e98b] .v-sheet{overflow-wrap:break-word;word-break:break-word}vue-component-wrapper h1[data-v-25c5fd6b],vue-component-wrapper h2[data-v-25c5fd6b],vue-component-wrapper h3[data-v-25c5fd6b],vue-component-wrapper h4[data-v-25c5fd6b]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-25c5fd6b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-25c5fd6b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-25c5fd6b]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-25c5fd6b]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-25c5fd6b]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-25c5fd6b]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-25c5fd6b]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-25c5fd6b]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-25c5fd6b]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-25c5fd6b]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-25c5fd6b]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-25c5fd6b]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-25c5fd6b]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-25c5fd6b]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-25c5fd6b]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.reviewed-list[data-v-25c5fd6b]{margin-right:11px}.reviewed-list[data-v-25c5fd6b] .v-avatar{border:2px solid white;margin-right:-11px}.reviewed-list[data-v-25c5fd6b] .v-avatar:hover{background-color:rgb(var(--v-theme-blue900))!important;cursor:default}.reviewed-list[data-v-25c5fd6b] .v-avatar:hover .p8{color:#fff!important}.recovered-details[data-v-91411add]{align-items:center;border-radius:4px;background:rgb(var(--v-theme-neutral100));padding:8px 12px}vue-component-wrapper h1[data-v-47eba810],vue-component-wrapper h2[data-v-47eba810],vue-component-wrapper h3[data-v-47eba810],vue-component-wrapper h4[data-v-47eba810]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-47eba810]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-47eba810]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-47eba810]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-47eba810]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-47eba810]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-47eba810]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-47eba810]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-47eba810]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-47eba810]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-47eba810]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-47eba810]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-47eba810]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-47eba810]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-47eba810]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-47eba810]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.guest-feedback-response-wrapper[data-v-47eba810]{position:relative}.guest-feedback-response-wrapper.is-child[data-v-47eba810]:before{content:"";position:absolute;left:40px;top:-10px;height:30px;border-left:2px solid rgb(var(--v-theme-neutral300))}.activity-rating[data-v-47eba810],.activity-score[data-v-47eba810]{color:var(--v125d1e39);line-height:1;margin:0 4px 0 0!important}.activity-score[data-v-47eba810]{color:var(--v54761b1e);margin-left:5px!important}.score-column[data-v-47eba810]{width:100px!important}[data-v-728dc61b] .v-expansion-panel-text__wrapper{padding:0}.question-item[data-v-728dc61b]{padding-left:21px;padding-right:21px}.answer-weight-icon[data-v-728dc61b]{display:flex;width:25px;height:25px;align-items:center;justify-content:center}.answer-text[data-v-728dc61b]{min-height:20px}.attachment-link[data-v-728dc61b]{display:inline-flex;align-items:center;max-width:100%;color:rgb(var(--v-theme-blue600));cursor:pointer;-webkit-user-select:none;user-select:none}.attachment-link[data-v-728dc61b]:hover{color:rgb(var(--v-theme-blue900))}.attachment-link[data-v-728dc61b]:active{color:rgb(var(--v-theme-blue600));text-decoration:underline}.attachment-text[data-v-728dc61b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container-overflow[data-v-a12640d1]{overflow:hidden;text-overflow:ellipsis;min-width:0}.user-name-row[data-v-a12640d1]{display:flex;align-items:center;gap:8px;margin-bottom:2px}.user-name[data-v-a12640d1]{font-weight:600;font-size:16px;color:rgb(var(--v-theme-blue600));text-decoration:underline;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-name[data-v-a12640d1]:hover{opacity:.8}.user-contact-row[data-v-a12640d1]{display:flex;align-items:center;gap:4px;margin-top:2px}.contact-icon[data-v-a12640d1]{color:rgb(var(--v-theme-neutral500));flex-shrink:0}.contact-text[data-v-a12640d1]{color:rgb(var(--v-theme-neutral700));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-icon[data-v-a12640d1]{color:rgb(var(--v-theme-neutral500));cursor:pointer;flex-shrink:0}.copy-icon[data-v-a12640d1]:hover{color:rgb(var(--v-theme-blue600))}.label-new[data-v-a12640d1]{background-color:rgb(var(--v-theme-green000))!important;color:rgb(var(--v-theme-green600))!important}.tags-section[data-v-a12640d1]{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px}[data-v-52be2446] .v-divider{border-color:rgba(var(--v-theme-neutral200),1)!important;opacity:1!important}.checked-icon[data-v-060e8be3]{font-size:14px}.change-button[data-v-060e8be3]{margin-left:-3px;margin-bottom:1px}[data-v-7e927b27] .v-expansion-panel-text__wrapper{padding:0}.category-item[data-v-7e927b27]{padding-left:21px;padding-right:21px}.reasons-row[data-v-7e927b27]{display:flex;flex-wrap:wrap;gap:8px}vue-component-wrapper h1[data-v-5b566d07],vue-component-wrapper h2[data-v-5b566d07],vue-component-wrapper h3[data-v-5b566d07],vue-component-wrapper h4[data-v-5b566d07]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-5b566d07]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-5b566d07]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-5b566d07]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-5b566d07]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-5b566d07]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-5b566d07]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-5b566d07]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-5b566d07]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-5b566d07]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-5b566d07]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-5b566d07]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-5b566d07]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-5b566d07]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-5b566d07]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-5b566d07]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.customer-photo[data-v-5b566d07]{max-width:100%;max-height:100%;object-fit:contain;object-position:center}.previous-feedback-container[data-v-dcb7cd61]{max-height:400px;overflow-y:auto}.reward-details-alert[data-v-6addcc74]{border-radius:5px;border:1px dashed rgb(var(--v-theme-blue600));background:rgb(var(--v-theme-blue100));padding:20px 18px;color:rgb(var(--v-theme-blue600));display:flex;align-items:center;justify-content:center}[data-v-6addcc74] .v-carousel__controls{height:8px;position:static;margin-top:12px}[data-v-6addcc74] .v-carousel__controls__item{width:8px!important;height:8px!important}[data-v-6addcc74] .v-carousel__controls__item .v-icon{width:8px!important;height:8px!important;opacity:1;color:rgb(var(--v-theme-neutral200))}[data-v-6addcc74] .v-carousel__controls__item.v-btn--active .v-icon{color:rgb(var(--v-theme-blue600))}.reward-details-alert[data-v-3a12ef27]{border-radius:5px;border:1px dashed rgb(var(--v-theme-blue600));background:rgb(var(--v-theme-blue100));padding:20px 18px;color:rgb(var(--v-theme-blue600));display:flex;align-items:center;justify-content:center}[data-v-3a12ef27] .v-carousel__controls{height:8px;position:static;margin-top:12px}[data-v-3a12ef27] .v-carousel__controls__item{width:8px!important;height:8px!important}[data-v-3a12ef27] .v-carousel__controls__item .v-icon{width:8px!important;height:8px!important;opacity:1;color:rgb(var(--v-theme-neutral200))}[data-v-3a12ef27] .v-carousel__controls__item.v-btn--active .v-icon{color:rgb(var(--v-theme-blue600))}vue-component-wrapper h1[data-v-94a74af5],vue-component-wrapper h2[data-v-94a74af5],vue-component-wrapper h3[data-v-94a74af5],vue-component-wrapper h4[data-v-94a74af5]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-94a74af5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-94a74af5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-94a74af5]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-94a74af5]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-94a74af5]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-94a74af5]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-94a74af5]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-94a74af5]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-94a74af5]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-94a74af5]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-94a74af5]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-94a74af5]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-94a74af5]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-94a74af5]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-94a74af5]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.reply-guest-dropdown[data-v-94a74af5]{background:#fff}.reply-guest-dropdown[data-v-94a74af5] .v-field__input,.reply-guest-dropdown[data-v-94a74af5] input{min-height:40px;padding-bottom:0;padding-top:0!important}.reply-guest-dropdown[data-v-94a74af5] .v-field__input{width:300px}.reply-guest-dropdown[data-v-94a74af5] .v-field__field{min-height:40px}[data-v-94a74af5] .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;color:rgb(var(--v-theme-neutral900))}.reply-guest-dropdown-button[data-v-94a74af5]{background:#fff;color:rgb(var(--v-theme-neutral900));padding-left:12px;justify-content:space-between}.reply-guest-dropdown-button[data-v-94a74af5] .v-btn__content,.reply-guest-dropdown-button[data-v-94a74af5] .v-btn__append{color:rgb(var(--v-theme-neutral900))}.reply-guest-dropdown-button[data-v-94a74af5]:hover,.reply-guest-dropdown-button[data-v-94a74af5]:active,.reply-guest-dropdown-button[data-v-94a74af5]:focus{border-color:rgb(var(--v-theme-blue600))!important;background:#fff!important}.reply-guest-dropdown-button[data-v-94a74af5]:hover .v-btn__content,.reply-guest-dropdown-button[data-v-94a74af5]:hover .v-btn__append,.reply-guest-dropdown-button[data-v-94a74af5]:active .v-btn__content,.reply-guest-dropdown-button[data-v-94a74af5]:active .v-btn__append,.reply-guest-dropdown-button[data-v-94a74af5]:focus .v-btn__content,.reply-guest-dropdown-button[data-v-94a74af5]:focus .v-btn__append{color:rgb(var(--v-theme-blue600))!important}[data-v-94a74af5] .v-list-item:hover .v-list-item__overlay{opacity:.1}[data-v-94a74af5] .v-list-item:hover .v-list-item__content .v-list-item-title{color:rgb(var(--v-theme-blue600))!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper h1[data-v-0ced28bd],vue-component-wrapper h2[data-v-0ced28bd],vue-component-wrapper h3[data-v-0ced28bd],vue-component-wrapper h4[data-v-0ced28bd]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0ced28bd]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0ced28bd]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0ced28bd]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0ced28bd]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0ced28bd]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0ced28bd]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0ced28bd]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0ced28bd]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0ced28bd]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0ced28bd]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0ced28bd]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0ced28bd]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0ced28bd]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0ced28bd]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0ced28bd]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.alert-icon-title[data-v-0ced28bd]{font-size:24px;width:24px!important;height:24px!important;color:#fff}@media (min-width: 600px){.timeline__container[data-v-0ced28bd]{width:325px}}.timeline__container[data-v-0ced28bd]{margin:0 0 0 auto}.average-cer-wrapper[data-v-0ced28bd]{display:flex;flex:1 auto;flex-direction:column;align-items:center}[data-v-0ced28bd] #tooltip{max-width:240px}@media (min-width: 600px){.first-col[data-v-0ced28bd]{max-width:380px;margin-right:28px}}[data-v-0ced28bd] .copy-email-tooltip{border-radius:4px;background:var(--v44094322);box-shadow:0 2px 7px #49494940;padding:16px;color:rgb(var(--v-theme-neutral1000))}[data-v-0ced28bd] .responses-tabs{margin-top:11px!important}vue-component-wrapper h1[data-v-9ee93672],vue-component-wrapper h2[data-v-9ee93672],vue-component-wrapper h3[data-v-9ee93672],vue-component-wrapper h4[data-v-9ee93672]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-9ee93672]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-9ee93672]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-9ee93672]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-9ee93672]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-9ee93672]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-9ee93672]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-9ee93672]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-9ee93672]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-9ee93672]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-9ee93672]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-9ee93672]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-9ee93672]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-9ee93672]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-9ee93672]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-9ee93672]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.alert-icon-title[data-v-9ee93672]{font-size:24px;width:24px!important;height:24px!important;color:#fff}@media (min-width: 600px){.timeline__container[data-v-9ee93672]{width:325px}}.timeline__container[data-v-9ee93672]{margin:0 0 0 auto}.average-cer-wrapper[data-v-9ee93672]{display:flex;flex:1 auto;flex-direction:column;align-items:center}[data-v-9ee93672] #tooltip{max-width:240px}@media (min-width: 600px){.first-col[data-v-9ee93672]{max-width:380px;margin-right:28px}}[data-v-9ee93672] .copy-email-tooltip{border-radius:4px;background:var(--v2f92426a);box-shadow:0 2px 7px #49494940;padding:16px;color:rgb(var(--v-theme-neutral1000))}[data-v-9ee93672] .incidents-tabs{margin-top:11px!important}vue-component-wrapper h1[data-v-c106fa65],vue-component-wrapper h2[data-v-c106fa65],vue-component-wrapper h3[data-v-c106fa65],vue-component-wrapper h4[data-v-c106fa65]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-c106fa65]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-c106fa65]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-c106fa65]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-c106fa65]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-c106fa65]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-c106fa65]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-c106fa65]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-c106fa65]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-c106fa65]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-c106fa65]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-c106fa65]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-c106fa65]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-c106fa65]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-c106fa65]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-c106fa65]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.error-msg[data-v-c106fa65]{font-style:normal;line-height:normal;width:310px;display:inline-block}.error-msg>.prefix[data-v-c106fa65]{color:var(--v5c891477);font-weight:600}.inactive[data-v-c106fa65]{pointer-events:none;opacity:.33}vue-component-wrapper h1[data-v-56daaec7],vue-component-wrapper h2[data-v-56daaec7],vue-component-wrapper h3[data-v-56daaec7],vue-component-wrapper h4[data-v-56daaec7]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-56daaec7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-56daaec7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-56daaec7]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-56daaec7]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-56daaec7]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-56daaec7]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-56daaec7]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-56daaec7]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-56daaec7]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-56daaec7]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-56daaec7]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-56daaec7]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-56daaec7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-56daaec7]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-56daaec7]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.review-layout[data-v-56daaec7]{position:relative}.review-bulk-checkbox[data-v-56daaec7]{position:absolute;top:-16px;left:-25px;z-index:1}.simplified-reviewer-container[data-v-56daaec7],.reviewer-text-info[data-v-56daaec7]{display:flex;flex-direction:column}.provider-logo[data-v-56daaec7]{width:25px;height:25px}.provider-name[data-v-56daaec7]{font-weight:700;text-transform:uppercase;width:130px}.vert-center[data-v-56daaec7]{align-items:center}.vert-baseline[data-v-56daaec7]{align-items:baseline}.hori-center[data-v-56daaec7]{align-items:center;flex-direction:column}.complete-reviewer-container[data-v-56daaec7]{display:flex;align-items:baseline}.title[data-v-56daaec7]{color:var(--v4500861b);font-style:normal;line-height:normal}.date[data-v-56daaec7]{color:var(--v37e7e42e);font-style:normal;line-height:normal;padding-left:16px}.location[data-v-56daaec7]{color:var(--v54742069);font-style:normal;line-height:normal}.sentiment-group[data-v-56daaec7]{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-right:24px}.sentiment-tags[data-v-56daaec7]{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sentiment-label[data-v-56daaec7]{color:var(--v6de51cdc);font-size:14px;font-weight:500;margin-right:12px;min-width:fit-content}.sentiment-pill[data-v-56daaec7]{margin:0!important}[data-v-56daaec7] .sentiment-pill .wasabi-pill{font-size:12px;padding:4px 8px;font-weight:700!important}.status[data-v-56daaec7]{margin-left:auto}.response-type[data-v-56daaec7]{color:var(--v37e7e42e);font-style:normal;line-height:normal;padding-top:4px;padding-bottom:4px}.view-details-container .view-details-link[data-v-56daaec7]{color:var(--v4500861b);text-decoration:none;text-transform:uppercase;letter-spacing:.5px}.view-details-container .view-details-link[data-v-56daaec7]:hover{text-decoration:underline}.simplified-date-container .review-date-simplified[data-v-56daaec7]{color:var(--v37e7e42e)}.review-list[data-v-59ebeb3e]{padding:0}.review-card-top[data-v-59ebeb3e]{border-top:1px solid var(--v042f2126)}.review-card-taco[data-v-59ebeb3e]{border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-style:solid;border-color:var(--v042f2126);padding:30px!important}.inactive[data-v-59ebeb3e]{pointer-events:none;opacity:.33}.icon[data-v-59ebeb3e]{display:flex;flex-direction:column;align-items:center}.header[data-v-59ebeb3e]{color:var(--v2914752f);text-align:center;font-style:normal;line-height:30px}.content[data-v-59ebeb3e]{color:var(--v2914752f);text-align:center;font-size:14px;font-style:normal;line-height:20px;max-width:450px;margin:0 auto}.warning[data-v-59ebeb3e]{background:var(--v1ba9b890);text-align:center;font-size:14px;font-style:normal;line-height:20px;width:100%;margin-top:24px}.warning>.prefix[data-v-59ebeb3e]{color:var(--v6b294d64);font-weight:700}.response[data-v-59ebeb3e]{padding:30px 50px 0;color:var(--v2914752f);font-style:normal;line-height:20px}.bold[data-v-59ebeb3e]{font-weight:700}vue-component-wrapper h1[data-v-f6dcdc08],vue-component-wrapper h2[data-v-f6dcdc08],vue-component-wrapper h3[data-v-f6dcdc08],vue-component-wrapper h4[data-v-f6dcdc08]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-f6dcdc08]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-f6dcdc08]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-f6dcdc08]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-f6dcdc08]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-f6dcdc08]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-f6dcdc08]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-f6dcdc08]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-f6dcdc08]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-f6dcdc08]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-f6dcdc08]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-f6dcdc08]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-f6dcdc08]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-f6dcdc08]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-f6dcdc08]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-f6dcdc08]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.guest-feedback-activity-drawer[data-v-f6dcdc08] .container{padding:45px 0 0}@media (min-width: 600px){.guest-feedback-activity-drawer[data-v-f6dcdc08] .thread-drawer .container{padding:24px 30px}}@media (max-width: 599px){.guest-feedback-activity-drawer[data-v-f6dcdc08] .thread-drawer .container{padding:20px}}.drawer-container-response[data-v-f6dcdc08],.drawer-container-review[data-v-f6dcdc08]{padding:12px}@media only screen and (min-width: 768px){.drawer-container-response[data-v-f6dcdc08],.drawer-container-review[data-v-f6dcdc08]{padding:25px 22px 45px}}.drawer-container-response[data-v-f6dcdc08]{background:rgb(var(--v-theme-neutral100))}.drawer-header[data-v-f6dcdc08]{padding:12px}@media only screen and (min-width: 768px){.drawer-header[data-v-f6dcdc08]{padding:0 22px}}vue-component-wrapper h1[data-v-f4fd186f],vue-component-wrapper h2[data-v-f4fd186f],vue-component-wrapper h3[data-v-f4fd186f],vue-component-wrapper h4[data-v-f4fd186f]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-f4fd186f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-f4fd186f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-f4fd186f]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-f4fd186f]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-f4fd186f]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-f4fd186f]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-f4fd186f]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-f4fd186f]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-f4fd186f]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-f4fd186f]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-f4fd186f]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-f4fd186f]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-f4fd186f]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-f4fd186f]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-f4fd186f]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.guest-feedback-activity-content[data-v-f4fd186f]{min-height:620px}.bg-confetti[data-v-f4fd186f]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABfgAAAEQCAYAAADs5hUSAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACmoSURBVHgB7d1PbJznfSfw3zukaMVyWma3RX3b0U1RFwi9J6PooqNbb5FQJ9ubqEtRWTEkXRcb61VS9CoZiuyj6FvXcSD51pspYHfh05ptUUd78uRmIMCajapUljjz7POOKK8d68875Lwz8w4/H4CcMfkMZWs445nv83t+vyIAAFoq9da68TBORhGr0bTl2Cg2t/oBAADPkK7Her64UWtxJ44WZ6MfAHu0HAAALZN63cMx+L2TsRPHcrg/HV90juXP/QAAgGe7VHPdB8J9YL8E/ABAq0y1av+rlnem++cBANA66Vr08kW31uJhbATAPgn4AYDWSH+61oud/KZpWlX7XzXoHA4AAHiWTpyuubJfvBG3AmCfBPwAQCukP/1Pfx4xfDVmJXU+CwAAeIp0ZVS5v15z+bsBMAGdAACYczMP9ysvDAX8AAA83Urt3vtVIrcRABMg4AcA5tqoLc+sw/0U2xHbdwIAAJ5gzOr9DcN1gUkR8AMAcyv9ydpavujFrBWxVWz27wcAADzJSu3e+1Uapz0PMDECfgBgLqXe2moO1nsxa1X1/vL2RwEAAE+3XnNdvzgbmwEwIQJ+AGA+fZHD/SJWY9YOxS3V+wAAPE26Pgr3u7UWF1EGwAQJ+AGAuTOq3l+KtZi9zWJzqx8AAPB0dYfr9ovXtecBJkvADwDMnwc1K6CatVn8j63NAACAp1C9D8yagB8AmEPDYzFbwn0AAOpQvQ/M1HIAAMybYmm1mm47E2n498X//EdDdQEAeKaxqvdDuA80Q8APAFBJsf1ooO4/9gMAAJ6vdvV+dGIjABog4AcA5k8nfZYD95djWgadj+KF/7tZbPbvBwAAPEe6Pgr3uzWXv1uczSE/QAME/ADA/FmKrdiJtWjaML/RWqn67f/vfgAAQA3pyijYX6+5XPU+0CgBPwAwd4rNrX76z2v9SLWrosbzqB3PZv5ztgIAAMaxEqdD9T4wJwT8AMB8Wlr9u3j4L+tRpMm16nlcsZ83EAIAAMY0qt5PcSGKWstV7wONq/d0BAAwI+lP13r5TdRaftWyGnsxHL2x6sfy9kd67AMAsB/petyIuu15UlwsfhRXA6BBAn4AoBXSn6ytxdLwWAyXVp9a1V+13qk+Op3PYjj8LFa27wj1AQCYhFH1/kp8WnN5vzgXRwOgYVr0AACtUPyvUb/8L3vmp97a1yr6i82t7QAAgKasxKXaa4soA2AKVPADAAAAwDOo3gfmVScAAAAAgKdTvQ/MKRX8AAAAAPAU6Vr0ohMf1lyueh+YKhX8AAAAAPA0nbhSe63qfWDKBPwAAAAA8ATpeqzni7Way28Xr8e7ATBFAn4AAAAAeLL6vfc7o80AgKkS8AMAAADA79it3u/WXL5RnI1+AEyZgB8AAAAAvmmc6v3LATADAn4AAAAA+ArV+0BbCPgBAAAAYFe6Mgr2Ve8DrSDgBwAAAIDHVuJ01K/ev6x6H5glAT8AAAAAxJfV++s1l/dzsrYRADMk4AcAAACAynjV+++q3gdmrQgAAAAAOOBG1fsr8WnN5f3iXBwNgBlTwQ8AAAAAK2MM1i2iDIA5oIIfAAAAgANN9T7QVir4AQAAADjYVO8DLaWCHwAAAIADS/U+0GYq+AEAAAA4uFbidO21qveBOaOCHwAAAIADKV2J1Rzwf5yvdmssV70PzB0V/AAAAAAcTCtxMuqF+6r3gbmkgh8AAACAAyldH/Xe79ZYqnofmEsq+AEAAAA4cHK4vx6q94GWE/ADAAAAcBCdr7muX7we7wbAHBLwAwAAAHCgpGvRyxdrtRar3gfm2HIA0FpHjpQvD4fRXVqKw4+/VhTxWf7nz7a3y+0AAIB9OP7ej9cjBlu/vbfS75/x+pIF0onTNVdu54D/dgDMKUN2AVpodbXsPnwYvRzmd5+2JqXYzkH/nU4nPhL2AwAwrmM3y25nZ7j++J9TMdz6t7vLm4J+2i5dye+jVkbDdevYKM7FmQCYUwJ+gJY5cqRcy8H+yXFuk9dv5bB/U9APAEBd333/v50sUuebLUxS6ldV/Z/88G+3Alpod7jujVqLO3G0OBv9AJhTAn6AFlldLVd3duJC7JGgHwCAOro3y9UXd4bPfN2ZIm0XabCpfQ9tkwP+qnq/W2PpB8W58YqrAKbNkF2AFnn4cH8vLlOKtfwz1r/97fJYAADAU3xrsNN73poiitUolk+++NLwQlXtf/y98uWAOZfD/epUSrfW4k5cDYA5J+AHaImqev9ZPffryj9jNQf9f/nSS2UvAADgSYqiO9byqpVPMfzraijv8ff+61rA/Dpfc12/OBubATDnlgOAVhgMYtIVUb0c8r/8B38Qt/r98n4AAEB2/L1yLYbD1diL0cbAcve7P/9x71Bn+NFvfnPojvY9zJlerVUp3gqAFlDBD9ASKUUTR56P/frX8dfV6YAAAIAsLQ16sU9V+56d4dKfP27fc+xm2Q2YsXRtFO53ay1eilsB0AICfoADrmrZU/XlF/IDAFAF8cWwmOjrwqp9T2dnuH78v//4r9dueM3JDHXidM2Vt4uz0Q+AFhDwA7TEYBCNtdGpQv6dnfjLbrc8HAAAHFjFYKex/vmpE4e3tOthtnq1VhVxIwBaQsAP0BLLy9H0m6GXf/3r+MsAAOBA6t4sV0fDcptSpH7AjIzVnueL+CAAWkLAD9ASS0vxWTSsKKJ75Ej55wEAwIFzeCeaC/ezF+4ubwbMTq/mug+Ki+GkCdAaAn6AltjeLrdTav6FZg75Xz182BA0AICDpugMmmvPUwy3tOdhppbiz2qtK+JmALSIgB+gXe7EFBw6pB8/AMBBcvy9cm3Sw3W/Ki0tbwXMSLoSq5Fq99+/HQAtIuAHaJEcvE8l4E8pDv/617WPsAIA0HoNVu9H2r5zquwHzMpy7fZTW8XZ6AdAiwj4AVpke7vs5/C9H1OgVQ8AwMFQDdfNL/660ZAiDTYDZqtXc53qfaB1BPwALXPoUGzGlCwtqeIHAFh03xrs9KIhVfX+b++tTOUUKjxV3f77nbgVAC0j4AdomSlX8XdV8QMALK6qer9Incba80SR+v0z5f2AWUo1W/TcD7MigNYR8AO00DSr+FdW4lgAALCQXnwY3WjQC3eXN2MOVUNXR4NXWXi793Od+3qruBjbAdAyAn6AFtqt4v8opiD/OWvdbnk4AABYOGlp0IumpE5/60w5N4Fpuha99HZcSdfj01iJz6uP9LP8cT1u5BC4Gyym+gN2fxUALSTgB2ipe/diM4fvjb9hyn/G4c8+i5cDAICFcvy9cq0YFo1VsS91plOQ8jxVeJ+D/Q9zAvJhpLiQv9T98pvFqLJ7PYf9n6Z34lKweIqaAX+a3ilpgEkS8AO01qiX6d/lAL7xnqba9AAALKJBY733q+G6//RaOfPhuul6nI9D8XH+F+o9d/EwSiH/Ako1T2cs6b8PtJOAH6DF7t0rP1taar7SZDBQwQ8AsEiq4bpRFN1oSJEGmzFjVTuefHF1t0q/nkchfy9YHJ34D7XWLem/D7TTcgDQar/5TfnRSy+NeuT3ojkGkAEALJBvDXZ6Tdb8rdxb6ccMVX31I8V67EUaVfFvBouh2uBJNZb91Tcr+PP7rF5Rc4Ooam1afdRZe+9euREAEyLgB1gA//qv5WZ+8Vld7UUDOp0wZBcAYEF0b5SHixg01oIxFcOtrTM/mVk1dA73q4B+PfYqRS9didXiooruhVCvRc8T7+v06LbdqClvBgBMnRY9AAuiCvmjoUqj4bD5Pv8AAEzHi0fiWE7hGyvgeOHu8mbMyG64X8Z+HdrHBgHzpk4Ffv9JX8yBfSPvg7rdUgEVMDECfoAF0lTIP41BvgAATEdaGvSiKanT3zpTzqTyPV0ZVVqXMQlFfC9YFHUC/n950hebCvi3t52QBiZHwA+wYKqQP78Q/bscyk/sjdXSUnwWAAC03rGbZbcYFg3OV3qwFbOyEh/G5PQCAFpAwA+wgO7eLe8cOhQbOeTvxwQ8fBize6MGAMDEFDuDV6MhKdL2Jz/825m8btxtzdONyWlwEwQAJseQXYAFtb09Ohq9ceRIuZYve0Wxtzcp+XZb9++X/QAAoNW6N8vVYmfY2HDdQ52lj2IGJtqa5//72mvnVMbh+P14+Qnr6p2a/Ze4X5TaXgIweQJ+gAV37165tbpa9geD6A2HcSwH9rX7PVZtfpaXmxncCwDAdH1rsNNr8iB/5zdxJ2ZhZVS936wq3F/ex+Ddf59fW1+rubaouWlQzcnq7G4aDOOj4o0Z/f0DMFMCfoADYLea/1YO+lcfPoxuDu5f7XSeWIH0pfz9j/7dv4vNfr9UaQQAsAiKoptD4UakYri1deYnUx+uu1u9vx6LJI1x8na4e9nRUnOffj8AWkrAD3CA7Ab91Yv/qqp/dTCIl3PY//Lj9j358n7eANj+oz+KrSrY/81vAgCABXD8vXIthsPG+sqnpeXZBMzNVe9PfbOCxlT35fN+981cAFpLwA9wQO2G/dXHN47y9vsBAMACSUuDXjEsohFF+uzOqenPbEpXRqHsyWhGP1gUdQL+bgC0VHPN9wAAAICZO3az7OZwv7kK5eFgJsN1Y2UU7jf13/UvwWIo6m3WpHeE/EA7CfgBAABggRWDnbVoSIq0/ckP/3Y27XmKOB3N+fp/04txOGinYfyq1rolbXqAdhLwAwAA7EO6Fr3dQZ8wn6rhuo397NSPGRi150nRi6YMY/Nr/7wj4G+tVLPd0oNv/j6l1Mwshvv3bSYAkyPgBwAA2KNRyNiJG7ESH6a3G60mhj375V/89OpwubORis7EK+1fuLu8GbOw3GC4/+jnz+ZUApNXN+Av4nsB0EKG7AIAwJRV/bA7w3Rp2Ckuz2IwJRP0QlzK4VF3dD3FRrqeQ8cHcbm4aEAn82X3uaa/drPc/GKQf0+Lwb778qdiuLV15ieNVDjX0IvmbBVnW/YYfhCzuh/m36HYjGGtlY21sgJokgp+AACYsmJncDJSWu8Mhp/+8fs//vCP339T5XcLjdrypLjwO19ej5X4NL2Tg3+YQ1unyu1fvlbeqqr6I3VuxbDzWexRWlqeXZX7UoPV1sP4IFgYu5s1dTZA1kansgBaRgU/AABMWdEpzudgeCRF0csXveO/eLMsUpT3ljof9HMAF8y/lfjwqd8bRpmu57D/QZxQzc+8+uSHZRXQb1WniopBrBVpWLuCuRquO9MTSKnBauvl2PjG1zo5IC6e0LYnjRkIj7M+CZsnprrv6sxsWImT+fNGALSIgB8AAKbo+Hs/Xv+ypctX5a/lzH/jxeGwf/wXlza175lvObyvKvS7z1nWHVXzvx1X44tR2x4bN8ylr7bv+beH8WpnaXDsee17ijTYjBnZrbJuKvy+/aT2PLtf6wftNIjbeZOmV2Pln4WAHxbSsZ+XvU6K7d3N7YWiRQ8AAEzTUvHs1i1V+L/bvicH/TeqNyPBXBm15oko698gLuSg/2NDeJl3Vfue//PD8u+/bN+TUv9J66rq/d/eW7kTs7Ly3M21vSviRrCINmuuO6lNDyyO7s1y9T++/+b5qiVmpxh+mGK4HguoCAAAYCpGlUP5zUWMqYi0mT9v/PNrP3k3mLl0fRQArsfebBjCS5us5XCkGsr71fY91XDdX772N7diRtK16EUnxn4uraFfnIujwULKz92fR52TH8M4VbwRo9/v1dXyaadFap/I2t7Wdg+mrXrNXXQG3+9EsZ6+3u5se+Vu5+jWmcV6XGrRAwEAMB2dzuB0TsZiXL/bp3+w1Lmtfc9sjPrq7z3cj3g0hLeX3o63itfjasCc23o0E+RW1b7nwcPopqVB74XfLG/GIirGOJlD+6T4IN/Hzz9JtRTn8+dRwL8bzgvooQWqav1v5Q3pTgzOpxj2qtfc6ZvLVr94abCeLxfqNZgKfgAAmIJqiGXVdicmoChiO4f+t/Tpn65Ra55Hg3W7MRl9Q3hhfA1V8KveX3Bj/t68kn8fFq5PNyyiKth/cTg8n0PuC6nGcPLqZOw/v/bTE7FA9OAHAIAp6AwHl2JCRm9e9OmfvpVag3XH8WgI7zsxsd8NOBA6DVRUq95feMUboz78dX931gOYa9Xr36q3/ouD4eeRoqwT7leqk7GL9tpZBT8AADRsktX7z7CVX9xf1ae/Gel6VP3HP45mqByGMYyGoK6M+qlPykZ+DJ4JFl66FlfzBtH5Gku340EcLS5qzwPzZNxq/adJkW798rWfnooFoYIfAACmoWi8DctayiHV8V+8+el333/zfLWpEEzSzWhKJxbqmDg0bTd0nVTw2s+PwcvBQVF3OHS1iXQhgLmw12r9pymi6K3dKPf1M+aJCn4AAJiS775fnnw0+Gs0NLd5RbGhT//+peujFjplNONycU5rEBhXflxWm24nY//0Wj9g0tvxYQ4IezWWquKHGXpcrZ8fr9Vz/VpMWorLn/zgJ2UsABX8AAAwJb98rbxVDfUaLnWOpojmW+k87tP//o9v6tO/N6PBus2F+/14Ma4GML5BfBD7d1m4fwANap/YqKr4rwQwE7vl9dVJmsmH+5WiVruuVlDBDwAAMzLqzb8zXI9OnI400eGtT1ZEv0hR6tNf3xiVnuMrYr14PdwXsAe7ffir2SZ7bbHg9MwBNtZzeydOFGdHA3qBKTv+/ptVIURjQfwwdU7c+UG5GS0n4AcAgDlw/L0fr8dScWlaQX/+vDHsdN7Vvufp0vVYzxc3ohmGesI+pZ/Fhfx8tpcKa+H+AZeu5XC/k0P+OorYzJuxZqXADFQnUDvFsN5jdQ+KSJvV6dpoOQE/AADMkUdvZNL5HD9Morf08+nT/0Sj1jwro/CnG5PX360I7QewL2NVYqfYzo+9MzmsrTtolQU21u9OERfz742WajAD1XDdJudXrdztfGfrTNnqWRt68AMAwBypjgl/8trlU1Pt01+1CeLrVkaDdbvRhCJK4T5MyBdxKn+u00f/VizFK8J9vlS/F3+1OXRpdyYLMGXDYiIzV57qwUvDC9FyAn4AAJhDVUX9L1/7yXoV9Mcwndltq9OI4XJnI/jSbojTiyak+Ad992FyiouxXZyLV/LVM9Xj62vfTPGr/PmtGMaJvOaUjTW+qngjNqv2OzWXr8YLjbVsA57hhc7SRn6sNldhvwDDdrXoAQCAlhj16e/Ehfwy/nsxKUWx8clfXNYL/neMBnguR5n/vif7pq8TR4WM0Jx0Iz927+ePwzn4PxOtbrlA89L1WMsXH9e+QWd0Aqt+5T8wEcd//maZU+xL0ZClwfDUP/2Xv2ntCS8BPwAAtEzVp78ohuv5xfzp2KfqhID++0+X3oluDCfWi99gT4A5k67F1bE2cx/NUNkMYGqO3yzXYjCsvxk3prYP2xXwAwBASx27WXaLwbDsFPH9lGI1xpXS7U9+8NNe8Fw5AHpczT/+3/Mj/RzuHw0A5sroxNbKqIq/W/Mm/XiQQ/6LTmPBNDU9bDeGnVc++WFZZ6bL3NGDHwAAWupxn/5Bp/PKXvr0F8WyfsI1FW+MAv5XIu2xf/4wtEECmEPVHIcxn6O7+vEfPNV8ntFmEDMzSEuNtsdKMVyPllLBDwAAC6Tq01904vRzK5zyZsAnf/ETFeV7kK7Her6o+sB2a95kozgn4AeYZ2O36iniavF6XAwWXhXux8qoXd92PIhTTm/MzvFfvPl5pMY2WrZX7naObp0pWze/RQU/AAAskE9++NONqodo1Vs/xdOrzYu0VAZ7ksP6jaoHc81q/n5eayAjwLzbGc1I6dden+JCersafM8i223h9HgWz1p1fRT4MxvDeCuas/rFS4P1aCEBPwAALKDH7Xu+DPq/2r4nXz90N30Q7FlxNvrFj0aV/K/EswKhIspqbQAw10ateiJOjXWjFFfSO9ELFtcLcTO+fmKvK+SfnZXlztVoUDXXKlpIix4AADggqvY9sVRcym8DNj/5i8taxkzQ7hDeS7/z5Q+Kc3EyAGiN9LO4kNOyK2PcpNoYOJGf71s5nJOnS2/n34P01FMa2/n/+6fyJv5mMFVND9sdps6JOz8oN6NFVPADAMABUbXvqfru/7ZT6Bk8YbtDeI/mUGjzyy92tG4AaJviR3E1P5ffGuMmVT/wmyq6F0u6njft0zP/P74aw/hQm6bpa3rYbpGGrSvOUMEPAAAwQaMhvClWRyERAK2z23f944ixQvt+PIgTBrC23yjcj9FMhno6o3Z85u1M0fH336wen2vRjNYN21XBDwAAMEHVEF7hPkB7jfrxV8PUH7Xfqetxb/bVoLXS23E6xgn3K8Mo0zvfaNNHk1I0OUtq9cFLw1adzBDwAwAAAMBXjAakD2PceTVC/hbL99tavs/3tkFfhfzX40YwFaNhu0U0V2HfsmG7An4AAAAA+B3FG3ErUow7t2ZNyN8+oxkKK3EzB7v7ud/Wc8j/sfu+eVunyu382Hw3mrN27OdlL1pCwA8AAAAATzBquTaMt2I8Qv4W2Q33P4yYyKDk6r7/2NDl5g1TZ5xh2GNbKgatabsk4AcAAACApyjeiAt7qBaugt4rwVzbHag8qXD/scetmrpBY+78oNwsIm1GQ1IUvbUbZSs26QT8AAAAAPAsD6MaurkV41lPb8dNlfxzbPLh/mPdUSX/9bzRQ2OGRaPDdqMtw3YF/AAAAADwDMXF2I4HcSJf7Y9zu0hxUrue+ZQ3X6oTFk0G8NV9/nH+c04HjXihs7TR8LDd89ECAn4AAAAAeI5RyN/ZQ8ivJ//cSdfjUt58mU51doqN9E60pp97m0xh2O5qG4btCvgBAAAAoIbibA73hfytNgr3I8qYpmGUQv6GLHU2okFtGLZbBAAAAABQWw5ruzm03Uv/9q14EKeKi2NvEDABo3Y5KTZiVoq4WrweF4OJ+uP3f/xhNRQ3GrJyt/OdrTNlc62A9kkFPwAAALG6Wq4eOVKuf/vb5bEA4JkmUMnfDaZvEK/ELKW4kDcZnOSYsE4svRUNmvdhuyr4AQAAiBzsn0zp0bDBfFlVqW3eu1duBQBPtY9K/n41tFcl//Sla1HmRHjWbVfc/xN2/Bdvfp43UJraONleuds5Oq9V/Cr4AQAADriqev9xuF8piljNHyePHCkvVMF/9f0A4Bv2UcnfVck/G8UbOeAfxuWYLff/pA1j4lX8+bVQNcT38m+X5jfcr6jgBwAAOOB+7/fKV4fD+PNnrclvcreWlmJze3t+3+ACzIpK/vZJ12M9X9yI2ernj1PFuXBibp/WbparDwbDz2MSUro9jKXyzg/KzWgBAT8AAMABV1XqV1X7ddamNAojtrTvAfi6fYX8Qt6ZyCF/dXrtZsRMK+m3c0J7png9bgX7sp9hu1W1fhrGW8PlzsadU2U/WkTADwAAcIDlcH+tascTY3rcp/8P/zDu9Pvl/QBgPyF/9Zx6Qsg/ffu4zyariIs55L8a7Nmxn5e9TjH8cKwbpXS7KJZv3FtKH/RPtfOUooAfAADgABunev9JqqC/04m+9j0Aj+wrMC5iPYe87wZTNTchfyfK4uzM5wO0Wp1hu1W1/jDFuyl1brWlDc+zCPgBAAAOqNXVsruzM+pBPBFVn/6HD2Pr/v12HW0HmDQhf/ukKzkUXhndZ2sxS0L+fTn+8zfL/Bi69MRvpnS7Uyzf/Nel9G5bq/WfRMAPAABwQH372+XJlCYfZOjTD7DPwFjIOzPpZ7GRE9PTMUtF3Iov4kxxMZyMG9No2O5w+OnjKv5HvfVHQ3OvLkK1/pMI+AEAAA6g1dVydWcnLkSDHvfpP3Qo+tr3AAfRKOR/IW7msLEX4xLyz0y6FmX++78Us3W7OLeH3xviu++/udEp4vvV0NzfLneuLlK1/pMI+AEAAA6gpqr3nyT/Ofc7nbijTz9wUO25KlzIPzMzD/mLOFW8HreCsXVvlquLHup/lYAfAADggKmq9x8+jL8uijgcU6ZPP3BQ5cD4ag6Mz8e4hPwzk66P5tTciGlLcbH4Uf59gRoE/AAAAAfMkSPlWg7aT8YMPW7fo08/cJDsuSpcyD8zOeSvTrtVsxRWYzouF+fy7wnUJOAHAAA4YHLAfyEH/NMKKp5Jn37goBHyt096J7oxHIX83WiWcJ+xCfgBAAAOkHmo3n+aqn2PPv3AQSDkb58phPy3crh/KmBMnQAAAOAgmcpg3b2ohv7u7MSFl14q/zJvRLwcAAuqeCMH/MM9BPXDKHPQPLvBrwdY3ljp5yT1RL7aRGu5rXgxzgTsgYAfAADggFhdLbtF0Xh7gUk4lj8E/MBCG4X8sYdQV8g/M6OQ/0EO+VO8G5NTbRycKs6E02vsiYAfAADggBgM5rd6/6uqvvyG7wIHQXEuNkLI3yrFxdgufhTrezqB8U2jUwGjjQPYIwE/AADAAbC6Wq5WLXCiBape/AFwQAj522nPbZYeq4bMC/eZAAE/AADAATAYRC9aYnlZwA8cLLsh/yv5Y7w2LUL+mRqF/Ckuxl6kOCXcZxIE/AAAAMyNqnp/e7vUhxg4cHLIX21uVkNcxw/5347TwUwUP4qr+T44FePcb3lTIG8ObAZMgIAfAADgALh7t7y1vBxX5739zdKSwAM4uPYc8qfYSO+056TWoslh/a2cslYnMPo1ll8ebQrAhBQBAADAgVL143/4MF7NV4/lwH815kRK0b93r9wIgAMuXR/NTPkwf4zzHF1tCpzY3SRgBvImSzeGo/ut+5Qll/P9UwZMkIAfAADgADtypKxCpN48BP0PHsTfPXhQ3gkAHof8H8d4+vEgh/wX9Xafld2Q/2a++vXB9ineLX4U6wETJuAHAAAgvv3t8thwGK/moL8bM5BSbN+7V2pZAPAVOeRfzxc3YjxVyP9KDvnNM5mRdCVvmr+Q77cUJ3e/tFWcG7XwgYkT8AMAAPClqn3PYBC9HLivxRTlP+9WDvi1lQD4HXsK+Yu4Vbw+GvzKDKVrcTU68f14MW+4nLHhQjME/AAAAHxDFfTv7MRaFfQ33b5H9T7As6WfxYWc4l0Z60adKIuzcTmYqXQjVoX7NEnADwAAwDM13ac//9ytu3fLWwHAU6VrUebQ/tJYN+rEiRzybwawsAT8AAAA1LK6WnZ3duLVfPVYTNDyclzd3i5VNwI8x27Ll/Nj3GR7tx9/P4CFJOAHAABgLJPs0696H2A86WexkRO907VvUMRm8XqcCGAhdQIAAADGUFXbV6F8VXlfDceteujHHg2H8VEAUN/DuJA/1x9KnvKG7Ntj9u8HWkMFPwAAAPtW9enPQf+rnU68XPc2eX3/3r1yIwAYS3onujGMD/PVbu0b6ccPC0nADwAAwMRUffoHg1ir076nqv7PAX/9KlQAvpSuj55nPx7jJv3dfvxmnsACEfADAAAwcY/79A+H0S2KWP3d71dtfXK4fzUA2LP0s7iQ07367XeKuFq8HhcDWBgCfgAAABpTBf0PH45aSPS+GvSr3geYjHQtrkYnzo9xk1eKc+H5FxaEgB8AAICpqPr054vqY/XQodiohvUGAPuSruTN05VRq55urRsUsVm8HicCWAgCfgAAAKaqquoX7gNMztj9+ItYzyH/uwG0noAfAAAAAFouXYsyOnGp5vLteBBHDdyF9usEAAAAANBqxRs54I/avfWrtj4XAmg9AT8AAAAALIJhXBxj9flR/36g1QT8AAAAALAAijdiM4f8b9VcroofFoAe/AAAAACwIEZV+SvxaUSt6ny9+KHlVPADAAAAwIIYhfXjVPEfivUAWkvADwAAAAALZHfgbr/e4jgdQGsJ+AEAAABg8VyuuW4tvRO9AFpJwA8AAAAAi+ZB3Iqo2Vt/GCcDaCUBPwAAAAAsmDF78Z8eDecFWkfADwAAAACLaCeuRr0q/tU4HGsBtI6AHwAAAAAW0KiKP8XtWouHhu1CGwn4AQAAAGBRpVEVfx368EMLFQEAAAAALKx0PT6PqNFj/1C8UvxVbAXQGir4AQAAAGCRpfig1roH0QugVQT8AAAAALDIhrFZa10R3wugVQT8AAAAALDIBnGr5speAK0i4AcAAACABVZcjO180a+xtJuu1OjVD8wNAT8AAAAALLoUt2utOxLdAFpDwA8AAAAAiy7VquCPeBhrAbSGgB8AAAAAFl3dgH+ogh/aRMAPAAAAAItuKbZqrevowQ9tIuAHAAAAgEXXGQ3areP3A2gNAT8AAAAALLr7tQP+7wTQGgJ+AAAAAFhwxcXaAb8WPdAiAn4AAAAAAGghAT8AAAAAALSQgB8AAAAAAFpIwA8AAAAACy69E92aS+v26gfmgIAfAAAAABbdsPbw3M8DaA0BPwAAAAAsuroB/zB+FUBrCPgBAAAAYNEVsVZznRY90CICfgAAAABYdKlmD/6l2AqgNQT8AAAAALDoluJ7Ndep4IcWEfADAAAAwKJL9Vr0FH+lgh/aRMAPAAAAAAssXRm156kzZFe4Dy0j4AcAAACARbZcc8BuxK8CaBUBPwAAAAAssk58v9a6FJsBtIqAHwAAAAAWW6/WqhUBP7RNEQAAAAANS1diNQ4/6gFenI1+AFORro/a83xcY+l2cS6+E0CrLAcAAABAQ3K4uB5FnI4UvRjufu1nsZ2/ditffSsHioZ6QpOqx169Et/bAbSOFj0AAADAxKUrsZbD/U/z1RujgPGrilEl/3r++Di9HVcCaE7d/vtF3AygdbToAQAAACYqh/ZVxf7GGDfZigdxorgY2wFMTN5o68bKaKPt+TpxVPssaB8V/AAAAMDEpOtxfsxwv7KWQ0iV/DBpKzWH6+ZNNuE+tJOAHwAAAJiIqi1Pvrgae7M+qvwHJulSzXX670NLCfgBAACAfdttBbK/Ht4pruafsxrAvqVro+r9bq3Fh8Y+dQPMCQE/AAAAsH8ro0rhbuzPav45FwLYv07tEzH94q9iK4BWEvADAAAA+zKq3o9Yj8k4H8C+jPWYLKIMoLUE/AAAAMD+rNTu813Hanqn9mBQ4ElWxngMFfrvQ5sJ+AEAAIA9m3D1/iPDOBnAftTddPugOBv9AFpLwA8AAADs3WSr9x/7swD2JF0fbbh1ay0eGq4LbSfgBwAAAPajF5O3lq7EagDjK8YYrvtG3Aqg1QT8AAAAwJ6k67EWdSuFx3WkoZ8LCyxdyxtuqeamm+G6sBAE/AAAAMDepAaH4T4cbR4A41gao2WW4bqwEAT8AAAAwN4UeuXDvBgNvK6/6bZhuC4sBgE/AAAAsFfNVdkPteiBsYwz8LoTlwNYCAJ+AAAAYGy7Q3C7AczcqHo/Yr3mctX7sEAE/AAAAMD4VoT7MDdeiBu116reh4Ui4AcAAADGNxxV8DeniO0AnmvM3vsfqN6HxSLgBwAAAPai2YA/CSGhluUxZmF04moAC0XADwAAAIwvNRzwL6vgh1rqPxZvF2djM4CFIuAHAAAA5s/92Arg+QZxq9a6Tu0hvECLCPgBAACA8TXbI79fXFTBD3WMHivFc0P+Db33YTEJ+AEAAIDxdRoNC/8hgPq+iDP589NOvWzFi3ExgIW0HAAAAADj6sR2DKMZRdwMoLbdEy+vpOuxnh8/p/Nj82h+jH4cKTaLc/FWAAurCAAAAIA9yGHi5/li8sN2O3FUOxEAeD4tegAAAIC9KRoZhLsl3AeAegT8AAAAwN4M4nZMWhFXAwCoRcAPAAAA7NVmTFY/vogPAgCoRcAPAAAA7Enxxijg347JeXd3WCgAUIOAHwAAANi7YbwVk9GPF7XnAYBxCPgBAACAvdsZhfL7r7ovoizOqN4HgHEI+AEAAIA9G7XUSXE59uet4vV4NwCAsRQBAAAAsE/p7fgwB/29GN9WcS5eCQBgbCr4AQAAgP0r4kxUffTHsxUvxokAAPZEwA8AAADsW3E2h/udUVjfr3mTt6pwX999ANg7LXoAAACAiUrXosxh/+l8tfuEb9+OYZTFG7EZAMC+CPgBAACARuSgv5eD/u/lQP87+bKq8N8cVfoDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACy0/weDN94yOETkOwAAAABJRU5ErkJggg==);background-position:top right;background-size:471px 84px;background-repeat:no-repeat}.bg-confetti[data-v-f4fd186f] .v-timeline-item__body .v-card{background-color:transparent}.view-all-dropdown[data-v-f4fd186f]{text-transform:none;font-weight:600;letter-spacing:normal}.view-divider[data-v-f4fd186f]{border-color:var(--v64ac600f)}[data-v-f4fd186f] .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;color:var(--v4dbdbf0e)}.view-all-dropdown[data-v-f4fd186f]{background:#fff;padding-left:12px;justify-content:space-between}.view-all-dropdown[data-v-f4fd186f]:hover,.view-all-dropdown[data-v-f4fd186f]:active,.view-all-dropdown[data-v-f4fd186f]:focus{border-color:rgb(var(--v-theme-blue600))!important;background:#fff!important}.view-all-dropdown[data-v-f4fd186f]:hover .v-btn__content,.view-all-dropdown[data-v-f4fd186f]:hover .v-btn__append,.view-all-dropdown[data-v-f4fd186f]:active .v-btn__content,.view-all-dropdown[data-v-f4fd186f]:active .v-btn__append,.view-all-dropdown[data-v-f4fd186f]:focus .v-btn__content,.view-all-dropdown[data-v-f4fd186f]:focus .v-btn__append{color:rgb(var(--v-theme-blue600))!important}[data-v-f4fd186f] .v-list-item:hover .v-list-item__overlay{opacity:.1}[data-v-f4fd186f] .v-list-item:hover .v-list-item__content .v-list-item-title{color:rgb(var(--v-theme-blue600))!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}@media (min-width: 600px){.guest-feedback-activity-panel[data-v-f4fd186f]{min-height:920px}}.factor-chip[data-v-3c1e91aa]{height:28px}vue-component-wrapper h1[data-v-909c3336],vue-component-wrapper h2[data-v-909c3336],vue-component-wrapper h3[data-v-909c3336],vue-component-wrapper h4[data-v-909c3336]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-909c3336]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-909c3336]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-909c3336]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-909c3336]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-909c3336]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-909c3336]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-909c3336]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-909c3336]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-909c3336]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-909c3336]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-909c3336]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-909c3336]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-909c3336]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-909c3336]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-909c3336]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.label-new[data-v-909c3336]{background-color:rgb(var(--v-theme-green000))!important;color:rgb(var(--v-theme-green600))!important}.checkbox-icon[data-v-909c3336]{cursor:pointer}.checkbox-icon[data-v-909c3336]:hover{color:rgb(var(--v-theme-primary))!important}.action-item-collapsed[data-v-909c3336]{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:6!important;line-clamp:6!important;-webkit-box-orient:vertical!important;text-wrap-mode:wrap!important}vue-component-wrapper h1[data-v-1ee5766d],vue-component-wrapper h2[data-v-1ee5766d],vue-component-wrapper h3[data-v-1ee5766d],vue-component-wrapper h4[data-v-1ee5766d]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-1ee5766d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-1ee5766d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-1ee5766d]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-1ee5766d]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-1ee5766d]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-1ee5766d]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-1ee5766d]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-1ee5766d]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-1ee5766d]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-1ee5766d]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-1ee5766d]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-1ee5766d]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-1ee5766d]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-1ee5766d]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-1ee5766d]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.action-items-empty-state[data-v-1ee5766d]{height:682px}@media (min-width: 600px){.action-items-panel[data-v-1ee5766d]{min-height:920px}}.label-new[data-v-1ee5766d]{background-color:rgb(var(--v-theme-green000))!important;color:rgb(var(--v-theme-green600))!important}vue-component-wrapper h1[data-v-95ba036d],vue-component-wrapper h2[data-v-95ba036d],vue-component-wrapper h3[data-v-95ba036d],vue-component-wrapper h4[data-v-95ba036d]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-95ba036d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-95ba036d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-95ba036d]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-95ba036d]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-95ba036d]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-95ba036d]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-95ba036d]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-95ba036d]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-95ba036d]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-95ba036d]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-95ba036d]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-95ba036d]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-95ba036d]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-95ba036d]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-95ba036d]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.logo_light[data-v-95ba036d]{max-width:87px;max-height:87px;border-radius:4px}#locations-overview-content-todo-list-report[data-v-95ba036d]{background:#fff}#locations-overview-content-todo-list-report[data-v-95ba036d] h1,#locations-overview-content-todo-list-report[data-v-95ba036d] h2,#locations-overview-content-todo-list-report[data-v-95ba036d] h3,#locations-overview-content-todo-list-report[data-v-95ba036d] h4{margin:0!important;padding:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .h1,#locations-overview-content-todo-list-report[data-v-95ba036d] .h2{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .h3{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .h4{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p1{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p2{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p3{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p4{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p5{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p6{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p7{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p8{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p9{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}#locations-overview-content-todo-list-report[data-v-95ba036d] .p10{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper h1[data-v-83b19ca5],vue-component-wrapper h2[data-v-83b19ca5],vue-component-wrapper h3[data-v-83b19ca5],vue-component-wrapper h4[data-v-83b19ca5]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-83b19ca5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-83b19ca5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-83b19ca5]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-83b19ca5]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-83b19ca5]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-83b19ca5]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-83b19ca5]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-83b19ca5]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-83b19ca5]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-83b19ca5]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-83b19ca5]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-83b19ca5]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-83b19ca5]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-83b19ca5]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-83b19ca5]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.signal-bars[data-v-83b19ca5]{display:flex;align-items:flex-end;font-size:0}.signal-bars .signal-bar[data-v-83b19ca5]:first-child{margin-left:0}.signal-bars .signal-bar[data-v-83b19ca5]{margin-left:1px;min-height:20%;display:inline-block;width:100%;border-radius:2px}.signal-bars .signal-bar.first-bar[data-v-83b19ca5]{height:20%}.signal-bars .signal-bar.second-bar[data-v-83b19ca5]{height:40%}.signal-bars .signal-bar.third-bar[data-v-83b19ca5]{height:60%}.signal-bars .signal-bar.fourth-bar[data-v-83b19ca5]{height:80%}.signal-bars .signal-bar.fifth-bar[data-v-83b19ca5]{height:99%}.signal-bars-sm[data-v-83b19ca5]{height:15px}.signal-bars-sm .signal-bar[data-v-83b19ca5]{width:4px;margin-left:1px}.signal-bars-md[data-v-83b19ca5]{height:30px}.signal-bars-md .signal-bar[data-v-83b19ca5]{width:8px;margin-left:2px}.signal-good .signal-bar[data-v-83b19ca5]{background-color:var(--v5332b39f)}.signal-bad .signal-bar[data-v-83b19ca5]{background-color:var(--v76ed59e9)}.signal-ok .signal-bar[data-v-83b19ca5]{background-color:var(--v01e51ba6)}.signal-na .signal-bar[data-v-83b19ca5]{background-color:var(--v00837018)}.signal-na .signal-bar.first-bar[data-v-83b19ca5],.signal-na .signal-bar.second-bar[data-v-83b19ca5],.signal-na .signal-bar.third-bar[data-v-83b19ca5],.signal-na .signal-bar.fourth-bar[data-v-83b19ca5],.signal-na .signal-bar.fifth-bar[data-v-83b19ca5]{height:60%}.four-bars .signal-bar.fifth-bar[data-v-83b19ca5],.three-bars .signal-bar.fifth-bar[data-v-83b19ca5],.three-bars .signal-bar.fourth-bar[data-v-83b19ca5],.two-bars .signal-bar[data-v-83b19ca5]:not(.first-bar):not(.second-bar),.one-bar .signal-bar[data-v-83b19ca5]:not(.first-bar),.no-bars .signal-bar[data-v-83b19ca5]{background-color:var(--v16201f7e)}vue-component-wrapper h1[data-v-ac596d46],vue-component-wrapper h2[data-v-ac596d46],vue-component-wrapper h3[data-v-ac596d46],vue-component-wrapper h4[data-v-ac596d46]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ac596d46]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ac596d46]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ac596d46]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ac596d46]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ac596d46]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ac596d46]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ac596d46]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ac596d46]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ac596d46]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ac596d46]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ac596d46]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ac596d46]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ac596d46]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ac596d46]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ac596d46]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-ac596d46] .v-sheet{overflow-wrap:break-word;word-break:break-word}.drawer-chart-container[data-v-ac596d46]{position:relative;width:100%}.drawer-chart[data-v-ac596d46]{display:block;width:100%;height:210px}.axis-label[data-v-ac596d46]{font-size:12px;fill:#495a7c;font-weight:100}.chart-hover-dot[data-v-ac596d46]{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.chart-hover-label[data-v-ac596d46]{position:absolute;transform:translate(-50%,-100%) translateY(-6px);pointer-events:none;font-size:11px;font-weight:600;white-space:nowrap;z-index:1}vue-component-wrapper h1[data-v-97467b32],vue-component-wrapper h2[data-v-97467b32],vue-component-wrapper h3[data-v-97467b32],vue-component-wrapper h4[data-v-97467b32]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-97467b32]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-97467b32]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-97467b32]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-97467b32]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-97467b32]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-97467b32]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-97467b32]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-97467b32]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-97467b32]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-97467b32]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-97467b32]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-97467b32]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-97467b32]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-97467b32]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-97467b32]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.bg-striped[data-v-97467b32]{background-color:rgba(var(--v-theme-neutral200),.35)}vue-component-wrapper h1[data-v-18dad7f2],vue-component-wrapper h2[data-v-18dad7f2],vue-component-wrapper h3[data-v-18dad7f2],vue-component-wrapper h4[data-v-18dad7f2]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-18dad7f2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-18dad7f2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-18dad7f2]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-18dad7f2]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-18dad7f2]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-18dad7f2]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-18dad7f2]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-18dad7f2]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-18dad7f2]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-18dad7f2]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-18dad7f2]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-18dad7f2]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-18dad7f2]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-18dad7f2]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-18dad7f2]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.logo_light[data-v-18dad7f2]{max-width:87px;max-height:87px;border-radius:4px}#locations-overview-content-performance-report[data-v-18dad7f2]{background:#fff}#locations-overview-content-performance-report[data-v-18dad7f2] .h1,#locations-overview-content-performance-report[data-v-18dad7f2] .h2{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .h3{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .h4{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p1{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p2{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p3{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p4{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p5{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p6{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p7{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p8{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p9{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}#locations-overview-content-performance-report[data-v-18dad7f2] .p10{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper h1[data-v-d993a394],vue-component-wrapper h2[data-v-d993a394],vue-component-wrapper h3[data-v-d993a394],vue-component-wrapper h4[data-v-d993a394]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d993a394]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d993a394]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d993a394]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d993a394]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d993a394]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d993a394]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d993a394]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d993a394]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d993a394]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d993a394]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d993a394]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d993a394]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d993a394]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d993a394]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d993a394]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-d993a394] .w-form-container{margin-top:0!important;margin-bottom:0!important;border-radius:20px;box-shadow:0 4px 20px #35353526}vue-component-wrapper h1[data-v-8a5df100],vue-component-wrapper h2[data-v-8a5df100],vue-component-wrapper h3[data-v-8a5df100],vue-component-wrapper h4[data-v-8a5df100]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-8a5df100]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-8a5df100]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-8a5df100]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-8a5df100]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-8a5df100]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-8a5df100]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-8a5df100]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-8a5df100]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-8a5df100]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-8a5df100]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-8a5df100]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-8a5df100]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-8a5df100]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-8a5df100]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-8a5df100]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.locations-overview-header[data-v-8a5df100],.locations-overview-content[data-v-8a5df100]{max-width:1280px;padding:20px!important;margin:0 auto}.locations-overview-container.v-container,.page-dashboard-location{padding:0!important;background:linear-gradient(to bottom,#fff 0,#fff 260px,rgb(var(--v-theme-neutral100)) 260px)!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:hidden!important}.greeting-message[data-v-8a5df100]{font-size:22px;font-weight:700;line-height:30px}.rounded-background[data-v-8a5df100]{width:120%;margin-left:-10%;margin-right:-10%;height:360px;flex-shrink:0;border-top-left-radius:100%;border-top-right-radius:100%;background:rgb(var(--v-theme-neutral100))}.locations-overview-background[data-v-8a5df100]{height:30px}.logo_light[data-v-8a5df100]{max-width:60px;max-height:60px;display:block;max-width:100%;height:auto;border-radius:100%}.status-message[data-v-8a5df100]{font-size:21px;font-weight:400}vue-component-wrapper h1[data-v-122f7e0b],vue-component-wrapper h2[data-v-122f7e0b],vue-component-wrapper h3[data-v-122f7e0b],vue-component-wrapper h4[data-v-122f7e0b]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-122f7e0b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-122f7e0b]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-122f7e0b]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-122f7e0b]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-122f7e0b]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-122f7e0b]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-122f7e0b]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-122f7e0b]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-122f7e0b]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-122f7e0b]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-122f7e0b]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-122f7e0b]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-122f7e0b]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-122f7e0b]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-122f7e0b]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.container[data-v-122f7e0b]{width:100%}.title[data-v-db154efa]{color:var(--v20dd7d51);font-family:Helvetica;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.description[data-v-db154efa]{color:var(--v20dd7d51);font-family:Helvetica;font-style:normal;line-height:20px;padding-bottom:10px}.select-all[data-v-db154efa] .v-label{font-weight:700;font-size:14px}.option[data-v-db154efa] .v-label{font-size:14px}div[data-v-db154efa]{margin-bottom:8px}vue-component-wrapper h1[data-v-d62611c5],vue-component-wrapper h2[data-v-d62611c5],vue-component-wrapper h3[data-v-d62611c5],vue-component-wrapper h4[data-v-d62611c5]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d62611c5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d62611c5]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d62611c5]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d62611c5]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d62611c5]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d62611c5]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d62611c5]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d62611c5]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d62611c5]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d62611c5]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d62611c5]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d62611c5]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d62611c5]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d62611c5]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d62611c5]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.input-email-field[data-v-d62611c5] .v-field--appended{display:flex;flex-direction:column}.input-email-field[data-v-d62611c5] .v-field__input{padding:8px 0!important}.input-email-field[data-v-d62611c5] .v-field__prepend-inner{display:block}vue-component-wrapper h1[data-v-7177a459],vue-component-wrapper h2[data-v-7177a459],vue-component-wrapper h3[data-v-7177a459],vue-component-wrapper h4[data-v-7177a459]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-7177a459]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-7177a459]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-7177a459]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-7177a459]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-7177a459]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-7177a459]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-7177a459]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-7177a459]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-7177a459]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-7177a459]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-7177a459]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-7177a459]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-7177a459]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-7177a459]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-7177a459]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.container[data-v-7177a459]{width:100%}.automations-title-container[data-v-802500e9]{padding:12px}.automations-button[data-v-802500e9]{width:100%;height:58px;border:1px solid var(--v4d45a20e);border-radius:4px;display:flex;justify-content:space-between}.automations-button[data-v-802500e9] .v-btn__content{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.automations-button[data-v-802500e9] .v-btn__content .p5{color:rgb(var(--v-theme-neutral1000));font-family:Helvetica;font-size:18px!important;font-weight:700!important;margin-right:auto!important}.wizard-step[data-v-07a56bfc]{display:flex;flex-direction:column;gap:8px;width:414px}.wizard-step__event[data-v-07a56bfc]{width:340px}.wizard-step__current .wizard-step__content[data-v-07a56bfc]{border-color:rgb(var(--v-theme-blue600))}.wizard-step__content[data-v-07a56bfc]{border:1px solid rgb(var(--v-theme-neutral400));height:60px;border-radius:10px;padding:16px;display:flex;align-items:center}.wizard-step__content[data-v-07a56bfc]:hover{cursor:pointer}.wizard-step__header[data-v-07a56bfc]{display:flex;align-items:center;overflow:hidden;gap:16px;flex:1}.wizard-step__container[data-v-07a56bfc]{display:flex;justify-content:space-between;overflow:hidden;align-items:center;width:100%}.wizard-step__text[data-v-07a56bfc]{flex:1;display:flex;flex-direction:column;overflow:hidden}.wizard-step__title[data-v-07a56bfc]{color:rgb(var(--v-theme-neutral1000));text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.wizard-step__description[data-v-07a56bfc]{font-size:12px;color:rgb(var(--v-theme-neutral1000));text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.wizard-step__status-container[data-v-07a56bfc]{display:flex;align-items:center}.wizard-step__status[data-v-07a56bfc]{border-radius:12px;font-family:Helvetica,Arial,sans-serif;display:flex;text-align:center;flex-direction:column;justify-content:center;width:70px;height:25px}.wizard-step__status--active[data-v-07a56bfc]{background-color:var(--v55c112eb);color:rgb(var(--v-theme-green600))}.wizard-step__status--inactive[data-v-07a56bfc]{background-color:rgb(var(--v-theme-neutral200));color:rgb(var(--v-theme-neutral1000))}.wizard-step__line[data-v-07a56bfc]{width:1px;height:38px;background:rgb(var(--v-theme-neutral400));margin:0 0 5px 28px}@media (max-width: 768px){.wizard-step[data-v-07a56bfc]{display:none}}.automation-wizard-wrapper[data-v-b6259af6]{display:flex;padding:24px;max-width:1200px;margin:0 auto;justify-content:space-between}@media (max-width: 1200px) and (min-width: 768px){.automation-wizard-wrapper[data-v-b6259af6]{display:grid}.automation-wizard-wrapper__content[data-v-b6259af6]{order:1!important;height:400px!important}.automation-wizard-wrapper__steps-and-button[data-v-b6259af6]{order:2!important}.automation-wizard-wrapper__content[data-v-b6259af6] .wasabi-container,.automation-wizard-wrapper__steps-and-button[data-v-b6259af6] .wasabi-container{padding:24px 0!important}}.automation-wizard-wrapper__steps-and-button[data-v-b6259af6]{order:1;padding:24px 0;display:flex;flex-direction:column;align-items:flex-start}.automation-wizard-wrapper__content[data-v-b6259af6]{order:2;width:400px}.automation-wizard-wrapper__form[data-v-b6259af6]{display:flex;flex-direction:column;gap:16px}.desktop-only[data-v-b6259af6]{display:block}.mobile-only[data-v-b6259af6]{display:none}.cancel-button[data-v-b6259af6]{margin-left:10px}@media (max-width: 768px){[data-v-b6259af6] .container{padding:0 0 0 5px;height:400px}.automation-wizard-wrapper[data-v-b6259af6]{flex-direction:column;gap:20px;padding:12px}.automation-wizard-wrapper__mobile-progress[data-v-b6259af6]{display:flex}.automation-wizard-wrapper__content[data-v-b6259af6]{order:1;width:100%}.automation-wizard-wrapper__steps-and-button[data-v-b6259af6]{order:2;width:100%;align-items:stretch}.desktop-only[data-v-b6259af6]{display:none}.mobile-only[data-v-b6259af6]{display:block}.automation-wizard-wrapper__mobile-progress[data-v-b6259af6]{width:100%;justify-content:space-between;transition:opacity .3s ease,visibility .3s ease}.hidden-progress[data-v-b6259af6]{opacity:0;visibility:hidden}.automation-wizard-wrapper__mobile-progress-segment[data-v-b6259af6]{flex:1;height:4px;background-color:var(--v5bc3ef79);margin-right:15px;border-radius:5px}.automation-wizard-wrapper__mobile-progress-segment[data-v-b6259af6]:last-child{margin-right:0}.automation-wizard-wrapper__mobile-progress-segment.completed[data-v-b6259af6]{background-color:green}.automation-wizard-wrapper__mobile-progress-segment.current[data-v-b6259af6]{background-color:#00f}.mobile-only.buttons-row[data-v-b6259af6]{display:flex;justify-content:space-between;gap:3px}.mobile-only.cancel-row[data-v-b6259af6]{display:block;margin-top:20px}.mobile-only.update-row[data-v-b6259af6]{display:block}.mobile-only.cancel-row .cancel-button[data-v-b6259af6]{width:100%;box-sizing:border-box}.mobile-only.submit-edit-row[data-v-b6259af6]{display:block;margin-bottom:10px}.mobile-only.submit-edit-row button[data-v-b6259af6],.mobile-only.submit-edit-row[data-v-b6259af6] .w-button{width:100%;box-sizing:border-box}.mobile-only.update-row[data-v-b6259af6]{display:block;margin-top:20px}.mobile-only.update-row button[data-v-b6259af6],.mobile-only.update-row[data-v-b6259af6] .w-button{width:100%;box-sizing:border-box}.automation-wizard-wrapper__steps-and-button button[data-v-b6259af6],.automation-wizard-wrapper__steps-and-button[data-v-b6259af6] .w-button{width:49%;margin:0 auto;box-sizing:border-box}}vue-component-wrapper h1[data-v-2ecb2409],vue-component-wrapper h2[data-v-2ecb2409],vue-component-wrapper h3[data-v-2ecb2409],vue-component-wrapper h4[data-v-2ecb2409]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-2ecb2409]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-2ecb2409]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-2ecb2409]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-2ecb2409]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-2ecb2409]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-2ecb2409]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-2ecb2409]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-2ecb2409]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-2ecb2409]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-2ecb2409]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-2ecb2409]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-2ecb2409]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-2ecb2409]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-2ecb2409]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-2ecb2409]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}@media screen and (max-width: 500px){.automation-column[data-v-2ecb2409]{padding:6px 0px important}.automation-column-spacer[data-v-2ecb2409]{display:none}}.type-label-column[data-v-2ecb2409]{display:flex;flex-direction:column}.type[data-v-2ecb2409]{font-weight:700;font-size:10px}.automation-list-row[data-v-2ecb2409]{margin-bottom:6px;padding:5px;border:1px solid var(--c8d89ae4);border-radius:4px}.icon-ellipse[data-v-2ecb2409]{display:flex;justify-content:center;align-items:center;width:28px;height:28px;background-color:var(--v79b682bf);border-radius:50%}.panel[data-v-1aa3b327]{text-align:left}.header[data-v-1aa3b327]{display:flex}.mobile-beta[data-v-1aa3b327],.mobile-head-line[data-v-1aa3b327]{display:none}@media (max-width: 768px){.panel[data-v-1aa3b327]{padding:24px 0}}@media screen and (max-width: 500px){.mobile-beta[data-v-1aa3b327]{display:block;width:fit-content;margin-bottom:8px}.mobile-head-line[data-v-1aa3b327]{display:block;padding-bottom:30px!important}.header[data-v-1aa3b327]{display:none}}vue-component-wrapper h1[data-v-d40eb8e7],vue-component-wrapper h2[data-v-d40eb8e7],vue-component-wrapper h3[data-v-d40eb8e7],vue-component-wrapper h4[data-v-d40eb8e7]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d40eb8e7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d40eb8e7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d40eb8e7]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d40eb8e7]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d40eb8e7]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d40eb8e7]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d40eb8e7]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d40eb8e7]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d40eb8e7]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d40eb8e7]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d40eb8e7]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d40eb8e7]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d40eb8e7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d40eb8e7]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d40eb8e7]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.transform-rotate-45[data-v-d40eb8e7]{transform:rotate(-45deg)}[data-v-d40eb8e7] .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;color:rgb(var(--v-theme-neutral900))}.export-dropdown-button[data-v-d40eb8e7]{background:#fff;color:rgb(var(--v-theme-neutral900));padding-left:12px;justify-content:space-between}.export-dropdown-button[data-v-d40eb8e7] .v-btn__content,.export-dropdown-button[data-v-d40eb8e7] .v-btn__append{color:rgb(var(--v-theme-neutral900))}.export-dropdown-button[data-v-d40eb8e7]:hover,.export-dropdown-button[data-v-d40eb8e7]:active,.export-dropdown-button[data-v-d40eb8e7]:focus{border-color:rgb(var(--v-theme-blue600))!important;background:#fff!important}.export-dropdown-button[data-v-d40eb8e7]:hover .v-btn__content,.export-dropdown-button[data-v-d40eb8e7]:hover .v-btn__append,.export-dropdown-button[data-v-d40eb8e7]:active .v-btn__content,.export-dropdown-button[data-v-d40eb8e7]:active .v-btn__append,.export-dropdown-button[data-v-d40eb8e7]:focus .v-btn__content,.export-dropdown-button[data-v-d40eb8e7]:focus .v-btn__append{color:rgb(var(--v-theme-blue600))!important}[data-v-d40eb8e7] .v-list-item:hover .v-list-item__overlay{opacity:.1}[data-v-d40eb8e7] .v-list-item:hover .v-list-item__content .v-list-item-title{color:rgb(var(--v-theme-blue600))!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper h1[data-v-50812c3f],vue-component-wrapper h2[data-v-50812c3f],vue-component-wrapper h3[data-v-50812c3f],vue-component-wrapper h4[data-v-50812c3f]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-50812c3f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-50812c3f]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-50812c3f]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-50812c3f]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-50812c3f]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-50812c3f]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-50812c3f]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-50812c3f]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-50812c3f]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-50812c3f]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-50812c3f]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-50812c3f]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-50812c3f]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-50812c3f]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-50812c3f]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-50812c3f] .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important;color:var(--d464670e)}.export-dropdown-button[data-v-50812c3f]{background:var(--v4e05a131);color:var(--d464670e);padding-left:12px;justify-content:space-between}.export-dropdown-button[data-v-50812c3f] .v-btn__content,.export-dropdown-button[data-v-50812c3f] .v-btn__append{color:var(--d464670e)}.export-dropdown-button[data-v-50812c3f]:hover,.export-dropdown-button[data-v-50812c3f]:active,.export-dropdown-button[data-v-50812c3f]:focus{border-color:var(--a687250c)!important;background:var(--v4e05a131)!important}.export-dropdown-button[data-v-50812c3f]:hover .v-btn__content,.export-dropdown-button[data-v-50812c3f]:hover .v-btn__append,.export-dropdown-button[data-v-50812c3f]:active .v-btn__content,.export-dropdown-button[data-v-50812c3f]:active .v-btn__append,.export-dropdown-button[data-v-50812c3f]:focus .v-btn__content,.export-dropdown-button[data-v-50812c3f]:focus .v-btn__append{color:var(--a687250c)!important}[data-v-50812c3f] .v-list-item:hover .v-list-item__overlay{opacity:.1}[data-v-50812c3f] .v-list-item:hover .v-list-item__content .v-list-item-title{color:rgb(var(--v-theme-blue600))!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper h1[data-v-0d257652],vue-component-wrapper h2[data-v-0d257652],vue-component-wrapper h3[data-v-0d257652],vue-component-wrapper h4[data-v-0d257652]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0d257652]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0d257652]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0d257652]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0d257652]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0d257652]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0d257652]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0d257652]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0d257652]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0d257652]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0d257652]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0d257652]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0d257652]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0d257652]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0d257652]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0d257652]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.carousel-overlay[data-v-0d257652]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.carousel-dialog[data-v-0d257652]{max-width:60vw;max-height:90vh;z-index:2001}.carousel-card[data-v-0d257652]{position:relative;background:rgb(var(--v-theme-neutral200));border-radius:0;overflow:hidden;display:flex;flex-direction:column}.close-button[data-v-0d257652]{position:absolute;top:16px;right:16px;z-index:2001}.carousel-container[data-v-0d257652]{position:relative;flex:1;min-height:300px;display:flex;flex-direction:column}.photo-carousel[data-v-0d257652]{width:100%;height:100%}[data-v-0d257652] .photo-carousel .v-carousel__controls{background:transparent}[data-v-0d257652] .photo-carousel .v-btn--icon{background:#00000080;color:#fff}.carousel-item[data-v-0d257652]{display:flex;align-items:center;justify-content:center;background:rgb(var(--v-theme-neutral200))}.carousel-image[data-v-0d257652]{height:100%;width:100%}.photo-controls[data-v-0d257652]{position:absolute;bottom:16px;right:16px;display:flex;gap:8px;z-index:2002}.control-button[data-v-0d257652]{background:#fff!important;border:2px solid rgba(0,0,0,.2)!important;box-shadow:0 2px 6px #00000026!important}.control-button .v-icon[data-v-0d257652]{color:rgb(var(--v-theme-neutral1000))!important;font-weight:700!important}.flag-button .v-icon[data-v-0d257652]{color:rgb(var(--v-theme-primary))!important;font-weight:700!important}[data-v-0d257652] .tags-tooltip{background-color:#fff;padding:16px;box-shadow:0 2px 7px #49494940;color:var(--v029c058c)}[data-v-0d257652] .tags-tooltip:after,[data-v-0d257652] .tags-tooltip:before{content:"";position:absolute;left:50%;transform:translate(-50%)}[data-v-0d257652] .tags-tooltip:before{top:-21px;border:10px solid transparent;border-bottom-color:#0000001a;filter:blur(1px)}[data-v-0d257652] .tags-tooltip:after{top:-18px;border:9px solid transparent;border-bottom-color:#fff}.tags-content[data-v-0d257652]{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:200px;max-width:280px}.tags-content.single-tag[data-v-0d257652]{grid-template-columns:1fr;min-width:120px;max-width:180px}.tag-pill[data-v-0d257652]{padding:4px 16px;background:rgb(var(--v-theme-neutral200));border-radius:100px;justify-content:center;align-items:center;display:flex;text-align:center;color:var(--v029c058c);font-family:Inter,sans-serif;line-height:16px;white-space:nowrap;cursor:pointer;transition:none}.play-controls[data-v-0d257652]{position:absolute;bottom:16px;left:16px;z-index:2002}.survey-details-bar[data-v-0d257652]{background:rgb(var(--v-theme-neutral200));color:rgb(var(--v-theme-neutral1000));border-top:1px solid rgba(0,0,0,.1)}.survey-details-bar[data-v-0d257652] .metric-pill-container{background-color:transparent!important;border:none!important}.survey-details-bar .score-percentage[data-v-0d257652] .p3{white-space:nowrap!important}.survey-content[data-v-0d257652]{display:flex;align-items:center;justify-content:space-evenly;padding:16px 24px;gap:16px}.section[data-v-0d257652]{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.scores-section[data-v-0d257652]{display:flex;align-items:flex-end;justify-content:center;gap:16px}.cer-score[data-v-0d257652],.score-percentage[data-v-0d257652]{display:flex;flex-direction:column;align-items:center}.questionnaire-label[data-v-0d257652]{color:rgb(var(--v-theme-neutral1000))}.survey-metadata[data-v-0d257652]{display:flex;flex-direction:column;align-items:center;gap:4px}.location[data-v-0d257652]{font-size:16px;font-weight:600;color:rgb(var(--v-theme-neutral1000))}.date-time[data-v-0d257652]{font-size:14px;color:rgb(var(--v-theme-neutral1000))}@media (max-height: 685px){.carousel-container[data-v-0d257652]{min-height:50vh;max-height:50vh}.carousel-image[data-v-0d257652]{max-height:50vh}.photo-carousel[data-v-0d257652]{height:100%!important}}@media (max-width: 558px){.carousel-dialog[data-v-0d257652]{width:90vw;max-width:90vw}.photo-carousel[data-v-0d257652]{height:50vh!important;max-height:50vh;width:90vw!important}.survey-content[data-v-0d257652]{flex-direction:column;padding:8px 12px;gap:6px;align-items:stretch}.section[data-v-0d257652]{width:100%;align-items:center;text-align:center;gap:4px}.scores-section[data-v-0d257652]{flex-direction:row;justify-content:center;gap:12px}.questionnaire-label[data-v-0d257652]{font-size:16px;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto}.survey-metadata[data-v-0d257652]{width:80%;flex-direction:column;justify-content:center;gap:2px}.day-part[data-v-0d257652],.channel[data-v-0d257652]{font-size:13px;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto}.location[data-v-0d257652]{font-size:14px;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto}.date-time[data-v-0d257652]{font-size:13px}}vue-component-wrapper h1[data-v-6aec5004],vue-component-wrapper h2[data-v-6aec5004],vue-component-wrapper h3[data-v-6aec5004],vue-component-wrapper h4[data-v-6aec5004]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-6aec5004]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-6aec5004]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-6aec5004]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-6aec5004]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-6aec5004]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-6aec5004]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-6aec5004]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-6aec5004]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-6aec5004]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-6aec5004]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-6aec5004]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-6aec5004]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-6aec5004]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-6aec5004]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-6aec5004]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.photo-wall-v2-item-container[data-v-6aec5004]{display:flex;justify-content:center;width:100%}.photo-wall-v2-item[data-v-6aec5004]{width:100%;min-width:552px;max-width:800px}.photo-wall-v2-item .photo-item-card[data-v-6aec5004]{cursor:pointer;border:1px solid var(--c5662aba);border-radius:0;transition:all .2s ease;background:#fff}.photo-wall-v2-item .photo-item-card[data-v-6aec5004]:hover{box-shadow:0 2px 8px #0000001a;border-color:var(--v70529d60)}.photo-wall-v2-item .photo-item-content[data-v-6aec5004]{display:flex;align-items:stretch;min-height:180px}.photo-wall-v2-item .photo-image-section[data-v-6aec5004]{width:50%;flex-shrink:0}.photo-wall-v2-item .photo-image-section .photo-image[data-v-6aec5004]{width:100%;height:100%;border-radius:0;cursor:pointer}.photo-wall-v2-item .photo-image-section .photo-image[data-v-6aec5004]:hover{opacity:.9}.photo-wall-v2-item .photo-image-section .image-placeholder[data-v-6aec5004]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--v57565458);border-radius:0}.photo-wall-v2-item .tag-icon-section[data-v-6aec5004]{position:relative;display:flex;align-items:start;justify-content:center;padding-top:10px;padding-left:12px;flex-shrink:0;width:32px}.photo-wall-v2-item .tag-icon-section .tag-button[data-v-6aec5004]{color:var(--v83768780);width:16px;height:16px}.photo-wall-v2-item .tag-icon-section .tag-button[data-v-6aec5004]:hover{color:var(--v68456bb7)}.photo-wall-v2-item .flag-icon-section[data-v-6aec5004]{display:flex;align-items:start;justify-content:center;padding-top:12px;padding-right:12px;flex-shrink:0;width:32px}.photo-wall-v2-item .flag-icon-section .v-btn[data-v-6aec5004]{color:var(--v7eca522c);width:16px;height:16px}.photo-wall-v2-item .photo-content-section[data-v-6aec5004]{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;text-align:center;min-width:0;max-width:calc(50% - 64px)}.photo-wall-v2-item .photo-content-section div[data-v-6aec5004]{padding-top:5px}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004]{display:inline-flex}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004] .metric-pill-container{width:105px!important;border:none!important;background-color:transparent!important;padding:0!important}.photo-wall-v2-item .questionnaire-title[data-v-6aec5004]{font-size:16px;font-weight:800;color:var(--v68456bb7);line-height:1.2;text-align:center;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:10px auto 0;display:block}.photo-wall-v2-item .service-type[data-v-6aec5004]{font-size:13px;font-weight:500;color:var(--v83768780);line-height:1.2}.photo-wall-v2-item .day-part[data-v-6aec5004]{font-size:12px;color:var(--v83768780);line-height:1.2}.photo-wall-v2-item .day-part .day-part-label[data-v-6aec5004]{font-weight:400}.photo-wall-v2-item .day-part .day-part-value[data-v-6aec5004]{font-weight:500;color:var(--v68456bb7)}.photo-wall-v2-item .location-info[data-v-6aec5004]{font-size:13px;color:var(--v68456bb7);font-weight:600;line-height:1.2}.photo-wall-v2-item .date-info[data-v-6aec5004]{font-size:12px;color:var(--v83768780);line-height:1.2}.photo-wall-v2-item .customer-info[data-v-6aec5004]{display:flex;align-items:center;justify-content:center;min-width:0;width:100%;margin-top:10px}.photo-wall-v2-item .photo-customer-email[data-v-6aec5004]{color:var(--v7eca522c);text-decoration:none;max-width:75%;display:inline-flex;align-items:center;gap:6px}.photo-wall-v2-item .photo-customer-email .customer-icon[data-v-6aec5004]{color:var(--v83768780);flex-shrink:0}.photo-wall-v2-item .photo-customer-email .email-text[data-v-6aec5004]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.photo-wall-v2-item .photo-customer-email[data-v-6aec5004]:hover{text-decoration:underline}@media (max-width: 610px){.photo-wall-v2-item[data-v-6aec5004]{min-width:591px;max-width:700px}.photo-wall-v2-item .photo-item-content[data-v-6aec5004]{min-height:150px}.photo-wall-v2-item .photo-image-section[data-v-6aec5004]{width:45%;flex-shrink:1;min-width:120px}.photo-wall-v2-item .photo-content-section[data-v-6aec5004]{max-width:calc(55% - 64px);padding:10px 6px;gap:4px;justify-content:center}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004] .metric-pill-container{width:100px!important}}@media (max-width: 558px){.photo-wall-v2-item[data-v-6aec5004]{min-width:275px}.photo-wall-v2-item .photo-item-content[data-v-6aec5004]{flex-direction:column}.photo-wall-v2-item .photo-image-section[data-v-6aec5004]{width:100%;height:200px;order:1;position:relative}.photo-wall-v2-item .photo-image-section .photo-image[data-v-6aec5004]{height:100%;object-fit:cover}.photo-wall-v2-item .photo-image-section .image-placeholder[data-v-6aec5004]{height:200px}.photo-wall-v2-item .tag-icon-section[data-v-6aec5004]{position:absolute;top:8px;left:8px;z-index:2}.photo-wall-v2-item .tag-icon-section .tag-button[data-v-6aec5004]{background:#ffffffe6;border-radius:50%;min-width:44px!important;min-height:44px!important;width:44px;height:44px}.photo-wall-v2-item .flag-icon-section[data-v-6aec5004]{position:absolute;top:8px;right:8px;z-index:2}.photo-wall-v2-item .flag-icon-section .v-btn[data-v-6aec5004]{min-width:44px!important;min-height:44px!important;width:44px;height:44px;background:#ffffffe6;border-radius:50%}.photo-wall-v2-item .tag-icon-section .v-icon[data-v-6aec5004],.photo-wall-v2-item .flag-icon-section .v-icon[data-v-6aec5004]{font-size:16px}.photo-wall-v2-item .photo-content-section[data-v-6aec5004]{order:3;padding:16px 40px;width:100%;max-width:calc(100% - 60px);margin:0 auto;justify-content:center}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004]{flex-direction:row;gap:8px}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004] .w-metric-pill{flex:1;width:auto!important}.photo-wall-v2-item .customer-info[data-v-6aec5004]{max-width:100%}.photo-wall-v2-item .customer-info .photo-customer-email[data-v-6aec5004]{max-width:260px}}@media (max-width: 480px){.photo-wall-v2-item[data-v-6aec5004]{min-width:275px}.photo-wall-v2-item .photo-image-section[data-v-6aec5004],.photo-wall-v2-item .photo-image-section .image-placeholder[data-v-6aec5004]{height:160px}.photo-wall-v2-item .photo-content-section[data-v-6aec5004]{padding:12px 20px;max-width:calc(100% - 40px);justify-content:center}.photo-wall-v2-item .photo-metrics-row[data-v-6aec5004] .w-metric-pill{font-size:12px}.photo-wall-v2-item .service-type[data-v-6aec5004],.photo-wall-v2-item .day-part[data-v-6aec5004],.photo-wall-v2-item .location-info[data-v-6aec5004],.photo-wall-v2-item .date-info[data-v-6aec5004]{font-size:13px}.photo-wall-v2-item .customer-info .photo-customer-email[data-v-6aec5004]{font-size:13px;max-width:240px}}.photo-wall-tags-tooltip-content{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center;justify-items:stretch;width:280px;margin:0;padding:0}.photo-wall-tags-tooltip-content.single-tag{grid-template-columns:1fr;width:140px}.photo-wall-tags-tooltip-content .wasabi-pill{width:100%!important;text-align:center;margin-bottom:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-content[data-v-6aec5004]{max-width:300px;word-wrap:break-word;text-align:center;padding:4px 8px;font-size:14px;line-height:1.3}vue-component-wrapper h1[data-v-aa72e6b8],vue-component-wrapper h2[data-v-aa72e6b8],vue-component-wrapper h3[data-v-aa72e6b8],vue-component-wrapper h4[data-v-aa72e6b8]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-aa72e6b8]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-aa72e6b8]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-aa72e6b8]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-aa72e6b8]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-aa72e6b8]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-aa72e6b8]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-aa72e6b8]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-aa72e6b8]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-aa72e6b8]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-aa72e6b8]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-aa72e6b8]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-aa72e6b8]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-aa72e6b8]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-aa72e6b8]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-aa72e6b8]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.photo-wall-v2[data-v-aa72e6b8]{background:transparent}.photo-wall-v2 .photo-list[data-v-aa72e6b8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(560px,1fr));gap:20px;padding:20px;background:transparent}.photo-wall-v2 .photo-list.inactive[data-v-aa72e6b8]{opacity:.6;pointer-events:none}@media (max-width: 558px){.photo-wall-v2 .photo-list[data-v-aa72e6b8]{grid-template-columns:1fr;gap:16px;padding:16px}}vue-component-wrapper h1[data-v-76664740],vue-component-wrapper h2[data-v-76664740],vue-component-wrapper h3[data-v-76664740],vue-component-wrapper h4[data-v-76664740]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-76664740]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-76664740]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-76664740]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-76664740]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-76664740]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-76664740]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-76664740]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-76664740]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-76664740]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-76664740]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-76664740]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-76664740]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-76664740]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-76664740]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-76664740]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.photo-wall-v2[data-v-76664740]{background:transparent}.photo-wall-v2 .photo-wall-v2-loading[data-v-76664740]{text-align:center;padding:60px 20px}.photo-wall-v2 .photo-wall-v2-loading .v-progress-circular[data-v-76664740]{color:var(--v-theme-primary)}.photo-wall-v2 .photo-wall-v2-empty-state[data-v-76664740]{text-align:center;padding:80px 20px;color:var(--bc827fec)}.photo-wall-v2 .photo-wall-v2-empty-state .empty-state-icon[data-v-76664740]{font-size:64px;color:var(--v598a0b2a);margin-bottom:20px;opacity:.7}.photo-wall-v2 .photo-wall-v2-empty-state .empty-state-headline[data-v-76664740]{font-size:24px;font-weight:500;color:var(--v1121da01);margin-bottom:12px}.photo-wall-v2 .photo-wall-v2-empty-state .empty-state-text[data-v-76664740]{font-size:16px;color:var(--bc827fec);margin-bottom:24px;line-height:1.5}.photo-wall-v2 .wasabi-pagination[data-v-76664740]{margin-top:32px;padding-top:24px;border-top:1px solid var(--v462958ed)}.photo-wall-v2 .wasabi-pagination .v-pagination[data-v-76664740]{justify-content:center}.photo-wall-v2 .wasabi-pagination .page-select-container[data-v-76664740]{margin-left:24px}.photo-wall-v2 .wasabi-pagination .page-select-container span[data-v-76664740]{color:var(--v1121da01);font-size:14px;font-weight:500}@media (max-width: 558px){.photo-wall-v2 .wasabi-pagination[data-v-76664740]{margin-top:24px;padding-top:16px}.photo-wall-v2 .wasabi-pagination .page-select-container[data-v-76664740]{margin-left:16px}.photo-wall-v2 .wasabi-pagination .page-select-container span[data-v-76664740]{font-size:13px}}@media (min-width: 1200px){.photo-wall-v2 .wasabi-pagination[data-v-76664740]{margin-top:40px;padding-top:32px}}[data-v-175e2215] .highlighted-icon-vhtml-text{height:100%!important}vue-component-wrapper h1[data-v-c2d51285],vue-component-wrapper h2[data-v-c2d51285],vue-component-wrapper h3[data-v-c2d51285],vue-component-wrapper h4[data-v-c2d51285]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-c2d51285]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-c2d51285]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-c2d51285]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-c2d51285]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-c2d51285]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-c2d51285]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-c2d51285]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-c2d51285]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-c2d51285]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-c2d51285]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-c2d51285]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-c2d51285]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-c2d51285]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-c2d51285]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-c2d51285]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.bulkAI .status[data-v-c2d51285]{height:24px;flex-shrink:0;text-align:center;font-style:normal;line-height:20px}.bulkAI .wrapper[data-v-c2d51285]{padding:14px;flex-shrink:0;border-radius:4px;border:1px solid var(--v3e1a7c2a);background:var(--v3effd26b)}.bulkAI .providerLogo[data-v-c2d51285]{width:26px;height:26px}.bulkAI .date[data-v-c2d51285]{color:var(--v947d9afe);font-style:normal;line-height:normal}.bulkAI .reviewer[data-v-c2d51285]{color:var(--v16b5aab3);font-style:normal;line-height:normal}.bulkAI .location[data-v-c2d51285]{text-align:right;font-style:normal;line-height:normal}.bulkAI .detailBlock[data-v-c2d51285]{display:flex;flex-direction:column}.bulkAI .detail[data-v-c2d51285]{font-style:normal;line-height:1.4em}.bulkAI .response[data-v-c2d51285]{flex-shrink:0;padding-bottom:0}.bulkAI .truncated[data-v-c2d51285]{overflow:hidden;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.bulkAI .actions[data-v-c2d51285]{padding-top:10px;text-align:right}.bulkAI .confirmed[data-v-c2d51285]{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0;color:var(--v21f0d935);text-align:center;font-style:normal;line-height:normal}.bulkTemplate .status[data-v-c2d51285]{height:24px;flex-shrink:0;text-align:center;font-style:normal;line-height:20px}.bulkTemplate .wrapper[data-v-c2d51285]{padding:14px;flex-shrink:0;border-radius:4px;border:1px solid var(--v3e1a7c2a);background:var(--v3effd26b)}.bulkTemplate .header[data-v-c2d51285]{font-style:normal;line-height:20px;padding:14px 0}.bulkTemplate .body[data-v-c2d51285]{flex-shrink:0}.bulkTemplate .actions[data-v-c2d51285]{padding-top:10px;text-align:right}.bulkTemplate .confirmed[data-v-c2d51285]{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0;color:var(--v21f0d935);text-align:center;font-style:normal;line-height:normal}.bulkTemplate .bold[data-v-c2d51285]{font-weight:700}[data-v-c2d51285] .v-radio-group>.v-input__control{flex-wrap:wrap;align-content:center}[data-v-c2d51285] .empty-state{max-width:unset!important;max-height:unset!important;background-color:var(--b1bbe9c4)}[data-v-c2d51285] .empty-state__body{max-width:100%!important;width:100%!important}[data-v-c2d51285] .v-input__details,[data-v-c2d51285] .v-messages{min-height:unset}.v-enter-active[data-v-c2d51285],.v-leave-active[data-v-c2d51285]{transition:opacity .75s ease}.v-enter-from[data-v-c2d51285],.v-leave-to[data-v-c2d51285]{opacity:0}vue-component-wrapper h1[data-v-74c0982a],vue-component-wrapper h2[data-v-74c0982a],vue-component-wrapper h3[data-v-74c0982a],vue-component-wrapper h4[data-v-74c0982a]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-74c0982a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-74c0982a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-74c0982a]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-74c0982a]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-74c0982a]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-74c0982a]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-74c0982a]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-74c0982a]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-74c0982a]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-74c0982a]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-74c0982a]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-74c0982a]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-74c0982a]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-74c0982a]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-74c0982a]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.selectAll[data-v-74c0982a] .v-checkbox-btn .v-label{font-weight:700;line-height:21px;margin-left:6px;color:var(--v70efe6e2);opacity:1}[data-v-74c0982a] .empty-state{height:602px;max-width:700px;padding-top:200px}[data-v-20e24402] .highlighted-icon-vhtml-text{height:100%!important}.empty-state[data-v-fbf4d302]{height:300px;max-height:300px}.scrollable-container[data-v-fbf4d302]{height:300px;max-height:300px;overflow-y:auto;overflow-x:hidden}table.v-table tbody td[data-v-fbf4d302]{height:40px;border:none}.in-line[data-v-fbf4d302]{display:flex;gap:30px;border-bottom:1px solid var(--v45914a5e);margin-bottom:20px}.in-line[data-v-fbf4d302]:last-child{border-bottom:none;margin-bottom:0}.provider-container[data-v-fbf4d302]{width:150px;display:flex;align-items:center;margin:5px 0}.provider-row[data-v-fbf4d302]{border-top-width:1px;border-top-style:solid;border-top-color:var(--v45914a5e)}.provider-logo[data-v-fbf4d302]{width:40px;height:40px;margin-right:14px}.ratings-block[data-v-fbf4d302]{height:33px;width:65px;padding:0!important;margin:auto}.empty-state[data-v-a737c87a]{height:300px;max-height:300px}vue-component-wrapper h1[data-v-8e7e3d59],vue-component-wrapper h2[data-v-8e7e3d59],vue-component-wrapper h3[data-v-8e7e3d59],vue-component-wrapper h4[data-v-8e7e3d59]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-8e7e3d59]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-8e7e3d59]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-8e7e3d59]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-8e7e3d59]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-8e7e3d59]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-8e7e3d59]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-8e7e3d59]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-8e7e3d59]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-8e7e3d59]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-8e7e3d59]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-8e7e3d59]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-8e7e3d59]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-8e7e3d59]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-8e7e3d59]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-8e7e3d59]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-8e7e3d59] .empty-state{height:300px;max-height:300px}.overall-rating__container[data-v-8e7e3d59] .line-chart{margin-top:50px}.col-label[data-v-8e7e3d59]{display:flex;flex-direction:column;justify-content:left;flex-shrink:0}.col-label span[data-v-8e7e3d59]{color:var(--v2bd8b06f);font-size:14px;font-style:normal;font-weight:500;line-height:21px}.col-value[data-v-8e7e3d59]{display:flex;flex-direction:column;justify-content:right;flex-shrink:0}.col-value span[data-v-8e7e3d59]{color:var(--v2bd8b06f);text-align:right;font-style:normal;line-height:21px}vue-component-wrapper h1[data-v-12da584a],vue-component-wrapper h2[data-v-12da584a],vue-component-wrapper h3[data-v-12da584a],vue-component-wrapper h4[data-v-12da584a]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-12da584a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-12da584a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-12da584a]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-12da584a]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-12da584a]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-12da584a]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-12da584a]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-12da584a]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-12da584a]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-12da584a]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-12da584a]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-12da584a]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-12da584a]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-12da584a]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-12da584a]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.sentiment-table-module[data-v-12da584a]{background-color:rgb(var(--v-theme-surface));border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.category-name[data-v-12da584a]{font-weight:600;color:rgb(var(--v-theme-on-surface))}.empty-state[data-v-12da584a]{min-height:200px;display:flex;align-items:center;justify-content:center}.p3[data-v-12da584a]{font-size:14px;font-weight:500;margin:0}h2[data-v-12da584a]{font-size:20px;font-weight:600;color:rgb(var(--v-theme-on-surface));margin:0}.stats-summary .stat-item[data-v-12da584a]{display:flex;align-items:baseline}vue-component-wrapper h1[data-v-d3687016],vue-component-wrapper h2[data-v-d3687016],vue-component-wrapper h3[data-v-d3687016],vue-component-wrapper h4[data-v-d3687016]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-d3687016]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-d3687016]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-d3687016]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-d3687016]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-d3687016]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-d3687016]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-d3687016]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-d3687016]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-d3687016]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-d3687016]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-d3687016]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-d3687016]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-d3687016]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-d3687016]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-d3687016]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.sentiment-chart-item[data-v-d3687016]{position:relative;padding:16px 24px;border-bottom:1px solid rgba(var(--v-theme-neutral300),1);border-right:1px solid rgba(var(--v-theme-neutral300),1);cursor:pointer;transition:background-color .2s ease;background:transparent;overflow:visible}.sentiment-chart-item[data-v-d3687016]:hover{background-color:rgba(var(--v-theme-neutral100),1)}.sentiment-chart-item.active[data-v-d3687016]{background-color:rgba(var(--v-theme-neutral100),1);border-right:1px solid rgba(var(--v-theme-neutral100),1)}.sentiment-chart-item.active[data-v-d3687016]:before{content:"";position:absolute;top:50%;right:-19px;transform:translateY(-50%);width:0;height:0px;border-top:39px solid transparent;border-bottom:39px solid transparent;border-left:18px solid rgba(var(--v-theme-neutral300),1);z-index:1}.sentiment-chart-item.active[data-v-d3687016]:after{content:"";position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:0;height:0px;border-top:39px solid transparent;border-bottom:39px solid transparent;border-left:18px solid rgba(var(--v-theme-neutral100),1);z-index:2}vue-component-wrapper h1[data-v-ed838306],vue-component-wrapper h2[data-v-ed838306],vue-component-wrapper h3[data-v-ed838306],vue-component-wrapper h4[data-v-ed838306]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-ed838306]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-ed838306]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-ed838306]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-ed838306]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-ed838306]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-ed838306]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-ed838306]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-ed838306]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-ed838306]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-ed838306]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-ed838306]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-ed838306]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-ed838306]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-ed838306]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-ed838306]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.sentiment-charts-section[data-v-ed838306]{min-width:250px}.sentiment-charts-container[data-v-ed838306]{display:flex;flex-direction:column;gap:0;width:340px}vue-component-wrapper h1[data-v-0d8d35fd],vue-component-wrapper h2[data-v-0d8d35fd],vue-component-wrapper h3[data-v-0d8d35fd],vue-component-wrapper h4[data-v-0d8d35fd]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0d8d35fd]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0d8d35fd]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0d8d35fd]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0d8d35fd]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0d8d35fd]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0d8d35fd]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0d8d35fd]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0d8d35fd]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0d8d35fd]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0d8d35fd]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0d8d35fd]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0d8d35fd]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0d8d35fd]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0d8d35fd]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0d8d35fd]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.sentiment-analysis-container[data-v-0d8d35fd]{padding:0;overflow:hidden}.sentiment-analysis-view[data-v-0d8d35fd]{display:flex;gap:0;min-height:400px}.mobile-layout[data-v-0d8d35fd]{flex-direction:column;padding:20px}.mobile-layout .reviews-container[data-v-0d8d35fd]{max-height:calc(100vh - 230px)}.sentiment-reviews-section[data-v-0d8d35fd]{flex:1;min-width:350px}.reviews-container[data-v-0d8d35fd]{display:flex;flex-direction:column;gap:0;max-height:500px;overflow:hidden}.reviews-container .infinite-scroll-container[data-v-0d8d35fd]{height:100%;overflow-y:auto}.reviews-container .loading-container[data-v-0d8d35fd]{display:flex;justify-content:center;padding:20px}.reviews-container .review-item-wrapper[data-v-0d8d35fd]{position:relative}.reviews-container .review-item-wrapper[data-v-0d8d35fd] .review-card-top{border:none!important}.reviews-container .review-item-wrapper[data-v-0d8d35fd] .review-card-taco{border:none!important;border-bottom:1px solid rgba(var(--v-theme-neutral300),1)!important;padding:20px 24px!important}.reviews-container .review-item-wrapper[data-v-0d8d35fd]:last-child .review-card-taco{border-bottom:none!important}vue-component-wrapper h1[data-v-362a54a2],vue-component-wrapper h2[data-v-362a54a2],vue-component-wrapper h3[data-v-362a54a2],vue-component-wrapper h4[data-v-362a54a2]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-362a54a2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-362a54a2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-362a54a2]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-362a54a2]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-362a54a2]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-362a54a2]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-362a54a2]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-362a54a2]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-362a54a2]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-362a54a2]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-362a54a2]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-362a54a2]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-362a54a2]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-362a54a2]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-362a54a2]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-362a54a2] .v-navigation-drawer{position:fixed!important}[data-v-362a54a2] .v-navigation-drawer::-webkit-scrollbar{display:none}[data-v-362a54a2] .v-navigation-drawer{scrollbar-width:none;-ms-overflow-style:none}[data-v-362a54a2] .v-navigation-drawer__content::-webkit-scrollbar{display:none}[data-v-362a54a2] .v-navigation-drawer__content{scrollbar-width:none;-ms-overflow-style:none}[data-v-362a54a2] .container{padding:0}[data-v-362a54a2] .btn-close{margin-top:16px;margin-right:24px}.sentiment-analysis-content[data-v-362a54a2]{height:100%;overflow-y:auto}.sentiment-analysis-content[data-v-362a54a2]::-webkit-scrollbar{display:none}.sentiment-analysis-content[data-v-362a54a2]{scrollbar-width:none;-ms-overflow-style:none}.factors-tooltip[data-v-362a54a2]{background-color:rgba(var(--v-theme-neutral200),.2);padding:20px 30px}.metrics-callouts-wrapper[data-v-362a54a2]{display:flex!important;justify-content:center;gap:12px!important;padding:20px 30px}@media (max-width: 768px){.metrics-callouts-wrapper[data-v-362a54a2]{flex-direction:column;align-items:center}.metrics-callouts-wrapper[data-v-362a54a2]>*{width:100%;height:auto!important}}.sentiment-callout[data-v-362a54a2]{border:none;font-size:15px;flex:1;background-color:rgba(var(--v-theme-neutral200),.2)}.factors-title[data-v-362a54a2]{margin-right:10px;font-size:16px!important}.custom-header[data-v-362a54a2]{padding:16px 24px;background-color:rgb(var(--v-theme-surface));display:flex}[data-v-362a54a2] .v-divider{border-color:rgba(var(--v-theme-neutral300),1)!important;border-width:1px!important;opacity:1!important;margin:0!important}.sentiment-empty[data-v-362a54a2]{width:60px;height:36px;background-color:rgba(var(--v-theme-neutral100),1);border-radius:6px;border:1px solid rgba(var(--v-theme-neutral300),1);margin:0 auto}.reviews-count[data-v-362a54a2]{font-size:18px;font-weight:600;color:rgb(var(--v-theme-neutral1000));text-align:center;margin-top:8px}.text-bold[data-v-362a54a2]{font-weight:600;font-size:12px;color:rgba(var(--v-theme-neutral1000),.6);text-align:center;margin-bottom:8px;letter-spacing:.05em}.slot-basic[data-v-362a54a2]{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:16px 0}.empty-state[data-v-b254a97e],.pie-chart[data-v-b254a97e]{height:315px;max-height:315px}.subtitle[data-v-03653890]{font-size:14px}.empty-state[data-v-03653890],.pie-chart[data-v-03653890]{height:315px;max-height:315px}.or-stats-page[data-v-23e5df35]{display:flex;flex-direction:column;gap:var(--v7701982f)}.or-stats-page[data-v-23e5df35] .w-form-container{margin-top:0;margin-bottom:0}.inactive-state[data-v-23e5df35] .empty-state{height:602px;max-width:700px;padding-top:200px}vue-component-wrapper h1[data-v-3ac9efa2],vue-component-wrapper h2[data-v-3ac9efa2],vue-component-wrapper h3[data-v-3ac9efa2],vue-component-wrapper h4[data-v-3ac9efa2]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-3ac9efa2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-3ac9efa2]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-3ac9efa2]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-3ac9efa2]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-3ac9efa2]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-3ac9efa2]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-3ac9efa2]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-3ac9efa2]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-3ac9efa2]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-3ac9efa2]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-3ac9efa2]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-3ac9efa2]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-3ac9efa2]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-3ac9efa2]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-3ac9efa2]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.questionnaire-create-new .title-input[data-v-3ac9efa2] div.v-messages[role=alert] .v-messages__message{margin-bottom:20px}.ctr-card[data-v-41531a91]{display:flex;flex:1 auto;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:64px;background-color:var(--f4570724)!important;color:var(--v62af4f16);border:1px solid var(--v55eaa7d5);padding:16px}.ctr-label[data-v-41531a91]{display:flex;align-items:baseline;white-space:nowrap}.ctr-content[data-v-41531a91]{display:flex;align-items:center;gap:8px}.ctr-badge[data-v-41531a91]{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:72px;border-radius:var(--v110db688);background-color:var(--v01dd2d22);color:var(--ff360052);padding:0 8px}.ctr-percent[data-v-41531a91]{margin-left:2px}.pie-container[data-v-be25c8b7]{height:120px}.legend-table[data-v-be25c8b7]{width:100%;border-collapse:collapse}.legend-table tr[data-v-be25c8b7]{border:none}.legend-table td[data-v-be25c8b7]{padding:4px;font-size:14px;border:none}.legend-table .text-right[data-v-be25c8b7]{text-align:right}.completed-row[data-v-be25c8b7]{color:var(--v0ba83d1e)}vue-component-wrapper h1[data-v-f62a7b6a],vue-component-wrapper h2[data-v-f62a7b6a],vue-component-wrapper h3[data-v-f62a7b6a],vue-component-wrapper h4[data-v-f62a7b6a]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-f62a7b6a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-f62a7b6a]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-f62a7b6a]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-f62a7b6a]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-f62a7b6a]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-f62a7b6a]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-f62a7b6a]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-f62a7b6a]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-f62a7b6a]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-f62a7b6a]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-f62a7b6a]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-f62a7b6a]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-f62a7b6a]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-f62a7b6a]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-f62a7b6a]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.filter-button[data-v-f62a7b6a]{padding:0 15px}.filter-button[data-v-f62a7b6a] .v-btn__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;justify-content:start}.filter-button[data-v-f62a7b6a] .v-btn__content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-button-questionnaires[data-v-f62a7b6a]{max-width:270px}.filter-button-categories[data-v-f62a7b6a]{max-width:220px}vue-component-wrapper h1[data-v-0247085c],vue-component-wrapper h2[data-v-0247085c],vue-component-wrapper h3[data-v-0247085c],vue-component-wrapper h4[data-v-0247085c]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0247085c]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0247085c]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0247085c]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0247085c]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0247085c]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0247085c]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0247085c]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0247085c]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0247085c]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0247085c]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0247085c]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0247085c]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0247085c]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0247085c]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0247085c]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.status-pill[data-v-0247085c]{height:28px;padding:0 20px;justify-content:center}.status-pill[data-v-0247085c] .v-chip__underlay{background:none}.status-pill[data-v-0247085c] .v-chip__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}vue-component-wrapper h1[data-v-616662ed],vue-component-wrapper h2[data-v-616662ed],vue-component-wrapper h3[data-v-616662ed],vue-component-wrapper h4[data-v-616662ed]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-616662ed]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-616662ed]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-616662ed]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-616662ed]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-616662ed]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-616662ed]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-616662ed]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-616662ed]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-616662ed]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-616662ed]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-616662ed]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-616662ed]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-616662ed]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-616662ed]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-616662ed]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.index-icon[data-v-616662ed]{height:28px;width:28px;background-color:rgb(var(--v-theme-neutral700));color:rgb(var(--v-theme-neutral100))}.contact-form-input-label[data-v-616662ed]{display:block;vertical-align:sub;text-align:right!important}.drag-handle[data-v-616662ed]{cursor:move;opacity:.5}.drag-handle[data-v-616662ed]:hover{opacity:1}.hiddenControls[data-v-616662ed]{opacity:0;visibility:hidden;width:0;overflow:hidden;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,width .25s ease-in-out}.question-menu-subheader[data-v-616662ed]{font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:rgb(var(--v-theme-neutral700));padding-top:12px;padding-bottom:8px;background-color:rgb(var(--v-theme-neutral100))}.question-menu-subheader[data-v-616662ed]:first-child{padding-top:8px}.add-answer-section[data-v-616662ed]{padding-top:4px;padding-bottom:12px;border-top:1px solid rgb(var(--v-theme-neutral300))}.options-preview-container[data-v-616662ed]{background-color:rgb(var(--v-theme-neutral100));border-radius:4px;border:1px solid var(--v8b762d9c)}.clickable-options[data-v-616662ed]{cursor:pointer;transition:background-color .2s ease}.clickable-options[data-v-616662ed]:hover{background-color:rgb(var(--v-theme-neutral100))}.no-options-placeholder[data-v-616662ed]{opacity:.7}.option-preview-item[data-v-616662ed]{padding:12px!important;border-bottom:1px solid var(--v8b762d9c)!important;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.option-preview-item[data-v-616662ed]:last-child{border-bottom:none!important}.sectionFocus[data-v-616662ed]{background-color:var(--b5959e88)}.add-option-condition-section button[data-v-616662ed]{padding-left:20px!important;padding-right:20px!important}.question-drag-handle[data-v-616662ed]{cursor:grab;opacity:.5;transition:opacity .2s ease}.question-drag-handle[data-v-616662ed]:hover{opacity:1}.question-drag-handle[data-v-616662ed]:active{cursor:grabbing}.drag-handle-active[data-v-616662ed]{opacity:1;cursor:grab}.drag-handle-active[data-v-616662ed]:active{cursor:grabbing}.option-label-text[data-v-616662ed]{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;min-width:0}.condition-dropdown[data-v-616662ed] .v-autocomplete__selection{max-width:100%;overflow:hidden}.condition-dropdown[data-v-616662ed] .v-autocomplete__selection span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.condition-dropdown[data-v-616662ed] input[role=combobox]{display:none}vue-component-wrapper h1[data-v-0f92e8fa],vue-component-wrapper h2[data-v-0f92e8fa],vue-component-wrapper h3[data-v-0f92e8fa],vue-component-wrapper h4[data-v-0f92e8fa]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0f92e8fa]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0f92e8fa]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0f92e8fa]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0f92e8fa]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0f92e8fa]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0f92e8fa]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0f92e8fa]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0f92e8fa]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0f92e8fa]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0f92e8fa]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0f92e8fa]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0f92e8fa]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0f92e8fa]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0f92e8fa]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0f92e8fa]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.hiddenControls[data-v-0f92e8fa]{opacity:0;visibility:hidden;width:0;overflow:hidden;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,width .25s ease-in-out}.contact-us-page-accordion-item[data-v-0f92e8fa] button{padding-left:0;padding-right:0}.contact-us-page-accordion-item[data-v-0f92e8fa] .v-expansion-panel-text__wrapper{padding-left:10px;padding-right:10px}.question-menu-subheader[data-v-0f92e8fa]{font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:rgb(var(--v-theme-neutral700));padding-top:12px;padding-bottom:8px;background-color:rgb(var(--v-theme-neutral100))}.question-menu-subheader[data-v-0f92e8fa]:first-child{padding-top:8px}.question-item-single[data-v-0f92e8fa]{border:1px solid rgb(var(--v-theme-neutral400));border-radius:4px;margin-bottom:4px}.question-item-first[data-v-0f92e8fa]{border:1px solid rgb(var(--v-theme-neutral400));border-bottom:none;border-radius:4px 4px 0 0;margin-bottom:0}.question-item-middle[data-v-0f92e8fa]{border:1px solid rgb(var(--v-theme-neutral400));border-right:1px solid rgb(var(--v-theme-neutral400));border-top:1px solid rgb(var(--v-theme-neutral400));border-bottom:none;border-radius:0;margin-bottom:0}.question-item-last[data-v-0f92e8fa]{border:1px solid rgb(var(--v-theme-neutral400));border-radius:0 0 4px 4px;margin-bottom:4px}.no-button[data-v-0f92e8fa] .v-expansion-panel-title--active{cursor:default!important;color:var(--v64defbc2)!important}.no-button[data-v-0f92e8fa] .v-expansion-panel-title--active:hover{color:var(--v64defbc2)!important;background-color:#fff!important}.draggable-questions-container[data-v-0f92e8fa]{min-height:50px}.question-ghost[data-v-0f92e8fa]{opacity:.5;background:rgb(var(--v-theme-primary100));border:2px dashed rgb(var(--v-theme-primary500))!important;border-radius:4px}.question-dragging[data-v-0f92e8fa]{opacity:.9;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:4px}.question-has-condition[data-v-0f92e8fa]{position:relative}.question-has-condition[data-v-0f92e8fa]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:rgb(var(--v-theme-warning500));border-radius:4px 0 0 4px}.question-has-dependents[data-v-0f92e8fa]{position:relative}.question-has-dependents[data-v-0f92e8fa]:after{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:rgb(var(--v-theme-info500));border-radius:0 4px 4px 0}.contact-us-page[data-v-c4b82574]{margin:32px 0 0;padding:0 16px 64px}.contact-us-page__header-row[data-v-c4b82574],.contact-us-page__content-row[data-v-c4b82574]{margin-left:0;margin-right:0}.contact-us-page__header-row[data-v-c4b82574]{margin-bottom:24px}.contact-us-page__content-row[data-v-c4b82574]{margin-top:8px}vue-component-wrapper h1[data-v-140dcbe0],vue-component-wrapper h2[data-v-140dcbe0],vue-component-wrapper h3[data-v-140dcbe0],vue-component-wrapper h4[data-v-140dcbe0]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-140dcbe0]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-140dcbe0]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-140dcbe0]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-140dcbe0]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-140dcbe0]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-140dcbe0]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-140dcbe0]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-140dcbe0]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-140dcbe0]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-140dcbe0]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-140dcbe0]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-140dcbe0]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-140dcbe0]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-140dcbe0]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-140dcbe0]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.input-stage-field[data-v-140dcbe0] ::placeholder{opacity:1}.input-stage-field[data-v-140dcbe0] .v-field--appended{display:flex;flex-direction:column}.input-stage-field[data-v-140dcbe0] .v-field--appended .v-field__append-inner{padding:0}.input-stage-field[data-v-140dcbe0] .v-field__input{padding:8px 0!important}.input-stage-field .send-button[data-v-140dcbe0]{height:40px}[data-v-140dcbe0] .v-field__input{color:rgb(var(--v-theme-neutral1000))!important}.dropdown-user-list[data-v-140dcbe0],.dropdown-tags-list[data-v-140dcbe0]{width:100%;max-height:200px;overflow-y:scroll;border-color:rgb(var(--v-theme-neutral400));width:var(--v50f2bb1a)!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item,.dropdown-tags-list[data-v-140dcbe0] .v-list-item{padding:0 32px;min-height:40px!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item .v-list-item__overlay,.dropdown-tags-list[data-v-140dcbe0] .v-list-item .v-list-item__overlay{background-color:transparent!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-140dcbe0] .v-list-item .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__overlay,.dropdown-tags-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__overlay{background-color:rgb(var(--v-theme-blue100))!important;opacity:1}.dropdown-user-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__content,.dropdown-tags-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__content{color:rgb(var(--v-theme-blue600))!important;z-index:2}.dropdown-user-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__prepend .v-icon,.dropdown-tags-list[data-v-140dcbe0] .v-list-item.v-list-item--active .v-list-item__prepend .v-icon{color:rgb(var(--v-theme-blue600))!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__overlay,.dropdown-tags-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__overlay{background-color:rgb(var(--v-theme-blue100))!important;opacity:1}.dropdown-user-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__content,.dropdown-tags-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__content{color:rgb(var(--v-theme-blue600))!important;z-index:2}.dropdown-user-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__content .v-list-item-title,.dropdown-tags-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__content .v-list-item-title{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.dropdown-user-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__prepend .v-icon,.dropdown-tags-list[data-v-140dcbe0] .v-list-item:hover .v-list-item__prepend .v-icon{color:rgb(var(--v-theme-blue600))!important}.dropdown-tags-list[data-v-140dcbe0] .v-list-item{padding:0 32px 0 8px}.dropdown-tags-list[data-v-140dcbe0] .v-list-item .v-list-item__prepend .v-list-item-action--start{margin-inline-end:0!important}.dropdown-tags-list[data-v-140dcbe0] .v-list-item .v-list-item__prepend .v-list-item__spacer{width:0!important}vue-component-wrapper h1[data-v-591dbc11],vue-component-wrapper h2[data-v-591dbc11],vue-component-wrapper h3[data-v-591dbc11],vue-component-wrapper h4[data-v-591dbc11]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-591dbc11]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-591dbc11]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-591dbc11]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-591dbc11]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-591dbc11]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-591dbc11]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-591dbc11]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-591dbc11]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-591dbc11]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-591dbc11]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-591dbc11]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-591dbc11]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-591dbc11]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-591dbc11]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-591dbc11]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.activity-card[data-v-591dbc11]{min-height:100px}.message-badge[data-v-591dbc11] .v-badge__badge{min-width:16px;height:16px;padding:0;display:flex;align-items:center;justify-content:center}.text-introduction[data-v-591dbc11]{height:24px;overflow:hidden}.text-introduction-tags[data-v-591dbc11]{height:36px;overflow:hidden}[data-v-591dbc11] .v-expansion-panel-title,[data-v-591dbc11] .v-expansion-panel-title--active{height:auto!important;padding:20px!important;align-items:start!important}[data-v-591dbc11] .v-expansion-panel--active .v-expansion-panel-text{display:none!important}.reply-line[data-v-591dbc11]{position:absolute;left:20px;top:40px;height:calc(100% - 40px);border-left:1px solid rgb(var(--v-theme-neutral400))}.reply-line-internal[data-v-591dbc11]{position:absolute;left:20px;height:100px;width:20px;bottom:calc(100% - 21.5px);border-left:1px solid rgb(var(--v-theme-neutral400));border-bottom:1px solid rgb(var(--v-theme-neutral400));border-radius:0 0 0 8px;z-index:9998}.reply-line-internal-first[data-v-591dbc11]{height:42px}.z-index-9999[data-v-591dbc11]{z-index:9999}.contact-message[data-v-591dbc11] td{border:none!important}.attachment-button-wrapper[data-v-591dbc11]{max-width:250px}.attachment-button-wrapper[data-v-591dbc11] .v-btn{max-width:100%}.attachment-button-wrapper[data-v-591dbc11] .v-btn__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}vue-component-wrapper h1[data-v-db258de7],vue-component-wrapper h2[data-v-db258de7],vue-component-wrapper h3[data-v-db258de7],vue-component-wrapper h4[data-v-db258de7]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-db258de7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-db258de7]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-db258de7]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-db258de7]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-db258de7]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-db258de7]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-db258de7]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-db258de7]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-db258de7]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-db258de7]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-db258de7]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-db258de7]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-db258de7]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-db258de7]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-db258de7]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.submission-reply-tabs[data-v-db258de7]{width:100%}[data-v-db258de7] .submission-reply-tabs .v-tab{max-width:100%!important}vue-component-wrapper h1[data-v-9daaaa34],vue-component-wrapper h2[data-v-9daaaa34],vue-component-wrapper h3[data-v-9daaaa34],vue-component-wrapper h4[data-v-9daaaa34]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-9daaaa34]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-9daaaa34]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-9daaaa34]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-9daaaa34]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-9daaaa34]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-9daaaa34]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-9daaaa34]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-9daaaa34]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-9daaaa34]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-9daaaa34]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-9daaaa34]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-9daaaa34]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-9daaaa34]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-9daaaa34]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-9daaaa34]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.reply-to-guest .send-email-button[data-v-9daaaa34] i{transform:rotate(-45deg)}.reply-to-guest[data-v-9daaaa34] .white-background div.v-input__control{background-color:#fff}.reply-to-guest[data-v-9daaaa34] .autocomplete-height-fix .v-field__input{flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply-to-guest[data-v-9daaaa34] .ql-editor{min-height:200px}vue-component-wrapper h1[data-v-6ef65f45],vue-component-wrapper h2[data-v-6ef65f45],vue-component-wrapper h3[data-v-6ef65f45],vue-component-wrapper h4[data-v-6ef65f45]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-6ef65f45]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-6ef65f45]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-6ef65f45]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-6ef65f45]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-6ef65f45]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-6ef65f45]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-6ef65f45]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-6ef65f45]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-6ef65f45]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-6ef65f45]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-6ef65f45]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-6ef65f45]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-6ef65f45]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-6ef65f45]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-6ef65f45]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.expand-button[data-v-6ef65f45]{width:25px!important;height:25px!important;min-width:25px!important}.expand-button[data-v-6ef65f45] .v-icon{color:rgb(var(--v-theme-neutral600))!important}.embed-container[data-v-520c497e]{display:flex;flex-direction:column;height:90vh}.embed-container iframe[data-v-520c497e]{flex:1}.modal-header[data-v-ae4606e4]{display:flex;align-items:center;gap:12px}.modal-header h2[data-v-ae4606e4]{margin:0;font-size:24px;font-weight:600;color:var(--v7afcb396)}.modal-body[data-v-ae4606e4]{padding:24px 0}.section-title[data-v-ae4606e4]{margin-bottom:16px!important;color:var(--v7afcb396);margin-bottom:16px;display:flex;align-items:center;gap:8px}.report-overview[data-v-ae4606e4]{margin-bottom:0}.overview-item[data-v-ae4606e4]{font-size:14px;color:var(--v7819948d);line-height:20px;margin:0!important}.overview-item[data-v-ae4606e4] .v-col{padding:0!important}.overview-item strong[data-v-ae4606e4]{color:var(--v7afcb396);font-weight:600;margin-right:4px}.user-selection[data-v-ae4606e4]{margin-top:24px}.list-preview[data-v-ae4606e4]{color:var(--v7819948d);cursor:pointer;text-decoration:underline}.scrollable-tooltip-content[data-v-ae4606e4]{max-height:200px;max-width:330px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0 0 8px}.scrollable-tooltip-content .v-col[data-v-ae4606e4]{padding-top:2px;padding-bottom:2px}.scrollable-tooltip-content[data-v-ae4606e4]::-webkit-scrollbar{display:none}.unauthorized-warning[data-v-ae4606e4]{text-decoration:underline}vue-component-wrapper h1[data-v-cf5b8c5d],vue-component-wrapper h2[data-v-cf5b8c5d],vue-component-wrapper h3[data-v-cf5b8c5d],vue-component-wrapper h4[data-v-cf5b8c5d]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-cf5b8c5d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-cf5b8c5d]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-cf5b8c5d]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-cf5b8c5d]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-cf5b8c5d]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-cf5b8c5d]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-cf5b8c5d]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-cf5b8c5d]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-cf5b8c5d]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-cf5b8c5d]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-cf5b8c5d]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-cf5b8c5d]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-cf5b8c5d]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-cf5b8c5d]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-cf5b8c5d]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.options-button[data-v-cf5b8c5d]{max-width:230px;padding:0 15px}.options-button[data-v-cf5b8c5d] .v-btn__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;justify-content:start}.options-button[data-v-cf5b8c5d] .v-btn__content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.option-with-tooltip[data-v-44aef3dc]{display:flex;align-items:flex-start;gap:8px}.page-title[data-v-2cbd766f]{font-size:32px;font-weight:700;color:var(--v4e303262);margin-bottom:8px}.page-description[data-v-2cbd766f]{color:var(--eeed6774);padding-top:16px;line-height:20px}.dropdown-section[data-v-2cbd766f]{margin-top:20px}.dashboard-dropdown[data-v-2cbd766f] .v-field__input .v-autocomplete__selection{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px;display:inline-block}.description-section[data-v-2cbd766f]{margin-top:12px}.filter-toggle-section[data-v-2cbd766f]{margin-top:16px}.filter-toggle-section-label-wrapper[data-v-2cbd766f]{display:flex;height:26px}.filter-toggle-section-label-content[data-v-2cbd766f]{align-self:center;height:20px}.filter-section[data-v-2cbd766f]{margin-top:8px}.select-report-section[data-v-2cbd766f]{margin-top:12px}.select-report-header[data-v-2cbd766f]{gap:8px}.report-section[data-v-2cbd766f]{margin-top:24px}.editor-wrapper[data-v-fc35d757] .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px}.editor-wrapper[data-v-fc35d757] .ql-container{border-bottom-left-radius:6px;border-bottom-right-radius:6px;min-height:150px}.editor-wrapper[data-v-fc35d757] .ql-editor p{margin-bottom:10px}.stats-section[data-v-e564f7cc]{display:flex;flex-direction:column;gap:24px;margin-top:16px}.stats-section[data-v-e564f7cc] .w-form-container{margin-top:0!important;margin-bottom:0!important}.pie-container[data-v-e564f7cc]{height:200px}.stats-list[data-v-e564f7cc]{list-style:none;padding:0;margin:16px 0 0}.stats-list li[data-v-e564f7cc]{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.stat-label[data-v-e564f7cc]{display:flex;align-items:center;gap:6px;font-weight:600}.stat-icon[data-v-e564f7cc]{opacity:.7}.stat-value[data-v-e564f7cc]{font-weight:400}.legend-table[data-v-e564f7cc]{width:100%;margin-top:16px}.legend-table td[data-v-e564f7cc]{padding:8px 4px;font-size:14px}.legend-table .text-right[data-v-e564f7cc]{text-align:right}.legend-dot[data-v-e564f7cc]{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.email-configuration-container[data-v-577e92af] .wasabi-container__header{display:none}.email-configuration-container[data-v-577e92af] .v-expansion-panels{border:var(--v17a14ee4) 1px solid;margin-top:20px}.email-configuration-container[data-v-577e92af] .v-expansion-panel-title{border:none}.email-configuration-container[data-v-577e92af] div.v-expansion-panel-text.padding-accordion{padding-top:0!important;padding-bottom:0!important}:is(ul)>li[data-v-577e92af]{margin-left:10px}form[data-v-577e92af]>.v-btn{margin-top:10px}code[data-v-577e92af]{background-color:var(--f1ed2a46);color:#000;border-radius:0;font-weight:600}vue-component-wrapper h1[data-v-5619260e],vue-component-wrapper h2[data-v-5619260e],vue-component-wrapper h3[data-v-5619260e],vue-component-wrapper h4[data-v-5619260e]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-5619260e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-5619260e]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-5619260e]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-5619260e]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-5619260e]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-5619260e]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-5619260e]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-5619260e]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-5619260e]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-5619260e]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-5619260e]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-5619260e]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-5619260e]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-5619260e]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-5619260e]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.template-table .v-table__wrapper[data-v-5619260e]{border-radius:unset!important;border:1px solid var(--v554ae3f8);background:var(--v3a082407)}.template-table tbody tr[data-v-5619260e]:nth-of-type(2n){background-color:var(--v778c3026)}.template-table tr td[data-v-5619260e]{font-size:14px;border:none!important;height:50px!important}.template-table th[data-v-5619260e]{font-size:14px;font-weight:700!important;color:var(--v180446f9)!important;background-color:var(--v778c1ad6);border:none!important;height:50px!important}.template-table .no-data[data-v-5619260e]{height:500px;padding-top:70px}.flyout-icon-align[data-v-5619260e]{display:flex;justify-content:end;align-items:center}.sms-audit-log-table-container[data-v-ce685fb2]{padding:0!important}.sms-audit-log-table-container[data-v-ce685fb2] .wasabi-table{border:none!important;min-width:60%!important;padding-bottom:10px!important}.sms-audit-log-table-container[data-v-ce685fb2] .v-table--density-default{border:none!important;--v-table-header-height: 25px !important}.sms-audit-log-table-container[data-v-ce685fb2] h3{font-size:18px!important}.sms-audit-log-table-container[data-v-ce685fb2] .wasabi-table.v-table td{font-size:11px!important}.user-email-cell[data-v-ce685fb2]{max-width:105px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sms-billing-history-container[data-v-c03349ff]{padding:0!important}.sms-billing-history-container[data-v-c03349ff] .wasabi-table{border:none!important;padding-bottom:10px!important}.sms-billing-history-container[data-v-c03349ff] .v-table--density-default{border:none!important;--v-table-header-height: 25px !important}.sms-billing-history-container[data-v-c03349ff] h3{font-size:18px!important}.sms-billing-history-container[data-v-c03349ff] .wasabi-table.v-table td{font-size:11px!important}.sms-sent-bar[data-v-c03349ff]{display:flex;flex-direction:column;font-size:10px;gap:2px}.sms-sent-bar__progress[data-v-c03349ff]{position:relative;width:100%;height:3px;background-color:var(--v04b6946a);border-radius:3px;margin-top:20px}.sms-sent-bar__fill[data-v-c03349ff]{position:absolute;top:0;left:0;height:3px;background-color:var(--v067a6a69);border-radius:3px 0 0 3px}.sms-sent-bar__marker[data-v-c03349ff]{position:absolute;top:-18px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.sms-sent-bar__value[data-v-c03349ff]{padding:0 3px;border-radius:2px;font-weight:700;font-size:10px}.sms-sent-bar__line[data-v-c03349ff]{width:.5px;height:4px;background-color:#000}.sms-sent-bar__cap[data-v-c03349ff]{font-size:10px;text-align:end;margin-top:2px}.sms-link[data-v-4be7f2ea]{color:rgb(var(--v-theme-blue600));text-decoration:none}.body-description[data-v-4be7f2ea]{margin-bottom:1.3rem!important}.blockquote[data-v-4be7f2ea]{padding:9.5px 19px;line-height:1.4;margin:0 0 19px;font-size:13px;font-weight:500;border-left:5px solid rgb(var(--v-theme-neutral700));background-color:rgb(var(--v-theme-white))}.input-actions-wrapper[data-v-4be7f2ea]{display:flex;gap:8px}.input-actions-wrapper[data-v-4be7f2ea] .v-input{max-width:46%}.menu-item-row[data-v-0b62926d]{display:flex;align-items:center;gap:8px;padding:10px 20px;border-bottom:1px solid var(--v36d37d36);font-size:16px;background:var(--c8922a18);transition:background .15s}.menu-item-row[data-v-0b62926d]:hover{background:var(--v9b15b532)}.edit-btn[data-v-0b62926d]{background:none;border:none;cursor:pointer;color:var(--v753b496f);padding:4px;display:flex;align-items:center;justify-content:center;margin-left:auto}.edit-btn[data-v-0b62926d]:hover{color:var(--v12c710bd)}.edit-btn[data-v-0b62926d] .v-icon{font-size:20px!important;color:var(--v753b496f)!important}.file-input[data-v-036f6c81]{position:absolute;width:100%;height:40px;opacity:0;cursor:pointer;z-index:2;top:0;left:0}.file-input-trigger[data-v-036f6c81]{display:flex;align-items:center;gap:12px;padding:8px 16px;margin-top:7px;border:1px solid var(--v51e36da2);border-radius:6px;background:var(--v9dd097a0);height:44px;font-size:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 4px #00000008}.file-input-trigger[data-v-036f6c81]:hover{border-color:var(--v5b85749e);box-shadow:0 2px 8px #2196f314}.selected-filename[data-v-036f6c81]{color:var(--v7e394ed2);font-weight:500;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placeholder[data-v-036f6c81]{color:var(--v51e37524)}.file-hint[data-v-036f6c81]{font-size:12px;color:var(--v51e378e5)}.upload-btn[data-v-036f6c81]{height:44px;min-width:120px;font-size:16px;display:flex;align-items:center;justify-content:center;padding:0 16px}.upload-note[data-v-036f6c81]{margin-top:24px}.menu-items-section[data-v-036f6c81]{margin-top:32px}.menu-items-header[data-v-036f6c81]{display:flex;align-items:center;gap:16px;margin-bottom:12px;padding-left:0}.menu-items-table[data-v-036f6c81]{margin:24px 0 0;border:1px solid var(--v51e36da2);border-radius:8px;background:var(--v9dd097a0);padding:0;max-width:540px;box-shadow:0 2px 12px #2196f30f;width:100%}.menu-items-table-header[data-v-036f6c81]{display:flex;align-items:center;font-weight:700;padding:12px 16px 8px;border-bottom:1px solid var(--v51e369e1);margin-bottom:0;gap:8px;background:var(--v51e36620)}.menu-items-table[data-v-036f6c81] .menu-item-row{transition:background .15s}.menu-items-table[data-v-036f6c81] .menu-item-row:hover{background:var(--v7e39745c)}.processing-state[data-v-036f6c81]{margin-top:24px}.processing-content[data-v-036f6c81]{display:flex;flex-direction:column;align-items:center;gap:16px}.processing-spinner[data-v-036f6c81]{width:40px;height:40px;border:4px solid var(--v51e369e1);border-top:4px solid var(--v7e394ed2);border-radius:50%;animation:spin-036f6c81 1s linear infinite}@keyframes spin-036f6c81{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state[data-v-036f6c81]{margin-top:24px}.error-content[data-v-036f6c81]{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:32px}.error-content h3[data-v-036f6c81]{margin:0;color:var(--v2aed43e0)!important}.error-content p[data-v-036f6c81]{margin:0;color:var(--v2aed43e0)!important;max-width:600px}.error-content a[data-v-036f6c81]{color:var(--v7e394ed2)!important;text-decoration:none}.error-content a[data-v-036f6c81]:hover{text-decoration:underline}[data-v-cb64c2fb] .wasabi-table-cell__description{min-width:300px}vue-component-wrapper h1[data-v-741449e6],vue-component-wrapper h2[data-v-741449e6],vue-component-wrapper h3[data-v-741449e6],vue-component-wrapper h4[data-v-741449e6]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-741449e6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-741449e6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-741449e6]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-741449e6]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-741449e6]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-741449e6]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-741449e6]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-741449e6]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-741449e6]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-741449e6]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-741449e6]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-741449e6]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-741449e6]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-741449e6]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-741449e6]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.tags-selector[data-v-741449e6]{width:100%}.tags-column-wrapper[data-v-741449e6]{display:flex;flex-direction:column;height:100%}.column-header[data-v-741449e6]{margin-bottom:12px}.column-header span[data-v-741449e6]{color:rgb(var(--v-theme-neutral1000))}.search-field[data-v-741449e6],.search-field[data-v-741449e6] .v-field{background:rgb(var(--v-theme-surface))}.tags-list-container[data-v-741449e6]{flex:1;border:1px solid rgba(var(--v-theme-neutral300),.5);border-radius:8px;padding:8px;background:rgb(var(--v-theme-surface));min-height:320px}.tags-scroll[data-v-741449e6]{scrollbar-width:none;height:280px!important}.tag-item[data-v-741449e6]{display:flex;flex-direction:column;padding:8px 12px;margin:2px 0;border-radius:4px;cursor:pointer;transition:background-color .2s}.tag-item .tag-description[data-v-741449e6]{padding-left:28px;max-width:100%;display:block}.button-container[data-v-741449e6]{display:flex;justify-content:flex-end}.action-button[data-v-741449e6]{width:auto;height:26px!important}.no-tags-message[data-v-741449e6]{padding-top:135px!important;font-size:14px;color:rgba(var(--v-theme-neutral600),1)}[data-v-741449e6] .v-checkbox{height:auto}.text-truncate[data-v-741449e6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-v-741449e6] .v-label{font-size:13px;font-weight:700;margin-left:3px!important}[data-v-741449e6] .v-selection-control__wrapper{padding-top:20px}vue-component-wrapper h1[data-v-1807e5b6],vue-component-wrapper h2[data-v-1807e5b6],vue-component-wrapper h3[data-v-1807e5b6],vue-component-wrapper h4[data-v-1807e5b6]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-1807e5b6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-1807e5b6]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-1807e5b6]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-1807e5b6]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-1807e5b6]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-1807e5b6]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-1807e5b6]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-1807e5b6]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-1807e5b6]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-1807e5b6]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-1807e5b6]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-1807e5b6]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-1807e5b6]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-1807e5b6]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-1807e5b6]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.drawer-header[data-v-1807e5b6]{padding:24px;background-color:rgb(var(--v-theme-surface))}.drawer-header h3[data-v-1807e5b6]{margin:0;font-size:20px;font-weight:600;color:rgb(var(--v-theme-neutral1000))}.drawer-content[data-v-1807e5b6]{height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden}.drawer-content[data-v-1807e5b6]::-webkit-scrollbar{width:6px}.drawer-content[data-v-1807e5b6]::-webkit-scrollbar-track{background:rgba(var(--v-theme-neutral200),.5)}.drawer-content[data-v-1807e5b6]::-webkit-scrollbar-thumb{background:rgba(var(--v-theme-neutral400),.8);border-radius:3px}.drawer-content-wrapper[data-v-1807e5b6]{min-height:100%;display:flex;flex-direction:column;padding:24px 24px 24px 5px}.form-container[data-v-1807e5b6]{flex:1 0 auto}.drawer-actions[data-v-1807e5b6]{margin-top:auto;padding-top:24px;padding-bottom:8px}[data-v-1807e5b6] .v-divider{border-color:rgba(var(--v-theme-neutral300),1)!important;opacity:1!important}.field-wrapper[data-v-1807e5b6]{width:100%}.field-wrapper .field-label[data-v-1807e5b6]{display:block;font-size:14px;font-weight:700;margin-bottom:8px}[data-v-1807e5b6] .drawer.show{width:45vw!important}[data-v-1807e5b6] .wasabi-container{padding:24px 0!important}.description-field[data-v-1807e5b6] .v-input__control .v-field__input{max-height:48px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.description-field[data-v-1807e5b6] .v-input__control .v-field{min-height:48px!important;max-height:48px!important}.description-field[data-v-1807e5b6] .v-input__control input{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}vue-component-wrapper h1[data-v-290a4b26],vue-component-wrapper h2[data-v-290a4b26],vue-component-wrapper h3[data-v-290a4b26],vue-component-wrapper h4[data-v-290a4b26]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-290a4b26]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-290a4b26]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-290a4b26]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-290a4b26]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-290a4b26]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-290a4b26]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-290a4b26]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-290a4b26]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-290a4b26]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-290a4b26]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-290a4b26]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-290a4b26]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-290a4b26]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-290a4b26]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-290a4b26]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.tag-child-row[data-v-290a4b26]{display:flex;align-items:center;padding-left:40px;position:relative;min-height:48px}.tag-child-row[data-v-290a4b26]:before{content:"";position:absolute;left:12px;top:0;width:20px;height:50%;border-bottom:1px solid var(--v463814a0)}.tag-child-row[data-v-290a4b26]:after{content:"";position:absolute;left:12px;bottom:50%;width:1px;height:110%;background-color:var(--v463814a0)}.tag-child-row.first-in-group[data-v-290a4b26]:after{height:75%}.tag-description-ellipsis[data-v-290a4b26]{display:block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel[data-v-b02aedd2]{text-align:left;background-color:transparent!important}.mobile-head-line[data-v-b02aedd2]{display:none}@media screen and (max-width: 500px){.panel[data-v-b02aedd2]{padding:0!important}.mobile-head-line[data-v-b02aedd2]{display:block;padding-bottom:30px!important}[data-v-b02aedd2] .head-line{display:none}}.action-item-container[data-v-e90f20d8]{padding:0!important}.action-item-title[data-v-e90f20d8]{margin-left:8px!important;margin-bottom:14px!important}.right-column[data-v-e90f20d8]{padding-left:0!important}@media (min-width: 960px){.right-column[data-v-e90f20d8]{padding-left:85px!important}}.preview-activate-row[data-v-e90f20d8]{margin-top:20px;margin-right:6px}.preview-activate-row[data-v-e90f20d8] .inside__icon-start{margin-right:5px}.dropdown-selection[data-v-e90f20d8]{display:block;max-width:100%}.selection-container[data-v-e90f20d8]{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selection-text[data-v-e90f20d8]{display:inline}.selection-count[data-v-e90f20d8]{display:inline;white-space:nowrap}.first-word[data-v-e16da993]{font-weight:700}.progress-wrapper[data-v-e16da993]{margin-top:50px;margin-bottom:120px}.error-wrapper .error-display[data-v-e16da993]{max-width:550px}.error-wrapper .error-display a[data-v-e16da993]{color:rgb(var(--v-theme-blue600))}.error-wrapper .error-display .error-title[data-v-e16da993]{color:rgb(var(--v-theme-red600));margin-top:10px!important}.citations[data-v-e16da993]{margin-top:12px}.citations span[data-v-e16da993]{margin-right:5px;background-color:rgb(var(--v-theme-blue100));color:rgb(var(--v-theme-blue600));border-radius:2px;width:24px;font-size:12px;display:inline-block;padding:5px;align-content:center;min-width:14px;text-align:center;margin-bottom:5px;-webkit-user-select:none;user-select:none}.citations span.evidence[data-v-e16da993]{background-color:rgb(var(--v-theme-neutral200));color:rgb(var(--v-theme-neutral1000));cursor:pointer}.citations span.Boundaries[data-v-e16da993]{background-color:rgb(var(--v-theme-orange100));color:rgb(var(--v-theme-orange600))}.preview-card[data-v-e16da993]{border-radius:10px;background:var(--v7f6e77dd);box-shadow:0 0 6px 0 var(--e1e4f43c);display:flex;flex-direction:column}.preview-card .location-name[data-v-e16da993]{float:right;color:rgb(var(--v-theme-neutral1000));padding-top:5px}.action-item-chip[data-v-e16da993]{background-color:var(--v27cd163a);color:rgb(var(--v-theme-green600))!important}.preview-wrapper[data-v-e16da993]{margin-top:30px}.factor[data-v-e16da993]{padding-bottom:15px}.create-ai-boundary-container[data-v-7cfbfcf9]{padding:0!important}.boundary-title[data-v-7cfbfcf9]{margin-bottom:5px!important}.add-button[data-v-7cfbfcf9]{width:100%!important}.left-column[data-v-7cfbfcf9]{margin-right:0!important}.right-column[data-v-7cfbfcf9]{margin-top:10px!important}@media (min-width: 960px){.left-column[data-v-7cfbfcf9]{margin-right:80px!important}.right-column[data-v-7cfbfcf9]{margin-right:10px!important}.add-button[data-v-7cfbfcf9]{width:auto!important}}[data-v-c0839730] .wasabi-table-cell__promptText{min-width:300px;max-width:600px}.icon-with-popover[data-v-c3d515e7] i.v-icon:hover,.icon-with-popover.hovered[data-v-c3d515e7] i.v-icon{color:rgb(var(--v-theme-blue600))}.first-hr[data-v-e75b2fab]{margin-top:25px;margin-bottom:25px}.second-hr[data-v-e75b2fab]{margin-top:35px;margin-bottom:25px}.feature-flag-wrapper[data-v-e75b2fab]{display:flex;margin-bottom:25px;gap:20px}.feature-flag-wrapper [data-v-e75b2fab] .v-label{font-size:12px}.ai-coach-warning[data-v-e75b2fab] .v-alert__content .v-alert-title{color:rgb(var(--v-theme-black))}vue-component-wrapper h1[data-v-b1feccca],vue-component-wrapper h2[data-v-b1feccca],vue-component-wrapper h3[data-v-b1feccca],vue-component-wrapper h4[data-v-b1feccca]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-b1feccca]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-b1feccca]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-b1feccca]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-b1feccca]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-b1feccca]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-b1feccca]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-b1feccca]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-b1feccca]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-b1feccca]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-b1feccca]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-b1feccca]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-b1feccca]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-b1feccca]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-b1feccca]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-b1feccca]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}[data-v-b1feccca] .v-file-upload{padding:32px 0}[data-v-b1feccca] .v-file-upload-title,[data-v-b1feccca] .v-file-upload-divider{display:none}.time-input[data-v-c3ff80e7]{width:100%;padding:8px 12px;border:1px solid var(--v3dd74dee);border-radius:4px;font-size:14px;line-height:1.5}.time-input[data-v-c3ff80e7]:focus{outline:none;border-color:rgb(var(--v-theme-primary));border-width:2px;padding:7px 11px}vue-component-wrapper h1[data-v-50b5bee1],vue-component-wrapper h2[data-v-50b5bee1],vue-component-wrapper h3[data-v-50b5bee1],vue-component-wrapper h4[data-v-50b5bee1]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-50b5bee1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-50b5bee1]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-50b5bee1]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-50b5bee1]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-50b5bee1]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-50b5bee1]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-50b5bee1]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-50b5bee1]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-50b5bee1]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-50b5bee1]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-50b5bee1]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-50b5bee1]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-50b5bee1]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-50b5bee1]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-50b5bee1]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.color-picker[data-v-50b5bee1]{width:40px;height:40px;border:none;cursor:pointer;border-radius:4px}.image-preview[data-v-50b5bee1]{border-radius:4px;object-fit:contain}.logo-preview[data-v-50b5bee1]{width:64px;height:64px}.cover-preview[data-v-50b5bee1]{width:100%;max-height:120px;object-fit:cover}.brand-preview-card[data-v-50b5bee1]{border:1px solid var(--v2016ccea);border-radius:8px;overflow:hidden}.preview-cover[data-v-50b5bee1]{height:100px;background:var(--v253f3ff2);overflow:hidden}.preview-cover-image[data-v-50b5bee1]{width:100%;height:100%;object-fit:cover}.preview-logo[data-v-50b5bee1]{width:40px;height:40px;object-fit:contain;border-radius:50%}.linked-modal .modal__content{overflow:visible!important;flex:0 0 auto!important}.slug-prefix[data-v-62654e0c]{white-space:nowrap;display:flex;align-items:center;height:100%}.color-picker[data-v-23f389bd]{width:40px;height:40px;border:none;border-radius:4px;cursor:pointer;padding:0}.color-picker[data-v-23f389bd]::-webkit-color-swatch-wrapper{padding:0}.color-picker[data-v-23f389bd]::-webkit-color-swatch{border:1px solid var(--v4b9e8757);border-radius:4px}.image-preview[data-v-23f389bd]{border-radius:4px;object-fit:contain}.logo-preview[data-v-23f389bd]{width:64px;height:64px}.cover-preview[data-v-23f389bd]{width:100%;max-height:120px;object-fit:cover}.page-content[data-v-c80f54c9]{max-width:1300px}.address-cell[data-v-c80f54c9]{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vue-component-wrapper h1[data-v-0e125702],vue-component-wrapper h2[data-v-0e125702],vue-component-wrapper h3[data-v-0e125702],vue-component-wrapper h4[data-v-0e125702]{margin:0!important;padding:0!important}vue-component-wrapper h1[data-v-0e125702]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h2[data-v-0e125702]{font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}vue-component-wrapper h3[data-v-0e125702]{font-size:20px!important;font-weight:700!important;line-height:28px!important;margin:0!important}vue-component-wrapper h4[data-v-0e125702]{font-size:18px!important;font-weight:700!important;line-height:26px!important;margin:0!important}vue-component-wrapper .p1[data-v-0e125702]{font-size:16px!important;font-weight:700!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p2[data-v-0e125702]{font-size:16px!important;font-weight:400!important;line-height:24px!important;margin:0!important}vue-component-wrapper .p3[data-v-0e125702]{font-size:14px!important;font-weight:700!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p4[data-v-0e125702]{font-size:14px!important;font-weight:600!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p5[data-v-0e125702]{font-size:14px!important;font-weight:400!important;line-height:20px!important;margin:0!important}vue-component-wrapper .p6[data-v-0e125702]{font-size:12px!important;font-weight:700!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p7[data-v-0e125702]{font-size:12px!important;font-weight:400!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p8[data-v-0e125702]{font-size:12px!important;font-weight:600!important;line-height:18px!important;margin:0!important}vue-component-wrapper .p9[data-v-0e125702]{font-size:10px!important;font-weight:600!important;line-height:16px!important;margin:0!important}vue-component-wrapper .p10[data-v-0e125702]{font-size:9px!important;font-weight:400!important;line-height:15px!important;margin:0!important}vue-component-wrapper .label-lg[data-v-0e125702]{font-size:16px!important;font-weight:600!important;line-height:24px!important;margin:0!important}.cover-container[data-v-0e125702]{border-radius:8px;overflow:hidden;max-height:200px}.cover-image[data-v-0e125702]{width:100%;height:auto;object-fit:cover}.logo-image[data-v-0e125702]{width:64px;height:64px;object-fit:contain;border-radius:50%}.not-found-container[data-v-f89e94e3]{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:24px}.not-found-content[data-v-f89e94e3]{text-align:center;max-width:480px}.not-found-title[data-v-f89e94e3]{font-size:28px;font-weight:600;margin-bottom:12px}.not-found-message[data-v-f89e94e3]{font-size:16px;margin-bottom:24px;color:#0009}[data-v-e79b944a] .bg-primary>.v-chip__underlay{opacity:0!important}.tag-selector[data-v-e79b944a]>.v-input__control>.v-field>.v-field,.tag-selector[data-v-e79b944a]>.v-input__control>.v-field>.v-field__field>.v-field__input{cursor:default!important}.edit-survey-tags-btn[data-v-e79b944a]>.v-btn__content>.inside__icon-end{color:#fff!important;background:var(--aad0a626)!important;border-radius:50%!important;padding:2px!important;margin-left:10px}.edit-survey-tags-btn[data-v-e79b944a]:hover>.v-btn__content>.inside__icon-end{background-color:var(--aad08fa0)!important}.summary-tile[data-v-1f98c694]{background-color:#f9f9f9;border:1px solid #E5E5E5;border-radius:5px;display:flex;flex-direction:column;align-items:center;padding:12px 10px;margin-right:15px;min-height:88px}.summary-tile[data-v-1f98c694]:last-child{margin-right:0}.summary-header[data-v-1f98c694]{display:flex;align-items:center;font-weight:500;color:#353535;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-header[data-v-1f98c694] span{display:inline-flex;align-items:center}.summary-subtitle[data-v-1f98c694]{font-size:11px;color:#6c757d;margin-top:0}.summary-value[data-v-1f98c694]{text-align:center;margin-top:auto}.summary-badge[data-v-1f98c694]{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:72px;border-radius:8px;background-color:#e5e5e5;color:#353535;font-size:14px;font-weight:700;padding:0 8px;line-height:20px}.feedback-volume[data-v-16f830d9]{display:flex;flex-direction:column}.header[data-v-16f830d9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header .title[data-v-16f830d9]{font-size:16px;font-weight:500}.header-right[data-v-16f830d9]{display:flex;align-items:center;gap:16px}.view-by-container[data-v-16f830d9]{display:flex;align-items:center;gap:8px}.view-by-label[data-v-16f830d9]{font-size:.875rem;white-space:nowrap}.view-by-container[data-v-16f830d9] .v-select{max-width:120px}.view-by-container[data-v-16f830d9] .v-field{min-height:28px;--v-field-border-opacity: 1;border-color:var(--v181563af)}.view-by-container[data-v-16f830d9] .v-field__outline__start,.view-by-container[data-v-16f830d9] .v-field__outline__end{border-color:var(--v181563af)}.view-by-container[data-v-16f830d9] .v-field__input{padding-top:2px;padding-bottom:2px;min-height:28px;font-size:.875rem}.summaries[data-v-16f830d9]{display:flex;padding:0}.summaries[data-v-16f830d9]>*{flex:1}.chart-area[data-v-16f830d9]{padding:10px 0}.trends-chart-container[data-v-16f830d9]{position:relative;width:100%}.trends-chart[data-v-16f830d9]{display:block;width:100%;height:210px}.axis-label[data-v-16f830d9]{font-size:12px;fill:var(--e56211f0);font-weight:100}.chart-hover-dot[data-v-16f830d9]{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.chart-hover-label[data-v-16f830d9]{position:absolute;transform:translate(-50%,-100%) translateY(-6px);pointer-events:none;font-size:11px;font-weight:600;white-space:nowrap;z-index:1}.legend[data-v-16f830d9]{display:flex;padding:0 15px 10px;gap:15px}.legend-item[data-v-16f830d9]{display:flex;align-items:center;gap:5px}.legend-color[data-v-16f830d9]{width:18px;height:12px;border-radius:2px}.legend-text[data-v-16f830d9]{font-size:.8125rem;color:var(--e56211f0)}[data-v-580aee5a] .v-counter{position:absolute!important;bottom:0!important;right:0!important}[data-v-580aee5a] .v-input__details{position:relative!important}[data-v-580aee5a] .v-field__input{min-height:80px!important}[data-v-580aee5a] .v-field--focused{outline:1px solid var(--e411977a)!important}[data-v-66155920] .v-counter{position:absolute!important;bottom:0!important;right:0!important}[data-v-66155920] .v-input__details{position:relative!important}[data-v-66155920] .v-field__input{min-height:80px!important}[data-v-66155920] .v-field--focused{outline:1px solid grey!important}[data-v-66155920] .modal__actions{margin-top:0!important;margin-bottom:0!important}[data-v-66155920] .btn__close{background-color:var(--v79d20843);transition:background-color .2s ease}[data-v-66155920] .btn__close:hover{background-color:var(--ccb2fc76)}.subheader[data-v-66155920]{padding-top:20px;font-size:18px}.channel-delay-customization.disabled[data-v-5fbf5d3d]{pointer-events:none}.channel-delay-customization.disabled .questionnaires-link[data-v-5fbf5d3d]{color:#ababab!important}.questionnaires-link[data-v-5fbf5d3d]{color:#353535;cursor:pointer}.questionnaires-link[data-v-5fbf5d3d]:hover{color:#0577d1}
