/* src/styles.scss */
:root {
  --dv-color-interaction: #016155;
  --dv-color-brand-accent: #ebeb00;
  --dv-color-bg-light: #f1f1f1;
  --dv-color-bg-accent: #f7fafa;
  --dv-color-hover-interaction: #063d36;
  --dv-color-medium-dark: #646464;
  --dv-color-medium: #b0b0b0;
  --dv-color-medium-light: #d8d8d8;
  --dv-radius-card: 0.5rem;
}
html {
  --mat-sys-background: light-dark(#f7faf8, #101413);
  --mat-sys-error: light-dark(#cb0000, #cb0000);
  --mat-sys-error-container: light-dark(#cb0000, #cb0000);
  --mat-sys-inverse-on-surface: light-dark(#eef1ef, #2d3130);
  --mat-sys-inverse-primary: light-dark(#016155, #016155);
  --mat-sys-inverse-surface: light-dark(#2d3130, #e0e3e1);
  --mat-sys-on-background: light-dark(#181c1b, #e0e3e1);
  --mat-sys-on-error: light-dark(#ffffff, #cb0000);
  --mat-sys-on-error-container: light-dark(#cb0000, #cb0000);
  --mat-sys-on-primary: light-dark(#ffffff, #016155);
  --mat-sys-on-primary-container: light-dark(#016155, #016155);
  --mat-sys-on-primary-fixed: light-dark(#016155, #016155);
  --mat-sys-on-primary-fixed-variant: light-dark(#016155, #016155);
  --mat-sys-on-secondary: light-dark(#ffffff, #016155);
  --mat-sys-on-secondary-container: light-dark(#016155, #016155);
  --mat-sys-on-secondary-fixed: light-dark(#016155, #016155);
  --mat-sys-on-secondary-fixed-variant: light-dark(#016155, #016155);
  --mat-sys-on-surface: light-dark(#181c1b, #e0e3e1);
  --mat-sys-on-surface-variant: light-dark(#3f4946, #dae5e1);
  --mat-sys-on-tertiary: light-dark(#ffffff, #ebeb00);
  --mat-sys-on-tertiary-container: light-dark(#ebeb00, #ebeb00);
  --mat-sys-on-tertiary-fixed: light-dark(#ebeb00, #ebeb00);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#ebeb00, #ebeb00);
  --mat-sys-outline: light-dark(#6f7976, #889390);
  --mat-sys-outline-variant: light-dark(#bec9c5, #3f4946);
  --mat-sys-primary: light-dark(#016155, #016155);
  --mat-sys-primary-container: light-dark(#016155, #016155);
  --mat-sys-primary-fixed: light-dark(#016155, #016155);
  --mat-sys-primary-fixed-dim: light-dark(#016155, #016155);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#016155, #016155);
  --mat-sys-secondary-container: light-dark(#016155, #016155);
  --mat-sys-secondary-fixed: light-dark(#016155, #016155);
  --mat-sys-secondary-fixed-dim: light-dark(#016155, #016155);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#f7faf8, #101413);
  --mat-sys-surface-bright: light-dark(#f7faf8, #363a39);
  --mat-sys-surface-container: light-dark(#ecefec, #1c201f);
  --mat-sys-surface-container-high: light-dark(#e6e9e6, #272b2a);
  --mat-sys-surface-container-highest: light-dark(#e0e3e1, #323634);
  --mat-sys-surface-container-low: light-dark(#f1f4f2, #181c1b);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0b0f0e);
  --mat-sys-surface-dim: light-dark(#d8dbd8, #101413);
  --mat-sys-surface-tint: light-dark(#016155, #016155);
  --mat-sys-surface-variant: light-dark(#dae5e1, #3f4946);
  --mat-sys-tertiary: light-dark(#ebeb00, #ebeb00);
  --mat-sys-tertiary-container: light-dark(#ebeb00, #ebeb00);
  --mat-sys-tertiary-fixed: light-dark(#ebeb00, #ebeb00);
  --mat-sys-tertiary-fixed-dim: light-dark(#ebeb00, #ebeb00);
  --mat-sys-neutral-variant20: #293230;
  --mat-sys-neutral10: #181c1b;
  --mat-sys-level0:
    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-sys-level1:
    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-sys-level2:
    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-sys-level3:
    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-sys-level4:
    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-sys-level5:
    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-sys-body-large:
    400 1rem / 1.5rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-large-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium:
    400 0.875rem / 1.25rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-medium-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small:
    400 0.75rem / 1rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-small-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large:
    400 3.562rem / 4rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-large-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium:
    400 2.812rem / 3.25rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-medium-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small:
    400 2.25rem / 2.75rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-small-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large:
    400 2rem / 2.5rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-large-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium:
    400 1.75rem / 2.25rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-medium-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small:
    400 1.5rem / 2rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-small-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large:
    500 0.875rem / 1.25rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-large-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium:
    500 0.75rem / 1rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-medium-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small:
    500 0.688rem / 1rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-small-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large:
    400 1.375rem / 1.75rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-large-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium:
    500 1rem / 1.5rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-medium-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small:
    500 0.875rem / 1.25rem Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-small-font:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 32px;
  --mat-chip-container-height: 24px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: none;
  --mat-button-filled-touch-target-display: none;
  --mat-button-filled-container-height: 32px;
  --mat-button-outlined-container-height: 32px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-touch-target-display: none;
  --mat-button-protected-container-height: 32px;
  --mat-button-text-touch-target-display: none;
  --mat-button-text-container-height: 32px;
  --mat-button-tonal-container-height: 32px;
  --mat-button-tonal-touch-target-display: none;
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-icon-button-touch-target-display: none;
  --mat-icon-button-state-layer-size: 32px;
  --mat-list-list-item-leading-icon-start-space: 8px;
  --mat-list-list-item-leading-icon-end-space: 8px;
  --mat-list-list-item-one-line-container-height: 40px;
  --mat-list-list-item-two-line-container-height: 56px;
  --mat-list-list-item-three-line-container-height: 80px;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-touch-target-display: none;
  --mat-radio-state-layer-size: 32px;
  --mat-tab-container-height: 40px;
  --mat-select-arrow-transform: none;
  --mat-button-toggle-height: 40px;
  --mat-stepper-header-height: 64px;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: light;
  background-color: var(#fff);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
html,
body {
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation-duration: 1ms;
  }
}
.dura-highlight {
  background: #ebeb00;
  color: #000;
  border-radius: 0.5rem;
  padding: 0 0.25rem;
  border: 1px solid #646464;
  display: inline-block;
}
a.is-active {
  background-color: #d8d8d8;
}
.primary-color {
  color: #016155;
}
.page-container {
  padding: 1rem;
}
.center-content {
  text-align: center;
}
.desktop-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .padded {
    padding: 2rem;
  }
  .padded-x {
    padding: 0 2rem;
  }
  .padded-y {
    padding: 2rem 0;
  }
  .page-container {
    padding: 2rem 4rem;
  }
  .narrow-page {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .desktop-only {
    display: initial !important;
  }
}

/* src/styles/_material-overrides.scss */
:root {
  --dv-color-interaction: #016155;
  --dv-color-brand-accent: #ebeb00;
  --dv-color-bg-light: #f1f1f1;
  --dv-color-bg-accent: #f7fafa;
  --dv-color-hover-interaction: #063d36;
  --dv-color-medium-dark: #646464;
  --dv-color-medium: #b0b0b0;
  --dv-color-medium-light: #d8d8d8;
  --dv-radius-card: 0.5rem;
}
:root {
  --mat-button-filled-container-shape: 0.25rem;
  --mat-button-filled-container-height: 2.5em;
  --mat-icon-button-icon-color: #fff;
  --mat-list-active-indicator-shape: 0;
  --mat-card-elevated-container-shape: 0.5rem;
  --mat-card-elevated-container-color: rgba(241, 241, 241, 0.1);
  --mat-card-title-text-font: 1.25rem;
  --mat-card-title-text-weight: bold;
  --mat-card-subtitle-text-color: #646464;
  --mat-card-subtitle-text-font: 0.875rem;
  --mat-toolbar-container-background-color: #fff;
  --mat-chip-elevated-selected-container-color: #000;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-container-shape-radius: 999px;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-width: 320px;
  --mat-sidenav-container-background-color: #f1f1f1;
  --mat-sidenav-content-background-color: #fff;
  --mat-menu-container-shape: 0.25rem;
  --mat-menu-container-color: #fff;
}
mat-sidenav {
  --mat-icon-color: #646464;
}

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