*, ::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.19 | 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;
}

:root {
  --ufc-backgroundColor-slate-50: 248 250 252;
  --ufc-borderColor-slate-50: 248 250 252;
  --ufc-backgroundColor-slate-100: 241 245 249;
  --ufc-borderColor-slate-100: 241 245 249;
  --ufc-backgroundColor-slate-200: 226 232 240;
  --ufc-borderColor-slate-200: 226 232 240;
  --ufc-backgroundColor-slate-300: 203 213 225;
  --ufc-borderColor-slate-300: 203 213 225;
  --ufc-backgroundColor-slate-400: 148 163 184;
  --ufc-borderColor-slate-400: 148 163 184;
  --ufc-backgroundColor-slate-500: 100 116 139;
  --ufc-borderColor-slate-500: 100 116 139;
  --ufc-backgroundColor-slate-600: 71 85 105;
  --ufc-borderColor-slate-600: 71 85 105;
  --ufc-backgroundColor-slate-700: 51 65 85;
  --ufc-borderColor-slate-700: 51 65 85;
  --ufc-backgroundColor-slate-800: 30 41 59;
  --ufc-borderColor-slate-800: 30 41 59;
  --ufc-backgroundColor-slate-900: 15 23 42;
  --ufc-borderColor-slate-900: 15 23 42;
  --ufc-backgroundColor-slate-950: 2 6 23;
  --ufc-borderColor-slate-950: 2 6 23;
  --ufc-backgroundColor-gray-50: 249 250 251;
  --ufc-borderColor-gray-50: 249 250 251;
  --ufc-backgroundColor-gray-100: 243 244 246;
  --ufc-borderColor-gray-100: 243 244 246;
  --ufc-backgroundColor-gray-200: 229 231 235;
  --ufc-borderColor-gray-200: 229 231 235;
  --ufc-backgroundColor-gray-300: 209 213 219;
  --ufc-borderColor-gray-300: 209 213 219;
  --ufc-backgroundColor-gray-400: 156 163 175;
  --ufc-borderColor-gray-400: 156 163 175;
  --ufc-backgroundColor-gray-500: 107 114 128;
  --ufc-borderColor-gray-500: 107 114 128;
  --ufc-backgroundColor-gray-600: 75 85 99;
  --ufc-borderColor-gray-600: 75 85 99;
  --ufc-backgroundColor-gray-700: 55 65 81;
  --ufc-borderColor-gray-700: 55 65 81;
  --ufc-backgroundColor-gray-800: 31 41 55;
  --ufc-borderColor-gray-800: 31 41 55;
  --ufc-backgroundColor-gray-900: 17 24 39;
  --ufc-borderColor-gray-900: 17 24 39;
  --ufc-backgroundColor-gray-950: 3 7 18;
  --ufc-borderColor-gray-950: 3 7 18;
  --ufc-backgroundColor-zinc-50: 250 250 250;
  --ufc-borderColor-zinc-50: 250 250 250;
  --ufc-backgroundColor-zinc-100: 244 244 245;
  --ufc-borderColor-zinc-100: 244 244 245;
  --ufc-backgroundColor-zinc-200: 228 228 231;
  --ufc-borderColor-zinc-200: 228 228 231;
  --ufc-backgroundColor-zinc-300: 212 212 216;
  --ufc-borderColor-zinc-300: 212 212 216;
  --ufc-backgroundColor-zinc-400: 161 161 170;
  --ufc-borderColor-zinc-400: 161 161 170;
  --ufc-backgroundColor-zinc-500: 113 113 122;
  --ufc-borderColor-zinc-500: 113 113 122;
  --ufc-backgroundColor-zinc-600: 82 82 91;
  --ufc-borderColor-zinc-600: 82 82 91;
  --ufc-backgroundColor-zinc-700: 63 63 70;
  --ufc-borderColor-zinc-700: 63 63 70;
  --ufc-backgroundColor-zinc-800: 39 39 42;
  --ufc-borderColor-zinc-800: 39 39 42;
  --ufc-backgroundColor-zinc-900: 24 24 27;
  --ufc-borderColor-zinc-900: 24 24 27;
  --ufc-backgroundColor-zinc-950: 9 9 11;
  --ufc-borderColor-zinc-950: 9 9 11;
  --ufc-backgroundColor-neutral-50: 250 250 250;
  --ufc-borderColor-neutral-50: 250 250 250;
  --ufc-backgroundColor-neutral-100: 245 245 245;
  --ufc-borderColor-neutral-100: 245 245 245;
  --ufc-backgroundColor-neutral-200: 229 229 229;
  --ufc-borderColor-neutral-200: 229 229 229;
  --ufc-backgroundColor-neutral-300: 212 212 212;
  --ufc-borderColor-neutral-300: 212 212 212;
  --ufc-backgroundColor-neutral-400: 163 163 163;
  --ufc-borderColor-neutral-400: 163 163 163;
  --ufc-backgroundColor-neutral-500: 115 115 115;
  --ufc-borderColor-neutral-500: 115 115 115;
  --ufc-backgroundColor-neutral-600: 82 82 82;
  --ufc-borderColor-neutral-600: 82 82 82;
  --ufc-backgroundColor-neutral-700: 64 64 64;
  --ufc-borderColor-neutral-700: 64 64 64;
  --ufc-backgroundColor-neutral-800: 38 38 38;
  --ufc-borderColor-neutral-800: 38 38 38;
  --ufc-backgroundColor-neutral-900: 23 23 23;
  --ufc-borderColor-neutral-900: 23 23 23;
  --ufc-backgroundColor-neutral-950: 10 10 10;
  --ufc-borderColor-neutral-950: 10 10 10;
  --ufc-backgroundColor-stone-50: 250 250 249;
  --ufc-borderColor-stone-50: 250 250 249;
  --ufc-backgroundColor-stone-100: 245 245 244;
  --ufc-borderColor-stone-100: 245 245 244;
  --ufc-backgroundColor-stone-200: 231 229 228;
  --ufc-borderColor-stone-200: 231 229 228;
  --ufc-backgroundColor-stone-300: 214 211 209;
  --ufc-borderColor-stone-300: 214 211 209;
  --ufc-backgroundColor-stone-400: 168 162 158;
  --ufc-borderColor-stone-400: 168 162 158;
  --ufc-backgroundColor-stone-500: 120 113 108;
  --ufc-borderColor-stone-500: 120 113 108;
  --ufc-backgroundColor-stone-600: 87 83 78;
  --ufc-borderColor-stone-600: 87 83 78;
  --ufc-backgroundColor-stone-700: 68 64 60;
  --ufc-borderColor-stone-700: 68 64 60;
  --ufc-backgroundColor-stone-800: 41 37 36;
  --ufc-borderColor-stone-800: 41 37 36;
  --ufc-backgroundColor-stone-900: 28 25 23;
  --ufc-borderColor-stone-900: 28 25 23;
  --ufc-backgroundColor-stone-950: 12 10 9;
  --ufc-borderColor-stone-950: 12 10 9;
  --ufc-backgroundColor-red-50: 254 242 242;
  --ufc-borderColor-red-50: 254 242 242;
  --ufc-backgroundColor-red-100: 254 226 226;
  --ufc-borderColor-red-100: 254 226 226;
  --ufc-backgroundColor-red-200: 254 202 202;
  --ufc-borderColor-red-200: 254 202 202;
  --ufc-backgroundColor-red-300: 252 165 165;
  --ufc-borderColor-red-300: 252 165 165;
  --ufc-backgroundColor-red-400: 248 113 113;
  --ufc-borderColor-red-400: 248 113 113;
  --ufc-backgroundColor-red-500: 239 68 68;
  --ufc-borderColor-red-500: 239 68 68;
  --ufc-backgroundColor-red-600: 220 38 38;
  --ufc-borderColor-red-600: 220 38 38;
  --ufc-backgroundColor-red-700: 185 28 28;
  --ufc-borderColor-red-700: 185 28 28;
  --ufc-backgroundColor-red-800: 153 27 27;
  --ufc-borderColor-red-800: 153 27 27;
  --ufc-backgroundColor-red-900: 127 29 29;
  --ufc-borderColor-red-900: 127 29 29;
  --ufc-backgroundColor-red-950: 69 10 10;
  --ufc-borderColor-red-950: 69 10 10;
  --ufc-backgroundColor-orange-50: 255 247 237;
  --ufc-borderColor-orange-50: 255 247 237;
  --ufc-backgroundColor-orange-100: 255 237 213;
  --ufc-borderColor-orange-100: 255 237 213;
  --ufc-backgroundColor-orange-200: 254 215 170;
  --ufc-borderColor-orange-200: 254 215 170;
  --ufc-backgroundColor-orange-300: 253 186 116;
  --ufc-borderColor-orange-300: 253 186 116;
  --ufc-backgroundColor-orange-400: 251 146 60;
  --ufc-borderColor-orange-400: 251 146 60;
  --ufc-backgroundColor-orange-500: 249 115 22;
  --ufc-borderColor-orange-500: 249 115 22;
  --ufc-backgroundColor-orange-600: 234 88 12;
  --ufc-borderColor-orange-600: 234 88 12;
  --ufc-backgroundColor-orange-700: 194 65 12;
  --ufc-borderColor-orange-700: 194 65 12;
  --ufc-backgroundColor-orange-800: 154 52 18;
  --ufc-borderColor-orange-800: 154 52 18;
  --ufc-backgroundColor-orange-900: 124 45 18;
  --ufc-borderColor-orange-900: 124 45 18;
  --ufc-backgroundColor-orange-950: 67 20 7;
  --ufc-borderColor-orange-950: 67 20 7;
  --ufc-backgroundColor-amber-50: 255 251 235;
  --ufc-borderColor-amber-50: 255 251 235;
  --ufc-backgroundColor-amber-100: 254 243 199;
  --ufc-borderColor-amber-100: 254 243 199;
  --ufc-backgroundColor-amber-200: 253 230 138;
  --ufc-borderColor-amber-200: 253 230 138;
  --ufc-backgroundColor-amber-300: 252 211 77;
  --ufc-borderColor-amber-300: 252 211 77;
  --ufc-backgroundColor-amber-400: 251 191 36;
  --ufc-borderColor-amber-400: 251 191 36;
  --ufc-backgroundColor-amber-500: 245 158 11;
  --ufc-borderColor-amber-500: 245 158 11;
  --ufc-backgroundColor-amber-600: 217 119 6;
  --ufc-borderColor-amber-600: 217 119 6;
  --ufc-backgroundColor-amber-700: 180 83 9;
  --ufc-borderColor-amber-700: 180 83 9;
  --ufc-backgroundColor-amber-800: 146 64 14;
  --ufc-borderColor-amber-800: 146 64 14;
  --ufc-backgroundColor-amber-900: 120 53 15;
  --ufc-borderColor-amber-900: 120 53 15;
  --ufc-backgroundColor-amber-950: 69 26 3;
  --ufc-borderColor-amber-950: 69 26 3;
  --ufc-backgroundColor-yellow-50: 254 252 232;
  --ufc-borderColor-yellow-50: 254 252 232;
  --ufc-backgroundColor-yellow-100: 254 249 195;
  --ufc-borderColor-yellow-100: 254 249 195;
  --ufc-backgroundColor-yellow-200: 254 240 138;
  --ufc-borderColor-yellow-200: 254 240 138;
  --ufc-backgroundColor-yellow-300: 253 224 71;
  --ufc-borderColor-yellow-300: 253 224 71;
  --ufc-backgroundColor-yellow-400: 250 204 21;
  --ufc-borderColor-yellow-400: 250 204 21;
  --ufc-backgroundColor-yellow-500: 234 179 8;
  --ufc-borderColor-yellow-500: 234 179 8;
  --ufc-backgroundColor-yellow-600: 202 138 4;
  --ufc-borderColor-yellow-600: 202 138 4;
  --ufc-backgroundColor-yellow-700: 161 98 7;
  --ufc-borderColor-yellow-700: 161 98 7;
  --ufc-backgroundColor-yellow-800: 133 77 14;
  --ufc-borderColor-yellow-800: 133 77 14;
  --ufc-backgroundColor-yellow-900: 113 63 18;
  --ufc-borderColor-yellow-900: 113 63 18;
  --ufc-backgroundColor-yellow-950: 66 32 6;
  --ufc-borderColor-yellow-950: 66 32 6;
  --ufc-backgroundColor-lime-50: 247 254 231;
  --ufc-borderColor-lime-50: 247 254 231;
  --ufc-backgroundColor-lime-100: 236 252 203;
  --ufc-borderColor-lime-100: 236 252 203;
  --ufc-backgroundColor-lime-200: 217 249 157;
  --ufc-borderColor-lime-200: 217 249 157;
  --ufc-backgroundColor-lime-300: 190 242 100;
  --ufc-borderColor-lime-300: 190 242 100;
  --ufc-backgroundColor-lime-400: 163 230 53;
  --ufc-borderColor-lime-400: 163 230 53;
  --ufc-backgroundColor-lime-500: 132 204 22;
  --ufc-borderColor-lime-500: 132 204 22;
  --ufc-backgroundColor-lime-600: 101 163 13;
  --ufc-borderColor-lime-600: 101 163 13;
  --ufc-backgroundColor-lime-700: 77 124 15;
  --ufc-borderColor-lime-700: 77 124 15;
  --ufc-backgroundColor-lime-800: 63 98 18;
  --ufc-borderColor-lime-800: 63 98 18;
  --ufc-backgroundColor-lime-900: 54 83 20;
  --ufc-borderColor-lime-900: 54 83 20;
  --ufc-backgroundColor-lime-950: 26 46 5;
  --ufc-borderColor-lime-950: 26 46 5;
  --ufc-backgroundColor-green-50: 240 253 244;
  --ufc-borderColor-green-50: 240 253 244;
  --ufc-backgroundColor-green-100: 220 252 231;
  --ufc-borderColor-green-100: 220 252 231;
  --ufc-backgroundColor-green-200: 187 247 208;
  --ufc-borderColor-green-200: 187 247 208;
  --ufc-backgroundColor-green-300: 134 239 172;
  --ufc-borderColor-green-300: 134 239 172;
  --ufc-backgroundColor-green-400: 74 222 128;
  --ufc-borderColor-green-400: 74 222 128;
  --ufc-backgroundColor-green-500: 34 197 94;
  --ufc-borderColor-green-500: 34 197 94;
  --ufc-backgroundColor-green-600: 22 163 74;
  --ufc-borderColor-green-600: 22 163 74;
  --ufc-backgroundColor-green-700: 21 128 61;
  --ufc-borderColor-green-700: 21 128 61;
  --ufc-backgroundColor-green-800: 22 101 52;
  --ufc-borderColor-green-800: 22 101 52;
  --ufc-backgroundColor-green-900: 20 83 45;
  --ufc-borderColor-green-900: 20 83 45;
  --ufc-backgroundColor-green-950: 5 46 22;
  --ufc-borderColor-green-950: 5 46 22;
  --ufc-backgroundColor-emerald-50: 236 253 245;
  --ufc-borderColor-emerald-50: 236 253 245;
  --ufc-backgroundColor-emerald-100: 209 250 229;
  --ufc-borderColor-emerald-100: 209 250 229;
  --ufc-backgroundColor-emerald-200: 167 243 208;
  --ufc-borderColor-emerald-200: 167 243 208;
  --ufc-backgroundColor-emerald-300: 110 231 183;
  --ufc-borderColor-emerald-300: 110 231 183;
  --ufc-backgroundColor-emerald-400: 52 211 153;
  --ufc-borderColor-emerald-400: 52 211 153;
  --ufc-backgroundColor-emerald-500: 16 185 129;
  --ufc-borderColor-emerald-500: 16 185 129;
  --ufc-backgroundColor-emerald-600: 5 150 105;
  --ufc-borderColor-emerald-600: 5 150 105;
  --ufc-backgroundColor-emerald-700: 4 120 87;
  --ufc-borderColor-emerald-700: 4 120 87;
  --ufc-backgroundColor-emerald-800: 6 95 70;
  --ufc-borderColor-emerald-800: 6 95 70;
  --ufc-backgroundColor-emerald-900: 6 78 59;
  --ufc-borderColor-emerald-900: 6 78 59;
  --ufc-backgroundColor-emerald-950: 2 44 34;
  --ufc-borderColor-emerald-950: 2 44 34;
  --ufc-backgroundColor-teal-50: 240 253 250;
  --ufc-borderColor-teal-50: 240 253 250;
  --ufc-backgroundColor-teal-100: 204 251 241;
  --ufc-borderColor-teal-100: 204 251 241;
  --ufc-backgroundColor-teal-200: 153 246 228;
  --ufc-borderColor-teal-200: 153 246 228;
  --ufc-backgroundColor-teal-300: 94 234 212;
  --ufc-borderColor-teal-300: 94 234 212;
  --ufc-backgroundColor-teal-400: 45 212 191;
  --ufc-borderColor-teal-400: 45 212 191;
  --ufc-backgroundColor-teal-500: 20 184 166;
  --ufc-borderColor-teal-500: 20 184 166;
  --ufc-backgroundColor-teal-600: 13 148 136;
  --ufc-borderColor-teal-600: 13 148 136;
  --ufc-backgroundColor-teal-700: 15 118 110;
  --ufc-borderColor-teal-700: 15 118 110;
  --ufc-backgroundColor-teal-800: 17 94 89;
  --ufc-borderColor-teal-800: 17 94 89;
  --ufc-backgroundColor-teal-900: 19 78 74;
  --ufc-borderColor-teal-900: 19 78 74;
  --ufc-backgroundColor-teal-950: 4 47 46;
  --ufc-borderColor-teal-950: 4 47 46;
  --ufc-backgroundColor-cyan-50: 236 254 255;
  --ufc-borderColor-cyan-50: 236 254 255;
  --ufc-backgroundColor-cyan-100: 207 250 254;
  --ufc-borderColor-cyan-100: 207 250 254;
  --ufc-backgroundColor-cyan-200: 165 243 252;
  --ufc-borderColor-cyan-200: 165 243 252;
  --ufc-backgroundColor-cyan-300: 103 232 249;
  --ufc-borderColor-cyan-300: 103 232 249;
  --ufc-backgroundColor-cyan-400: 34 211 238;
  --ufc-borderColor-cyan-400: 34 211 238;
  --ufc-backgroundColor-cyan-500: 6 182 212;
  --ufc-borderColor-cyan-500: 6 182 212;
  --ufc-backgroundColor-cyan-600: 8 145 178;
  --ufc-borderColor-cyan-600: 8 145 178;
  --ufc-backgroundColor-cyan-700: 14 116 144;
  --ufc-borderColor-cyan-700: 14 116 144;
  --ufc-backgroundColor-cyan-800: 21 94 117;
  --ufc-borderColor-cyan-800: 21 94 117;
  --ufc-backgroundColor-cyan-900: 22 78 99;
  --ufc-borderColor-cyan-900: 22 78 99;
  --ufc-backgroundColor-cyan-950: 8 51 68;
  --ufc-borderColor-cyan-950: 8 51 68;
  --ufc-backgroundColor-sky-50: 240 249 255;
  --ufc-borderColor-sky-50: 240 249 255;
  --ufc-backgroundColor-sky-100: 224 242 254;
  --ufc-borderColor-sky-100: 224 242 254;
  --ufc-backgroundColor-sky-200: 186 230 253;
  --ufc-borderColor-sky-200: 186 230 253;
  --ufc-backgroundColor-sky-300: 125 211 252;
  --ufc-borderColor-sky-300: 125 211 252;
  --ufc-backgroundColor-sky-400: 56 189 248;
  --ufc-borderColor-sky-400: 56 189 248;
  --ufc-backgroundColor-sky-500: 14 165 233;
  --ufc-borderColor-sky-500: 14 165 233;
  --ufc-backgroundColor-sky-600: 2 132 199;
  --ufc-borderColor-sky-600: 2 132 199;
  --ufc-backgroundColor-sky-700: 3 105 161;
  --ufc-borderColor-sky-700: 3 105 161;
  --ufc-backgroundColor-sky-800: 7 89 133;
  --ufc-borderColor-sky-800: 7 89 133;
  --ufc-backgroundColor-sky-900: 12 74 110;
  --ufc-borderColor-sky-900: 12 74 110;
  --ufc-backgroundColor-sky-950: 8 47 73;
  --ufc-borderColor-sky-950: 8 47 73;
  --ufc-backgroundColor-blue-50: 239 246 255;
  --ufc-borderColor-blue-50: 239 246 255;
  --ufc-backgroundColor-blue-100: 219 234 254;
  --ufc-borderColor-blue-100: 219 234 254;
  --ufc-backgroundColor-blue-200: 191 219 254;
  --ufc-borderColor-blue-200: 191 219 254;
  --ufc-backgroundColor-blue-300: 147 197 253;
  --ufc-borderColor-blue-300: 147 197 253;
  --ufc-backgroundColor-blue-400: 96 165 250;
  --ufc-borderColor-blue-400: 96 165 250;
  --ufc-backgroundColor-blue-500: 59 130 246;
  --ufc-borderColor-blue-500: 59 130 246;
  --ufc-backgroundColor-blue-600: 37 99 235;
  --ufc-borderColor-blue-600: 37 99 235;
  --ufc-backgroundColor-blue-700: 29 78 216;
  --ufc-borderColor-blue-700: 29 78 216;
  --ufc-backgroundColor-blue-800: 30 64 175;
  --ufc-borderColor-blue-800: 30 64 175;
  --ufc-backgroundColor-blue-900: 30 58 138;
  --ufc-borderColor-blue-900: 30 58 138;
  --ufc-backgroundColor-blue-950: 23 37 84;
  --ufc-borderColor-blue-950: 23 37 84;
  --ufc-backgroundColor-indigo-50: 238 242 255;
  --ufc-borderColor-indigo-50: 238 242 255;
  --ufc-backgroundColor-indigo-100: 224 231 255;
  --ufc-borderColor-indigo-100: 224 231 255;
  --ufc-backgroundColor-indigo-200: 199 210 254;
  --ufc-borderColor-indigo-200: 199 210 254;
  --ufc-backgroundColor-indigo-300: 165 180 252;
  --ufc-borderColor-indigo-300: 165 180 252;
  --ufc-backgroundColor-indigo-400: 129 140 248;
  --ufc-borderColor-indigo-400: 129 140 248;
  --ufc-backgroundColor-indigo-500: 99 102 241;
  --ufc-borderColor-indigo-500: 99 102 241;
  --ufc-backgroundColor-indigo-600: 79 70 229;
  --ufc-borderColor-indigo-600: 79 70 229;
  --ufc-backgroundColor-indigo-700: 67 56 202;
  --ufc-borderColor-indigo-700: 67 56 202;
  --ufc-backgroundColor-indigo-800: 55 48 163;
  --ufc-borderColor-indigo-800: 55 48 163;
  --ufc-backgroundColor-indigo-900: 49 46 129;
  --ufc-borderColor-indigo-900: 49 46 129;
  --ufc-backgroundColor-indigo-950: 30 27 75;
  --ufc-borderColor-indigo-950: 30 27 75;
  --ufc-backgroundColor-violet-50: 245 243 255;
  --ufc-borderColor-violet-50: 245 243 255;
  --ufc-backgroundColor-violet-100: 237 233 254;
  --ufc-borderColor-violet-100: 237 233 254;
  --ufc-backgroundColor-violet-200: 221 214 254;
  --ufc-borderColor-violet-200: 221 214 254;
  --ufc-backgroundColor-violet-300: 196 181 253;
  --ufc-borderColor-violet-300: 196 181 253;
  --ufc-backgroundColor-violet-400: 167 139 250;
  --ufc-borderColor-violet-400: 167 139 250;
  --ufc-backgroundColor-violet-500: 139 92 246;
  --ufc-borderColor-violet-500: 139 92 246;
  --ufc-backgroundColor-violet-600: 124 58 237;
  --ufc-borderColor-violet-600: 124 58 237;
  --ufc-backgroundColor-violet-700: 109 40 217;
  --ufc-borderColor-violet-700: 109 40 217;
  --ufc-backgroundColor-violet-800: 91 33 182;
  --ufc-borderColor-violet-800: 91 33 182;
  --ufc-backgroundColor-violet-900: 76 29 149;
  --ufc-borderColor-violet-900: 76 29 149;
  --ufc-backgroundColor-violet-950: 46 16 101;
  --ufc-borderColor-violet-950: 46 16 101;
  --ufc-backgroundColor-purple-50: 250 245 255;
  --ufc-borderColor-purple-50: 250 245 255;
  --ufc-backgroundColor-purple-100: 243 232 255;
  --ufc-borderColor-purple-100: 243 232 255;
  --ufc-backgroundColor-purple-200: 233 213 255;
  --ufc-borderColor-purple-200: 233 213 255;
  --ufc-backgroundColor-purple-300: 216 180 254;
  --ufc-borderColor-purple-300: 216 180 254;
  --ufc-backgroundColor-purple-400: 192 132 252;
  --ufc-borderColor-purple-400: 192 132 252;
  --ufc-backgroundColor-purple-500: 168 85 247;
  --ufc-borderColor-purple-500: 168 85 247;
  --ufc-backgroundColor-purple-600: 147 51 234;
  --ufc-borderColor-purple-600: 147 51 234;
  --ufc-backgroundColor-purple-700: 126 34 206;
  --ufc-borderColor-purple-700: 126 34 206;
  --ufc-backgroundColor-purple-800: 107 33 168;
  --ufc-borderColor-purple-800: 107 33 168;
  --ufc-backgroundColor-purple-900: 88 28 135;
  --ufc-borderColor-purple-900: 88 28 135;
  --ufc-backgroundColor-purple-950: 59 7 100;
  --ufc-borderColor-purple-950: 59 7 100;
  --ufc-backgroundColor-fuchsia-50: 253 244 255;
  --ufc-borderColor-fuchsia-50: 253 244 255;
  --ufc-backgroundColor-fuchsia-100: 250 232 255;
  --ufc-borderColor-fuchsia-100: 250 232 255;
  --ufc-backgroundColor-fuchsia-200: 245 208 254;
  --ufc-borderColor-fuchsia-200: 245 208 254;
  --ufc-backgroundColor-fuchsia-300: 240 171 252;
  --ufc-borderColor-fuchsia-300: 240 171 252;
  --ufc-backgroundColor-fuchsia-400: 232 121 249;
  --ufc-borderColor-fuchsia-400: 232 121 249;
  --ufc-backgroundColor-fuchsia-500: 217 70 239;
  --ufc-borderColor-fuchsia-500: 217 70 239;
  --ufc-backgroundColor-fuchsia-600: 192 38 211;
  --ufc-borderColor-fuchsia-600: 192 38 211;
  --ufc-backgroundColor-fuchsia-700: 162 28 175;
  --ufc-borderColor-fuchsia-700: 162 28 175;
  --ufc-backgroundColor-fuchsia-800: 134 25 143;
  --ufc-borderColor-fuchsia-800: 134 25 143;
  --ufc-backgroundColor-fuchsia-900: 112 26 117;
  --ufc-borderColor-fuchsia-900: 112 26 117;
  --ufc-backgroundColor-fuchsia-950: 74 4 78;
  --ufc-borderColor-fuchsia-950: 74 4 78;
  --ufc-backgroundColor-pink-50: 253 242 248;
  --ufc-borderColor-pink-50: 253 242 248;
  --ufc-backgroundColor-pink-100: 252 231 243;
  --ufc-borderColor-pink-100: 252 231 243;
  --ufc-backgroundColor-pink-200: 251 207 232;
  --ufc-borderColor-pink-200: 251 207 232;
  --ufc-backgroundColor-pink-300: 249 168 212;
  --ufc-borderColor-pink-300: 249 168 212;
  --ufc-backgroundColor-pink-400: 244 114 182;
  --ufc-borderColor-pink-400: 244 114 182;
  --ufc-backgroundColor-pink-500: 236 72 153;
  --ufc-borderColor-pink-500: 236 72 153;
  --ufc-backgroundColor-pink-600: 219 39 119;
  --ufc-borderColor-pink-600: 219 39 119;
  --ufc-backgroundColor-pink-700: 190 24 93;
  --ufc-borderColor-pink-700: 190 24 93;
  --ufc-backgroundColor-pink-800: 157 23 77;
  --ufc-borderColor-pink-800: 157 23 77;
  --ufc-backgroundColor-pink-900: 131 24 67;
  --ufc-borderColor-pink-900: 131 24 67;
  --ufc-backgroundColor-pink-950: 80 7 36;
  --ufc-borderColor-pink-950: 80 7 36;
  --ufc-backgroundColor-rose-50: 255 241 242;
  --ufc-borderColor-rose-50: 255 241 242;
  --ufc-backgroundColor-rose-100: 255 228 230;
  --ufc-borderColor-rose-100: 255 228 230;
  --ufc-backgroundColor-rose-200: 254 205 211;
  --ufc-borderColor-rose-200: 254 205 211;
  --ufc-backgroundColor-rose-300: 253 164 175;
  --ufc-borderColor-rose-300: 253 164 175;
  --ufc-backgroundColor-rose-400: 251 113 133;
  --ufc-borderColor-rose-400: 251 113 133;
  --ufc-backgroundColor-rose-500: 244 63 94;
  --ufc-borderColor-rose-500: 244 63 94;
  --ufc-backgroundColor-rose-600: 225 29 72;
  --ufc-borderColor-rose-600: 225 29 72;
  --ufc-backgroundColor-rose-700: 190 18 60;
  --ufc-borderColor-rose-700: 190 18 60;
  --ufc-backgroundColor-rose-800: 159 18 57;
  --ufc-borderColor-rose-800: 159 18 57;
  --ufc-backgroundColor-rose-900: 136 19 55;
  --ufc-borderColor-rose-900: 136 19 55;
  --ufc-backgroundColor-rose-950: 76 5 25;
  --ufc-borderColor-rose-950: 76 5 25;
}

