*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
-hkds-color-black: #000000;
-hkds-color-white: #ffffff;
-hkds-color-blue10: #d3e3f2;
-hkds-color-blue20: #b1d2f3;
-hkds-color-blue30: #84b7ec;
-hkds-color-blue40: #519ddc;
-hkds-color-blue50: #0176d3;
-hkds-color-blue60: #005bb4;
-hkds-color-blue70: #003f7c;
-hkds-color-blue80: #00325a;
-hkds-color-blue90: #0a223a;
-hkds-color-blue95: #eef4ff;
-hkds-color-blue05: #eaeef4;
-hkds-color-green10: #d6e4db;
-hkds-color-green20: #b7d6c0;
-hkds-color-green30: #8dbe9c;
-hkds-color-green40: #68a47c;
-hkds-color-green50: #2e844a;
-hkds-color-green60: #156731;
-hkds-color-green70: #0f4922;
-hkds-color-green80: #12371e;
-hkds-color-green90: #0f2516;
-hkds-color-green05: #ebeeeb;
-hkds-color-purple0: #000000;
-hkds-color-purple5: #1c003a;
-hkds-color-purple10: #29054e;
-hkds-color-purple15: #341358;
-hkds-color-purple20: #401f64;
-hkds-color-purple25: #4b2b70;
-hkds-color-purple30: #57377c;
-hkds-color-purple35: #634389;
-hkds-color-purple40: #704f96;
-hkds-color-purple50: #8567ad;
-hkds-color-purple60: #a481cc;
-hkds-color-purple70: #c09ce8;
-hkds-color-purple80: #dab9ff;
-hkds-color-purple90: #efdbff;
-hkds-color-purple95: #f9edff;
-hkds-color-purple98: #fff7ff;
-hkds-color-purple99: #fffbff;
-hkds-color-purple100: #ffffff;
-hkds-color-gray10: #e1e1e1;
-hkds-color-gray20: #cecece;
-hkds-color-gray30: #b3b3b3;
-hkds-color-gray40: #979797;
-hkds-color-gray50: #757575;
-hkds-color-gray60: #595959;
-hkds-color-gray70: #3f3f3f;
-hkds-color-gray80: #303030;
-hkds-color-gray90: #212121;
-hkds-color-gray92: #d3d3d3;
-hkds-color-gray94: #e0e0e0;
-hkds-color-gray95: #f2f2f2;
-hkds-color-gray96: #eeeeee;
-hkds-color-gray98: #f5f5f5;
-hkds-color-gray100: #ffffff;
-hkds-color-gray05: #ededed;
-hkds-color-lavender10: #e0e0ed;
-hkds-color-lavender20: #cdcceb;
-hkds-color-lavender30: #b0aee0;
-hkds-color-lavender40: #9392cb;
-hkds-color-lavender50: #726fb4;
-hkds-color-lavender60: #5858a2;
-hkds-color-lavender70: #3a3a6b;
-hkds-color-lavender80: #2e2d4d;
-hkds-color-lavender90: #201f32;
-hkds-color-lavender05: #ecedf2;
-hkds-color-violet10: #e2dfef;
-hkds-color-violet20: #d6c9ea;
-hkds-color-violet30: #bfaade;
-hkds-color-violet40: #a58bce;
-hkds-color-violet50: #8860c2;
-hkds-color-violet60: #5e4ba3;
-hkds-color-violet70: #1b007d;
-hkds-color-violet80: #3a0093;
-hkds-color-violet90: #2b0b5a;
-hkds-color-violet05: #ededf2;
-hkds-color-gray-cool10: #e0e1e1;
-hkds-color-gray-cool20: #cdcfd0;
-hkds-color-gray-cool30: #b0b3b6;
-hkds-color-gray-cool40: #94989b;
-hkds-color-gray-cool50: #72777b;
-hkds-color-gray-cool60: #565b5f;
-hkds-color-gray-cool70: #3d4042;
-hkds-color-gray-cool80: #2f3132;
-hkds-color-gray-cool87: #bdbdbd;
-hkds-color-gray-cool90: #202122;
-hkds-color-gray-cool94: #e0e0e0;
-hkds-color-gray-cool95: #f2f2f2;
-hkds-color-gray-cool96: #eeeeee;
-hkds-color-gray-cool98: #f5f5f5;
-hkds-color-gray-cool05: #ededee;
-hkds-color-orange10: #f4ddc6;
-hkds-color-orange20: #fbc586;
-hkds-color-orange30: #f89f38;
-hkds-color-orange40: #eb7c03;
-hkds-color-orange50: #d83a00;
-hkds-color-orange60: #9d4d01;
-hkds-color-orange70: #653201;
-hkds-color-orange80: #4b2801;
-hkds-color-orange90: #311c05;
-hkds-color-orange05: #f4ece8;
-hkds-color-red10: #f6dbd9;
-hkds-color-red20: #f9c2b8;
-hkds-color-red30: #f69b8c;
-hkds-color-red40: #ea7466;
-hkds-color-red50: #ea001e;
-hkds-color-red60: #c10f03;
-hkds-color-red70: #820a02;
-hkds-color-red80: #640e03;
-hkds-color-red90: #410f07;
-hkds-color-red05: #f5ebeb;
-hkds-color-primary0: #000000;
-hkds-color-primary10: #1c003a;
-hkds-color-primary20: #401f64;
-hkds-color-primary30: #4b2b70;
-hkds-color-primary40: #704f96;
-hkds-color-primary50: #8567ad;
-hkds-color-primary60: #a481cc;
-hkds-color-primary70: #c09ce8;
-hkds-color-primary80: #dab9ff;
-hkds-color-primary90: #efdbff;
-hkds-color-primary95: #f9edff;
-hkds-color-primary100: #ffffff;
-hkds-color-secondary0: #000000;
-hkds-color-secondary10: #e0e0ed;
-hkds-color-secondary20: #cdcceb;
-hkds-color-secondary30: #b0aee0;
-hkds-color-secondary40: #9392cb;
-hkds-color-secondary50: #726fb4;
-hkds-color-secondary60: #5858a2;
-hkds-color-secondary70: #3a3a6b;
-hkds-color-secondary80: #2e2d4d;
-hkds-color-secondary90: #201f32;
-hkds-color-secondary100: #ffffff;
-hkds-color-secondary05: #ecedf2;
-hkds-color-tertiary0: #000000;
-hkds-color-tertiary10: #e2dfef;
-hkds-color-tertiary20: #d6c9ea;
-hkds-color-tertiary30: #bfaade;
-hkds-color-tertiary40: #a58bce;
-hkds-color-tertiary50: #8860c2;
-hkds-color-tertiary60: #5e4ba3;
-hkds-color-tertiary70: #1b007d;
-hkds-color-tertiary80: #3a0093;
-hkds-color-tertiary90: #2b0b5a;
-hkds-color-tertiary100: #ffffff;
-hkds-color-tertiary05: #ededf2;
-hkds-color-neutral0: #000000;
-hkds-color-neutral10: #e1e1e1;
-hkds-color-neutral20: #cecece;
-hkds-color-neutral30: #b3b3b3;
-hkds-color-neutral40: #979797;
-hkds-color-neutral50: #757575;
-hkds-color-neutral60: #595959;
-hkds-color-neutral70: #3f3f3f;
-hkds-color-neutral80: #303030;
-hkds-color-neutral90: #212121;
-hkds-color-neutral92: #d3d3d3;
-hkds-color-neutral94: #e0e0e0;
-hkds-color-neutral95: #f2f2f2;
-hkds-color-neutral96: #eeeeee;
-hkds-color-neutral98: #f5f5f5;
-hkds-color-neutral100: #ffffff;
-hkds-color-neutral05: #ededed;
-hkds-color-neutral-variant0: #000000;
-hkds-color-neutral-variant10: #e0e1e1;
-hkds-color-neutral-variant20: #cdcfd0;
-hkds-color-neutral-variant30: #b0b3b6;
-hkds-color-neutral-variant40: #94989b;
-hkds-color-neutral-variant50: #72777b;
-hkds-color-neutral-variant60: #565b5f;
-hkds-color-neutral-variant70: #3d4042;
-hkds-color-neutral-variant80: #2f3132;
-hkds-color-neutral-variant87: #bdbdbd;
-hkds-color-neutral-variant90: #202122;
-hkds-color-neutral-variant94: #e0e0e0;
-hkds-color-neutral-variant95: #f2f2f2;
-hkds-color-neutral-variant96: #eeeeee;
-hkds-color-neutral-variant98: #f5f5f5;
-hkds-color-neutral-variant100: #ffffff;
-hkds-color-neutral-variant05: #ededee;
-hkds-color-error0: #000000;
-hkds-color-error10: #f6dbd9;
-hkds-color-error20: #f9c2b8;
-hkds-color-error30: #f69b8c;
-hkds-color-error40: #ea7466;
-hkds-color-error50: #ea001e;
-hkds-color-error60: #c10f03;
-hkds-color-error70: #820a02;
-hkds-color-error80: #640e03;
-hkds-color-error90: #410f07;
-hkds-color-error100: #ffffff;
-hkds-color-error05: #f5ebeb;
-hkds-color-info0: #000000;
-hkds-color-info10: #d3e3f2;
-hkds-color-info20: #b1d2f3;
-hkds-color-info30: #84b7ec;
-hkds-color-info40: #519ddc;
-hkds-color-info50: #0176d3;
-hkds-color-info60: #005bb4;
-hkds-color-info70: #003f7c;
-hkds-color-info80: #00325a;
-hkds-color-info90: #0a223a;
-hkds-color-info100: #ffffff;
-hkds-color-info05: #eaeef4;
-hkds-color-warning0: #000000;
-hkds-color-warning10: #f4ddc6;
-hkds-color-warning20: #fbc586;
-hkds-color-warning30: #f89f38;
-hkds-color-warning40: #eb7c03;
-hkds-color-warning50: #d83a00;
-hkds-color-warning60: #9d4d01;
-hkds-color-warning70: #653201;
-hkds-color-warning80: #4b2801;
-hkds-color-warning90: #311c05;
-hkds-color-warning100: #ffffff;
-hkds-color-warning05: #f4ece8;
-hkds-color-success0: #000000;
-hkds-color-success10: #d6e4db;
-hkds-color-success20: #b7d6c0;
-hkds-color-success30: #8dbe9c;
-hkds-color-success40: #68a47c;
-hkds-color-success50: #2e844a;
-hkds-color-success60: #156731;
-hkds-color-success70: #0f4922;
-hkds-color-success80: #12371e;
-hkds-color-success90: #0f2516;
-hkds-color-success100: #ffffff;
-hkds-color-success05: #ebeeeb;
-hkds-color-link0: #000000;
-hkds-color-link10: #d3e3f2;
-hkds-color-link20: #b1d2f3;
-hkds-color-link30: #84b7ec;
-hkds-color-link40: #519ddc;
-hkds-color-link50: #0176d3;
-hkds-color-link60: #005bb4;
-hkds-color-link70: #003f7c;
-hkds-color-link80: #00325a;
-hkds-color-link90: #0a223a;
-hkds-color-link100: #ffffff;
-hkds-color-link05: #eaeef4;
-hkds-theme-color-primary: #8567ad;
-hkds-theme-color-surface-tint: #8567ad;
-hkds-theme-color-on-primary: #ffffff;
-hkds-theme-color-primary-container: #efdbff;
-hkds-theme-color-on-primary-container: #1c003a;
-hkds-theme-color-secondary: #726fb4;
-hkds-theme-color-on-secondary: #ffffff;
-hkds-theme-color-secondary-container: #201f32;
-hkds-theme-color-on-secondary-container: #e0e0ed;
-hkds-theme-color-tertiary: #8860c2;
-hkds-theme-color-on-tertiary: #ffffff;
-hkds-theme-color-tertiary-container: #2b0b5a;
-hkds-theme-color-on-tertiary-container: #e2dfef;
-hkds-theme-color-error: #ea001e;
-hkds-theme-color-on-error: #ffffff;
-hkds-theme-color-info: #0176d3;
-hkds-theme-color-on-info: #ffffff;
-hkds-theme-color-success: #2e844a;
-hkds-theme-color-on-success: #ffffff;
-hkds-theme-color-warning: #d83a00;
-hkds-theme-color-on-warning: #ffffff;
-hkds-theme-color-error-container: #410f07;
-hkds-theme-color-on-error-container: #f6dbd9;
-hkds-theme-color-background: #f5f5f5;
-hkds-theme-color-on-background: #e1e1e1;
-hkds-theme-color-surface: #f5f5f5;
-hkds-theme-color-on-surface: #e1e1e1;
-hkds-theme-color-surface-variant: #202122;
-hkds-theme-color-on-surface-variant: #b0b3b6;
-hkds-theme-color-outline: #72777b;
-hkds-theme-color-outline-variant: #2f3132;
-hkds-theme-color-link: #0176d3;
-hkds-theme-color-shadow: #000000;
-hkds-theme-color-scrim: #000000;
-hkds-theme-color-inverse-surface: #cecece;
-hkds-theme-color-inverse-on-surface: #f2f2f2;
-hkds-theme-color-inverse-primary: #dab9ff;
-hkds-theme-color-primary-fixed: #efdbff;
-hkds-theme-color-on-primary-fixed: #1c003a;
-hkds-theme-color-primary-fixed-dim: #dab9ff;
-hkds-theme-color-on-primary-fixed-variant: #4b2b70;
-hkds-theme-color-secondary-fixed: #201f32;
-hkds-theme-color-on-secondary-fixed: #e0e0ed;
-hkds-theme-color-secondary-fixed-dim: #2e2d4d;
-hkds-theme-color-on-secondary-fixed-variant: #b0aee0;
-hkds-theme-color-tertiary-fixed: #2b0b5a;
-hkds-theme-color-on-tertiary-fixed: #e2dfef;
-hkds-theme-color-tertiary-fixed-dim: #3a0093;
-hkds-theme-color-on-tertiary-fixed-variant: #bfaade;
-hkds-theme-color-surface-dim: #bdbdbd;
-hkds-theme-color-surface-bright: #f5f5f5;
-hkds-theme-color-surface-container-lowest: #ffffff;
-hkds-theme-color-surface-container-low: #eeeeee;
-hkds-theme-color-surface-container: #e0e0e0;
-hkds-theme-color-surface-container-high: #d3d3d3;
-hkds-theme-color-surface-container-highest: #212121;
-text-font-serif: georgia, serif;
-text-font-sans: Salesforce Sans, sans-serif;
-text-size0: 0px;
-text-size1: 8px;
-text-size2: 10px;
-text-size3: 13px;
-text-size4: 16px;
-text-size5: 20px;
-text-size6: 24px;
-text-size7: 28px;
-text-size8: 32px;
-text-size9: 36px;
-text-size10: 40px;
-text-size11: 44px;
-text-size12: 48px;
-text-size13: 52px;
-text-size14: 56px;
-text-size15: 60px;
-text-size-max: 9999px;
-text-weight-light: thin;
-text-weight-regular: regular;
-text-weight-bold: extra-bold;
-text-line-height-normal: 1.2px;
-text-line-height-large: 1.8px;

