/* projects/web/src/theme/material-custom-theme.scss */
html {
  color-scheme: light;
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --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 Chivo;
  --mat-sys-body-large-font: Chivo;
  --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 Chivo;
  --mat-sys-body-medium-font: Chivo;
  --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 Chivo;
  --mat-sys-body-small-font: Chivo;
  --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 Chivo;
  --mat-sys-display-large-font: Chivo;
  --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 Chivo;
  --mat-sys-display-medium-font: Chivo;
  --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 Chivo;
  --mat-sys-display-small-font: Chivo;
  --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 Chivo;
  --mat-sys-headline-large-font: Chivo;
  --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 Chivo;
  --mat-sys-headline-medium-font: Chivo;
  --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 Chivo;
  --mat-sys-headline-small-font: Chivo;
  --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 Chivo;
  --mat-sys-label-large-font: Chivo;
  --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 Chivo;
  --mat-sys-label-medium-font: Chivo;
  --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 Chivo;
  --mat-sys-label-small-font: Chivo;
  --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 Chivo;
  --mat-sys-title-large-font: Chivo;
  --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 Chivo;
  --mat-sys-title-medium-font: Chivo;
  --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 Chivo;
  --mat-sys-title-small-font: Chivo;
  --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-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;
}
:root {
  --mat-dialog-container-color: var(--schemes-surface-container-lowest);
  --mat-autocomplete-background-color: var(--schemes-on-primary);
  --mat-divider-color: var(--schemes-outline-variant);
  --mat-button-text-container-shape: var(--corner-small);
  --mat-button-text-label-text-size: var(--static-title-small-size);
  --mat-button-text-label-text-weight: var(--static-weight-semi-bold);
  --mat-button-outlined-container-shape: var(--corner-small);
  --mat-button-outlined-label-text-size: var(--static-body-small-line-height);
  --mat-button-outlined-outline-color: var(--schemes-outline-variant);
  --mat-button-outlined-label-text-color: var(--schemes-on-surface-variant);
  --mat-button-filled-container-shape: var(--corner-small);
  --mat-button-filled-label-text-size: var(--static-body-small-line-height);
  --mat-button-filled-container-color: var(--schemes-primary);
  --mat-button-filled-disabled-container-color: var(--state-layers-on-surface-variant-opacity-10);
  --mat-button-filled-label-text-color: var(--schemes-on-primary);
  --mat-snack-bar-supporting-text-size: var(--static-body-medium-size);
  --mat-snack-bar-supporting-text-font: var(--static-body-medium-font);
  --mat-snack-bar-supporting-text-weight: var(--static-body-medium-weight);
  --mat-select-panel-background-color: var(--schemes-surface-container-lowest);
  --mat-fab-small-container-color: var(--schemes-primary);
  --mat-fab-small-foreground-color: var(--schemes-on-primary);
  --mat-fab-small-container-elevation-shadow: none;
  --mat-fab-small-focus-container-elevation-shadow: none;
  --mat-fab-small-hover-container-elevation-shadow: none;
  --mat-expansion-container-elevation-shadow: none;
  --mat-expansion-container-shape: 0;
  --mat-expansion-container-background-color: var(--background-color);
  --mat-expansion-header-focus-state-layer-color: transparent;
  --mat-expansion-header-hover-state-layer-color: var(--state-layers-tertiary-opacity-08);
  --mat-expansion-header-collapsed-state-height: var(--scale-9);
  --mat-expansion-header-expanded-state-height: var(--scale-9);
}
.mat-expanded {
  --mat-expansion-container-background-color: var(--background-active-color);
}
button.secondary,
a.secondary {
  --mat-button-filled-container-color: var(--schemes-secondary);
  --mat-button-filled-disabled-container-color: var(--state-layers-on-surface-variant-opacity-10);
  --mat-button-filled-label-text-color: var(--schemes-on-secondary);
}
button.accent,
a.accent {
  --mat-button-filled-container-color: var(--schemes-secondary-container);
  --mat-button-filled-disabled-container-color: var(--state-layers-on-surface-variant-opacity-10);
  --mat-button-filled-label-text-color: var(--schemes-on-secondary-container);
}
button.sub-menu-item,
a.sub-menu-item {
  --mat-button-filled-label-text-color: var(--schemes-on-surface-variant);
  --mat-button-filled-hover-state-layer-opacity: 1;
  --mat-button-filled-label-text-size: var(--static-label-large-size);
  --mat-button-filled-label-text-weight: var(--static-weight-regular);
  --mat-button-filled-container-color: var(--schemes-surface-container);
  --mat-button-filled-state-layer-color: var(--state-layers-on-surface-opacity-10);
}
button.error,
a.error {
  --mat-button-filled-container-color: var(--schemes-error);
  --mat-button-filled-disabled-container-color: var(--state-layers-on-surface-variant-opacity-10);
  --mat-button-filled-label-text-color: var(--schemes-on-error);
  --mat-button-text-label-text-color: var(--schemes-error);
  --mat-button-text-ripple-color: var(--state-layers-error-opacity-10);
  --mat-button-text-state-layer-color: var(--schemes-error);
  --mat-button-text-hover-state-layer-opacity: 0.05;
  --mat-icon-button-icon-color: var(--schemes-error);
  --mat-icon-button-ripple-color: var(--state-layers-error-opacity-10);
  --mat-icon-button-state-layer-color: var(--schemes-error);
  --mat-icon-button-hover-state-layer-opacity: 0.05;
}
.secondary {
  --mat-tab-active-indicator-color: var(--schemes-secondary);
  --mat-tab-active-hover-indicator-color: var(--schemes-secondary);
  --mat-tab-active-focus-indicator-color: var(--schemes-secondary);
  --mat-tab-active-indicator-height: var(--corner-extra-extra-large);
  --mat-tab-active-indicator-shape: var(--corner-small);
  --mat-tab-divider-height: var(--scale-0);
  --mat-tab-active-focus-label-text-color: var(--schemes-on-surface);
  --mat-tab-inactive-label-text-color: var(--schemes-on-surface-variant);
  --mat-tab-inactive-ripple-color: var(--schemes-on-surface);
  --mat-tab-active-ripple-color: var(--schemes-secondary);
}
.chip {
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-label-text-size: var(--static-label-large-size);
  --mat-button-outlined-outline-color: var(--schemes-outline-variant);
  --mat-button-outlined-horizontal-padding: var(--spacing-medium);
  --mat-button-outlined-icon-offset: 0;
}
mat-form-field[appearance=fill].no-border {
  --mat-form-field-filled-active-indicator-color: transparent;
  --mat-form-field-filled-focus-active-indicator-height: 0;
  --mat-form-field-filled-hover-active-indicator-color: transparent;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: var(--schemes-surface-container);
  --mat-form-field-filled-label-text-color: var(--mat-sys-on-surface-variant);
}
mat-form-field[appearance=fill].no-border-light {
  --mat-form-field-filled-active-indicator-color: transparent;
  --mat-form-field-filled-focus-active-indicator-height: 0;
  --mat-form-field-filled-hover-active-indicator-color: transparent;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: var(--schemes-surface-container-low);
  --mat-form-field-filled-label-text-color: var(--mat-sys-on-surface-variant);
}
mat-form-field[appearance=fill].no-border .mdc-text-field--filled,
mat-form-field[appearance=fill].no-border-light .mdc-text-field--filled {
  border-radius: var(--mat-sys-corner-small);
}
mat-form-field.custom-background-color {
  border-radius: var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small));
  background-color: var(--form-filed-background-color);
}
mat-form-field.no-hint .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field {
  width: 100%;
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-label {
  overflow: hidden;
}
.material-symbols-filled {
  font-variation-settings: "FILL" 1;
}

/* projects/web/src/theme/variables.css */
:root {
  --surface-dark-color: #012241;
  --background-color: white;
  --background-contrast-color: black;
  --background-faint-color: #edf1f7;
  --background-active-color: #f1f1f1;
  --accent-color: #c4d600;
  --accent-color-high: #aab902;
  --error-color: #dc2626;
  --success-color: #16a34a;
  --adds-on-secondary-purple: #875cf5;
  --adds-on-secondary-green: #009a17;
  --info-color: #556068;
  --gradient-blue-dark:
    linear-gradient(
      125deg,
      #2d6992 8.41%,
      #09223f 92.97%);
  --gradient-blue-light:
    linear-gradient(
      270deg,
      #00a0d5 0%,
      var(--schemes-primary) 100%);
  --border-light-color: #e7e0ec;
  --layout-background-color: #f7fbff;
  --border-radius: 16px;
  --sidebar-bottom-padding: var(--spacing-extra-large);
  --animation-transition: all 0.5s ease-in-out;
  --add-ons-section-background: rgb(245 245 245);
  --schemes-background: rgb(247 251 255);
  --schemes-error: rgb(227 41 54);
  --schemes-error-container: rgb(249 222 220);
  --schemes-inverse-on-surface: rgb(239 243 247);
  --schemes-inverse-primary: rgb(188 218 255);
  --schemes-inverse-surface: rgb(50 47 53);
  --schemes-on-background: rgb(27 29 32);
  --schemes-on-error: rgb(255 255 255);
  --schemes-on-error-container: rgb(133 34 33);
  --schemes-on-primary: rgb(255 255 255);
  --schemes-on-primary-container: rgb(0 108 245);
  --schemes-on-primary-fixed: rgb(0 42 93);
  --schemes-on-primary-fixed-variant: rgb(55 93 139);
  --schemes-on-secondary: rgb(27 29 32);
  --schemes-on-secondary-container: rgb(27 29 32);
  --schemes-on-secondary-fixed: rgb(25 33 43);
  --schemes-on-secondary-fixed-variant: rgb(68 77 88);
  --schemes-on-surface: rgb(29 27 32);
  --schemes-on-surface-variant: rgb(73 69 79);
  --schemes-on-tertiary: rgb(255 255 255);
  --schemes-on-tertiary-container: rgb(101 112 121);
  --schemes-on-tertiary-fixed: rgb(17 36 49);
  --schemes-on-tertiary-fixed-variant: rgb(59 82 99);
  --schemes-outline: rgb(121 116 126);
  --schemes-outline-variant: rgb(196 201 208);
  --schemes-primary: rgb(0 80 181);
  --schemes-primary-container: rgb(219 235 255);
  --schemes-primary-fixed: rgb(221 236 255);
  --schemes-primary-fixed-dim: rgb(188 218 255);
  --schemes-scrim: rgb(0 0 0);
  --schemes-secondary: rgb(196 214 0);
  --schemes-secondary-container: rgb(196 214 0);
  --schemes-secondary-fixed: rgb(222 234 248);
  --schemes-secondary-fixed-dim: rgb(194 206 220);
  --schemes-shadow: rgb(0 0 0);
  --schemes-surface: rgb(247 251 255);
  --schemes-surface-bright: rgb(247 251 255);
  --schemes-surface-container: rgb(237 241 247);
  --schemes-surface-container-high: rgb(230 235 240);
  --schemes-surface-container-highest: rgb(224 228 233);
  --schemes-surface-container-low: rgb(242 246 250);
  --schemes-surface-container-lowest: rgb(255 255 255);
  --schemes-surface-dim: rgb(216 220 225);
  --schemes-surface-tint: rgb(0 80 181);
  --schemes-surface-variant: rgb(247 251 255);
  --schemes-tertiary: rgb(85 96 104);
  --schemes-tertiary-container: rgb(234 245 255);
  --schemes-tertiary-fixed: rgb(216 239 255);
  --schemes-tertiary-fixed-dim: rgb(184 216 239);
  --state-layers-background-opacity-08: rgb(247 251 255 / 0.08);
  --state-layers-background-opacity-10: rgb(247 251 255 / 0.1);
  --state-layers-background-opacity-16: rgb(247 251 255 / 0.16);
  --state-layers-error-opacity-08: rgb(179 38 30 / 0.08);
  --state-layers-error-opacity-10: rgb(179 38 30 / 0.1);
  --state-layers-error-opacity-16: rgb(179 38 30 / 0.16);
  --state-layers-error-container-opacity-08: rgb(249 222 220 / 0.08);
  --state-layers-error-container-opacity-10: rgb(249 222 220 / 0.1);
  --state-layers-error-container-opacity-16: rgb(249 222 220 / 0.16);
  --state-layers-inverse-on-surface-opacity-08: rgb(239 243 247 / 0.08);
  --state-layers-inverse-on-surface-opacity-10: rgb(239 243 247 / 0.1);
  --state-layers-inverse-on-surface-opacity-16: rgb(239 243 247 / 0.16);
  --state-layers-inverse-primary-opacity-08: rgb(188 218 255 / 0.08);
  --state-layers-inverse-primary-opacity-10: rgb(188 218 255 / 0.1);
  --state-layers-inverse-primary-opacity-16: rgb(188 218 255 / 0.16);
  --state-layers-inverse-surface-opacity-08: rgb(50 47 53 / 0.08);
  --state-layers-inverse-surface-opacity-10: rgb(50 47 53 / 0.1);
  --state-layers-inverse-surface-opacity-16: rgb(50 47 53 / 0.16);
  --state-layers-on-background-opacity-08: rgb(27 29 32 / 0.08);
  --state-layers-on-background-opacity-10: rgb(27 29 32 / 0.1);
  --state-layers-on-background-opacity-16: rgb(27 29 32 / 0.16);
  --state-layers-on-error-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-error-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-error-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-error-container-opacity-08: rgb(133 34 33 / 0.08);
  --state-layers-on-error-container-opacity-10: rgb(133 34 33 / 0.1);
  --state-layers-on-error-container-opacity-16: rgb(133 34 33 / 0.16);
  --state-layers-on-primary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-container-opacity-08: rgb(0 108 245 / 0.08);
  --state-layers-on-primary-container-opacity-10: rgb(0 108 245 / 0.1);
  --state-layers-on-primary-container-opacity-16: rgb(0 108 245 / 0.16);
  --state-layers-on-primary-fixed-opacity-08: rgb(0 42 93 / 0.08);
  --state-layers-on-primary-fixed-opacity-10: rgb(0 42 93 / 0.1);
  --state-layers-on-primary-fixed-opacity-16: rgb(0 42 93 / 0.16);
  --state-layers-on-primary-fixed-variant-opacity-08: rgb(55 93 139 / 0.08);
  --state-layers-on-primary-fixed-variant-opacity-10: rgb(55 93 139 / 0.1);
  --state-layers-on-primary-fixed-variant-opacity-16: rgb(55 93 139 / 0.16);
  --state-layers-on-secondary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-container-opacity-08: rgb(82 90 0 / 0.08);
  --state-layers-on-secondary-container-opacity-10: rgb(82 90 0 / 0.1);
  --state-layers-on-secondary-container-opacity-16: rgb(82 90 0 / 0.16);
  --state-layers-on-secondary-fixed-opacity-08: rgb(25 33 43 / 0.08);
  --state-layers-on-secondary-fixed-opacity-10: rgb(25 33 43 / 0.1);
  --state-layers-on-secondary-fixed-opacity-16: rgb(25 33 43 / 0.16);
  --state-layers-on-secondary-fixed-variant-opacity-08: rgb(68 77 88 / 0.08);
  --state-layers-on-secondary-fixed-variant-opacity-10: rgb(68 77 88 / 0.1);
  --state-layers-on-secondary-fixed-variant-opacity-16: rgb(68 77 88 / 0.16);
  --state-layers-on-surface-opacity-08: rgb(27 29 32 / 0.08);
  --state-layers-on-surface-opacity-10: rgb(27 29 32 / 0.1);
  --state-layers-on-surface-opacity-16: rgb(27 29 32 / 0.16);
  --state-layers-on-surface-variant-opacity-08: rgb(73 69 79 / 0.08);
  --state-layers-on-surface-variant-opacity-10: rgb(73 69 79 / 0.1);
  --state-layers-on-surface-variant-opacity-16: rgb(73 69 79 / 0.16);
  --state-layers-on-tertiary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-tertiary-container-opacity-08: rgb(101 112 121 / 0.08);
  --state-layers-on-tertiary-container-opacity-10: rgb(101 112 121 / 0.1);
  --state-layers-on-tertiary-container-opacity-16: rgb(101 112 121 / 0.16);
  --state-layers-on-tertiary-fixed-opacity-08: rgb(17 36 49 / 0.08);
  --state-layers-on-tertiary-fixed-opacity-10: rgb(17 36 49 / 0.1);
  --state-layers-on-tertiary-fixed-opacity-16: rgb(17 36 49 / 0.16);
  --state-layers-on-tertiary-fixed-variant-opacity-08: rgb(59 82 99 / 0.08);
  --state-layers-on-tertiary-fixed-variant-opacity-10: rgb(59 82 99 / 0.1);
  --state-layers-on-tertiary-fixed-variant-opacity-16: rgb(59 82 99 / 0.16);
  --state-layers-outline-opacity-08: rgb(121 116 126 / 0.08);
  --state-layers-outline-opacity-10: rgb(121 116 126 / 0.1);
  --state-layers-outline-opacity-16: rgb(121 116 126 / 0.16);
  --state-layers-outline-variant-opacity-08: rgb(202 196 208 / 0.08);
  --state-layers-outline-variant-opacity-10: rgb(202 196 208 / 0.1);
  --state-layers-outline-variant-opacity-16: rgb(202 196 208 / 0.16);
  --state-layers-primary-opacity-08: rgb(0 80 181 / 0.08);
  --state-layers-primary-opacity-10: rgb(0 80 181 / 0.1);
  --state-layers-primary-opacity-16: rgb(0 80 181 / 0.16);
  --state-layers-primary-container-opacity-08: rgb(219 235 255 / 0.08);
  --state-layers-primary-container-opacity-10: rgb(219 235 255 / 0.1);
  --state-layers-primary-container-opacity-16: rgb(234 221 255 / 0.16);
  --state-layers-primary-fixed-opacity-08: rgb(221 236 255 / 0.08);
  --state-layers-primary-fixed-opacity-10: rgb(221 236 255 / 0.1);
  --state-layers-primary-fixed-opacity-16: rgb(221 236 255 / 0.16);
  --state-layers-primary-fixed-dim-opacity-08: rgb(188 218 255 / 0.08);
  --state-layers-primary-fixed-dim-opacity-10: rgb(188 218 255 / 0.1);
  --state-layers-primary-fixed-dim-opacity-16: rgb(188 218 255 / 0.16);
  --state-layers-scrim-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-scrim-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-scrim-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-scrim-opacity-32: rgb(0 0 0 / 0.32);
  --state-layers-secondary-opacity-08: rgb(91 100 0 / 0.08);
  --state-layers-secondary-opacity-10: rgb(91 100 0 / 0.1);
  --state-layers-secondary-opacity-16: rgb(91 100 0 / 0.16);
  --state-layers-secondary-container-opacity-08: rgb(196 214 0 / 0.08);
  --state-layers-secondary-container-opacity-10: rgb(196 214 0 / 0.1);
  --state-layers-secondary-container-opacity-16: rgb(196 214 0 / 0.16);
  --state-layers-secondary-fixed-opacity-08: rgb(222 234 248 / 0.08);
  --state-layers-secondary-fixed-opacity-10: rgb(222 234 248 / 0.1);
  --state-layers-secondary-fixed-opacity-16: rgb(222 234 248 / 0.16);
  --state-layers-secondary-fixed-dim-opacity-08: rgb(194 206 220 / 0.08);
  --state-layers-secondary-fixed-dim-opacity-10: rgb(194 206 220 / 0.1);
  --state-layers-secondary-fixed-dim-opacity-16: rgb(194 206 220 / 0.16);
  --state-layers-shadow-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-shadow-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-shadow-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-surface-opacity-08: rgb(247 251 255 / 0.08);
  --state-layers-surface-opacity-10: rgb(247 251 255 / 0.1);
  --state-layers-surface-opacity-16: rgb(247 251 255 / 0.16);
  --state-layers-surface-bright-opacity-08: rgb(247 251 255 / 0.08);
  --state-layers-surface-bright-opacity-10: rgb(247 251 255 / 0.1);
  --state-layers-surface-bright-opacity-16: rgb(247 251 255 / 0.16);
  --state-layers-surface-container-opacity-08: rgb(237 241 247 / 0.08);
  --state-layers-surface-container-opacity-10: rgb(237 241 247 / 0.1);
  --state-layers-surface-container-opacity-16: rgb(237 241 247 / 0.16);
  --state-layers-surface-container-high-opacity-08: rgb(230 235 240 / 0.08);
  --state-layers-surface-container-high-opacity-10: rgb(230 235 240 / 0.1);
  --state-layers-surface-container-high-opacity-16: rgb(236 230 240 / 0.16);
  --state-layers-surface-container-highest-opacity-08: rgb(224 228 233 / 0.08);
  --state-layers-surface-container-highest-opacity-10: rgb(224 228 233 / 0.1);
  --state-layers-surface-container-highest-opacity-16: rgb(224 228 233 / 0.16);
  --state-layers-surface-container-low-opacity-08: rgb(242 246 250 / 0.08);
  --state-layers-surface-container-low-opacity-10: rgb(242 246 250 / 0.1);
  --state-layers-surface-container-low-opacity-16: rgb(242 246 250 / 0.16);
  --state-layers-surface-container-lowest-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-surface-container-lowest-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-surface-container-lowest-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-surface-dim-opacity-08: rgb(216 220 225 / 0.08);
  --state-layers-surface-dim-opacity-10: rgb(216 220 225 / 0.1);
  --state-layers-surface-dim-opacity-16: rgb(216 220 225 / 0.16);
  --state-layers-surface-tint-opacity-08: rgb(0 80 181 / 0.08);
  --state-layers-surface-tint-opacity-10: rgb(0 80 181 / 0.1);
  --state-layers-surface-tint-opacity-16: rgb(0 80 181 / 0.16);
  --state-layers-surface-variant-opacity-08: rgb(224 229 236 / 0.08);
  --state-layers-surface-variant-opacity-10: rgb(224 229 236 / 0.1);
  --state-layers-surface-variant-opacity-16: rgb(224 229 236 / 0.16);
  --state-layers-tertiary-opacity-08: rgb(85 96 104 / 0.08);
  --state-layers-tertiary-opacity-10: rgb(85 96 104 / 0.1);
  --state-layers-tertiary-opacity-16: rgb(85 96 104 / 0.16);
  --state-layers-tertiary-container-opacity-08: rgb(234 245 255 / 0.08);
  --state-layers-tertiary-container-opacity-10: rgb(234 245 255 / 0.1);
  --state-layers-tertiary-container-opacity-16: rgb(234 245 255 / 0.16);
  --state-layers-tertiary-fixed-opacity-08: rgb(216 239 255 / 0.08);
  --state-layers-tertiary-fixed-opacity-10: rgb(216 239 255 / 0.1);
  --state-layers-tertiary-fixed-opacity-16: rgb(216 239 255 / 0.16);
  --state-layers-tertiary-fixed-dim-opacity-08: rgb(184 216 239 / 0.08);
  --state-layers-tertiary-fixed-dim-opacity-10: rgb(184 216 239 / 0.1);
  --state-layers-tertiary-fixed-dim-opacity-16: rgb(184 216 239 / 0.16);
  --xsmall: 336px;
  --small: 480px;
  --medium: 600px;
  --large: 800px;
  --xlarge: 960px;
  --scale-0: 0px;
  --scale-px: 1px;
  --scale-0-5: 2px;
  --scale-1: 4px;
  --scale-1-5: 6px;
  --scale-2: 8px;
  --scale-2-5: 10px;
  --scale-3: 12px;
  --scale-4: 16px;
  --scale-5: 20px;
  --scale-6: 24px;
  --scale-7: 28px;
  --scale-8: 32px;
  --scale-9: 36px;
  --scale-10: 40px;
  --scale-11: 44px;
  --scale-12: 48px;
  --scale-14: 56px;
  --scale-16: 64px;
  --scale-20: 80px;
  --scale-24: 96px;
  --scale-28: 112px;
  --scale-32: 128px;
  --scale-36: 144px;
  --scale-40: 160px;
  --tracking-none: 0rem;
  --tracking-small: 0.01rem;
  --static-font-brand: Chivo;
  --static-font-plain: Arial;
  --static-weight-bold: Bold;
  --static-weight-medium: Medium;
  --static-weight-regular: Regular;
  --static-weight-semi-bold: 500;
  --static-body-large-tracking: 0.5px;
  --static-body-large-size: 16px;
  --static-body-large-line-height: 24px;
  --static-body-medium-tracking: 0.25px;
  --static-body-medium-size: 14px;
  --static-body-medium-line-height: 20px;
  --static-body-small-tracking: 0.4px;
  --static-body-small-size: 12px;
  --static-body-small-line-height: 16px;
  --static-display-large-tracking: -0.25px;
  --static-display-large-size: 57px;
  --static-display-large-line-height: 64px;
  --static-display-medium-tracking: 0px;
  --static-display-medium-size: 45px;
  --static-display-medium-line-height: 52px;
  --static-display-small-tracking: 0px;
  --static-display-small-size: 36px;
  --static-display-small-line-height: 44px;
  --static-headline-large-tracking: 0px;
  --static-headline-large-size: 32px;
  --static-headline-large-line-height: 40px;
  --static-headline-medium-tracking: 0px;
  --static-headline-medium-size: 28px;
  --static-headline-medium-line-height: 36px;
  --static-headline-small-tracking: 0px;
  --static-headline-small-size: 24px;
  --static-headline-small-line-height: 32px;
  --static-label-large-tracking: 0.1px;
  --static-label-large-size: 14px;
  --static-label-large-line-height: 20px;
  --static-label-medium-tracking: 0.5px;
  --static-label-medium-size: 12px;
  --static-label-medium-line-height: 16px;
  --static-label-small-tracking: 0.5px;
  --static-label-small-size: 11px;
  --static-label-small-line-height: 16px;
  --static-title-large-tracking: 0px;
  --static-title-large-size: 22px;
  --static-title-large-line-height: 28px;
  --static-title-medium-tracking: 0.15px;
  --static-title-medium-size: 16px;
  --static-title-medium-line-height: 24px;
  --static-title-small-tracking: 0.1px;
  --static-title-small-size: 14px;
  --static-title-small-line-height: 20px;
  --static-body-large-font: var(--static-font-plain);
  --static-body-large-weight: var(--static-weight-regular);
  --static-body-large-weight-emphasized: var(--static-weight-medium);
  --static-body-medium-font: var(--static-font-plain);
  --static-body-medium-weight: var(--static-weight-regular);
  --static-body-medium-weight-emphasized: var(--static-weight-medium);
  --static-body-small-font: var(--static-font-plain);
  --static-body-small-weight: var(--static-weight-regular);
  --static-body-small-weight-emphasized: var(--static-weight-medium);
  --static-display-large-font: var(--static-font-brand);
  --static-display-large-weight: var(--static-weight-regular);
  --static-display-large-weight-emphasized: var(--static-weight-medium);
  --static-display-medium-font: var(--static-font-brand);
  --static-display-medium-weight: var(--static-weight-regular);
  --static-display-medium-weight-emphasized: var(--static-weight-medium);
  --static-display-small-font: var(--static-font-brand);
  --static-display-small-weight: var(--static-weight-regular);
  --static-display-small-weight-emphasized: var(--static-weight-medium);
  --static-headline-large-font: var(--static-font-brand);
  --static-headline-large-weight: var(--static-weight-regular);
  --static-headline-large-weight-emphasized: var(--static-weight-medium);
  --static-headline-medium-font: var(--static-font-brand);
  --static-headline-medium-weight: var(--static-weight-regular);
  --static-headline-medium-weight-emphasized: var(--static-weight-medium);
  --static-headline-small-font: var(--static-font-brand);
  --static-headline-small-weight: var(--static-weight-regular);
  --static-headline-small-weight-emphasized: var(--static-weight-medium);
  --static-label-large-font: var(--static-font-plain);
  --static-label-large-weight: var(--static-weight-regular);
  --static-label-large-weight-emphasized: var(--static-weight-bold);
  --static-label-medium-font: var(--static-font-plain);
  --static-label-medium-weight: var(--static-weight-regular);
  --static-label-medium-weight-emphasized: var(--static-weight-bold);
  --static-label-small-font: var(--static-font-plain);
  --static-label-small-weight: var(--static-weight-medium);
  --static-label-small-weight-emphasized: var(--static-weight-bold);
  --static-title-large-font: var(--static-font-brand);
  --static-title-large-weight: var(--static-weight-regular);
  --static-title-large-weight-emphasized: var(--static-weight-medium);
  --static-title-medium-font: var(--static-font-plain);
  --static-title-medium-weight: var(--static-weight-medium);
  --static-title-medium-weight-emphasized: var(--static-weight-bold);
  --static-title-small-font: var(--static-font-plain);
  --static-title-small-weight: var(--static-weight-medium);
  --static-title-small-weight-emphasized: var(--static-weight-bold);
  --gum-drop: var(--corner-small);
  --corner-none: 0px;
  --corner-extra-small: 4px;
  --corner-small: 8px;
  --corner-medium: 12px;
  --corner-large: 16px;
  --corner-large-increased: 20px;
  --corner-extra-large: 28px;
  --corner-extra-large-increased: 32px;
  --corner-extra-extra-large: 48px;
  --corner-full: 1000px;
  --min-width: 536px;
  --viewport: 1920px;
  --dialog-min-width: 600px;
  --dialog-max-width: 960px;
  --layout-margin-left-sidebar: var(--scale-0);
  --layout-margin-top: var(--scale-0);
  --layout-margin-bottom: var(--scale-4);
  --layout-margin-left: var(--scale-4);
  --layout-margin-right: var(--scale-4);
  --layout-margin-top-2: var(--scale-4);
  --screen-min-screen-height: 800px;
  --screen-max-screen-height: 1080px;
  --screen-min-screen-width: 1280px;
  --screen-max-screen-width: 1920px;
  --sheet-bottom-sheet: 768px;
  --sheet-sheet: 1200px;
  --sheet-max-width: 1200px;
  --sheet-min-width: 1200px;
  --spacing-none: var(--scale-0);
  --spacing-extra-small: var(--scale-1);
  --spacing-small: var(--scale-2);
  --spacing-medium: var(--scale-3);
  --spacing-large: var(--scale-4);
  --spacing-large-increased: var(--scale-5);
  --spacing-extra-large: var(--scale-6);
  --spacing-extra-large-increased: var(--scale-7);
  --spacing-extra-extra-large: var(--scale-8);
  --spacing-extra-extra-large-increased: var(--scale-9);
  --spacing-extra-extra-extra-large: var(--scale-10);
  --spacing-extra-extra-extra-large-increased: var(--scale-12);
}
@media (min-width: 1920px) {
  :root {
    --min-width: 536px;
    --viewport: 1440px;
    --dialog-min-width: 400px;
    --dialog-max-width: 960px;
    --layout-margin-left-sidebar: var(--scale-0);
    --layout-margin-top: var(--scale-0);
    --layout-margin-bottom: var(--scale-4);
    --layout-margin-left: var(--scale-4);
    --layout-margin-right: var(--scale-4);
    --layout-margin-top-2: var(--scale-4);
    --screen-min-screen-height: 800px;
    --screen-max-screen-height: 1080px;
    --screen-min-screen-width: 1280px;
    --screen-max-screen-width: 1920px;
    --sheet-min-width: 480px;
    --sheet-bottom-sheet: 768px;
    --sheet-sheet: 960px;
    --sheet-max-width: 960px;
    --spacing-none: var(--scale-0);
    --spacing-extra-small: var(--scale-1);
    --spacing-small: var(--scale-2);
    --spacing-medium: var(--scale-3);
    --spacing-large: var(--scale-4);
    --spacing-large-increased: var(--scale-5);
    --spacing-extra-large: var(--scale-6);
    --spacing-extra-large-increased: var(--scale-7);
    --spacing-extra-extra-large: var(--scale-8);
    --spacing-extra-extra-large-increased: var(--scale-9);
    --spacing-extra-extra-extra-large: var(--scale-10);
    --spacing-extra-extra-extra-large-increased: var(--scale-12);
  }
}
@media (max-width: 1440px) {
  :root {
    --min-width: 536px;
    --viewport: 768px;
    --dialog-min-width: 400px;
    --dialog-max-width: 688px;
    --layout-margin-top: var(--scale-0);
    --layout-margin-bottom: var(--scale-3);
    --layout-margin-left: var(--scale-3);
    --layout-margin-left-sidebar: var(--scale-3);
    --layout-margin-right: var(--scale-3);
    --layout-margin-top-2: var(--scale-3);
    --screen-min-screen-width: 744px;
    --screen-max-screen-width: 1024px;
    --screen-min-screen-height: 1133px;
    --screen-max-screen-height: 1366px;
    --sheet-bottom-sheet: 768px;
    --sheet-sheet: 768px;
    --sheet-max-width: 768px;
    --sheet-min-width: 768px;
    --spacing-none: var(--scale-0);
    --spacing-extra-small: var(--scale-1);
    --spacing-small: var(--scale-1-5);
    --spacing-medium: var(--scale-2-5);
    --spacing-large: var(--scale-3);
    --spacing-large-increased: var(--scale-4);
    --spacing-extra-large: var(--scale-5);
    --spacing-extra-large-increased: var(--scale-6);
    --spacing-extra-extra-large: var(--scale-7);
    --spacing-extra-extra-large-increased: var(--scale-8);
    --spacing-extra-extra-extra-large: var(--scale-9);
    --spacing-extra-extra-extra-large-increased: var(--scale-11);
  }
}
@media (max-width: 768px) {
  :root {
    --min-width: 280px;
    --viewport: 375px;
    --dialog-min-width: 312px;
    --dialog-max-width: 340px;
    --layout-margin-top: var(--scale-0);
    --layout-margin-bottom: var(--scale-2);
    --layout-margin-left: var(--scale-2);
    --layout-margin-left-sidebar: var(--scale-2);
    --layout-margin-right: var(--scale-2);
    --layout-margin-top-2: var(--scale-2);
    --screen-min-screen-width: 375px;
    --screen-max-screen-width: 440px;
    --screen-min-screen-height: 812px;
    --screen-max-screen-height: 956px;
    --sheet-bottom-sheet: 375px;
    --sheet-sheet: 375px;
    --sheet-max-width: 375px;
    --sheet-min-width: 375px;
    --spacing-none: var(--scale-0);
    --spacing-extra-small: var(--scale-0-5);
    --spacing-small: var(--scale-1);
    --spacing-large: var(--scale-2);
    --spacing-medium: var(--scale-2);
    --spacing-large-increased: var(--scale-3);
    --spacing-extra-large: var(--scale-4);
    --spacing-extra-large-increased: var(--scale-5);
    --spacing-extra-extra-large: var(--scale-6);
    --spacing-extra-extra-large-increased: var(--scale-7);
    --spacing-extra-extra-extra-large: var(--scale-8);
    --spacing-extra-extra-extra-large-increased: var(--scale-10);
  }
}
[data-theme=Base] {
  --add-ons-section-background: rgb(245 245 245);
  --schemes-background: rgb(254 247 255);
  --schemes-error: rgb(239 51 64);
  --schemes-error-container: rgb(249 222 220);
  --schemes-inverse-on-surface: rgb(245 239 247);
  --schemes-inverse-primary: rgb(208 188 255);
  --schemes-inverse-surface: rgb(50 47 53);
  --schemes-on-background: rgb(29 27 32);
  --schemes-on-error: rgb(255 255 255);
  --schemes-on-error-container: rgb(133 34 33);
  --schemes-on-primary: rgb(255 255 255);
  --schemes-on-primary-container: rgb(79 55 138);
  --schemes-on-primary-fixed: rgb(33 0 93);
  --schemes-on-primary-fixed-variant: rgb(79 55 139);
  --schemes-on-secondary: rgb(255 255 255);
  --schemes-on-secondary-container: rgb(74 68 89);
  --schemes-on-secondary-fixed: rgb(29 25 43);
  --schemes-on-secondary-fixed-variant: rgb(74 68 88);
  --schemes-on-surface: rgb(29 27 32);
  --schemes-on-surface-variant: rgb(73 69 79);
  --schemes-on-tertiary: rgb(255 255 255);
  --schemes-on-tertiary-container: rgb(99 59 72);
  --schemes-on-tertiary-fixed: rgb(49 17 29);
  --schemes-on-tertiary-fixed-variant: rgb(99 59 72);
  --schemes-outline: rgb(121 116 126);
  --schemes-outline-variant: rgb(202 196 208);
  --schemes-primary: rgb(103 80 164);
  --schemes-primary-container: rgb(234 221 255);
  --schemes-primary-fixed: rgb(234 221 255);
  --schemes-primary-fixed-dim: rgb(208 188 255);
  --schemes-scrim: rgb(0 0 0);
  --schemes-secondary: rgb(98 91 113);
  --schemes-secondary-container: rgb(232 222 248);
  --schemes-secondary-fixed: rgb(232 222 248);
  --schemes-secondary-fixed-dim: rgb(204 194 220);
  --schemes-shadow: rgb(0 0 0);
  --schemes-surface: rgb(254 247 255);
  --schemes-surface-bright: rgb(254 247 255);
  --schemes-surface-container: rgb(243 237 247);
  --schemes-surface-container-high: rgb(236 230 240);
  --schemes-surface-container-highest: rgb(230 224 233);
  --schemes-surface-container-low: rgb(247 242 250);
  --schemes-surface-container-lowest: rgb(255 255 255);
  --schemes-surface-dim: rgb(222 216 225);
  --schemes-surface-tint: rgb(103 80 164);
  --schemes-surface-variant: rgb(231 224 236);
  --schemes-tertiary: rgb(125 82 96);
  --schemes-tertiary-container: rgb(255 216 228);
  --schemes-tertiary-fixed: rgb(255 216 228);
  --schemes-tertiary-fixed-dim: rgb(239 184 200);
  --state-layers-background-opacity-08: rgb(254 247 255 / 0.08);
  --state-layers-background-opacity-10: rgb(254 247 255 / 0.1);
  --state-layers-background-opacity-16: rgb(254 247 255 / 0.16);
  --state-layers-error-opacity-08: rgb(179 38 30 / 0.08);
  --state-layers-error-opacity-10: rgb(179 38 30 / 0.1);
  --state-layers-error-opacity-16: rgb(179 38 30 / 0.16);
  --state-layers-error-container-opacity-08: rgb(249 222 220 / 0.08);
  --state-layers-error-container-opacity-10: rgb(249 222 220 / 0.1);
  --state-layers-error-container-opacity-16: rgb(249 222 220 / 0.16);
  --state-layers-inverse-on-surface-opacity-08: rgb(245 239 247 / 0.08);
  --state-layers-inverse-on-surface-opacity-10: rgb(245 239 247 / 0.1);
  --state-layers-inverse-on-surface-opacity-16: rgb(245 239 247 / 0.16);
  --state-layers-inverse-primary-opacity-08: rgb(208 188 255 / 0.08);
  --state-layers-inverse-primary-opacity-10: rgb(208 188 255 / 0.1);
  --state-layers-inverse-primary-opacity-16: rgb(208 188 255 / 0.16);
  --state-layers-inverse-surface-opacity-08: rgb(50 47 53 / 0.08);
  --state-layers-inverse-surface-opacity-10: rgb(50 47 53 / 0.1);
  --state-layers-inverse-surface-opacity-16: rgb(50 47 53 / 0.16);
  --state-layers-on-background-opacity-08: rgb(29 27 32 / 0.08);
  --state-layers-on-background-opacity-10: rgb(29 27 32 / 0.1);
  --state-layers-on-background-opacity-16: rgb(29 27 32 / 0.16);
  --state-layers-on-error-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-error-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-error-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-error-container-opacity-08: rgb(133 34 33 / 0.08);
  --state-layers-on-error-container-opacity-10: rgb(133 34 33 / 0.1);
  --state-layers-on-error-container-opacity-16: rgb(133 34 33 / 0.16);
  --state-layers-on-primary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-container-opacity-08: rgb(79 55 138 / 0.08);
  --state-layers-on-primary-container-opacity-10: rgb(79 55 138 / 0.1);
  --state-layers-on-primary-container-opacity-16: rgb(79 55 138 / 0.16);
  --state-layers-on-primary-fixed-opacity-08: rgb(33 0 93 / 0.08);
  --state-layers-on-primary-fixed-opacity-10: rgb(33 0 93 / 0.1);
  --state-layers-on-primary-fixed-opacity-16: rgb(33 0 93 / 0.16);
  --state-layers-on-primary-fixed-variant-opacity-08: rgb(79 55 139 / 0.08);
  --state-layers-on-primary-fixed-variant-opacity-10: rgb(79 55 139 / 0.1);
  --state-layers-on-primary-fixed-variant-opacity-16: rgb(79 55 139 / 0.16);
  --state-layers-on-secondary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-container-opacity-08: rgb(74 68 89 / 0.08);
  --state-layers-on-secondary-container-opacity-10: rgb(74 68 89 / 0.1);
  --state-layers-on-secondary-container-opacity-16: rgb(74 68 89 / 0.16);
  --state-layers-on-secondary-fixed-opacity-08: rgb(29 25 43 / 0.08);
  --state-layers-on-secondary-fixed-opacity-10: rgb(29 25 43 / 0.1);
  --state-layers-on-secondary-fixed-opacity-16: rgb(29 25 43 / 0.16);
  --state-layers-on-secondary-fixed-variant-opacity-08: rgb(74 68 88 / 0.08);
  --state-layers-on-secondary-fixed-variant-opacity-10: rgb(74 68 88 / 0.1);
  --state-layers-on-secondary-fixed-variant-opacity-16: rgb(74 68 88 / 0.16);
  --state-layers-on-surface-opacity-08: rgb(29 27 32 / 0.08);
  --state-layers-on-surface-opacity-10: rgb(29 27 32 / 0.1);
  --state-layers-on-surface-opacity-16: rgb(29 27 32 / 0.16);
  --state-layers-on-surface-variant-opacity-08: rgb(73 69 79 / 0.08);
  --state-layers-on-surface-variant-opacity-10: rgb(73 69 79 / 0.1);
  --state-layers-on-surface-variant-opacity-16: rgb(73 69 79 / 0.16);
  --state-layers-on-tertiary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-tertiary-container-opacity-08: rgb(99 59 72 / 0.08);
  --state-layers-on-tertiary-container-opacity-10: rgb(99 59 72 / 0.1);
  --state-layers-on-tertiary-container-opacity-16: rgb(99 59 72 / 0.16);
  --state-layers-on-tertiary-fixed-opacity-08: rgb(49 17 29 / 0.08);
  --state-layers-on-tertiary-fixed-opacity-10: rgb(49 17 29 / 0.1);
  --state-layers-on-tertiary-fixed-opacity-16: rgb(49 17 29 / 0.16);
  --state-layers-on-tertiary-fixed-variant-opacity-08: rgb(99 59 72 / 0.08);
  --state-layers-on-tertiary-fixed-variant-opacity-10: rgb(99 59 72 / 0.1);
  --state-layers-on-tertiary-fixed-variant-opacity-16: rgb(99 59 72 / 0.16);
  --state-layers-outline-opacity-08: rgb(121 116 126 / 0.08);
  --state-layers-outline-opacity-10: rgb(121 116 126 / 0.1);
  --state-layers-outline-opacity-16: rgb(121 116 126 / 0.16);
  --state-layers-outline-variant-opacity-08: rgb(202 196 208 / 0.08);
  --state-layers-outline-variant-opacity-10: rgb(202 196 208 / 0.1);
  --state-layers-outline-variant-opacity-16: rgb(202 196 208 / 0.16);
  --state-layers-primary-opacity-08: rgb(103 80 164 / 0.08);
  --state-layers-primary-opacity-10: rgb(103 80 164 / 0.1);
  --state-layers-primary-opacity-16: rgb(103 80 164 / 0.16);
  --state-layers-primary-container-opacity-08: rgb(234 221 255 / 0.08);
  --state-layers-primary-container-opacity-10: rgb(234 221 255 / 0.1);
  --state-layers-primary-container-opacity-16: rgb(234 221 255 / 0.16);
  --state-layers-primary-fixed-opacity-08: rgb(234 221 255 / 0.08);
  --state-layers-primary-fixed-opacity-10: rgb(234 221 255 / 0.1);
  --state-layers-primary-fixed-opacity-16: rgb(234 221 255 / 0.16);
  --state-layers-primary-fixed-dim-opacity-08: rgb(208 188 255 / 0.08);
  --state-layers-primary-fixed-dim-opacity-10: rgb(208 188 255 / 0.1);
  --state-layers-primary-fixed-dim-opacity-16: rgb(208 188 255 / 0.16);
  --state-layers-scrim-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-scrim-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-scrim-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-scrim-opacity-32: rgb(0 0 0 / 0.32);
  --state-layers-secondary-opacity-08: rgb(98 91 113 / 0.08);
  --state-layers-secondary-opacity-10: rgb(98 91 113 / 0.1);
  --state-layers-secondary-opacity-16: rgb(98 91 113 / 0.16);
  --state-layers-secondary-container-opacity-08: rgb(232 222 248 / 0.08);
  --state-layers-secondary-container-opacity-10: rgb(232 222 248 / 0.1);
  --state-layers-secondary-container-opacity-16: rgb(232 222 248 / 0.16);
  --state-layers-secondary-fixed-opacity-08: rgb(232 222 248 / 0.08);
  --state-layers-secondary-fixed-opacity-10: rgb(232 222 248 / 0.1);
  --state-layers-secondary-fixed-opacity-16: rgb(232 222 248 / 0.16);
  --state-layers-secondary-fixed-dim-opacity-08: rgb(204 194 220 / 0.08);
  --state-layers-secondary-fixed-dim-opacity-10: rgb(204 194 220 / 0.1);
  --state-layers-secondary-fixed-dim-opacity-16: rgb(204 194 220 / 0.16);
  --state-layers-shadow-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-shadow-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-shadow-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-surface-opacity-08: rgb(254 247 255 / 0.08);
  --state-layers-surface-opacity-10: rgb(254 247 255 / 0.1);
  --state-layers-surface-opacity-16: rgb(254 247 255 / 0.16);
  --state-layers-surface-bright-opacity-08: rgb(254 247 255 / 0.08);
  --state-layers-surface-bright-opacity-10: rgb(254 247 255 / 0.1);
  --state-layers-surface-bright-opacity-16: rgb(254 247 255 / 0.16);
  --state-layers-surface-container-opacity-08: rgb(243 237 247 / 0.08);
  --state-layers-surface-container-opacity-10: rgb(243 237 247 / 0.1);
  --state-layers-surface-container-opacity-16: rgb(243 237 247 / 0.16);
  --state-layers-surface-container-high-opacity-08: rgb(236 230 240 / 0.08);
  --state-layers-surface-container-high-opacity-10: rgb(236 230 240 / 0.1);
  --state-layers-surface-container-high-opacity-16: rgb(236 230 240 / 0.16);
  --state-layers-surface-container-highest-opacity-08: rgb(230 224 233 / 0.08);
  --state-layers-surface-container-highest-opacity-10: rgb(230 224 233 / 0.1);
  --state-layers-surface-container-highest-opacity-16: rgb(230 224 233 / 0.16);
  --state-layers-surface-container-low-opacity-08: rgb(247 242 250 / 0.08);
  --state-layers-surface-container-low-opacity-10: rgb(247 242 250 / 0.1);
  --state-layers-surface-container-low-opacity-16: rgb(247 242 250 / 0.16);
  --state-layers-surface-container-lowest-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-surface-container-lowest-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-surface-container-lowest-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-surface-dim-opacity-08: rgb(222 216 225 / 0.08);
  --state-layers-surface-dim-opacity-10: rgb(222 216 225 / 0.1);
  --state-layers-surface-dim-opacity-16: rgb(222 216 225 / 0.16);
  --state-layers-surface-tint-opacity-08: rgb(103 80 164 / 0.08);
  --state-layers-surface-tint-opacity-10: rgb(103 80 164 / 0.1);
  --state-layers-surface-tint-opacity-16: rgb(103 80 164 / 0.16);
  --state-layers-surface-variant-opacity-08: rgb(231 224 236 / 0.08);
  --state-layers-surface-variant-opacity-10: rgb(231 224 236 / 0.1);
  --state-layers-surface-variant-opacity-16: rgb(231 224 236 / 0.16);
  --state-layers-tertiary-opacity-08: rgb(125 82 96 / 0.08);
  --state-layers-tertiary-opacity-10: rgb(125 82 96 / 0.1);
  --state-layers-tertiary-opacity-16: rgb(125 82 96 / 0.16);
  --state-layers-tertiary-container-opacity-08: rgb(255 216 228 / 0.08);
  --state-layers-tertiary-container-opacity-10: rgb(255 216 228 / 0.1);
  --state-layers-tertiary-container-opacity-16: rgb(255 216 228 / 0.16);
  --state-layers-tertiary-fixed-opacity-08: rgb(255 216 228 / 0.08);
  --state-layers-tertiary-fixed-opacity-10: rgb(255 216 228 / 0.1);
  --state-layers-tertiary-fixed-opacity-16: rgb(255 216 228 / 0.16);
  --state-layers-tertiary-fixed-dim-opacity-08: rgb(239 184 200 / 0.08);
  --state-layers-tertiary-fixed-dim-opacity-10: rgb(239 184 200 / 0.1);
  --state-layers-tertiary-fixed-dim-opacity-16: rgb(239 184 200 / 0.16);
}
[data-theme="Light High Contrast"] {
  --add-ons-section-background: rgb(245 245 245);
  --schemes-background: rgb(253 247 255);
  --schemes-error: rgb(68 15 14);
  --schemes-error-container: rgb(110 47 44);
  --schemes-inverse-on-surface: rgb(255 255 255);
  --schemes-inverse-primary: rgb(241 232 255);
  --schemes-inverse-surface: rgb(50 47 53);
  --schemes-on-background: rgb(29 27 32);
  --schemes-on-error: rgb(255 255 255);
  --schemes-on-error-container: rgb(255 255 255);
  --schemes-on-primary: rgb(255 255 255);
  --schemes-on-primary-container: rgb(255 255 255);
  --schemes-on-primary-fixed: rgb(255 255 255);
  --schemes-on-primary-fixed-variant: rgb(255 255 255);
  --schemes-on-secondary: rgb(255 255 255);
  --schemes-on-secondary-container: rgb(255 255 255);
  --schemes-on-secondary-fixed: rgb(255 255 255);
  --schemes-on-secondary-fixed-variant: rgb(255 255 255);
  --schemes-on-surface: rgb(0 0 0);
  --schemes-on-surface-variant: rgb(37 35 43);
  --schemes-on-tertiary: rgb(255 255 255);
  --schemes-on-tertiary-container: rgb(255 255 255);
  --schemes-on-tertiary-fixed: rgb(255 255 255);
  --schemes-on-tertiary-fixed-variant: rgb(255 255 255);
  --schemes-outline: rgb(69 65 74);
  --schemes-outline-variant: rgb(69 65 74);
  --schemes-primary: rgb(39 23 78);
  --schemes-primary-container: rgb(73 57 113);
  --schemes-primary-fixed: rgb(73 57 113);
  --schemes-primary-fixed-dim: rgb(50 35 89);
  --schemes-scrim: rgb(0 0 0);
  --schemes-secondary: rgb(39 23 78);
  --schemes-secondary-container: rgb(73 57 113);
  --schemes-secondary-fixed: rgb(73 57 113);
  --schemes-secondary-fixed-dim: rgb(50 35 89);
  --schemes-shadow: rgb(0 0 0);
  --schemes-surface: rgb(253 247 255);
  --schemes-surface-bright: rgb(253 247 255);
  --schemes-surface-container: rgb(242 236 244);
  --schemes-surface-container-high: rgb(236 230 238);
  --schemes-surface-container-highest: rgb(230 224 233);
  --schemes-surface-container-low: rgb(248 242 250);
  --schemes-surface-container-lowest: rgb(255 255 255);
  --schemes-surface-dim: rgb(222 216 224);
  --schemes-surface-tint: rgb(101 85 143);
  --schemes-surface-variant: rgb(231 224 235);
  --schemes-tertiary: rgb(66 14 36);
  --schemes-tertiary-container: rgb(107 47 69);
  --schemes-tertiary-fixed: rgb(107 47 69);
  --schemes-tertiary-fixed-dim: rgb(80 25 47);
  --state-layers-background-opacity-08: rgb(253 247 255 / 0.08);
  --state-layers-background-opacity-10: rgb(253 247 255 / 0.1);
  --state-layers-background-opacity-16: rgb(253 247 255 / 0.16);
  --state-layers-error-opacity-08: rgb(68 15 14 / 0.08);
  --state-layers-error-opacity-10: rgb(68 15 14 / 0.1);
  --state-layers-error-opacity-16: rgb(68 15 14 / 0.16);
  --state-layers-error-container-opacity-08: rgb(110 47 44 / 0.08);
  --state-layers-error-container-opacity-10: rgb(110 47 44 / 0.1);
  --state-layers-error-container-opacity-16: rgb(110 47 44 / 0.16);
  --state-layers-inverse-on-surface-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-inverse-on-surface-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-inverse-on-surface-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-inverse-primary-opacity-08: rgb(241 232 255 / 0.08);
  --state-layers-inverse-primary-opacity-10: rgb(241 232 255 / 0.1);
  --state-layers-inverse-primary-opacity-16: rgb(241 232 255 / 0.16);
  --state-layers-inverse-surface-opacity-08: rgb(50 47 53 / 0.08);
  --state-layers-inverse-surface-opacity-10: rgb(50 47 53 / 0.1);
  --state-layers-inverse-surface-opacity-16: rgb(50 47 53 / 0.16);
  --state-layers-on-background-opacity-08: rgb(29 27 32 / 0.08);
  --state-layers-on-background-opacity-10: rgb(29 27 32 / 0.1);
  --state-layers-on-background-opacity-16: rgb(29 27 32 / 0.16);
  --state-layers-on-error-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-error-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-error-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-error-container-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-error-container-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-error-container-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-container-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-container-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-container-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-fixed-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-fixed-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-fixed-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-primary-fixed-variant-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-primary-fixed-variant-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-primary-fixed-variant-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-container-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-container-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-container-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-fixed-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-fixed-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-fixed-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-secondary-fixed-variant-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-secondary-fixed-variant-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-secondary-fixed-variant-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-surface-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-on-surface-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-on-surface-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-on-surface-variant-opacity-08: rgb(37 35 43 / 0.08);
  --state-layers-on-surface-variant-opacity-10: rgb(37 35 43 / 0.1);
  --state-layers-on-surface-variant-opacity-16: rgb(37 35 43 / 0.16);
  --state-layers-on-tertiary-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-tertiary-container-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-container-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-container-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-tertiary-fixed-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-fixed-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-fixed-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-on-tertiary-fixed-variant-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-on-tertiary-fixed-variant-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-on-tertiary-fixed-variant-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-outline-opacity-08: rgb(69 65 74 / 0.08);
  --state-layers-outline-opacity-10: rgb(69 65 74 / 0.1);
  --state-layers-outline-opacity-16: rgb(69 65 74 / 0.16);
  --state-layers-outline-variant-opacity-08: rgb(69 65 74 / 0.08);
  --state-layers-outline-variant-opacity-10: rgb(69 65 74 / 0.1);
  --state-layers-outline-variant-opacity-16: rgb(69 65 74 / 0.16);
  --state-layers-primary-opacity-08: rgb(39 23 78 / 0.08);
  --state-layers-primary-opacity-10: rgb(39 23 78 / 0.1);
  --state-layers-primary-opacity-16: rgb(39 23 78 / 0.16);
  --state-layers-primary-container-opacity-08: rgb(73 57 113 / 0.08);
  --state-layers-primary-container-opacity-10: rgb(73 57 113 / 0.1);
  --state-layers-primary-container-opacity-16: rgb(73 57 113 / 0.16);
  --state-layers-primary-fixed-opacity-08: rgb(73 57 113 / 0.08);
  --state-layers-primary-fixed-opacity-10: rgb(73 57 113 / 0.1);
  --state-layers-primary-fixed-opacity-16: rgb(73 57 113 / 0.16);
  --state-layers-primary-fixed-dim-opacity-08: rgb(50 35 89 / 0.08);
  --state-layers-primary-fixed-dim-opacity-10: rgb(50 35 89 / 0.1);
  --state-layers-primary-fixed-dim-opacity-16: rgb(50 35 89 / 0.16);
  --state-layers-scrim-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-scrim-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-scrim-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-scrim-opacity-32: rgb(0 0 0 / 0.32);
  --state-layers-secondary-opacity-08: rgb(39 23 78 / 0.08);
  --state-layers-secondary-opacity-10: rgb(39 23 78 / 0.1);
  --state-layers-secondary-opacity-16: rgb(39 23 78 / 0.16);
  --state-layers-secondary-container-opacity-08: rgb(73 57 113 / 0.08);
  --state-layers-secondary-container-opacity-10: rgb(73 57 113 / 0.1);
  --state-layers-secondary-container-opacity-16: rgb(73 57 113 / 0.16);
  --state-layers-secondary-fixed-opacity-08: rgb(73 57 113 / 0.08);
  --state-layers-secondary-fixed-opacity-10: rgb(73 57 113 / 0.1);
  --state-layers-secondary-fixed-opacity-16: rgb(73 57 113 / 0.16);
  --state-layers-secondary-fixed-dim-opacity-08: rgb(50 35 89 / 0.08);
  --state-layers-secondary-fixed-dim-opacity-10: rgb(50 35 89 / 0.1);
  --state-layers-secondary-fixed-dim-opacity-16: rgb(50 35 89 / 0.16);
  --state-layers-shadow-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-shadow-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-shadow-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-surface-opacity-08: rgb(253 247 255 / 0.08);
  --state-layers-surface-opacity-10: rgb(253 247 255 / 0.1);
  --state-layers-surface-opacity-16: rgb(253 247 255 / 0.16);
  --state-layers-surface-bright-opacity-08: rgb(253 247 255 / 0.08);
  --state-layers-surface-bright-opacity-10: rgb(253 247 255 / 0.1);
  --state-layers-surface-bright-opacity-16: rgb(253 247 255 / 0.16);
  --state-layers-surface-container-opacity-08: rgb(242 236 244 / 0.08);
  --state-layers-surface-container-opacity-10: rgb(242 236 244 / 0.1);
  --state-layers-surface-container-opacity-16: rgb(242 236 244 / 0.16);
  --state-layers-surface-container-high-opacity-08: rgb(236 230 238 / 0.08);
  --state-layers-surface-container-high-opacity-10: rgb(236 230 238 / 0.1);
  --state-layers-surface-container-high-opacity-16: rgb(236 230 238 / 0.16);
  --state-layers-surface-container-highest-opacity-08: rgb(230 224 233 / 0.08);
  --state-layers-surface-container-highest-opacity-10: rgb(230 224 233 / 0.1);
  --state-layers-surface-container-highest-opacity-16: rgb(230 224 233 / 0.16);
  --state-layers-surface-container-low-opacity-08: rgb(248 242 250 / 0.08);
  --state-layers-surface-container-low-opacity-10: rgb(248 242 250 / 0.1);
  --state-layers-surface-container-low-opacity-16: rgb(248 242 250 / 0.16);
  --state-layers-surface-container-lowest-opacity-08: rgb(255 255 255 / 0.08);
  --state-layers-surface-container-lowest-opacity-10: rgb(255 255 255 / 0.1);
  --state-layers-surface-container-lowest-opacity-16: rgb(255 255 255 / 0.16);
  --state-layers-surface-dim-opacity-08: rgb(222 216 224 / 0.08);
  --state-layers-surface-dim-opacity-10: rgb(222 216 224 / 0.1);
  --state-layers-surface-dim-opacity-16: rgb(222 216 224 / 0.16);
  --state-layers-surface-tint-opacity-08: rgb(101 85 143 / 0.08);
  --state-layers-surface-tint-opacity-10: rgb(101 85 143 / 0.1);
  --state-layers-surface-tint-opacity-16: rgb(101 85 143 / 0.16);
  --state-layers-surface-variant-opacity-08: rgb(231 224 235 / 0.08);
  --state-layers-surface-variant-opacity-10: rgb(231 224 235 / 0.1);
  --state-layers-surface-variant-opacity-16: rgb(231 224 235 / 0.16);
  --state-layers-tertiary-opacity-08: rgb(66 14 36 / 0.08);
  --state-layers-tertiary-opacity-10: rgb(66 14 36 / 0.1);
  --state-layers-tertiary-opacity-16: rgb(66 14 36 / 0.16);
  --state-layers-tertiary-container-opacity-08: rgb(107 47 69 / 0.08);
  --state-layers-tertiary-container-opacity-10: rgb(107 47 69 / 0.1);
  --state-layers-tertiary-container-opacity-16: rgb(107 47 69 / 0.16);
  --state-layers-tertiary-fixed-opacity-08: rgb(107 47 69 / 0.08);
  --state-layers-tertiary-fixed-opacity-10: rgb(107 47 69 / 0.1);
  --state-layers-tertiary-fixed-opacity-16: rgb(107 47 69 / 0.16);
  --state-layers-tertiary-fixed-dim-opacity-08: rgb(80 25 47 / 0.08);
  --state-layers-tertiary-fixed-dim-opacity-10: rgb(80 25 47 / 0.1);
  --state-layers-tertiary-fixed-dim-opacity-16: rgb(80 25 47 / 0.16);
}
[data-theme=Dark] {
  --add-ons-section-background: rgb(0 0 0);
  --schemes-background: rgb(20 18 24);
  --schemes-error: rgb(242 184 181);
  --schemes-error-container: rgb(140 29 24);
  --schemes-inverse-on-surface: rgb(50 47 53);
  --schemes-inverse-primary: rgb(103 80 164);
  --schemes-inverse-surface: rgb(230 224 233);
  --schemes-on-background: rgb(230 224 233);
  --schemes-on-error: rgb(96 20 16);
  --schemes-on-error-container: rgb(249 222 220);
  --schemes-on-primary: rgb(56 30 114);
  --schemes-on-primary-container: rgb(234 221 255);
  --schemes-on-primary-fixed: rgb(33 0 93);
  --schemes-on-primary-fixed-variant: rgb(79 55 139);
  --schemes-on-secondary: rgb(51 45 65);
  --schemes-on-secondary-container: rgb(232 222 248);
  --schemes-on-secondary-fixed: rgb(29 25 43);
  --schemes-on-secondary-fixed-variant: rgb(74 68 88);
  --schemes-on-surface: rgb(230 224 233);
  --schemes-on-surface-variant: rgb(202 196 208);
  --schemes-on-tertiary: rgb(73 37 50);
  --schemes-on-tertiary-container: rgb(255 216 228);
  --schemes-on-tertiary-fixed: rgb(49 17 29);
  --schemes-on-tertiary-fixed-variant: rgb(99 59 72);
  --schemes-outline: rgb(147 143 153);
  --schemes-outline-variant: rgb(73 69 79);
  --schemes-primary: rgb(208 188 255);
  --schemes-primary-container: rgb(79 55 139);
  --schemes-primary-fixed: rgb(234 221 255);
  --schemes-primary-fixed-dim: rgb(208 188 255);
  --schemes-scrim: rgb(0 0 0);
  --schemes-secondary: rgb(204 194 220);
  --schemes-secondary-container: rgb(74 68 88);
  --schemes-secondary-fixed: rgb(232 222 248);
  --schemes-secondary-fixed-dim: rgb(204 194 220);
  --schemes-shadow: rgb(0 0 0);
  --schemes-surface: rgb(20 18 24);
  --schemes-surface-bright: rgb(59 56 62);
  --schemes-surface-container: rgb(33 31 38);
  --schemes-surface-container-high: rgb(43 41 48);
  --schemes-surface-container-highest: rgb(54 52 59);
  --schemes-surface-container-low: rgb(29 27 32);
  --schemes-surface-container-lowest: rgb(15 13 19);
  --schemes-surface-dim: rgb(20 18 24);
  --schemes-surface-tint: rgb(208 188 255);
  --schemes-surface-variant: rgb(73 69 79);
  --schemes-tertiary: rgb(239 184 200);
  --schemes-tertiary-container: rgb(99 59 72);
  --schemes-tertiary-fixed: rgb(255 216 228);
  --schemes-tertiary-fixed-dim: rgb(239 184 200);
  --state-layers-background-opacity-08: rgb(20 18 24 / 0.08);
  --state-layers-background-opacity-10: rgb(20 18 24 / 0.1);
  --state-layers-background-opacity-16: rgb(20 18 24 / 0.16);
  --state-layers-error-opacity-08: rgb(242 184 181 / 0.08);
  --state-layers-error-opacity-10: rgb(242 184 181 / 0.1);
  --state-layers-error-opacity-16: rgb(242 184 181 / 0.16);
  --state-layers-error-container-opacity-08: rgb(140 29 24 / 0.08);
  --state-layers-error-container-opacity-10: rgb(140 29 24 / 0.1);
  --state-layers-error-container-opacity-16: rgb(140 29 24 / 0.16);
  --state-layers-inverse-on-surface-opacity-08: rgb(50 47 53 / 0.08);
  --state-layers-inverse-on-surface-opacity-10: rgb(50 47 53 / 0.1);
  --state-layers-inverse-on-surface-opacity-16: rgb(50 47 53 / 0.16);
  --state-layers-inverse-primary-opacity-08: rgb(103 80 164 / 0.08);
  --state-layers-inverse-primary-opacity-10: rgb(103 80 164 / 0.1);
  --state-layers-inverse-primary-opacity-16: rgb(103 80 164 / 0.16);
  --state-layers-inverse-surface-opacity-08: rgb(230 224 233 / 0.08);
  --state-layers-inverse-surface-opacity-10: rgb(230 224 233 / 0.1);
  --state-layers-inverse-surface-opacity-16: rgb(230 224 233 / 0.16);
  --state-layers-on-background-opacity-08: rgb(230 224 233 / 0.08);
  --state-layers-on-background-opacity-10: rgb(230 224 233 / 0.1);
  --state-layers-on-background-opacity-16: rgb(230 224 233 / 0.16);
  --state-layers-on-error-opacity-08: rgb(96 20 16 / 0.08);
  --state-layers-on-error-opacity-10: rgb(96 20 16 / 0.1);
  --state-layers-on-error-opacity-16: rgb(96 20 16 / 0.16);
  --state-layers-on-error-container-opacity-08: rgb(249 222 220 / 0.08);
  --state-layers-on-error-container-opacity-10: rgb(249 222 220 / 0.1);
  --state-layers-on-error-container-opacity-16: rgb(249 222 220 / 0.16);
  --state-layers-on-primary-opacity-08: rgb(56 30 114 / 0.08);
  --state-layers-on-primary-opacity-10: rgb(56 30 114 / 0.1);
  --state-layers-on-primary-opacity-16: rgb(56 30 114 / 0.16);
  --state-layers-on-primary-container-opacity-08: rgb(234 221 255 / 0.08);
  --state-layers-on-primary-container-opacity-10: rgb(234 221 255 / 0.1);
  --state-layers-on-primary-container-opacity-16: rgb(234 221 255 / 0.16);
  --state-layers-on-primary-fixed-opacity-08: rgb(33 0 93 / 0.08);
  --state-layers-on-primary-fixed-opacity-10: rgb(33 0 93 / 0.1);
  --state-layers-on-primary-fixed-opacity-16: rgb(33 0 93 / 0.16);
  --state-layers-on-primary-fixed-variant-opacity-08: rgb(79 55 139 / 0.08);
  --state-layers-on-primary-fixed-variant-opacity-10: rgb(79 55 139 / 0.1);
  --state-layers-on-primary-fixed-variant-opacity-16: rgb(79 55 139 / 0.16);
  --state-layers-on-secondary-opacity-08: rgb(51 45 65 / 0.08);
  --state-layers-on-secondary-opacity-10: rgb(51 45 65 / 0.1);
  --state-layers-on-secondary-opacity-16: rgb(51 45 65 / 0.16);
  --state-layers-on-secondary-container-opacity-08: rgb(232 222 248 / 0.08);
  --state-layers-on-secondary-container-opacity-10: rgb(232 222 248 / 0.1);
  --state-layers-on-secondary-container-opacity-16: rgb(232 222 248 / 0.16);
  --state-layers-on-secondary-fixed-opacity-08: rgb(29 25 43 / 0.08);
  --state-layers-on-secondary-fixed-opacity-10: rgb(29 25 43 / 0.1);
  --state-layers-on-secondary-fixed-opacity-16: rgb(29 25 43 / 0.16);
  --state-layers-on-secondary-fixed-variant-opacity-08: rgb(74 68 88 / 0.08);
  --state-layers-on-secondary-fixed-variant-opacity-10: rgb(74 68 88 / 0.1);
  --state-layers-on-secondary-fixed-variant-opacity-16: rgb(74 68 88 / 0.16);
  --state-layers-on-surface-opacity-08: rgb(230 224 233 / 0.08);
  --state-layers-on-surface-opacity-10: rgb(230 224 233 / 0.1);
  --state-layers-on-surface-opacity-16: rgb(230 224 233 / 0.16);
  --state-layers-on-surface-variant-opacity-08: rgb(202 196 208 / 0.08);
  --state-layers-on-surface-variant-opacity-10: rgb(202 196 208 / 0.1);
  --state-layers-on-surface-variant-opacity-16: rgb(202 196 208 / 0.16);
  --state-layers-on-tertiary-opacity-08: rgb(73 37 50 / 0.08);
  --state-layers-on-tertiary-opacity-10: rgb(73 37 50 / 0.1);
  --state-layers-on-tertiary-opacity-16: rgb(73 37 50 / 0.16);
  --state-layers-on-tertiary-container-opacity-08: rgb(255 216 228 / 0.08);
  --state-layers-on-tertiary-container-opacity-10: rgb(255 216 228 / 0.1);
  --state-layers-on-tertiary-container-opacity-16: rgb(255 216 228 / 0.16);
  --state-layers-on-tertiary-fixed-opacity-08: rgb(49 17 29 / 0.08);
  --state-layers-on-tertiary-fixed-opacity-10: rgb(49 17 29 / 0.1);
  --state-layers-on-tertiary-fixed-opacity-16: rgb(49 17 29 / 0.16);
  --state-layers-on-tertiary-fixed-variant-opacity-08: rgb(99 59 72 / 0.08);
  --state-layers-on-tertiary-fixed-variant-opacity-10: rgb(99 59 72 / 0.1);
  --state-layers-on-tertiary-fixed-variant-opacity-16: rgb(99 59 72 / 0.16);
  --state-layers-outline-opacity-08: rgb(147 143 153 / 0.08);
  --state-layers-outline-opacity-10: rgb(147 143 153 / 0.1);
  --state-layers-outline-opacity-16: rgb(147 143 153 / 0.16);
  --state-layers-outline-variant-opacity-08: rgb(73 69 79 / 0.08);
  --state-layers-outline-variant-opacity-10: rgb(73 69 79 / 0.1);
  --state-layers-outline-variant-opacity-16: rgb(73 69 79 / 0.16);
  --state-layers-primary-opacity-08: rgb(208 188 255 / 0.08);
  --state-layers-primary-opacity-10: rgb(208 188 255 / 0.1);
  --state-layers-primary-opacity-16: rgb(208 188 255 / 0.16);
  --state-layers-primary-container-opacity-08: rgb(79 55 139 / 0.08);
  --state-layers-primary-container-opacity-10: rgb(79 55 139 / 0.1);
  --state-layers-primary-container-opacity-16: rgb(79 55 139 / 0.16);
  --state-layers-primary-fixed-opacity-08: rgb(234 221 255 / 0.08);
  --state-layers-primary-fixed-opacity-10: rgb(234 221 255 / 0.1);
  --state-layers-primary-fixed-opacity-16: rgb(234 221 255 / 0.16);
  --state-layers-primary-fixed-dim-opacity-08: rgb(208 188 255 / 0.08);
  --state-layers-primary-fixed-dim-opacity-10: rgb(208 188 255 / 0.1);
  --state-layers-primary-fixed-dim-opacity-16: rgb(208 188 255 / 0.16);
  --state-layers-scrim-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-scrim-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-scrim-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-scrim-opacity-32: rgb(0 0 0 / 0.32);
  --state-layers-secondary-opacity-08: rgb(204 194 220 / 0.08);
  --state-layers-secondary-opacity-10: rgb(204 194 220 / 0.1);
  --state-layers-secondary-opacity-16: rgb(204 194 220 / 0.16);
  --state-layers-secondary-container-opacity-08: rgb(74 68 88 / 0.08);
  --state-layers-secondary-container-opacity-10: rgb(74 68 88 / 0.1);
  --state-layers-secondary-container-opacity-16: rgb(74 68 88 / 0.16);
  --state-layers-secondary-fixed-opacity-08: rgb(232 222 248 / 0.08);
  --state-layers-secondary-fixed-opacity-10: rgb(232 222 248 / 0.1);
  --state-layers-secondary-fixed-opacity-16: rgb(232 222 248 / 0.16);
  --state-layers-secondary-fixed-dim-opacity-08: rgb(204 194 220 / 0.08);
  --state-layers-secondary-fixed-dim-opacity-10: rgb(204 194 220 / 0.1);
  --state-layers-secondary-fixed-dim-opacity-16: rgb(204 194 220 / 0.16);
  --state-layers-shadow-opacity-08: rgb(0 0 0 / 0.08);
  --state-layers-shadow-opacity-10: rgb(0 0 0 / 0.1);
  --state-layers-shadow-opacity-16: rgb(0 0 0 / 0.16);
  --state-layers-surface-opacity-08: rgb(20 18 24 / 0.08);
  --state-layers-surface-opacity-10: rgb(20 18 24 / 0.1);
  --state-layers-surface-opacity-16: rgb(20 18 24 / 0.16);
  --state-layers-surface-bright-opacity-08: rgb(59 56 62 / 0.08);
  --state-layers-surface-bright-opacity-10: rgb(59 56 62 / 0.1);
  --state-layers-surface-bright-opacity-16: rgb(59 56 62 / 0.16);
  --state-layers-surface-container-opacity-08: rgb(33 31 38 / 0.08);
  --state-layers-surface-container-opacity-10: rgb(33 31 38 / 0.1);
  --state-layers-surface-container-opacity-16: rgb(33 31 38 / 0.16);
  --state-layers-surface-container-high-opacity-08: rgb(43 41 48 / 0.08);
  --state-layers-surface-container-high-opacity-10: rgb(43 41 48 / 0.1);
  --state-layers-surface-container-high-opacity-16: rgb(43 41 48 / 0.16);
  --state-layers-surface-container-highest-opacity-08: rgb(54 52 59 / 0.08);
  --state-layers-surface-container-highest-opacity-10: rgb(54 52 59 / 0.1);
  --state-layers-surface-container-highest-opacity-16: rgb(54 52 59 / 0.16);
  --state-layers-surface-container-low-opacity-08: rgb(29 27 32 / 0.08);
  --state-layers-surface-container-low-opacity-10: rgb(29 27 32 / 0.1);
  --state-layers-surface-container-low-opacity-16: rgb(29 27 32 / 0.16);
  --state-layers-surface-container-lowest-opacity-08: rgb(15 13 19 / 0.08);
  --state-layers-surface-container-lowest-opacity-10: rgb(15 13 19 / 0.1);
  --state-layers-surface-container-lowest-opacity-16: rgb(15 13 19 / 0.16);
  --state-layers-surface-dim-opacity-08: rgb(20 18 24 / 0.08);
  --state-layers-surface-dim-opacity-10: rgb(20 18 24 / 0.1);
  --state-layers-surface-dim-opacity-16: rgb(20 18 24 / 0.16);
  --state-layers-surface-tint-opacity-08: rgb(208 188 255 / 0.08);
  --state-layers-surface-tint-opacity-10: rgb(208 188 255 / 0.1);
  --state-layers-surface-tint-opacity-16: rgb(208 188 255 / 0.16);
  --state-layers-surface-variant-opacity-08: rgb(73 69 79 / 0.08);
  --state-layers-surface-variant-opacity-10: rgb(73 69 79 / 0.1);
  --state-layers-surface-variant-opacity-16: rgb(73 69 79 / 0.16);
  --state-layers-tertiary-opacity-08: rgb(239 184 200 / 0.08);
  --state-layers-tertiary-opacity-10: rgb(239 184 200 / 0.1);
  --state-layers-tertiary-opacity-16: rgb(239 184 200 / 0.16);
  --state-layers-tertiary-container-opacity-08: rgb(99 59 72 / 0.08);
  --state-layers-tertiary-container-opacity-10: rgb(99 59 72 / 0.1);
  --state-layers-tertiary-container-opacity-16: rgb(99 59 72 / 0.16);
  --state-layers-tertiary-fixed-opacity-08: rgb(255 216 228 / 0.08);
  --state-layers-tertiary-fixed-opacity-10: rgb(255 216 228 / 0.1);
  --state-layers-tertiary-fixed-opacity-16: rgb(255 216 228 / 0.16);
  --state-layers-tertiary-fixed-dim-opacity-08: rgb(239 184 200 / 0.08);
  --state-layers-tertiary-fixed-dim-opacity-10: rgb(239 184 200 / 0.1);
  --state-layers-tertiary-fixed-dim-opacity-16: rgb(239 184 200 / 0.16);
}

/* projects/web/src/theme/elements/input.css */
.occupation-form .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  min-height: 2.5em;
  padding: 10px 0;
}
.mat-mdc-form-field.lightened-outlined .mat-mdc-text-field-wrapper {
  background-color: var(--background-color);
}
.mat-mdc-form-field-icon-suffix {
  display: flex;
  align-items: center;
}

/* projects/web/src/theme/elements/anchor.css */
a {
  color: inherit;
}
a.primary {
  color: var(--mat-sys-primary);
  text-decoration: none;
}

/* projects/web/src/theme/elements/button.css */
button.as-link {
  font: inherit;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  background-color: transparent;
  display: inline;
  cursor: pointer;
}
.mat-mdc-icon-button.primary {
  background-color: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
}
.outlined-flattened.mat-primary {
  --mat-button-outlined-label-text-color: var(--rnaw-color-primary);
  --mat-button-outlined-outline-width: 0;
}

/* node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* node_modules/tippy.js/themes/light.css */
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow:
    0 0 20px 4px rgba(154, 161, 177, .15),
    0 4px 80px -8px rgba(36, 40, 47, .25),
    0 4px 4px -2px rgba(91, 94, 105, .15);
  background-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

/* node_modules/tippy.js/animations/scale.css */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}
.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}
.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}
.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}
.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(.5);
  opacity: 0;
}