html.dark {
  --ufc-backgroundColor-slate-50: 13 16 22;
  --ufc-borderColor-slate-50: 53 58 70;
  --ufc-backgroundColor-slate-100: 38 43 54;
  --ufc-borderColor-slate-100: 57 63 76;
  --ufc-backgroundColor-slate-200: 47 53 65;
  --ufc-borderColor-slate-200: 57 63 76;
  --ufc-backgroundColor-slate-300: 58 63 75;
  --ufc-borderColor-slate-300: 75 83 98;
  --ufc-backgroundColor-slate-400: 104 113 130;
  --ufc-borderColor-slate-400: 89 98 115;
  --ufc-backgroundColor-slate-500: 91 98 113;
  --ufc-borderColor-slate-500: 103 113 131;
  --ufc-backgroundColor-slate-600: 76 83 97;
  --ufc-borderColor-slate-600: 89 98 115;
  --ufc-backgroundColor-slate-700: 59 66 78;
  --ufc-borderColor-slate-700: 75 83 98;
  --ufc-backgroundColor-slate-800: 44 51 63;
  --ufc-borderColor-slate-800: 61 68 81;
  --ufc-backgroundColor-slate-900: 33 38 49;
  --ufc-borderColor-slate-900: 53 58 70;
  --ufc-backgroundColor-slate-950: 23 28 38;
  --ufc-borderColor-slate-950: 48 53 64;
  --ufc-backgroundColor-gray-50: 13 16 22;
  --ufc-borderColor-gray-50: 53 58 70;
  --ufc-backgroundColor-gray-100: 38 43 54;
  --ufc-borderColor-gray-100: 57 63 76;
  --ufc-backgroundColor-gray-200: 47 53 65;
  --ufc-borderColor-gray-200: 57 63 76;
  --ufc-backgroundColor-gray-300: 58 63 75;
  --ufc-borderColor-gray-300: 75 83 98;
  --ufc-backgroundColor-gray-400: 104 113 130;
  --ufc-borderColor-gray-400: 89 98 115;
  --ufc-backgroundColor-gray-500: 91 98 113;
  --ufc-borderColor-gray-500: 103 113 131;
  --ufc-backgroundColor-gray-600: 76 83 97;
  --ufc-borderColor-gray-600: 89 98 115;
  --ufc-backgroundColor-gray-700: 59 66 78;
  --ufc-borderColor-gray-700: 75 83 98;
  --ufc-backgroundColor-gray-800: 44 51 63;
  --ufc-borderColor-gray-800: 61 68 81;
  --ufc-backgroundColor-gray-900: 33 38 49;
  --ufc-borderColor-gray-900: 53 58 70;
  --ufc-backgroundColor-gray-950: 23 28 38;
  --ufc-borderColor-gray-950: 48 53 64;
  --ufc-backgroundColor-zinc-50: 13 16 22;
  --ufc-borderColor-zinc-50: 53 58 70;
  --ufc-backgroundColor-zinc-100: 38 43 54;
  --ufc-borderColor-zinc-100: 57 63 76;
  --ufc-backgroundColor-zinc-200: 47 53 65;
  --ufc-borderColor-zinc-200: 57 63 76;
  --ufc-backgroundColor-zinc-300: 58 63 75;
  --ufc-borderColor-zinc-300: 75 83 98;
  --ufc-backgroundColor-zinc-400: 104 113 130;
  --ufc-borderColor-zinc-400: 89 98 115;
  --ufc-backgroundColor-zinc-500: 91 98 113;
  --ufc-borderColor-zinc-500: 103 113 131;
  --ufc-backgroundColor-zinc-600: 76 83 97;
  --ufc-borderColor-zinc-600: 89 98 115;
  --ufc-backgroundColor-zinc-700: 59 66 78;
  --ufc-borderColor-zinc-700: 75 83 98;
  --ufc-backgroundColor-zinc-800: 44 51 63;
  --ufc-borderColor-zinc-800: 61 68 81;
  --ufc-backgroundColor-zinc-900: 33 38 49;
  --ufc-borderColor-zinc-900: 53 58 70;
  --ufc-backgroundColor-zinc-950: 23 28 38;
  --ufc-borderColor-zinc-950: 48 53 64;
  --ufc-backgroundColor-neutral-50: 13 16 22;
  --ufc-borderColor-neutral-50: 53 58 70;
  --ufc-backgroundColor-neutral-100: 38 43 54;
  --ufc-borderColor-neutral-100: 57 63 76;
  --ufc-backgroundColor-neutral-200: 47 53 65;
  --ufc-borderColor-neutral-200: 57 63 76;
  --ufc-backgroundColor-neutral-300: 58 63 75;
  --ufc-borderColor-neutral-300: 75 83 98;
  --ufc-backgroundColor-neutral-400: 104 113 130;
  --ufc-borderColor-neutral-400: 89 98 115;
  --ufc-backgroundColor-neutral-500: 91 98 113;
  --ufc-borderColor-neutral-500: 103 113 131;
  --ufc-backgroundColor-neutral-600: 76 83 97;
  --ufc-borderColor-neutral-600: 89 98 115;
  --ufc-backgroundColor-neutral-700: 59 66 78;
  --ufc-borderColor-neutral-700: 75 83 98;
  --ufc-backgroundColor-neutral-800: 44 51 63;
  --ufc-borderColor-neutral-800: 61 68 81;
  --ufc-backgroundColor-neutral-900: 33 38 49;
  --ufc-borderColor-neutral-900: 53 58 70;
  --ufc-backgroundColor-neutral-950: 23 28 38;
  --ufc-borderColor-neutral-950: 48 53 64;
  --ufc-backgroundColor-stone-50: 13 16 22;
  --ufc-borderColor-stone-50: 53 58 70;
  --ufc-backgroundColor-stone-100: 38 43 54;
  --ufc-borderColor-stone-100: 57 63 76;
  --ufc-backgroundColor-stone-200: 47 53 65;
  --ufc-borderColor-stone-200: 57 63 76;
  --ufc-backgroundColor-stone-300: 58 63 75;
  --ufc-borderColor-stone-300: 75 83 98;
  --ufc-backgroundColor-stone-400: 104 113 130;
  --ufc-borderColor-stone-400: 89 98 115;
  --ufc-backgroundColor-stone-500: 91 98 113;
  --ufc-borderColor-stone-500: 103 113 131;
  --ufc-backgroundColor-stone-600: 76 83 97;
  --ufc-borderColor-stone-600: 89 98 115;
  --ufc-backgroundColor-stone-700: 59 66 78;
  --ufc-borderColor-stone-700: 75 83 98;
  --ufc-backgroundColor-stone-800: 44 51 63;
  --ufc-borderColor-stone-800: 61 68 81;
  --ufc-backgroundColor-stone-900: 33 38 49;
  --ufc-borderColor-stone-900: 53 58 70;
  --ufc-backgroundColor-stone-950: 23 28 38;
  --ufc-borderColor-stone-950: 48 53 64;
  --ufc-backgroundColor-red-50: 61 38 47;
  --ufc-borderColor-red-50: 112 65 74;
  --ufc-backgroundColor-red-100: 79 41 49;
  --ufc-borderColor-red-100: 121 65 73;
  --ufc-backgroundColor-red-200: 96 44 51;
  --ufc-borderColor-red-200: 139 65 72;
  --ufc-backgroundColor-red-300: 113 47 53;
  --ufc-borderColor-red-300: 157 66 72;
  --ufc-backgroundColor-red-400: 248 113 113;
  --ufc-borderColor-red-400: 248 113 113;
  --ufc-backgroundColor-red-500: 239 68 68;
  --ufc-borderColor-red-500: 239 68 68;
  --ufc-backgroundColor-red-600: 220 38 38;
  --ufc-borderColor-red-600: 220 38 38;
  --ufc-backgroundColor-red-700: 185 28 28;
  --ufc-borderColor-red-700: 185 28 28;
  --ufc-backgroundColor-red-800: 153 27 27;
  --ufc-borderColor-red-800: 153 27 27;
  --ufc-backgroundColor-red-900: 127 29 29;
  --ufc-borderColor-red-900: 127 29 29;
  --ufc-backgroundColor-red-950: 69 10 10;
  --ufc-borderColor-red-950: 69 10 10;
  --ufc-backgroundColor-orange-50: 62 45 40;
  --ufc-borderColor-orange-50: 115 79 60;
  --ufc-backgroundColor-orange-100: 82 53 38;
  --ufc-borderColor-orange-100: 124 81 57;
  --ufc-backgroundColor-orange-200: 99 59 36;
  --ufc-borderColor-orange-200: 143 86 52;
  --ufc-backgroundColor-orange-300: 117 66 35;
  --ufc-borderColor-orange-300: 163 92 46;
  --ufc-backgroundColor-orange-400: 251 146 60;
  --ufc-borderColor-orange-400: 251 146 60;
  --ufc-backgroundColor-orange-500: 249 115 22;
  --ufc-borderColor-orange-500: 249 115 22;
  --ufc-backgroundColor-orange-600: 234 88 12;
  --ufc-borderColor-orange-600: 234 88 12;
  --ufc-backgroundColor-orange-700: 194 65 12;
  --ufc-borderColor-orange-700: 194 65 12;
  --ufc-backgroundColor-orange-800: 154 52 18;
  --ufc-borderColor-orange-800: 154 52 18;
  --ufc-backgroundColor-orange-900: 124 45 18;
  --ufc-borderColor-orange-900: 124 45 18;
  --ufc-backgroundColor-orange-950: 67 20 7;
  --ufc-borderColor-orange-950: 67 20 7;
  --ufc-backgroundColor-amber-50: 61 52 38;
  --ufc-borderColor-amber-50: 113 92 56;
  --ufc-backgroundColor-amber-100: 81 63 35;
  --ufc-borderColor-amber-100: 123 96 53;
  --ufc-backgroundColor-amber-200: 98 73 33;
  --ufc-borderColor-amber-200: 142 106 47;
  --ufc-backgroundColor-amber-300: 115 83 30;
  --ufc-borderColor-amber-300: 160 115 40;
  --ufc-backgroundColor-amber-400: 251 191 36;
  --ufc-borderColor-amber-400: 251 191 36;
  --ufc-backgroundColor-amber-500: 245 158 11;
  --ufc-borderColor-amber-500: 245 158 11;
  --ufc-backgroundColor-amber-600: 217 119 6;
  --ufc-borderColor-amber-600: 217 119 6;
  --ufc-backgroundColor-amber-700: 180 83 9;
  --ufc-borderColor-amber-700: 180 83 9;
  --ufc-backgroundColor-amber-800: 146 64 14;
  --ufc-borderColor-amber-800: 146 64 14;
  --ufc-backgroundColor-amber-900: 120 53 15;
  --ufc-borderColor-amber-900: 120 53 15;
  --ufc-backgroundColor-amber-950: 69 26 3;
  --ufc-borderColor-amber-950: 69 26 3;
  --ufc-backgroundColor-yellow-50: 60 55 38;
  --ufc-borderColor-yellow-50: 110 98 56;
  --ufc-backgroundColor-yellow-100: 78 68 35;
  --ufc-borderColor-yellow-100: 119 104 52;
  --ufc-backgroundColor-yellow-200: 95 80 32;
  --ufc-borderColor-yellow-200: 137 115 45;
  --ufc-backgroundColor-yellow-300: 111 91 29;
  --ufc-borderColor-yellow-300: 154 127 39;
  --ufc-backgroundColor-yellow-400: 250 204 21;
  --ufc-borderColor-yellow-400: 250 204 21;
  --ufc-backgroundColor-yellow-500: 234 179 8;
  --ufc-borderColor-yellow-500: 234 179 8;
  --ufc-backgroundColor-yellow-600: 202 138 4;
  --ufc-borderColor-yellow-600: 202 138 4;
  --ufc-backgroundColor-yellow-700: 161 98 7;
  --ufc-borderColor-yellow-700: 161 98 7;
  --ufc-backgroundColor-yellow-800: 133 77 14;
  --ufc-borderColor-yellow-800: 133 77 14;
  --ufc-backgroundColor-yellow-900: 113 63 18;
  --ufc-borderColor-yellow-900: 113 63 18;
  --ufc-backgroundColor-yellow-950: 66 32 6;
  --ufc-borderColor-yellow-950: 66 32 6;
  --ufc-backgroundColor-lime-50: 44 59 40;
  --ufc-borderColor-lime-50: 80 105 60;
  --ufc-backgroundColor-lime-100: 54 74 38;
  --ufc-borderColor-lime-100: 83 112 57;
  --ufc-backgroundColor-lime-200: 62 88 36;
  --ufc-borderColor-lime-200: 91 126 52;
  --ufc-backgroundColor-lime-300: 70 101 35;
  --ufc-borderColor-lime-300: 98 141 46;
  --ufc-backgroundColor-lime-400: 163 230 53;
  --ufc-borderColor-lime-400: 163 230 53;
  --ufc-backgroundColor-lime-500: 132 204 22;
  --ufc-borderColor-lime-500: 132 204 22;
  --ufc-backgroundColor-lime-600: 101 163 13;
  --ufc-borderColor-lime-600: 101 163 13;
  --ufc-backgroundColor-lime-700: 77 124 15;
  --ufc-borderColor-lime-700: 77 124 15;
  --ufc-backgroundColor-lime-800: 63 98 18;
  --ufc-borderColor-lime-800: 63 98 18;
  --ufc-backgroundColor-lime-900: 54 83 20;
  --ufc-borderColor-lime-900: 54 83 20;
  --ufc-backgroundColor-lime-950: 26 46 5;
  --ufc-borderColor-lime-950: 26 46 5;
  --ufc-backgroundColor-green-50: 30 58 51;
  --ufc-borderColor-green-50: 50 103 81;
  --ufc-backgroundColor-green-100: 30 72 55;
  --ufc-borderColor-green-100: 49 110 82;
  --ufc-backgroundColor-green-200: 31 85 59;
  --ufc-borderColor-green-200: 47 123 84;
  --ufc-backgroundColor-green-300: 31 99 63;
  --ufc-borderColor-green-300: 44 137 86;
  --ufc-backgroundColor-green-400: 74 222 128;
  --ufc-borderColor-green-400: 74 222 128;
  --ufc-backgroundColor-green-500: 34 197 94;
  --ufc-borderColor-green-500: 34 197 94;
  --ufc-backgroundColor-green-600: 22 163 74;
  --ufc-borderColor-green-600: 22 163 74;
  --ufc-backgroundColor-green-700: 21 128 61;
  --ufc-borderColor-green-700: 21 128 61;
  --ufc-backgroundColor-green-800: 22 101 52;
  --ufc-borderColor-green-800: 22 101 52;
  --ufc-backgroundColor-green-900: 20 83 45;
  --ufc-borderColor-green-900: 20 83 45;
  --ufc-backgroundColor-green-950: 5 46 22;
  --ufc-borderColor-green-950: 5 46 22;
  --ufc-backgroundColor-emerald-50: 27 56 56;
  --ufc-borderColor-emerald-50: 45 100 92;
  --ufc-backgroundColor-emerald-100: 26 69 64;
  --ufc-borderColor-emerald-100: 43 106 95;
  --ufc-backgroundColor-emerald-200: 25 82 71;
  --ufc-borderColor-emerald-200: 39 118 100;
  --ufc-backgroundColor-emerald-300: 24 94 77;
  --ufc-borderColor-emerald-300: 34 130 105;
  --ufc-backgroundColor-emerald-400: 52 211 153;
  --ufc-borderColor-emerald-400: 52 211 153;
  --ufc-backgroundColor-emerald-500: 16 185 129;
  --ufc-borderColor-emerald-500: 16 185 129;
  --ufc-backgroundColor-emerald-600: 5 150 105;
  --ufc-borderColor-emerald-600: 5 150 105;
  --ufc-backgroundColor-emerald-700: 4 120 87;
  --ufc-borderColor-emerald-700: 4 120 87;
  --ufc-backgroundColor-emerald-800: 6 95 70;
  --ufc-borderColor-emerald-800: 6 95 70;
  --ufc-backgroundColor-emerald-900: 6 78 59;
  --ufc-borderColor-emerald-900: 6 78 59;
  --ufc-backgroundColor-emerald-950: 2 44 34;
  --ufc-borderColor-emerald-950: 2 44 34;
  --ufc-backgroundColor-teal-50: 28 56 61;
  --ufc-borderColor-teal-50: 46 99 103;
  --ufc-backgroundColor-teal-100: 27 69 73;
  --ufc-borderColor-teal-100: 44 105 108;
  --ufc-backgroundColor-teal-200: 26 81 82;
  --ufc-borderColor-teal-200: 40 117 117;
  --ufc-backgroundColor-teal-300: 25 93 92;
  --ufc-borderColor-teal-300: 37 130 126;
  --ufc-backgroundColor-teal-400: 45 212 191;
  --ufc-borderColor-teal-400: 45 212 191;
  --ufc-backgroundColor-teal-500: 20 184 166;
  --ufc-borderColor-teal-500: 20 184 166;
  --ufc-backgroundColor-teal-600: 13 148 136;
  --ufc-borderColor-teal-600: 13 148 136;
  --ufc-backgroundColor-teal-700: 15 118 110;
  --ufc-borderColor-teal-700: 15 118 110;
  --ufc-backgroundColor-teal-800: 17 94 89;
  --ufc-borderColor-teal-800: 17 94 89;
  --ufc-backgroundColor-teal-900: 19 78 74;
  --ufc-borderColor-teal-900: 19 78 74;
  --ufc-backgroundColor-teal-950: 4 47 46;
  --ufc-borderColor-teal-950: 4 47 46;
  --ufc-backgroundColor-cyan-50: 26 55 68;
  --ufc-borderColor-cyan-50: 42 99 117;
  --ufc-backgroundColor-cyan-100: 23 69 84;
  --ufc-borderColor-cyan-100: 39 105 124;
  --ufc-backgroundColor-cyan-200: 22 81 97;
  --ufc-borderColor-cyan-200: 34 117 137;
  --ufc-backgroundColor-cyan-300: 20 93 111;
  --ufc-borderColor-cyan-300: 29 128 151;
  --ufc-backgroundColor-cyan-400: 34 211 238;
  --ufc-borderColor-cyan-400: 34 211 238;
  --ufc-backgroundColor-cyan-500: 6 182 212;
  --ufc-borderColor-cyan-500: 6 182 212;
  --ufc-backgroundColor-cyan-600: 8 145 178;
  --ufc-borderColor-cyan-600: 8 145 178;
  --ufc-backgroundColor-cyan-700: 14 116 144;
  --ufc-borderColor-cyan-700: 14 116 144;
  --ufc-backgroundColor-cyan-800: 21 94 117;
  --ufc-borderColor-cyan-800: 21 94 117;
  --ufc-backgroundColor-cyan-900: 22 78 99;
  --ufc-borderColor-cyan-900: 22 78 99;
  --ufc-backgroundColor-cyan-950: 8 51 68;
  --ufc-borderColor-cyan-950: 8 51 68;
  --ufc-backgroundColor-sky-50: 27 53 72;
  --ufc-borderColor-sky-50: 44 94 123;
  --ufc-backgroundColor-sky-100: 25 65 89;
  --ufc-borderColor-sky-100: 42 99 131;
  --ufc-backgroundColor-sky-200: 24 75 104;
  --ufc-borderColor-sky-200: 38 109 147;
  --ufc-backgroundColor-sky-300: 23 86 119;
  --ufc-borderColor-sky-300: 33 119 162;
  --ufc-backgroundColor-sky-400: 56 189 248;
  --ufc-borderColor-sky-400: 56 189 248;
  --ufc-backgroundColor-sky-500: 14 165 233;
  --ufc-borderColor-sky-500: 14 165 233;
  --ufc-backgroundColor-sky-600: 2 132 199;
  --ufc-borderColor-sky-600: 2 132 199;
  --ufc-backgroundColor-sky-700: 3 105 161;
  --ufc-borderColor-sky-700: 3 105 161;
  --ufc-backgroundColor-sky-800: 7 89 133;
  --ufc-borderColor-sky-800: 7 89 133;
  --ufc-backgroundColor-sky-900: 12 74 110;
  --ufc-borderColor-sky-900: 12 74 110;
  --ufc-backgroundColor-sky-950: 8 47 73;
  --ufc-borderColor-sky-950: 8 47 73;
  --ufc-backgroundColor-blue-50: 34 48 73;
  --ufc-borderColor-blue-50: 58 83 127;
  --ufc-backgroundColor-blue-100: 36 56 92;
  --ufc-borderColor-blue-100: 58 86 136;
  --ufc-backgroundColor-blue-200: 39 64 108;
  --ufc-borderColor-blue-200: 58 93 153;
  --ufc-backgroundColor-blue-300: 41 72 124;
  --ufc-borderColor-blue-300: 58 100 170;
  --ufc-backgroundColor-blue-400: 96 165 250;
  --ufc-borderColor-blue-400: 96 165 250;
  --ufc-backgroundColor-blue-500: 59 130 246;
  --ufc-borderColor-blue-500: 59 130 246;
  --ufc-backgroundColor-blue-600: 37 99 235;
  --ufc-borderColor-blue-600: 37 99 235;
  --ufc-backgroundColor-blue-700: 29 78 216;
  --ufc-borderColor-blue-700: 29 78 216;
  --ufc-backgroundColor-blue-800: 30 64 175;
  --ufc-borderColor-blue-800: 30 64 175;
  --ufc-backgroundColor-blue-900: 30 58 138;
  --ufc-borderColor-blue-900: 30 58 138;
  --ufc-backgroundColor-blue-950: 23 37 84;
  --ufc-borderColor-blue-950: 23 37 84;
  --ufc-backgroundColor-indigo-50: 40 43 73;
  --ufc-borderColor-indigo-50: 70 75 126;
  --ufc-backgroundColor-indigo-100: 46 50 91;
  --ufc-borderColor-indigo-100: 72 77 134;
  --ufc-backgroundColor-indigo-200: 51 55 106;
  --ufc-borderColor-indigo-200: 76 81 150;
  --ufc-backgroundColor-indigo-300: 57 61 122;
  --ufc-borderColor-indigo-300: 80 84 167;
  --ufc-backgroundColor-indigo-400: 129 140 248;
  --ufc-borderColor-indigo-400: 129 140 248;
  --ufc-backgroundColor-indigo-500: 99 102 241;
  --ufc-borderColor-indigo-500: 99 102 241;
  --ufc-backgroundColor-indigo-600: 79 70 229;
  --ufc-borderColor-indigo-600: 79 70 229;
  --ufc-backgroundColor-indigo-700: 67 56 202;
  --ufc-borderColor-indigo-700: 67 56 202;
  --ufc-backgroundColor-indigo-800: 55 48 163;
  --ufc-borderColor-indigo-800: 55 48 163;
  --ufc-backgroundColor-indigo-900: 49 46 129;
  --ufc-borderColor-indigo-900: 49 46 129;
  --ufc-backgroundColor-indigo-950: 30 27 75;
  --ufc-borderColor-indigo-950: 30 27 75;
  --ufc-backgroundColor-violet-50: 46 42 73;
  --ufc-borderColor-violet-50: 82 72 127;
  --ufc-backgroundColor-violet-100: 55 47 92;
  --ufc-borderColor-violet-100: 86 73 136;
  --ufc-backgroundColor-violet-200: 64 52 108;
  --ufc-borderColor-violet-200: 94 76 153;
  --ufc-backgroundColor-violet-300: 73 57 124;
  --ufc-borderColor-violet-300: 102 79 170;
  --ufc-backgroundColor-violet-400: 167 139 250;
  --ufc-borderColor-violet-400: 167 139 250;
  --ufc-backgroundColor-violet-500: 139 92 246;
  --ufc-borderColor-violet-500: 139 92 246;
  --ufc-backgroundColor-violet-600: 124 58 237;
  --ufc-borderColor-violet-600: 124 58 237;
  --ufc-backgroundColor-violet-700: 109 40 217;
  --ufc-borderColor-violet-700: 109 40 217;
  --ufc-backgroundColor-violet-800: 91 33 182;
  --ufc-borderColor-violet-800: 91 33 182;
  --ufc-backgroundColor-violet-900: 76 29 149;
  --ufc-borderColor-violet-900: 76 29 149;
  --ufc-backgroundColor-violet-950: 46 16 101;
  --ufc-borderColor-violet-950: 46 16 101;
  --ufc-backgroundColor-purple-50: 50 41 74;
  --ufc-borderColor-purple-50: 90 70 127;
  --ufc-backgroundColor-purple-100: 62 45 92;
  --ufc-borderColor-purple-100: 96 71 136;
  --ufc-backgroundColor-purple-200: 73 50 108;
  --ufc-borderColor-purple-200: 107 73 153;
  --ufc-backgroundColor-purple-300: 85 54 125;
  --ufc-borderColor-purple-300: 118 75 170;
  --ufc-backgroundColor-purple-400: 192 132 252;
  --ufc-borderColor-purple-400: 192 132 252;
  --ufc-backgroundColor-purple-500: 168 85 247;
  --ufc-borderColor-purple-500: 168 85 247;
  --ufc-backgroundColor-purple-600: 147 51 234;
  --ufc-borderColor-purple-600: 147 51 234;
  --ufc-backgroundColor-purple-700: 126 34 206;
  --ufc-borderColor-purple-700: 126 34 206;
  --ufc-backgroundColor-purple-800: 107 33 168;
  --ufc-borderColor-purple-800: 107 33 168;
  --ufc-backgroundColor-purple-900: 88 28 135;
  --ufc-borderColor-purple-900: 88 28 135;
  --ufc-backgroundColor-purple-950: 59 7 100;
  --ufc-borderColor-purple-950: 59 7 100;
  --ufc-backgroundColor-fuchsia-50: 57 39 72;
  --ufc-borderColor-fuchsia-50: 105 65 125;
  --ufc-backgroundColor-fuchsia-100: 74 42 90;
  --ufc-borderColor-fuchsia-100: 113 65 133;
  --ufc-backgroundColor-fuchsia-200: 89 45 106;
  --ufc-borderColor-fuchsia-200: 129 66 149;
  --ufc-backgroundColor-fuchsia-300: 104 48 121;
  --ufc-borderColor-fuchsia-300: 145 67 166;
  --ufc-backgroundColor-fuchsia-400: 232 121 249;
  --ufc-borderColor-fuchsia-400: 232 121 249;
  --ufc-backgroundColor-fuchsia-500: 217 70 239;
  --ufc-borderColor-fuchsia-500: 217 70 239;
  --ufc-backgroundColor-fuchsia-600: 192 38 211;
  --ufc-borderColor-fuchsia-600: 192 38 211;
  --ufc-backgroundColor-fuchsia-700: 162 28 175;
  --ufc-borderColor-fuchsia-700: 162 28 175;
  --ufc-backgroundColor-fuchsia-800: 134 25 143;
  --ufc-borderColor-fuchsia-800: 134 25 143;
  --ufc-backgroundColor-fuchsia-900: 112 26 117;
  --ufc-borderColor-fuchsia-900: 112 26 117;
  --ufc-backgroundColor-fuchsia-950: 74 4 78;
  --ufc-borderColor-fuchsia-950: 74 4 78;
  --ufc-backgroundColor-pink-50: 60 39 60;
  --ufc-borderColor-pink-50: 111 66 99;
  --ufc-backgroundColor-pink-100: 79 42 69;
  --ufc-borderColor-pink-100: 120 66 103;
  --ufc-backgroundColor-pink-200: 95 45 78;
  --ufc-borderColor-pink-200: 138 67 111;
  --ufc-backgroundColor-pink-300: 112 49 87;
  --ufc-borderColor-pink-300: 155 68 118;
  --ufc-backgroundColor-pink-400: 244 114 182;
  --ufc-borderColor-pink-400: 244 114 182;
  --ufc-backgroundColor-pink-500: 236 72 153;
  --ufc-borderColor-pink-500: 236 72 153;
  --ufc-backgroundColor-pink-600: 219 39 119;
  --ufc-borderColor-pink-600: 219 39 119;
  --ufc-backgroundColor-pink-700: 190 24 93;
  --ufc-borderColor-pink-700: 190 24 93;
  --ufc-backgroundColor-pink-800: 157 23 77;
  --ufc-borderColor-pink-800: 157 23 77;
  --ufc-backgroundColor-pink-900: 131 24 67;
  --ufc-borderColor-pink-900: 131 24 67;
  --ufc-backgroundColor-pink-950: 80 7 36;
  --ufc-borderColor-pink-950: 80 7 36;
  --ufc-backgroundColor-rose-50: 61 38 51;
  --ufc-borderColor-rose-50: 113 63 81;
  --ufc-backgroundColor-rose-100: 81 40 55;
  --ufc-borderColor-rose-100: 122 63 82;
  --ufc-backgroundColor-rose-200: 98 43 59;
  --ufc-borderColor-rose-200: 141 63 84;
  --ufc-backgroundColor-rose-300: 115 45 63;
  --ufc-borderColor-rose-300: 160 63 86;
  --ufc-backgroundColor-rose-400: 251 113 133;
  --ufc-borderColor-rose-400: 251 113 133;
  --ufc-backgroundColor-rose-500: 244 63 94;
  --ufc-borderColor-rose-500: 244 63 94;
  --ufc-backgroundColor-rose-600: 225 29 72;
  --ufc-borderColor-rose-600: 225 29 72;
  --ufc-backgroundColor-rose-700: 190 18 60;
  --ufc-borderColor-rose-700: 190 18 60;
  --ufc-backgroundColor-rose-800: 159 18 57;
  --ufc-borderColor-rose-800: 159 18 57;
  --ufc-backgroundColor-rose-900: 136 19 55;
  --ufc-borderColor-rose-900: 136 19 55;
  --ufc-backgroundColor-rose-950: 76 5 25;
  --ufc-borderColor-rose-950: 76 5 25;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --radius: 0.5rem;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }

  /* Dark surfaces form one ladder — every step is lighter than the one below it:
     page 7% → chrome 10% → sunken 11% → card 14% → raised 18% → hover 22%.
     Anything recessed (wells, striped rows, inputs) sits below its card;
     anything interactive lifts above it. */
  html.dark {
    color-scheme: dark;
    --surface-page: 220 26% 7%;
    --surface-chrome: 220 24% 10%;
    --surface-sunken: 220 22% 11%;
    --surface-card: 220 20% 14%;
    --surface-raised: 220 18% 18%;
    --surface-hover: 220 16% 22%;
    --border-strong: 220 13% 34%;
    /* Tints are mixed into this so a coloured well never depends on what is behind it. */
    --tint-base: 220 20% 14%;

    --background: var(--surface-page);
    --foreground: 210 24% 96%;
    --card: var(--surface-card);
    --card-foreground: 210 24% 96%;
    --popover: var(--surface-raised);
    --popover-foreground: 210 24% 96%;
    --primary: 168 100% 36%;
    --primary-foreground: 0 0% 100%;
    --secondary: var(--surface-raised);
    --secondary-foreground: 210 24% 96%;
    --muted: var(--surface-sunken);
    --muted-foreground: 216 14% 68%;
    --accent: var(--surface-hover);
    --accent-foreground: 210 24% 96%;
    --destructive: 0 72% 56%;
    --destructive-foreground: 0 0% 100%;
    --border: 220 14% 26%;
    --input: 220 14% 26%;
    --ring: 168 80% 40%;
    --chart-1: 168 70% 48%;
    --chart-2: 199 80% 58%;
    --chart-3: 43 80% 58%;
    --chart-4: 12 70% 58%;
    --chart-5: 280 50% 64%;
    --sidebar-background: var(--surface-chrome);
    --sidebar-foreground: 214 18% 84%;
    --sidebar-primary: 168 100% 36%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: var(--surface-raised);
    --sidebar-accent-foreground: 210 24% 96%;
    --sidebar-border: 220 14% 22%;
    --sidebar-ring: 168 80% 40%;
  }
  * {
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-slate {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: rgb(15 23 42 / 10%);
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}
.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-5 {
  left: -1.25rem;
}
.-left-6 {
  left: -1.5rem;
}
.-left-\[9px\] {
  left: -9px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-2\.5 {
  right: -0.625rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[96px\] {
  bottom: 96px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[11px\] {
  left: 11px;
}
.left-\[19px\] {
  left: 19px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[9px\] {
  left: 9px;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-10 {
  right: 2.5rem;
}
.right-14 {
  right: 3.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-\[12vh\] {
  top: 12vh;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[var\(--app-header-height\2c 56px\)\] {
  top: var(--app-header-height,56px);
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100000\] {
  z-index: 100000;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[10001\] {
  z-index: 10001;
}
.z-\[10002\] {
  z-index: 10002;
}
.z-\[10004\] {
  z-index: 10004;
}
.z-\[10005\] {
  z-index: 10005;
}
.z-\[10020\] {
  z-index: 10020;
}
.z-\[10050\] {
  z-index: 10050;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10100\] {
  z-index: 10100;
}
.z-\[1100\] {
  z-index: 1100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[12050\] {
  z-index: 12050;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[199\] {
  z-index: 199;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[201\] {
  z-index: 201;
}
.z-\[210\] {
  z-index: 210;
}
.z-\[215\] {
  z-index: 215;
}
.z-\[220\] {
  z-index: 220;
}
.z-\[225\] {
  z-index: 225;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[61\] {
  z-index: 61;
}
.z-\[65\] {
  z-index: 65;
}
.z-\[68\] {
  z-index: 68;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[72\] {
  z-index: 72;
}
.z-\[74\] {
  z-index: 74;
}
.z-\[75\] {
  z-index: 75;
}
.z-\[76\] {
  z-index: 76;
}
.z-\[80\] {
  z-index: 80;
}
.z-\[82\] {
  z-index: 82;
}
.z-\[85\] {
  z-index: 85;
}
.z-\[86\] {
  z-index: 86;
}
.z-\[88\] {
  z-index: 88;
}
.z-\[90\] {
  z-index: 90;
}
.z-\[9980\] {
  z-index: 9980;
}
.z-\[9990\] {
  z-index: 9990;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-px {
  margin: -1px;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-6 {
  margin: 1.5rem;
}
.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-\[44px\] {
  margin-left: 44px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-auto {
  margin-top: auto;
}
.mt-px {
  margin-top: 1px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/7\] {
  aspect-ratio: 16/7;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[88vh\] {
  height: 88vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[92dvh\] {
  height: 92dvh;
}
.h-\[92vh\] {
  height: 92vh;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100dvh-4rem\)\] {
  height: calc(100dvh - 4rem);
}
.h-\[calc\(100dvh-69px\)\] {
  height: calc(100dvh - 69px);
}
.h-\[calc\(100dvh-var\(--app-header-height\)\)\] {
  height: calc(100dvh - var(--app-header-height));
}
.h-\[calc\(100vh-120px\)\] {
  height: calc(100vh - 120px);
}
.h-\[calc\(100vh-180px\)\] {
  height: calc(100vh - 180px);
}
.h-\[calc\(100vh-280px\)\] {
  height: calc(100vh - 280px);
}
.h-\[calc\(100vh-52px\)\] {
  height: calc(100vh - 52px);
}
.h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px);
}
.h-\[min\(46vh\2c 380px\)\] {
  height: min(46vh, 380px);
}
.h-\[min\(85dvh\2c 40rem\)\] {
  height: min(85dvh, 40rem);
}
.h-\[min\(88vh\2c 860px\)\] {
  height: min(88vh, 860px);
}
.h-\[min\(92dvh\2c 100\%\)\] {
  height: min(92dvh, 100%);
}
.h-\[min\(92vh\2c 720px\)\] {
  height: min(92vh, 720px);
}
.h-\[min\(96dvh\2c 100\%\)\] {
  height: min(96dvh, 100%);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[100dvh\] {
  max-height: 100dvh;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[16rem\] {
  max-height: 16rem;
}
.max-h-\[170px\] {
  max-height: 170px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[22rem\] {
  max-height: 22rem;
}
.max-h-\[240px\] {
  max-height: 240px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[36vh\] {
  max-height: 36vh;
}
.max-h-\[40\%\] {
  max-height: 40%;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.max-h-\[45vh\] {
  max-height: 45vh;
}
.max-h-\[460px\] {
  max-height: 460px;
}
.max-h-\[46vh\] {
  max-height: 46vh;
}
.max-h-\[480px\] {
  max-height: 480px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[52vh\] {
  max-height: 52vh;
}
.max-h-\[55vh\] {
  max-height: 55vh;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[640px\] {
  max-height: 640px;
}
.max-h-\[680px\] {
  max-height: 680px;
}
.max-h-\[70\%\] {
  max-height: 70%;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85dvh\] {
  max-height: 85dvh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[88dvh\] {
  max-height: 88dvh;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[90dvh\] {
  max-height: 90dvh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[92dvh\] {
  max-height: 92dvh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.max-h-\[94vh\] {
  max-height: 94vh;
}
.max-h-\[calc\(100vh-1\.5rem\)\] {
  max-height: calc(100vh - 1.5rem);
}
.max-h-\[calc\(100vh-240px\)\] {
  max-height: calc(100vh - 240px);
}
.max-h-\[calc\(100vh-6rem\)\] {
  max-height: calc(100vh - 6rem);
}
.max-h-\[calc\(85dvh-5rem\)\] {
  max-height: calc(85dvh - 5rem);
}
.max-h-\[calc\(90vh-120px\)\] {
  max-height: calc(90vh - 120px);
}
.max-h-\[min\(220px\2c 40vh\)\] {
  max-height: min(220px, 40vh);
}
.max-h-\[min\(36vh\2c 320px\)\] {
  max-height: min(36vh, 320px);
}
.max-h-\[min\(420px\2c 55vh\)\] {
  max-height: min(420px, 55vh);
}
.max-h-\[min\(42vh\2c 420px\)\] {
  max-height: min(42vh, 420px);
}
.max-h-\[min\(48dvh\2c 380px\)\] {
  max-height: min(48dvh, 380px);
}
.max-h-\[min\(48vh\2c 380px\)\] {
  max-height: min(48vh, 380px);
}
.max-h-\[min\(60vh\2c 28rem\)\] {
  max-height: min(60vh, 28rem);
}
.max-h-\[min\(60vh\2c 520px\)\] {
  max-height: min(60vh, 520px);
}
.max-h-\[min\(70vh\2c 36rem\)\] {
  max-height: min(70vh, 36rem);
}
.max-h-\[min\(72vh\2c 560px\)\] {
  max-height: min(72vh, 560px);
}
.max-h-\[min\(72vh\2c 720px\)\] {
  max-height: min(72vh, 720px);
}
.max-h-\[min\(84vh\2c 780px\)\] {
  max-height: min(84vh, 780px);
}
.max-h-\[min\(88vh\2c 720px\)\] {
  max-height: min(88vh, 720px);
}
.max-h-\[min\(88vh\2c 900px\)\] {
  max-height: min(88vh, 900px);
}
.max-h-\[min\(90dvh\2c 40rem\)\] {
  max-height: min(90dvh, 40rem);
}
.max-h-\[min\(92vh\2c 720px\)\] {
  max-height: min(92vh, 720px);
}
.max-h-\[min\(94vh\2c 820px\)\] {
  max-height: min(94vh, 820px);
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[0\] {
  min-height: 0;
}
.min-h-\[1\.5rem\] {
  min-height: 1.5rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[10px\] {
  min-height: 10px;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[12px\] {
  min-height: 12px;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[2\.4em\] {
  min-height: 2.4em;
}
.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[4\.5rem\] {
  min-height: 4.5rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[460px\] {
  min-height: 460px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[5\.5rem\] {
  min-height: 5.5rem;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[6px\] {
  min-height: 6px;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-\[calc\(100vh-56px\)\] {
  min-height: calc(100vh - 56px);
}
.min-h-\[calc\(100vh-73px\)\] {
  min-height: calc(100vh - 73px);
}
.min-h-\[calc\(100vh-8rem\)\] {
  min-height: calc(100vh - 8rem);
}
.min-h-\[min\(85vh\2c 640px\)\] {
  min-height: min(85vh, 640px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\.5rem\] {
  width: 20.5rem;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[5\.5rem\] {
  width: 5.5rem;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[8\.5rem\] {
  width: 8.5rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[92vw\] {
  width: 92vw;
}
.w-\[95vw\] {
  width: 95vw;
}
.w-\[96vw\] {
  width: 96vw;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[calc\(100\%-1\.5rem\)\] {
  width: calc(100% - 1.5rem);
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-\[min\(100vw-1rem\2c 92vw\)\] {
  width: min(100vw - 1rem, 92vw);
}
.w-\[min\(100vw-1rem\2c 96vw\)\] {
  width: min(100vw - 1rem, 96vw);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[108px\] {
  min-width: 108px;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[1100px\] {
  min-width: 1100px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[1120px\] {
  min-width: 1120px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[132px\] {
  min-width: 132px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[16rem\] {
  min-width: 16rem;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[2\.25rem\] {
  min-width: 2.25rem;
}
.min-w-\[2\.75rem\] {
  min-width: 2.75rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[2rem\] {
  min-width: 2rem;
}
.min-w-\[3\.25rem\] {
  min-width: 3.25rem;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[34px\] {
  min-width: 34px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.min-w-\[38px\] {
  min-width: 38px;
}
.min-w-\[4\.25rem\] {
  min-width: 4.25rem;
}
.min-w-\[4\.5rem\] {
  min-width: 4.5rem;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[44px\] {
  min-width: 44px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[4px\] {
  min-width: 4px;
}
.min-w-\[4rem\] {
  min-width: 4rem;
}
.min-w-\[5\.5rem\] {
  min-width: 5.5rem;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[58px\] {
  min-width: 58px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.min-w-\[64rem\] {
  min-width: 64rem;
}
.min-w-\[680px\] {
  min-width: 680px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[780px\] {
  min-width: 780px;
}
.min-w-\[8\.5rem\] {
  min-width: 8.5rem;
}
.min-w-\[88px\] {
  min-width: 88px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[960px\] {
  min-width: 960px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-\[980px\] {
  min-width: 980px;
}
.min-w-\[9rem\] {
  min-width: 9rem;
}
.min-w-\[min\(100\%\2c 280px\)\] {
  min-width: min(100%, 280px);
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[11rem\] {
  max-width: 11rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[1560px\] {
  max-width: 1560px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[3rem\] {
  max-width: 3rem;
}
.max-w-\[4\.5rem\] {
  max-width: 4.5rem;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[55\%\] {
  max-width: 55%;
}
.max-w-\[56px\] {
  max-width: 56px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[68px\] {
  max-width: 68px;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[8rem\] {
  max-width: 8rem;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[96vw\] {
  max-width: 96vw;
}
.max-w-\[calc\(100vw-32px\)\] {
  max-width: calc(100vw - 32px);
}
.max-w-\[min\(100\%\2c 16rem\)\] {
  max-width: min(100%, 16rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1\.3\] {
  flex: 1.3;
}
.flex-\[1\.4\] {
  flex: 1.4;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[3\] {
  flex: 3;
}
.flex-\[7\] {
  flex: 7;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-\[min\(100\%\2c 12rem\)\] {
  flex-basis: min(100%, 12rem);
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  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));
}
.translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
  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));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-x-\[18px\] {
  --tw-translate-x: 18px;
  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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.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));
}
.animate-\[slideUp_0\.28s_cubic-bezier\(0\.32\2c 0\.72\2c 0\2c 1\)\] {
  animation: slideUp 0.28s cubic-bezier(0.32,0.72,0,1);
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-default {
  cursor: default;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-help {
  cursor: help;
}
.cursor-n-resize {
  cursor: n-resize;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-s-resize {
  cursor: s-resize;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-text {
  cursor: text;
}
.cursor-w-resize {
  cursor: w-resize;
}
.touch-none {
  touch-action: none;
}
.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[140px_1fr\] {
  grid-template-columns: 140px 1fr;
}
.grid-cols-\[1fr_200px_140px_80px\] {
  grid-template-columns: 1fr 200px 140px 80px;
}
.grid-cols-\[1fr_auto_auto\] {
  grid-template-columns: 1fr auto auto;
}
.grid-cols-\[1fr_auto_auto_auto\] {
  grid-template-columns: 1fr auto auto auto;
}
.grid-cols-\[28px_minmax\(0\2c 1\.15fr\)_minmax\(0\2c 1\.1fr\)_auto_52px\] {
  grid-template-columns: 28px minmax(0,1.15fr) minmax(0,1.1fr) auto 52px;
}
.grid-cols-\[38\%_1fr\] {
  grid-template-columns: 38% 1fr;
}
.grid-cols-\[40\%_1fr\] {
  grid-template-columns: 40% 1fr;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-px {
  gap: 1px;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-100) / var(--tw-divide-opacity, 1));
}
.divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-50) / var(--tw-divide-opacity, 1));
}
.divide-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(var(--border));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-100) / var(--tw-divide-opacity, 1));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-divide-opacity, 1));
}
.divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-50) / var(--tw-divide-opacity, 1));
}
.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-100) / var(--tw-divide-opacity, 1));
}
.divide-teal-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(var(--ufc-borderColor-teal-100) / 0.8);
}
.divide-teal-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.1);
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[22px\] {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.rounded-t-\[28px\] {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.rounded-t-lg {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.rounded-t-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
}
.rounded-t-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
  border-top-right-radius: calc(var(--radius) - 4px);
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-md {
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br-md {
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--ufc-borderColor-teal-200) / var(--tw-border-opacity, 1)) !important;
}
.\!border-white\/40 {
  border-color: rgb(255 255 255 / 0.4) !important;
}
.border-\[\#001EAB\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 171 / var(--tw-border-opacity, 1));
}
.border-\[\#001EAB\]\/15 {
  border-color: rgb(0 30 171 / 0.15);
}
.border-\[\#001EAB\]\/20 {
  border-color: rgb(0 30 171 / 0.2);
}
.border-\[\#001EAB\]\/30 {
  border-color: rgb(0 30 171 / 0.3);
}
.border-\[\#001EAB\]\/40 {
  border-color: rgb(0 30 171 / 0.4);
}
.border-\[\#001EAB\]\/50 {
  border-color: rgb(0 30 171 / 0.5);
}
.border-\[\#00a887\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 168 135 / var(--tw-border-opacity, 1));
}
.border-\[\#033f85\] {
  --tw-border-opacity: 1;
  border-color: rgb(3 63 133 / var(--tw-border-opacity, 1));
}
.border-\[\#033f85\]\/20 {
  border-color: rgb(3 63 133 / 0.2);
}
.border-\[\#033f85\]\/30 {
  border-color: rgb(3 63 133 / 0.3);
}
.border-\[\#033f85\]\/40 {
  border-color: rgb(3 63 133 / 0.4);
}
.border-\[\#1a3f8f\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 63 143 / var(--tw-border-opacity, 1));
}
.border-\[\#1a73e8\]\/40 {
  border-color: rgb(26 115 232 / 0.4);
}
.border-\[\#ceead6\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 234 214 / var(--tw-border-opacity, 1));
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-100) / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-200) / var(--tw-border-opacity, 1));
}
.border-amber-200\/60 {
  border-color: rgb(var(--ufc-borderColor-amber-200) / 0.6);
}
.border-amber-200\/70 {
  border-color: rgb(var(--ufc-borderColor-amber-200) / 0.7);
}
.border-amber-200\/80 {
  border-color: rgb(var(--ufc-borderColor-amber-200) / 0.8);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-300) / var(--tw-border-opacity, 1));
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-400) / var(--tw-border-opacity, 1));
}
.border-amber-400\/20 {
  border-color: rgb(var(--ufc-borderColor-amber-400) / 0.2);
}
.border-amber-400\/60 {
  border-color: rgb(var(--ufc-borderColor-amber-400) / 0.6);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-500) / var(--tw-border-opacity, 1));
}
.border-amber-500\/30 {
  border-color: rgb(var(--ufc-borderColor-amber-500) / 0.3);
}
.border-amber-500\/40 {
  border-color: rgb(var(--ufc-borderColor-amber-500) / 0.4);
}
.border-amber-500\/50 {
  border-color: rgb(var(--ufc-borderColor-amber-500) / 0.5);
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-600) / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-100) / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-200) / var(--tw-border-opacity, 1));
}
.border-blue-200\/80 {
  border-color: rgb(var(--ufc-borderColor-blue-200) / 0.8);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-300) / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-400) / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-500) / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-600) / var(--tw-border-opacity, 1));
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-900) / var(--tw-border-opacity, 1));
}
.border-border {
  border-color: hsl(var(--border));
}
.border-border\/30 {
  border-color: hsl(var(--border) / 0.3);
}
.border-border\/60 {
  border-color: hsl(var(--border) / 0.6);
}
.border-border\/80 {
  border-color: hsl(var(--border) / 0.8);
}
.border-border\/90 {
  border-color: hsl(var(--border) / 0.9);
}
.border-current {
  border-color: currentColor;
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-cyan-100) / var(--tw-border-opacity, 1));
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-cyan-200) / var(--tw-border-opacity, 1));
}
.border-destructive\/30 {
  border-color: hsl(var(--destructive) / 0.3);
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-100) / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-200) / var(--tw-border-opacity, 1));
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-300) / var(--tw-border-opacity, 1));
}
.border-emerald-400\/20 {
  border-color: rgb(var(--ufc-borderColor-emerald-400) / 0.2);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-500) / var(--tw-border-opacity, 1));
}
.border-emerald-500\/30 {
  border-color: rgb(var(--ufc-borderColor-emerald-500) / 0.3);
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-600) / var(--tw-border-opacity, 1));
}
.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-700) / var(--tw-border-opacity, 1));
}
.border-foreground {
  border-color: hsl(var(--foreground));
}
.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-fuchsia-200) / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-100) / var(--tw-border-opacity, 1));
}
.border-gray-100\/50 {
  border-color: rgb(var(--ufc-borderColor-gray-100) / 0.5);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-200) / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-300) / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-400) / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-50) / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-500) / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-100) / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-200) / var(--tw-border-opacity, 1));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-300) / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-400) / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-500) / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-green-600) / var(--tw-border-opacity, 1));
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-100) / var(--tw-border-opacity, 1));
}
.border-indigo-100\/50 {
  border-color: rgb(var(--ufc-borderColor-indigo-100) / 0.5);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-200) / var(--tw-border-opacity, 1));
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-300) / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-400) / var(--tw-border-opacity, 1));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-600) / var(--tw-border-opacity, 1));
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-700) / var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-muted-foreground\/50 {
  border-color: hsl(var(--muted-foreground) / 0.5);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-100) / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-200) / var(--tw-border-opacity, 1));
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-300) / var(--tw-border-opacity, 1));
}
.border-orange-300\/30 {
  border-color: rgb(var(--ufc-borderColor-orange-300) / 0.3);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-400) / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-500) / var(--tw-border-opacity, 1));
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-600) / var(--tw-border-opacity, 1));
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-pink-100) / var(--tw-border-opacity, 1));
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-pink-200) / var(--tw-border-opacity, 1));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-primary\/20 {
  border-color: hsl(var(--primary) / 0.2);
}
.border-primary\/25 {
  border-color: hsl(var(--primary) / 0.25);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-100) / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-200) / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-300) / var(--tw-border-opacity, 1));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-400) / var(--tw-border-opacity, 1));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-600) / var(--tw-border-opacity, 1));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-100) / var(--tw-border-opacity, 1));
}
.border-red-100\/80 {
  border-color: rgb(var(--ufc-borderColor-red-100) / 0.8);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-200) / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-300) / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-400) / var(--tw-border-opacity, 1));
}
.border-red-400\/30 {
  border-color: rgb(var(--ufc-borderColor-red-400) / 0.3);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-500) / var(--tw-border-opacity, 1));
}
.border-red-500\/50 {
  border-color: rgb(var(--ufc-borderColor-red-500) / 0.5);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-600) / var(--tw-border-opacity, 1));
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-700) / var(--tw-border-opacity, 1));
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-800) / var(--tw-border-opacity, 1));
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-100) / var(--tw-border-opacity, 1));
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-200) / var(--tw-border-opacity, 1));
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-400) / var(--tw-border-opacity, 1));
}
.border-rose-400\/20 {
  border-color: rgb(var(--ufc-borderColor-rose-400) / 0.2);
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-500) / var(--tw-border-opacity, 1));
}
.border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-sky-100) / var(--tw-border-opacity, 1));
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-sky-200) / var(--tw-border-opacity, 1));
}
.border-sky-400\/20 {
  border-color: rgb(var(--ufc-borderColor-sky-400) / 0.2);
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-sky-500) / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-100) / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
}
.border-slate-200\/60 {
  border-color: rgb(var(--ufc-borderColor-slate-200) / 0.6);
}
.border-slate-200\/70 {
  border-color: rgb(var(--ufc-borderColor-slate-200) / 0.7);
}
.border-slate-200\/80 {
  border-color: rgb(var(--ufc-borderColor-slate-200) / 0.8);
}
.border-slate-200\/90 {
  border-color: rgb(var(--ufc-borderColor-slate-200) / 0.9);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-300) / var(--tw-border-opacity, 1));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-400) / var(--tw-border-opacity, 1));
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-50) / var(--tw-border-opacity, 1));
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-500) / var(--tw-border-opacity, 1));
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-600) / var(--tw-border-opacity, 1));
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-700) / var(--tw-border-opacity, 1));
}
.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-800) / var(--tw-border-opacity, 1));
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-900) / var(--tw-border-opacity, 1));
}
.border-slate-900\/10 {
  border-color: rgb(var(--ufc-borderColor-slate-900) / 0.1);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-100) / var(--tw-border-opacity, 1));
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-200) / var(--tw-border-opacity, 1));
}
.border-teal-200\/80 {
  border-color: rgb(var(--ufc-borderColor-teal-200) / 0.8);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-300) / var(--tw-border-opacity, 1));
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.border-teal-400\/20 {
  border-color: rgb(var(--ufc-borderColor-teal-400) / 0.2);
}
.border-teal-400\/30 {
  border-color: rgb(var(--ufc-borderColor-teal-400) / 0.3);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-50) / var(--tw-border-opacity, 1));
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-600) / var(--tw-border-opacity, 1));
}
.border-teal-600\/10 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.1);
}
.border-teal-600\/15 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.15);
}
.border-teal-600\/20 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.4);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-700) / var(--tw-border-opacity, 1));
}
.border-teal-700\/40 {
  border-color: rgb(var(--ufc-borderColor-teal-700) / 0.4);
}
.border-transparent {
  border-color: transparent;
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-100) / var(--tw-border-opacity, 1));
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-200) / var(--tw-border-opacity, 1));
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-300) / var(--tw-border-opacity, 1));
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-400) / var(--tw-border-opacity, 1));
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-500) / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-yellow-200) / var(--tw-border-opacity, 1));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-yellow-300) / var(--tw-border-opacity, 1));
}
.border-l-amber-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-amber-400) / var(--tw-border-opacity, 1));
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-amber-500) / var(--tw-border-opacity, 1));
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-blue-500) / var(--tw-border-opacity, 1));
}
.border-l-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-emerald-500) / var(--tw-border-opacity, 1));
}
.border-l-emerald-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-emerald-600) / var(--tw-border-opacity, 1));
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-green-500) / var(--tw-border-opacity, 1));
}
.border-l-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-green-600) / var(--tw-border-opacity, 1));
}
.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-orange-400) / var(--tw-border-opacity, 1));
}
.border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-purple-500) / var(--tw-border-opacity, 1));
}
.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-red-400) / var(--tw-border-opacity, 1));
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-red-500) / var(--tw-border-opacity, 1));
}
.border-l-slate-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-slate-300) / var(--tw-border-opacity, 1));
}
.border-l-slate-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-slate-500) / var(--tw-border-opacity, 1));
}
.border-l-slate-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-slate-700) / var(--tw-border-opacity, 1));
}
.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.border-l-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-\[\#343F3F\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 63 63 / var(--tw-border-opacity, 1));
}
.border-t-amber-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-amber-500) / var(--tw-border-opacity, 1));
}
.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-red-500) / var(--tw-border-opacity, 1));
}
.border-t-slate-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-slate-500) / var(--tw-border-opacity, 1));
}
.border-t-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.border-t-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.border-t-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--ufc-borderColor-teal-600) / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-\[\#01875f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 135 95 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}
.bg-\[\#001EAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 171 / var(--tw-bg-opacity, 1));
}
.bg-\[\#001EAB\]\/10 {
  background-color: rgb(0 30 171 / 0.1);
}
.bg-\[\#003366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#004e9b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 155 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006D4E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0072BC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 188 / var(--tw-bg-opacity, 1));
}
.bg-\[\#007AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00a887\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#033f85\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 63 133 / var(--tw-bg-opacity, 1));
}
.bg-\[\#033f85\]\/10 {
  background-color: rgb(3 63 133 / 0.1);
}
.bg-\[\#033f85\]\/5 {
  background-color: rgb(3 63 133 / 0.05);
}
.bg-\[\#1a73e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 115 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#33CCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 204 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#343F3F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 63 63 / var(--tw-bg-opacity, 1));
}
.bg-\[\#34A853\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b82f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4285F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6b7280\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7dd3c0\]\/70 {
  background-color: rgb(125 211 192 / 0.7);
}
.bg-\[\#F2F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6f4ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8eaee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f0fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eab308\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef0f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0b429\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 180 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f6f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f6f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f97316\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fce8e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 232 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef7e0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 224 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-100) / var(--tw-bg-opacity, 1));
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-200) / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/60 {
  background-color: rgb(var(--ufc-backgroundColor-amber-200) / 0.6);
}
.bg-amber-300\/90 {
  background-color: rgb(var(--ufc-backgroundColor-amber-300) / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(var(--ufc-backgroundColor-amber-300) / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-400) / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/20 {
  background-color: rgb(var(--ufc-backgroundColor-amber-400) / 0.2);
}
.bg-amber-400\/90 {
  background-color: rgb(var(--ufc-backgroundColor-amber-400) / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(var(--ufc-backgroundColor-amber-400) / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.3);
}
.bg-amber-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.4);
}
.bg-amber-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.5);
}
.bg-amber-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.6);
}
.bg-amber-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.7);
}
.bg-amber-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.8);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / 0.2);
}
.bg-amber-500\/30 {
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / 0.3);
}
.bg-amber-500\/5 {
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / 0.05);
}
.bg-amber-500\/90 {
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-600) / var(--tw-bg-opacity, 1));
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-700) / var(--tw-bg-opacity, 1));
}
.bg-amber-800\/60 {
  background-color: rgb(var(--ufc-backgroundColor-amber-800) / 0.6);
}
.bg-amber-900\/50 {
  background-color: rgb(var(--ufc-backgroundColor-amber-900) / 0.5);
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-background\/70 {
  background-color: hsl(var(--background) / 0.7);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-100) / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-200) / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/60 {
  background-color: rgb(var(--ufc-backgroundColor-blue-200) / 0.6);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-300) / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-400) / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.3);
}
.bg-blue-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.4);
}
.bg-blue-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.5);
}
.bg-blue-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.7);
}
.bg-blue-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.8);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-500) / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/80 {
  background-color: rgb(var(--ufc-backgroundColor-blue-500) / 0.8);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-600) / var(--tw-bg-opacity, 1));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-900) / var(--tw-bg-opacity, 1));
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-border\/80 {
  background-color: hsl(var(--border) / 0.8);
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-card\/80 {
  background-color: hsl(var(--card) / 0.8);
}
.bg-card\/95 {
  background-color: hsl(var(--card) / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-cyan-100) / var(--tw-bg-opacity, 1));
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-cyan-50) / var(--tw-bg-opacity, 1));
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-cyan-500) / var(--tw-bg-opacity, 1));
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-cyan-600) / var(--tw-bg-opacity, 1));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-destructive\/5 {
  background-color: hsl(var(--destructive) / 0.05);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-100) / var(--tw-bg-opacity, 1));
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-200) / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/60 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-200) / 0.6);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-400) / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.3);
}
.bg-emerald-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.4);
}
.bg-emerald-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.6);
}
.bg-emerald-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.7);
}
.bg-emerald-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.8);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-500) / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-500) / 0.2);
}
.bg-emerald-500\/90 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-500) / 0.9);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-600) / var(--tw-bg-opacity, 1));
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-700) / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/10 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-700) / 0.1);
}
.bg-emerald-900\/50 {
  background-color: rgb(var(--ufc-backgroundColor-emerald-900) / 0.5);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-fuchsia-100) / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-fuchsia-400) / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-fuchsia-50) / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-100) / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-200) / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-400) / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-50) / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-500) / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-900) / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-100) / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-200) / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-400) / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-50) / var(--tw-bg-opacity, 1));
}
.bg-green-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-green-50) / 0.5);
}
.bg-green-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-green-50) / 0.6);
}
.bg-green-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-green-50) / 0.7);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-500) / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
  background-color: rgb(var(--ufc-backgroundColor-green-500) / 0.1);
}
.bg-green-500\/60 {
  background-color: rgb(var(--ufc-backgroundColor-green-500) / 0.6);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-600) / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-100) / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/50 {
  background-color: rgb(var(--ufc-backgroundColor-indigo-100) / 0.5);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-200) / var(--tw-bg-opacity, 1));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-400) / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / 0.4);
}
.bg-indigo-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / 0.6);
}
.bg-indigo-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / 0.7);
}
.bg-indigo-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / 0.8);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-500) / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-600) / var(--tw-bg-opacity, 1));
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-700) / var(--tw-bg-opacity, 1));
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-lime-100) / var(--tw-bg-opacity, 1));
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-lime-50) / var(--tw-bg-opacity, 1));
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-lime-500) / var(--tw-bg-opacity, 1));
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted-foreground\/20 {
  background-color: hsl(var(--muted-foreground) / 0.2);
}
.bg-muted-foreground\/30 {
  background-color: hsl(var(--muted-foreground) / 0.3);
}
.bg-muted\/20 {
  background-color: hsl(var(--muted) / 0.2);
}
.bg-muted\/25 {
  background-color: hsl(var(--muted) / 0.25);
}
.bg-muted\/30 {
  background-color: hsl(var(--muted) / 0.3);
}
.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}
.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.bg-muted\/60 {
  background-color: hsl(var(--muted) / 0.6);
}
.bg-muted\/70 {
  background-color: hsl(var(--muted) / 0.7);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-neutral-900) / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-100) / var(--tw-bg-opacity, 1));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-300) / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-400) / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-50) / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-orange-50) / 0.5);
}
.bg-orange-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-orange-50) / 0.6);
}
.bg-orange-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-orange-50) / 0.7);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-500) / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/10 {
  background-color: rgb(var(--ufc-backgroundColor-orange-500) / 0.1);
}
.bg-orange-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-orange-500) / 0.2);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-600) / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-pink-100) / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-pink-50) / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-pink-500) / var(--tw-bg-opacity, 1));
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/15 {
  background-color: hsl(var(--primary) / 0.15);
}
.bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-100) / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/40 {
  background-color: rgb(var(--ufc-backgroundColor-purple-100) / 0.4);
}
.bg-purple-100\/60 {
  background-color: rgb(var(--ufc-backgroundColor-purple-100) / 0.6);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-200) / var(--tw-bg-opacity, 1));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-400) / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-50) / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-purple-50) / 0.3);
}
.bg-purple-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-purple-50) / 0.5);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-500) / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-600) / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-100) / var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-200) / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-400) / var(--tw-bg-opacity, 1));
}
.bg-red-400\/20 {
  background-color: rgb(var(--ufc-backgroundColor-red-400) / 0.2);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-50) / var(--tw-bg-opacity, 1));
}
.bg-red-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.3);
}
.bg-red-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.4);
}
.bg-red-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.5);
}
.bg-red-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.6);
}
.bg-red-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.7);
}
.bg-red-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-red-50) / 0.8);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-500) / var(--tw-bg-opacity, 1));
}
.bg-red-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-red-500) / 0.2);
}
.bg-red-500\/60 {
  background-color: rgb(var(--ufc-backgroundColor-red-500) / 0.6);
}
.bg-red-500\/95 {
  background-color: rgb(var(--ufc-backgroundColor-red-500) / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-600) / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-700) / var(--tw-bg-opacity, 1));
}
.bg-red-700\/40 {
  background-color: rgb(var(--ufc-backgroundColor-red-700) / 0.4);
}
.bg-red-800\/60 {
  background-color: rgb(var(--ufc-backgroundColor-red-800) / 0.6);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-900) / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-100) / var(--tw-bg-opacity, 1));
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-400) / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / var(--tw-bg-opacity, 1));
}
.bg-rose-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / 0.4);
}
.bg-rose-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / 0.5);
}
.bg-rose-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / 0.7);
}
.bg-rose-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / 0.8);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-500) / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-rose-500) / 0.2);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-600) / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-sidebar {
  background-color: hsl(var(--sidebar-background));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-100) / var(--tw-bg-opacity, 1));
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-50) / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/15 {
  background-color: rgb(var(--ufc-backgroundColor-sky-500) / 0.15);
}
.bg-sky-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-sky-500) / 0.2);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-600) / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/50 {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.5);
}
.bg-slate-100\/80 {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.8);
}
.bg-slate-100\/90 {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/60 {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.6);
}
.bg-slate-200\/70 {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.7);
}
.bg-slate-200\/80 {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.8);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-300) / var(--tw-bg-opacity, 1));
}
.bg-slate-300\/80 {
  background-color: rgb(var(--ufc-backgroundColor-slate-300) / 0.8);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-400) / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/20 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.2);
}
.bg-slate-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.3);
}
.bg-slate-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.4);
}
.bg-slate-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.5);
}
.bg-slate-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.6);
}
.bg-slate-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.7);
}
.bg-slate-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.8);
}
.bg-slate-50\/90 {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.9);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-500) / var(--tw-bg-opacity, 1));
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-600) / var(--tw-bg-opacity, 1));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-700) / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/50 {
  background-color: rgb(var(--ufc-backgroundColor-slate-700) / 0.5);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/50 {
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / 0.5);
}
.bg-slate-800\/75 {
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / 0.75);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/10 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.1);
}
.bg-slate-900\/30 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.3);
}
.bg-slate-900\/35 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.35);
}
.bg-slate-900\/40 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.4);
}
.bg-slate-900\/45 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.45);
}
.bg-slate-900\/50 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.5);
}
.bg-slate-900\/60 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.6);
}
.bg-slate-900\/70 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.7);
}
.bg-slate-900\/80 {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.8);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-950) / var(--tw-bg-opacity, 1));
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-stone-100) / var(--tw-bg-opacity, 1));
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-stone-400) / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/40 {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.4);
}
.bg-teal-100\/60 {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.6);
}
.bg-teal-100\/70 {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.7);
}
.bg-teal-100\/80 {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.8);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-200) / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/80 {
  background-color: rgb(var(--ufc-backgroundColor-teal-200) / 0.8);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-300) / var(--tw-bg-opacity, 1));
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/20 {
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / 0.2);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/30 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.3);
}
.bg-teal-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.4);
}
.bg-teal-50\/50 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.5);
}
.bg-teal-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.6);
}
.bg-teal-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.7);
}
.bg-teal-50\/80 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.8);
}
.bg-teal-50\/90 {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.9);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-500) / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/20 {
  background-color: rgb(var(--ufc-backgroundColor-teal-500) / 0.2);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/15 {
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / 0.15);
}
.bg-teal-600\/90 {
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / 0.9);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/50 {
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / 0.5);
}
.bg-teal-700\/60 {
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / 0.6);
}
.bg-teal-700\/80 {
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / 0.8);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/60 {
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / 0.6);
}
.bg-teal-900\/40 {
  background-color: rgb(var(--ufc-backgroundColor-teal-900) / 0.4);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-100) / var(--tw-bg-opacity, 1));
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-400) / var(--tw-bg-opacity, 1));
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-50) / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/40 {
  background-color: rgb(var(--ufc-backgroundColor-violet-50) / 0.4);
}
.bg-violet-50\/60 {
  background-color: rgb(var(--ufc-backgroundColor-violet-50) / 0.6);
}
.bg-violet-50\/70 {
  background-color: rgb(var(--ufc-backgroundColor-violet-50) / 0.7);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-500) / var(--tw-bg-opacity, 1));
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-600) / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-white\/\[0\.07\] {
  background-color: rgb(255 255 255 / 0.07);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-100) / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-400) / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-50) / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-500) / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-600) / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#001EAB\] {
  --tw-gradient-from: #001EAB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 30 171 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-amber-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-amber-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50\/50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-amber-50) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50\/95 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-amber-50) / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-amber-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/35 {
  --tw-gradient-from: rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/55 {
  --tw-gradient-from: rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-blue-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-blue-50) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-blue-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-blue-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-cyan-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-cyan-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-emerald-50) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-emerald-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-gray-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-gray-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-green-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-green-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-green-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-green-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/70 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-indigo-50) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-indigo-50) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-orange-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-orange-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50\/70 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-orange-50) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-orange-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-orange-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5 {
  --tw-gradient-from: hsl(var(--primary) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-purple-100) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-100) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-purple-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-purple-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-purple-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-red-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-red-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/0 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-red-600) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-red-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-100 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-100) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-100) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-200 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-200) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-200) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-50) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-700 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-700) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-700) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-800) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-800) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-900) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900\/70 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-900) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-900) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-400 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-50) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50\/70 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-50) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50\/80 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-50) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50\/90 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-50) / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-600 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-600) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-600) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-700 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-700) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-700) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-900 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-900) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-900) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-500 {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-violet-500) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-violet-500) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-50\/40 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-50) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-blue-50) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-100\/80 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-100) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-slate-100) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-50) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-slate-50) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-800) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-slate-800) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-900 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-slate-900) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-400 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-400) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-teal-400) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-teal-50) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-50\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-teal-50) / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-600) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-teal-600) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-700) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ufc-backgroundColor-teal-700) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#001480\] {
  --tw-gradient-to: #001480 var(--tw-gradient-to-position);
}
.to-\[\#0d47a1\] {
  --tw-gradient-to: #0d47a1 var(--tw-gradient-to-position);
}
.to-amber-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-100) / 1) var(--tw-gradient-to-position);
}
.to-amber-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-50) / 1) var(--tw-gradient-to-position);
}
.to-amber-50\/60 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-50) / 0.6) var(--tw-gradient-to-position);
}
.to-amber-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-500) / 1) var(--tw-gradient-to-position);
}
.to-amber-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-600) / 1) var(--tw-gradient-to-position);
}
.to-amber-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-amber-700) / 1) var(--tw-gradient-to-position);
}
.to-background {
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-100) / 1) var(--tw-gradient-to-position);
}
.to-blue-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-50) / 1) var(--tw-gradient-to-position);
}
.to-blue-50\/70 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-50) / 0.7) var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-600) / 1) var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-700) / 1) var(--tw-gradient-to-position);
}
.to-blue-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-800) / 1) var(--tw-gradient-to-position);
}
.to-blue-950 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-blue-950) / 1) var(--tw-gradient-to-position);
}
.to-card {
  --tw-gradient-to: hsl(var(--card)) var(--tw-gradient-to-position);
}
.to-cyan-400 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-cyan-400) / 1) var(--tw-gradient-to-position);
}
.to-cyan-50\/70 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-cyan-50) / 0.7) var(--tw-gradient-to-position);
}
.to-cyan-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-cyan-500) / 1) var(--tw-gradient-to-position);
}
.to-cyan-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-cyan-800) / 1) var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-400) / 1) var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-500) / 1) var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-600) / 1) var(--tw-gradient-to-position);
}
.to-emerald-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-800) / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-fuchsia-500) / 1) var(--tw-gradient-to-position);
}
.to-green-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-green-100) / 1) var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-green-500) / 1) var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-50) / 1) var(--tw-gradient-to-position);
}
.to-indigo-50\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-50) / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-50\/60 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-50) / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-500) / 1) var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-indigo-600) / 1) var(--tw-gradient-to-position);
}
.to-orange-50\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-50) / 0.5) var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-600) / 1) var(--tw-gradient-to-position);
}
.to-orange-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-orange-800) / 1) var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-100) / 1) var(--tw-gradient-to-position);
}
.to-purple-200 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-200) / 1) var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-600) / 1) var(--tw-gradient-to-position);
}
.to-purple-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-purple-800) / 1) var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-red-500) / 1) var(--tw-gradient-to-position);
}
.to-red-600\/0 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-red-600) / 0) var(--tw-gradient-to-position);
}
.to-sky-50\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-sky-50) / 0.5) var(--tw-gradient-to-position);
}
.to-slate-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-100) / 1) var(--tw-gradient-to-position);
}
.to-slate-100\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-100) / 0.5) var(--tw-gradient-to-position);
}
.to-slate-100\/80 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-100) / 0.8) var(--tw-gradient-to-position);
}
.to-slate-200\/80 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-200) / 0.8) var(--tw-gradient-to-position);
}
.to-slate-300 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-300) / 1) var(--tw-gradient-to-position);
}
.to-slate-50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-50) / 1) var(--tw-gradient-to-position);
}
.to-slate-50\/80 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-50) / 0.8) var(--tw-gradient-to-position);
}
.to-slate-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-500) / 1) var(--tw-gradient-to-position);
}
.to-slate-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-600) / 1) var(--tw-gradient-to-position);
}
.to-slate-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-700) / 1) var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-800) / 1) var(--tw-gradient-to-position);
}
.to-slate-900 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 1) var(--tw-gradient-to-position);
}
.to-slate-900\/70 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0.7) var(--tw-gradient-to-position);
}
.to-slate-900\/80 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-900) / 0.8) var(--tw-gradient-to-position);
}
.to-slate-950 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-950) / 1) var(--tw-gradient-to-position);
}
.to-teal-100 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-100) / 1) var(--tw-gradient-to-position);
}
.to-teal-100\/50 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-100) / 0.5) var(--tw-gradient-to-position);
}
.to-teal-300 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-300) / 1) var(--tw-gradient-to-position);
}
.to-teal-400 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-400) / 1) var(--tw-gradient-to-position);
}
.to-teal-50\/20 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0.2) var(--tw-gradient-to-position);
}
.to-teal-50\/30 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-50) / 0.3) var(--tw-gradient-to-position);
}
.to-teal-500 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-500) / 1) var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-600) / 1) var(--tw-gradient-to-position);
}
.to-teal-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-700) / 1) var(--tw-gradient-to-position);
}
.to-teal-800 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-800) / 1) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-600 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-violet-600) / 1) var(--tw-gradient-to-position);
}
.to-violet-700 {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-violet-700) / 1) var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-amber-400 {
  fill: #fbbf24;
}
.fill-amber-500 {
  fill: #f59e0b;
}
.fill-current {
  fill: currentColor;
}
.stroke-\[2\.5\] {
  stroke-width: 2.5;
}
.stroke-\[3\] {
  stroke-width: 3;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}
