:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-6xl: 6rem;--color-primary: #4caf50;--color-primary-dark: #388e3c;--color-primary-light: #81c784;--color-accent: #e91e63;--color-accent-dark: #c2185b;--color-accent-light: #f48fb1;--color-background: #fbf7f5;--color-surface: #ffffff;--color-text-primary: #212121;--color-text-secondary: #757575;--color-text-disabled: #bdbdbd;--color-success: #4caf50;--color-error: #f44336;--color-warning: #ff9800;--color-warning-dark: #f57c00;--color-dark: #1a1a1a;--color-dark-light: #2d2d2d;--color-dark-lighter: #444444;--mat-menu-item-icon-color: #ffffff !important;--mat-sys-on-surface-variant: #ffffff !important;--color-error-alpha-10: color-mix( in srgb, var(--color-error) 10%, transparent );--color-error-alpha-30: color-mix( in srgb, var(--color-error) 30%, transparent );--color-success-alpha-10: color-mix( in srgb, var(--color-success) 10%, transparent );--color-success-alpha-30: color-mix( in srgb, var(--color-success) 30%, transparent );--color-warning-alpha-10: color-mix( in srgb, var(--color-warning) 10%, transparent );--color-warning-alpha-30: color-mix( in srgb, var(--color-warning) 30%, transparent );--color-primary-alpha-10: color-mix( in srgb, var(--color-primary) 10%, transparent );--color-primary-alpha-30: color-mix( in srgb, var(--color-primary) 30%, transparent );--color-success-light: color-mix( in srgb, var(--color-success) 15%, var(--color-surface) );--color-error-light: color-mix( in srgb, var(--color-error) 15%, var(--color-surface) );--color-warning-light: color-mix( in srgb, var(--color-warning) 15%, var(--color-surface) );--color-info-light: color-mix( in srgb, var(--color-primary) 15%, var(--color-surface) );--color-accent-rgb: 233, 30, 99;--color-text-secondary-lighter: #e0e0e0;--color-primary-medium-alpha: #a5d6a7;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-banner: 0 2px 4px rgba(0, 0, 0, .1);--text-shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-button-default: 0 4px 12px rgba(var(--color-accent-rgb), .2);--shadow-button-hover: 0 6px 20px rgba(var(--color-accent-rgb), .3);--shadow-button-active: 0 2px 8px rgba(var(--color-accent-rgb), .2);--shadow-button-disabled: 0 2px 4px rgba(var(--color-accent-rgb), .1);--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out;--transition-slow: .35s ease-in-out;--button-height-standard: 56px}@media (prefers-color-scheme: dark){:root:not(.theme-light) a{color:var(--color-primary)!important;text-decoration:none}:root:not(.theme-light) a:hover{color:var(--color-primary-light)!important}:root:not(.theme-light) a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}}@media (max-width: 768px){:root{--spacing-xl: 1.5rem;--spacing-2xl: 2rem;--spacing-3xl: 3rem}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}}button:focus,a:focus,input:focus,textarea:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mat-button:focus,.mat-fab:focus,.mat-icon-button:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-contrast: more){:root{--color-primary: #000000;--color-text-primary: #000000;--color-background: #ffffff}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.loading{position:relative}.loading:after{content:"Loading...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-surface);padding:var(--spacing-sm);border-radius:var(--radius-sm);font-size:var(--font-size-sm);z-index:10}:root{--mdc-theme-primary: var(--color-primary);--mdc-theme-on-primary: white;--mdc-theme-secondary: var(--color-accent);--mdc-theme-on-secondary: white;--mdc-theme-surface: var(--color-surface);--mdc-theme-on-surface: var(--color-text-primary);--mdc-theme-background: var(--color-background);--mdc-theme-on-background: var(--color-text-primary);--mdc-theme-error: var(--color-accent);--mdc-theme-on-error: white}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.col-6{flex:0 0 auto;width:50%}.col-12{flex:0 0 auto;width:100%}@media (min-width: 768px){.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width: 992px){.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}}.d-block{display:block!important}.d-flex{display:flex!important}.d-none{display:none!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.justify-content-center{justify-content:center!important}.mb-3{margin-bottom:1rem!important}@media (min-width: 768px){.d-md-block{display:block!important}.d-md-none{display:none!important}.mb-md-0{margin-bottom:0!important}}@media (min-width: 992px){.d-lg-block{display:block!important}.d-lg-none{display:none!important}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/fonts/roboto-v30-latin-regular.woff2) format("woff2")}:root{--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--color-primary: #4caf50;--color-primary-dark: #388e3c;--color-accent: #e91e63;--color-accent-dark: #c2185b;--color-background: #fbf7f5;--color-surface: #ffffff;--color-text-primary: #212121;--color-text-secondary: #757575;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out}html,body{height:100%;scroll-behavior:smooth}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif;background-color:var(--color-background);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg);max-width:100%;height:auto;display:block}h1{color:var(--color-text-primary);margin-bottom:var(--spacing-lg);font-size:var(--font-size-4xl);font-weight:600;text-align:center;border-bottom:3px solid var(--color-primary);padding-bottom:var(--spacing-md);position:relative}h2{color:var(--color-text-primary);font-size:var(--font-size-3xl);font-weight:500;margin-bottom:var(--spacing-md);position:relative}a{color:var(--color-primary);text-decoration:none;transition:all var(--transition-fast);position:relative}a:hover{color:var(--color-primary-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}@media (prefers-color-scheme: dark){:root:not(.theme-light) a{color:var(--color-primary)!important;text-decoration:none}:root:not(.theme-light) a:hover{color:var(--color-primary-light)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}:root:not(.theme-light) a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}}:root{--mdc-theme-primary: var(--color-primary);--mdc-theme-on-primary: white;--mdc-theme-secondary: var(--color-accent);--mdc-theme-on-secondary: white;--mdc-theme-surface: var(--color-surface);--mdc-theme-on-surface: var(--color-text-primary);--mdc-theme-background: var(--color-background);--mdc-theme-on-background: var(--color-text-primary)}@media (max-width: 768px){:root{--spacing-xl: 1.5rem;--spacing-2xl: 2rem;--spacing-3xl: 3rem}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}}:root{--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--color-primary-light: #81c784;--color-accent-light: #f48fb1;--color-text-disabled: #bdbdbd;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--transition-slow: .35s ease-in-out}.center{text-align:center}.left{text-align:left}.right{text-align:right}.row-no-margin-sides{margin:0!important}.no-padding-left{padding-left:0!important}.small-spacer{margin:var(--spacing-xs) 0}img:not([width]):not([height]){aspect-ratio:attr(width)/attr(height)}iframe,video{max-width:100%}iframe:not([height]),video:not([height]){height:auto}p,div,span{contain:layout}app-optimized-image{display:block;contain:layout}h3{color:var(--color-text-primary);font-size:var(--font-size-2xl);font-weight:500;margin-bottom:var(--spacing-sm)}h1:after{display:none}a:not(.mat-button):not(.mat-fab):not(.mat-icon-button):after{display:none}a:not(.mat-button):not(.mat-fab):not(.mat-icon-button):hover:after{display:none}.mat-button,.mat-fab,.mat-icon-button{transition:all var(--transition-normal)!important;border-radius:var(--radius-lg)!important;position:relative;overflow:hidden}.mat-button:before,.mat-fab:before,.mat-icon-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left var(--transition-slow)}.mat-button:hover:before,.mat-fab:hover:before,.mat-icon-button:hover:before{left:100%}.mat-button:hover,.mat-fab:hover,.mat-icon-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:var(--shadow-xl)!important}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--spacing-lg);margin:var(--spacing-md) 0;transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}button:focus,a:focus{outline:2px solid var(--color-primary);outline-offset:2px}a:focus{outline:none!important}.footer a:focus{outline:none!important}html{scroll-padding-top:80px}.loading{opacity:.6;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--color-primary);border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{--mdc-text-button-label-text-color: var(--color-primary);--mdc-filled-button-container-color: var(--color-primary);--mdc-outlined-button-outline-color: var(--color-primary)}:root{--mdc-theme-error: var(--color-accent);--mdc-theme-on-error: white}html{--mat-app-background-color: #f9faf3;--mat-app-text-color: #1a1c18;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, #1a1c18 10%, transparent)}html{--mat-option-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-option-label-text-color: #1a1c18;--mat-option-selected-state-label-text-color: #3c4b37;--mat-option-selected-state-layer-color: #d7e8cd}html{--mat-optgroup-label-text-color: #43483f}html{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f9faf3;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #026e00;--mat-pseudo-checkbox-full-unselected-icon-color: #43483f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #026e00}html{--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem}html{--mat-optgroup-label-text-font: Roboto;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500}html{--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #f3f4ed;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #e2e3dc;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #f9faf3;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #c3c8bc;--mat-card-subtitle-text-color: #1a1c18}html{--mat-card-subtitle-text-font: Roboto;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}html{--mat-progress-bar-active-indicator-color: #026e00;--mat-progress-bar-track-color: #dfe4d7}html{--mat-tooltip-container-color: #2f312d;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #f1f1eb}html{--mat-tooltip-supporting-text-font: Roboto;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-enabled-select-arrow-color: #43483f;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #43483f;--mat-form-field-filled-caret-color: #026e00;--mat-form-field-filled-container-color: #dfe4d7;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1c18 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #026e00;--mat-form-field-filled-focus-label-text-color: #026e00;--mat-form-field-filled-hover-active-indicator-color: #1a1c18;--mat-form-field-filled-hover-label-text-color: #43483f;--mat-form-field-filled-input-text-color: #1a1c18;--mat-form-field-filled-input-text-placeholder-color: #43483f;--mat-form-field-filled-label-text-color: #43483f;--mat-form-field-focus-select-arrow-color: #026e00;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #43483f;--mat-form-field-outlined-caret-color: #026e00;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #026e00;--mat-form-field-outlined-focus-outline-color: #026e00;--mat-form-field-outlined-hover-label-text-color: #1a1c18;--mat-form-field-outlined-hover-outline-color: #1a1c18;--mat-form-field-outlined-input-text-color: #1a1c18;--mat-form-field-outlined-input-text-placeholder-color: #43483f;--mat-form-field-outlined-label-text-color: #43483f;--mat-form-field-outlined-outline-color: #73796e;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-select-option-text-color: #1a1c18;--mat-form-field-state-layer-color: #1a1c18;--mat-form-field-trailing-icon-color: #43483f}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-form-field-container-text-font: Roboto;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400}html{--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: #eeeee7;--mat-select-enabled-trigger-text-color: #1a1c18;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-select-placeholder-text-color: #43483f;--mat-select-enabled-arrow-color: #43483f;--mat-select-disabled-arrow-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-select-focused-arrow-color: #026e00;--mat-select-invalid-arrow-color: #ba1a1a}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: Roboto;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: #eeeee7}html{--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0}html{--mat-dialog-container-color: #f9faf3;--mat-dialog-subhead-color: #1a1c18;--mat-dialog-supporting-text-color: #43483f}html{--mat-dialog-subhead-font: Roboto;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400}html{--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38}html{--mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-chip-elevated-selected-container-color: #d7e8cd;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-chip-focus-outline-color: #43483f;--mat-chip-focus-state-layer-color: #43483f;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #43483f;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #43483f;--mat-chip-outline-color: #73796e;--mat-chip-selected-disabled-trailing-icon-color: #1a1c18;--mat-chip-selected-focus-state-layer-color: #3c4b37;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #3c4b37;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #3c4b37;--mat-chip-selected-trailing-action-state-layer-color: #3c4b37;--mat-chip-selected-trailing-icon-color: #3c4b37;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #43483f;--mat-chip-with-icon-disabled-icon-color: #1a1c18;--mat-chip-with-icon-icon-color: #43483f;--mat-chip-with-icon-selected-icon-color: #3c4b37;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1c18;--mat-chip-with-trailing-icon-trailing-icon-color: #43483f}html{--mat-chip-container-height: 32px}html{--mat-chip-label-text-font: Roboto;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500}html{--mat-slide-toggle-disabled-selected-handle-opacity: 1;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-disabled-label-text-color: #1a1c18;--mat-slide-toggle-disabled-selected-handle-color: #f9faf3;--mat-slide-toggle-disabled-selected-icon-color: #1a1c18;--mat-slide-toggle-disabled-selected-track-color: #1a1c18;--mat-slide-toggle-disabled-unselected-handle-color: #1a1c18;--mat-slide-toggle-disabled-unselected-icon-color: #dfe4d7;--mat-slide-toggle-disabled-unselected-track-color: #dfe4d7;--mat-slide-toggle-disabled-unselected-track-outline-color: #1a1c18;--mat-slide-toggle-label-text-color: #1a1c18;--mat-slide-toggle-selected-focus-handle-color: #77ff61;--mat-slide-toggle-selected-focus-state-layer-color: #026e00;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #026e00;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #77ff61;--mat-slide-toggle-selected-hover-state-layer-color: #026e00;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #026e00;--mat-slide-toggle-selected-icon-color: #015300;--mat-slide-toggle-selected-pressed-handle-color: #77ff61;--mat-slide-toggle-selected-pressed-state-layer-color: #026e00;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #026e00;--mat-slide-toggle-selected-track-color: #026e00;--mat-slide-toggle-track-outline-color: #73796e;--mat-slide-toggle-unselected-focus-handle-color: #43483f;--mat-slide-toggle-unselected-focus-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #dfe4d7;--mat-slide-toggle-unselected-handle-color: #73796e;--mat-slide-toggle-unselected-hover-handle-color: #43483f;--mat-slide-toggle-unselected-hover-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #dfe4d7;--mat-slide-toggle-unselected-icon-color: #dfe4d7;--mat-slide-toggle-unselected-pressed-handle-color: #43483f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #dfe4d7;--mat-slide-toggle-unselected-track-color: #dfe4d7}html{--mat-slide-toggle-touch-target-display: block}html{--mat-slide-toggle-label-text-font: Roboto;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px}html{--mat-radio-checked-ripple-color: #026e00;--mat-radio-disabled-label-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-radio-disabled-selected-icon-color: #1a1c18;--mat-radio-disabled-unselected-icon-color: #1a1c18;--mat-radio-label-text-color: #1a1c18;--mat-radio-ripple-color: #1a1c18;--mat-radio-selected-focus-icon-color: #026e00;--mat-radio-selected-hover-icon-color: #026e00;--mat-radio-selected-icon-color: #026e00;--mat-radio-selected-pressed-icon-color: #026e00;--mat-radio-unselected-focus-icon-color: #1a1c18;--mat-radio-unselected-hover-icon-color: #1a1c18;--mat-radio-unselected-icon-color: #43483f;--mat-radio-unselected-pressed-icon-color: #1a1c18}html{--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px}html{--mat-radio-label-text-font: Roboto;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400}html{--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px}html{--mat-slider-active-track-color: #026e00;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1a1c18;--mat-slider-disabled-handle-color: #1a1c18;--mat-slider-disabled-inactive-track-color: #1a1c18;--mat-slider-focus-handle-color: #026e00;--mat-slider-focus-state-layer-color: color-mix(in srgb, #026e00 20%, transparent);--mat-slider-handle-color: #026e00;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #026e00;--mat-slider-hover-state-layer-color: color-mix(in srgb, #026e00 5%, transparent);--mat-slider-inactive-track-color: #dfe4d7;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #026e00;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #026e00;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1a1c18;--mat-slider-with-tick-marks-inactive-container-color: #43483f}html{--mat-slider-label-label-text-font: Roboto;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500}html{--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px}html{--mat-menu-container-shape: 4px;--mat-menu-divider-color: #dfe4d7;--mat-menu-item-label-text-color: #1a1c18;--mat-menu-item-icon-color: #43483f;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-menu-container-color: #eeeee7;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font: Roboto;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500}html{--mat-list-active-indicator-color: #d7e8cd;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #1a1c18;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #1a1c18;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #1a1c18;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #1a1c18;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #1a1c18;--mat-list-list-item-focus-state-layer-color: #1a1c18;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #1a1c18;--mat-list-list-item-hover-state-layer-color: #1a1c18;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #1a1c18;--mat-list-list-item-leading-avatar-color: #77ff61;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #43483f;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #026e00;--mat-list-list-item-supporting-text-color: #43483f;--mat-list-list-item-trailing-icon-color: #43483f;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #43483f}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}html{--mat-list-list-item-label-text-font: Roboto;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: #1a1c18;--mat-paginator-container-background-color: #f9faf3;--mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-paginator-enabled-icon-color: #43483f}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-paginator-container-text-font: Roboto;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem}html{--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px}html{--mat-tab-active-focus-indicator-color: #026e00;--mat-tab-active-focus-label-text-color: #1a1c18;--mat-tab-active-hover-indicator-color: #026e00;--mat-tab-active-hover-label-text-color: #1a1c18;--mat-tab-active-indicator-color: #026e00;--mat-tab-active-label-text-color: #1a1c18;--mat-tab-active-ripple-color: #1a1c18;--mat-tab-divider-color: #dfe4d7;--mat-tab-inactive-focus-label-text-color: #1a1c18;--mat-tab-inactive-hover-label-text-color: #1a1c18;--mat-tab-inactive-label-text-color: #1a1c18;--mat-tab-inactive-ripple-color: #1a1c18;--mat-tab-pagination-icon-color: #1a1c18;--mat-tab-disabled-ripple-color: #43483f}html{--mat-tab-container-height: 48px}html{--mat-tab-label-text-font: Roboto;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500}html{--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f9faf3;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-label-text-color: #1a1c18;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #026e00;--mat-checkbox-selected-focus-state-layer-color: #026e00;--mat-checkbox-selected-hover-icon-color: #026e00;--mat-checkbox-selected-hover-state-layer-color: #026e00;--mat-checkbox-selected-icon-color: #026e00;--mat-checkbox-selected-pressed-icon-color: #026e00;--mat-checkbox-selected-pressed-state-layer-color: #1a1c18;--mat-checkbox-unselected-focus-icon-color: #1a1c18;--mat-checkbox-unselected-focus-state-layer-color: #1a1c18;--mat-checkbox-unselected-hover-icon-color: #1a1c18;--mat-checkbox-unselected-hover-state-layer-color: #1a1c18;--mat-checkbox-unselected-icon-color: #43483f;--mat-checkbox-unselected-pressed-state-layer-color: #026e00}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-checkbox-label-text-font: Roboto;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400}html{--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: #026e00;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-filled-disabled-state-layer-color: #43483f;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #43483f;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #026e00;--mat-button-outlined-outline-color: #73796e;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-outlined-state-layer-color: #026e00;--mat-button-protected-container-color: #f9faf3;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-protected-disabled-state-layer-color: #43483f;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #026e00;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-protected-state-layer-color: #026e00;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-text-disabled-state-layer-color: #43483f;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #026e00;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-text-state-layer-color: #026e00;--mat-button-tonal-container-color: #d7e8cd;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #43483f;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #3c4b37;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #3c4b37 12%, transparent);--mat-button-tonal-state-layer-color: #3c4b37}html{--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block}html{--mat-button-filled-label-text-font: Roboto;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-icon-button-disabled-state-layer-color: #43483f;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #43483f;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #43483f 12%, transparent);--mat-icon-button-state-layer-color: #43483f}html{--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px}html{--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px}html{--mat-fab-container-color: #77ff61;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #015300;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #015300 12%, transparent);--mat-fab-small-container-color: #77ff61;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #015300;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #015300 12%, transparent);--mat-fab-small-state-layer-color: #015300;--mat-fab-state-layer-color: #015300}html{--mat-fab-touch-target-display: block}html{--mat-fab-extended-label-text-font: Roboto;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-button-color: #02e600;--mat-snack-bar-container-color: #2f312d;--mat-snack-bar-supporting-text-color: #f1f1eb}html{--mat-snack-bar-supporting-text-font: Roboto;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #f9faf3;--mat-table-header-headline-color: #1a1c18;--mat-table-row-item-label-text-color: #1a1c18;--mat-table-row-item-outline-color: #73796e}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: Roboto;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400}html{--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px}html{--mat-progress-spinner-active-indicator-color: #026e00}html{--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px}html{--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html{--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500}html{--mat-bottom-sheet-container-shape: 28px}html{--mat-bottom-sheet-container-text-color: #1a1c18;--mat-bottom-sheet-container-background-color: #f3f4ed}html{--mat-bottom-sheet-container-text-font: Roboto;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px}html{--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-toggle-divider-color: #73796e;--mat-button-toggle-selected-state-background-color: #d7e8cd;--mat-button-toggle-selected-state-text-color: #3c4b37;--mat-button-toggle-state-layer-color: #1a1c18;--mat-button-toggle-text-color: #1a1c18}html{--mat-button-toggle-height: 40px}html{--mat-button-toggle-label-text-font: Roboto;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500}html{--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-shape: 28px}html{--mat-datepicker-calendar-body-label-text-color: #1a1c18;--mat-datepicker-calendar-container-background-color: #e8e9e1;--mat-datepicker-calendar-container-text-color: #1a1c18;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e1;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #54634d;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d7e8cd;--mat-datepicker-calendar-date-in-range-state-background-color: #77ff61;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #026e00;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #026e00;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1a1c18;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #026e00;--mat-datepicker-calendar-date-today-selected-state-outline-color: #026e00;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #43483f;--mat-datepicker-calendar-navigation-button-icon-color: #43483f;--mat-datepicker-calendar-period-button-icon-color: #43483f;--mat-datepicker-calendar-period-button-text-color: #43483f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-range-input-separator-color: #1a1c18;--mat-datepicker-toggle-active-state-icon-color: #026e00;--mat-datepicker-toggle-icon-color: #43483f}html{--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto;--mat-datepicker-calendar-text-size: .875rem}html{--mat-divider-width: 1px}html{--mat-divider-color: #c3c8bc}html{--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}html{--mat-expansion-actions-divider-color: #73796e;--mat-expansion-container-background-color: #f9faf3;--mat-expansion-container-text-color: #1a1c18;--mat-expansion-header-description-color: #43483f;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-expansion-header-indicator-color: #43483f;--mat-expansion-header-text-color: #1a1c18}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-container-text-font: Roboto;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500}html{--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto}html{--mat-icon-color: inherit}html{--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent}html{--mat-sidenav-container-background-color: #f9faf3;--mat-sidenav-container-text-color: #43483f;--mat-sidenav-content-background-color: #f9faf3;--mat-sidenav-content-text-color: #1a1c18;--mat-sidenav-scrim-color: color-mix(in srgb, #2c3229 40%, transparent)}html{--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px}html{--mat-stepper-container-color: #f9faf3;--mat-stepper-header-done-state-icon-background-color: #026e00;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #026e00;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-stepper-header-icon-background-color: #43483f;--mat-stepper-header-icon-foreground-color: #f9faf3;--mat-stepper-header-label-text-color: #43483f;--mat-stepper-header-optional-label-text-color: #43483f;--mat-stepper-header-selected-state-icon-background-color: #026e00;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #43483f;--mat-stepper-line-color: #73796e}html{--mat-stepper-container-text-font: Roboto;--mat-stepper-header-label-text-font: Roboto;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #1a1c18}html{--mat-toolbar-container-background-color: #f9faf3;--mat-toolbar-container-text-color: #1a1c18}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: Roboto;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400}html{--mat-tree-container-background-color: #f9faf3;--mat-tree-node-text-color: #1a1c18}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: Roboto;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px}html{--mat-timepicker-container-background-color: #eeeee7;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}:root{--custom-has-background-color: #e8f5e9;--custom-accent-color: #e91e63;--custom-primary: #4caf50;--custom-primary-dark: #388e3c;--custom-primary-light: #81c784;--custom-accent-dark: #c2185b;--custom-accent-light: #f48fb1;--custom-background: #fbf7f5;--custom-surface: #ffffff;--custom-text-primary: #212121;--custom-text-secondary: #757575;--custom-text-white: #ffffff;--custom-success: #4caf50;--custom-error: #f44336;--custom-warning: #ff9800}:root{--mat-button-filled-container-color: #4caf50;--mat-button-filled-label-text-color: #ffffff;--mat-button-outlined-label-text-color: #ffffff;--mat-button-outlined-outline-color: #4caf50;--mat-button-tonal-container-color: #e8f5e9;--mat-form-field-outlined-focus-outline-color: #4caf50;--mat-form-field-outlined-outline-color: #757575;--mat-progress-bar-active-indicator-color: #4caf50;--mat-checkbox-selected-icon-color: #4caf50;--mat-radio-selected-icon-color: #4caf50;--mat-menu-container-color: #ffffff !important;--mat-menu-item-label-text-color: #212121 !important;--mat-menu-item-icon-color: #757575 !important;--mat-menu-divider-color: #e0e0e0 !important}.accent-background{--mat-menu-item-icon-color: var(--custom-text-white) !important;--mat-sys-on-surface-variant: var(--custom-text-white) !important}h1{font-size:var(--font-size-4xl)!important;line-height:1.2!important}h2{font-size:var(--font-size-3xl)!important;line-height:1.3!important}h3{font-size:var(--font-size-2xl)!important;line-height:1.3!important}h4{font-size:var(--font-size-xl)!important;line-height:1.4!important}h5{font-size:var(--text-body)!important;line-height:1.5!important}h6{font-size:var(--text-body-small)!important;line-height:1.5!important}p,a,li,span,div{font-size:var(--text-body)!important;line-height:1.6!important}.theme-light{--mat-app-background-color: #f9faf3;--mat-app-text-color: #1a1c18;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, #1a1c18 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-option-label-text-color: #1a1c18;--mat-option-selected-state-label-text-color: #3c4b37;--mat-option-selected-state-layer-color: #d7e8cd;--mat-optgroup-label-text-color: #43483f;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #f9faf3;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #026e00;--mat-pseudo-checkbox-full-unselected-icon-color: #43483f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #026e00;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500;--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px;--mat-card-elevated-container-color: #f3f4ed;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #e2e3dc;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #f9faf3;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #c3c8bc;--mat-card-subtitle-text-color: #1a1c18;--mat-card-subtitle-text-font: Roboto;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0;--mat-progress-bar-active-indicator-color: #026e00;--mat-progress-bar-track-color: #dfe4d7;--mat-tooltip-container-color: #2f312d;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #f1f1eb;--mat-tooltip-supporting-text-font: Roboto;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400;--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-enabled-select-arrow-color: #43483f;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #43483f;--mat-form-field-filled-caret-color: #026e00;--mat-form-field-filled-container-color: #dfe4d7;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1c18 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #026e00;--mat-form-field-filled-focus-label-text-color: #026e00;--mat-form-field-filled-hover-active-indicator-color: #1a1c18;--mat-form-field-filled-hover-label-text-color: #43483f;--mat-form-field-filled-input-text-color: #1a1c18;--mat-form-field-filled-input-text-placeholder-color: #43483f;--mat-form-field-filled-label-text-color: #43483f;--mat-form-field-focus-select-arrow-color: #026e00;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #43483f;--mat-form-field-outlined-caret-color: #026e00;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #026e00;--mat-form-field-outlined-focus-outline-color: #026e00;--mat-form-field-outlined-hover-label-text-color: #1a1c18;--mat-form-field-outlined-hover-outline-color: #1a1c18;--mat-form-field-outlined-input-text-color: #1a1c18;--mat-form-field-outlined-input-text-placeholder-color: #43483f;--mat-form-field-outlined-label-text-color: #43483f;--mat-form-field-outlined-outline-color: #73796e;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-select-option-text-color: #1a1c18;--mat-form-field-state-layer-color: #1a1c18;--mat-form-field-trailing-icon-color: #43483f;--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-container-text-font: Roboto;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400;--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-select-panel-background-color: #eeeee7;--mat-select-enabled-trigger-text-color: #1a1c18;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-select-placeholder-text-color: #43483f;--mat-select-enabled-arrow-color: #43483f;--mat-select-disabled-arrow-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-select-focused-arrow-color: #026e00;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-arrow-transform: translateY(-8px);--mat-select-trigger-text-font: Roboto;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-autocomplete-background-color: #eeeee7;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-container-color: #f9faf3;--mat-dialog-subhead-color: #1a1c18;--mat-dialog-supporting-text-color: #43483f;--mat-dialog-subhead-font: Roboto;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400;--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-chip-elevated-selected-container-color: #d7e8cd;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-chip-focus-outline-color: #43483f;--mat-chip-focus-state-layer-color: #43483f;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #43483f;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #43483f;--mat-chip-outline-color: #73796e;--mat-chip-selected-disabled-trailing-icon-color: #1a1c18;--mat-chip-selected-focus-state-layer-color: #3c4b37;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #3c4b37;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #3c4b37;--mat-chip-selected-trailing-action-state-layer-color: #3c4b37;--mat-chip-selected-trailing-icon-color: #3c4b37;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #43483f;--mat-chip-with-icon-disabled-icon-color: #1a1c18;--mat-chip-with-icon-icon-color: #43483f;--mat-chip-with-icon-selected-icon-color: #3c4b37;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1c18;--mat-chip-with-trailing-icon-trailing-icon-color: #43483f;--mat-chip-container-height: 32px;--mat-chip-label-text-font: Roboto;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500;--mat-slide-toggle-disabled-selected-handle-opacity: 1;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px;--mat-slide-toggle-disabled-label-text-color: #1a1c18;--mat-slide-toggle-disabled-selected-handle-color: #f9faf3;--mat-slide-toggle-disabled-selected-icon-color: #1a1c18;--mat-slide-toggle-disabled-selected-track-color: #1a1c18;--mat-slide-toggle-disabled-unselected-handle-color: #1a1c18;--mat-slide-toggle-disabled-unselected-icon-color: #dfe4d7;--mat-slide-toggle-disabled-unselected-track-color: #dfe4d7;--mat-slide-toggle-disabled-unselected-track-outline-color: #1a1c18;--mat-slide-toggle-label-text-color: #1a1c18;--mat-slide-toggle-selected-focus-handle-color: #77ff61;--mat-slide-toggle-selected-focus-state-layer-color: #026e00;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #026e00;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #77ff61;--mat-slide-toggle-selected-hover-state-layer-color: #026e00;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #026e00;--mat-slide-toggle-selected-icon-color: #015300;--mat-slide-toggle-selected-pressed-handle-color: #77ff61;--mat-slide-toggle-selected-pressed-state-layer-color: #026e00;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #026e00;--mat-slide-toggle-selected-track-color: #026e00;--mat-slide-toggle-track-outline-color: #73796e;--mat-slide-toggle-unselected-focus-handle-color: #43483f;--mat-slide-toggle-unselected-focus-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #dfe4d7;--mat-slide-toggle-unselected-handle-color: #73796e;--mat-slide-toggle-unselected-hover-handle-color: #43483f;--mat-slide-toggle-unselected-hover-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #dfe4d7;--mat-slide-toggle-unselected-icon-color: #dfe4d7;--mat-slide-toggle-unselected-pressed-handle-color: #43483f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1a1c18;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #dfe4d7;--mat-slide-toggle-unselected-track-color: #dfe4d7;--mat-slide-toggle-touch-target-display: block;--mat-slide-toggle-label-text-font: Roboto;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px;--mat-radio-checked-ripple-color: #026e00;--mat-radio-disabled-label-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-radio-disabled-selected-icon-color: #1a1c18;--mat-radio-disabled-unselected-icon-color: #1a1c18;--mat-radio-label-text-color: #1a1c18;--mat-radio-ripple-color: #1a1c18;--mat-radio-selected-focus-icon-color: #026e00;--mat-radio-selected-hover-icon-color: #026e00;--mat-radio-selected-icon-color: #026e00;--mat-radio-selected-pressed-icon-color: #026e00;--mat-radio-unselected-focus-icon-color: #1a1c18;--mat-radio-unselected-hover-icon-color: #1a1c18;--mat-radio-unselected-icon-color: #43483f;--mat-radio-unselected-pressed-icon-color: #1a1c18;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px;--mat-radio-label-text-font: Roboto;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px;--mat-slider-active-track-color: #026e00;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1a1c18;--mat-slider-disabled-handle-color: #1a1c18;--mat-slider-disabled-inactive-track-color: #1a1c18;--mat-slider-focus-handle-color: #026e00;--mat-slider-focus-state-layer-color: color-mix(in srgb, #026e00 20%, transparent);--mat-slider-handle-color: #026e00;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #026e00;--mat-slider-hover-state-layer-color: color-mix(in srgb, #026e00 5%, transparent);--mat-slider-inactive-track-color: #dfe4d7;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #026e00;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #026e00;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1a1c18;--mat-slider-with-tick-marks-inactive-container-color: #43483f;--mat-slider-label-label-text-font: Roboto;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #dfe4d7;--mat-menu-item-label-text-color: #1a1c18;--mat-menu-item-icon-color: #43483f;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-menu-container-color: #eeeee7;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-menu-item-label-text-font: Roboto;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500;--mat-list-active-indicator-color: #d7e8cd;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #1a1c18;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #1a1c18;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #1a1c18;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #1a1c18;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #1a1c18;--mat-list-list-item-focus-state-layer-color: #1a1c18;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #1a1c18;--mat-list-list-item-hover-state-layer-color: #1a1c18;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #1a1c18;--mat-list-list-item-leading-avatar-color: #77ff61;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #43483f;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #026e00;--mat-list-list-item-supporting-text-color: #43483f;--mat-list-list-item-trailing-icon-color: #43483f;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #43483f;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px;--mat-list-list-item-label-text-font: Roboto;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500;--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px;--mat-paginator-container-text-color: #1a1c18;--mat-paginator-container-background-color: #f9faf3;--mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-paginator-enabled-icon-color: #43483f;--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-paginator-container-text-font: Roboto;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px;--mat-tab-active-focus-indicator-color: #026e00;--mat-tab-active-focus-label-text-color: #1a1c18;--mat-tab-active-hover-indicator-color: #026e00;--mat-tab-active-hover-label-text-color: #1a1c18;--mat-tab-active-indicator-color: #026e00;--mat-tab-active-label-text-color: #1a1c18;--mat-tab-active-ripple-color: #1a1c18;--mat-tab-divider-color: #dfe4d7;--mat-tab-inactive-focus-label-text-color: #1a1c18;--mat-tab-inactive-hover-label-text-color: #1a1c18;--mat-tab-inactive-label-text-color: #1a1c18;--mat-tab-inactive-ripple-color: #1a1c18;--mat-tab-pagination-icon-color: #1a1c18;--mat-tab-disabled-ripple-color: #43483f;--mat-tab-container-height: 48px;--mat-tab-label-text-font: Roboto;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px;--mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #f9faf3;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-checkbox-label-text-color: #1a1c18;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #026e00;--mat-checkbox-selected-focus-state-layer-color: #026e00;--mat-checkbox-selected-hover-icon-color: #026e00;--mat-checkbox-selected-hover-state-layer-color: #026e00;--mat-checkbox-selected-icon-color: #026e00;--mat-checkbox-selected-pressed-icon-color: #026e00;--mat-checkbox-selected-pressed-state-layer-color: #1a1c18;--mat-checkbox-unselected-focus-icon-color: #1a1c18;--mat-checkbox-unselected-focus-state-layer-color: #1a1c18;--mat-checkbox-unselected-hover-icon-color: #1a1c18;--mat-checkbox-unselected-hover-state-layer-color: #1a1c18;--mat-checkbox-unselected-icon-color: #43483f;--mat-checkbox-unselected-pressed-state-layer-color: #026e00;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px;--mat-checkbox-label-text-font: Roboto;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px;--mat-button-filled-container-color: #026e00;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-filled-disabled-state-layer-color: #43483f;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #43483f;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #026e00;--mat-button-outlined-outline-color: #73796e;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-outlined-state-layer-color: #026e00;--mat-button-protected-container-color: #f9faf3;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-protected-disabled-state-layer-color: #43483f;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #026e00;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-protected-state-layer-color: #026e00;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-text-disabled-state-layer-color: #43483f;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #026e00;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #026e00 12%, transparent);--mat-button-text-state-layer-color: #026e00;--mat-button-tonal-container-color: #d7e8cd;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #43483f;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #3c4b37;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #3c4b37 12%, transparent);--mat-button-tonal-state-layer-color: #3c4b37;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block;--mat-button-filled-label-text-font: Roboto;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500;--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-icon-button-disabled-state-layer-color: #43483f;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #43483f;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #43483f 12%, transparent);--mat-icon-button-state-layer-color: #43483f;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px;--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px;--mat-fab-container-color: #77ff61;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #015300;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #015300 12%, transparent);--mat-fab-small-container-color: #77ff61;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #015300;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #015300 12%, transparent);--mat-fab-small-state-layer-color: #015300;--mat-fab-state-layer-color: #015300;--mat-fab-touch-target-display: block;--mat-fab-extended-label-text-font: Roboto;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-container-shape: 4px;--mat-snack-bar-button-color: #02e600;--mat-snack-bar-container-color: #2f312d;--mat-snack-bar-supporting-text-color: #f1f1eb;--mat-snack-bar-supporting-text-font: Roboto;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #f9faf3;--mat-table-header-headline-color: #1a1c18;--mat-table-row-item-label-text-color: #1a1c18;--mat-table-row-item-outline-color: #73796e;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: Roboto;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400;--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-active-indicator-color: #026e00;--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px;--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff;--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #1a1c18;--mat-bottom-sheet-container-background-color: #f3f4ed;--mat-bottom-sheet-container-text-font: Roboto;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-button-toggle-divider-color: #73796e;--mat-button-toggle-selected-state-background-color: #d7e8cd;--mat-button-toggle-selected-state-text-color: #3c4b37;--mat-button-toggle-state-layer-color: #1a1c18;--mat-button-toggle-text-color: #1a1c18;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-body-label-text-color: #1a1c18;--mat-datepicker-calendar-container-background-color: #e8e9e1;--mat-datepicker-calendar-container-text-color: #1a1c18;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e1;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #54634d;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d7e8cd;--mat-datepicker-calendar-date-in-range-state-background-color: #77ff61;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #026e00;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #026e00;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1a1c18;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #026e00;--mat-datepicker-calendar-date-today-selected-state-outline-color: #026e00;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #43483f;--mat-datepicker-calendar-navigation-button-icon-color: #43483f;--mat-datepicker-calendar-period-button-icon-color: #43483f;--mat-datepicker-calendar-period-button-text-color: #43483f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-datepicker-range-input-separator-color: #1a1c18;--mat-datepicker-toggle-active-state-icon-color: #026e00;--mat-datepicker-toggle-icon-color: #43483f;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #c3c8bc;--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-actions-divider-color: #73796e;--mat-expansion-container-background-color: #f9faf3;--mat-expansion-container-text-color: #1a1c18;--mat-expansion-header-description-color: #43483f;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-expansion-header-indicator-color: #43483f;--mat-expansion-header-text-color: #1a1c18;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-text-font: Roboto;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500;--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-icon-color: inherit;--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-container-background-color: #f9faf3;--mat-sidenav-container-text-color: #43483f;--mat-sidenav-content-background-color: #f9faf3;--mat-sidenav-content-text-color: #1a1c18;--mat-sidenav-scrim-color: color-mix(in srgb, #2c3229 40%, transparent);--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-container-color: #f9faf3;--mat-stepper-header-done-state-icon-background-color: #026e00;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #026e00;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1c18 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1c18 8%, transparent);--mat-stepper-header-icon-background-color: #43483f;--mat-stepper-header-icon-foreground-color: #f9faf3;--mat-stepper-header-label-text-color: #43483f;--mat-stepper-header-optional-label-text-color: #43483f;--mat-stepper-header-selected-state-icon-background-color: #026e00;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #43483f;--mat-stepper-line-color: #73796e;--mat-stepper-container-text-font: Roboto;--mat-stepper-header-label-text-font: Roboto;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500;--mat-stepper-header-height: 72px;--mat-sort-arrow-color: #1a1c18;--mat-toolbar-container-background-color: #f9faf3;--mat-toolbar-container-text-color: #1a1c18;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-toolbar-title-text-font: Roboto;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-tree-container-background-color: #f9faf3;--mat-tree-node-text-color: #1a1c18;--mat-tree-node-min-height: 48px;--mat-tree-node-text-font: Roboto;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #eeeee7;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}.theme-light .has-background{background-color:var(--custom-has-background-color)!important}.theme-light .development .done{font-weight:700}.theme-light .info-icon,.theme-light .error-icon{color:var(--mat-button-filled-label-text-color)}@media (prefers-color-scheme: dark){.theme-light :root:not(.theme-light) .development .done{background:var(--color-primary-light)!important;font-weight:700}}.theme-light :root{--mat-button-filled-container-color: #4caf50;--mat-button-filled-label-text-color: #ffffff;--mat-button-outlined-label-text-color: #ffffff;--mat-button-outlined-outline-color: #4caf50;--mat-button-tonal-container-color: #e8f5e9;--mat-form-field-outlined-focus-outline-color: #4caf50;--mat-form-field-outlined-outline-color: #757575;--mat-progress-bar-active-indicator-color: #4caf50;--mat-checkbox-selected-icon-color: #4caf50;--mat-radio-selected-icon-color: #4caf50;--mat-menu-container-color: #ffffff !important;--mat-menu-item-label-text-color: #212121 !important;--mat-menu-item-icon-color: #757575 !important;--mat-menu-divider-color: #e0e0e0 !important}.theme-light :root :root{--custom-has-background-color: #e8f5e9;--custom-accent-color: #e91e63;--custom-primary: #4caf50;--custom-primary-dark: #388e3c;--custom-primary-light: #81c784;--custom-accent-dark: #c2185b;--custom-accent-light: #f48fb1;--custom-background: #fbf7f5;--custom-surface: #ffffff;--custom-text-primary: #212121;--custom-text-secondary: #757575;--custom-text-white: #ffffff;--custom-success: #4caf50;--custom-error: #f44336;--custom-warning: #ff9800}.theme-dark{--color-background: #121212 !important;--color-surface: #1e1e1e !important;--color-text-primary: #f5f5f5 !important;--color-text-secondary: #b0b0b0 !important;--color-text-disabled: #6f6f6f !important;--color-dark: #121212 !important;--color-dark-light: #1e1e1e !important;--color-dark-lighter: #2c2c2c !important;--custom-background: #121212 !important;--custom-surface: #1e1e1e !important;--custom-text-primary: #f5f5f5 !important;--custom-text-secondary: #b0b0b0 !important;--custom-text-white: #f5f5f5 !important;--custom-has-background-color: #0d3a0f !important;--mat-button-filled-container-color: #4caf50;--mat-button-filled-label-text-color: #ffffff;--mat-button-outlined-label-text-color: #4caf50;--mat-button-outlined-outline-color: #4caf50;--color-primary-light: #4caf50 !important;--mat-menu-container-color: #2d2d2d !important;--mat-menu-item-label-text-color: #ffffff !important;--mat-menu-item-icon-color: #ffffff !important;--mat-menu-divider-color: #404040 !important;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .1) !important;--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .15) !important;--mat-app-background-color: #121410;--mat-app-text-color: #e2e3dc;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, #e2e3dc 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #e2e3dc 8%, transparent);--mat-option-label-text-color: #e2e3dc;--mat-option-selected-state-label-text-color: #d7e8cd;--mat-option-selected-state-layer-color: #3c4b37;--mat-optgroup-label-text-color: #dfe4d7;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #121410;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #013a00;--mat-pseudo-checkbox-full-selected-icon-color: #02e600;--mat-pseudo-checkbox-full-unselected-icon-color: #dfe4d7;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #02e600;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500;--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px;--mat-card-elevated-container-color: #1a1c18;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #333531;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #121410;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #43483f;--mat-card-subtitle-text-color: #e2e3dc;--mat-card-subtitle-text-font: Roboto;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0;--mat-progress-bar-active-indicator-color: #02e600;--mat-progress-bar-track-color: #43483f;--mat-tooltip-container-color: #e2e3dc;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #2f312d;--mat-tooltip-supporting-text-font: Roboto;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400;--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-enabled-select-arrow-color: #dfe4d7;--mat-form-field-error-focus-trailing-icon-color: #ffb4ab;--mat-form-field-error-hover-trailing-icon-color: #ffdad6;--mat-form-field-error-text-color: #ffb4ab;--mat-form-field-error-trailing-icon-color: #ffb4ab;--mat-form-field-filled-active-indicator-color: #dfe4d7;--mat-form-field-filled-caret-color: #02e600;--mat-form-field-filled-container-color: #43483f;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e2e3dc 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ffb4ab;--mat-form-field-filled-error-caret-color: #ffb4ab;--mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;--mat-form-field-filled-error-focus-label-text-color: #ffb4ab;--mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;--mat-form-field-filled-error-hover-label-text-color: #ffdad6;--mat-form-field-filled-error-label-text-color: #ffb4ab;--mat-form-field-filled-focus-active-indicator-color: #02e600;--mat-form-field-filled-focus-label-text-color: #02e600;--mat-form-field-filled-hover-active-indicator-color: #e2e3dc;--mat-form-field-filled-hover-label-text-color: #dfe4d7;--mat-form-field-filled-input-text-color: #e2e3dc;--mat-form-field-filled-input-text-placeholder-color: #dfe4d7;--mat-form-field-filled-label-text-color: #dfe4d7;--mat-form-field-focus-select-arrow-color: #02e600;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #dfe4d7;--mat-form-field-outlined-caret-color: #02e600;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-form-field-outlined-error-caret-color: #ffb4ab;--mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;--mat-form-field-outlined-error-focus-outline-color: #ffb4ab;--mat-form-field-outlined-error-hover-label-text-color: #ffdad6;--mat-form-field-outlined-error-hover-outline-color: #ffdad6;--mat-form-field-outlined-error-label-text-color: #ffb4ab;--mat-form-field-outlined-error-outline-color: #ffb4ab;--mat-form-field-outlined-focus-label-text-color: #02e600;--mat-form-field-outlined-focus-outline-color: #02e600;--mat-form-field-outlined-hover-label-text-color: #e2e3dc;--mat-form-field-outlined-hover-outline-color: #e2e3dc;--mat-form-field-outlined-input-text-color: #e2e3dc;--mat-form-field-outlined-input-text-placeholder-color: #dfe4d7;--mat-form-field-outlined-label-text-color: #dfe4d7;--mat-form-field-outlined-outline-color: #8d9387;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1c18 38%, transparent);--mat-form-field-select-option-text-color: #1a1c18;--mat-form-field-state-layer-color: #e2e3dc;--mat-form-field-trailing-icon-color: #dfe4d7;--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-container-text-font: Roboto;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400;--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-select-panel-background-color: #1e201c;--mat-select-enabled-trigger-text-color: #e2e3dc;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-select-placeholder-text-color: #dfe4d7;--mat-select-enabled-arrow-color: #dfe4d7;--mat-select-disabled-arrow-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-select-focused-arrow-color: #02e600;--mat-select-invalid-arrow-color: #ffb4ab;--mat-select-arrow-transform: translateY(-8px);--mat-select-trigger-text-font: Roboto;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-autocomplete-background-color: #1e201c;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-container-color: #121410;--mat-dialog-subhead-color: #e2e3dc;--mat-dialog-supporting-text-color: #dfe4d7;--mat-dialog-subhead-font: Roboto;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400;--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mat-chip-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-chip-elevated-selected-container-color: #3c4b37;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-chip-focus-outline-color: #dfe4d7;--mat-chip-focus-state-layer-color: #dfe4d7;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #dfe4d7;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #dfe4d7;--mat-chip-outline-color: #8d9387;--mat-chip-selected-disabled-trailing-icon-color: #e2e3dc;--mat-chip-selected-focus-state-layer-color: #d7e8cd;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #d7e8cd;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #d7e8cd;--mat-chip-selected-trailing-action-state-layer-color: #d7e8cd;--mat-chip-selected-trailing-icon-color: #d7e8cd;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #dfe4d7;--mat-chip-with-icon-disabled-icon-color: #e2e3dc;--mat-chip-with-icon-icon-color: #dfe4d7;--mat-chip-with-icon-selected-icon-color: #d7e8cd;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e2e3dc;--mat-chip-with-trailing-icon-trailing-icon-color: #dfe4d7;--mat-chip-container-height: 32px;--mat-chip-label-text-font: Roboto;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500;--mat-slide-toggle-disabled-selected-handle-opacity: 1;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px;--mat-slide-toggle-disabled-label-text-color: #e2e3dc;--mat-slide-toggle-disabled-selected-handle-color: #121410;--mat-slide-toggle-disabled-selected-icon-color: #e2e3dc;--mat-slide-toggle-disabled-selected-track-color: #e2e3dc;--mat-slide-toggle-disabled-unselected-handle-color: #e2e3dc;--mat-slide-toggle-disabled-unselected-icon-color: #43483f;--mat-slide-toggle-disabled-unselected-track-color: #43483f;--mat-slide-toggle-disabled-unselected-track-outline-color: #e2e3dc;--mat-slide-toggle-label-text-color: #e2e3dc;--mat-slide-toggle-selected-focus-handle-color: #015300;--mat-slide-toggle-selected-focus-state-layer-color: #02e600;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #02e600;--mat-slide-toggle-selected-handle-color: #013a00;--mat-slide-toggle-selected-hover-handle-color: #015300;--mat-slide-toggle-selected-hover-state-layer-color: #02e600;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #02e600;--mat-slide-toggle-selected-icon-color: #77ff61;--mat-slide-toggle-selected-pressed-handle-color: #015300;--mat-slide-toggle-selected-pressed-state-layer-color: #02e600;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #02e600;--mat-slide-toggle-selected-track-color: #02e600;--mat-slide-toggle-track-outline-color: #8d9387;--mat-slide-toggle-unselected-focus-handle-color: #dfe4d7;--mat-slide-toggle-unselected-focus-state-layer-color: #e2e3dc;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #43483f;--mat-slide-toggle-unselected-handle-color: #8d9387;--mat-slide-toggle-unselected-hover-handle-color: #dfe4d7;--mat-slide-toggle-unselected-hover-state-layer-color: #e2e3dc;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #43483f;--mat-slide-toggle-unselected-icon-color: #43483f;--mat-slide-toggle-unselected-pressed-handle-color: #dfe4d7;--mat-slide-toggle-unselected-pressed-state-layer-color: #e2e3dc;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #43483f;--mat-slide-toggle-unselected-track-color: #43483f;--mat-slide-toggle-touch-target-display: block;--mat-slide-toggle-label-text-font: Roboto;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px;--mat-radio-checked-ripple-color: #02e600;--mat-radio-disabled-label-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-radio-disabled-selected-icon-color: #e2e3dc;--mat-radio-disabled-unselected-icon-color: #e2e3dc;--mat-radio-label-text-color: #e2e3dc;--mat-radio-ripple-color: #e2e3dc;--mat-radio-selected-focus-icon-color: #02e600;--mat-radio-selected-hover-icon-color: #02e600;--mat-radio-selected-icon-color: #02e600;--mat-radio-selected-pressed-icon-color: #02e600;--mat-radio-unselected-focus-icon-color: #e2e3dc;--mat-radio-unselected-hover-icon-color: #e2e3dc;--mat-radio-unselected-icon-color: #dfe4d7;--mat-radio-unselected-pressed-icon-color: #e2e3dc;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px;--mat-radio-label-text-font: Roboto;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px;--mat-slider-active-track-color: #02e600;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #e2e3dc;--mat-slider-disabled-handle-color: #e2e3dc;--mat-slider-disabled-inactive-track-color: #e2e3dc;--mat-slider-focus-handle-color: #02e600;--mat-slider-focus-state-layer-color: color-mix(in srgb, #02e600 20%, transparent);--mat-slider-handle-color: #02e600;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #02e600;--mat-slider-hover-state-layer-color: color-mix(in srgb, #02e600 5%, transparent);--mat-slider-inactive-track-color: #43483f;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #02e600;--mat-slider-label-label-text-color: #013a00;--mat-slider-ripple-color: #02e600;--mat-slider-with-overlap-handle-outline-color: #013a00;--mat-slider-with-tick-marks-active-container-color: #013a00;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #e2e3dc;--mat-slider-with-tick-marks-inactive-container-color: #dfe4d7;--mat-slider-label-label-text-font: Roboto;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #43483f;--mat-menu-item-label-text-color: #e2e3dc;--mat-menu-item-icon-color: #dfe4d7;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e2e3dc 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-menu-container-color: #1e201c;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-menu-item-label-text-font: Roboto;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500;--mat-list-active-indicator-color: #3c4b37;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #e2e3dc;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #e2e3dc;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #e2e3dc;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #e2e3dc;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #e2e3dc;--mat-list-list-item-focus-state-layer-color: #e2e3dc;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #e2e3dc;--mat-list-list-item-hover-state-layer-color: #e2e3dc;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #e2e3dc;--mat-list-list-item-leading-avatar-color: #015300;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #dfe4d7;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #02e600;--mat-list-list-item-supporting-text-color: #dfe4d7;--mat-list-list-item-trailing-icon-color: #dfe4d7;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #dfe4d7;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px;--mat-list-list-item-label-text-font: Roboto;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500;--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px;--mat-paginator-container-text-color: #e2e3dc;--mat-paginator-container-background-color: #121410;--mat-paginator-disabled-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-paginator-enabled-icon-color: #dfe4d7;--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-paginator-container-text-font: Roboto;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px;--mat-tab-active-focus-indicator-color: #02e600;--mat-tab-active-focus-label-text-color: #e2e3dc;--mat-tab-active-hover-indicator-color: #02e600;--mat-tab-active-hover-label-text-color: #e2e3dc;--mat-tab-active-indicator-color: #02e600;--mat-tab-active-label-text-color: #e2e3dc;--mat-tab-active-ripple-color: #e2e3dc;--mat-tab-divider-color: #43483f;--mat-tab-inactive-focus-label-text-color: #e2e3dc;--mat-tab-inactive-hover-label-text-color: #e2e3dc;--mat-tab-inactive-label-text-color: #e2e3dc;--mat-tab-inactive-ripple-color: #e2e3dc;--mat-tab-pagination-icon-color: #e2e3dc;--mat-tab-disabled-ripple-color: #dfe4d7;--mat-tab-container-height: 48px;--mat-tab-label-text-font: Roboto;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px;--mat-checkbox-disabled-label-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #121410;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-checkbox-label-text-color: #e2e3dc;--mat-checkbox-selected-checkmark-color: #013a00;--mat-checkbox-selected-focus-icon-color: #02e600;--mat-checkbox-selected-focus-state-layer-color: #02e600;--mat-checkbox-selected-hover-icon-color: #02e600;--mat-checkbox-selected-hover-state-layer-color: #02e600;--mat-checkbox-selected-icon-color: #02e600;--mat-checkbox-selected-pressed-icon-color: #02e600;--mat-checkbox-selected-pressed-state-layer-color: #e2e3dc;--mat-checkbox-unselected-focus-icon-color: #e2e3dc;--mat-checkbox-unselected-focus-state-layer-color: #e2e3dc;--mat-checkbox-unselected-hover-icon-color: #e2e3dc;--mat-checkbox-unselected-hover-state-layer-color: #e2e3dc;--mat-checkbox-unselected-icon-color: #dfe4d7;--mat-checkbox-unselected-pressed-state-layer-color: #02e600;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px;--mat-checkbox-label-text-font: Roboto;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px;--mat-button-filled-container-color: #02e600;--mat-button-filled-disabled-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-filled-disabled-state-layer-color: #dfe4d7;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #013a00;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #013a00 12%, transparent);--mat-button-filled-state-layer-color: #013a00;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #dfe4d7;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #02e600;--mat-button-outlined-outline-color: #8d9387;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #02e600 12%, transparent);--mat-button-outlined-state-layer-color: #02e600;--mat-button-protected-container-color: #121410;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-protected-disabled-state-layer-color: #dfe4d7;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #02e600;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #02e600 12%, transparent);--mat-button-protected-state-layer-color: #02e600;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-text-disabled-state-layer-color: #dfe4d7;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #02e600;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #02e600 12%, transparent);--mat-button-text-state-layer-color: #02e600;--mat-button-tonal-container-color: #3c4b37;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #dfe4d7;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #d7e8cd;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #d7e8cd 12%, transparent);--mat-button-tonal-state-layer-color: #d7e8cd;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block;--mat-button-filled-label-text-font: Roboto;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500;--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-icon-button-disabled-state-layer-color: #dfe4d7;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #dfe4d7;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #dfe4d7 12%, transparent);--mat-icon-button-state-layer-color: #dfe4d7;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px;--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px;--mat-fab-container-color: #015300;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #77ff61;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #77ff61 12%, transparent);--mat-fab-small-container-color: #015300;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #77ff61;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #77ff61 12%, transparent);--mat-fab-small-state-layer-color: #77ff61;--mat-fab-state-layer-color: #77ff61;--mat-fab-touch-target-display: block;--mat-fab-extended-label-text-font: Roboto;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-container-shape: 4px;--mat-snack-bar-button-color: #026e00;--mat-snack-bar-container-color: #e2e3dc;--mat-snack-bar-supporting-text-color: #2f312d;--mat-snack-bar-supporting-text-font: Roboto;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #121410;--mat-table-header-headline-color: #e2e3dc;--mat-table-row-item-label-text-color: #e2e3dc;--mat-table-row-item-outline-color: #8d9387;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: Roboto;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400;--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-active-indicator-color: #02e600;--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px;--mat-badge-background-color: #ffb4ab;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb4ab 38%, transparent);--mat-badge-disabled-state-text-color: #690005;--mat-badge-text-color: #690005;--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #e2e3dc;--mat-bottom-sheet-container-background-color: #1a1c18;--mat-bottom-sheet-container-text-font: Roboto;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-button-toggle-divider-color: #8d9387;--mat-button-toggle-selected-state-background-color: #3c4b37;--mat-button-toggle-selected-state-text-color: #d7e8cd;--mat-button-toggle-state-layer-color: #e2e3dc;--mat-button-toggle-text-color: #e2e3dc;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-body-label-text-color: #e2e3dc;--mat-datepicker-calendar-container-background-color: #282b26;--mat-datepicker-calendar-container-text-color: #e2e3dc;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e2e3dc 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #8f0045;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #bbcbb2;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #3c4b37;--mat-datepicker-calendar-date-in-range-state-background-color: #015300;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #02e600;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #02e600;--mat-datepicker-calendar-date-selected-state-text-color: #013a00;--mat-datepicker-calendar-date-text-color: #e2e3dc;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #02e600;--mat-datepicker-calendar-date-today-selected-state-outline-color: #02e600;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #dfe4d7;--mat-datepicker-calendar-navigation-button-icon-color: #dfe4d7;--mat-datepicker-calendar-period-button-icon-color: #dfe4d7;--mat-datepicker-calendar-period-button-text-color: #dfe4d7;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-datepicker-range-input-separator-color: #e2e3dc;--mat-datepicker-toggle-active-state-icon-color: #02e600;--mat-datepicker-toggle-icon-color: #dfe4d7;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #43483f;--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-actions-divider-color: #8d9387;--mat-expansion-container-background-color: #121410;--mat-expansion-container-text-color: #e2e3dc;--mat-expansion-header-description-color: #dfe4d7;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e2e3dc 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e2e3dc 8%, transparent);--mat-expansion-header-indicator-color: #dfe4d7;--mat-expansion-header-text-color: #e2e3dc;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-text-font: Roboto;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500;--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-icon-color: inherit;--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-container-background-color: #121410;--mat-sidenav-container-text-color: #dfe4d7;--mat-sidenav-content-background-color: #121410;--mat-sidenav-content-text-color: #e2e3dc;--mat-sidenav-scrim-color: color-mix(in srgb, #2c3229 40%, transparent);--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-container-color: #121410;--mat-stepper-header-done-state-icon-background-color: #02e600;--mat-stepper-header-done-state-icon-foreground-color: #013a00;--mat-stepper-header-edit-state-icon-background-color: #02e600;--mat-stepper-header-edit-state-icon-foreground-color: #013a00;--mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;--mat-stepper-header-error-state-label-text-color: #ffb4ab;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e2e3dc 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e2e3dc 8%, transparent);--mat-stepper-header-icon-background-color: #dfe4d7;--mat-stepper-header-icon-foreground-color: #121410;--mat-stepper-header-label-text-color: #dfe4d7;--mat-stepper-header-optional-label-text-color: #dfe4d7;--mat-stepper-header-selected-state-icon-background-color: #02e600;--mat-stepper-header-selected-state-icon-foreground-color: #013a00;--mat-stepper-header-selected-state-label-text-color: #dfe4d7;--mat-stepper-line-color: #8d9387;--mat-stepper-container-text-font: Roboto;--mat-stepper-header-label-text-font: Roboto;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500;--mat-stepper-header-height: 72px;--mat-sort-arrow-color: #e2e3dc;--mat-toolbar-container-background-color: #121410;--mat-toolbar-container-text-color: #e2e3dc;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-toolbar-title-text-font: Roboto;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-tree-container-background-color: #121410;--mat-tree-node-text-color: #e2e3dc;--mat-tree-node-min-height: 48px;--mat-tree-node-text-font: Roboto;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #1e201c;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}.theme-dark .has-background{background-color:var(--custom-has-background-color)!important}.theme-dark .development .done{font-weight:700}.theme-dark .info-icon,.theme-dark .error-icon{color:var(--mat-button-filled-label-text-color)}@media (prefers-color-scheme: dark){.theme-dark :root:not(.theme-light) .development .done{background:var(--color-primary-light)!important;font-weight:700}}.theme-dark span,.theme-dark div,.theme-dark p,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6,.theme-dark button,.theme-dark .mat-icon{color:var(--custom-text-primary)!important}.theme-dark .game-details .game-detail-item .mat-icon,.theme-dark .game-detail-item .mat-icon{color:var(--color-accent)!important}.theme-dark a{color:var(--color-primary)!important;text-decoration:none}.theme-dark a:hover{color:var(--color-primary-light)!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.theme-dark a:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.theme-dark .mat-button,.theme-dark .mat-menu-item,.theme-dark button{color:var(--custom-text-primary)!important}.theme-dark body,.theme-dark html{background-color:#121212!important}.theme-dark .mat-menu-panel{background-color:var(--mat-menu-container-color)!important}.has-background{background-color:var(--custom-has-background-color)!important}.development .done{font-weight:700}.info-icon,.error-icon{color:var(--mat-button-filled-label-text-color)}@media (prefers-color-scheme: dark){:root:not(.theme-light) .development .done{background:var(--color-primary-light)!important;font-weight:700}}