/* projects/web/src/theme/elements/tooltip.css */
.tippy-variation-tooltip .tippy-box {
  background-color: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
  font: var(--mat-sys-body-medium);
  border-radius: var(--corner-extra-small);
  overflow-wrap: break-word;
}
.tippy-variation-tooltip .tippy-content {
  padding: var(--spacing-medium);
}
.columns-visibility-menu .tippy-box {
  background-color: var(--background-color);
  color: var(--base-color);
}
.tippy-variation-popper .tippy-box {
  background-color: var(--schemes-surface-container);
}
.segment-error-tooltip .tippy-box {
  background-color: var(--error-color);
  color: var(--schemes-on-error);
}

/* projects/web/src/theme/elements/mat-tabs.css */
.account-settings-tabs .mat-mdc-tab-labels {
  margin: 0 var(--spacing-extra-large);
}
.mat-mdc-tab-group,
.mat-mdc-tab-body-wrapper,
.mat-mdc-tab-body,
.mat-mdc-tab-body-content {
  height: 100%;
}

/* projects/web/src/theme/elements/mat-chips.css */
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,
.mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-action-label,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label,
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__text-label {
  overflow: hidden;
}
.mat-mdc-chip.clickable-chip .mat-mdc-chip-action {
  cursor: pointer;
}