.pb-\[calc\(5\.5rem\+env\(safe-area-inset-bottom\2c 0px\)\)\] {
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom,0px));
}
.pb-\[calc\(5rem\+env\(safe-area-inset-bottom\2c 0px\)\)\] {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom,0px));
}
.pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}
.pb-\[max\(0\.75rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}
.pb-\[max\(1\.25rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom));
}
.pb-\[max\(1\.5rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
}
.pb-\[max\(1\.5rem\2c env\(safe-area-inset-bottom\2c 0px\)\)\] {
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom,0px));
}
.pb-\[max\(1rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[52px\] {
  padding-left: 52px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-\[env\(safe-area-inset-top\)\] {
  padding-top: env(safe-area-inset-top);
}
.pt-\[env\(safe-area-inset-top\2c 0px\)\] {
  padding-top: env(safe-area-inset-top,0px);
}
.pt-\[max\(0\.75rem\2c env\(safe-area-inset-top\)\)\] {
  padding-top: max(0.75rem, env(safe-area-inset-top));
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.5px\] {
  font-size: 11.5px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.5px\] {
  font-size: 13.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[2\.75rem\] {
  font-size: 2.75rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.015em\] {
  letter-spacing: -0.015em;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.09em\] {
  letter-spacing: 0.09em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#001EAB\] {
  --tw-text-opacity: 1;
  color: rgb(0 30 171 / var(--tw-text-opacity, 1));
}
.text-\[\#001EAB\]\/70 {
  color: rgb(0 30 171 / 0.7);
}
.text-\[\#006D4E\] {
  --tw-text-opacity: 1;
  color: rgb(0 109 78 / var(--tw-text-opacity, 1));
}
.text-\[\#033f85\] {
  --tw-text-opacity: 1;
  color: rgb(3 63 133 / var(--tw-text-opacity, 1));
}
.text-\[\#137333\] {
  --tw-text-opacity: 1;
  color: rgb(19 115 51 / var(--tw-text-opacity, 1));
}
.text-\[\#1967d2\] {
  --tw-text-opacity: 1;
  color: rgb(25 103 210 / var(--tw-text-opacity, 1));
}
.text-\[\#1a3f8f\] {
  --tw-text-opacity: 1;
  color: rgb(26 63 143 / var(--tw-text-opacity, 1));
}
.text-\[\#1a73e8\] {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity, 1));
}
.text-\[\#b06000\] {
  --tw-text-opacity: 1;
  color: rgb(176 96 0 / var(--tw-text-opacity, 1));
}
.text-\[\#c5221f\] {
  --tw-text-opacity: 1;
  color: rgb(197 34 31 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}
.text-border {
  color: hsl(var(--border));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-foreground\/90 {
  color: hsl(var(--foreground) / 0.9);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/40 {
  color: hsl(var(--muted-foreground) / 0.4);
}
.text-muted-foreground\/60 {
  color: hsl(var(--muted-foreground) / 0.6);
}
.text-muted-foreground\/80 {
  color: hsl(var(--muted-foreground) / 0.8);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-primary\/80 {
  color: hsl(var(--primary) / 0.8);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-slate-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.accent-primary {
  accent-color: hsl(var(--primary));
}
.accent-teal-600 {
  accent-color: #0d9488;
}
.\!opacity-90 {
  opacity: 0.9 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.opacity-\[0\.12\] {
  opacity: 0.12;
}
.opacity-\[0\.15\] {
  opacity: 0.15;
}
.opacity-\[0\.18\] {
  opacity: 0.18;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-2px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 -2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_12px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0 -4px 12px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_12px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 -4px 12px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 -4px 12px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 -4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 -4px 16px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 -4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-8px_24px_rgba\(15\2c 23\2c 42\2c 0\.12\)\] {
  --tw-shadow: 0 -8px 24px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 -8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_2px_rgba\(52\2c 211\2c 153\2c \.5\)\] {
  --tw-shadow: 0 0 6px 2px rgba(52,211,153,.5);
  --tw-shadow-colored: 0 0 6px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_2px_rgba\(15\2c 23\2c 42\2c 0\.05\)\] {
  --tw-shadow: 0 1px 2px rgba(15,23,42,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_3px_rgba\(15\2c 23\2c 42\2c 0\.08\)\] {
  --tw-shadow: 0 1px 3px rgba(15,23,42,0.08);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 1px 4px 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 1px 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);
}
.shadow-\[1px_0_0_rgba\(15\2c 23\2c 42\2c 0\.04\)\] {
  --tw-shadow: 1px 0 0 rgba(15,23,42,0.04);
  --tw-shadow-colored: 1px 0 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);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
  --tw-shadow-colored: inset 0 1px 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);
}
.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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-100 {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-400\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-500\/20 {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/10 {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/20 {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/25 {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-600\/30 {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/10 {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/20 {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/30 {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-teal-900\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-\[\#001EAB\]\/10 {
  --tw-ring-color: rgb(0 30 171 / 0.1);
}
.ring-\[\#001EAB\]\/20 {
  --tw-ring-color: rgb(0 30 171 / 0.2);
}
.ring-\[\#001EAB\]\/35 {
  --tw-ring-color: rgb(0 30 171 / 0.35);
}
.ring-\[\#033f85\]\/20 {
  --tw-ring-color: rgb(3 63 133 / 0.2);
}
.ring-\[\#80f0ff\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 240 255 / var(--tw-ring-opacity, 1));
}
.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-amber-200\/80 {
  --tw-ring-color: rgb(253 230 138 / 0.8);
}
.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.ring-amber-500\/20 {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-current {
  --tw-ring-color: currentColor;
}
.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}
.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-emerald-600\/20 {
  --tw-ring-color: rgb(5 150 105 / 0.2);
}
.ring-foreground\/20 {
  --tw-ring-color: hsl(var(--foreground) / 0.2);
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}
.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.ring-green-500\/20 {
  --tw-ring-color: rgb(34 197 94 / 0.2);
}
.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}
.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}
.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.ring-primary\/40 {
  --tw-ring-color: hsl(var(--primary) / 0.4);
}
.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}
.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}
.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.ring-red-500\/20 {
  --tw-ring-color: rgb(239 68 68 / 0.2);
}
.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}
.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-slate-200\/70 {
  --tw-ring-color: rgb(226 232 240 / 0.7);
}
.ring-slate-200\/80 {
  --tw-ring-color: rgb(226 232 240 / 0.8);
}
.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.ring-slate-900\/5 {
  --tw-ring-color: rgb(15 23 42 / 0.05);
}
.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}
.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}
.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}
.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.ring-teal-500\/15 {
  --tw-ring-color: rgb(20 184 166 / 0.15);
}
.ring-teal-500\/20 {
  --tw-ring-color: rgb(20 184 166 / 0.2);
}
.ring-teal-500\/30 {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.grayscale-\[35\%\] {
  --tw-grayscale: grayscale(35%);
  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);
}
.\!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) !important;
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in {
  --tw-enter-opacity: 0;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.slide-in-from-bottom {
  --tw-enter-translate-y: 100%;
}
.slide-in-from-top-2 {
  --tw-enter-translate-y: -0.5rem;
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.duration-700 {
  animation-duration: 700ms;
}
.duration-75 {
  animation-duration: 75ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\!running {
  animation-play-state: running !important;
}
.running {
  animation-play-state: running;
}
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pt-safe {
    padding-top: env(safe-area-inset-top, 0px);
  }
  .pb-safe {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  /* Commission engineer/ops chrome sits under AppLayout’s fixed header */
  .sticky-below-app-header {
    position: sticky;
    top: var(--app-header-height, 0px);
    z-index: 20;
  }
  .pb-commission-mobile {
    padding-bottom: max(2.5rem, calc(1.25rem + env(safe-area-inset-bottom, 0px)));
  }
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
  clip: rect(0,0,0,0);
}
.\[overflow-wrap\:anywhere\] {
  overflow-wrap: anywhere;
}
.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}

@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
  body {
    letter-spacing: -0.006em;
  }

  .rounded-2xl { border-radius: 0.75rem; }
  .rounded-3xl { border-radius: 1rem; }

  [data-slot="card"],
  .desktop-card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.03);
  }

  input, select, textarea, button {
    font-size: inherit;
  }
}

.login-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}

.login-panel-left {
  display: none;
  flex: 1;
  background-color: #051c2c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.login-panel-left[data-loaded="true"] {
  opacity: 1;
}

.brand-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.brand-welcome {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 1.25rem;
  letter-spacing: 0.05em;
}

.login-brand-logo {
  max-width: 280px;
  height: auto;
  margin-bottom: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.login-brand-logo[data-loaded="true"] {
  opacity: 1;
}

.login-brand-logo-placeholder {
  width: 280px;
  height: 92px;
  margin-bottom: 1.25rem;
}

.brand-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  letter-spacing: 0.08em;
}

.login-mobile-header {
  background-color: #051c2c;
  padding: 2rem 1.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.login-mobile-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 24px;
  background: #fff;
  border-radius: 24px 24px 0 0;
}

.login-mobile-logo-wrap {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-mobile-logo {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.login-mobile-logo[data-loaded="true"] {
  opacity: 1;
}

.login-mobile-logo-placeholder {
  width: 160px;
  height: 52px;
}

.login-mobile-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.35rem 0 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.login-panel-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.login-form-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.login-header {
  margin-bottom: 1.5rem;
}

.login-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.375rem;
}

.login-header p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

.login-header a {
  color: #00a887;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s;
}

.login-header a:hover {
  color: #008f72;
  text-decoration: underline;
}

.google-sso-container {
  margin-bottom: 1rem;
  position: relative;
  min-height: 40px;
}

.google-btn-wrapper {
  display: flex;
  justify-content: center;
  min-height: 40px;
}

.google-btn-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #fff;
  cursor: default;
  font-size: 0.8rem;
  font-weight: 500;
  color: #3c4043;
  min-height: 44px;
  opacity: 0.6;
}

.google-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 0.85rem;
  color: #64748b;
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: #94a3b8;
  font-size: 0.8rem;
}

.login-divider::before,
.login-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.login-error {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.login-error svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.form-group {
  margin-bottom: 1.125rem;
}

.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.375rem;
  letter-spacing: 0.01em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.875rem;
  font-size: 0.9rem;
  color: #0f172a;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  font-family: inherit;
  box-sizing: border-box;
}

.form-control::-moz-placeholder {
  color: #94a3b8;
}

.form-control::placeholder {
  color: #94a3b8;
}

.form-control:focus {
  border-color: #00a887;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 168, 135, 0.1);
}

.form-options {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}

.forgot-password-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #00a887;
  cursor: pointer;
  transition: color 0.15s;
  text-decoration: none;
}

.forgot-password-link:hover {
  color: #008f72;
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.2s;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.btn-primary {
  background: linear-gradient(135deg, #00a887 0%, #00917a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 168, 135, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #00917a 0%, #007a68 100%);
  box-shadow: 0 4px 16px rgba(0, 168, 135, 0.35);
  transform: translateY(-1px);
}
html.dark .btn-primary {
  background: #00a887;
}
html.dark .btn-primary:hover {
  background: #00917a;
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 168, 135, 0.2);
}

.btn-primary:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-block {
  width: 100%;
  padding: 0.8rem 1rem;
}

.btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.spinner {
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Slow pulse for the engineer-home Thinventory collection KPI. */
@keyframes thinventory-pulse {
  0%, 100% {
    background-color: #004e9b;
    box-shadow: 0 0 0 0 rgba(0, 78, 155, 0.45);
  }
  50% {
    background-color: #1968c4;
    box-shadow: 0 0 0 10px rgba(0, 78, 155, 0);
  }
}

.animate-thinventory-pulse {
  animation: thinventory-pulse 2.8s ease-in-out infinite;
}

@keyframes thinventory-amber-pulse {
  0%, 100% {
    background-color: #d97706;
    box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.45);
  }
  50% {
    background-color: #f59e0b;
    box-shadow: 0 0 0 10px rgba(217, 119, 6, 0);
  }
}

.animate-thinventory-amber-pulse {
  animation: thinventory-amber-pulse 2.8s ease-in-out infinite;
}

.login-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  color: #0f766e;
}

.login-info-banner strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f766e;
  margin-bottom: 0.2rem;
}

.login-info-banner p {
  margin: 0;
  font-size: 0.775rem;
  color: #0d6b62;
  line-height: 1.5;
}

.legal-notice {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 10px;
  font-size: 0.75rem;
  color: #92400e;
  line-height: 1.55;
}

.legal-notice-header {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #b45309;
}

.legal-notice p {
  margin: 0;
}

.btn-demo-login {
  width: 100%;
  margin-top: 1rem;
  padding: 0.625rem 1rem;
  background: #f59e0b;
  color: #fff;
  border: 2px dashed #d97706;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-demo-login:hover {
  background: #d97706;
}

.btn-demo-login:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 479px) {
  .login-form-container {
    padding: 1.25rem 1.125rem 1.5rem;
  }

  .login-info-banner {
    padding: 0.75rem 0.875rem;
  }

  .login-header h2 {
    font-size: 1.35rem;
  }

  .login-mobile-logo-wrap {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .login-container {
    flex-direction: row;
  }

  .login-panel-left {
    display: flex;
  }

  .login-mobile-header {
    display: none;
  }

  .login-panel-right {
    flex: none;
    width: 480px;
    border-left: 1px solid #e2e8f0;
    align-items: center;
    justify-content: center;
  }

  .login-form-container {
    padding: 2.5rem 2.5rem;
    max-width: 420px;
  }

  .login-header {
    margin-bottom: 2rem;
  }

  .login-header h2 {
    font-size: 1.625rem;
  }

  .legal-notice {
    margin-top: 2rem;
  }
}

.timeline-html-content p { margin: 0.25rem 0; }
.timeline-html-content a { color: #0369a1; text-decoration: underline; }
.timeline-html-content img { max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #e2e8f0; cursor: pointer; }
.timeline-html-content table { width: 100%; border-collapse: collapse; }
.timeline-html-content td, .timeline-html-content th { padding: 0.25rem 0.5rem; border: 1px solid #e2e8f0; }
.timeline-html-content ul, .timeline-html-content ol { padding-left: 1.5rem; margin: 0.25rem 0; }
.timeline-html-content pre, .timeline-html-content code { white-space: pre-wrap; word-break: break-word; }
.timeline-html-content h1, .timeline-html-content h2, .timeline-html-content h3, .timeline-html-content h4 { font-weight: 600; margin: 0.5rem 0 0.25rem 0; }

.doc-viewer-container #react-doc-viewer {
  height: 100%;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.doc-viewer-container #react-doc-viewer #proxy-renderer {
  flex: 1;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.doc-viewer-container #react-doc-viewer #pdf-renderer {
  overflow: auto !important;
  flex: 1 !important;
  min-height: 0 !important;
  -webkit-overflow-scrolling: touch;
}
.doc-viewer-container #react-doc-viewer #pdf-page-wrapper {
  overflow: visible !important;
}
.doc-viewer-container #react-doc-viewer #header-bar {
  display: none;
}
.doc-viewer-container #react-doc-viewer #pdf-controls {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  padding: 6px 12px;
  gap: 4px;
}
.doc-viewer-container #react-doc-viewer #pdf-controls button {
  color: #0d9488;
  border-radius: 8px;
  padding: 6px;
}
.doc-viewer-container #react-doc-viewer #pdf-controls button:hover {
  background: #f0fdfa;
}
.doc-viewer-container #react-doc-viewer #pdf-controls span,
.doc-viewer-container #react-doc-viewer #pdf-controls p {
  color: #374151;
  font-size: 13px;
}
.doc-viewer-container #react-doc-viewer #image-renderer {
  background: #f9fafb;
}
.doc-viewer-container #react-doc-viewer #image-renderer img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.doc-viewer-container #react-doc-viewer #no-renderer {
  color: #6b7280;
  background: #f9fafb;
}

