<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-primary: #920035;
  --color-secondary: #fdc542;
  --color-dark: #000000;
  --color-light: #ffffff;
  --color-neutral: #cccccc;
  --color-border: #e6e6e6;

  --breakpoint-small: 641px;
  --breakpoint-medium: 768px;
  --breakpoint-large: 1025px;

  --flex-variable-gap: 1rem;

  --focus-color: var(--color-primary);
  --zindex-morphing-cta: 60900;
  --zindex-info-block: 60900;
  --zindex-alert-upper-top: 60900;
  --zindex-alert-popup-bottom: 60900;

  --zindex-greenbar: 65535;

  --zindex-header: 70000;
  --zindex-skip-links: 70100;
  --zindex-alert-popup-bottom-large: var(--zindex-header);

  --zindex-morphing-cta-button: 79000;
  --zindex-morphing-circle: 79000;
  --zindex-morpher: 80100;
  --zindex-modal: 100000;

}
</pre></body></html>