TypographyHeading1 {
  font-family: Salesforce Sans, sans-serif;
  font-weight: extra-bold;
  font-size: ;
  line-height: 1.8;
}

body {
  font-family: Salesforce Sans, sans-serif;
}

body h1 {
  font-size: 32px;
}

body h2 {
  font-size: 28px;
}

body h3 {
  font-size: 24px;
}

body h4 {
  font-size: 20px;
}

body h5 {
  font-size: 16px;
}

body h6 {
  font-size: 13px;
}

fontFamily {
  sans: Salesforce Sans, sans-serif;
  serif: georgia, serif;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.w-full {
  width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-HkdsThemeColorError {
  --tw-border-opacity: 1;
  border-color: rgb(234 0 30 / var(--tw-border-opacity, 1));
}
.border-HkdsThemeColorInfo {
  --tw-border-opacity: 1;
  border-color: rgb(1 118 211 / var(--tw-border-opacity, 1));
}
.border-HkdsThemeColorPrimary {
  --tw-border-opacity: 1;
  border-color: rgb(133 103 173 / var(--tw-border-opacity, 1));
}
.border-HkdsThemeColorSuccess {
  --tw-border-opacity: 1;
  border-color: rgb(46 132 74 / var(--tw-border-opacity, 1));
}
.border-HkdsThemeColorWarning {
  --tw-border-opacity: 1;
  border-color: rgb(216 58 0 / var(--tw-border-opacity, 1));
}
.bg-HkdsColorWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorError {
  --tw-bg-opacity: 1;
  background-color: rgb(234 0 30 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorInfo {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 211 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorOnError {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorOnSuccess {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorPrimary {
  --tw-bg-opacity: 1;
  background-color: rgb(133 103 173 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorSuccess {
  --tw-bg-opacity: 1;
  background-color: rgb(46 132 74 / var(--tw-bg-opacity, 1));
}
.bg-HkdsThemeColorWarning {
  --tw-bg-opacity: 1;
  background-color: rgb(216 58 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-lg {
  font-size: 16px;
}
.text-md {
  font-size: 13px;
}
.text-sm {
  font-size: 10px;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-HkdsColorBlack {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorError {
  --tw-text-opacity: 1;
  color: rgb(234 0 30 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorInfo {
  --tw-text-opacity: 1;
  color: rgb(1 118 211 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorLink {
  --tw-text-opacity: 1;
  color: rgb(1 118 211 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorOnError {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorOnInfo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorOnPrimary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorOnSuccess {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorOnWarning {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorPrimary {
  --tw-text-opacity: 1;
  color: rgb(133 103 173 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorSuccess {
  --tw-text-opacity: 1;
  color: rgb(46 132 74 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorTertiary {
  --tw-text-opacity: 1;
  color: rgb(136 96 194 / var(--tw-text-opacity, 1));
}
.text-HkdsThemeColorWarning {
  --tw-text-opacity: 1;
  color: rgb(216 58 0 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 950px;
}

.body-container {
  padding-top: 106px;
}

.incident__description {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 1rem 0;
    margin: 0 0 1rem;
    font-weight: bold;
  }

  h1 {
    font-size: 24px;
    font-weight: 100;
  }

  h2 {
    font-size: 18px;
    font-weight: 100;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
    color: #3f3f44;
    margin-bottom: 0.4rem;
  }

  p {
    line-height: 21px;
    color: #626262;
  }
}

h2 {
  margin: 0 0 3rem;
  padding: 2.4rem 0;
}

h3 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}

h5.has-error {
  color: #d64242;
}

p.timestamp {
  text-transform: uppercase;
}

a.back-link {
  text-decoration: none;
}

a.back-link::before {
  content: "← ";
}

.well {
  background: rgb(0 0 0 / 2%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%) inset;
  border: 0;
}

h2.incident-title {
  font-size: 22px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.incident-index-loading .loading-container {
  min-height: 600px;
}

#upcoming-incidents,
#investigating-incidents {
  margin-top: 3rem;
}

a.privacy-choices-link {
  display: inline-block;
}

img.privacy-choices-icon {
  vertical-align: middle;
  height: 14px;
  display: inline;
  margin-right: 4px;
}

.hover\:bg-HkdsColorWhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-HkdsThemeColorInfo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 118 211 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-HkdsColorWhite:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-HkdsThemeColorError:hover {
  --tw-text-opacity: 1;
  color: rgb(234 0 30 / var(--tw-text-opacity, 1));
}

.hover\:text-HkdsThemeColorInfo:hover {
  --tw-text-opacity: 1;
  color: rgb(1 118 211 / var(--tw-text-opacity, 1));
}

.hover\:text-HkdsThemeColorPrimary:hover {
  --tw-text-opacity: 1;
  color: rgb(133 103 173 / var(--tw-text-opacity, 1));
}

.hover\:text-HkdsThemeColorSuccess:hover {
  --tw-text-opacity: 1;
  color: rgb(46 132 74 / var(--tw-text-opacity, 1));
}

.hover\:text-HkdsThemeColorWarning:hover {
  --tw-text-opacity: 1;
  color: rgb(216 58 0 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:brightness-100:hover {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