@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input:not([type]),
  textarea,
  select {
    font-size: 16px !important;
  }
}

/* ── Forgot / Reset Password ───────────────────────────── */

.login-success {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  color: #16a34a;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.login-success span {
  flex: 1;
}

.login-success-dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #16a34a;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.login-success-dismiss:hover {
  opacity: 1;
}

.forgot-password-back {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.forgot-password-back .forgot-password-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

/* Success screen after email sent */
.forgot-password-success {
  text-align: center;
  padding: 0.5rem 0;
}

.forgot-password-success-icon {
  display: flex;
  justify-content: center;
  color: #00a887;
  margin-bottom: 1.25rem;
}

.forgot-password-success h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.forgot-password-success p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.forgot-password-note {
  font-size: 0.8125rem !important;
  color: #94a3b8 !important;
}

.forgot-password-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.forgot-password-actions .btn {
  width: 100%;
}

/* Invalid / expired code screen */
.reset-password-invalid {
  text-align: center;
  padding: 0.5rem 0;
}

.reset-password-invalid-icon {
  display: flex;
  justify-content: center;
  color: #f59e0b;
  margin-bottom: 1.25rem;
}

.reset-password-invalid h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.reset-password-invalid p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Validating spinner screen */
.reset-password-validating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  color: #64748b;
  font-size: 0.9rem;
}