/* projects/web/src/theme/elements/table.css */
.base-table .mat-mdc-row:not(:hover) .action-buttons {
  visibility: hidden;
}
.action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  column-gap: var(--spacing-small);
}

/* projects/web/src/theme/elements/user-page-layout.css */
.user-page-error {
  display: block;
  padding: var(--scale-4);
  text-align: center;
}
.user-table {
  display: flex;
  border-radius: calc(var(--border-radius) / 2);
  height: 100%;
  flex-direction: column;
  min-height: 100px;
  overflow: auto;
}
.user-page-search-container {
  display: flex;
  align-items: center;
  column-gap: var(--scale-4);
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-extra-large);
  max-width: 360px;
}
.user-page-tab-content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: var(--scale-4);
}
rnaw-page-content-with-details-panel .section__content router-outlet + * {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

/* projects/web/src/theme/elements/snackbar.css */
.snack-bar-error .mat-mdc-snackbar-surface {
  --mat-snack-bar-container-color: var(--error-color);
  --mat-snack-bar-supporting-text-color: var(--schemes-on-error);
}
.snack-bar-error .mat-mdc-snack-bar-action {
  --mat-icon-button-icon-color: var(--schemes-on-error);
}

/* projects/web/src/theme/elements/side-panel-form-layout.css */
.side-panel-form {
  display: flex;
  flex-direction: column;
  row-gap: var(--scale-5);
  height: 100%;
  padding: var(--scale-4);
  padding-left: var(--scale-5);
  overflow: auto;
}
.side-panel-buttons {
  padding: var(--scale-4);
}

/* projects/web/src/theme/elements/mat-expansion-panel.css */
.expansion-panel .mat-content.mat-content-hide-toggle,
.expansion-panel .mat-expansion-panel-header-title {
  margin-right: 0;
}
.expansion-panel .mat-expansion-panel-header {
  padding: var(--scale-2) var(--scale-3);
}
.expansion-panel .mat-expansion-panel-body {
  padding: 0 var(--scale-3) var(--scale-2) var(--scale-3);
}

/* projects/web/src/theme/elements/index.css */

/* projects/web/src/theme/typography.css */
.body-small {
  font: var(--mat-sys-body-small);
}
.body-medium {
  font: var(--mat-sys-body-medium);
}
.body-large {
  font: var(--mat-sys-body-large);
}
.display-small {
  font: var(--mat-sys-display-small);
}
.display-medium {
  font: var(--mat-sys-display-medium);
}
.display-large {
  font: var(--mat-sys-display-large);
}
.text-body-small {
  font: var(--mat-sys-body-small);
  letter-spacing: var(--mat-sys-body-small-tracking);
}
.headline-small {
  font: var(--mat-sys-headline-small);
}
.headline-medium {
  font: var(--mat-sys-headline-medium);
}
.headline-large {
  font: var(--mat-sys-headline-large);
}
.label-small {
  font: var(--mat-sys-label-small);
}
.label-medium {
  font: var(--mat-sys-label-medium);
}
.label-large {
  font: var(--mat-sys-label-large);
}
.title-small {
  font: var(--mat-sys-title-small);
}
.title-medium {
  font: var(--mat-sys-title-medium);
}
.title-large {
  font: var(--mat-sys-title-large);
}
.center-aligned {
  text-align: center;
}
.left-aligned {
  text-align: left;
}
.emphasized {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.pre-line {
  white-space: pre-line;
}

/* projects/web/src/theme/utils.css */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-clamp {
  display: -webkit-box;
  line-clamp: var(--line-clamp-lines-amount, 4);
  -webkit-line-clamp: var(--line-clamp-lines-amount, 4);
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

/* projects/web/src/theme/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* projects/common/src/lib/shared/theme/variables.css */
:root {
}

/* projects/common/src/lib/shared/theme/styles.css */
* {
  box-sizing: border-box;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

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