/* src/style.scss */
html {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, #1a1b1f 10%, transparent);
}
html {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
}
html {
  --mat-optgroup-label-text-color: #44474e;
}
html {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
}
html {
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
}
html {
  --mat-optgroup-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.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: #f4f3f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #faf9fd;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
}
html {
  --mat-card-subtitle-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --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: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
}
html {
  --mat-tooltip-container-shape: 4px;
}
html {
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-supporting-text-color: #f2f0f4;
}
html {
  --mat-tooltip-supporting-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.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, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --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: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 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: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 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: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
}
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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.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, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: #efedf0;
}
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: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
}
html {
  --mat-dialog-subhead-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.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: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
}
html {
  --mat-chip-container-height: 32px;
}
html {
  --mat-chip-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.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: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
}
html {
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
}
html {
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
}
html {
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
}
html {
  --mat-radio-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.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: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-value-indicator-transform-origin: 0 28px;
}
html {
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --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: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
}
html {
  --mat-slider-label-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.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: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
}
html {
  --mat-list-active-indicator-color: #dae2f9;
  --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: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
}
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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --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: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.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: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
}
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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.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: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
}
html {
  --mat-tab-container-height: 48px;
}
html {
  --mat-tab-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.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: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.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, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
}
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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.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, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
}
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: #d7e3ff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
}
html {
  --mat-snack-bar-supporting-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
}
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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.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: #005cbb;
}
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: 0.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,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
}
html {
  --mat-bottom-sheet-container-shape: 28px;
}
html {
  --mat-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
}
html {
  --mat-bottom-sheet-container-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.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, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
}
html {
  --mat-button-toggle-height: 40px;
}
html {
  --mat-button-toggle-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
}
html {
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 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, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
}
html {
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e1;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
}
html {
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: #c4c6d0;
}
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, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-container-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
}
html {
  --mat-grid-list-tile-header-primary-text-size:
    400 1rem / 1.5rem Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:
    400 0.875rem / 1.25rem Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:
    400 1rem / 1.5rem Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:
    400 0.875rem / 1.25rem Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
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: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 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: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --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, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-stepper-header-label-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #1a1b1f;
}
html {
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --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: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
}
html {
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
:root {
  --mat-sys-primary: #003a75;
  --mat-sys-on-primary: #ffffff;
  --mat-button-text-label-text-color: #003a75;
  --mat-button-outlined-label-text-color: #003a75;
  --mat-icon-button-icon-color: #003a75;
  --mat-button-filled-container-color: #003a75;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-protected-container-color: #003a75;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-text-container-height: 48px;
  --mat-button-filled-container-height: 48px;
  --mat-button-protected-container-height: 48px;
  --mat-button-outlined-container-height: 48px;
  --mat-button-tonal-container-height: 48px;
  --mat-icon-button-state-layer-size: 48px;
  --mt-surface-shell-sidenav: #f5f5f5;
  --mt-surface-shell-header: #fff;
  --mt-surface-shell-footer: #fff;
  --mt-surface-shell-content: #f9f9f9;
  --mt-on-surface-shell-header: #000;
  --mt-on-surface-shell-footer: #000;
  --mt-elevation-shell-chrome:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --mt-elevation-shell-sidenav: 2px 0 8px rgba(0, 0, 0, 0.08);
  --mt-elevation-shell-overlay: 0 8px 24px rgba(0, 0, 0, 0.2);
  --mt-surface-drawer: #fff;
  --mt-surface-drawer-header: #fff;
  --mt-surface-drawer-content: #fff;
  --mt-surface-drawer-field: #fff;
  --mt-on-surface-drawer: #000;
}
a[href],
a[matButton],
a[mat-button],
a[mat-raised-button],
a[mat-flat-button],
a[mat-stroked-button],
a[mat-icon-button],
a[matIconButton] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
}
.mat-mdc-form-field-type-mat-select {
  --mat-form-field-container-height: 48px;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper,
.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-flex,
.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-infix {
  min-height: 48px;
}
.mat-mdc-form-field-type-mat-select .mat-mdc-select-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
.mat-mdc-form-field .mat-mdc-select-trigger,
.mat-mdc-select-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  height: 48px;
}
.dark-theme {
  --mat-app-background-color: #121316;
  --mat-app-text-color: #e3e2e6;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #e3e2e6 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-option-label-text-color: #e3e2e6;
  --mat-option-selected-state-label-text-color: #dae2f9;
  --mat-option-selected-state-layer-color: #3e4759;
  --mat-optgroup-label-text-color: #e0e2ec;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #121316;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #002f65;
  --mat-pseudo-checkbox-full-selected-icon-color: #abc7ff;
  --mat-pseudo-checkbox-full-unselected-icon-color: #e0e2ec;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #abc7ff;
  --mat-card-elevated-container-color: #1a1b1f;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #343537;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #121316;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #44474e;
  --mat-card-subtitle-text-color: #e3e2e6;
  --mat-progress-bar-active-indicator-color: #abc7ff;
  --mat-progress-bar-track-color: #44474e;
  --mat-tooltip-container-color: #e3e2e6;
  --mat-tooltip-supporting-text-color: #2f3033;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #e0e2ec;
  --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: #e0e2ec;
  --mat-form-field-filled-caret-color: #abc7ff;
  --mat-form-field-filled-container-color: #44474e;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e3e2e6 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e6 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: #abc7ff;
  --mat-form-field-filled-focus-label-text-color: #abc7ff;
  --mat-form-field-filled-hover-active-indicator-color: #e3e2e6;
  --mat-form-field-filled-hover-label-text-color: #e0e2ec;
  --mat-form-field-filled-input-text-color: #e3e2e6;
  --mat-form-field-filled-input-text-placeholder-color: #e0e2ec;
  --mat-form-field-filled-label-text-color: #e0e2ec;
  --mat-form-field-focus-select-arrow-color: #abc7ff;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #e0e2ec;
  --mat-form-field-outlined-caret-color: #abc7ff;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e6 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: #abc7ff;
  --mat-form-field-outlined-focus-outline-color: #abc7ff;
  --mat-form-field-outlined-hover-label-text-color: #e3e2e6;
  --mat-form-field-outlined-hover-outline-color: #e3e2e6;
  --mat-form-field-outlined-input-text-color: #e3e2e6;
  --mat-form-field-outlined-input-text-placeholder-color: #e0e2ec;
  --mat-form-field-outlined-label-text-color: #e0e2ec;
  --mat-form-field-outlined-outline-color: #8e9099;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #e3e2e6;
  --mat-form-field-trailing-icon-color: #e0e2ec;
  --mat-select-panel-background-color: #1f2022;
  --mat-select-enabled-trigger-text-color: #e3e2e6;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-select-placeholder-text-color: #e0e2ec;
  --mat-select-enabled-arrow-color: #e0e2ec;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-select-focused-arrow-color: #abc7ff;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #1f2022;
  --mat-dialog-container-color: #121316;
  --mat-dialog-subhead-color: #e3e2e6;
  --mat-dialog-supporting-text-color: #e0e2ec;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-chip-elevated-selected-container-color: #3e4759;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-chip-focus-outline-color: #e0e2ec;
  --mat-chip-focus-state-layer-color: #e0e2ec;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #e0e2ec;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #e0e2ec;
  --mat-chip-outline-color: #8e9099;
  --mat-chip-selected-disabled-trailing-icon-color: #e3e2e6;
  --mat-chip-selected-focus-state-layer-color: #dae2f9;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #dae2f9;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #dae2f9;
  --mat-chip-selected-trailing-action-state-layer-color: #dae2f9;
  --mat-chip-selected-trailing-icon-color: #dae2f9;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #e0e2ec;
  --mat-chip-with-icon-disabled-icon-color: #e3e2e6;
  --mat-chip-with-icon-icon-color: #e0e2ec;
  --mat-chip-with-icon-selected-icon-color: #dae2f9;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e2e6;
  --mat-chip-with-trailing-icon-trailing-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-label-text-color: #e3e2e6;
  --mat-slide-toggle-disabled-selected-handle-color: #121316;
  --mat-slide-toggle-disabled-selected-icon-color: #e3e2e6;
  --mat-slide-toggle-disabled-selected-track-color: #e3e2e6;
  --mat-slide-toggle-disabled-unselected-handle-color: #e3e2e6;
  --mat-slide-toggle-disabled-unselected-icon-color: #44474e;
  --mat-slide-toggle-disabled-unselected-track-color: #44474e;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e3e2e6;
  --mat-slide-toggle-label-text-color: #e3e2e6;
  --mat-slide-toggle-selected-focus-handle-color: #00458f;
  --mat-slide-toggle-selected-focus-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #abc7ff;
  --mat-slide-toggle-selected-handle-color: #002f65;
  --mat-slide-toggle-selected-hover-handle-color: #00458f;
  --mat-slide-toggle-selected-hover-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #abc7ff;
  --mat-slide-toggle-selected-icon-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-handle-color: #00458f;
  --mat-slide-toggle-selected-pressed-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #abc7ff;
  --mat-slide-toggle-selected-track-color: #abc7ff;
  --mat-slide-toggle-track-outline-color: #8e9099;
  --mat-slide-toggle-unselected-focus-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #44474e;
  --mat-slide-toggle-unselected-handle-color: #8e9099;
  --mat-slide-toggle-unselected-hover-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #44474e;
  --mat-slide-toggle-unselected-icon-color: #44474e;
  --mat-slide-toggle-unselected-pressed-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #44474e;
  --mat-slide-toggle-unselected-track-color: #44474e;
  --mat-radio-checked-ripple-color: #abc7ff;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e3e2e6;
  --mat-radio-disabled-unselected-icon-color: #e3e2e6;
  --mat-radio-label-text-color: #e3e2e6;
  --mat-radio-ripple-color: #e3e2e6;
  --mat-radio-selected-focus-icon-color: #abc7ff;
  --mat-radio-selected-hover-icon-color: #abc7ff;
  --mat-radio-selected-icon-color: #abc7ff;
  --mat-radio-selected-pressed-icon-color: #abc7ff;
  --mat-radio-unselected-focus-icon-color: #e3e2e6;
  --mat-radio-unselected-hover-icon-color: #e3e2e6;
  --mat-radio-unselected-icon-color: #e0e2ec;
  --mat-radio-unselected-pressed-icon-color: #e3e2e6;
  --mat-slider-active-track-color: #abc7ff;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e3e2e6;
  --mat-slider-disabled-handle-color: #e3e2e6;
  --mat-slider-disabled-inactive-track-color: #e3e2e6;
  --mat-slider-focus-handle-color: #abc7ff;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #abc7ff 20%, transparent);
  --mat-slider-handle-color: #abc7ff;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #abc7ff;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #abc7ff 5%, transparent);
  --mat-slider-inactive-track-color: #44474e;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #abc7ff;
  --mat-slider-label-label-text-color: #002f65;
  --mat-slider-ripple-color: #abc7ff;
  --mat-slider-with-overlap-handle-outline-color: #002f65;
  --mat-slider-with-tick-marks-active-container-color: #002f65;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e3e2e6;
  --mat-slider-with-tick-marks-inactive-container-color: #e0e2ec;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #44474e;
  --mat-menu-item-label-text-color: #e3e2e6;
  --mat-menu-item-icon-color: #e0e2ec;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-menu-container-color: #1f2022;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #3e4759;
  --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: #e3e2e6;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e3e2e6;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e3e2e6;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e3e2e6;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e3e2e6;
  --mat-list-list-item-focus-state-layer-color: #e3e2e6;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e3e2e6;
  --mat-list-list-item-hover-state-layer-color: #e3e2e6;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e3e2e6;
  --mat-list-list-item-leading-avatar-color: #00458f;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #e0e2ec;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #abc7ff;
  --mat-list-list-item-supporting-text-color: #e0e2ec;
  --mat-list-list-item-trailing-icon-color: #e0e2ec;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #e0e2ec;
  --mat-paginator-container-text-color: #e3e2e6;
  --mat-paginator-container-background-color: #121316;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-paginator-enabled-icon-color: #e0e2ec;
  --mat-tab-active-focus-indicator-color: #abc7ff;
  --mat-tab-active-focus-label-text-color: #e3e2e6;
  --mat-tab-active-hover-indicator-color: #abc7ff;
  --mat-tab-active-hover-label-text-color: #e3e2e6;
  --mat-tab-active-indicator-color: #abc7ff;
  --mat-tab-active-label-text-color: #e3e2e6;
  --mat-tab-active-ripple-color: #e3e2e6;
  --mat-tab-divider-color: #44474e;
  --mat-tab-inactive-focus-label-text-color: #e3e2e6;
  --mat-tab-inactive-hover-label-text-color: #e3e2e6;
  --mat-tab-inactive-label-text-color: #e3e2e6;
  --mat-tab-inactive-ripple-color: #e3e2e6;
  --mat-tab-pagination-icon-color: #e3e2e6;
  --mat-tab-disabled-ripple-color: #e0e2ec;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #121316;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-label-text-color: #e3e2e6;
  --mat-checkbox-selected-checkmark-color: #002f65;
  --mat-checkbox-selected-focus-icon-color: #abc7ff;
  --mat-checkbox-selected-focus-state-layer-color: #abc7ff;
  --mat-checkbox-selected-hover-icon-color: #abc7ff;
  --mat-checkbox-selected-hover-state-layer-color: #abc7ff;
  --mat-checkbox-selected-icon-color: #abc7ff;
  --mat-checkbox-selected-pressed-icon-color: #abc7ff;
  --mat-checkbox-selected-pressed-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-focus-icon-color: #e3e2e6;
  --mat-checkbox-unselected-focus-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-hover-icon-color: #e3e2e6;
  --mat-checkbox-unselected-hover-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-icon-color: #e0e2ec;
  --mat-checkbox-unselected-pressed-state-layer-color: #abc7ff;
  --mat-button-filled-container-color: #abc7ff;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #e0e2ec;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #002f65;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #002f65 12%, transparent);
  --mat-button-filled-state-layer-color: #002f65;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #e0e2ec;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #abc7ff;
  --mat-button-outlined-outline-color: #8e9099;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-outlined-state-layer-color: #abc7ff;
  --mat-button-protected-container-color: #121316;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #e0e2ec;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #abc7ff;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-protected-state-layer-color: #abc7ff;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #e0e2ec;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #abc7ff;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-text-state-layer-color: #abc7ff;
  --mat-button-tonal-container-color: #3e4759;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #e0e2ec;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #dae2f9;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #dae2f9 12%, transparent);
  --mat-button-tonal-state-layer-color: #dae2f9;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #e0e2ec;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #e0e2ec;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #e0e2ec 12%, transparent);
  --mat-icon-button-state-layer-color: #e0e2ec;
  --mat-fab-container-color: #00458f;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #d7e3ff;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #d7e3ff 12%, transparent);
  --mat-fab-small-container-color: #00458f;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #d7e3ff;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #d7e3ff 12%, transparent);
  --mat-fab-small-state-layer-color: #d7e3ff;
  --mat-fab-state-layer-color: #d7e3ff;
  --mat-snack-bar-button-color: #005cbb;
  --mat-snack-bar-container-color: #e3e2e6;
  --mat-snack-bar-supporting-text-color: #2f3033;
  --mat-table-background-color: #121316;
  --mat-table-header-headline-color: #e3e2e6;
  --mat-table-row-item-label-text-color: #e3e2e6;
  --mat-table-row-item-outline-color: #8e9099;
  --mat-progress-spinner-active-indicator-color: #abc7ff;
  --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-bottom-sheet-container-text-color: #e3e2e6;
  --mat-bottom-sheet-container-background-color: #1a1b1f;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-toggle-divider-color: #8e9099;
  --mat-button-toggle-selected-state-background-color: #3e4759;
  --mat-button-toggle-selected-state-text-color: #dae2f9;
  --mat-button-toggle-state-layer-color: #e3e2e6;
  --mat-button-toggle-text-color: #e3e2e6;
  --mat-datepicker-calendar-body-label-text-color: #e3e2e6;
  --mat-datepicker-calendar-container-background-color: #292a2c;
  --mat-datepicker-calendar-container-text-color: #e3e2e6;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #8f0045;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #bec6dc;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #3e4759;
  --mat-datepicker-calendar-date-in-range-state-background-color: #00458f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #abc7ff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #abc7ff;
  --mat-datepicker-calendar-date-selected-state-text-color: #002f65;
  --mat-datepicker-calendar-date-text-color: #e3e2e6;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #abc7ff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #abc7ff;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #e0e2ec;
  --mat-datepicker-calendar-navigation-button-icon-color: #e0e2ec;
  --mat-datepicker-calendar-period-button-icon-color: #e0e2ec;
  --mat-datepicker-calendar-period-button-text-color: #e0e2ec;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e3e2e6;
  --mat-datepicker-toggle-active-state-icon-color: #abc7ff;
  --mat-datepicker-toggle-icon-color: #e0e2ec;
  --mat-divider-color: #44474e;
  --mat-expansion-actions-divider-color: #8e9099;
  --mat-expansion-container-background-color: #121316;
  --mat-expansion-container-text-color: #e3e2e6;
  --mat-expansion-header-description-color: #e0e2ec;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-expansion-header-indicator-color: #e0e2ec;
  --mat-expansion-header-text-color: #e3e2e6;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #121316;
  --mat-sidenav-container-text-color: #e0e2ec;
  --mat-sidenav-content-background-color: #121316;
  --mat-sidenav-content-text-color: #e3e2e6;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-container-color: #121316;
  --mat-stepper-header-done-state-icon-background-color: #abc7ff;
  --mat-stepper-header-done-state-icon-foreground-color: #002f65;
  --mat-stepper-header-edit-state-icon-background-color: #abc7ff;
  --mat-stepper-header-edit-state-icon-foreground-color: #002f65;
  --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, #e3e2e6 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-stepper-header-icon-background-color: #e0e2ec;
  --mat-stepper-header-icon-foreground-color: #121316;
  --mat-stepper-header-label-text-color: #e0e2ec;
  --mat-stepper-header-optional-label-text-color: #e0e2ec;
  --mat-stepper-header-selected-state-icon-background-color: #abc7ff;
  --mat-stepper-header-selected-state-icon-foreground-color: #002f65;
  --mat-stepper-header-selected-state-label-text-color: #e0e2ec;
  --mat-stepper-line-color: #8e9099;
  --mat-sort-arrow-color: #e3e2e6;
  --mat-toolbar-container-background-color: #121316;
  --mat-toolbar-container-text-color: #e3e2e6;
  --mat-tree-container-background-color: #121316;
  --mat-tree-node-text-color: #e3e2e6;
  --mat-timepicker-container-background-color: #1f2022;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mt-surface-shell-sidenav: #000;
  --mt-surface-shell-header: #000;
  --mt-surface-shell-footer: #000;
  --mt-surface-shell-content: #121212;
  --mt-on-surface-shell-header: #fff;
  --mt-on-surface-shell-footer: #fff;
  --mt-elevation-shell-chrome: 0 1px 2px rgba(0, 0, 0, 0.35);
  --mt-elevation-shell-sidenav: 2px 0 10px rgba(0, 0, 0, 0.4);
  --mt-elevation-shell-overlay: 0 12px 28px rgba(0, 0, 0, 0.5);
  --mt-surface-drawer: #000;
  --mt-surface-drawer-header: #000;
  --mt-surface-drawer-content: #000;
  --mt-surface-drawer-field: #000;
  --mt-on-surface-drawer: #fff;
}
.high-contrast-dark-theme,
.high-contrast-theme {
  --mat-app-background-color: #121316;
  --mat-app-text-color: #e3e2e6;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #e3e2e6 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-option-label-text-color: #e3e2e6;
  --mat-option-selected-state-label-text-color: #dae2f9;
  --mat-option-selected-state-layer-color: #3e4759;
  --mat-optgroup-label-text-color: #e0e2ec;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #121316;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #002f65;
  --mat-pseudo-checkbox-full-selected-icon-color: #abc7ff;
  --mat-pseudo-checkbox-full-unselected-icon-color: #e0e2ec;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #abc7ff;
  --mat-card-elevated-container-color: #1a1b1f;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #343537;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #121316;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #44474e;
  --mat-card-subtitle-text-color: #e3e2e6;
  --mat-progress-bar-active-indicator-color: #abc7ff;
  --mat-progress-bar-track-color: #44474e;
  --mat-tooltip-container-color: #e3e2e6;
  --mat-tooltip-supporting-text-color: #2f3033;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #e0e2ec;
  --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: #e0e2ec;
  --mat-form-field-filled-caret-color: #abc7ff;
  --mat-form-field-filled-container-color: #44474e;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e3e2e6 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e6 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: #abc7ff;
  --mat-form-field-filled-focus-label-text-color: #abc7ff;
  --mat-form-field-filled-hover-active-indicator-color: #e3e2e6;
  --mat-form-field-filled-hover-label-text-color: #e0e2ec;
  --mat-form-field-filled-input-text-color: #e3e2e6;
  --mat-form-field-filled-input-text-placeholder-color: #e0e2ec;
  --mat-form-field-filled-label-text-color: #e0e2ec;
  --mat-form-field-focus-select-arrow-color: #abc7ff;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #e0e2ec;
  --mat-form-field-outlined-caret-color: #abc7ff;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e6 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: #abc7ff;
  --mat-form-field-outlined-focus-outline-color: #abc7ff;
  --mat-form-field-outlined-hover-label-text-color: #e3e2e6;
  --mat-form-field-outlined-hover-outline-color: #e3e2e6;
  --mat-form-field-outlined-input-text-color: #e3e2e6;
  --mat-form-field-outlined-input-text-placeholder-color: #e0e2ec;
  --mat-form-field-outlined-label-text-color: #e0e2ec;
  --mat-form-field-outlined-outline-color: #8e9099;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #e3e2e6;
  --mat-form-field-trailing-icon-color: #e0e2ec;
  --mat-select-panel-background-color: #1f2022;
  --mat-select-enabled-trigger-text-color: #e3e2e6;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-select-placeholder-text-color: #e0e2ec;
  --mat-select-enabled-arrow-color: #e0e2ec;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-select-focused-arrow-color: #abc7ff;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #1f2022;
  --mat-dialog-container-color: #121316;
  --mat-dialog-subhead-color: #e3e2e6;
  --mat-dialog-supporting-text-color: #e0e2ec;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-chip-elevated-selected-container-color: #3e4759;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-chip-focus-outline-color: #e0e2ec;
  --mat-chip-focus-state-layer-color: #e0e2ec;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #e0e2ec;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #e0e2ec;
  --mat-chip-outline-color: #8e9099;
  --mat-chip-selected-disabled-trailing-icon-color: #e3e2e6;
  --mat-chip-selected-focus-state-layer-color: #dae2f9;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #dae2f9;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #dae2f9;
  --mat-chip-selected-trailing-action-state-layer-color: #dae2f9;
  --mat-chip-selected-trailing-icon-color: #dae2f9;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #e0e2ec;
  --mat-chip-with-icon-disabled-icon-color: #e3e2e6;
  --mat-chip-with-icon-icon-color: #e0e2ec;
  --mat-chip-with-icon-selected-icon-color: #dae2f9;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e2e6;
  --mat-chip-with-trailing-icon-trailing-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-label-text-color: #e3e2e6;
  --mat-slide-toggle-disabled-selected-handle-color: #121316;
  --mat-slide-toggle-disabled-selected-icon-color: #e3e2e6;
  --mat-slide-toggle-disabled-selected-track-color: #e3e2e6;
  --mat-slide-toggle-disabled-unselected-handle-color: #e3e2e6;
  --mat-slide-toggle-disabled-unselected-icon-color: #44474e;
  --mat-slide-toggle-disabled-unselected-track-color: #44474e;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e3e2e6;
  --mat-slide-toggle-label-text-color: #e3e2e6;
  --mat-slide-toggle-selected-focus-handle-color: #00458f;
  --mat-slide-toggle-selected-focus-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #abc7ff;
  --mat-slide-toggle-selected-handle-color: #002f65;
  --mat-slide-toggle-selected-hover-handle-color: #00458f;
  --mat-slide-toggle-selected-hover-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #abc7ff;
  --mat-slide-toggle-selected-icon-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-handle-color: #00458f;
  --mat-slide-toggle-selected-pressed-state-layer-color: #abc7ff;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #abc7ff;
  --mat-slide-toggle-selected-track-color: #abc7ff;
  --mat-slide-toggle-track-outline-color: #8e9099;
  --mat-slide-toggle-unselected-focus-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #44474e;
  --mat-slide-toggle-unselected-handle-color: #8e9099;
  --mat-slide-toggle-unselected-hover-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #44474e;
  --mat-slide-toggle-unselected-icon-color: #44474e;
  --mat-slide-toggle-unselected-pressed-handle-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e3e2e6;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #44474e;
  --mat-slide-toggle-unselected-track-color: #44474e;
  --mat-radio-checked-ripple-color: #abc7ff;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e3e2e6;
  --mat-radio-disabled-unselected-icon-color: #e3e2e6;
  --mat-radio-label-text-color: #e3e2e6;
  --mat-radio-ripple-color: #e3e2e6;
  --mat-radio-selected-focus-icon-color: #abc7ff;
  --mat-radio-selected-hover-icon-color: #abc7ff;
  --mat-radio-selected-icon-color: #abc7ff;
  --mat-radio-selected-pressed-icon-color: #abc7ff;
  --mat-radio-unselected-focus-icon-color: #e3e2e6;
  --mat-radio-unselected-hover-icon-color: #e3e2e6;
  --mat-radio-unselected-icon-color: #e0e2ec;
  --mat-radio-unselected-pressed-icon-color: #e3e2e6;
  --mat-slider-active-track-color: #abc7ff;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e3e2e6;
  --mat-slider-disabled-handle-color: #e3e2e6;
  --mat-slider-disabled-inactive-track-color: #e3e2e6;
  --mat-slider-focus-handle-color: #abc7ff;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #abc7ff 20%, transparent);
  --mat-slider-handle-color: #abc7ff;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #abc7ff;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #abc7ff 5%, transparent);
  --mat-slider-inactive-track-color: #44474e;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #abc7ff;
  --mat-slider-label-label-text-color: #002f65;
  --mat-slider-ripple-color: #abc7ff;
  --mat-slider-with-overlap-handle-outline-color: #002f65;
  --mat-slider-with-tick-marks-active-container-color: #002f65;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e3e2e6;
  --mat-slider-with-tick-marks-inactive-container-color: #e0e2ec;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #44474e;
  --mat-menu-item-label-text-color: #e3e2e6;
  --mat-menu-item-icon-color: #e0e2ec;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-menu-container-color: #1f2022;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #3e4759;
  --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: #e3e2e6;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e3e2e6;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e3e2e6;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e3e2e6;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e3e2e6;
  --mat-list-list-item-focus-state-layer-color: #e3e2e6;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e3e2e6;
  --mat-list-list-item-hover-state-layer-color: #e3e2e6;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e3e2e6;
  --mat-list-list-item-leading-avatar-color: #00458f;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #e0e2ec;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #abc7ff;
  --mat-list-list-item-supporting-text-color: #e0e2ec;
  --mat-list-list-item-trailing-icon-color: #e0e2ec;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #e0e2ec;
  --mat-paginator-container-text-color: #e3e2e6;
  --mat-paginator-container-background-color: #121316;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-paginator-enabled-icon-color: #e0e2ec;
  --mat-tab-active-focus-indicator-color: #abc7ff;
  --mat-tab-active-focus-label-text-color: #e3e2e6;
  --mat-tab-active-hover-indicator-color: #abc7ff;
  --mat-tab-active-hover-label-text-color: #e3e2e6;
  --mat-tab-active-indicator-color: #abc7ff;
  --mat-tab-active-label-text-color: #e3e2e6;
  --mat-tab-active-ripple-color: #e3e2e6;
  --mat-tab-divider-color: #44474e;
  --mat-tab-inactive-focus-label-text-color: #e3e2e6;
  --mat-tab-inactive-hover-label-text-color: #e3e2e6;
  --mat-tab-inactive-label-text-color: #e3e2e6;
  --mat-tab-inactive-ripple-color: #e3e2e6;
  --mat-tab-pagination-icon-color: #e3e2e6;
  --mat-tab-disabled-ripple-color: #e0e2ec;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #121316;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-checkbox-label-text-color: #e3e2e6;
  --mat-checkbox-selected-checkmark-color: #002f65;
  --mat-checkbox-selected-focus-icon-color: #abc7ff;
  --mat-checkbox-selected-focus-state-layer-color: #abc7ff;
  --mat-checkbox-selected-hover-icon-color: #abc7ff;
  --mat-checkbox-selected-hover-state-layer-color: #abc7ff;
  --mat-checkbox-selected-icon-color: #abc7ff;
  --mat-checkbox-selected-pressed-icon-color: #abc7ff;
  --mat-checkbox-selected-pressed-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-focus-icon-color: #e3e2e6;
  --mat-checkbox-unselected-focus-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-hover-icon-color: #e3e2e6;
  --mat-checkbox-unselected-hover-state-layer-color: #e3e2e6;
  --mat-checkbox-unselected-icon-color: #e0e2ec;
  --mat-checkbox-unselected-pressed-state-layer-color: #abc7ff;
  --mat-button-filled-container-color: #abc7ff;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #e0e2ec;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #002f65;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #002f65 12%, transparent);
  --mat-button-filled-state-layer-color: #002f65;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #e0e2ec;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #abc7ff;
  --mat-button-outlined-outline-color: #8e9099;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-outlined-state-layer-color: #abc7ff;
  --mat-button-protected-container-color: #121316;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #e0e2ec;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #abc7ff;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-protected-state-layer-color: #abc7ff;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #e0e2ec;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #abc7ff;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #abc7ff 12%, transparent);
  --mat-button-text-state-layer-color: #abc7ff;
  --mat-button-tonal-container-color: #3e4759;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #e0e2ec;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #dae2f9;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #dae2f9 12%, transparent);
  --mat-button-tonal-state-layer-color: #dae2f9;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #e0e2ec;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #e0e2ec;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #e0e2ec 12%, transparent);
  --mat-icon-button-state-layer-color: #e0e2ec;
  --mat-fab-container-color: #00458f;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #d7e3ff;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #d7e3ff 12%, transparent);
  --mat-fab-small-container-color: #00458f;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #d7e3ff;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #d7e3ff 12%, transparent);
  --mat-fab-small-state-layer-color: #d7e3ff;
  --mat-fab-state-layer-color: #d7e3ff;
  --mat-snack-bar-button-color: #005cbb;
  --mat-snack-bar-container-color: #e3e2e6;
  --mat-snack-bar-supporting-text-color: #2f3033;
  --mat-table-background-color: #121316;
  --mat-table-header-headline-color: #e3e2e6;
  --mat-table-row-item-label-text-color: #e3e2e6;
  --mat-table-row-item-outline-color: #8e9099;
  --mat-progress-spinner-active-indicator-color: #abc7ff;
  --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-bottom-sheet-container-text-color: #e3e2e6;
  --mat-bottom-sheet-container-background-color: #1a1b1f;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-button-toggle-divider-color: #8e9099;
  --mat-button-toggle-selected-state-background-color: #3e4759;
  --mat-button-toggle-selected-state-text-color: #dae2f9;
  --mat-button-toggle-state-layer-color: #e3e2e6;
  --mat-button-toggle-text-color: #e3e2e6;
  --mat-datepicker-calendar-body-label-text-color: #e3e2e6;
  --mat-datepicker-calendar-container-background-color: #292a2c;
  --mat-datepicker-calendar-container-text-color: #e3e2e6;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #8f0045;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #bec6dc;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #3e4759;
  --mat-datepicker-calendar-date-in-range-state-background-color: #00458f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #abc7ff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #abc7ff;
  --mat-datepicker-calendar-date-selected-state-text-color: #002f65;
  --mat-datepicker-calendar-date-text-color: #e3e2e6;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #abc7ff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #abc7ff;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #e0e2ec;
  --mat-datepicker-calendar-navigation-button-icon-color: #e0e2ec;
  --mat-datepicker-calendar-period-button-icon-color: #e0e2ec;
  --mat-datepicker-calendar-period-button-text-color: #e0e2ec;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e3e2e6;
  --mat-datepicker-toggle-active-state-icon-color: #abc7ff;
  --mat-datepicker-toggle-icon-color: #e0e2ec;
  --mat-divider-color: #44474e;
  --mat-expansion-actions-divider-color: #8e9099;
  --mat-expansion-container-background-color: #121316;
  --mat-expansion-container-text-color: #e3e2e6;
  --mat-expansion-header-description-color: #e0e2ec;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e3e2e6 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e3e2e6 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-expansion-header-indicator-color: #e0e2ec;
  --mat-expansion-header-text-color: #e3e2e6;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #121316;
  --mat-sidenav-container-text-color: #e0e2ec;
  --mat-sidenav-content-background-color: #121316;
  --mat-sidenav-content-text-color: #e3e2e6;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-container-color: #121316;
  --mat-stepper-header-done-state-icon-background-color: #abc7ff;
  --mat-stepper-header-done-state-icon-foreground-color: #002f65;
  --mat-stepper-header-edit-state-icon-background-color: #abc7ff;
  --mat-stepper-header-edit-state-icon-foreground-color: #002f65;
  --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, #e3e2e6 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e3e2e6 8%, transparent);
  --mat-stepper-header-icon-background-color: #e0e2ec;
  --mat-stepper-header-icon-foreground-color: #121316;
  --mat-stepper-header-label-text-color: #e0e2ec;
  --mat-stepper-header-optional-label-text-color: #e0e2ec;
  --mat-stepper-header-selected-state-icon-background-color: #abc7ff;
  --mat-stepper-header-selected-state-icon-foreground-color: #002f65;
  --mat-stepper-header-selected-state-label-text-color: #e0e2ec;
  --mat-stepper-line-color: #8e9099;
  --mat-sort-arrow-color: #e3e2e6;
  --mat-toolbar-container-background-color: #121316;
  --mat-toolbar-container-text-color: #e3e2e6;
  --mat-tree-container-background-color: #121316;
  --mat-tree-node-text-color: #e3e2e6;
  --mat-timepicker-container-background-color: #1f2022;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --hc-bg: #050608;
  --hc-surface: #14161a;
  --hc-text: #ffffff;
  --hc-text-muted: #c0c4cc;
  --hc-border: #ffffff;
  --hc-divider: #3a3f47;
  --hc-primary: #3da5ff;
  --hc-on-primary: #000000;
  --hc-success: #45d483;
  --hc-on-success: #000000;
  --hc-warning: #ffc857;
  --hc-on-warning: #000000;
  --hc-danger: #ff5c7a;
  --hc-on-danger: #000000;
  --hc-focus-ring: #ffd700;
  --hc-link: #4eb5ff;
  --hc-on-link: #000000;
  --mat-sys-primary: var(--hc-primary);
  --mat-sys-on-primary: var(--hc-on-primary);
  --mat-sys-secondary: var(--hc-primary);
  --mat-sys-on-secondary: var(--hc-on-primary);
  --mat-sys-tertiary: var(--hc-primary);
  --mat-sys-on-tertiary: var(--hc-on-primary);
  --mat-sys-error: var(--hc-danger);
  --mat-sys-on-error: var(--hc-on-danger);
  --mat-sys-surface: var(--hc-bg);
  --mat-sys-on-surface: var(--hc-text);
  --mat-sys-on-surface-variant: var(--hc-text-muted);
  --mat-sys-outline: var(--hc-divider);
  --mat-button-text-label-text-color: var(--hc-text);
  --mat-button-filled-container-color: var(--hc-primary);
  --mat-button-filled-label-text-color: var(--hc-on-primary);
  --mat-button-protected-container-color: var(--hc-primary);
  --mat-button-protected-label-text-color: var(--hc-on-primary);
  --mat-button-outlined-label-text-color: var(--hc-text);
  --mat-button-outlined-outline-color: var(--hc-border);
  --mat-text-button-label-text-color: var(--hc-text);
  --mat-icon-button-icon-color: var(--hc-text);
  --mat-outlined-button-label-text-color: var(--hc-text);
  --mat-outlined-button-outline-color: var(--hc-border);
  --mat-menu-item-label-text-color: var(--hc-text);
  --mat-menu-item-icon-color: var(--hc-text);
  --mat-icon-color: var(--hc-text);
  --mdc-text-button-label-text-color: var(--hc-text);
  --mdc-icon-button-icon-color: var(--hc-text);
  --mdc-outlined-button-label-text-color: var(--hc-text);
  --mdc-outlined-button-outline-color: var(--hc-border);
  --mdc-list-list-item-label-text-color: var(--hc-text);
  --mdc-list-list-item-leading-icon-color: var(--hc-text);
  --mt-surface-shell-sidenav: var(--hc-surface);
  --mt-surface-shell-header: var(--hc-surface);
  --mt-surface-shell-footer: var(--hc-surface);
  --mt-surface-shell-content: var(--hc-bg);
  --mt-on-surface-shell-header: var(--hc-text);
  --mt-on-surface-shell-footer: var(--hc-text);
  --mt-elevation-shell-chrome: none;
  --mt-elevation-shell-sidenav: none;
  --mt-elevation-shell-overlay: none;
  --mt-surface-drawer: var(--hc-surface);
  --mt-surface-drawer-header: var(--hc-surface);
  --mt-surface-drawer-content: var(--hc-bg);
  --mt-surface-drawer-field: var(--hc-bg);
  --mt-on-surface-drawer: var(--hc-text);
  background-color: var(--hc-bg);
  color: var(--hc-text);
}
.high-contrast-dark-theme .mat-mdc-button,
.high-contrast-dark-theme .mat-mdc-outlined-button,
.high-contrast-dark-theme .mat-mdc-raised-button,
.high-contrast-dark-theme .mat-mdc-unelevated-button,
.high-contrast-dark-theme .mat-mdc-icon-button,
.high-contrast-dark-theme .mat-mdc-card,
.high-contrast-dark-theme .mat-mdc-dialog-surface,
.high-contrast-theme .mat-mdc-button,
.high-contrast-theme .mat-mdc-outlined-button,
.high-contrast-theme .mat-mdc-raised-button,
.high-contrast-theme .mat-mdc-unelevated-button,
.high-contrast-theme .mat-mdc-icon-button,
.high-contrast-theme .mat-mdc-card,
.high-contrast-theme .mat-mdc-dialog-surface {
  border: 1px solid var(--hc-border);
}
.high-contrast-dark-theme a,
.high-contrast-theme a {
  color: var(--hc-link);
}
.high-contrast-dark-theme *:focus-visible,
.high-contrast-theme *:focus-visible {
  outline: 3px solid var(--hc-focus-ring);
  outline-offset: 2px;
}
.high-contrast-dark-theme .mat-mdc-button,
.high-contrast-dark-theme .mat-mdc-outlined-button,
.high-contrast-dark-theme .mat-mdc-icon-button,
.high-contrast-theme .mat-mdc-button,
.high-contrast-theme .mat-mdc-outlined-button,
.high-contrast-theme .mat-mdc-icon-button {
  color: var(--hc-text);
}
.high-contrast-dark-theme .mat-mdc-raised-button.mat-primary,
.high-contrast-dark-theme .mat-mdc-raised-button.mat-accent,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-primary,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-accent,
.high-contrast-theme .mat-mdc-raised-button.mat-primary,
.high-contrast-theme .mat-mdc-raised-button.mat-accent,
.high-contrast-theme .mat-mdc-unelevated-button.mat-primary,
.high-contrast-theme .mat-mdc-unelevated-button.mat-accent {
  background-color: var(--hc-primary);
  color: var(--hc-on-primary);
}
.high-contrast-light-theme {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1a1b1f 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
  --mat-optgroup-label-text-color: #44474e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
  --mat-card-elevated-container-color: #f4f3f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #faf9fd;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
  --mat-progress-bar-active-indicator-color: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-supporting-text-color: #f2f0f4;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --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: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 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: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 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: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-autocomplete-background-color: #efedf0;
  --mat-dialog-container-color: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --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: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #dae2f9;
  --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: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
  --mat-paginator-container-text-color: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
  --mat-button-filled-container-color: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.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, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
  --mat-fab-container-color: #d7e3ff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
  --mat-progress-spinner-active-indicator-color: #005cbb;
  --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-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e1;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-divider-color: #c4c6d0;
  --mat-expansion-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --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, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
  --mat-sort-arrow-color: #1a1b1f;
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
  --mat-tree-container-background-color: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --hc-bg: #ffffff;
  --hc-surface: #f2f4f7;
  --hc-text: #000000;
  --hc-text-muted: #424650;
  --hc-border: #000000;
  --hc-divider: #979ba6;
  --hc-primary: #004c99;
  --hc-on-primary: #ffffff;
  --hc-success: #0c6f35;
  --hc-on-success: #ffffff;
  --hc-warning: #8a5b00;
  --hc-on-warning: #ffffff;
  --hc-danger: #8b0020;
  --hc-on-danger: #ffffff;
  --hc-focus-ring: #ff00ff;
  --hc-link: #003399;
  --hc-on-link: #ffffff;
  --mat-sys-primary: var(--hc-primary);
  --mat-sys-on-primary: var(--hc-on-primary);
  --mat-sys-secondary: var(--hc-primary);
  --mat-sys-on-secondary: var(--hc-on-primary);
  --mat-sys-tertiary: var(--hc-primary);
  --mat-sys-on-tertiary: var(--hc-on-primary);
  --mat-sys-error: var(--hc-danger);
  --mat-sys-on-error: var(--hc-on-danger);
  --mat-sys-surface: var(--hc-bg);
  --mat-sys-on-surface: var(--hc-text);
  --mat-sys-on-surface-variant: var(--hc-text-muted);
  --mat-sys-outline: var(--hc-divider);
  --mat-button-text-label-text-color: var(--hc-text);
  --mat-button-filled-container-color: var(--hc-primary);
  --mat-button-filled-label-text-color: var(--hc-on-primary);
  --mat-button-protected-container-color: var(--hc-primary);
  --mat-button-protected-label-text-color: var(--hc-on-primary);
  --mat-button-outlined-label-text-color: var(--hc-text);
  --mat-button-outlined-outline-color: var(--hc-border);
  --mat-text-button-label-text-color: var(--hc-text);
  --mat-icon-button-icon-color: var(--hc-text);
  --mat-outlined-button-label-text-color: var(--hc-text);
  --mat-outlined-button-outline-color: var(--hc-border);
  --mat-menu-item-label-text-color: var(--hc-text);
  --mat-menu-item-icon-color: var(--hc-text);
  --mat-icon-color: var(--hc-text);
  --mdc-text-button-label-text-color: var(--hc-text);
  --mdc-icon-button-icon-color: var(--hc-text);
  --mdc-outlined-button-label-text-color: var(--hc-text);
  --mdc-outlined-button-outline-color: var(--hc-border);
  --mdc-list-list-item-label-text-color: var(--hc-text);
  --mdc-list-list-item-leading-icon-color: var(--hc-text);
  --mt-surface-shell-sidenav: var(--hc-surface);
  --mt-surface-shell-header: var(--hc-surface);
  --mt-surface-shell-footer: var(--hc-surface);
  --mt-surface-shell-content: var(--hc-bg);
  --mt-on-surface-shell-header: var(--hc-text);
  --mt-on-surface-shell-footer: var(--hc-text);
  --mt-elevation-shell-chrome: none;
  --mt-elevation-shell-sidenav: none;
  --mt-elevation-shell-overlay: none;
  --mt-surface-drawer: var(--hc-surface);
  --mt-surface-drawer-header: var(--hc-surface);
  --mt-surface-drawer-content: var(--hc-bg);
  --mt-surface-drawer-field: var(--hc-bg);
  --mt-on-surface-drawer: var(--hc-text);
  background-color: var(--hc-bg);
  color: var(--hc-text);
}
.high-contrast-light-theme .mat-mdc-button,
.high-contrast-light-theme .mat-mdc-outlined-button,
.high-contrast-light-theme .mat-mdc-raised-button,
.high-contrast-light-theme .mat-mdc-unelevated-button,
.high-contrast-light-theme .mat-mdc-icon-button,
.high-contrast-light-theme .mat-mdc-card,
.high-contrast-light-theme .mat-mdc-dialog-surface {
  border: 1px solid var(--hc-border);
}
.high-contrast-light-theme a {
  color: var(--hc-link);
}
.high-contrast-light-theme *:focus-visible {
  outline: 3px solid var(--hc-focus-ring);
  outline-offset: 2px;
}
.high-contrast-light-theme .mat-mdc-button,
.high-contrast-light-theme .mat-mdc-outlined-button,
.high-contrast-light-theme .mat-mdc-icon-button {
  color: var(--hc-text);
}
.high-contrast-light-theme .mat-mdc-raised-button.mat-primary,
.high-contrast-light-theme .mat-mdc-raised-button.mat-accent,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-primary,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-accent {
  background-color: var(--hc-primary);
  color: var(--hc-on-primary);
}
@media (forced-colors: active) {
  .dark-theme,
  .high-contrast-theme,
  .high-contrast-dark-theme,
  .high-contrast-light-theme {
    forced-color-adjust: auto;
  }
  .dark-theme *,
  .high-contrast-theme *,
  .high-contrast-dark-theme *,
  .high-contrast-light-theme * {
    border-color: CanvasText;
  }
  .dark-theme *:focus-visible,
  .high-contrast-theme *:focus-visible,
  .high-contrast-dark-theme *:focus-visible,
  .high-contrast-light-theme *:focus-visible {
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }
}
.mat-display-large,
.mat-typography .mat-display-large,
.mat-typography h1 {
  font: 400 3.562rem / 4rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: -0.016rem;
  margin: 0 0 0.5em;
}
.mat-display-medium,
.mat-typography .mat-display-medium,
.mat-typography h2 {
  font: 400 2.812rem / 3.25rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.mat-display-small,
.mat-typography .mat-display-small,
.mat-typography h3 {
  font: 400 2.25rem / 2.75rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.mat-headline-large,
.mat-typography .mat-headline-large,
.mat-typography h4 {
  font: 400 2rem / 2.5rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.mat-headline-medium,
.mat-typography .mat-headline-medium,
.mat-typography h5 {
  font: 400 1.75rem / 2.25rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.mat-headline-small,
.mat-typography .mat-headline-small,
.mat-typography h6 {
  font: 400 1.5rem / 2rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.mat-title-large,
.mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0;
}
.mat-title-medium,
.mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.009rem;
}
.mat-title-small,
.mat-typography .mat-title-small {
  font: 500 0.875rem / 1.25rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.006rem;
}
.mat-body-large,
.mat-typography .mat-body-large,
.mat-typography {
  font: 400 1rem / 1.5rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.031rem;
}
.mat-body-large p,
.mat-typography .mat-body-large p,
.mat-typography p {
  margin: 0 0 0.75em;
}
.mat-body-medium,
.mat-typography .mat-body-medium {
  font: 400 0.875rem / 1.25rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.016rem;
}
.mat-body-small,
.mat-typography .mat-body-small {
  font: 400 0.75rem / 1rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.025rem;
}
.mat-label-large,
.mat-typography .mat-label-large {
  font: 500 0.875rem / 1.25rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.006rem;
}
.mat-label-medium,
.mat-typography .mat-label-medium {
  font: 500 0.75rem / 1rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.031rem;
}
.mat-label-small,
.mat-typography .mat-label-small {
  font: 500 0.688rem / 1rem 'Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif';
  letter-spacing: 0.031rem;
}
p {
  line-height: 1.5;
}
:root {
  --app-success: #008300;
  --app-loading-shade: rgba(255, 255, 255, 0.6);
  color-scheme: light;
}
html {
  --mat-app-background-color: #fbf9fa;
  --mat-app-text-color: #1b1c1d;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1b1c1d 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-option-label-text-color: #1b1c1d;
  --mat-option-selected-state-label-text-color: #3a4859;
  --mat-option-selected-state-layer-color: #d5e4f9;
  --mat-optgroup-label-text-color: #43474c;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fbf9fa;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #4c6173;
  --mat-pseudo-checkbox-full-unselected-icon-color: #43474c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #4c6173;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.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: #f5f3f4;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e3;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #fbf9fa;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c3c7cc;
  --mat-card-subtitle-text-color: #1b1c1d;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --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: #4c6173;
  --mat-progress-bar-track-color: #dfe3e8;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-container-color: #303032;
  --mat-tooltip-supporting-text-color: #f2f0f2;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.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, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #43474c;
  --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: #43474c;
  --mat-form-field-filled-caret-color: #4c6173;
  --mat-form-field-filled-container-color: #dfe3e8;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1b1c1d 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1b1c1d 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: #4c6173;
  --mat-form-field-filled-focus-label-text-color: #4c6173;
  --mat-form-field-filled-hover-active-indicator-color: #1b1c1d;
  --mat-form-field-filled-hover-label-text-color: #43474c;
  --mat-form-field-filled-input-text-color: #1b1c1d;
  --mat-form-field-filled-input-text-placeholder-color: #43474c;
  --mat-form-field-filled-label-text-color: #43474c;
  --mat-form-field-focus-select-arrow-color: #4c6173;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #43474c;
  --mat-form-field-outlined-caret-color: #4c6173;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1b1c1d 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: #4c6173;
  --mat-form-field-outlined-focus-outline-color: #4c6173;
  --mat-form-field-outlined-hover-label-text-color: #1b1c1d;
  --mat-form-field-outlined-hover-outline-color: #1b1c1d;
  --mat-form-field-outlined-input-text-color: #1b1c1d;
  --mat-form-field-outlined-input-text-placeholder-color: #43474c;
  --mat-form-field-outlined-label-text-color: #43474c;
  --mat-form-field-outlined-outline-color: #73777d;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-select-option-text-color: #1b1c1d;
  --mat-form-field-state-layer-color: #1b1c1d;
  --mat-form-field-trailing-icon-color: #43474c;
  --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, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #efedef;
  --mat-select-enabled-trigger-text-color: #1b1c1d;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-select-placeholder-text-color: #43474c;
  --mat-select-enabled-arrow-color: #43474c;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-select-focused-arrow-color: #4c6173;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.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, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #efedef;
  --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: #fbf9fa;
  --mat-dialog-subhead-color: #1b1c1d;
  --mat-dialog-supporting-text-color: #43474c;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --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, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.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: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-chip-elevated-selected-container-color: #d5e4f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-chip-focus-outline-color: #43474c;
  --mat-chip-focus-state-layer-color: #43474c;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #43474c;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #43474c;
  --mat-chip-outline-color: #73777d;
  --mat-chip-selected-disabled-trailing-icon-color: #1b1c1d;
  --mat-chip-selected-focus-state-layer-color: #3a4859;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3a4859;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3a4859;
  --mat-chip-selected-trailing-action-state-layer-color: #3a4859;
  --mat-chip-selected-trailing-icon-color: #3a4859;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #43474c;
  --mat-chip-with-icon-disabled-icon-color: #1b1c1d;
  --mat-chip-with-icon-icon-color: #43474c;
  --mat-chip-with-icon-selected-icon-color: #3a4859;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1c1d;
  --mat-chip-with-trailing-icon-trailing-icon-color: #43474c;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.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: #1b1c1d;
  --mat-slide-toggle-disabled-selected-handle-color: #fbf9fa;
  --mat-slide-toggle-disabled-selected-icon-color: #1b1c1d;
  --mat-slide-toggle-disabled-selected-track-color: #1b1c1d;
  --mat-slide-toggle-disabled-unselected-handle-color: #1b1c1d;
  --mat-slide-toggle-disabled-unselected-icon-color: #dfe3e8;
  --mat-slide-toggle-disabled-unselected-track-color: #dfe3e8;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1b1c1d;
  --mat-slide-toggle-label-text-color: #1b1c1d;
  --mat-slide-toggle-selected-focus-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-focus-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #4c6173;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-hover-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #4c6173;
  --mat-slide-toggle-selected-icon-color: #34495b;
  --mat-slide-toggle-selected-pressed-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-pressed-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #4c6173;
  --mat-slide-toggle-selected-track-color: #4c6173;
  --mat-slide-toggle-track-outline-color: #73777d;
  --mat-slide-toggle-unselected-focus-handle-color: #43474c;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-handle-color: #73777d;
  --mat-slide-toggle-unselected-hover-handle-color: #43474c;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-icon-color: #dfe3e8;
  --mat-slide-toggle-unselected-pressed-handle-color: #43474c;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-track-color: #dfe3e8;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-checked-ripple-color: #4c6173;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1b1c1d;
  --mat-radio-disabled-unselected-icon-color: #1b1c1d;
  --mat-radio-label-text-color: #1b1c1d;
  --mat-radio-ripple-color: #1b1c1d;
  --mat-radio-selected-focus-icon-color: #4c6173;
  --mat-radio-selected-hover-icon-color: #4c6173;
  --mat-radio-selected-icon-color: #4c6173;
  --mat-radio-selected-pressed-icon-color: #4c6173;
  --mat-radio-unselected-focus-icon-color: #1b1c1d;
  --mat-radio-unselected-hover-icon-color: #1b1c1d;
  --mat-radio-unselected-icon-color: #43474c;
  --mat-radio-unselected-pressed-icon-color: #1b1c1d;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.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: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-value-indicator-transform-origin: 0 28px;
  --mat-slider-active-track-color: #4c6173;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1b1c1d;
  --mat-slider-disabled-handle-color: #1b1c1d;
  --mat-slider-disabled-inactive-track-color: #1b1c1d;
  --mat-slider-focus-handle-color: #4c6173;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #4c6173 20%, transparent);
  --mat-slider-handle-color: #4c6173;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #4c6173;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #4c6173 5%, transparent);
  --mat-slider-inactive-track-color: #dfe3e8;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #4c6173;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #4c6173;
  --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: #1b1c1d;
  --mat-slider-with-tick-marks-inactive-container-color: #43474c;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.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: #dfe3e8;
  --mat-menu-item-label-text-color: #1b1c1d;
  --mat-menu-item-icon-color: #43474c;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-menu-container-color: #efedef;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #d5e4f9;
  --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: #1b1c1d;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1b1c1d;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1b1c1d;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1b1c1d;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1b1c1d;
  --mat-list-list-item-focus-state-layer-color: #1b1c1d;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1b1c1d;
  --mat-list-list-item-hover-state-layer-color: #1b1c1d;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1b1c1d;
  --mat-list-list-item-leading-avatar-color: #cfe5fb;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #43474c;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #4c6173;
  --mat-list-list-item-supporting-text-color: #43474c;
  --mat-list-list-item-trailing-icon-color: #43474c;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #43474c;
  --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, sans-serif;
  --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: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.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: #1b1c1d;
  --mat-paginator-container-background-color: #fbf9fa;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-paginator-enabled-icon-color: #43474c;
  --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, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #4c6173;
  --mat-tab-active-focus-label-text-color: #1b1c1d;
  --mat-tab-active-hover-indicator-color: #4c6173;
  --mat-tab-active-hover-label-text-color: #1b1c1d;
  --mat-tab-active-indicator-color: #4c6173;
  --mat-tab-active-label-text-color: #1b1c1d;
  --mat-tab-active-ripple-color: #1b1c1d;
  --mat-tab-divider-color: #dfe3e8;
  --mat-tab-inactive-focus-label-text-color: #1b1c1d;
  --mat-tab-inactive-hover-label-text-color: #1b1c1d;
  --mat-tab-inactive-label-text-color: #1b1c1d;
  --mat-tab-inactive-ripple-color: #1b1c1d;
  --mat-tab-pagination-icon-color: #1b1c1d;
  --mat-tab-disabled-ripple-color: #43474c;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #fbf9fa;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-label-text-color: #1b1c1d;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #4c6173;
  --mat-checkbox-selected-focus-state-layer-color: #4c6173;
  --mat-checkbox-selected-hover-icon-color: #4c6173;
  --mat-checkbox-selected-hover-state-layer-color: #4c6173;
  --mat-checkbox-selected-icon-color: #4c6173;
  --mat-checkbox-selected-pressed-icon-color: #4c6173;
  --mat-checkbox-selected-pressed-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-focus-icon-color: #1b1c1d;
  --mat-checkbox-unselected-focus-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-hover-icon-color: #1b1c1d;
  --mat-checkbox-unselected-hover-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-icon-color: #43474c;
  --mat-checkbox-unselected-pressed-state-layer-color: #4c6173;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.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: #4c6173;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #43474c;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.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, #1b1c1d 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #43474c;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #4c6173;
  --mat-button-outlined-outline-color: #73777d;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-outlined-state-layer-color: #4c6173;
  --mat-button-protected-container-color: #fbf9fa;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #43474c;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #4c6173;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-protected-state-layer-color: #4c6173;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #43474c;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #4c6173;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-text-state-layer-color: #4c6173;
  --mat-button-tonal-container-color: #d5e4f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #43474c;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3a4859;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3a4859 12%, transparent);
  --mat-button-tonal-state-layer-color: #3a4859;
  --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, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.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, #1b1c1d 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #43474c;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #43474c;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #43474c 12%, transparent);
  --mat-icon-button-state-layer-color: #43474c;
  --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: #cfe5fb;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #34495b;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #34495b 12%, transparent);
  --mat-fab-small-container-color: #cfe5fb;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #34495b;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #34495b 12%, transparent);
  --mat-fab-small-state-layer-color: #34495b;
  --mat-fab-state-layer-color: #34495b;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #b3c9de;
  --mat-snack-bar-container-color: #303032;
  --mat-snack-bar-supporting-text-color: #f2f0f2;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #fbf9fa;
  --mat-table-header-headline-color: #1b1c1d;
  --mat-table-row-item-label-text-color: #1b1c1d;
  --mat-table-row-item-outline-color: #73777d;
  --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, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.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: #4c6173;
  --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: 0.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, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1b1c1d;
  --mat-bottom-sheet-container-background-color: #f5f3f4;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-toggle-divider-color: #73777d;
  --mat-button-toggle-selected-state-background-color: #d5e4f9;
  --mat-button-toggle-selected-state-text-color: #3a4859;
  --mat-button-toggle-state-layer-color: #1b1c1d;
  --mat-button-toggle-text-color: #1b1c1d;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 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, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1b1c1d;
  --mat-datepicker-calendar-container-background-color: #e9e8e9;
  --mat-datepicker-calendar-container-text-color: #1b1c1d;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdbcc;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #516071;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d5e4f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #cfe5fb;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #4c6173;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #4c6173;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1b1c1d;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #4c6173;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c6173;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #43474c;
  --mat-datepicker-calendar-navigation-button-icon-color: #43474c;
  --mat-datepicker-calendar-period-button-icon-color: #43474c;
  --mat-datepicker-calendar-period-button-text-color: #43474c;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1b1c1d;
  --mat-datepicker-toggle-active-state-icon-color: #4c6173;
  --mat-datepicker-toggle-icon-color: #43474c;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #c3c7cc;
  --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, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-actions-divider-color: #73777d;
  --mat-expansion-container-background-color: #fbf9fa;
  --mat-expansion-container-text-color: #1b1c1d;
  --mat-expansion-header-description-color: #43474c;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-expansion-header-indicator-color: #43474c;
  --mat-expansion-header-text-color: #1b1c1d;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --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: #fbf9fa;
  --mat-sidenav-container-text-color: #43474c;
  --mat-sidenav-content-background-color: #fbf9fa;
  --mat-sidenav-content-text-color: #1b1c1d;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3135 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: #fbf9fa;
  --mat-stepper-header-done-state-icon-background-color: #4c6173;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #4c6173;
  --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, #1b1c1d 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-stepper-header-icon-background-color: #43474c;
  --mat-stepper-header-icon-foreground-color: #fbf9fa;
  --mat-stepper-header-label-text-color: #43474c;
  --mat-stepper-header-optional-label-text-color: #43474c;
  --mat-stepper-header-selected-state-icon-background-color: #4c6173;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #43474c;
  --mat-stepper-line-color: #73777d;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1b1c1d;
  --mat-toolbar-container-background-color: #fbf9fa;
  --mat-toolbar-container-text-color: #1b1c1d;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --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: #fbf9fa;
  --mat-tree-node-text-color: #1b1c1d;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #efedef;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html .mat-display-large,
html .mat-typography .mat-display-large,
html .mat-typography h1 {
  font: 400 3.562rem / 4rem Roboto, sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 0.5em;
}
html .mat-display-medium,
html .mat-typography .mat-display-medium,
html .mat-typography h2 {
  font: 400 2.812rem / 3.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-display-small,
html .mat-typography .mat-display-small,
html .mat-typography h3 {
  font: 400 2.25rem / 2.75rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-large,
html .mat-typography .mat-headline-large,
html .mat-typography h4 {
  font: 400 2rem / 2.5rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-medium,
html .mat-typography .mat-headline-medium,
html .mat-typography h5 {
  font: 400 1.75rem / 2.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-small,
html .mat-typography .mat-headline-small,
html .mat-typography h6 {
  font: 400 1.5rem / 2rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-title-large,
html .mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem Roboto, sans-serif;
  letter-spacing: 0;
}
html .mat-title-medium,
html .mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: 0.009rem;
}
html .mat-title-small,
html .mat-typography .mat-title-small {
  font: 500 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-body-large,
html .mat-typography .mat-body-large,
html .mat-typography {
  font: 400 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-body-large p,
html .mat-typography .mat-body-large p,
html .mat-typography p {
  margin: 0 0 0.75em;
}
html .mat-body-medium,
html .mat-typography .mat-body-medium {
  font: 400 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.016rem;
}
html .mat-body-small,
html .mat-typography .mat-body-small {
  font: 400 0.75rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.025rem;
}
html .mat-label-large,
html .mat-typography .mat-label-large {
  font: 500 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-label-medium,
html .mat-typography .mat-label-medium {
  font: 500 0.75rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-label-small,
html .mat-typography .mat-label-small {
  font: 500 0.688rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
.dark-theme {
  --app-success: #5ad15a;
  --app-loading-shade: rgba(0, 0, 0, 0.6);
  --mat-app-background-color: #121315;
  --mat-app-text-color: #e3e2e3;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #e3e2e3 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-option-label-text-color: #e3e2e3;
  --mat-option-selected-state-label-text-color: #d5e4f9;
  --mat-option-selected-state-layer-color: #3a4859;
  --mat-optgroup-label-text-color: #dfe3e8;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #121315;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #1e3243;
  --mat-pseudo-checkbox-full-selected-icon-color: #b3c9de;
  --mat-pseudo-checkbox-full-unselected-icon-color: #dfe3e8;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #b3c9de;
  --mat-card-elevated-container-color: #1b1c1d;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #343536;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #121315;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #43474c;
  --mat-card-subtitle-text-color: #e3e2e3;
  --mat-progress-bar-active-indicator-color: #b3c9de;
  --mat-progress-bar-track-color: #43474c;
  --mat-tooltip-container-color: #e3e2e3;
  --mat-tooltip-supporting-text-color: #303032;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #dfe3e8;
  --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: #dfe3e8;
  --mat-form-field-filled-caret-color: #b3c9de;
  --mat-form-field-filled-container-color: #43474c;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e3e2e3 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e3 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: #b3c9de;
  --mat-form-field-filled-focus-label-text-color: #b3c9de;
  --mat-form-field-filled-hover-active-indicator-color: #e3e2e3;
  --mat-form-field-filled-hover-label-text-color: #dfe3e8;
  --mat-form-field-filled-input-text-color: #e3e2e3;
  --mat-form-field-filled-input-text-placeholder-color: #dfe3e8;
  --mat-form-field-filled-label-text-color: #dfe3e8;
  --mat-form-field-focus-select-arrow-color: #b3c9de;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #dfe3e8;
  --mat-form-field-outlined-caret-color: #b3c9de;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e3 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: #b3c9de;
  --mat-form-field-outlined-focus-outline-color: #b3c9de;
  --mat-form-field-outlined-hover-label-text-color: #e3e2e3;
  --mat-form-field-outlined-hover-outline-color: #e3e2e3;
  --mat-form-field-outlined-input-text-color: #e3e2e3;
  --mat-form-field-outlined-input-text-placeholder-color: #dfe3e8;
  --mat-form-field-outlined-label-text-color: #dfe3e8;
  --mat-form-field-outlined-outline-color: #8d9196;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-select-option-text-color: #1b1c1d;
  --mat-form-field-state-layer-color: #e3e2e3;
  --mat-form-field-trailing-icon-color: #dfe3e8;
  --mat-select-panel-background-color: #1f2021;
  --mat-select-enabled-trigger-text-color: #e3e2e3;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-select-placeholder-text-color: #dfe3e8;
  --mat-select-enabled-arrow-color: #dfe3e8;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-select-focused-arrow-color: #b3c9de;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #1f2021;
  --mat-dialog-container-color: #121315;
  --mat-dialog-subhead-color: #e3e2e3;
  --mat-dialog-supporting-text-color: #dfe3e8;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-chip-elevated-selected-container-color: #3a4859;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-chip-focus-outline-color: #dfe3e8;
  --mat-chip-focus-state-layer-color: #dfe3e8;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #dfe3e8;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #dfe3e8;
  --mat-chip-outline-color: #8d9196;
  --mat-chip-selected-disabled-trailing-icon-color: #e3e2e3;
  --mat-chip-selected-focus-state-layer-color: #d5e4f9;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #d5e4f9;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #d5e4f9;
  --mat-chip-selected-trailing-action-state-layer-color: #d5e4f9;
  --mat-chip-selected-trailing-icon-color: #d5e4f9;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #dfe3e8;
  --mat-chip-with-icon-disabled-icon-color: #e3e2e3;
  --mat-chip-with-icon-icon-color: #dfe3e8;
  --mat-chip-with-icon-selected-icon-color: #d5e4f9;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e2e3;
  --mat-chip-with-trailing-icon-trailing-icon-color: #dfe3e8;
  --mat-slide-toggle-disabled-label-text-color: #e3e2e3;
  --mat-slide-toggle-disabled-selected-handle-color: #121315;
  --mat-slide-toggle-disabled-selected-icon-color: #e3e2e3;
  --mat-slide-toggle-disabled-selected-track-color: #e3e2e3;
  --mat-slide-toggle-disabled-unselected-handle-color: #e3e2e3;
  --mat-slide-toggle-disabled-unselected-icon-color: #43474c;
  --mat-slide-toggle-disabled-unselected-track-color: #43474c;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e3e2e3;
  --mat-slide-toggle-label-text-color: #e3e2e3;
  --mat-slide-toggle-selected-focus-handle-color: #34495b;
  --mat-slide-toggle-selected-focus-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #b3c9de;
  --mat-slide-toggle-selected-handle-color: #1e3243;
  --mat-slide-toggle-selected-hover-handle-color: #34495b;
  --mat-slide-toggle-selected-hover-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #b3c9de;
  --mat-slide-toggle-selected-icon-color: #cfe5fb;
  --mat-slide-toggle-selected-pressed-handle-color: #34495b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #b3c9de;
  --mat-slide-toggle-selected-track-color: #b3c9de;
  --mat-slide-toggle-track-outline-color: #8d9196;
  --mat-slide-toggle-unselected-focus-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #43474c;
  --mat-slide-toggle-unselected-handle-color: #8d9196;
  --mat-slide-toggle-unselected-hover-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #43474c;
  --mat-slide-toggle-unselected-icon-color: #43474c;
  --mat-slide-toggle-unselected-pressed-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #43474c;
  --mat-slide-toggle-unselected-track-color: #43474c;
  --mat-radio-checked-ripple-color: #b3c9de;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e3e2e3;
  --mat-radio-disabled-unselected-icon-color: #e3e2e3;
  --mat-radio-label-text-color: #e3e2e3;
  --mat-radio-ripple-color: #e3e2e3;
  --mat-radio-selected-focus-icon-color: #b3c9de;
  --mat-radio-selected-hover-icon-color: #b3c9de;
  --mat-radio-selected-icon-color: #b3c9de;
  --mat-radio-selected-pressed-icon-color: #b3c9de;
  --mat-radio-unselected-focus-icon-color: #e3e2e3;
  --mat-radio-unselected-hover-icon-color: #e3e2e3;
  --mat-radio-unselected-icon-color: #dfe3e8;
  --mat-radio-unselected-pressed-icon-color: #e3e2e3;
  --mat-slider-active-track-color: #b3c9de;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e3e2e3;
  --mat-slider-disabled-handle-color: #e3e2e3;
  --mat-slider-disabled-inactive-track-color: #e3e2e3;
  --mat-slider-focus-handle-color: #b3c9de;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #b3c9de 20%, transparent);
  --mat-slider-handle-color: #b3c9de;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #b3c9de;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #b3c9de 5%, transparent);
  --mat-slider-inactive-track-color: #43474c;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #b3c9de;
  --mat-slider-label-label-text-color: #1e3243;
  --mat-slider-ripple-color: #b3c9de;
  --mat-slider-with-overlap-handle-outline-color: #1e3243;
  --mat-slider-with-tick-marks-active-container-color: #1e3243;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e3e2e3;
  --mat-slider-with-tick-marks-inactive-container-color: #dfe3e8;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #43474c;
  --mat-menu-item-label-text-color: #e3e2e3;
  --mat-menu-item-icon-color: #dfe3e8;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-menu-container-color: #1f2021;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #3a4859;
  --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: #e3e2e3;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e3e2e3;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e3e2e3;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e3e2e3;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e3e2e3;
  --mat-list-list-item-focus-state-layer-color: #e3e2e3;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e3e2e3;
  --mat-list-list-item-hover-state-layer-color: #e3e2e3;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e3e2e3;
  --mat-list-list-item-leading-avatar-color: #34495b;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #dfe3e8;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #b3c9de;
  --mat-list-list-item-supporting-text-color: #dfe3e8;
  --mat-list-list-item-trailing-icon-color: #dfe3e8;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #dfe3e8;
  --mat-paginator-container-text-color: #e3e2e3;
  --mat-paginator-container-background-color: #121315;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-paginator-enabled-icon-color: #dfe3e8;
  --mat-tab-active-focus-indicator-color: #b3c9de;
  --mat-tab-active-focus-label-text-color: #e3e2e3;
  --mat-tab-active-hover-indicator-color: #b3c9de;
  --mat-tab-active-hover-label-text-color: #e3e2e3;
  --mat-tab-active-indicator-color: #b3c9de;
  --mat-tab-active-label-text-color: #e3e2e3;
  --mat-tab-active-ripple-color: #e3e2e3;
  --mat-tab-divider-color: #43474c;
  --mat-tab-inactive-focus-label-text-color: #e3e2e3;
  --mat-tab-inactive-hover-label-text-color: #e3e2e3;
  --mat-tab-inactive-label-text-color: #e3e2e3;
  --mat-tab-inactive-ripple-color: #e3e2e3;
  --mat-tab-pagination-icon-color: #e3e2e3;
  --mat-tab-disabled-ripple-color: #dfe3e8;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #121315;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-label-text-color: #e3e2e3;
  --mat-checkbox-selected-checkmark-color: #1e3243;
  --mat-checkbox-selected-focus-icon-color: #b3c9de;
  --mat-checkbox-selected-focus-state-layer-color: #b3c9de;
  --mat-checkbox-selected-hover-icon-color: #b3c9de;
  --mat-checkbox-selected-hover-state-layer-color: #b3c9de;
  --mat-checkbox-selected-icon-color: #b3c9de;
  --mat-checkbox-selected-pressed-icon-color: #b3c9de;
  --mat-checkbox-selected-pressed-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-focus-icon-color: #e3e2e3;
  --mat-checkbox-unselected-focus-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-hover-icon-color: #e3e2e3;
  --mat-checkbox-unselected-hover-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-icon-color: #dfe3e8;
  --mat-checkbox-unselected-pressed-state-layer-color: #b3c9de;
  --mat-button-filled-container-color: #b3c9de;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #dfe3e8;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #1e3243;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #1e3243 12%, transparent);
  --mat-button-filled-state-layer-color: #1e3243;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #dfe3e8;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #b3c9de;
  --mat-button-outlined-outline-color: #8d9196;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-outlined-state-layer-color: #b3c9de;
  --mat-button-protected-container-color: #121315;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #dfe3e8;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #b3c9de;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-protected-state-layer-color: #b3c9de;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #dfe3e8;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #b3c9de;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-text-state-layer-color: #b3c9de;
  --mat-button-tonal-container-color: #3a4859;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #dfe3e8;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #d5e4f9;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #d5e4f9 12%, transparent);
  --mat-button-tonal-state-layer-color: #d5e4f9;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #dfe3e8;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #dfe3e8;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #dfe3e8 12%, transparent);
  --mat-icon-button-state-layer-color: #dfe3e8;
  --mat-fab-container-color: #34495b;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #cfe5fb;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #cfe5fb 12%, transparent);
  --mat-fab-small-container-color: #34495b;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #cfe5fb;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #cfe5fb 12%, transparent);
  --mat-fab-small-state-layer-color: #cfe5fb;
  --mat-fab-state-layer-color: #cfe5fb;
  --mat-snack-bar-button-color: #4c6173;
  --mat-snack-bar-container-color: #e3e2e3;
  --mat-snack-bar-supporting-text-color: #303032;
  --mat-table-background-color: #121315;
  --mat-table-header-headline-color: #e3e2e3;
  --mat-table-row-item-label-text-color: #e3e2e3;
  --mat-table-row-item-outline-color: #8d9196;
  --mat-progress-spinner-active-indicator-color: #b3c9de;
  --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-bottom-sheet-container-text-color: #e3e2e3;
  --mat-bottom-sheet-container-background-color: #1b1c1d;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-toggle-divider-color: #8d9196;
  --mat-button-toggle-selected-state-background-color: #3a4859;
  --mat-button-toggle-selected-state-text-color: #d5e4f9;
  --mat-button-toggle-state-layer-color: #e3e2e3;
  --mat-button-toggle-text-color: #e3e2e3;
  --mat-datepicker-calendar-body-label-text-color: #e3e2e3;
  --mat-datepicker-calendar-container-background-color: #292a2b;
  --mat-datepicker-calendar-container-text-color: #e3e2e3;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #7b2f00;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b9c8dc;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #3a4859;
  --mat-datepicker-calendar-date-in-range-state-background-color: #34495b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #b3c9de;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #b3c9de;
  --mat-datepicker-calendar-date-selected-state-text-color: #1e3243;
  --mat-datepicker-calendar-date-text-color: #e3e2e3;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #b3c9de;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #b3c9de;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dfe3e8;
  --mat-datepicker-calendar-navigation-button-icon-color: #dfe3e8;
  --mat-datepicker-calendar-period-button-icon-color: #dfe3e8;
  --mat-datepicker-calendar-period-button-text-color: #dfe3e8;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e3e2e3;
  --mat-datepicker-toggle-active-state-icon-color: #b3c9de;
  --mat-datepicker-toggle-icon-color: #dfe3e8;
  --mat-divider-color: #43474c;
  --mat-expansion-actions-divider-color: #8d9196;
  --mat-expansion-container-background-color: #121315;
  --mat-expansion-container-text-color: #e3e2e3;
  --mat-expansion-header-description-color: #dfe3e8;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-expansion-header-indicator-color: #dfe3e8;
  --mat-expansion-header-text-color: #e3e2e3;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #121315;
  --mat-sidenav-container-text-color: #dfe3e8;
  --mat-sidenav-content-background-color: #121315;
  --mat-sidenav-content-text-color: #e3e2e3;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3135 40%, transparent);
  --mat-stepper-container-color: #121315;
  --mat-stepper-header-done-state-icon-background-color: #b3c9de;
  --mat-stepper-header-done-state-icon-foreground-color: #1e3243;
  --mat-stepper-header-edit-state-icon-background-color: #b3c9de;
  --mat-stepper-header-edit-state-icon-foreground-color: #1e3243;
  --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, #e3e2e3 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-stepper-header-icon-background-color: #dfe3e8;
  --mat-stepper-header-icon-foreground-color: #121315;
  --mat-stepper-header-label-text-color: #dfe3e8;
  --mat-stepper-header-optional-label-text-color: #dfe3e8;
  --mat-stepper-header-selected-state-icon-background-color: #b3c9de;
  --mat-stepper-header-selected-state-icon-foreground-color: #1e3243;
  --mat-stepper-header-selected-state-label-text-color: #dfe3e8;
  --mat-stepper-line-color: #8d9196;
  --mat-sort-arrow-color: #e3e2e3;
  --mat-toolbar-container-background-color: #121315;
  --mat-toolbar-container-text-color: #e3e2e3;
  --mat-tree-container-background-color: #121315;
  --mat-tree-node-text-color: #e3e2e3;
  --mat-timepicker-container-background-color: #1f2021;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-theme .mat-display-large,
.dark-theme .mat-typography .mat-display-large,
.dark-theme .mat-typography h1 {
  font: 400 3.562rem / 4rem Roboto, sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 0.5em;
}
.dark-theme .mat-display-medium,
.dark-theme .mat-typography .mat-display-medium,
.dark-theme .mat-typography h2 {
  font: 400 2.812rem / 3.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.dark-theme .mat-display-small,
.dark-theme .mat-typography .mat-display-small,
.dark-theme .mat-typography h3 {
  font: 400 2.25rem / 2.75rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.dark-theme .mat-headline-large,
.dark-theme .mat-typography .mat-headline-large,
.dark-theme .mat-typography h4 {
  font: 400 2rem / 2.5rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.dark-theme .mat-headline-medium,
.dark-theme .mat-typography .mat-headline-medium,
.dark-theme .mat-typography h5 {
  font: 400 1.75rem / 2.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.dark-theme .mat-headline-small,
.dark-theme .mat-typography .mat-headline-small,
.dark-theme .mat-typography h6 {
  font: 400 1.5rem / 2rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
.dark-theme .mat-title-large,
.dark-theme .mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem Roboto, sans-serif;
  letter-spacing: 0;
}
.dark-theme .mat-title-medium,
.dark-theme .mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: 0.009rem;
}
.dark-theme .mat-title-small,
.dark-theme .mat-typography .mat-title-small {
  font: 500 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.006rem;
}
.dark-theme .mat-body-large,
.dark-theme .mat-typography .mat-body-large,
.dark-theme .mat-typography {
  font: 400 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
.dark-theme .mat-body-large p,
.dark-theme .mat-typography .mat-body-large p,
.dark-theme .mat-typography p {
  margin: 0 0 0.75em;
}
.dark-theme .mat-body-medium,
.dark-theme .mat-typography .mat-body-medium {
  font: 400 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.016rem;
}
.dark-theme .mat-body-small,
.dark-theme .mat-typography .mat-body-small {
  font: 400 0.75rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.025rem;
}
.dark-theme .mat-label-large,
.dark-theme .mat-typography .mat-label-large {
  font: 500 0.875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: 0.006rem;
}
.dark-theme .mat-label-medium,
.dark-theme .mat-typography .mat-label-medium {
  font: 500 0.75rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
.dark-theme .mat-label-small,
.dark-theme .mat-typography .mat-label-small {
  font: 500 0.688rem / 1rem Roboto, sans-serif;
  letter-spacing: 0.031rem;
}
.dark-theme {
  color-scheme: dark !important;
  --mat-sys-on-surface: #fdfcfd !important;
  --mat-sys-on-surface-variant: #eef1f7 !important;
  --mat-sys-surface: #121315 !important;
  --mat-sys-surface-container-high: #3b3b3d !important;
  --mat-sys-surface-container-low: #1f2021 !important;
  --mat-sys-surface-container: #303032 !important;
  --mat-sys-outline: #959595 !important;
  --mat-sys-outline-variant: #43474c !important;
  --mt-surface-shell-content: #121315 !important;
  --mt-on-surface-shell-header: #fdfcfd !important;
}
.dark-theme,
.dark-theme body {
  color: #fdfcfd !important;
  background-color: #121315 !important;
}
.dark-theme mt-form-accordion,
.dark-theme mt-form-section-panel,
.dark-theme .mat-expansion-panel {
  background-color: #3b3b3d !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  display: block !important;
  width: 100% !important;
}
.dark-theme mt-form-accordion .mat-expansion-panel-header,
.dark-theme mt-form-accordion .mt-form-section-header,
.dark-theme mt-form-accordion .panel-header,
.dark-theme mt-form-accordion header,
.dark-theme mt-form-section-panel .mat-expansion-panel-header,
.dark-theme mt-form-section-panel .mt-form-section-header,
.dark-theme mt-form-section-panel .panel-header,
.dark-theme mt-form-section-panel header,
.dark-theme .mat-expansion-panel .mat-expansion-panel-header,
.dark-theme .mat-expansion-panel .mt-form-section-header,
.dark-theme .mat-expansion-panel .panel-header,
.dark-theme .mat-expansion-panel header {
  padding: 0 !important;
  width: 100% !important;
  background-color: #3b3b3d !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.dark-theme mt-form-accordion button,
.dark-theme mt-form-accordion [role=button],
.dark-theme mt-form-accordion .mt-section__toggle,
.dark-theme mt-form-section-panel button,
.dark-theme mt-form-section-panel [role=button],
.dark-theme mt-form-section-panel .mt-section__toggle,
.dark-theme .mat-expansion-panel button,
.dark-theme .mat-expansion-panel [role=button],
.dark-theme .mat-expansion-panel .mt-section__toggle {
  background-color: #3b3b3d !important;
  padding: 0 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.dark-theme mt-form-accordion button::after,
.dark-theme mt-form-accordion button::before,
.dark-theme mt-form-accordion [role=button]::after,
.dark-theme mt-form-accordion [role=button]::before,
.dark-theme mt-form-accordion .mt-section__toggle::after,
.dark-theme mt-form-accordion .mt-section__toggle::before,
.dark-theme mt-form-section-panel button::after,
.dark-theme mt-form-section-panel button::before,
.dark-theme mt-form-section-panel [role=button]::after,
.dark-theme mt-form-section-panel [role=button]::before,
.dark-theme mt-form-section-panel .mt-section__toggle::after,
.dark-theme mt-form-section-panel .mt-section__toggle::before,
.dark-theme .mat-expansion-panel button::after,
.dark-theme .mat-expansion-panel button::before,
.dark-theme .mat-expansion-panel [role=button]::after,
.dark-theme .mat-expansion-panel [role=button]::before,
.dark-theme .mat-expansion-panel .mt-section__toggle::after,
.dark-theme .mat-expansion-panel .mt-section__toggle::before {
  display: none !important;
}
.dark-theme mt-form-accordion button:focus,
.dark-theme mt-form-accordion button.mat-focused,
.dark-theme mt-form-accordion [role=button]:focus,
.dark-theme mt-form-accordion [role=button].mat-focused,
.dark-theme mt-form-accordion .mt-section__toggle:focus,
.dark-theme mt-form-accordion .mt-section__toggle.mat-focused,
.dark-theme mt-form-section-panel button:focus,
.dark-theme mt-form-section-panel button.mat-focused,
.dark-theme mt-form-section-panel [role=button]:focus,
.dark-theme mt-form-section-panel [role=button].mat-focused,
.dark-theme mt-form-section-panel .mt-section__toggle:focus,
.dark-theme mt-form-section-panel .mt-section__toggle.mat-focused,
.dark-theme .mat-expansion-panel button:focus,
.dark-theme .mat-expansion-panel button.mat-focused,
.dark-theme .mat-expansion-panel [role=button]:focus,
.dark-theme .mat-expansion-panel [role=button].mat-focused,
.dark-theme .mat-expansion-panel .mt-section__toggle:focus,
.dark-theme .mat-expansion-panel .mt-section__toggle.mat-focused {
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme mt-form-accordion button:hover,
.dark-theme mt-form-accordion [role=button]:hover,
.dark-theme mt-form-accordion .mt-section__toggle:hover,
.dark-theme mt-form-section-panel button:hover,
.dark-theme mt-form-section-panel [role=button]:hover,
.dark-theme mt-form-section-panel .mt-section__toggle:hover,
.dark-theme .mat-expansion-panel button:hover,
.dark-theme .mat-expansion-panel [role=button]:hover,
.dark-theme .mat-expansion-panel .mt-section__toggle:hover {
  background-color: #3b3b3d !important;
}
.dark-theme mt-form-accordion button .mat-expansion-panel-header-focus-overlay,
.dark-theme mt-form-accordion [role=button] .mat-expansion-panel-header-focus-overlay,
.dark-theme mt-form-accordion .mt-section__toggle .mat-expansion-panel-header-focus-overlay,
.dark-theme mt-form-section-panel button .mat-expansion-panel-header-focus-overlay,
.dark-theme mt-form-section-panel [role=button] .mat-expansion-panel-header-focus-overlay,
.dark-theme mt-form-section-panel .mt-section__toggle .mat-expansion-panel-header-focus-overlay,
.dark-theme .mat-expansion-panel button .mat-expansion-panel-header-focus-overlay,
.dark-theme .mat-expansion-panel [role=button] .mat-expansion-panel-header-focus-overlay,
.dark-theme .mat-expansion-panel .mt-section__toggle .mat-expansion-panel-header-focus-overlay {
  display: none !important;
}
.dark-theme mt-form-accordion .mat-expansion-panel-content,
.dark-theme mt-form-accordion .mt-form-section-content,
.dark-theme mt-form-accordion .panel-content,
.dark-theme mt-form-accordion .mt-section__body,
.dark-theme mt-form-section-panel .mat-expansion-panel-content,
.dark-theme mt-form-section-panel .mt-form-section-content,
.dark-theme mt-form-section-panel .panel-content,
.dark-theme mt-form-section-panel .mt-section__body,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content,
.dark-theme .mat-expansion-panel .mt-form-section-content,
.dark-theme .mat-expansion-panel .panel-content,
.dark-theme .mat-expansion-panel .mt-section__body {
  background-color: #3b3b3d !important;
  color: #fdfcfd !important;
  border: none !important;
}
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body,
.dark-theme mt-form-accordion .panel-content .mt-section__body,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body,
.dark-theme mt-form-section-panel .panel-content .mt-section__body,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body {
  padding: 1rem !important;
  color: #fdfcfd !important;
  background-color: #3b3b3d !important;
}
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body *,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body ul,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body li,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body p,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body span,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body strong,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body *,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body ul,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body li,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body p,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body span,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body strong,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body *,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body ul,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body li,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body p,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body span,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body strong,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body *,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body ul,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body li,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body p,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body span,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body strong,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body *,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body ul,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body li,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body p,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body span,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body strong,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body *,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body ul,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body li,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body p,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body span,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body strong,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body *,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body ul,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body li,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body p,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body span,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body strong,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body *,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body ul,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body li,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body p,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body span,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body strong,
.dark-theme mt-form-accordion .panel-content .mt-section__body *,
.dark-theme mt-form-accordion .panel-content .mt-section__body ul,
.dark-theme mt-form-accordion .panel-content .mt-section__body li,
.dark-theme mt-form-accordion .panel-content .mt-section__body p,
.dark-theme mt-form-accordion .panel-content .mt-section__body span,
.dark-theme mt-form-accordion .panel-content .mt-section__body kbd,
.dark-theme mt-form-accordion .panel-content .mt-section__body strong,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body *,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body ul,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body li,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body p,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body span,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body strong,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body *,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body ul,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body li,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body p,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body span,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body strong,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body *,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body ul,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body li,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body p,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body span,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body strong,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body *,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body ul,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body li,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body p,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body span,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body strong,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body *,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body ul,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body li,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body p,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body span,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body strong,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body *,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body ul,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body li,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body p,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body span,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body strong,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body *,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body ul,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body li,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body p,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body span,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body strong,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body *,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body ul,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body li,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body p,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body span,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body strong,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body *,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body ul,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body li,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body p,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body span,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body strong,
.dark-theme mt-form-section-panel .panel-content .mt-section__body *,
.dark-theme mt-form-section-panel .panel-content .mt-section__body ul,
.dark-theme mt-form-section-panel .panel-content .mt-section__body li,
.dark-theme mt-form-section-panel .panel-content .mt-section__body p,
.dark-theme mt-form-section-panel .panel-content .mt-section__body span,
.dark-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .panel-content .mt-section__body strong,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body *,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body ul,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body li,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body p,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body span,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body strong,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body *,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body ul,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body li,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body p,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body span,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body strong,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body *,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body ul,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body li,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body p,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body span,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body strong,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body *,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body ul,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body li,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body p,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body span,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body strong,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body *,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body ul,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body li,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body p,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body span,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body strong,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body *,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body ul,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body li,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body p,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body span,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body strong,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body *,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body ul,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body li,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body p,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body span,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body strong,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body *,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body ul,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body li,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body p,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body span,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body strong,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body *,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body ul,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body li,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body p,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body span,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body strong,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body *,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body ul,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body li,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body p,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body span,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body strong,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body *,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body ul,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body li,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body p,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body span,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body strong,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body *,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body ul,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body li,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body p,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body span,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body strong,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body *,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body ul,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body li,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body p,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body span,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body strong {
  color: #fdfcfd !important;
  background-color: inherit !important;
}
.dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .panel-content .mt-section__body kbd,
.dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.dark-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd {
  background-color: #1f2021 !important;
}
mt-form-accordion,
mt-form-section-panel,
.mat-expansion-panel {
  background-color: #efedef !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  display: block !important;
  width: 100% !important;
}
mt-form-accordion .mat-expansion-panel-header,
mt-form-accordion .mt-form-section-header,
mt-form-accordion .panel-header,
mt-form-accordion header,
mt-form-section-panel .mat-expansion-panel-header,
mt-form-section-panel .mt-form-section-header,
mt-form-section-panel .panel-header,
mt-form-section-panel header,
.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel .mt-form-section-header,
.mat-expansion-panel .panel-header,
.mat-expansion-panel header {
  padding: 0 !important;
  width: 100% !important;
  background-color: #efedef !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
mt-form-accordion button,
mt-form-accordion [role=button],
mt-form-accordion .mt-section__toggle,
mt-form-section-panel button,
mt-form-section-panel [role=button],
mt-form-section-panel .mt-section__toggle,
.mat-expansion-panel button,
.mat-expansion-panel [role=button],
.mat-expansion-panel .mt-section__toggle {
  background-color: #efedef !important;
  padding: 0 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
mt-form-accordion button::after,
mt-form-accordion button::before,
mt-form-accordion [role=button]::after,
mt-form-accordion [role=button]::before,
mt-form-accordion .mt-section__toggle::after,
mt-form-accordion .mt-section__toggle::before,
mt-form-section-panel button::after,
mt-form-section-panel button::before,
mt-form-section-panel [role=button]::after,
mt-form-section-panel [role=button]::before,
mt-form-section-panel .mt-section__toggle::after,
mt-form-section-panel .mt-section__toggle::before,
.mat-expansion-panel button::after,
.mat-expansion-panel button::before,
.mat-expansion-panel [role=button]::after,
.mat-expansion-panel [role=button]::before,
.mat-expansion-panel .mt-section__toggle::after,
.mat-expansion-panel .mt-section__toggle::before {
  display: none !important;
}
mt-form-accordion button:focus,
mt-form-accordion button.mat-focused,
mt-form-accordion [role=button]:focus,
mt-form-accordion [role=button].mat-focused,
mt-form-accordion .mt-section__toggle:focus,
mt-form-accordion .mt-section__toggle.mat-focused,
mt-form-section-panel button:focus,
mt-form-section-panel button.mat-focused,
mt-form-section-panel [role=button]:focus,
mt-form-section-panel [role=button].mat-focused,
mt-form-section-panel .mt-section__toggle:focus,
mt-form-section-panel .mt-section__toggle.mat-focused,
.mat-expansion-panel button:focus,
.mat-expansion-panel button.mat-focused,
.mat-expansion-panel [role=button]:focus,
.mat-expansion-panel [role=button].mat-focused,
.mat-expansion-panel .mt-section__toggle:focus,
.mat-expansion-panel .mt-section__toggle.mat-focused {
  outline: none !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
mt-form-accordion button:hover,
mt-form-accordion [role=button]:hover,
mt-form-accordion .mt-section__toggle:hover,
mt-form-section-panel button:hover,
mt-form-section-panel [role=button]:hover,
mt-form-section-panel .mt-section__toggle:hover,
.mat-expansion-panel button:hover,
.mat-expansion-panel [role=button]:hover,
.mat-expansion-panel .mt-section__toggle:hover {
  background-color: #efedef !important;
}
mt-form-accordion button .mat-expansion-panel-header-focus-overlay,
mt-form-accordion [role=button] .mat-expansion-panel-header-focus-overlay,
mt-form-accordion .mt-section__toggle .mat-expansion-panel-header-focus-overlay,
mt-form-section-panel button .mat-expansion-panel-header-focus-overlay,
mt-form-section-panel [role=button] .mat-expansion-panel-header-focus-overlay,
mt-form-section-panel .mt-section__toggle .mat-expansion-panel-header-focus-overlay,
.mat-expansion-panel button .mat-expansion-panel-header-focus-overlay,
.mat-expansion-panel [role=button] .mat-expansion-panel-header-focus-overlay,
.mat-expansion-panel .mt-section__toggle .mat-expansion-panel-header-focus-overlay {
  display: none !important;
}
mt-form-accordion .mat-expansion-panel-content,
mt-form-accordion .mt-form-section-content,
mt-form-accordion .panel-content,
mt-form-section-panel .mat-expansion-panel-content,
mt-form-section-panel .mt-form-section-content,
mt-form-section-panel .panel-content,
.mat-expansion-panel .mat-expansion-panel-content,
.mat-expansion-panel .mt-form-section-content,
.mat-expansion-panel .panel-content {
  background-color: #efedef !important;
  border: none !important;
}
mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body,
mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body,
mt-form-accordion .mt-form-section-content .mat-expansion-panel-body,
mt-form-accordion .mt-form-section-content .mt-form-section-panel-body,
mt-form-accordion .panel-content .mat-expansion-panel-body,
mt-form-accordion .panel-content .mt-form-section-panel-body,
mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body,
mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body,
mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body,
mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body,
mt-form-section-panel .panel-content .mat-expansion-panel-body,
mt-form-section-panel .panel-content .mt-form-section-panel-body,
.mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body,
.mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body,
.mat-expansion-panel .panel-content .mat-expansion-panel-body,
.mat-expansion-panel .panel-content .mt-form-section-panel-body {
  padding: 1rem !important;
}
.high-contrast-light-theme {
  --app-loading-shade: rgba(255, 255, 255, 0.8);
  --mat-app-background-color: #fbf9fa;
  --mat-app-text-color: #1b1c1d;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1b1c1d 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-option-label-text-color: #1b1c1d;
  --mat-option-selected-state-label-text-color: #3a4859;
  --mat-option-selected-state-layer-color: #d5e4f9;
  --mat-optgroup-label-text-color: #43474c;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fbf9fa;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #4c6173;
  --mat-pseudo-checkbox-full-unselected-icon-color: #43474c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #4c6173;
  --mat-card-elevated-container-color: #f5f3f4;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e3;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #fbf9fa;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c3c7cc;
  --mat-card-subtitle-text-color: #1b1c1d;
  --mat-progress-bar-active-indicator-color: #4c6173;
  --mat-progress-bar-track-color: #dfe3e8;
  --mat-tooltip-container-color: #303032;
  --mat-tooltip-supporting-text-color: #f2f0f2;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #43474c;
  --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: #43474c;
  --mat-form-field-filled-caret-color: #4c6173;
  --mat-form-field-filled-container-color: #dfe3e8;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1b1c1d 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1b1c1d 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: #4c6173;
  --mat-form-field-filled-focus-label-text-color: #4c6173;
  --mat-form-field-filled-hover-active-indicator-color: #1b1c1d;
  --mat-form-field-filled-hover-label-text-color: #43474c;
  --mat-form-field-filled-input-text-color: #1b1c1d;
  --mat-form-field-filled-input-text-placeholder-color: #43474c;
  --mat-form-field-filled-label-text-color: #43474c;
  --mat-form-field-focus-select-arrow-color: #4c6173;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #43474c;
  --mat-form-field-outlined-caret-color: #4c6173;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1b1c1d 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: #4c6173;
  --mat-form-field-outlined-focus-outline-color: #4c6173;
  --mat-form-field-outlined-hover-label-text-color: #1b1c1d;
  --mat-form-field-outlined-hover-outline-color: #1b1c1d;
  --mat-form-field-outlined-input-text-color: #1b1c1d;
  --mat-form-field-outlined-input-text-placeholder-color: #43474c;
  --mat-form-field-outlined-label-text-color: #43474c;
  --mat-form-field-outlined-outline-color: #73777d;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-select-option-text-color: #1b1c1d;
  --mat-form-field-state-layer-color: #1b1c1d;
  --mat-form-field-trailing-icon-color: #43474c;
  --mat-select-panel-background-color: #efedef;
  --mat-select-enabled-trigger-text-color: #1b1c1d;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-select-placeholder-text-color: #43474c;
  --mat-select-enabled-arrow-color: #43474c;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-select-focused-arrow-color: #4c6173;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-autocomplete-background-color: #efedef;
  --mat-dialog-container-color: #fbf9fa;
  --mat-dialog-subhead-color: #1b1c1d;
  --mat-dialog-supporting-text-color: #43474c;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-chip-elevated-selected-container-color: #d5e4f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-chip-focus-outline-color: #43474c;
  --mat-chip-focus-state-layer-color: #43474c;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #43474c;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #43474c;
  --mat-chip-outline-color: #73777d;
  --mat-chip-selected-disabled-trailing-icon-color: #1b1c1d;
  --mat-chip-selected-focus-state-layer-color: #3a4859;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3a4859;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3a4859;
  --mat-chip-selected-trailing-action-state-layer-color: #3a4859;
  --mat-chip-selected-trailing-icon-color: #3a4859;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #43474c;
  --mat-chip-with-icon-disabled-icon-color: #1b1c1d;
  --mat-chip-with-icon-icon-color: #43474c;
  --mat-chip-with-icon-selected-icon-color: #3a4859;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1c1d;
  --mat-chip-with-trailing-icon-trailing-icon-color: #43474c;
  --mat-slide-toggle-disabled-label-text-color: #1b1c1d;
  --mat-slide-toggle-disabled-selected-handle-color: #fbf9fa;
  --mat-slide-toggle-disabled-selected-icon-color: #1b1c1d;
  --mat-slide-toggle-disabled-selected-track-color: #1b1c1d;
  --mat-slide-toggle-disabled-unselected-handle-color: #1b1c1d;
  --mat-slide-toggle-disabled-unselected-icon-color: #dfe3e8;
  --mat-slide-toggle-disabled-unselected-track-color: #dfe3e8;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1b1c1d;
  --mat-slide-toggle-label-text-color: #1b1c1d;
  --mat-slide-toggle-selected-focus-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-focus-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #4c6173;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-hover-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #4c6173;
  --mat-slide-toggle-selected-icon-color: #34495b;
  --mat-slide-toggle-selected-pressed-handle-color: #cfe5fb;
  --mat-slide-toggle-selected-pressed-state-layer-color: #4c6173;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #4c6173;
  --mat-slide-toggle-selected-track-color: #4c6173;
  --mat-slide-toggle-track-outline-color: #73777d;
  --mat-slide-toggle-unselected-focus-handle-color: #43474c;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-handle-color: #73777d;
  --mat-slide-toggle-unselected-hover-handle-color: #43474c;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-icon-color: #dfe3e8;
  --mat-slide-toggle-unselected-pressed-handle-color: #43474c;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1b1c1d;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #dfe3e8;
  --mat-slide-toggle-unselected-track-color: #dfe3e8;
  --mat-radio-checked-ripple-color: #4c6173;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1b1c1d;
  --mat-radio-disabled-unselected-icon-color: #1b1c1d;
  --mat-radio-label-text-color: #1b1c1d;
  --mat-radio-ripple-color: #1b1c1d;
  --mat-radio-selected-focus-icon-color: #4c6173;
  --mat-radio-selected-hover-icon-color: #4c6173;
  --mat-radio-selected-icon-color: #4c6173;
  --mat-radio-selected-pressed-icon-color: #4c6173;
  --mat-radio-unselected-focus-icon-color: #1b1c1d;
  --mat-radio-unselected-hover-icon-color: #1b1c1d;
  --mat-radio-unselected-icon-color: #43474c;
  --mat-radio-unselected-pressed-icon-color: #1b1c1d;
  --mat-slider-active-track-color: #4c6173;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1b1c1d;
  --mat-slider-disabled-handle-color: #1b1c1d;
  --mat-slider-disabled-inactive-track-color: #1b1c1d;
  --mat-slider-focus-handle-color: #4c6173;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #4c6173 20%, transparent);
  --mat-slider-handle-color: #4c6173;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #4c6173;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #4c6173 5%, transparent);
  --mat-slider-inactive-track-color: #dfe3e8;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #4c6173;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #4c6173;
  --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: #1b1c1d;
  --mat-slider-with-tick-marks-inactive-container-color: #43474c;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #dfe3e8;
  --mat-menu-item-label-text-color: #1b1c1d;
  --mat-menu-item-icon-color: #43474c;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-menu-container-color: #efedef;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #d5e4f9;
  --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: #1b1c1d;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1b1c1d;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1b1c1d;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1b1c1d;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1b1c1d;
  --mat-list-list-item-focus-state-layer-color: #1b1c1d;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1b1c1d;
  --mat-list-list-item-hover-state-layer-color: #1b1c1d;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1b1c1d;
  --mat-list-list-item-leading-avatar-color: #cfe5fb;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #43474c;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #4c6173;
  --mat-list-list-item-supporting-text-color: #43474c;
  --mat-list-list-item-trailing-icon-color: #43474c;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #43474c;
  --mat-paginator-container-text-color: #1b1c1d;
  --mat-paginator-container-background-color: #fbf9fa;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-paginator-enabled-icon-color: #43474c;
  --mat-tab-active-focus-indicator-color: #4c6173;
  --mat-tab-active-focus-label-text-color: #1b1c1d;
  --mat-tab-active-hover-indicator-color: #4c6173;
  --mat-tab-active-hover-label-text-color: #1b1c1d;
  --mat-tab-active-indicator-color: #4c6173;
  --mat-tab-active-label-text-color: #1b1c1d;
  --mat-tab-active-ripple-color: #1b1c1d;
  --mat-tab-divider-color: #dfe3e8;
  --mat-tab-inactive-focus-label-text-color: #1b1c1d;
  --mat-tab-inactive-hover-label-text-color: #1b1c1d;
  --mat-tab-inactive-label-text-color: #1b1c1d;
  --mat-tab-inactive-ripple-color: #1b1c1d;
  --mat-tab-pagination-icon-color: #1b1c1d;
  --mat-tab-disabled-ripple-color: #43474c;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #fbf9fa;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-checkbox-label-text-color: #1b1c1d;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #4c6173;
  --mat-checkbox-selected-focus-state-layer-color: #4c6173;
  --mat-checkbox-selected-hover-icon-color: #4c6173;
  --mat-checkbox-selected-hover-state-layer-color: #4c6173;
  --mat-checkbox-selected-icon-color: #4c6173;
  --mat-checkbox-selected-pressed-icon-color: #4c6173;
  --mat-checkbox-selected-pressed-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-focus-icon-color: #1b1c1d;
  --mat-checkbox-unselected-focus-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-hover-icon-color: #1b1c1d;
  --mat-checkbox-unselected-hover-state-layer-color: #1b1c1d;
  --mat-checkbox-unselected-icon-color: #43474c;
  --mat-checkbox-unselected-pressed-state-layer-color: #4c6173;
  --mat-button-filled-container-color: #4c6173;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #43474c;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.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, #1b1c1d 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #43474c;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #4c6173;
  --mat-button-outlined-outline-color: #73777d;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-outlined-state-layer-color: #4c6173;
  --mat-button-protected-container-color: #fbf9fa;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #43474c;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #4c6173;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-protected-state-layer-color: #4c6173;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #43474c;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #4c6173;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #4c6173 12%, transparent);
  --mat-button-text-state-layer-color: #4c6173;
  --mat-button-tonal-container-color: #d5e4f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #43474c;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3a4859;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3a4859 12%, transparent);
  --mat-button-tonal-state-layer-color: #3a4859;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #43474c;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #43474c;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #43474c 12%, transparent);
  --mat-icon-button-state-layer-color: #43474c;
  --mat-fab-container-color: #cfe5fb;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #34495b;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #34495b 12%, transparent);
  --mat-fab-small-container-color: #cfe5fb;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #34495b;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #34495b 12%, transparent);
  --mat-fab-small-state-layer-color: #34495b;
  --mat-fab-state-layer-color: #34495b;
  --mat-snack-bar-button-color: #b3c9de;
  --mat-snack-bar-container-color: #303032;
  --mat-snack-bar-supporting-text-color: #f2f0f2;
  --mat-table-background-color: #fbf9fa;
  --mat-table-header-headline-color: #1b1c1d;
  --mat-table-row-item-label-text-color: #1b1c1d;
  --mat-table-row-item-outline-color: #73777d;
  --mat-progress-spinner-active-indicator-color: #4c6173;
  --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-bottom-sheet-container-text-color: #1b1c1d;
  --mat-bottom-sheet-container-background-color: #f5f3f4;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-button-toggle-divider-color: #73777d;
  --mat-button-toggle-selected-state-background-color: #d5e4f9;
  --mat-button-toggle-selected-state-text-color: #3a4859;
  --mat-button-toggle-state-layer-color: #1b1c1d;
  --mat-button-toggle-text-color: #1b1c1d;
  --mat-datepicker-calendar-body-label-text-color: #1b1c1d;
  --mat-datepicker-calendar-container-background-color: #e9e8e9;
  --mat-datepicker-calendar-container-text-color: #1b1c1d;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdbcc;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #516071;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d5e4f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #cfe5fb;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #4c6173;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #4c6173;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1b1c1d;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #4c6173;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c6173;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #43474c;
  --mat-datepicker-calendar-navigation-button-icon-color: #43474c;
  --mat-datepicker-calendar-period-button-icon-color: #43474c;
  --mat-datepicker-calendar-period-button-text-color: #43474c;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1b1c1d;
  --mat-datepicker-toggle-active-state-icon-color: #4c6173;
  --mat-datepicker-toggle-icon-color: #43474c;
  --mat-divider-color: #c3c7cc;
  --mat-expansion-actions-divider-color: #73777d;
  --mat-expansion-container-background-color: #fbf9fa;
  --mat-expansion-container-text-color: #1b1c1d;
  --mat-expansion-header-description-color: #43474c;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1b1c1d 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-expansion-header-indicator-color: #43474c;
  --mat-expansion-header-text-color: #1b1c1d;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #fbf9fa;
  --mat-sidenav-container-text-color: #43474c;
  --mat-sidenav-content-background-color: #fbf9fa;
  --mat-sidenav-content-text-color: #1b1c1d;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3135 40%, transparent);
  --mat-stepper-container-color: #fbf9fa;
  --mat-stepper-header-done-state-icon-background-color: #4c6173;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #4c6173;
  --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, #1b1c1d 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1c1d 8%, transparent);
  --mat-stepper-header-icon-background-color: #43474c;
  --mat-stepper-header-icon-foreground-color: #fbf9fa;
  --mat-stepper-header-label-text-color: #43474c;
  --mat-stepper-header-optional-label-text-color: #43474c;
  --mat-stepper-header-selected-state-icon-background-color: #4c6173;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #43474c;
  --mat-stepper-line-color: #73777d;
  --mat-sort-arrow-color: #1b1c1d;
  --mat-toolbar-container-background-color: #fbf9fa;
  --mat-toolbar-container-text-color: #1b1c1d;
  --mat-tree-container-background-color: #fbf9fa;
  --mat-tree-node-text-color: #1b1c1d;
  --mat-timepicker-container-background-color: #efedef;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --hc-bg: #ffffff;
  --hc-surface: #f2f4f7;
  --hc-text: #000000;
  --hc-text-muted: #424650;
  --hc-border: #000000;
  --hc-divider: #000000;
  --hc-primary: #004c99;
  --hc-on-primary: #ffffff;
  --hc-success: #0c6f35;
  --hc-on-success: #ffffff;
  --hc-warning: #8a5b00;
  --hc-on-warning: #ffffff;
  --hc-danger: #8b0020;
  --hc-on-danger: #ffffff;
  --hc-focus-ring: #ff00ff;
  --hc-link: #003399;
  --hc-on-link: #ffffff;
  --mat-sys-primary: var(--hc-primary);
  --mat-sys-on-primary: var(--hc-on-primary);
  --mat-sys-secondary: var(--hc-primary);
  --mat-sys-on-secondary: var(--hc-on-primary);
  --mat-sys-tertiary: var(--hc-primary);
  --mat-sys-on-tertiary: var(--hc-on-primary);
  --mat-sys-error: var(--hc-danger);
  --mat-sys-on-error: var(--hc-on-danger);
  --mat-sys-surface: var(--hc-bg);
  --mat-sys-on-surface: var(--hc-text);
  --mat-sys-on-surface-variant: var(--hc-text-muted);
  --mat-sys-outline: var(--hc-divider);
  --mat-button-text-label-text-color: var(--hc-text);
  --mat-button-filled-container-color: var(--hc-primary);
  --mat-button-filled-label-text-color: var(--hc-on-primary);
  --mat-button-protected-container-color: var(--hc-primary);
  --mat-button-protected-label-text-color: var(--hc-on-primary);
  --mat-button-outlined-label-text-color: var(--hc-text);
  --mat-button-outlined-outline-color: var(--hc-border);
  --mat-text-button-label-text-color: var(--hc-text);
  --mat-icon-button-icon-color: var(--hc-text);
  --mat-outlined-button-label-text-color: var(--hc-text);
  --mat-outlined-button-outline-color: var(--hc-border);
  --mat-menu-item-label-text-color: var(--hc-text);
  --mat-menu-item-icon-color: var(--hc-text);
  --mat-icon-color: var(--hc-text);
  --mdc-text-button-label-text-color: var(--hc-text);
  --mdc-icon-button-icon-color: var(--hc-text);
  --mdc-outlined-button-label-text-color: var(--hc-text);
  --mdc-outlined-button-outline-color: var(--hc-border);
  --mdc-list-list-item-label-text-color: var(--hc-text);
  --mdc-list-list-item-leading-icon-color: var(--hc-text);
  --mt-success-color: var(--hc-success);
  --mt-surface-shell-sidenav: var(--hc-surface);
  --mt-surface-shell-header: var(--hc-surface);
  --mt-surface-shell-footer: var(--hc-surface);
  --mt-surface-shell-content: var(--hc-bg);
  --mt-on-surface-shell-header: var(--hc-text);
  --mt-on-surface-shell-footer: var(--hc-text);
  --mt-elevation-shell-chrome: none;
  --mt-elevation-shell-sidenav: none;
  --mt-elevation-shell-overlay: none;
  --mt-surface-table: var(--hc-bg);
  --mt-surface-table-filter: var(--hc-surface);
  --mt-surface-panel: var(--hc-surface);
  --mt-surface-panel-field: var(--hc-bg);
  --mt-surface-drawer: var(--hc-surface);
  --mt-surface-drawer-header: var(--hc-surface);
  --mt-surface-drawer-content: var(--hc-bg);
  --mt-surface-drawer-field: var(--hc-bg);
  --mt-on-surface-drawer: var(--hc-text);
  background-color: var(--hc-bg);
  color: var(--hc-text);
}
.high-contrast-light-theme .mat-mdc-button,
.high-contrast-light-theme .mat-mdc-outlined-button,
.high-contrast-light-theme .mat-mdc-raised-button,
.high-contrast-light-theme .mat-mdc-unelevated-button,
.high-contrast-light-theme .mat-mdc-icon-button,
.high-contrast-light-theme .mat-mdc-card,
.high-contrast-light-theme .mat-mdc-dialog-surface {
  border: 1px solid var(--hc-border);
}
.high-contrast-light-theme a {
  color: var(--hc-link);
}
.high-contrast-light-theme *:focus-visible {
  outline: 3px solid var(--hc-focus-ring);
  outline-offset: 2px;
}
.high-contrast-light-theme .mat-mdc-button,
.high-contrast-light-theme .mat-mdc-outlined-button,
.high-contrast-light-theme .mat-mdc-icon-button {
  color: var(--hc-text);
}
.high-contrast-light-theme .mat-mdc-raised-button.mat-primary,
.high-contrast-light-theme .mat-mdc-raised-button.mat-accent,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-primary,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-accent {
  background-color: var(--hc-primary);
  color: var(--hc-on-primary);
}
.high-contrast-light-theme .mat-mdc-raised-button.mat-primary .mat-icon,
.high-contrast-light-theme .mat-mdc-raised-button.mat-primary .material-symbols-outlined,
.high-contrast-light-theme .mat-mdc-raised-button.mat-accent .mat-icon,
.high-contrast-light-theme .mat-mdc-raised-button.mat-accent .material-symbols-outlined,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-primary .mat-icon,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-primary .material-symbols-outlined,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-accent .mat-icon,
.high-contrast-light-theme .mat-mdc-unelevated-button.mat-accent .material-symbols-outlined {
  color: inherit !important;
}
.high-contrast-light-theme mt-form-accordion,
.high-contrast-light-theme mt-form-section-panel,
.high-contrast-light-theme .mat-expansion-panel {
  background-color: var(--hc-bg) !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-header,
.high-contrast-light-theme mt-form-accordion .mt-form-section-header,
.high-contrast-light-theme mt-form-accordion .panel-header,
.high-contrast-light-theme mt-form-accordion header,
.high-contrast-light-theme mt-form-accordion button,
.high-contrast-light-theme mt-form-accordion [role=button],
.high-contrast-light-theme mt-form-accordion .mt-section__toggle,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-header,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-header,
.high-contrast-light-theme mt-form-section-panel .panel-header,
.high-contrast-light-theme mt-form-section-panel header,
.high-contrast-light-theme mt-form-section-panel button,
.high-contrast-light-theme mt-form-section-panel [role=button],
.high-contrast-light-theme mt-form-section-panel .mt-section__toggle,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-header,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-header,
.high-contrast-light-theme .mat-expansion-panel .panel-header,
.high-contrast-light-theme .mat-expansion-panel header,
.high-contrast-light-theme .mat-expansion-panel button,
.high-contrast-light-theme .mat-expansion-panel [role=button],
.high-contrast-light-theme .mat-expansion-panel .mt-section__toggle {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
  border: 1px solid var(--hc-border) !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-header .mat-icon,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-header .material-icons,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion .mt-form-section-header .mat-icon,
.high-contrast-light-theme mt-form-accordion .mt-form-section-header .material-icons,
.high-contrast-light-theme mt-form-accordion .mt-form-section-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion .panel-header .mat-icon,
.high-contrast-light-theme mt-form-accordion .panel-header .material-icons,
.high-contrast-light-theme mt-form-accordion .panel-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion header .mat-icon,
.high-contrast-light-theme mt-form-accordion header .material-icons,
.high-contrast-light-theme mt-form-accordion header .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion button .mat-icon,
.high-contrast-light-theme mt-form-accordion button .material-icons,
.high-contrast-light-theme mt-form-accordion button .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion [role=button] .mat-icon,
.high-contrast-light-theme mt-form-accordion [role=button] .material-icons,
.high-contrast-light-theme mt-form-accordion [role=button] .material-symbols-outlined,
.high-contrast-light-theme mt-form-accordion .mt-section__toggle .mat-icon,
.high-contrast-light-theme mt-form-accordion .mt-section__toggle .material-icons,
.high-contrast-light-theme mt-form-accordion .mt-section__toggle .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-header .mat-icon,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-header .material-icons,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-header .mat-icon,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-header .material-icons,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel .panel-header .mat-icon,
.high-contrast-light-theme mt-form-section-panel .panel-header .material-icons,
.high-contrast-light-theme mt-form-section-panel .panel-header .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel header .mat-icon,
.high-contrast-light-theme mt-form-section-panel header .material-icons,
.high-contrast-light-theme mt-form-section-panel header .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel button .mat-icon,
.high-contrast-light-theme mt-form-section-panel button .material-icons,
.high-contrast-light-theme mt-form-section-panel button .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel [role=button] .mat-icon,
.high-contrast-light-theme mt-form-section-panel [role=button] .material-icons,
.high-contrast-light-theme mt-form-section-panel [role=button] .material-symbols-outlined,
.high-contrast-light-theme mt-form-section-panel .mt-section__toggle .mat-icon,
.high-contrast-light-theme mt-form-section-panel .mt-section__toggle .material-icons,
.high-contrast-light-theme mt-form-section-panel .mt-section__toggle .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-header .mat-icon,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-header .material-icons,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-header .mat-icon,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-header .material-icons,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-header .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel .panel-header .mat-icon,
.high-contrast-light-theme .mat-expansion-panel .panel-header .material-icons,
.high-contrast-light-theme .mat-expansion-panel .panel-header .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel header .mat-icon,
.high-contrast-light-theme .mat-expansion-panel header .material-icons,
.high-contrast-light-theme .mat-expansion-panel header .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel button .mat-icon,
.high-contrast-light-theme .mat-expansion-panel button .material-icons,
.high-contrast-light-theme .mat-expansion-panel button .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel [role=button] .mat-icon,
.high-contrast-light-theme .mat-expansion-panel [role=button] .material-icons,
.high-contrast-light-theme .mat-expansion-panel [role=button] .material-symbols-outlined,
.high-contrast-light-theme .mat-expansion-panel .mt-section__toggle .mat-icon,
.high-contrast-light-theme .mat-expansion-panel .mt-section__toggle .material-icons,
.high-contrast-light-theme .mat-expansion-panel .mt-section__toggle .material-symbols-outlined {
  color: var(--hc-text) !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content,
.high-contrast-light-theme mt-form-accordion .panel-content,
.high-contrast-light-theme mt-form-accordion .mt-section__body,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content,
.high-contrast-light-theme mt-form-section-panel .panel-content,
.high-contrast-light-theme mt-form-section-panel .mt-section__body,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content,
.high-contrast-light-theme .mat-expansion-panel .panel-content,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body *,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body li,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body p,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body span,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body *,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body ul,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body li,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body p,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body span,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body strong,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body *,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body ul,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body li,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body p,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body span,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body strong,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body *,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body ul,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body li,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body p,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body span,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body strong,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body *,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body li,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body p,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body span,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body *,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body ul,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body li,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body p,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body span,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body strong,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body *,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body ul,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body li,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body p,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body span,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body strong,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body *,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body li,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body p,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body span,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body *,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body ul,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body li,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body p,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body span,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body strong,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body *,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body li,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body p,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body span,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body *,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body li,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body p,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body span,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body strong,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body *,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body ul,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body li,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body p,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body span,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body *,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body li,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body p,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body span,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body *,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body ul,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body li,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body p,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body span,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body strong {
  color: var(--hc-text) !important;
  background-color: inherit !important;
}
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-light-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd {
  background-color: var(--hc-surface) !important;
  border: 1px solid var(--hc-border) !important;
}
.high-contrast-dark-theme {
  --app-loading-shade: rgba(0, 0, 0, 0.8);
  --mat-app-background-color: #121315;
  --mat-app-text-color: #e3e2e3;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #e3e2e3 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-option-label-text-color: #e3e2e3;
  --mat-option-selected-state-label-text-color: #d5e4f9;
  --mat-option-selected-state-layer-color: #3a4859;
  --mat-optgroup-label-text-color: #dfe3e8;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #121315;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #1e3243;
  --mat-pseudo-checkbox-full-selected-icon-color: #b3c9de;
  --mat-pseudo-checkbox-full-unselected-icon-color: #dfe3e8;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #b3c9de;
  --mat-card-elevated-container-color: #1b1c1d;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #343536;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #121315;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #43474c;
  --mat-card-subtitle-text-color: #e3e2e3;
  --mat-progress-bar-active-indicator-color: #b3c9de;
  --mat-progress-bar-track-color: #43474c;
  --mat-tooltip-container-color: #e3e2e3;
  --mat-tooltip-supporting-text-color: #303032;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #dfe3e8;
  --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: #dfe3e8;
  --mat-form-field-filled-caret-color: #b3c9de;
  --mat-form-field-filled-container-color: #43474c;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e3e2e3 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e3 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: #b3c9de;
  --mat-form-field-filled-focus-label-text-color: #b3c9de;
  --mat-form-field-filled-hover-active-indicator-color: #e3e2e3;
  --mat-form-field-filled-hover-label-text-color: #dfe3e8;
  --mat-form-field-filled-input-text-color: #e3e2e3;
  --mat-form-field-filled-input-text-placeholder-color: #dfe3e8;
  --mat-form-field-filled-label-text-color: #dfe3e8;
  --mat-form-field-focus-select-arrow-color: #b3c9de;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #dfe3e8;
  --mat-form-field-outlined-caret-color: #b3c9de;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e3 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: #b3c9de;
  --mat-form-field-outlined-focus-outline-color: #b3c9de;
  --mat-form-field-outlined-hover-label-text-color: #e3e2e3;
  --mat-form-field-outlined-hover-outline-color: #e3e2e3;
  --mat-form-field-outlined-input-text-color: #e3e2e3;
  --mat-form-field-outlined-input-text-placeholder-color: #dfe3e8;
  --mat-form-field-outlined-label-text-color: #dfe3e8;
  --mat-form-field-outlined-outline-color: #8d9196;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1c1d 38%, transparent);
  --mat-form-field-select-option-text-color: #1b1c1d;
  --mat-form-field-state-layer-color: #e3e2e3;
  --mat-form-field-trailing-icon-color: #dfe3e8;
  --mat-select-panel-background-color: #1f2021;
  --mat-select-enabled-trigger-text-color: #e3e2e3;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-select-placeholder-text-color: #dfe3e8;
  --mat-select-enabled-arrow-color: #dfe3e8;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-select-focused-arrow-color: #b3c9de;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #1f2021;
  --mat-dialog-container-color: #121315;
  --mat-dialog-subhead-color: #e3e2e3;
  --mat-dialog-supporting-text-color: #dfe3e8;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-chip-elevated-selected-container-color: #3a4859;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-chip-focus-outline-color: #dfe3e8;
  --mat-chip-focus-state-layer-color: #dfe3e8;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #dfe3e8;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #dfe3e8;
  --mat-chip-outline-color: #8d9196;
  --mat-chip-selected-disabled-trailing-icon-color: #e3e2e3;
  --mat-chip-selected-focus-state-layer-color: #d5e4f9;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #d5e4f9;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #d5e4f9;
  --mat-chip-selected-trailing-action-state-layer-color: #d5e4f9;
  --mat-chip-selected-trailing-icon-color: #d5e4f9;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #dfe3e8;
  --mat-chip-with-icon-disabled-icon-color: #e3e2e3;
  --mat-chip-with-icon-icon-color: #dfe3e8;
  --mat-chip-with-icon-selected-icon-color: #d5e4f9;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e3e2e3;
  --mat-chip-with-trailing-icon-trailing-icon-color: #dfe3e8;
  --mat-slide-toggle-disabled-label-text-color: #e3e2e3;
  --mat-slide-toggle-disabled-selected-handle-color: #121315;
  --mat-slide-toggle-disabled-selected-icon-color: #e3e2e3;
  --mat-slide-toggle-disabled-selected-track-color: #e3e2e3;
  --mat-slide-toggle-disabled-unselected-handle-color: #e3e2e3;
  --mat-slide-toggle-disabled-unselected-icon-color: #43474c;
  --mat-slide-toggle-disabled-unselected-track-color: #43474c;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e3e2e3;
  --mat-slide-toggle-label-text-color: #e3e2e3;
  --mat-slide-toggle-selected-focus-handle-color: #34495b;
  --mat-slide-toggle-selected-focus-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #b3c9de;
  --mat-slide-toggle-selected-handle-color: #1e3243;
  --mat-slide-toggle-selected-hover-handle-color: #34495b;
  --mat-slide-toggle-selected-hover-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #b3c9de;
  --mat-slide-toggle-selected-icon-color: #cfe5fb;
  --mat-slide-toggle-selected-pressed-handle-color: #34495b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #b3c9de;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #b3c9de;
  --mat-slide-toggle-selected-track-color: #b3c9de;
  --mat-slide-toggle-track-outline-color: #8d9196;
  --mat-slide-toggle-unselected-focus-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #43474c;
  --mat-slide-toggle-unselected-handle-color: #8d9196;
  --mat-slide-toggle-unselected-hover-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #43474c;
  --mat-slide-toggle-unselected-icon-color: #43474c;
  --mat-slide-toggle-unselected-pressed-handle-color: #dfe3e8;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e3e2e3;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #43474c;
  --mat-slide-toggle-unselected-track-color: #43474c;
  --mat-radio-checked-ripple-color: #b3c9de;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e3e2e3;
  --mat-radio-disabled-unselected-icon-color: #e3e2e3;
  --mat-radio-label-text-color: #e3e2e3;
  --mat-radio-ripple-color: #e3e2e3;
  --mat-radio-selected-focus-icon-color: #b3c9de;
  --mat-radio-selected-hover-icon-color: #b3c9de;
  --mat-radio-selected-icon-color: #b3c9de;
  --mat-radio-selected-pressed-icon-color: #b3c9de;
  --mat-radio-unselected-focus-icon-color: #e3e2e3;
  --mat-radio-unselected-hover-icon-color: #e3e2e3;
  --mat-radio-unselected-icon-color: #dfe3e8;
  --mat-radio-unselected-pressed-icon-color: #e3e2e3;
  --mat-slider-active-track-color: #b3c9de;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e3e2e3;
  --mat-slider-disabled-handle-color: #e3e2e3;
  --mat-slider-disabled-inactive-track-color: #e3e2e3;
  --mat-slider-focus-handle-color: #b3c9de;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #b3c9de 20%, transparent);
  --mat-slider-handle-color: #b3c9de;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #b3c9de;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #b3c9de 5%, transparent);
  --mat-slider-inactive-track-color: #43474c;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #b3c9de;
  --mat-slider-label-label-text-color: #1e3243;
  --mat-slider-ripple-color: #b3c9de;
  --mat-slider-with-overlap-handle-outline-color: #1e3243;
  --mat-slider-with-tick-marks-active-container-color: #1e3243;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e3e2e3;
  --mat-slider-with-tick-marks-inactive-container-color: #dfe3e8;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #43474c;
  --mat-menu-item-label-text-color: #e3e2e3;
  --mat-menu-item-icon-color: #dfe3e8;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-menu-container-color: #1f2021;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: #3a4859;
  --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: #e3e2e3;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e3e2e3;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e3e2e3;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e3e2e3;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e3e2e3;
  --mat-list-list-item-focus-state-layer-color: #e3e2e3;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e3e2e3;
  --mat-list-list-item-hover-state-layer-color: #e3e2e3;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e3e2e3;
  --mat-list-list-item-leading-avatar-color: #34495b;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #dfe3e8;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #b3c9de;
  --mat-list-list-item-supporting-text-color: #dfe3e8;
  --mat-list-list-item-trailing-icon-color: #dfe3e8;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #dfe3e8;
  --mat-paginator-container-text-color: #e3e2e3;
  --mat-paginator-container-background-color: #121315;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-paginator-enabled-icon-color: #dfe3e8;
  --mat-tab-active-focus-indicator-color: #b3c9de;
  --mat-tab-active-focus-label-text-color: #e3e2e3;
  --mat-tab-active-hover-indicator-color: #b3c9de;
  --mat-tab-active-hover-label-text-color: #e3e2e3;
  --mat-tab-active-indicator-color: #b3c9de;
  --mat-tab-active-label-text-color: #e3e2e3;
  --mat-tab-active-ripple-color: #e3e2e3;
  --mat-tab-divider-color: #43474c;
  --mat-tab-inactive-focus-label-text-color: #e3e2e3;
  --mat-tab-inactive-hover-label-text-color: #e3e2e3;
  --mat-tab-inactive-label-text-color: #e3e2e3;
  --mat-tab-inactive-ripple-color: #e3e2e3;
  --mat-tab-pagination-icon-color: #e3e2e3;
  --mat-tab-disabled-ripple-color: #dfe3e8;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #121315;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-checkbox-label-text-color: #e3e2e3;
  --mat-checkbox-selected-checkmark-color: #1e3243;
  --mat-checkbox-selected-focus-icon-color: #b3c9de;
  --mat-checkbox-selected-focus-state-layer-color: #b3c9de;
  --mat-checkbox-selected-hover-icon-color: #b3c9de;
  --mat-checkbox-selected-hover-state-layer-color: #b3c9de;
  --mat-checkbox-selected-icon-color: #b3c9de;
  --mat-checkbox-selected-pressed-icon-color: #b3c9de;
  --mat-checkbox-selected-pressed-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-focus-icon-color: #e3e2e3;
  --mat-checkbox-unselected-focus-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-hover-icon-color: #e3e2e3;
  --mat-checkbox-unselected-hover-state-layer-color: #e3e2e3;
  --mat-checkbox-unselected-icon-color: #dfe3e8;
  --mat-checkbox-unselected-pressed-state-layer-color: #b3c9de;
  --mat-button-filled-container-color: #b3c9de;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #dfe3e8;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #1e3243;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #1e3243 12%, transparent);
  --mat-button-filled-state-layer-color: #1e3243;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #dfe3e8;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #b3c9de;
  --mat-button-outlined-outline-color: #8d9196;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-outlined-state-layer-color: #b3c9de;
  --mat-button-protected-container-color: #121315;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #dfe3e8;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #b3c9de;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-protected-state-layer-color: #b3c9de;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #dfe3e8;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #b3c9de;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #b3c9de 12%, transparent);
  --mat-button-text-state-layer-color: #b3c9de;
  --mat-button-tonal-container-color: #3a4859;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #dfe3e8;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #d5e4f9;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #d5e4f9 12%, transparent);
  --mat-button-tonal-state-layer-color: #d5e4f9;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #dfe3e8;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #dfe3e8;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #dfe3e8 12%, transparent);
  --mat-icon-button-state-layer-color: #dfe3e8;
  --mat-fab-container-color: #34495b;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 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, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #cfe5fb;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #cfe5fb 12%, transparent);
  --mat-fab-small-container-color: #34495b;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #cfe5fb;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #cfe5fb 12%, transparent);
  --mat-fab-small-state-layer-color: #cfe5fb;
  --mat-fab-state-layer-color: #cfe5fb;
  --mat-snack-bar-button-color: #4c6173;
  --mat-snack-bar-container-color: #e3e2e3;
  --mat-snack-bar-supporting-text-color: #303032;
  --mat-table-background-color: #121315;
  --mat-table-header-headline-color: #e3e2e3;
  --mat-table-row-item-label-text-color: #e3e2e3;
  --mat-table-row-item-outline-color: #8d9196;
  --mat-progress-spinner-active-indicator-color: #b3c9de;
  --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-bottom-sheet-container-text-color: #e3e2e3;
  --mat-bottom-sheet-container-background-color: #1b1c1d;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-button-toggle-divider-color: #8d9196;
  --mat-button-toggle-selected-state-background-color: #3a4859;
  --mat-button-toggle-selected-state-text-color: #d5e4f9;
  --mat-button-toggle-state-layer-color: #e3e2e3;
  --mat-button-toggle-text-color: #e3e2e3;
  --mat-datepicker-calendar-body-label-text-color: #e3e2e3;
  --mat-datepicker-calendar-container-background-color: #292a2b;
  --mat-datepicker-calendar-container-text-color: #e3e2e3;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #7b2f00;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b9c8dc;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #3a4859;
  --mat-datepicker-calendar-date-in-range-state-background-color: #34495b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #b3c9de;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #b3c9de;
  --mat-datepicker-calendar-date-selected-state-text-color: #1e3243;
  --mat-datepicker-calendar-date-text-color: #e3e2e3;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #b3c9de;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #b3c9de;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dfe3e8;
  --mat-datepicker-calendar-navigation-button-icon-color: #dfe3e8;
  --mat-datepicker-calendar-period-button-icon-color: #dfe3e8;
  --mat-datepicker-calendar-period-button-text-color: #dfe3e8;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e3e2e3;
  --mat-datepicker-toggle-active-state-icon-color: #b3c9de;
  --mat-datepicker-toggle-icon-color: #dfe3e8;
  --mat-divider-color: #43474c;
  --mat-expansion-actions-divider-color: #8d9196;
  --mat-expansion-container-background-color: #121315;
  --mat-expansion-container-text-color: #e3e2e3;
  --mat-expansion-header-description-color: #dfe3e8;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e3e2e3 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e3e2e3 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-expansion-header-indicator-color: #dfe3e8;
  --mat-expansion-header-text-color: #e3e2e3;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #121315;
  --mat-sidenav-container-text-color: #dfe3e8;
  --mat-sidenav-content-background-color: #121315;
  --mat-sidenav-content-text-color: #e3e2e3;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3135 40%, transparent);
  --mat-stepper-container-color: #121315;
  --mat-stepper-header-done-state-icon-background-color: #b3c9de;
  --mat-stepper-header-done-state-icon-foreground-color: #1e3243;
  --mat-stepper-header-edit-state-icon-background-color: #b3c9de;
  --mat-stepper-header-edit-state-icon-foreground-color: #1e3243;
  --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, #e3e2e3 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e3e2e3 8%, transparent);
  --mat-stepper-header-icon-background-color: #dfe3e8;
  --mat-stepper-header-icon-foreground-color: #121315;
  --mat-stepper-header-label-text-color: #dfe3e8;
  --mat-stepper-header-optional-label-text-color: #dfe3e8;
  --mat-stepper-header-selected-state-icon-background-color: #b3c9de;
  --mat-stepper-header-selected-state-icon-foreground-color: #1e3243;
  --mat-stepper-header-selected-state-label-text-color: #dfe3e8;
  --mat-stepper-line-color: #8d9196;
  --mat-sort-arrow-color: #e3e2e3;
  --mat-toolbar-container-background-color: #121315;
  --mat-toolbar-container-text-color: #e3e2e3;
  --mat-tree-container-background-color: #121315;
  --mat-tree-node-text-color: #e3e2e3;
  --mat-timepicker-container-background-color: #1f2021;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --hc-bg: #050608;
  --hc-surface: #14161a;
  --hc-text: #ffffff;
  --hc-text-muted: #c0c4cc;
  --hc-border: #ffffff;
  --hc-divider: #ffffff;
  --hc-primary: #3da5ff;
  --hc-on-primary: #000000;
  --hc-success: #45d483;
  --hc-on-success: #000000;
  --hc-warning: #ffc857;
  --hc-on-warning: #000000;
  --hc-danger: #ff5c7a;
  --hc-on-danger: #000000;
  --hc-focus-ring: #ffd700;
  --hc-link: #4eb5ff;
  --hc-on-link: #000000;
  --mat-sys-primary: var(--hc-primary);
  --mat-sys-on-primary: var(--hc-on-primary);
  --mat-sys-secondary: var(--hc-primary);
  --mat-sys-on-secondary: var(--hc-on-primary);
  --mat-sys-tertiary: var(--hc-primary);
  --mat-sys-on-tertiary: var(--hc-on-primary);
  --mat-sys-error: var(--hc-danger);
  --mat-sys-on-error: var(--hc-on-danger);
  --mat-sys-surface: var(--hc-bg);
  --mat-sys-on-surface: var(--hc-text);
  --mat-sys-on-surface-variant: var(--hc-text-muted);
  --mat-sys-outline: var(--hc-divider);
  --mat-button-text-label-text-color: var(--hc-text);
  --mat-button-filled-container-color: var(--hc-primary);
  --mat-button-filled-label-text-color: var(--hc-on-primary);
  --mat-button-protected-container-color: var(--hc-primary);
  --mat-button-protected-label-text-color: var(--hc-on-primary);
  --mat-button-outlined-label-text-color: var(--hc-text);
  --mat-button-outlined-outline-color: var(--hc-border);
  --mat-text-button-label-text-color: var(--hc-text);
  --mat-icon-button-icon-color: var(--hc-text);
  --mat-outlined-button-label-text-color: var(--hc-text);
  --mat-outlined-button-outline-color: var(--hc-border);
  --mat-menu-item-label-text-color: var(--hc-text);
  --mat-menu-item-icon-color: var(--hc-text);
  --mat-icon-color: var(--hc-text);
  --mdc-text-button-label-text-color: var(--hc-text);
  --mdc-icon-button-icon-color: var(--hc-text);
  --mdc-outlined-button-label-text-color: var(--hc-text);
  --mdc-outlined-button-outline-color: var(--hc-border);
  --mdc-list-list-item-label-text-color: var(--hc-text);
  --mdc-list-list-item-leading-icon-color: var(--hc-text);
  --mt-success-color: var(--hc-success);
  --mt-surface-shell-sidenav: var(--hc-surface);
  --mt-surface-shell-header: var(--hc-surface);
  --mt-surface-shell-footer: var(--hc-bg);
  --mt-surface-shell-content: var(--hc-bg);
  --mt-on-surface-shell-header: var(--hc-text);
  --mt-on-surface-shell-footer: var(--hc-text);
  --mt-elevation-shell-chrome: none;
  --mt-elevation-shell-sidenav: none;
  --mt-elevation-shell-overlay: none;
  --mt-surface-table: var(--hc-bg);
  --mt-surface-table-filter: var(--hc-surface);
  --mt-surface-panel: var(--hc-surface);
  --mt-surface-panel-field: var(--hc-bg);
  --mt-surface-drawer: var(--hc-surface);
  --mt-surface-drawer-header: var(--hc-surface);
  --mt-surface-drawer-content: var(--hc-bg);
  --mt-surface-drawer-field: var(--hc-bg);
  --mt-on-surface-drawer: var(--hc-text);
  background-color: var(--hc-bg);
  color: var(--hc-text);
}
.high-contrast-dark-theme .mat-mdc-button,
.high-contrast-dark-theme .mat-mdc-outlined-button,
.high-contrast-dark-theme .mat-mdc-raised-button,
.high-contrast-dark-theme .mat-mdc-unelevated-button,
.high-contrast-dark-theme .mat-mdc-icon-button,
.high-contrast-dark-theme .mat-mdc-card,
.high-contrast-dark-theme .mat-mdc-dialog-surface {
  border: 1px solid var(--hc-border);
}
.high-contrast-dark-theme a {
  color: var(--hc-link);
}
.high-contrast-dark-theme *:focus-visible {
  outline: 3px solid var(--hc-focus-ring);
  outline-offset: 2px;
}
.high-contrast-dark-theme .mat-mdc-button,
.high-contrast-dark-theme .mat-mdc-outlined-button,
.high-contrast-dark-theme .mat-mdc-icon-button {
  color: var(--hc-text);
}
.high-contrast-dark-theme .mat-mdc-raised-button.mat-primary,
.high-contrast-dark-theme .mat-mdc-raised-button.mat-accent,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-primary,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-accent {
  background-color: var(--hc-primary);
  color: var(--hc-on-primary);
}
.high-contrast-dark-theme .mat-mdc-raised-button.mat-primary .mat-icon,
.high-contrast-dark-theme .mat-mdc-raised-button.mat-primary .material-symbols-outlined,
.high-contrast-dark-theme .mat-mdc-raised-button.mat-accent .mat-icon,
.high-contrast-dark-theme .mat-mdc-raised-button.mat-accent .material-symbols-outlined,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-primary .mat-icon,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-primary .material-symbols-outlined,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-accent .mat-icon,
.high-contrast-dark-theme .mat-mdc-unelevated-button.mat-accent .material-symbols-outlined {
  color: inherit !important;
}
.high-contrast-dark-theme mt-form-accordion,
.high-contrast-dark-theme mt-form-section-panel,
.high-contrast-dark-theme .mat-expansion-panel {
  background-color: var(--hc-bg) !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-header,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-header,
.high-contrast-dark-theme mt-form-accordion .panel-header,
.high-contrast-dark-theme mt-form-accordion header,
.high-contrast-dark-theme mt-form-accordion button,
.high-contrast-dark-theme mt-form-accordion [role=button],
.high-contrast-dark-theme mt-form-accordion .mt-section__toggle,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-header,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-header,
.high-contrast-dark-theme mt-form-section-panel .panel-header,
.high-contrast-dark-theme mt-form-section-panel header,
.high-contrast-dark-theme mt-form-section-panel button,
.high-contrast-dark-theme mt-form-section-panel [role=button],
.high-contrast-dark-theme mt-form-section-panel .mt-section__toggle,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-header,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-header,
.high-contrast-dark-theme .mat-expansion-panel .panel-header,
.high-contrast-dark-theme .mat-expansion-panel header,
.high-contrast-dark-theme .mat-expansion-panel button,
.high-contrast-dark-theme .mat-expansion-panel [role=button],
.high-contrast-dark-theme .mat-expansion-panel .mt-section__toggle {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
  border: 1px solid var(--hc-border) !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-header .mat-icon,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-header .material-icons,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-header .mat-icon,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-header .material-icons,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion .panel-header .mat-icon,
.high-contrast-dark-theme mt-form-accordion .panel-header .material-icons,
.high-contrast-dark-theme mt-form-accordion .panel-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion header .mat-icon,
.high-contrast-dark-theme mt-form-accordion header .material-icons,
.high-contrast-dark-theme mt-form-accordion header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion button .mat-icon,
.high-contrast-dark-theme mt-form-accordion button .material-icons,
.high-contrast-dark-theme mt-form-accordion button .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion [role=button] .mat-icon,
.high-contrast-dark-theme mt-form-accordion [role=button] .material-icons,
.high-contrast-dark-theme mt-form-accordion [role=button] .material-symbols-outlined,
.high-contrast-dark-theme mt-form-accordion .mt-section__toggle .mat-icon,
.high-contrast-dark-theme mt-form-accordion .mt-section__toggle .material-icons,
.high-contrast-dark-theme mt-form-accordion .mt-section__toggle .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-header .mat-icon,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-header .material-icons,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-header .mat-icon,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-header .material-icons,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel .panel-header .mat-icon,
.high-contrast-dark-theme mt-form-section-panel .panel-header .material-icons,
.high-contrast-dark-theme mt-form-section-panel .panel-header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel header .mat-icon,
.high-contrast-dark-theme mt-form-section-panel header .material-icons,
.high-contrast-dark-theme mt-form-section-panel header .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel button .mat-icon,
.high-contrast-dark-theme mt-form-section-panel button .material-icons,
.high-contrast-dark-theme mt-form-section-panel button .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel [role=button] .mat-icon,
.high-contrast-dark-theme mt-form-section-panel [role=button] .material-icons,
.high-contrast-dark-theme mt-form-section-panel [role=button] .material-symbols-outlined,
.high-contrast-dark-theme mt-form-section-panel .mt-section__toggle .mat-icon,
.high-contrast-dark-theme mt-form-section-panel .mt-section__toggle .material-icons,
.high-contrast-dark-theme mt-form-section-panel .mt-section__toggle .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-header .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-header .material-icons,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-header .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-header .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-header .material-icons,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-header .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel .panel-header .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel .panel-header .material-icons,
.high-contrast-dark-theme .mat-expansion-panel .panel-header .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel header .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel header .material-icons,
.high-contrast-dark-theme .mat-expansion-panel header .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel button .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel button .material-icons,
.high-contrast-dark-theme .mat-expansion-panel button .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel [role=button] .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel [role=button] .material-icons,
.high-contrast-dark-theme .mat-expansion-panel [role=button] .material-symbols-outlined,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__toggle .mat-icon,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__toggle .material-icons,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__toggle .material-symbols-outlined {
  color: var(--hc-text) !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content,
.high-contrast-dark-theme mt-form-accordion .panel-content,
.high-contrast-dark-theme mt-form-accordion .mt-section__body,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content,
.high-contrast-dark-theme mt-form-section-panel .panel-content,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content,
.high-contrast-dark-theme .mat-expansion-panel .panel-content,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body {
  background-color: var(--hc-bg) !important;
  color: var(--hc-text) !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body *,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body li,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body p,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body span,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body *,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body li,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body p,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body span,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body *,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body li,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body p,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body span,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body *,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body ul,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body li,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body p,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body span,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body strong,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body *,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body li,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body p,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body span,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body *,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body li,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body p,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body span,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body *,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body ul,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body li,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body p,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body span,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body *,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body li,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body p,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body span,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body *,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body ul,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body li,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body p,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body span,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body strong,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body *,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body ul,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body li,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body p,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body span,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body strong,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body *,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body ul,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body li,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body p,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body span,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body strong,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body *,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body ul,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body li,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body p,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body span,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body strong {
  color: var(--hc-text) !important;
  background-color: inherit !important;
}
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-accordion .mt-section__body .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .panel-content .mt-section__body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme mt-form-section-panel .mt-section__body .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mat-expansion-panel-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-form-section-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .panel-content .mt-section__body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mat-expansion-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-form-section-panel-body kbd,
.high-contrast-dark-theme .mat-expansion-panel .mt-section__body .mt-section__body kbd {
  background-color: var(--hc-surface) !important;
  border: 1px solid var(--hc-border) !important;
}
body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  transition: background-color 0.3s ease, color 0.3s ease;
}
kbd {
  background: var(--mat-sys-surface-container-high);
  border: 1px solid var(--mat-sys-outline);
  border-bottom-color: var(--mat-sys-outline-variant);
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 var(--mat-sys-outline-variant);
  padding: 2px 6px;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 0.875em;
  color: var(--mat-sys-on-surface);
  font-weight: 500;
}
.dark-theme kbd {
  background: var(--mat-sys-surface-container);
  color: var(--mat-sys-on-surface);
  border-color: var(--mat-sys-outline-variant);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
* {
  box-sizing: border-box;
}
mat-card {
  max-width: 100%;
}
.montana-header {
  padding: 24px 0 24px 16px;
  border-left: 4px solid var(--mat-sys-primary);
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .montana-header {
    padding: 16px 0 16px 0.75rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .montana-header {
    padding: 0.75rem 0 0.75rem 8px;
    margin-bottom: 16px;
  }
}
.header-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 640px) {
  .header-content {
    gap: 0.75rem;
  }
}
.header-icon,
.doa-logo {
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--mat-sys-tertiary);
  flex-shrink: 0;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .header-icon,
  .doa-logo {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 480px) {
  .header-icon,
  .doa-logo {
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.header-text {
  flex: 1;
  min-width: 0;
}
#page-title {
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 768px) {
  #page-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  #page-title {
    font-size: 1.25rem;
  }
}
#page-desc {
  margin: 0;
  line-height: 1.5;
}
.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;
}
.cdk-overlay-container {
  z-index: 10000 !important;
}
.mat-mdc-snack-bar-container.mt-snackbar {
  position: fixed !important;
  top: 500px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  width: auto !important;
  min-width: 320px !important;
  max-width: 600px !important;
  z-index: 10001 !important;
}
.mat-mdc-snack-bar-container.mt-snackbar .mdc-snackbar__surface {
  min-width: 100% !important;
}
@media (max-width: 768px) {
  .mat-mdc-snack-bar-container.mt-snackbar {
    top: 750px !important;
  }
}
@media (max-width: 640px) {
  .mat-mdc-snack-bar-container.mt-snackbar {
    top: 950px !important;
  }
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
.mat-mdc-form-field .mat-mdc-form-field-flex {
  height: 48px;
}
.mat-mdc-form-field .mat-mdc-form-field-infix {
  min-height: auto;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-mdc-form-field .mat-mdc-input-element {
  height: 48px;
  padding: 10px 0 6px 0;
  line-height: normal;
  box-sizing: border-box;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-floating-label {
  top: 50% !important;
  transform: translateY(-50%);
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}
.mat-mdc-form-field:has(.mat-mdc-select) .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.mat-mdc-form-field-subscript-wrapper {
  height: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