/* Password field with show/hide toggle */
.password-input-wrap {
  position: relative;
}

.password-input-wrap .form-control {
  padding-right: 2.5rem;
}

.password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  display: flex;
  align-items: center;
  padding: 0;
  transition: color 0.15s;
}

.password-toggle:hover {
  color: #475569;
}

/* Secondary button */
.btn-secondary {
  background: #f1f5f9;
  color: #334155;
  border: 1.5px solid #e2e8f0;
}

.btn-secondary:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

/* Hide scrollbar while still allowing scroll */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* ── Tiptap WYSIWYG composer ──────────────────────────────────────────────── */
.tiptap-editor .ProseMirror {
  outline: none;
  min-height: 100px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0f172a;
}
.tiptap-editor .ProseMirror p { margin: 0 0 0.5em; }
.tiptap-editor .ProseMirror p:last-child { margin-bottom: 0; }
.tiptap-editor .ProseMirror strong { font-weight: 600; }
.tiptap-editor .ProseMirror em { font-style: italic; }
.tiptap-editor .ProseMirror u { text-decoration: underline; }
.tiptap-editor .ProseMirror ul { list-style: disc; padding-left: 1.4em; margin: 0.4em 0; }
.tiptap-editor .ProseMirror ol { list-style: decimal; padding-left: 1.4em; margin: 0.4em 0; }
.tiptap-editor .ProseMirror li + li { margin-top: 0.1em; }
.tiptap-editor .ProseMirror a { color: #2563eb; text-decoration: underline; cursor: pointer; }
.tiptap-editor .ProseMirror img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  margin: 0.5em 0;
  display: block;
  cursor: pointer;
}
.tiptap-editor .ProseMirror img.ProseMirror-selectednode {
  outline: 2px solid #001EAB;
  outline-offset: 1px;
}
.tiptap-editor .ProseMirror h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.6em 0 0.35em;
  color: #0f172a;
}
.tiptap-editor .ProseMirror h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.5em 0 0.25em;
  color: #1e293b;
}
.tiptap-editor .ProseMirror hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0.75em 0;
}
.tiptap-editor .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #94a3b8;
  pointer-events: none;
  height: 0;
}
.tiptap-editor .ProseMirror blockquote {
  border-left: 3px solid #e2e8f0;
  padding-left: 0.75em;
  color: #64748b;
  margin: 0.5em 0;
}
.tiptap-editor .ProseMirror code {
  background: #f1f5f9;
  border-radius: 3px;
  padding: 0.1em 0.3em;
  font-size: 0.85em;
  font-family: ui-monospace, monospace;
}

/* ══ Dark mode ══════════════════════════════════════════════════════════════
   Pages keep their light-theme utilities; this layer retargets them onto the
   surface ladder declared in :root. Three rules keep it coherent:
     1. Surfaces are opaque — never translucent over an unknown backdrop.
     2. Recessed things (wells, striped rows, inputs) go below their card;
        interactive things (hover, menus) go above it.
     3. No gradients — every fade collapses to its first stop.
   ═════════════════════════════════════════════════════════════════════════ */

html.dark {
  scrollbar-color: hsl(var(--border-strong)) transparent;
}
html.dark ::-moz-selection {
  background: color-mix(in srgb, #00a887 42%, transparent);
  color: #f8fafc;
}
html.dark ::selection {
  background: color-mix(in srgb, #00a887 42%, transparent);
  color: #f8fafc;
}
html.dark ::-moz-placeholder {
  color: hsl(217 13% 58%);
  opacity: 1;
}
html.dark ::placeholder {
  color: hsl(217 13% 58%);
  opacity: 1;
}
html.dark ::-webkit-scrollbar { width: 10px; height: 10px; }
html.dark ::-webkit-scrollbar-thumb {
  background: hsl(var(--border-strong));
  border-radius: 999px;
}
html.dark ::-webkit-scrollbar-track { background: transparent; }

html.dark input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="image"]),
html.dark select,
html.dark textarea {
  background-color: hsl(var(--surface-sunken));
  color: hsl(var(--foreground));
  border-color: hsl(var(--border));
}
html.dark input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):focus,
html.dark select:focus,
html.dark textarea:focus {
  background-color: hsl(var(--surface-page));
  border-color: hsl(168 60% 40%);
}
html.dark input:-webkit-autofill,
html.dark input:-webkit-autofill:hover,
html.dark input:-webkit-autofill:focus {
  -webkit-text-fill-color: hsl(var(--foreground));
  caret-color: hsl(var(--foreground));
  box-shadow: 0 0 0 1000px hsl(var(--surface-sunken)) inset;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

/* ── Neutral surfaces ─────────────────────────────────────────────────────────
   The slate/gray/zinc/neutral/stone scales are swapped in tailwind.config.js,
   which covers every shade, opacity and variant of them. Only `white` is left
   here: `bg-white` is a card, but `bg-white/20` is a highlight on a coloured
   header and has to stay white, and a palette swap cannot tell them apart. */
html.dark .bg-white { background-color: hsl(var(--surface-card)); }
html.dark .bg-white\/95 { background-color: hsl(var(--surface-card) / 0.95); }
html.dark .bg-white\/90 { background-color: hsl(var(--surface-card) / 0.9); }
html.dark .bg-white\/80 { background-color: hsl(var(--surface-card) / 0.8); }
html.dark .bg-white\/70 { background-color: hsl(var(--surface-card) / 0.7); }
html.dark .bg-white\/60 { background-color: hsl(var(--surface-card) / 0.6); }
html.dark .bg-white\/50 { background-color: hsl(var(--surface-card) / 0.5); }
html.dark .hover\:bg-white:hover,
html.dark .hover\:bg-white\/95:hover,
html.dark .hover\:bg-white\/90:hover,
html.dark .hover\:bg-white\/70:hover,
html.dark .hover\:bg-white\/60:hover,
html.dark .hover\:bg-white\/50:hover,
html.dark .focus\:bg-white:focus,
html.dark .active\:bg-white:active,
html.dark .active\:bg-white\/80:active,
html.dark .data-\[state\=active\]\:bg-white[data-state="active"] { background-color: hsl(var(--surface-raised)); }
/* Page greys written as literal hex are arbitrary values, so they sit outside
   the palette and still need naming. */
html.dark .bg-\[\#F2F2F7\],
html.dark .bg-\[\#f2f2f7\],
html.dark .bg-\[\#f4f5f7\],
html.dark .bg-\[\#f4f6f8\],
html.dark .bg-\[\#f5f6f8\],
html.dark .bg-\[\#f7f8fa\],
html.dark .bg-\[\#f8f8fa\],
html.dark .bg-\[\#f8fafc\] { background-color: hsl(var(--surface-page)); }
html.dark .bg-\[\#e8eaee\],
html.dark .bg-\[\#eef0f3\] { background-color: hsl(var(--surface-sunken)); }
html.dark .bg-\[\#e8f0fe\] { background-color: color-mix(in srgb, #3b82f6 15%, hsl(var(--tint-base))); }

/* ── Text ramp ────────────────────────────────────────────────────────────── */
html.dark .text-slate-900,
html.dark .text-gray-900,
html.dark .text-zinc-900,
html.dark .text-neutral-900 { color: hsl(var(--foreground)); }
html.dark .text-slate-800,
html.dark .text-gray-800 { color: hsl(212 20% 92%); }
html.dark .text-slate-700,
html.dark .text-gray-700 { color: hsl(214 18% 86%); }
html.dark .text-slate-600,
html.dark .text-gray-600 { color: hsl(216 15% 76%); }
html.dark .text-slate-500,
html.dark .text-gray-500 { color: hsl(216 14% 68%); }
html.dark .text-slate-400,
html.dark .text-gray-400 { color: hsl(217 13% 60%); }
html.dark .text-slate-300,
html.dark .text-gray-300 { color: hsl(217 14% 74%); }
html.dark .hover\:text-slate-900:hover,
html.dark .hover\:text-slate-800:hover { color: hsl(var(--foreground)); }
html.dark .hover\:text-slate-700:hover { color: hsl(212 20% 92%); }
html.dark .hover\:text-slate-600:hover { color: hsl(214 18% 86%); }
html.dark .placeholder\:text-slate-400::-moz-placeholder, html.dark .placeholder\:text-gray-400::-moz-placeholder { color: hsl(217 13% 58%); }
html.dark .placeholder\:text-slate-400::placeholder,
html.dark .placeholder\:text-gray-400::placeholder { color: hsl(217 13% 58%); }

/* ── Borders and tints ────────────────────────────────────────────────────────
   Also handled by the palette swap: pale tints re-seat onto the card surface
   and pale borders pick up their family's hue over the border token. What is
   left below is text, which the swap deliberately does not touch. */
html.dark .ring-slate-200 { --tw-ring-color: hsl(var(--border)); }

html.dark .text-teal-900 { color: #99f6e4; }
html.dark .text-teal-800 { color: #5eead4; }
html.dark .text-teal-700,
html.dark .text-teal-600 { color: #2dd4bf; }
html.dark .hover\:text-teal-700:hover { color: #5eead4; }
html.dark .text-emerald-900 { color: #a7f3d0; }
html.dark .text-emerald-800 { color: #6ee7b7; }
html.dark .text-emerald-700,
html.dark .text-emerald-600 { color: #34d399; }
html.dark .text-green-900 { color: #bbf7d0; }
html.dark .text-green-800,
html.dark .text-green-700,
html.dark .text-green-600 { color: #4ade80; }
html.dark .text-amber-900 { color: #fde68a; }
html.dark .text-amber-800 { color: #fcd34d; }
html.dark .text-amber-700,
html.dark .text-amber-600 { color: #fbbf24; }
html.dark .text-orange-900 { color: #fed7aa; }
html.dark .text-orange-800,
html.dark .text-orange-700,
html.dark .text-orange-600 { color: #fb923c; }
html.dark .text-red-900 { color: #fecaca; }
html.dark .text-red-800 { color: #fca5a5; }
html.dark .text-red-700,
html.dark .text-red-600 { color: #f87171; }
html.dark .hover\:text-red-600:hover { color: #fca5a5; }
html.dark .text-rose-900 { color: #fecdd3; }
html.dark .text-rose-700,
html.dark .text-rose-600 { color: #fb7185; }
html.dark .text-blue-900 { color: #bfdbfe; }
html.dark .text-blue-800 { color: #93c5fd; }
html.dark .text-blue-700,
html.dark .text-blue-600 { color: #60a5fa; }
html.dark .text-sky-900 { color: #bae6fd; }
html.dark .text-sky-700,
html.dark .text-sky-600 { color: #38bdf8; }
html.dark .text-indigo-900 { color: #c7d2fe; }
html.dark .text-indigo-700,
html.dark .text-indigo-600 { color: #818cf8; }
html.dark .text-violet-900 { color: #ddd6fe; }
html.dark .text-violet-700,
html.dark .text-violet-600 { color: #a78bfa; }
html.dark .text-purple-900 { color: #e9d5ff; }
html.dark .text-purple-700,
html.dark .text-purple-600 { color: #c084fc; }

/* WHSmith navy reads as ink on white and as a hole on a dark card, so as text
   it lifts to the same blue family the rest of the tints use. As a fill it is
   already a dark surface and stays put. */
html.dark .text-\[\#001EAB\] { color: #8ba4ff; }
html.dark .text-\[\#1a3f8f\] { color: #93aaff; }
html.dark .text-\[\#033f85\] { color: #7fb6f2; }
html.dark .text-\[\#1a73e8\] { color: #7cb0f7; }
html.dark .border-\[\#001EAB\],
html.dark .border-\[\#1a3f8f\] { border-color: color-mix(in srgb, #6f8dff 40%, hsl(var(--border))); }
html.dark .border-\[\#033f85\] { border-color: color-mix(in srgb, #4f9be8 40%, hsl(var(--border))); }
html.dark .ring-\[\#001EAB\] { --tw-ring-color: #6f8dff; }
html.dark .ring-\[\#033f85\] { --tw-ring-color: #4f9be8; }
html.dark .bg-\[\#001EAB\]\/10,
html.dark .bg-\[\#001EAB\]\/5 { background-color: color-mix(in srgb, #6f8dff 15%, hsl(var(--tint-base))); }

html.dark .border-teal-100,
html.dark .border-teal-200,
/* ── No gradients ─────────────────────────────────────────────────────────────
   Tailwind puts the first stop in --tw-gradient-from, so repeating it collapses
   any bg-gradient-* to a flat fill. The stop itself already comes from the
   swapped palette, so only `white`, `black` and arbitrary values need naming. */
html.dark [class*="bg-gradient-to-"] {
  background-image: linear-gradient(
    var(--tw-gradient-from, transparent),
    var(--tw-gradient-from, transparent)
  );
}
html.dark .from-white { --tw-gradient-from: hsl(var(--surface-card)) var(--tw-gradient-from-position); }
/* Photo scrims were a fade to nothing; flat, they only need enough to hold
   white text without muddying the image. */
html.dark .from-black\/60 { --tw-gradient-from: rgb(0 0 0 / 0.45) var(--tw-gradient-from-position); }
html.dark .from-black\/50 { --tw-gradient-from: rgb(0 0 0 / 0.38) var(--tw-gradient-from-position); }
html.dark .from-black\/35 { --tw-gradient-from: rgb(0 0 0 / 0.28) var(--tw-gradient-from-position); }

/* Inline `style="background: linear-gradient(...)"` cannot be reached by a
   from-* class, so ThemeContext swaps in the first solid stop. This only stops
   the fade showing before that runs. */
html.dark [style*="linear-gradient"],
html.dark [style*="radial-gradient"],
html.dark [style*="conic-gradient"] {
  background-image: none !important;
}

/* ── Elevation ────────────────────────────────────────────────────────────────
   Light-theme shadows vanish on a dark canvas, so cards lean on borders and
   only keep enough shadow to separate overlapping chrome. */
html.dark .shadow-slate-200\/60,
html.dark .shadow-slate-200\/50 { --tw-shadow-color: rgb(0 0 0 / 0.6); }
html.dark .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.6);
  --tw-shadow-colored: 0 1px 2px 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);
}
html.dark .shadow-lg,
html.dark .shadow-xl,
html.dark .shadow-2xl {
  --tw-shadow: 0 12px 32px -8px rgb(0 0 0 / 0.7);
  --tw-shadow-colored: 0 12px 32px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html.dark .login-container,
html.dark .login-panel-right { background: hsl(var(--background)); }
html.dark .login-mobile-header::after { background: hsl(var(--background)); }
html.dark .login-header h2,
html.dark .forgot-password-success h2,
html.dark .reset-password-invalid h2 { color: hsl(var(--foreground)); }
html.dark .login-header p,
html.dark .form-group label { color: hsl(var(--muted-foreground)); }
html.dark .form-control {
  color: hsl(var(--foreground));
  background: hsl(var(--muted));
  border-color: hsl(var(--border));
}
html.dark .form-control:focus { background: hsl(var(--surface-page)); }
html.dark .login-divider::before,
html.dark .login-divider::after { background: hsl(var(--border)); }
html.dark .login-error {
  background: color-mix(in srgb, #ef4444 15%, hsl(var(--tint-base)));
  border-color: color-mix(in srgb, #ef4444 40%, hsl(var(--border)));
}
html.dark .login-info-banner {
  background: color-mix(in srgb, #00a887 15%, hsl(var(--tint-base)));
  border-color: color-mix(in srgb, #00a887 40%, hsl(var(--border)));
  color: #99f6e4;
}
html.dark .login-info-banner strong,
html.dark .login-info-banner p { color: #99f6e4; }
html.dark .legal-notice {
  background: color-mix(in srgb, #eab308 15%, hsl(var(--tint-base)));
  border-color: color-mix(in srgb, #eab308 40%, hsl(var(--border)));
  color: #fde68a;
}
html.dark .btn-secondary { background: hsl(var(--surface-raised)); color: hsl(var(--foreground)); border-color: hsl(var(--border)); }
html.dark .google-btn-placeholder { background: hsl(var(--surface-raised)); border-color: hsl(var(--border)); color: hsl(var(--muted-foreground)); }
html.dark .tiptap-editor .ProseMirror,
html.dark .tiptap-editor .ProseMirror h2,
html.dark .tiptap-editor .ProseMirror h3 { color: hsl(var(--foreground)); }
html.dark .tiptap-editor .ProseMirror code { background: hsl(var(--surface-raised)); }
html.dark .timeline-html-content img { border-color: hsl(var(--border)); }
html.dark .tiptap-editor .ProseMirror blockquote,
html.dark .timeline-html-content blockquote { border-left-color: hsl(var(--border)); color: hsl(var(--muted-foreground)); }
html.dark .timeline-html-content { color: hsl(var(--foreground)); }
html.dark .timeline-html-content a { color: #93c5fd; }
html.dark .doc-viewer-container #react-doc-viewer,
html.dark .doc-viewer-container #react-doc-viewer #image-renderer,
html.dark .doc-viewer-container #react-doc-viewer #no-renderer { background: hsl(var(--background)); }
html.dark .doc-viewer-container #react-doc-viewer #pdf-controls { background: hsl(var(--card)); border-bottom-color: hsl(var(--border)); }

/* ── Timeline HTML content ────────────────────────────────────────────────── */
.timeline-html-content img {
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  margin: 0.4em 0;
  cursor: zoom-in;
  display: block;
}
.timeline-html-content p { margin: 0 0 0.4em; }
.timeline-html-content p:last-child { margin: 0; }
.timeline-html-content ul { list-style: disc; padding-left: 1.4em; margin: 0.3em 0; }
.timeline-html-content ol { list-style: decimal; padding-left: 1.4em; margin: 0.3em 0; }
.timeline-html-content a { color: #2563eb; text-decoration: underline; }
.timeline-html-content blockquote {
  border-left: 3px solid #e2e8f0;
  padding-left: 0.75em;
  color: #64748b;
  margin: 0.4em 0;
}
@media (min-width: 1024px) {

  .lg\:prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }

  .lg\:prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }

  .lg\:prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }

  .lg\:prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .lg\:prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .lg\:prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .lg\:prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }

  .lg\:prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

  .lg\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

  .lg\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose-base :where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-red-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.placeholder\:text-red-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-teal-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.placeholder\:text-teal-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.odd\:bg-slate-50\/70:nth-child(odd) {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.7);
}
.even\:bg-slate-50\/40:nth-child(even) {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.4);
}
.focus-within\:border-teal-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.focus-within\:opacity-100:focus-within {
  opacity: 1;
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.hover\:z-10:hover {
  z-index: 10;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.hover\:border-\[\#001EAB\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 171 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#001EAB\]\/30:hover {
  border-color: rgb(0 30 171 / 0.3);
}
.hover\:border-\[\#001EAB\]\/40:hover {
  border-color: rgb(0 30 171 / 0.4);
}
.hover\:border-\[\#001EAB\]\/50:hover {
  border-color: rgb(0 30 171 / 0.5);
}
.hover\:border-\[\#001EAB\]\/60:hover {
  border-color: rgb(0 30 171 / 0.6);
}
.hover\:border-\[\#033f85\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 63 133 / var(--tw-border-opacity, 1));
}
.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-300) / var(--tw-border-opacity, 1));
}
.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-400) / var(--tw-border-opacity, 1));
}
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-200) / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-300) / var(--tw-border-opacity, 1));
}
.hover\:border-border:hover {
  border-color: hsl(var(--border));
}
.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-200) / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-300) / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-600\/40:hover {
  border-color: rgb(var(--ufc-borderColor-emerald-600) / 0.4);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-gray-300) / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-200) / var(--tw-border-opacity, 1));
}
.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-indigo-300) / var(--tw-border-opacity, 1));
}
.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-300) / var(--tw-border-opacity, 1));
}
.hover\:border-primary\/30:hover {
  border-color: hsl(var(--primary) / 0.3);
}
.hover\:border-primary\/35:hover {
  border-color: hsl(var(--primary) / 0.35);
}
.hover\:border-primary\/40:hover {
  border-color: hsl(var(--primary) / 0.4);
}
.hover\:border-primary\/50:hover {
  border-color: hsl(var(--primary) / 0.5);
}
.hover\:border-primary\/60:hover {
  border-color: hsl(var(--primary) / 0.6);
}
.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-200) / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-300) / var(--tw-border-opacity, 1));
}
.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-400) / var(--tw-border-opacity, 1));
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-300) / var(--tw-border-opacity, 1));
}
.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-300) / var(--tw-border-opacity, 1));
}
.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-sky-200) / var(--tw-border-opacity, 1));
}
.hover\:border-slate-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-100) / var(--tw-border-opacity, 1));
}
.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
}
.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-300) / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-400) / var(--tw-border-opacity, 1));
}
.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-200) / var(--tw-border-opacity, 1));
}
.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-300) / var(--tw-border-opacity, 1));
}
.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.hover\:border-teal-600\/30:hover {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.3);
}
.hover\:border-teal-600\/40:hover {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.4);
}
.hover\:border-teal-600\/45:hover {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.45);
}
.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-300) / var(--tw-border-opacity, 1));
}
.hover\:\!bg-\[\#016b4c\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 107 76 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#001480\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#001689\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 137 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#00168a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0017a0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 160 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0018a0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 160 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#002244\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#009578\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 120 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#022d66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 102 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#033f85\]\/10:hover {
  background-color: rgb(3 63 133 / 0.1);
}
.hover\:bg-\[\#252D2D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 45 45 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ceead6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(206 234 214 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#d2e3fc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 227 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e0a520\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 165 32 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e8f0fe\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fad2cf\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 207 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#feefc3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 195 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-300) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-400) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.5);
}
.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-500) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/85:hover {
  background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50\/30:hover {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.3);
}
.hover\:bg-blue-50\/40:hover {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.4);
}
.hover\:bg-blue-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.5);
}
.hover\:bg-blue-50\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.6);
}
.hover\:bg-blue-50\/70:hover {
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / 0.7);
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-cyan-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-destructive\/10:hover {
  background-color: hsl(var(--destructive) / 0.1);
}
.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}
.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50\/40:hover {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.4);
}
.hover\:bg-emerald-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.5);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-gray-50) / 0.5);
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}
.hover\:bg-muted\/40:hover {
  background-color: hsl(var(--muted) / 0.4);
}
.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-muted\/60:hover {
  background-color: hsl(var(--muted) / 0.6);
}
.hover\:bg-muted\/70:hover {
  background-color: hsl(var(--muted) / 0.7);
}
.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-orange-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-pink-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/5:hover {
  background-color: hsl(var(--primary) / 0.05);
}
.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / 0.8);
}
.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-red-100) / 0.6);
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-red-600) / 0.8);
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-red-700) / 0.6);
}
.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.6);
}
.hover\:bg-slate-100\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.8);
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.6);
}
.hover\:bg-slate-200\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.8);
}
.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-300) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-400) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50\/40:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.4);
}
.hover\:bg-slate-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.5);
}
.hover\:bg-slate-50\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.6);
}
.hover\:bg-slate-50\/70:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.7);
}
.hover\:bg-slate-50\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.8);
}
.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-600) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900\/85:hover {
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / 0.85);
}
.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-100\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.5);
}
.hover\:bg-teal-100\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.6);
}
.hover\:bg-teal-100\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.8);
}
.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-200\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-200) / 0.8);
}
.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-50\/30:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.3);
}
.hover\:bg-teal-50\/40:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.4);
}
.hover\:bg-teal-50\/50:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.5);
}
.hover\:bg-teal-50\/60:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.6);
}
.hover\:bg-teal-50\/70:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.7);
}
.hover\:bg-teal-50\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.8);
}
.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-500) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-800\/80:hover {
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / 0.8);
}
.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-200) / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-50) / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-violet-700) / 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\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-100) / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-yellow-50) / var(--tw-bg-opacity, 1));
}
.hover\:from-slate-700:hover {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-slate-700) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-700) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-teal-700:hover {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-700) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-700) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-slate-600:hover {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-slate-600) / 1) var(--tw-gradient-to-position);
}
.hover\:to-teal-800:hover {
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-800) / 1) var(--tw-gradient-to-position);
}
.hover\:text-\[\#001480\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 20 128 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#001EAB\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 30 171 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#033f85\]:hover {
  --tw-text-opacity: 1;
  color: rgb(3 63 133 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.hover\:text-destructive:hover {
  color: hsl(var(--destructive));
}
.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-950:hover {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-95:hover {
  opacity: 0.95;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-purple-500\/20:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-slate-200\/50:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-teal-100\/50:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-teal-100\/60:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-teal-500\/20:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-slate-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.hover\:ring-teal-500\/30:hover {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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\:border-\[\#001EAB\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 171 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#033f85\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 63 133 / var(--tw-border-opacity, 1));
}
.focus\:border-amber-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-500) / var(--tw-border-opacity, 1));
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-400) / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-500) / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-500) / var(--tw-border-opacity, 1));
}
.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-orange-400) / var(--tw-border-opacity, 1));
}
.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-400) / var(--tw-border-opacity, 1));
}
.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-purple-500) / var(--tw-border-opacity, 1));
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-500) / var(--tw-border-opacity, 1));
}
.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-rose-400) / var(--tw-border-opacity, 1));
}
.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-sky-500) / var(--tw-border-opacity, 1));
}
.focus\:border-slate-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-400) / var(--tw-border-opacity, 1));
}
.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.focus\:border-teal-600\/55:focus {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.55);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-violet-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-400) / var(--tw-border-opacity, 1));
}
.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}
.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-50) / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}
.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}
.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.focus\:opacity-100:focus {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-\[\#001EAB\]\/20:focus {
  --tw-ring-color: rgb(0 30 171 / 0.2);
}
.focus\:ring-\[\#001EAB\]\/25:focus {
  --tw-ring-color: rgb(0 30 171 / 0.25);
}
.focus\:ring-\[\#001EAB\]\/30:focus {
  --tw-ring-color: rgb(0 30 171 / 0.3);
}
.focus\:ring-\[\#001EAB\]\/40:focus {
  --tw-ring-color: rgb(0 30 171 / 0.4);
}
.focus\:ring-\[\#033f85\]\/30:focus {
  --tw-ring-color: rgb(3 63 133 / 0.3);
}
.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-500\/30:focus {
  --tw-ring-color: rgb(245 158 11 / 0.3);
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-300\/50:focus {
  --tw-ring-color: rgb(147 197 253 / 0.5);
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.focus\:ring-blue-500\/25:focus {
  --tw-ring-color: rgb(59 130 246 / 0.25);
}
.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-500\/30:focus {
  --tw-ring-color: rgb(34 197 94 / 0.3);
}
.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500\/10:focus {
  --tw-ring-color: rgb(168 85 247 / 0.1);
}
.focus\:ring-purple-500\/25:focus {
  --tw-ring-color: rgb(168 85 247 / 0.25);
}
.focus\:ring-purple-500\/30:focus {
  --tw-ring-color: rgb(168 85 247 / 0.3);
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500\/30:focus {
  --tw-ring-color: rgb(239 68 68 / 0.3);
}
.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-rose-500\/20:focus {
  --tw-ring-color: rgb(244 63 94 / 0.2);
}
.focus\:ring-sky-500\/25:focus {
  --tw-ring-color: rgb(14 165 233 / 0.25);
}
.focus\:ring-slate-900\/10:focus {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}
.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-500\/20:focus {
  --tw-ring-color: rgb(20 184 166 / 0.2);
}
.focus\:ring-teal-500\/25:focus {
  --tw-ring-color: rgb(20 184 166 / 0.25);
}
.focus\:ring-teal-500\/30:focus {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.focus\:ring-teal-500\/35:focus {
  --tw-ring-color: rgb(20 184 166 / 0.35);
}
.focus\:ring-teal-500\/40:focus {
  --tw-ring-color: rgb(20 184 166 / 0.4);
}
.focus\:ring-violet-500\/30:focus {
  --tw-ring-color: rgb(139 92 246 / 0.3);
}
.focus\:ring-white\/30:focus {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.focus\:ring-white\/40:focus {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:border-teal-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-500) / var(--tw-border-opacity, 1));
}
.focus-visible\:border-teal-600\/50:focus-visible {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.5);
}
.focus-visible\:bg-background:focus-visible {
  background-color: hsl(var(--background));
}
.focus-visible\:opacity-100:focus-visible {
  opacity: 1;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}
.focus-visible\:ring-\[\#001EAB\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 30 171 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-primary:focus-visible {
  --tw-ring-color: hsl(var(--primary));
}
.focus-visible\:ring-red-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-slate-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-teal-500\/30:focus-visible {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.focus-visible\:ring-teal-500\/35:focus-visible {
  --tw-ring-color: rgb(20 184 166 / 0.35);
}
.focus-visible\:ring-teal-500\/40:focus-visible {
  --tw-ring-color: rgb(20 184 166 / 0.4);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.active\:scale-\[0\.96\]:active {
  --tw-scale-x: 0.96;
  --tw-scale-y: 0.96;
  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));
}
.active\:scale-\[0\.97\]:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
}
.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.active\:scale-\[0\.99\]:active {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-300) / var(--tw-border-opacity, 1));
}
.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.active\:bg-amber-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-amber-50\/40:active {
  background-color: rgb(var(--ufc-backgroundColor-amber-50) / 0.4);
}
.active\:bg-black\/70:active {
  background-color: rgb(0 0 0 / 0.7);
}
.active\:bg-black\/80:active {
  background-color: rgb(0 0 0 / 0.8);
}
.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-200) / var(--tw-bg-opacity, 1));
}
.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-700) / var(--tw-bg-opacity, 1));
}
.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-blue-800) / var(--tw-bg-opacity, 1));
}
.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-emerald-50\/50:active {
  background-color: rgb(var(--ufc-backgroundColor-emerald-50) / 0.5);
}
.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-emerald-800) / var(--tw-bg-opacity, 1));
}
.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-green-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-indigo-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-muted\/50:active {
  background-color: hsl(var(--muted) / 0.5);
}
.active\:bg-muted\/60:active {
  background-color: hsl(var(--muted) / 0.6);
}
.active\:bg-muted\/80:active {
  background-color: hsl(var(--muted) / 0.8);
}
.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-purple-800) / var(--tw-bg-opacity, 1));
}
.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-300) / var(--tw-bg-opacity, 1));
}
.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-red-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-red-800\/60:active {
  background-color: rgb(var(--ufc-backgroundColor-red-800) / 0.6);
}
.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-rose-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-sky-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-sky-700) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-100\/70:active {
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / 0.7);
}
.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-200\/80:active {
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / 0.8);
}
.active\:bg-slate-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-300) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-50\/80:active {
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.8);
}
.active\:bg-slate-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-700) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-950) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-100\/60:active {
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / 0.6);
}
.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-200) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-300) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-50\/80:active {
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.8);
}
.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-500) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-600\/60:active {
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / 0.6);
}
.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / var(--tw-bg-opacity, 1));
}
.active\:bg-teal-800\/70:active {
  background-color: rgb(var(--ufc-backgroundColor-teal-800) / 0.7);
}
.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}
.active\:bg-white\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}
.active\:bg-white\/25:active {
  background-color: rgb(255 255 255 / 0.25);
}
.active\:bg-white\/30:active {
  background-color: rgb(255 255 255 / 0.3);
}
.active\:bg-white\/80:active {
  background-color: rgb(255 255 255 / 0.8);
}
.active\:text-\[\#001EAB\]:active {
  --tw-text-opacity: 1;
  color: rgb(0 30 171 / var(--tw-text-opacity, 1));
}
.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.active\:text-slate-900:active {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.active\:underline:active {
  text-decoration-line: underline;
}
.active\:opacity-70:active {
  opacity: 0.7;
}
.active\:opacity-80:active {
  opacity: 0.8;
}
.active\:opacity-90:active {
  opacity: 0.9;
}
.enabled\:hover\:bg-slate-50:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.enabled\:active\:bg-slate-100:active:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-default:disabled {
  cursor: default;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-gray-300) / var(--tw-bg-opacity, 1));
}
.disabled\:bg-slate-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.disabled\:bg-teal-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / var(--tw-bg-opacity, 1));
}
.disabled\:text-slate-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.disabled\:text-slate-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-100:disabled {
  opacity: 1;
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-35:disabled {
  opacity: 0.35;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-45:disabled {
  opacity: 0.45;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-55:disabled {
  opacity: 0.55;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.disabled\:hover\:bg-transparent:hover:disabled {
  background-color: transparent;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:w-1 {
  width: 0.25rem;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}
.group:hover .group-hover\:border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-400) / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-amber-100) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-fuchsia-500) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-200) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-800) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-400) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-700) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-\[\#001EAB\] {
  --tw-text-opacity: 1;
  color: rgb(0 30 171 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary {
  color: hsl(var(--primary));
}
.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group\/block:hover .group-hover\/block\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
.group:active .group-active\:w-1 {
  width: 0.25rem;
}
.group:active .group-active\:scale-\[0\.99\] {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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));
}
.group:active .group-active\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-500) / var(--tw-bg-opacity, 1));
}
.group:active .group-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[state\=inactive\]\:hidden[data-state="inactive"] {
  display: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}
.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  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));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  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));
}
.data-\[state\=active\]\:border-primary[data-state="active"] {
  border-color: hsl(var(--primary));
}
.data-\[state\=open\]\:border-teal-600\/55[data-state="open"] {
  border-color: rgb(var(--ufc-borderColor-teal-600) / 0.55);
}
.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(var(--background));
}
.data-\[state\=active\]\:bg-teal-100[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
}
.data-\[state\=active\]\:bg-teal-600[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / var(--tw-bg-opacity, 1));
}
.data-\[state\=active\]\:bg-transparent[data-state="active"] {
  background-color: transparent;
}
.data-\[state\=active\]\:bg-white[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}
.data-\[state\=checked\]\:bg-slate-900[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-teal-50[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-teal-600[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-teal-600) / var(--tw-bg-opacity, 1));
}
.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(var(--secondary));
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}
.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}
.data-\[state\=active\]\:text-slate-900[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.data-\[state\=active\]\:text-teal-700[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.data-\[state\=active\]\:text-white[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}
.data-\[state\=checked\]\:text-slate-50[data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.data-\[state\=checked\]\:text-teal-900[data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=active\]\:shadow[data-state="active"] {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.data-\[state\=active\]\:shadow-none[data-state="active"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.data-\[state\=open\]\:ring-1[data-state="open"] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.data-\[state\=open\]\:ring-teal-500\/30[data-state="open"] {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}
.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}
.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}
.prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-headings\:text-slate-800 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.625;
}
.prose-p\:text-slate-600 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.prose-a\:text-teal-600 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: none;
}
.hover\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  text-decoration-line: underline;
}
.prose-strong\:text-slate-700 :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.prose-code\:rounded :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.25rem;
}
.prose-code\:bg-slate-100 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
}
.prose-code\:px-1\.5 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.prose-code\:py-0\.5 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.prose-code\:text-sm :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-pre\:rounded-xl :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.75rem;
}
.prose-pre\:bg-slate-900 :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-900) / var(--tw-bg-opacity, 1));
}
.prose-ol\:text-slate-600 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.prose-ul\:text-slate-600 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.prose-li\:marker\:text-teal-500 * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(20 184 166 );
}
.prose-li\:marker\:text-teal-500 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(20 184 166 );
}
.prose-table\:text-sm :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-th\:bg-slate-50 :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
}
.prose-td\:border-slate-200 :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
}
.prose-img\:rounded-xl :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.75rem;
}
.prose-img\:shadow-md :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:border-amber-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-amber-800) / var(--tw-border-opacity, 1));
}
.dark\:border-blue-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-blue-700) / var(--tw-border-opacity, 1));
}
.dark\:border-emerald-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-emerald-800) / var(--tw-border-opacity, 1));
}
.dark\:border-red-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-500) / var(--tw-border-opacity, 1));
}
.dark\:border-red-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-700) / var(--tw-border-opacity, 1));
}
.dark\:border-red-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-red-800) / var(--tw-border-opacity, 1));
}
.dark\:border-teal-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-teal-700) / var(--tw-border-opacity, 1));
}
.dark\:border-violet-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ufc-borderColor-violet-700) / var(--tw-border-opacity, 1));
}
.dark\:bg-amber-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-amber-900) / 0.3);
}
.dark\:bg-amber-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-amber-950) / 0.3);
}
.dark\:bg-amber-950\/40:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-amber-950) / 0.4);
}
.dark\:bg-blue-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-blue-900) / 0.3);
}
.dark\:bg-blue-950\/20:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-blue-950) / 0.2);
}
.dark\:bg-blue-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-blue-950) / 0.3);
}
.dark\:bg-blue-950\/40:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-blue-950) / 0.4);
}
.dark\:bg-emerald-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-emerald-900) / 0.3);
}
.dark\:bg-emerald-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-emerald-950) / 0.3);
}
.dark\:bg-emerald-950\/40:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-emerald-950) / 0.4);
}
.dark\:bg-muted\/20:is(.dark *) {
  background-color: hsl(var(--muted) / 0.2);
}
.dark\:bg-red-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-red-900) / 0.3);
}
.dark\:bg-red-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-red-950) / 0.3);
}
.dark\:bg-red-950\/40:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-red-950) / 0.4);
}
.dark\:bg-sky-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-sky-900) / 0.3);
}
.dark\:bg-teal-950\/20:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-teal-950) / 0.2);
}
.dark\:bg-teal-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-teal-950) / 0.3);
}
.dark\:bg-violet-900\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-violet-900) / 0.3);
}
.dark\:bg-violet-950\/30:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-violet-950) / 0.3);
}
.dark\:from-emerald-950\/20:is(.dark *) {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-emerald-950) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-emerald-950) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-teal-950\/40:is(.dark *) {
  --tw-gradient-from: rgb(var(--ufc-backgroundColor-teal-950) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--ufc-backgroundColor-teal-950) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:fill-card:is(.dark *) {
  fill: hsl(var(--card));
}
.dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:text-sky-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.dark\:text-teal-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.dark\:text-teal-300\/80:is(.dark *) {
  color: rgb(94 234 212 / 0.8);
}
.dark\:text-teal-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.dark\:text-violet-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.dark\:text-violet-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.dark\:hover\:bg-red-950\/40:hover:is(.dark *) {
  background-color: rgb(var(--ufc-backgroundColor-red-950) / 0.4);
}
@media not all and (min-width: 1024px) {

  .max-lg\:hidden {
    display: none;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:min-h-\[52px\] {
    min-height: 52px;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:border-b {
    border-bottom-width: 1px;
  }

  .max-sm\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--ufc-borderColor-slate-50) / var(--tw-border-opacity, 1));
  }

  .max-sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .max-sm\:last\:border-0:last-child {
    border-width: 0px;
  }

  .max-sm\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--ufc-backgroundColor-teal-50) / var(--tw-bg-opacity, 1));
  }

  .max-sm\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[16\/6\] {
    aspect-ratio: 16/6;
  }

  .sm\:aspect-\[16\/7\] {
    aspect-ratio: 16/7;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-\[220px\] {
    height: 220px;
  }

  .sm\:h-\[53px\] {
    height: 53px;
  }

  .sm\:h-\[72px\] {
    height: 72px;
  }

  .sm\:h-\[96px\] {
    height: 96px;
  }

  .sm\:h-\[calc\(100dvh-53px\)\] {
    height: calc(100dvh - 53px);
  }

  .sm\:h-\[min\(92vh\2c 820px\)\] {
    height: min(92vh, 820px);
  }

  .sm\:h-\[min\(92vh\2c 900px\)\] {
    height: min(92vh, 900px);
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:max-h-\[280px\] {
    max-height: 280px;
  }

  .sm\:max-h-\[86vh\] {
    max-height: 86vh;
  }

  .sm\:max-h-\[88dvh\] {
    max-height: 88dvh;
  }

  .sm\:max-h-\[90dvh\] {
    max-height: 90dvh;
  }

  .sm\:max-h-\[90vh\] {
    max-height: 90vh;
  }

  .sm\:max-h-\[min\(90vh\2c 700px\)\] {
    max-height: min(90vh, 700px);
  }

  .sm\:max-h-\[min\(90vh\2c 720px\)\] {
    max-height: min(90vh, 720px);
  }

  .sm\:max-h-\[min\(92vh\2c 820px\)\] {
    max-height: min(92vh, 820px);
  }

  .sm\:max-h-\[min\(92vh\2c 880px\)\] {
    max-height: min(92vh, 880px);
  }

  .sm\:max-h-\[min\(94vh\2c 920px\)\] {
    max-height: min(94vh, 920px);
  }

  .sm\:max-h-none {
    max-height: none;
  }

  .sm\:min-h-9 {
    min-height: 2.25rem;
  }

  .sm\:min-h-\[180px\] {
    min-height: 180px;
  }

  .sm\:min-h-\[200px\] {
    min-height: 200px;
  }

  .sm\:min-h-\[240px\] {
    min-height: 240px;
  }

  .sm\:min-h-\[260px\] {
    min-height: 260px;
  }

  .sm\:min-h-\[42px\] {
    min-height: 42px;
  }

  .sm\:min-h-\[44px\] {
    min-height: 44px;
  }

  .sm\:min-h-\[72px\] {
    min-height: 72px;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-\[11\.5rem\] {
    width: 11.5rem;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:w-\[72px\] {
    width: 72px;
  }

  .sm\:w-\[96px\] {
    width: 96px;
  }

  .sm\:w-\[min\(100\%\2c 56rem\)\] {
    width: min(100%, 56rem);
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-\[220px\] {
    min-width: 220px;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-\[14rem\] {
    max-width: 14rem;
  }

  .sm\:max-w-\[425px\] {
    max-width: 425px;
  }

  .sm\:max-w-\[520px\] {
    max-width: 520px;
  }

  .sm\:max-w-\[700px\] {
    max-width: 700px;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:shrink-0 {
    flex-shrink: 0;
  }

  .sm\:animate-\[fadeScale_0\.2s_ease-out\] {
    animation: fadeScale 0.2s ease-out;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-\[22px\] {
    border-radius: 22px;
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

  .sm\:rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
  }

  .sm\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-black\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .sm\:bg-slate-50\/90 {
    background-color: rgb(var(--ufc-backgroundColor-slate-50) / 0.9);
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

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

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-\[56px\] {
    padding-top: 56px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[10px\] {
    font-size: 10px;
  }

  .sm\:text-\[11px\] {
    font-size: 11px;
  }

  .sm\:text-\[12px\] {
    font-size: 12px;
  }

  .sm\:text-\[13px\] {
    font-size: 13px;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[3\.15rem\] {
    font-size: 3.15rem;
  }

  .sm\:text-\[9px\] {
    font-size: 9px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-\[0_25px_50px_-12px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.18);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-\[0_25px_50px_-12px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.22);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-slate-200\/80 {
    --tw-ring-color: rgb(226 232 240 / 0.8);
  }

  .sm\:ring-slate-200\/90 {
    --tw-ring-color: rgb(226 232 240 / 0.9);
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--ufc-borderColor-teal-300) / var(--tw-border-opacity, 1));
  }

  .sm\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--ufc-backgroundColor-slate-100) / var(--tw-bg-opacity, 1));
  }

  .sm\:hover\:bg-teal-50\/90:hover {
    background-color: rgb(var(--ufc-backgroundColor-teal-50) / 0.9);
  }

  .sm\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--ufc-backgroundColor-teal-100) / var(--tw-bg-opacity, 1));
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:scale-\[1\.01\] {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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));
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-auto {
    inset: auto;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-\[72px\] {
    height: 72px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[300px\] {
    max-height: 300px;
  }

  .md\:max-h-\[85vh\] {
    max-height: 85vh;
  }

  .md\:max-h-\[88vh\] {
    max-height: 88vh;
  }

  .md\:max-h-\[90vh\] {
    max-height: 90vh;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-\[88px\] {
    width: 88px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[180px_1fr\] {
    grid-template-columns: 180px 1fr;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_320px\] {
    grid-template-columns: minmax(0,1fr) 320px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur:  ;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--ufc-borderColor-slate-300) / var(--tw-border-opacity, 1));
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-\[280px\] {
    left: 280px;
  }

  .lg\:left-\[var\(--app-sidebar-width\)\] {
    left: var(--app-sidebar-width);
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-\[104px\] {
    top: 104px;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-\[calc\(100vh-13rem\)\] {
    height: calc(100vh - 13rem);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-\[320px\] {
    max-height: 320px;
  }

  .lg\:max-h-\[380px\] {
    max-height: 380px;
  }

  .lg\:max-h-\[450px\] {
    max-height: 450px;
  }

  .lg\:max-h-\[55vh\] {
    max-height: 55vh;
  }

  .lg\:max-h-\[560px\] {
    max-height: 560px;
  }

  .lg\:max-h-\[85vh\] {
    max-height: 85vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-\[220px\] {
    min-height: 220px;
  }

  .lg\:min-h-\[240px\] {
    min-height: 240px;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[440px\] {
    width: 440px;
  }

  .lg\:w-\[56\%\] {
    width: 56%;
  }

  .lg\:w-\[min\(640px\2c 96vw\)\] {
    width: min(640px, 96vw);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[260px\] {
    min-width: 260px;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:basis-0 {
    flex-basis: 0px;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.35fr_0\.9fr\] {
    grid-template-columns: 1.35fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.35fr_1fr\] {
    grid-template-columns: 1.35fr 1fr;
  }

  .lg\:grid-cols-\[260px_320px_1fr\] {
    grid-template-columns: 260px 320px 1fr;
  }

  .lg\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }

  .lg\:grid-cols-\[minmax\(140px\2c 1\.1fr\)_1fr_1fr\] {
    grid-template-columns: minmax(140px,1.1fr) 1fr 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--ufc-borderColor-slate-200) / var(--tw-border-opacity, 1));
  }

  .lg\:border-slate-200\/80 {
    border-color: rgb(var(--ufc-borderColor-slate-200) / 0.8);
  }

  .lg\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--ufc-backgroundColor-slate-50) / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:block {
    display: block;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:w-\[520px\] {
    width: 520px;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr\2c 380px\] {
    grid-template-columns: 1fr 380px;
  }

  .xl\:grid-cols-\[1fr_220px\] {
    grid-template-columns: 1fr 220px;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}
.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  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));
}
.\[\&\>button\.absolute\]\:hidden>button.absolute {
  display: none;
}
.\[\&\>button\:last-child\]\:hidden>button:last-child {
  display: none;
}
.\[\&\>button\>svg\]\:h-5>button>svg {
  height: 1.25rem;
}
.\[\&\>button\>svg\]\:w-5>button>svg {
  width: 1.25rem;
}
.\[\&\>button\]\:right-3>button {
  right: 0.75rem;
}
.\[\&\>button\]\:top-3>button {
  top: 0.75rem;
}
.\[\&\>button\]\:h-11>button {
  height: 2.75rem;
}
.\[\&\>button\]\:w-11>button {
  width: 2.75rem;
}
.\[\&\>button\]\:text-white>button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\>button\]\:opacity-90>button {
  opacity: 0.9;
}
.\[\&\>button\]\:hover\:text-white:hover>button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
  --tw-translate-y: -3px;
  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));
}
.\[\&\>svg\]\:absolute>svg {
  position: absolute;
}
.\[\&\>svg\]\:left-4>svg {
  left: 1rem;
}
.\[\&\>svg\]\:top-4>svg {
  top: 1rem;
}
.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}
.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}
.\[\&\>svg\]\:text-red-500>svg {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.\[\&\>svg\]\:text-slate-950>svg {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.\[\&\>svg\~\*\]\:pl-7>svg~* {
  padding-left: 1.75rem;
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}
.\[\&_\.mapboxgl-ctrl-bottom-left\]\:hidden .mapboxgl-ctrl-bottom-left {
  display: none;
}
@media (min-width: 768px) {

  .md\:\[\&_\.mapboxgl-ctrl-bottom-left\]\:block .mapboxgl-ctrl-bottom-left {
    display: block;
  }
}
.\[\&_br\]\:leading-tight br {
  line-height: 1.25;
}
.\[\&_li\]\:my-1 li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.\[\&_ol\]\:my-2 ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\[\&_p\]\:my-2 p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
.\[\&_table\]\:text-\[13px\] table {
  font-size: 13px;
}
.\[\&_td\]\:p-2 td {
  padding: 0.5rem;
}
.\[\&_th\]\:p-2 th {
  padding: 0.5rem;
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}
.\[\&_ul\]\:my-2 ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
