/* ==========================================================================
   TWD THEME — SINGLE FILE STRUCTURE
   Build input: ./src/theme.css  →  Output: ./assets/css/theme.css
   ========================================================================== */

/* Tailwind primitives (must come first) */

*, ::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.18 | 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 {
  /* Bridge variables → theme.json palette */
  --twd-text: var(--wp--preset--color--ink);
  --twd-text-muted: var(--wp--preset--color--neutralx-600);
  --twd-link: var(--wp--preset--color--brand-600);
  --twd-link-contrast: var(--wp--preset--color--brand-300);
  --twd-accent-strong: var(--wp--preset--color--brand-600);
  --twd-surface: var(--wp--preset--color--white);
}

/* Flip vars on dark surfaces */

.has-dark-bg {
  --twd-text: var(--wp--preset--color--white);
  --twd-text-muted: var(--wp--preset--color--neutralx-200);
  --twd-link: var(--wp--preset--color--brand-300);
  --twd-accent-strong: var(--wp--preset--color--brand-300);
  --twd-surface: var(--wp--preset--color--brand-800);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--twd-text);
  background: var(--twd-surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Front-end post/content areas (no color utilities) */

:where(.entry-content, .wp-block-post-content) h1 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

:where(.entry-content, .wp-block-post-content) h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

:where(.entry-content, .wp-block-post-content) h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

:where(.entry-content, .wp-block-post-content) p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

:where(.entry-content, .wp-block-post-content) a  {
  color: var(--twd-link);
}

:where(.entry-content, .wp-block-post-content) a:hover {
  color: var(--twd-link-contrast);
}

/* Lists */

:where(.entry-content, .wp-block-post-content) ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

:where(.entry-content, .wp-block-post-content) ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

:where(.entry-content, .wp-block-post-content) li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* Editor preview mirrors */

/* Make images scale nicely in content */

.entry-content img,
  .wp-block-image img {
  height: auto;
  max-width: 100%;
}

/* Captions */

.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-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

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

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

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

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

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

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

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

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

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

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

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

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

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

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

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

.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

.prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}

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

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

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

.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

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

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

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

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

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

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

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

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

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

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

.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}

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

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

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

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

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

.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

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

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

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

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

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

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

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

.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

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

.prose-xl :where(.prose-xl > :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;
}

.prose-zinc {
  --tw-prose-body: #3f3f46;
  --tw-prose-headings: #18181b;
  --tw-prose-lead: #52525b;
  --tw-prose-links: #18181b;
  --tw-prose-bold: #18181b;
  --tw-prose-counters: #71717a;
  --tw-prose-bullets: #d4d4d8;
  --tw-prose-hr: #e4e4e7;
  --tw-prose-quotes: #18181b;
  --tw-prose-quote-borders: #e4e4e7;
  --tw-prose-captions: #71717a;
  --tw-prose-kbd: #18181b;
  --tw-prose-kbd-shadows: rgb(24 24 27 / 10%);
  --tw-prose-code: #18181b;
  --tw-prose-pre-code: #e4e4e7;
  --tw-prose-pre-bg: #27272a;
  --tw-prose-th-borders: #d4d4d8;
  --tw-prose-td-borders: #e4e4e7;
  --tw-prose-invert-body: #d4d4d8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a1a1aa;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a1a1aa;
  --tw-prose-invert-bullets: #52525b;
  --tw-prose-invert-hr: #3f3f46;
  --tw-prose-invert-quotes: #f4f4f5;
  --tw-prose-invert-quote-borders: #3f3f46;
  --tw-prose-invert-captions: #a1a1aa;
  --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: #d4d4d8;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #52525b;
  --tw-prose-invert-td-borders: #3f3f46;
}

.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.prose {
  --tw-prose-bold: var(--twd-text);
}

.has-dark-bg .prose {
  --tw-prose-bold: var(--twd-text);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card {
  background: var(--twd-surface);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1rem;
  --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);
}

.card.card--square {
  border-radius: 0 !important;
}

.has-dark-bg .card {
  border-color: rgba(255,255,255,.12);
}

/* Nav basics (color via vars) */

nav a {
  color: var(--twd-text);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: none;
  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;
}

nav a:hover {
  color: var(--twd-link);
}

/* Editor-only full-bleed fix */

.editor-styles-wrapper .block-full-bleed {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: auto !important;
  right: auto !important;
  width: 100vw;
  max-width: 100vw;
  position: relative;
}

/* === Semantic text scale (sizes only; colors via .text-surface*) === */

.display-hero {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(2.25rem, 2.5vw + 1.25rem, 3.25rem);
}

.subtitle-hero {
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.2vw + .75rem, 1.75rem);
}

.h1 {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
}

.h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-size: clamp(1.5rem, 1.2vw + .9rem, 2rem);
}

.h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.25rem, .8vw + .9rem, 1.5rem);
}

.h4 {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.125rem;
}

.lead   {
  line-height: 1.6;
  font-size: clamp(1.0625rem, .5vw + .875rem, 1.25rem);
}

.body   {
  line-height: 1.7;
  font-size: 1rem;
}

.small  {
  line-height: 1.6;
  font-size: .875rem;
}

.caption{
  line-height: 1.5;
  font-size: .8125rem;
}

.eyebrow{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .8125rem;
}

.stat-number {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(2rem, 2vw + 1rem, 2.75rem);
}

/* Color application via variables (portable) */

.text-surface       {
  color: var(--twd-text);
}

.text-surface-muted {
  color: var(--twd-text-muted);
}

/* Tailwind Typography tune-up using only variables */

.prose {
  --tw-prose-body: var(--twd-text);
  --tw-prose-headings: var(--twd-text);
  --tw-prose-bold: var(--twd-text);
  --tw-prose-links: var(--twd-link);
  --tw-prose-bullets: var(--twd-text);
}

/* Global WP images (figure/inline/featured) */

.wp-block-image img,
  .entry-content img,
  .wp-post-image {
  display: block;
  border-radius: 1rem;
  --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);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  /* If you want a subtle ring, use variables (theme.json) instead of Tailwind's default color: */
  /* --tw-ring-color: var(--twd-text-muted); box-shadow: var(--tw-ring-shadow), 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); */
}

.has-dark-bg .wp-block-image img,
  .has-dark-bg .entry-content img,
  .has-dark-bg .wp-post-image {
  box-shadow: 0 8px 12px -3px rgba(0,0,0,.4), 0 3px 5px -4px rgba(0,0,0,.4);
}

/* Opt-out: plain image, no chrome, no motion */

.img-plain {
  transform: none !important;
  border-radius: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  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;
  transition-property: none !important;
}

a:hover > .img-plain {
  --tw-translate-y: 0px !important;
  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)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* Buttons — structure only; colors via CSS variables for portability */

.\!btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1;
  text-decoration-line: none;
  --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);
  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: 200ms;
}

.\!btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1;
  text-decoration-line: none;
  --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);
  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: 200ms;
}

.btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Color variants driven by theme.json vars, not Tailwind colors */

.btn-accent {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--accent-600);
}

.btn-accent:hover {
  background-color: var(--wp--preset--color--accent-700);
}

.btn-accent:active {
  background-color: var(--wp--preset--color--accent-700);
}

.btn-lg {
  border-radius: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Optional arrow nudge (no non-existent utilities) */

.\!btn .icon-right {
  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: 200ms;
}

.btn .icon-right {
  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: 200ms;
}

.\!btn:hover .icon-right {
  transform: translateX(0.125rem) !important;
}

.btn:hover .icon-right {
  transform: translateX(0.125rem);
}

.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;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[calc\(var\(--header-h\2c 90px\)\)\] {
  top: calc(var(--header-h,90px));
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[998\] {
  z-index: 998;
}

.z-\[999\] {
  z-index: 999;
}

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

.m-0 {
  margin: 0px;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[768\/402\] {
  aspect-ratio: 768/402;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.max-h-12 {
  max-height: 3rem;
}

.min-h-dvh {
  min-height: 100dvh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[86vw\] {
  width: 86vw;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

.max-w-prose {
  max-width: 65ch;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.-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-full {
  --tw-translate-x: 100%;
  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));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.place-items-center {
  place-items: center;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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-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-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-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));
}

.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-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-dashed {
  border-style: dashed;
}

.border-accent-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-accent-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}

.border-accent-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}

.border-accent-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}

.border-accent-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}

.border-accent-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}

.border-accent-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}

.border-accent-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}

.border-accent-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}

.border-accent-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}

.border-accent-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}

.border-accent-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-accent-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}

.border-accent-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}

.border-accent-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}

.border-accent-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}

.border-accent-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}

.border-accent-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}

.border-accent-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}

.border-accent-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}

.border-accent-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}

.border-accent-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}

.border-accent-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-accent-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}

.border-accent-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}

.border-accent-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}

.border-accent-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}

.border-accent-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}

.border-accent-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}

.border-accent-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}

.border-accent-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}

.border-accent-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}

.border-accent-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}

.border-accent-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-accent-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}

.border-accent-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}

.border-accent-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}

.border-accent-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}

.border-accent-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}

.border-accent-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}

.border-accent-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}

.border-accent-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}

.border-accent-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}

.border-accent-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}

.border-accent-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.border-accent-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}

.border-accent-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}

.border-accent-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}

.border-accent-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}

.border-accent-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}

.border-accent-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}

.border-accent-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}

.border-accent-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}

.border-accent-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}

.border-accent-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}

.border-accent-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-accent-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}

.border-accent-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-accent-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-accent-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}

.border-accent-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}

.border-accent-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-accent-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}

.border-accent-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}

.border-accent-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}

.border-accent-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}

.border-accent-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-accent-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}

.border-accent-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}

.border-accent-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}

.border-accent-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}

.border-accent-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}

.border-accent-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}

.border-accent-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}

.border-accent-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}

.border-accent-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}

.border-accent-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}

.border-accent-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-accent-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}

.border-accent-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}

.border-accent-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}

.border-accent-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}

.border-accent-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}

.border-accent-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

.border-accent-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}

.border-accent-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}

.border-accent-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}

.border-accent-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}

.border-accent-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-accent-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}

.border-accent-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}

.border-accent-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}

.border-accent-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}

.border-accent-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}

.border-accent-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}

.border-accent-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}

.border-accent-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}

.border-accent-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}

.border-accent-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}

.border-accent-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-accent-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}

.border-accent-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}

.border-accent-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}

.border-accent-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}

.border-accent-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}

.border-accent-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}

.border-accent-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}

.border-accent-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}

.border-accent-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}

.border-accent-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}

.border-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgb(231 239 249 / var(--tw-border-opacity, 1));
}

.border-brand-100\/10 {
  border-color: rgb(231 239 249 / 0.1);
}

.border-brand-100\/20 {
  border-color: rgb(231 239 249 / 0.2);
}

.border-brand-100\/30 {
  border-color: rgb(231 239 249 / 0.3);
}

.border-brand-100\/40 {
  border-color: rgb(231 239 249 / 0.4);
}

.border-brand-100\/5 {
  border-color: rgb(231 239 249 / 0.05);
}

.border-brand-100\/50 {
  border-color: rgb(231 239 249 / 0.5);
}

.border-brand-100\/60 {
  border-color: rgb(231 239 249 / 0.6);
}

.border-brand-100\/70 {
  border-color: rgb(231 239 249 / 0.7);
}

.border-brand-100\/80 {
  border-color: rgb(231 239 249 / 0.8);
}

.border-brand-100\/90 {
  border-color: rgb(231 239 249 / 0.9);
}

.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(207 224 243 / var(--tw-border-opacity, 1));
}

.border-brand-200\/10 {
  border-color: rgb(207 224 243 / 0.1);
}

.border-brand-200\/20 {
  border-color: rgb(207 224 243 / 0.2);
}

.border-brand-200\/30 {
  border-color: rgb(207 224 243 / 0.3);
}

.border-brand-200\/40 {
  border-color: rgb(207 224 243 / 0.4);
}

.border-brand-200\/5 {
  border-color: rgb(207 224 243 / 0.05);
}

.border-brand-200\/50 {
  border-color: rgb(207 224 243 / 0.5);
}

.border-brand-200\/60 {
  border-color: rgb(207 224 243 / 0.6);
}

.border-brand-200\/70 {
  border-color: rgb(207 224 243 / 0.7);
}

.border-brand-200\/80 {
  border-color: rgb(207 224 243 / 0.8);
}

.border-brand-200\/90 {
  border-color: rgb(207 224 243 / 0.9);
}

.border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgb(169 199 234 / var(--tw-border-opacity, 1));
}

.border-brand-300\/10 {
  border-color: rgb(169 199 234 / 0.1);
}

.border-brand-300\/20 {
  border-color: rgb(169 199 234 / 0.2);
}

.border-brand-300\/30 {
  border-color: rgb(169 199 234 / 0.3);
}

.border-brand-300\/40 {
  border-color: rgb(169 199 234 / 0.4);
}

.border-brand-300\/5 {
  border-color: rgb(169 199 234 / 0.05);
}

.border-brand-300\/50 {
  border-color: rgb(169 199 234 / 0.5);
}

.border-brand-300\/60 {
  border-color: rgb(169 199 234 / 0.6);
}

.border-brand-300\/70 {
  border-color: rgb(169 199 234 / 0.7);
}

.border-brand-300\/80 {
  border-color: rgb(169 199 234 / 0.8);
}

.border-brand-300\/90 {
  border-color: rgb(169 199 234 / 0.9);
}

.border-brand-400 {
  --tw-border-opacity: 1;
  border-color: rgb(92 147 213 / var(--tw-border-opacity, 1));
}

.border-brand-400\/10 {
  border-color: rgb(92 147 213 / 0.1);
}

.border-brand-400\/20 {
  border-color: rgb(92 147 213 / 0.2);
}

.border-brand-400\/30 {
  border-color: rgb(92 147 213 / 0.3);
}

.border-brand-400\/40 {
  border-color: rgb(92 147 213 / 0.4);
}

.border-brand-400\/5 {
  border-color: rgb(92 147 213 / 0.05);
}

.border-brand-400\/50 {
  border-color: rgb(92 147 213 / 0.5);
}

.border-brand-400\/60 {
  border-color: rgb(92 147 213 / 0.6);
}

.border-brand-400\/70 {
  border-color: rgb(92 147 213 / 0.7);
}

.border-brand-400\/80 {
  border-color: rgb(92 147 213 / 0.8);
}

.border-brand-400\/90 {
  border-color: rgb(92 147 213 / 0.9);
}

.border-brand-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 247 252 / var(--tw-border-opacity, 1));
}

.border-brand-50\/10 {
  border-color: rgb(243 247 252 / 0.1);
}

.border-brand-50\/20 {
  border-color: rgb(243 247 252 / 0.2);
}

.border-brand-50\/30 {
  border-color: rgb(243 247 252 / 0.3);
}

.border-brand-50\/40 {
  border-color: rgb(243 247 252 / 0.4);
}

.border-brand-50\/5 {
  border-color: rgb(243 247 252 / 0.05);
}

.border-brand-50\/50 {
  border-color: rgb(243 247 252 / 0.5);
}

.border-brand-50\/60 {
  border-color: rgb(243 247 252 / 0.6);
}

.border-brand-50\/70 {
  border-color: rgb(243 247 252 / 0.7);
}

.border-brand-50\/80 {
  border-color: rgb(243 247 252 / 0.8);
}

.border-brand-50\/90 {
  border-color: rgb(243 247 252 / 0.9);
}

.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgb(47 117 201 / var(--tw-border-opacity, 1));
}

.border-brand-500\/10 {
  border-color: rgb(47 117 201 / 0.1);
}

.border-brand-500\/20 {
  border-color: rgb(47 117 201 / 0.2);
}

.border-brand-500\/30 {
  border-color: rgb(47 117 201 / 0.3);
}

.border-brand-500\/40 {
  border-color: rgb(47 117 201 / 0.4);
}

.border-brand-500\/5 {
  border-color: rgb(47 117 201 / 0.05);
}

.border-brand-500\/50 {
  border-color: rgb(47 117 201 / 0.5);
}

.border-brand-500\/60 {
  border-color: rgb(47 117 201 / 0.6);
}

.border-brand-500\/70 {
  border-color: rgb(47 117 201 / 0.7);
}

.border-brand-500\/80 {
  border-color: rgb(47 117 201 / 0.8);
}

.border-brand-500\/90 {
  border-color: rgb(47 117 201 / 0.9);
}

.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(36 99 172 / var(--tw-border-opacity, 1));
}

.border-brand-600\/10 {
  border-color: rgb(36 99 172 / 0.1);
}

.border-brand-600\/20 {
  border-color: rgb(36 99 172 / 0.2);
}

.border-brand-600\/30 {
  border-color: rgb(36 99 172 / 0.3);
}

.border-brand-600\/40 {
  border-color: rgb(36 99 172 / 0.4);
}

.border-brand-600\/5 {
  border-color: rgb(36 99 172 / 0.05);
}

.border-brand-600\/50 {
  border-color: rgb(36 99 172 / 0.5);
}

.border-brand-600\/60 {
  border-color: rgb(36 99 172 / 0.6);
}

.border-brand-600\/70 {
  border-color: rgb(36 99 172 / 0.7);
}

.border-brand-600\/80 {
  border-color: rgb(36 99 172 / 0.8);
}

.border-brand-600\/90 {
  border-color: rgb(36 99 172 / 0.9);
}

.border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgb(31 86 150 / var(--tw-border-opacity, 1));
}

.border-brand-700\/10 {
  border-color: rgb(31 86 150 / 0.1);
}

.border-brand-700\/20 {
  border-color: rgb(31 86 150 / 0.2);
}

.border-brand-700\/30 {
  border-color: rgb(31 86 150 / 0.3);
}

.border-brand-700\/40 {
  border-color: rgb(31 86 150 / 0.4);
}

.border-brand-700\/5 {
  border-color: rgb(31 86 150 / 0.05);
}

.border-brand-700\/50 {
  border-color: rgb(31 86 150 / 0.5);
}

.border-brand-700\/60 {
  border-color: rgb(31 86 150 / 0.6);
}

.border-brand-700\/70 {
  border-color: rgb(31 86 150 / 0.7);
}

.border-brand-700\/80 {
  border-color: rgb(31 86 150 / 0.8);
}

.border-brand-700\/90 {
  border-color: rgb(31 86 150 / 0.9);
}

.border-brand-800 {
  --tw-border-opacity: 1;
  border-color: rgb(25 72 124 / var(--tw-border-opacity, 1));
}

.border-brand-800\/10 {
  border-color: rgb(25 72 124 / 0.1);
}

.border-brand-800\/20 {
  border-color: rgb(25 72 124 / 0.2);
}

.border-brand-800\/30 {
  border-color: rgb(25 72 124 / 0.3);
}

.border-brand-800\/40 {
  border-color: rgb(25 72 124 / 0.4);
}

.border-brand-800\/5 {
  border-color: rgb(25 72 124 / 0.05);
}

.border-brand-800\/50 {
  border-color: rgb(25 72 124 / 0.5);
}

.border-brand-800\/60 {
  border-color: rgb(25 72 124 / 0.6);
}

.border-brand-800\/70 {
  border-color: rgb(25 72 124 / 0.7);
}

.border-brand-800\/80 {
  border-color: rgb(25 72 124 / 0.8);
}

.border-brand-800\/90 {
  border-color: rgb(25 72 124 / 0.9);
}

.border-brand-900 {
  --tw-border-opacity: 1;
  border-color: rgb(18 52 87 / var(--tw-border-opacity, 1));
}

.border-brand-900\/10 {
  border-color: rgb(18 52 87 / 0.1);
}

.border-brand-900\/20 {
  border-color: rgb(18 52 87 / 0.2);
}

.border-brand-900\/30 {
  border-color: rgb(18 52 87 / 0.3);
}

.border-brand-900\/40 {
  border-color: rgb(18 52 87 / 0.4);
}

.border-brand-900\/5 {
  border-color: rgb(18 52 87 / 0.05);
}

.border-brand-900\/50 {
  border-color: rgb(18 52 87 / 0.5);
}

.border-brand-900\/60 {
  border-color: rgb(18 52 87 / 0.6);
}

.border-brand-900\/70 {
  border-color: rgb(18 52 87 / 0.7);
}

.border-brand-900\/80 {
  border-color: rgb(18 52 87 / 0.8);
}

.border-brand-900\/90 {
  border-color: rgb(18 52 87 / 0.9);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-neutralx-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-neutralx-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}

.border-neutralx-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}

.border-neutralx-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}

.border-neutralx-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}

.border-neutralx-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}

.border-neutralx-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}

.border-neutralx-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}

.border-neutralx-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}

.border-neutralx-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}

.border-neutralx-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}

.border-neutralx-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-neutralx-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}

.border-neutralx-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}

.border-neutralx-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}

.border-neutralx-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}

.border-neutralx-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}

.border-neutralx-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}

.border-neutralx-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}

.border-neutralx-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}

.border-neutralx-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}

.border-neutralx-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}

.border-neutralx-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-neutralx-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}

.border-neutralx-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}

.border-neutralx-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}

.border-neutralx-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}

.border-neutralx-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}

.border-neutralx-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}

.border-neutralx-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}

.border-neutralx-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}

.border-neutralx-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}

.border-neutralx-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}

.border-neutralx-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.border-neutralx-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}

.border-neutralx-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}

.border-neutralx-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}

.border-neutralx-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}

.border-neutralx-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}

.border-neutralx-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}

.border-neutralx-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}

.border-neutralx-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}

.border-neutralx-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}

.border-neutralx-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}

.border-neutralx-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-neutralx-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutralx-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutralx-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutralx-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutralx-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutralx-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutralx-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutralx-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutralx-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutralx-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutralx-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-neutralx-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}

.border-neutralx-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}

.border-neutralx-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}

.border-neutralx-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}

.border-neutralx-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}

.border-neutralx-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}

.border-neutralx-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}

.border-neutralx-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}

.border-neutralx-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}

.border-neutralx-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}

.border-neutralx-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.border-neutralx-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}

.border-neutralx-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}

.border-neutralx-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}

.border-neutralx-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}

.border-neutralx-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}

.border-neutralx-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}

.border-neutralx-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}

.border-neutralx-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}

.border-neutralx-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}

.border-neutralx-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}

.border-neutralx-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.border-neutralx-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}

.border-neutralx-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}

.border-neutralx-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}

.border-neutralx-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}

.border-neutralx-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}

.border-neutralx-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}

.border-neutralx-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}

.border-neutralx-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}

.border-neutralx-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}

.border-neutralx-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}

.border-neutralx-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-neutralx-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}

.border-neutralx-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}

.border-neutralx-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}

.border-neutralx-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}

.border-neutralx-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}

.border-neutralx-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}

.border-neutralx-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}

.border-neutralx-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}

.border-neutralx-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}

.border-neutralx-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}

.border-neutralx-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.border-neutralx-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}

.border-neutralx-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}

.border-neutralx-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}

.border-neutralx-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}

.border-neutralx-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}

.border-neutralx-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}

.border-neutralx-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}

.border-neutralx-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}

.border-neutralx-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}

.border-neutralx-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-accent-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}

.bg-accent-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}

.bg-accent-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}

.bg-accent-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}

.bg-accent-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}

.bg-accent-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}

.bg-accent-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}

.bg-accent-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}

.bg-accent-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}

.bg-accent-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}

.bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-accent-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}

.bg-accent-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}

.bg-accent-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}

.bg-accent-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}

.bg-accent-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}

.bg-accent-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}

.bg-accent-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}

.bg-accent-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}

.bg-accent-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}

.bg-accent-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}

.bg-accent-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.bg-accent-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}

.bg-accent-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}

.bg-accent-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}

.bg-accent-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}

.bg-accent-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}

.bg-accent-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}

.bg-accent-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}

.bg-accent-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}

.bg-accent-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}

.bg-accent-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}

.bg-accent-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-accent-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}

.bg-accent-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}

.bg-accent-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}

.bg-accent-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}

.bg-accent-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}

.bg-accent-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}

.bg-accent-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}

.bg-accent-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}

.bg-accent-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}

.bg-accent-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}

.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-accent-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}

.bg-accent-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}

.bg-accent-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}

.bg-accent-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}

.bg-accent-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}

.bg-accent-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}

.bg-accent-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}

.bg-accent-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}

.bg-accent-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}

.bg-accent-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}

.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-accent-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-accent-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-accent-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}

.bg-accent-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}

.bg-accent-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}

.bg-accent-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}

.bg-accent-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}

.bg-accent-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}

.bg-accent-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}

.bg-accent-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}

.bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-accent-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}

.bg-accent-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}

.bg-accent-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}

.bg-accent-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}

.bg-accent-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}

.bg-accent-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}

.bg-accent-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}

.bg-accent-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}

.bg-accent-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}

.bg-accent-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}

.bg-accent-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-accent-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}

.bg-accent-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}

.bg-accent-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}

.bg-accent-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}

.bg-accent-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}

.bg-accent-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}

.bg-accent-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}

.bg-accent-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}

.bg-accent-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}

.bg-accent-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}

.bg-accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-accent-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}

.bg-accent-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}

.bg-accent-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}

.bg-accent-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}

.bg-accent-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}

.bg-accent-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}

.bg-accent-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}

.bg-accent-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}

.bg-accent-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}

.bg-accent-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}

.bg-accent-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-accent-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}

.bg-accent-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}

.bg-accent-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}

.bg-accent-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}

.bg-accent-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}

.bg-accent-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}

.bg-accent-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}

.bg-accent-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}

.bg-accent-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}

.bg-accent-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 249 / var(--tw-bg-opacity, 1));
}

.bg-brand-100\/10 {
  background-color: rgb(231 239 249 / 0.1);
}

.bg-brand-100\/20 {
  background-color: rgb(231 239 249 / 0.2);
}

.bg-brand-100\/30 {
  background-color: rgb(231 239 249 / 0.3);
}

.bg-brand-100\/40 {
  background-color: rgb(231 239 249 / 0.4);
}

.bg-brand-100\/5 {
  background-color: rgb(231 239 249 / 0.05);
}

.bg-brand-100\/50 {
  background-color: rgb(231 239 249 / 0.5);
}

.bg-brand-100\/60 {
  background-color: rgb(231 239 249 / 0.6);
}

.bg-brand-100\/70 {
  background-color: rgb(231 239 249 / 0.7);
}

.bg-brand-100\/80 {
  background-color: rgb(231 239 249 / 0.8);
}

.bg-brand-100\/90 {
  background-color: rgb(231 239 249 / 0.9);
}

.bg-brand-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 224 243 / var(--tw-bg-opacity, 1));
}

.bg-brand-200\/10 {
  background-color: rgb(207 224 243 / 0.1);
}

.bg-brand-200\/20 {
  background-color: rgb(207 224 243 / 0.2);
}

.bg-brand-200\/30 {
  background-color: rgb(207 224 243 / 0.3);
}

.bg-brand-200\/40 {
  background-color: rgb(207 224 243 / 0.4);
}

.bg-brand-200\/5 {
  background-color: rgb(207 224 243 / 0.05);
}

.bg-brand-200\/50 {
  background-color: rgb(207 224 243 / 0.5);
}

.bg-brand-200\/60 {
  background-color: rgb(207 224 243 / 0.6);
}

.bg-brand-200\/70 {
  background-color: rgb(207 224 243 / 0.7);
}

.bg-brand-200\/80 {
  background-color: rgb(207 224 243 / 0.8);
}

.bg-brand-200\/90 {
  background-color: rgb(207 224 243 / 0.9);
}

.bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 199 234 / var(--tw-bg-opacity, 1));
}

.bg-brand-300\/10 {
  background-color: rgb(169 199 234 / 0.1);
}

.bg-brand-300\/20 {
  background-color: rgb(169 199 234 / 0.2);
}

.bg-brand-300\/30 {
  background-color: rgb(169 199 234 / 0.3);
}

.bg-brand-300\/40 {
  background-color: rgb(169 199 234 / 0.4);
}

.bg-brand-300\/5 {
  background-color: rgb(169 199 234 / 0.05);
}

.bg-brand-300\/50 {
  background-color: rgb(169 199 234 / 0.5);
}

.bg-brand-300\/60 {
  background-color: rgb(169 199 234 / 0.6);
}

.bg-brand-300\/70 {
  background-color: rgb(169 199 234 / 0.7);
}

.bg-brand-300\/80 {
  background-color: rgb(169 199 234 / 0.8);
}

.bg-brand-300\/90 {
  background-color: rgb(169 199 234 / 0.9);
}

.bg-brand-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 147 213 / var(--tw-bg-opacity, 1));
}

.bg-brand-400\/10 {
  background-color: rgb(92 147 213 / 0.1);
}

.bg-brand-400\/20 {
  background-color: rgb(92 147 213 / 0.2);
}

.bg-brand-400\/30 {
  background-color: rgb(92 147 213 / 0.3);
}

.bg-brand-400\/40 {
  background-color: rgb(92 147 213 / 0.4);
}

.bg-brand-400\/5 {
  background-color: rgb(92 147 213 / 0.05);
}

.bg-brand-400\/50 {
  background-color: rgb(92 147 213 / 0.5);
}

.bg-brand-400\/60 {
  background-color: rgb(92 147 213 / 0.6);
}

.bg-brand-400\/70 {
  background-color: rgb(92 147 213 / 0.7);
}

.bg-brand-400\/80 {
  background-color: rgb(92 147 213 / 0.8);
}

.bg-brand-400\/90 {
  background-color: rgb(92 147 213 / 0.9);
}

.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 252 / var(--tw-bg-opacity, 1));
}

.bg-brand-50\/10 {
  background-color: rgb(243 247 252 / 0.1);
}

.bg-brand-50\/20 {
  background-color: rgb(243 247 252 / 0.2);
}

.bg-brand-50\/30 {
  background-color: rgb(243 247 252 / 0.3);
}

.bg-brand-50\/40 {
  background-color: rgb(243 247 252 / 0.4);
}

.bg-brand-50\/5 {
  background-color: rgb(243 247 252 / 0.05);
}

.bg-brand-50\/50 {
  background-color: rgb(243 247 252 / 0.5);
}

.bg-brand-50\/60 {
  background-color: rgb(243 247 252 / 0.6);
}

.bg-brand-50\/70 {
  background-color: rgb(243 247 252 / 0.7);
}

.bg-brand-50\/80 {
  background-color: rgb(243 247 252 / 0.8);
}

.bg-brand-50\/90 {
  background-color: rgb(243 247 252 / 0.9);
}

.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 117 201 / var(--tw-bg-opacity, 1));
}

.bg-brand-500\/10 {
  background-color: rgb(47 117 201 / 0.1);
}

.bg-brand-500\/20 {
  background-color: rgb(47 117 201 / 0.2);
}

.bg-brand-500\/30 {
  background-color: rgb(47 117 201 / 0.3);
}

.bg-brand-500\/40 {
  background-color: rgb(47 117 201 / 0.4);
}

.bg-brand-500\/5 {
  background-color: rgb(47 117 201 / 0.05);
}

.bg-brand-500\/50 {
  background-color: rgb(47 117 201 / 0.5);
}

.bg-brand-500\/60 {
  background-color: rgb(47 117 201 / 0.6);
}

.bg-brand-500\/70 {
  background-color: rgb(47 117 201 / 0.7);
}

.bg-brand-500\/80 {
  background-color: rgb(47 117 201 / 0.8);
}

.bg-brand-500\/90 {
  background-color: rgb(47 117 201 / 0.9);
}

.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 99 172 / var(--tw-bg-opacity, 1));
}

.bg-brand-600\/10 {
  background-color: rgb(36 99 172 / 0.1);
}

.bg-brand-600\/20 {
  background-color: rgb(36 99 172 / 0.2);
}

.bg-brand-600\/30 {
  background-color: rgb(36 99 172 / 0.3);
}

.bg-brand-600\/40 {
  background-color: rgb(36 99 172 / 0.4);
}

.bg-brand-600\/5 {
  background-color: rgb(36 99 172 / 0.05);
}

.bg-brand-600\/50 {
  background-color: rgb(36 99 172 / 0.5);
}

.bg-brand-600\/60 {
  background-color: rgb(36 99 172 / 0.6);
}

.bg-brand-600\/70 {
  background-color: rgb(36 99 172 / 0.7);
}

.bg-brand-600\/80 {
  background-color: rgb(36 99 172 / 0.8);
}

.bg-brand-600\/90 {
  background-color: rgb(36 99 172 / 0.9);
}

.bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 86 150 / var(--tw-bg-opacity, 1));
}

.bg-brand-700\/10 {
  background-color: rgb(31 86 150 / 0.1);
}

.bg-brand-700\/20 {
  background-color: rgb(31 86 150 / 0.2);
}

.bg-brand-700\/30 {
  background-color: rgb(31 86 150 / 0.3);
}

.bg-brand-700\/40 {
  background-color: rgb(31 86 150 / 0.4);
}

.bg-brand-700\/5 {
  background-color: rgb(31 86 150 / 0.05);
}

.bg-brand-700\/50 {
  background-color: rgb(31 86 150 / 0.5);
}

.bg-brand-700\/60 {
  background-color: rgb(31 86 150 / 0.6);
}

.bg-brand-700\/70 {
  background-color: rgb(31 86 150 / 0.7);
}

.bg-brand-700\/80 {
  background-color: rgb(31 86 150 / 0.8);
}

.bg-brand-700\/90 {
  background-color: rgb(31 86 150 / 0.9);
}

.bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 72 124 / var(--tw-bg-opacity, 1));
}

.bg-brand-800\/10 {
  background-color: rgb(25 72 124 / 0.1);
}

.bg-brand-800\/20 {
  background-color: rgb(25 72 124 / 0.2);
}

.bg-brand-800\/30 {
  background-color: rgb(25 72 124 / 0.3);
}

.bg-brand-800\/40 {
  background-color: rgb(25 72 124 / 0.4);
}

.bg-brand-800\/5 {
  background-color: rgb(25 72 124 / 0.05);
}

.bg-brand-800\/50 {
  background-color: rgb(25 72 124 / 0.5);
}

.bg-brand-800\/60 {
  background-color: rgb(25 72 124 / 0.6);
}

.bg-brand-800\/70 {
  background-color: rgb(25 72 124 / 0.7);
}

.bg-brand-800\/80 {
  background-color: rgb(25 72 124 / 0.8);
}

.bg-brand-800\/90 {
  background-color: rgb(25 72 124 / 0.9);
}

.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 52 87 / var(--tw-bg-opacity, 1));
}

.bg-brand-900\/10 {
  background-color: rgb(18 52 87 / 0.1);
}

.bg-brand-900\/20 {
  background-color: rgb(18 52 87 / 0.2);
}

.bg-brand-900\/30 {
  background-color: rgb(18 52 87 / 0.3);
}

.bg-brand-900\/40 {
  background-color: rgb(18 52 87 / 0.4);
}

.bg-brand-900\/5 {
  background-color: rgb(18 52 87 / 0.05);
}

.bg-brand-900\/50 {
  background-color: rgb(18 52 87 / 0.5);
}

.bg-brand-900\/60 {
  background-color: rgb(18 52 87 / 0.6);
}

.bg-brand-900\/70 {
  background-color: rgb(18 52 87 / 0.7);
}

.bg-brand-900\/80 {
  background-color: rgb(18 52 87 / 0.8);
}

.bg-brand-900\/90 {
  background-color: rgb(18 52 87 / 0.9);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity, 1));
}

.bg-ink\/30 {
  background-color: rgb(29 41 57 / 0.3);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}

.bg-neutralx-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}

.bg-neutralx-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}

.bg-neutralx-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}

.bg-neutralx-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}

.bg-neutralx-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}

.bg-neutralx-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}

.bg-neutralx-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}

.bg-neutralx-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}

.bg-neutralx-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}

.bg-neutralx-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}

.bg-neutralx-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}

.bg-neutralx-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}

.bg-neutralx-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}

.bg-neutralx-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}

.bg-neutralx-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}

.bg-neutralx-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}

.bg-neutralx-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}

.bg-neutralx-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}

.bg-neutralx-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}

.bg-neutralx-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}

.bg-neutralx-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}

.bg-neutralx-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}

.bg-neutralx-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}

.bg-neutralx-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}

.bg-neutralx-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}

.bg-neutralx-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}

.bg-neutralx-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}

.bg-neutralx-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}

.bg-neutralx-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}

.bg-neutralx-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}

.bg-neutralx-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}

.bg-neutralx-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}

.bg-neutralx-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}

.bg-neutralx-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}

.bg-neutralx-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}

.bg-neutralx-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}

.bg-neutralx-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}

.bg-neutralx-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}

.bg-neutralx-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}

.bg-neutralx-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutralx-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutralx-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutralx-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutralx-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutralx-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutralx-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutralx-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutralx-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutralx-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutralx-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}

.bg-neutralx-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}

.bg-neutralx-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}

.bg-neutralx-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}

.bg-neutralx-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}

.bg-neutralx-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}

.bg-neutralx-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}

.bg-neutralx-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}

.bg-neutralx-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}

.bg-neutralx-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}

.bg-neutralx-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}

.bg-neutralx-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}

.bg-neutralx-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}

.bg-neutralx-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}

.bg-neutralx-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}

.bg-neutralx-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}

.bg-neutralx-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}

.bg-neutralx-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}

.bg-neutralx-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}

.bg-neutralx-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}

.bg-neutralx-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}

.bg-neutralx-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}

.bg-neutralx-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}

.bg-neutralx-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}

.bg-neutralx-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}

.bg-neutralx-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}

.bg-neutralx-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}

.bg-neutralx-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}

.bg-neutralx-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}

.bg-neutralx-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}

.bg-neutralx-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}

.bg-neutralx-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}

.bg-neutralx-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}

.bg-neutralx-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}

.bg-neutralx-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}

.bg-neutralx-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}

.bg-neutralx-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}

.bg-neutralx-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}

.bg-neutralx-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}

.bg-neutralx-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}

.bg-neutralx-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-neutralx-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}

.bg-neutralx-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}

.bg-neutralx-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}

.bg-neutralx-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}

.bg-neutralx-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}

.bg-neutralx-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}

.bg-neutralx-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}

.bg-neutralx-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}

.bg-neutralx-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}

.bg-neutralx-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.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));
}

.from-accent-100 {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 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-brand-100 {
  --tw-gradient-from: #e7eff9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 239 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200 {
  --tw-gradient-from: #cfe0f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 224 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300 {
  --tw-gradient-from: #a9c7ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(169 199 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400 {
  --tw-gradient-from: #5c93d5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 147 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50 {
  --tw-gradient-from: #f3f7fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 247 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500 {
  --tw-gradient-from: #2f75c9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 117 201 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600 {
  --tw-gradient-from: #2463ac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 99 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700 {
  --tw-gradient-from: #1f5696 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 86 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800 {
  --tw-gradient-from: #19487c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 72 124 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900 {
  --tw-gradient-from: #123457 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 52 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-100 {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-200 {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-300 {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-400 {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-500 {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-600 {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-700 {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-800 {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutralx-900 {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-accent-100 {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200 {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300 {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400 {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50 {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500 {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600 {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700 {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800 {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900 {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/40 {
  --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.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100 {
  --tw-gradient-to: rgb(231 239 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7eff9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200 {
  --tw-gradient-to: rgb(207 224 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cfe0f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300 {
  --tw-gradient-to: rgb(169 199 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a9c7ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400 {
  --tw-gradient-to: rgb(92 147 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5c93d5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50 {
  --tw-gradient-to: rgb(243 247 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f7fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500 {
  --tw-gradient-to: rgb(47 117 201 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2f75c9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600 {
  --tw-gradient-to: rgb(36 99 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2463ac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700 {
  --tw-gradient-to: rgb(31 86 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f5696 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800 {
  --tw-gradient-to: rgb(25 72 124 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #19487c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900 {
  --tw-gradient-to: rgb(18 52 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #123457 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-100 {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-200 {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-300 {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-400 {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-500 {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-600 {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-700 {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-800 {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutralx-900 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.to-accent-200 {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.to-accent-300 {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

.to-accent-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.to-accent-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-accent-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.to-accent-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-accent-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.to-accent-800 {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.to-accent-900 {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-100 {
  --tw-gradient-to: #e7eff9 var(--tw-gradient-to-position);
}

.to-brand-200 {
  --tw-gradient-to: #cfe0f3 var(--tw-gradient-to-position);
}

.to-brand-300 {
  --tw-gradient-to: #a9c7ea var(--tw-gradient-to-position);
}

.to-brand-400 {
  --tw-gradient-to: #5c93d5 var(--tw-gradient-to-position);
}

.to-brand-50 {
  --tw-gradient-to: #f3f7fc var(--tw-gradient-to-position);
}

.to-brand-500 {
  --tw-gradient-to: #2f75c9 var(--tw-gradient-to-position);
}

.to-brand-600 {
  --tw-gradient-to: #2463ac var(--tw-gradient-to-position);
}

.to-brand-700 {
  --tw-gradient-to: #1f5696 var(--tw-gradient-to-position);
}

.to-brand-800 {
  --tw-gradient-to: #19487c var(--tw-gradient-to-position);
}

.to-brand-900 {
  --tw-gradient-to: #123457 var(--tw-gradient-to-position);
}

.to-neutralx-100 {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.to-neutralx-200 {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.to-neutralx-300 {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.to-neutralx-400 {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.to-neutralx-50 {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.to-neutralx-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.to-neutralx-600 {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.to-neutralx-700 {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.to-neutralx-800 {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.to-neutralx-900 {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.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-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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

.pr-12 {
  padding-right: 3rem;
}

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

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

.text-center {
  text-align: center;
}

.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-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-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-accent-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-accent-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-accent-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-accent-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-accent-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-accent-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-accent-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-accent-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-accent-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-accent-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-accent-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-accent-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-accent-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-accent-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-accent-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-accent-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-accent-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-accent-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-accent-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-accent-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-accent-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-accent-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-accent-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-accent-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-accent-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-accent-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-accent-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-accent-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-accent-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-accent-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-accent-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-accent-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-accent-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-accent-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-accent-400\/10 {
  color: rgb(52 211 153 / 0.1);
}

.text-accent-400\/20 {
  color: rgb(52 211 153 / 0.2);
}

.text-accent-400\/30 {
  color: rgb(52 211 153 / 0.3);
}

.text-accent-400\/40 {
  color: rgb(52 211 153 / 0.4);
}

.text-accent-400\/5 {
  color: rgb(52 211 153 / 0.05);
}

.text-accent-400\/50 {
  color: rgb(52 211 153 / 0.5);
}

.text-accent-400\/60 {
  color: rgb(52 211 153 / 0.6);
}

.text-accent-400\/70 {
  color: rgb(52 211 153 / 0.7);
}

.text-accent-400\/80 {
  color: rgb(52 211 153 / 0.8);
}

.text-accent-400\/90 {
  color: rgb(52 211 153 / 0.9);
}

.text-accent-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-accent-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-accent-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-accent-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-accent-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-accent-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-accent-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-accent-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-accent-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-accent-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-accent-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-accent-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-accent-500\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-accent-500\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-accent-500\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-accent-500\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-accent-500\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-accent-500\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-accent-500\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-accent-500\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-accent-500\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-accent-500\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-accent-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-accent-600\/10 {
  color: rgb(5 150 105 / 0.1);
}

.text-accent-600\/20 {
  color: rgb(5 150 105 / 0.2);
}

.text-accent-600\/30 {
  color: rgb(5 150 105 / 0.3);
}

.text-accent-600\/40 {
  color: rgb(5 150 105 / 0.4);
}

.text-accent-600\/5 {
  color: rgb(5 150 105 / 0.05);
}

.text-accent-600\/50 {
  color: rgb(5 150 105 / 0.5);
}

.text-accent-600\/60 {
  color: rgb(5 150 105 / 0.6);
}

.text-accent-600\/70 {
  color: rgb(5 150 105 / 0.7);
}

.text-accent-600\/80 {
  color: rgb(5 150 105 / 0.8);
}

.text-accent-600\/90 {
  color: rgb(5 150 105 / 0.9);
}

.text-accent-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-accent-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-accent-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-accent-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-accent-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-accent-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-accent-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-accent-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-accent-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-accent-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-accent-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-accent-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-accent-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-accent-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-accent-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-accent-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-accent-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-accent-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-accent-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-accent-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-accent-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-accent-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-accent-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-accent-900\/10 {
  color: rgb(6 78 59 / 0.1);
}

.text-accent-900\/20 {
  color: rgb(6 78 59 / 0.2);
}

.text-accent-900\/30 {
  color: rgb(6 78 59 / 0.3);
}

.text-accent-900\/40 {
  color: rgb(6 78 59 / 0.4);
}

.text-accent-900\/5 {
  color: rgb(6 78 59 / 0.05);
}

.text-accent-900\/50 {
  color: rgb(6 78 59 / 0.5);
}

.text-accent-900\/60 {
  color: rgb(6 78 59 / 0.6);
}

.text-accent-900\/70 {
  color: rgb(6 78 59 / 0.7);
}

.text-accent-900\/80 {
  color: rgb(6 78 59 / 0.8);
}

.text-accent-900\/90 {
  color: rgb(6 78 59 / 0.9);
}

.text-brand-100 {
  --tw-text-opacity: 1;
  color: rgb(231 239 249 / var(--tw-text-opacity, 1));
}

.text-brand-100\/10 {
  color: rgb(231 239 249 / 0.1);
}

.text-brand-100\/20 {
  color: rgb(231 239 249 / 0.2);
}

.text-brand-100\/30 {
  color: rgb(231 239 249 / 0.3);
}

.text-brand-100\/40 {
  color: rgb(231 239 249 / 0.4);
}

.text-brand-100\/5 {
  color: rgb(231 239 249 / 0.05);
}

.text-brand-100\/50 {
  color: rgb(231 239 249 / 0.5);
}

.text-brand-100\/60 {
  color: rgb(231 239 249 / 0.6);
}

.text-brand-100\/70 {
  color: rgb(231 239 249 / 0.7);
}

.text-brand-100\/80 {
  color: rgb(231 239 249 / 0.8);
}

.text-brand-100\/90 {
  color: rgb(231 239 249 / 0.9);
}

.text-brand-200 {
  --tw-text-opacity: 1;
  color: rgb(207 224 243 / var(--tw-text-opacity, 1));
}

.text-brand-200\/10 {
  color: rgb(207 224 243 / 0.1);
}

.text-brand-200\/20 {
  color: rgb(207 224 243 / 0.2);
}

.text-brand-200\/30 {
  color: rgb(207 224 243 / 0.3);
}

.text-brand-200\/40 {
  color: rgb(207 224 243 / 0.4);
}

.text-brand-200\/5 {
  color: rgb(207 224 243 / 0.05);
}

.text-brand-200\/50 {
  color: rgb(207 224 243 / 0.5);
}

.text-brand-200\/60 {
  color: rgb(207 224 243 / 0.6);
}

.text-brand-200\/70 {
  color: rgb(207 224 243 / 0.7);
}

.text-brand-200\/80 {
  color: rgb(207 224 243 / 0.8);
}

.text-brand-200\/90 {
  color: rgb(207 224 243 / 0.9);
}

.text-brand-300 {
  --tw-text-opacity: 1;
  color: rgb(169 199 234 / var(--tw-text-opacity, 1));
}

.text-brand-300\/10 {
  color: rgb(169 199 234 / 0.1);
}

.text-brand-300\/20 {
  color: rgb(169 199 234 / 0.2);
}

.text-brand-300\/30 {
  color: rgb(169 199 234 / 0.3);
}

.text-brand-300\/40 {
  color: rgb(169 199 234 / 0.4);
}

.text-brand-300\/5 {
  color: rgb(169 199 234 / 0.05);
}

.text-brand-300\/50 {
  color: rgb(169 199 234 / 0.5);
}

.text-brand-300\/60 {
  color: rgb(169 199 234 / 0.6);
}

.text-brand-300\/70 {
  color: rgb(169 199 234 / 0.7);
}

.text-brand-300\/80 {
  color: rgb(169 199 234 / 0.8);
}

.text-brand-300\/90 {
  color: rgb(169 199 234 / 0.9);
}

.text-brand-400 {
  --tw-text-opacity: 1;
  color: rgb(92 147 213 / var(--tw-text-opacity, 1));
}

.text-brand-400\/10 {
  color: rgb(92 147 213 / 0.1);
}

.text-brand-400\/20 {
  color: rgb(92 147 213 / 0.2);
}

.text-brand-400\/30 {
  color: rgb(92 147 213 / 0.3);
}

.text-brand-400\/40 {
  color: rgb(92 147 213 / 0.4);
}

.text-brand-400\/5 {
  color: rgb(92 147 213 / 0.05);
}

.text-brand-400\/50 {
  color: rgb(92 147 213 / 0.5);
}

.text-brand-400\/60 {
  color: rgb(92 147 213 / 0.6);
}

.text-brand-400\/70 {
  color: rgb(92 147 213 / 0.7);
}

.text-brand-400\/80 {
  color: rgb(92 147 213 / 0.8);
}

.text-brand-400\/90 {
  color: rgb(92 147 213 / 0.9);
}

.text-brand-50 {
  --tw-text-opacity: 1;
  color: rgb(243 247 252 / var(--tw-text-opacity, 1));
}

.text-brand-50\/10 {
  color: rgb(243 247 252 / 0.1);
}

.text-brand-50\/20 {
  color: rgb(243 247 252 / 0.2);
}

.text-brand-50\/30 {
  color: rgb(243 247 252 / 0.3);
}

.text-brand-50\/40 {
  color: rgb(243 247 252 / 0.4);
}

.text-brand-50\/5 {
  color: rgb(243 247 252 / 0.05);
}

.text-brand-50\/50 {
  color: rgb(243 247 252 / 0.5);
}

.text-brand-50\/60 {
  color: rgb(243 247 252 / 0.6);
}

.text-brand-50\/70 {
  color: rgb(243 247 252 / 0.7);
}

.text-brand-50\/80 {
  color: rgb(243 247 252 / 0.8);
}

.text-brand-50\/90 {
  color: rgb(243 247 252 / 0.9);
}

.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(47 117 201 / var(--tw-text-opacity, 1));
}

.text-brand-500\/10 {
  color: rgb(47 117 201 / 0.1);
}

.text-brand-500\/20 {
  color: rgb(47 117 201 / 0.2);
}

.text-brand-500\/30 {
  color: rgb(47 117 201 / 0.3);
}

.text-brand-500\/40 {
  color: rgb(47 117 201 / 0.4);
}

.text-brand-500\/5 {
  color: rgb(47 117 201 / 0.05);
}

.text-brand-500\/50 {
  color: rgb(47 117 201 / 0.5);
}

.text-brand-500\/60 {
  color: rgb(47 117 201 / 0.6);
}

.text-brand-500\/70 {
  color: rgb(47 117 201 / 0.7);
}

.text-brand-500\/80 {
  color: rgb(47 117 201 / 0.8);
}

.text-brand-500\/90 {
  color: rgb(47 117 201 / 0.9);
}

.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(36 99 172 / var(--tw-text-opacity, 1));
}

.text-brand-600\/10 {
  color: rgb(36 99 172 / 0.1);
}

.text-brand-600\/20 {
  color: rgb(36 99 172 / 0.2);
}

.text-brand-600\/30 {
  color: rgb(36 99 172 / 0.3);
}

.text-brand-600\/40 {
  color: rgb(36 99 172 / 0.4);
}

.text-brand-600\/5 {
  color: rgb(36 99 172 / 0.05);
}

.text-brand-600\/50 {
  color: rgb(36 99 172 / 0.5);
}

.text-brand-600\/60 {
  color: rgb(36 99 172 / 0.6);
}

.text-brand-600\/70 {
  color: rgb(36 99 172 / 0.7);
}

.text-brand-600\/80 {
  color: rgb(36 99 172 / 0.8);
}

.text-brand-600\/90 {
  color: rgb(36 99 172 / 0.9);
}

.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(31 86 150 / var(--tw-text-opacity, 1));
}

.text-brand-700\/10 {
  color: rgb(31 86 150 / 0.1);
}

.text-brand-700\/20 {
  color: rgb(31 86 150 / 0.2);
}

.text-brand-700\/30 {
  color: rgb(31 86 150 / 0.3);
}

.text-brand-700\/40 {
  color: rgb(31 86 150 / 0.4);
}

.text-brand-700\/5 {
  color: rgb(31 86 150 / 0.05);
}

.text-brand-700\/50 {
  color: rgb(31 86 150 / 0.5);
}

.text-brand-700\/60 {
  color: rgb(31 86 150 / 0.6);
}

.text-brand-700\/70 {
  color: rgb(31 86 150 / 0.7);
}

.text-brand-700\/80 {
  color: rgb(31 86 150 / 0.8);
}

.text-brand-700\/90 {
  color: rgb(31 86 150 / 0.9);
}

.text-brand-800 {
  --tw-text-opacity: 1;
  color: rgb(25 72 124 / var(--tw-text-opacity, 1));
}

.text-brand-800\/10 {
  color: rgb(25 72 124 / 0.1);
}

.text-brand-800\/20 {
  color: rgb(25 72 124 / 0.2);
}

.text-brand-800\/30 {
  color: rgb(25 72 124 / 0.3);
}

.text-brand-800\/40 {
  color: rgb(25 72 124 / 0.4);
}

.text-brand-800\/5 {
  color: rgb(25 72 124 / 0.05);
}

.text-brand-800\/50 {
  color: rgb(25 72 124 / 0.5);
}

.text-brand-800\/60 {
  color: rgb(25 72 124 / 0.6);
}

.text-brand-800\/70 {
  color: rgb(25 72 124 / 0.7);
}

.text-brand-800\/80 {
  color: rgb(25 72 124 / 0.8);
}

.text-brand-800\/90 {
  color: rgb(25 72 124 / 0.9);
}

.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(18 52 87 / var(--tw-text-opacity, 1));
}

.text-brand-900\/10 {
  color: rgb(18 52 87 / 0.1);
}

.text-brand-900\/20 {
  color: rgb(18 52 87 / 0.2);
}

.text-brand-900\/30 {
  color: rgb(18 52 87 / 0.3);
}

.text-brand-900\/40 {
  color: rgb(18 52 87 / 0.4);
}

.text-brand-900\/5 {
  color: rgb(18 52 87 / 0.05);
}

.text-brand-900\/50 {
  color: rgb(18 52 87 / 0.5);
}

.text-brand-900\/60 {
  color: rgb(18 52 87 / 0.6);
}

.text-brand-900\/70 {
  color: rgb(18 52 87 / 0.7);
}

.text-brand-900\/80 {
  color: rgb(18 52 87 / 0.8);
}

.text-brand-900\/90 {
  color: rgb(18 52 87 / 0.9);
}

.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-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}

.text-ink\/80 {
  color: rgb(29 41 57 / 0.8);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutralx-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-neutralx-100\/10 {
  color: rgb(244 244 245 / 0.1);
}

.text-neutralx-100\/20 {
  color: rgb(244 244 245 / 0.2);
}

.text-neutralx-100\/30 {
  color: rgb(244 244 245 / 0.3);
}

.text-neutralx-100\/40 {
  color: rgb(244 244 245 / 0.4);
}

.text-neutralx-100\/5 {
  color: rgb(244 244 245 / 0.05);
}

.text-neutralx-100\/50 {
  color: rgb(244 244 245 / 0.5);
}

.text-neutralx-100\/60 {
  color: rgb(244 244 245 / 0.6);
}

.text-neutralx-100\/70 {
  color: rgb(244 244 245 / 0.7);
}

.text-neutralx-100\/80 {
  color: rgb(244 244 245 / 0.8);
}

.text-neutralx-100\/90 {
  color: rgb(244 244 245 / 0.9);
}

.text-neutralx-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-neutralx-200\/10 {
  color: rgb(228 228 231 / 0.1);
}

.text-neutralx-200\/20 {
  color: rgb(228 228 231 / 0.2);
}

.text-neutralx-200\/30 {
  color: rgb(228 228 231 / 0.3);
}

.text-neutralx-200\/40 {
  color: rgb(228 228 231 / 0.4);
}

.text-neutralx-200\/5 {
  color: rgb(228 228 231 / 0.05);
}

.text-neutralx-200\/50 {
  color: rgb(228 228 231 / 0.5);
}

.text-neutralx-200\/60 {
  color: rgb(228 228 231 / 0.6);
}

.text-neutralx-200\/70 {
  color: rgb(228 228 231 / 0.7);
}

.text-neutralx-200\/80 {
  color: rgb(228 228 231 / 0.8);
}

.text-neutralx-200\/90 {
  color: rgb(228 228 231 / 0.9);
}

.text-neutralx-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-neutralx-300\/10 {
  color: rgb(212 212 216 / 0.1);
}

.text-neutralx-300\/20 {
  color: rgb(212 212 216 / 0.2);
}

.text-neutralx-300\/30 {
  color: rgb(212 212 216 / 0.3);
}

.text-neutralx-300\/40 {
  color: rgb(212 212 216 / 0.4);
}

.text-neutralx-300\/5 {
  color: rgb(212 212 216 / 0.05);
}

.text-neutralx-300\/50 {
  color: rgb(212 212 216 / 0.5);
}

.text-neutralx-300\/60 {
  color: rgb(212 212 216 / 0.6);
}

.text-neutralx-300\/70 {
  color: rgb(212 212 216 / 0.7);
}

.text-neutralx-300\/80 {
  color: rgb(212 212 216 / 0.8);
}

.text-neutralx-300\/90 {
  color: rgb(212 212 216 / 0.9);
}

.text-neutralx-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-neutralx-400\/10 {
  color: rgb(161 161 170 / 0.1);
}

.text-neutralx-400\/20 {
  color: rgb(161 161 170 / 0.2);
}

.text-neutralx-400\/30 {
  color: rgb(161 161 170 / 0.3);
}

.text-neutralx-400\/40 {
  color: rgb(161 161 170 / 0.4);
}

.text-neutralx-400\/5 {
  color: rgb(161 161 170 / 0.05);
}

.text-neutralx-400\/50 {
  color: rgb(161 161 170 / 0.5);
}

.text-neutralx-400\/60 {
  color: rgb(161 161 170 / 0.6);
}

.text-neutralx-400\/70 {
  color: rgb(161 161 170 / 0.7);
}

.text-neutralx-400\/80 {
  color: rgb(161 161 170 / 0.8);
}

.text-neutralx-400\/90 {
  color: rgb(161 161 170 / 0.9);
}

.text-neutralx-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutralx-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutralx-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutralx-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutralx-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutralx-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutralx-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutralx-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutralx-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutralx-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutralx-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutralx-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-neutralx-500\/10 {
  color: rgb(113 113 122 / 0.1);
}

.text-neutralx-500\/20 {
  color: rgb(113 113 122 / 0.2);
}

.text-neutralx-500\/30 {
  color: rgb(113 113 122 / 0.3);
}

.text-neutralx-500\/40 {
  color: rgb(113 113 122 / 0.4);
}

.text-neutralx-500\/5 {
  color: rgb(113 113 122 / 0.05);
}

.text-neutralx-500\/50 {
  color: rgb(113 113 122 / 0.5);
}

.text-neutralx-500\/60 {
  color: rgb(113 113 122 / 0.6);
}

.text-neutralx-500\/70 {
  color: rgb(113 113 122 / 0.7);
}

.text-neutralx-500\/80 {
  color: rgb(113 113 122 / 0.8);
}

.text-neutralx-500\/90 {
  color: rgb(113 113 122 / 0.9);
}

.text-neutralx-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-neutralx-600\/10 {
  color: rgb(82 82 91 / 0.1);
}

.text-neutralx-600\/20 {
  color: rgb(82 82 91 / 0.2);
}

.text-neutralx-600\/30 {
  color: rgb(82 82 91 / 0.3);
}

.text-neutralx-600\/40 {
  color: rgb(82 82 91 / 0.4);
}

.text-neutralx-600\/5 {
  color: rgb(82 82 91 / 0.05);
}

.text-neutralx-600\/50 {
  color: rgb(82 82 91 / 0.5);
}

.text-neutralx-600\/60 {
  color: rgb(82 82 91 / 0.6);
}

.text-neutralx-600\/70 {
  color: rgb(82 82 91 / 0.7);
}

.text-neutralx-600\/80 {
  color: rgb(82 82 91 / 0.8);
}

.text-neutralx-600\/90 {
  color: rgb(82 82 91 / 0.9);
}

.text-neutralx-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-neutralx-700\/10 {
  color: rgb(63 63 70 / 0.1);
}

.text-neutralx-700\/20 {
  color: rgb(63 63 70 / 0.2);
}

.text-neutralx-700\/30 {
  color: rgb(63 63 70 / 0.3);
}

.text-neutralx-700\/40 {
  color: rgb(63 63 70 / 0.4);
}

.text-neutralx-700\/5 {
  color: rgb(63 63 70 / 0.05);
}

.text-neutralx-700\/50 {
  color: rgb(63 63 70 / 0.5);
}

.text-neutralx-700\/60 {
  color: rgb(63 63 70 / 0.6);
}

.text-neutralx-700\/70 {
  color: rgb(63 63 70 / 0.7);
}

.text-neutralx-700\/80 {
  color: rgb(63 63 70 / 0.8);
}

.text-neutralx-700\/90 {
  color: rgb(63 63 70 / 0.9);
}

.text-neutralx-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-neutralx-800\/10 {
  color: rgb(39 39 42 / 0.1);
}

.text-neutralx-800\/20 {
  color: rgb(39 39 42 / 0.2);
}

.text-neutralx-800\/30 {
  color: rgb(39 39 42 / 0.3);
}

.text-neutralx-800\/40 {
  color: rgb(39 39 42 / 0.4);
}

.text-neutralx-800\/5 {
  color: rgb(39 39 42 / 0.05);
}

.text-neutralx-800\/50 {
  color: rgb(39 39 42 / 0.5);
}

.text-neutralx-800\/60 {
  color: rgb(39 39 42 / 0.6);
}

.text-neutralx-800\/70 {
  color: rgb(39 39 42 / 0.7);
}

.text-neutralx-800\/80 {
  color: rgb(39 39 42 / 0.8);
}

.text-neutralx-800\/90 {
  color: rgb(39 39 42 / 0.9);
}

.text-neutralx-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-neutralx-900\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-neutralx-900\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-neutralx-900\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-neutralx-900\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-neutralx-900\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-neutralx-900\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-neutralx-900\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-neutralx-900\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-neutralx-900\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-neutralx-900\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.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-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-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);
}

.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-accent-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.ring-accent-100\/10 {
  --tw-ring-color: rgb(209 250 229 / 0.1);
}

.ring-accent-100\/20 {
  --tw-ring-color: rgb(209 250 229 / 0.2);
}

.ring-accent-100\/30 {
  --tw-ring-color: rgb(209 250 229 / 0.3);
}

.ring-accent-100\/40 {
  --tw-ring-color: rgb(209 250 229 / 0.4);
}

.ring-accent-100\/5 {
  --tw-ring-color: rgb(209 250 229 / 0.05);
}

.ring-accent-100\/50 {
  --tw-ring-color: rgb(209 250 229 / 0.5);
}

.ring-accent-100\/60 {
  --tw-ring-color: rgb(209 250 229 / 0.6);
}

.ring-accent-100\/70 {
  --tw-ring-color: rgb(209 250 229 / 0.7);
}

.ring-accent-100\/80 {
  --tw-ring-color: rgb(209 250 229 / 0.8);
}

.ring-accent-100\/90 {
  --tw-ring-color: rgb(209 250 229 / 0.9);
}

.ring-accent-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.ring-accent-200\/10 {
  --tw-ring-color: rgb(167 243 208 / 0.1);
}

.ring-accent-200\/20 {
  --tw-ring-color: rgb(167 243 208 / 0.2);
}

.ring-accent-200\/30 {
  --tw-ring-color: rgb(167 243 208 / 0.3);
}

.ring-accent-200\/40 {
  --tw-ring-color: rgb(167 243 208 / 0.4);
}

.ring-accent-200\/5 {
  --tw-ring-color: rgb(167 243 208 / 0.05);
}

.ring-accent-200\/50 {
  --tw-ring-color: rgb(167 243 208 / 0.5);
}

.ring-accent-200\/60 {
  --tw-ring-color: rgb(167 243 208 / 0.6);
}

.ring-accent-200\/70 {
  --tw-ring-color: rgb(167 243 208 / 0.7);
}

.ring-accent-200\/80 {
  --tw-ring-color: rgb(167 243 208 / 0.8);
}

.ring-accent-200\/90 {
  --tw-ring-color: rgb(167 243 208 / 0.9);
}

.ring-accent-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.ring-accent-300\/10 {
  --tw-ring-color: rgb(110 231 183 / 0.1);
}

.ring-accent-300\/20 {
  --tw-ring-color: rgb(110 231 183 / 0.2);
}

.ring-accent-300\/30 {
  --tw-ring-color: rgb(110 231 183 / 0.3);
}

.ring-accent-300\/40 {
  --tw-ring-color: rgb(110 231 183 / 0.4);
}

.ring-accent-300\/5 {
  --tw-ring-color: rgb(110 231 183 / 0.05);
}

.ring-accent-300\/50 {
  --tw-ring-color: rgb(110 231 183 / 0.5);
}

.ring-accent-300\/60 {
  --tw-ring-color: rgb(110 231 183 / 0.6);
}

.ring-accent-300\/70 {
  --tw-ring-color: rgb(110 231 183 / 0.7);
}

.ring-accent-300\/80 {
  --tw-ring-color: rgb(110 231 183 / 0.8);
}

.ring-accent-300\/90 {
  --tw-ring-color: rgb(110 231 183 / 0.9);
}

.ring-accent-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.ring-accent-400\/10 {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}

.ring-accent-400\/20 {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}

.ring-accent-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}

.ring-accent-400\/40 {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}

.ring-accent-400\/5 {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}

.ring-accent-400\/50 {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}

.ring-accent-400\/60 {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}

.ring-accent-400\/70 {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}

.ring-accent-400\/80 {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}

.ring-accent-400\/90 {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}

.ring-accent-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.ring-accent-50\/10 {
  --tw-ring-color: rgb(236 253 245 / 0.1);
}

.ring-accent-50\/20 {
  --tw-ring-color: rgb(236 253 245 / 0.2);
}

.ring-accent-50\/30 {
  --tw-ring-color: rgb(236 253 245 / 0.3);
}

.ring-accent-50\/40 {
  --tw-ring-color: rgb(236 253 245 / 0.4);
}

.ring-accent-50\/5 {
  --tw-ring-color: rgb(236 253 245 / 0.05);
}

.ring-accent-50\/50 {
  --tw-ring-color: rgb(236 253 245 / 0.5);
}

.ring-accent-50\/60 {
  --tw-ring-color: rgb(236 253 245 / 0.6);
}

.ring-accent-50\/70 {
  --tw-ring-color: rgb(236 253 245 / 0.7);
}

.ring-accent-50\/80 {
  --tw-ring-color: rgb(236 253 245 / 0.8);
}

.ring-accent-50\/90 {
  --tw-ring-color: rgb(236 253 245 / 0.9);
}

.ring-accent-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.ring-accent-500\/10 {
  --tw-ring-color: rgb(16 185 129 / 0.1);
}

.ring-accent-500\/20 {
  --tw-ring-color: rgb(16 185 129 / 0.2);
}

.ring-accent-500\/30 {
  --tw-ring-color: rgb(16 185 129 / 0.3);
}

.ring-accent-500\/40 {
  --tw-ring-color: rgb(16 185 129 / 0.4);
}

.ring-accent-500\/5 {
  --tw-ring-color: rgb(16 185 129 / 0.05);
}

.ring-accent-500\/50 {
  --tw-ring-color: rgb(16 185 129 / 0.5);
}

.ring-accent-500\/60 {
  --tw-ring-color: rgb(16 185 129 / 0.6);
}

.ring-accent-500\/70 {
  --tw-ring-color: rgb(16 185 129 / 0.7);
}

.ring-accent-500\/80 {
  --tw-ring-color: rgb(16 185 129 / 0.8);
}

.ring-accent-500\/90 {
  --tw-ring-color: rgb(16 185 129 / 0.9);
}

.ring-accent-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.ring-accent-600\/10 {
  --tw-ring-color: rgb(5 150 105 / 0.1);
}

.ring-accent-600\/20 {
  --tw-ring-color: rgb(5 150 105 / 0.2);
}

.ring-accent-600\/30 {
  --tw-ring-color: rgb(5 150 105 / 0.3);
}

.ring-accent-600\/40 {
  --tw-ring-color: rgb(5 150 105 / 0.4);
}

.ring-accent-600\/5 {
  --tw-ring-color: rgb(5 150 105 / 0.05);
}

.ring-accent-600\/50 {
  --tw-ring-color: rgb(5 150 105 / 0.5);
}

.ring-accent-600\/60 {
  --tw-ring-color: rgb(5 150 105 / 0.6);
}

.ring-accent-600\/70 {
  --tw-ring-color: rgb(5 150 105 / 0.7);
}

.ring-accent-600\/80 {
  --tw-ring-color: rgb(5 150 105 / 0.8);
}

.ring-accent-600\/90 {
  --tw-ring-color: rgb(5 150 105 / 0.9);
}

.ring-accent-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.ring-accent-700\/10 {
  --tw-ring-color: rgb(4 120 87 / 0.1);
}

.ring-accent-700\/20 {
  --tw-ring-color: rgb(4 120 87 / 0.2);
}

.ring-accent-700\/30 {
  --tw-ring-color: rgb(4 120 87 / 0.3);
}

.ring-accent-700\/40 {
  --tw-ring-color: rgb(4 120 87 / 0.4);
}

.ring-accent-700\/5 {
  --tw-ring-color: rgb(4 120 87 / 0.05);
}

.ring-accent-700\/50 {
  --tw-ring-color: rgb(4 120 87 / 0.5);
}

.ring-accent-700\/60 {
  --tw-ring-color: rgb(4 120 87 / 0.6);
}

.ring-accent-700\/70 {
  --tw-ring-color: rgb(4 120 87 / 0.7);
}

.ring-accent-700\/80 {
  --tw-ring-color: rgb(4 120 87 / 0.8);
}

.ring-accent-700\/90 {
  --tw-ring-color: rgb(4 120 87 / 0.9);
}

.ring-accent-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.ring-accent-800\/10 {
  --tw-ring-color: rgb(6 95 70 / 0.1);
}

.ring-accent-800\/20 {
  --tw-ring-color: rgb(6 95 70 / 0.2);
}

.ring-accent-800\/30 {
  --tw-ring-color: rgb(6 95 70 / 0.3);
}

.ring-accent-800\/40 {
  --tw-ring-color: rgb(6 95 70 / 0.4);
}

.ring-accent-800\/5 {
  --tw-ring-color: rgb(6 95 70 / 0.05);
}

.ring-accent-800\/50 {
  --tw-ring-color: rgb(6 95 70 / 0.5);
}

.ring-accent-800\/60 {
  --tw-ring-color: rgb(6 95 70 / 0.6);
}

.ring-accent-800\/70 {
  --tw-ring-color: rgb(6 95 70 / 0.7);
}

.ring-accent-800\/80 {
  --tw-ring-color: rgb(6 95 70 / 0.8);
}

.ring-accent-800\/90 {
  --tw-ring-color: rgb(6 95 70 / 0.9);
}

.ring-accent-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.ring-accent-900\/10 {
  --tw-ring-color: rgb(6 78 59 / 0.1);
}

.ring-accent-900\/20 {
  --tw-ring-color: rgb(6 78 59 / 0.2);
}

.ring-accent-900\/30 {
  --tw-ring-color: rgb(6 78 59 / 0.3);
}

.ring-accent-900\/40 {
  --tw-ring-color: rgb(6 78 59 / 0.4);
}

.ring-accent-900\/5 {
  --tw-ring-color: rgb(6 78 59 / 0.05);
}

.ring-accent-900\/50 {
  --tw-ring-color: rgb(6 78 59 / 0.5);
}

.ring-accent-900\/60 {
  --tw-ring-color: rgb(6 78 59 / 0.6);
}

.ring-accent-900\/70 {
  --tw-ring-color: rgb(6 78 59 / 0.7);
}

.ring-accent-900\/80 {
  --tw-ring-color: rgb(6 78 59 / 0.8);
}

.ring-accent-900\/90 {
  --tw-ring-color: rgb(6 78 59 / 0.9);
}

.ring-brand-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 239 249 / var(--tw-ring-opacity, 1));
}

.ring-brand-100\/10 {
  --tw-ring-color: rgb(231 239 249 / 0.1);
}

.ring-brand-100\/20 {
  --tw-ring-color: rgb(231 239 249 / 0.2);
}

.ring-brand-100\/30 {
  --tw-ring-color: rgb(231 239 249 / 0.3);
}

.ring-brand-100\/40 {
  --tw-ring-color: rgb(231 239 249 / 0.4);
}

.ring-brand-100\/5 {
  --tw-ring-color: rgb(231 239 249 / 0.05);
}

.ring-brand-100\/50 {
  --tw-ring-color: rgb(231 239 249 / 0.5);
}

.ring-brand-100\/60 {
  --tw-ring-color: rgb(231 239 249 / 0.6);
}

.ring-brand-100\/70 {
  --tw-ring-color: rgb(231 239 249 / 0.7);
}

.ring-brand-100\/80 {
  --tw-ring-color: rgb(231 239 249 / 0.8);
}

.ring-brand-100\/90 {
  --tw-ring-color: rgb(231 239 249 / 0.9);
}

.ring-brand-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 224 243 / var(--tw-ring-opacity, 1));
}

.ring-brand-200\/10 {
  --tw-ring-color: rgb(207 224 243 / 0.1);
}

.ring-brand-200\/20 {
  --tw-ring-color: rgb(207 224 243 / 0.2);
}

.ring-brand-200\/30 {
  --tw-ring-color: rgb(207 224 243 / 0.3);
}

.ring-brand-200\/40 {
  --tw-ring-color: rgb(207 224 243 / 0.4);
}

.ring-brand-200\/5 {
  --tw-ring-color: rgb(207 224 243 / 0.05);
}

.ring-brand-200\/50 {
  --tw-ring-color: rgb(207 224 243 / 0.5);
}

.ring-brand-200\/60 {
  --tw-ring-color: rgb(207 224 243 / 0.6);
}

.ring-brand-200\/70 {
  --tw-ring-color: rgb(207 224 243 / 0.7);
}

.ring-brand-200\/80 {
  --tw-ring-color: rgb(207 224 243 / 0.8);
}

.ring-brand-200\/90 {
  --tw-ring-color: rgb(207 224 243 / 0.9);
}

.ring-brand-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(169 199 234 / var(--tw-ring-opacity, 1));
}

.ring-brand-300\/10 {
  --tw-ring-color: rgb(169 199 234 / 0.1);
}

.ring-brand-300\/20 {
  --tw-ring-color: rgb(169 199 234 / 0.2);
}

.ring-brand-300\/30 {
  --tw-ring-color: rgb(169 199 234 / 0.3);
}

.ring-brand-300\/40 {
  --tw-ring-color: rgb(169 199 234 / 0.4);
}

.ring-brand-300\/5 {
  --tw-ring-color: rgb(169 199 234 / 0.05);
}

.ring-brand-300\/50 {
  --tw-ring-color: rgb(169 199 234 / 0.5);
}

.ring-brand-300\/60 {
  --tw-ring-color: rgb(169 199 234 / 0.6);
}

.ring-brand-300\/70 {
  --tw-ring-color: rgb(169 199 234 / 0.7);
}

.ring-brand-300\/80 {
  --tw-ring-color: rgb(169 199 234 / 0.8);
}

.ring-brand-300\/90 {
  --tw-ring-color: rgb(169 199 234 / 0.9);
}

.ring-brand-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(92 147 213 / var(--tw-ring-opacity, 1));
}

.ring-brand-400\/10 {
  --tw-ring-color: rgb(92 147 213 / 0.1);
}

.ring-brand-400\/20 {
  --tw-ring-color: rgb(92 147 213 / 0.2);
}

.ring-brand-400\/30 {
  --tw-ring-color: rgb(92 147 213 / 0.3);
}

.ring-brand-400\/40 {
  --tw-ring-color: rgb(92 147 213 / 0.4);
}

.ring-brand-400\/5 {
  --tw-ring-color: rgb(92 147 213 / 0.05);
}

.ring-brand-400\/50 {
  --tw-ring-color: rgb(92 147 213 / 0.5);
}

.ring-brand-400\/60 {
  --tw-ring-color: rgb(92 147 213 / 0.6);
}

.ring-brand-400\/70 {
  --tw-ring-color: rgb(92 147 213 / 0.7);
}

.ring-brand-400\/80 {
  --tw-ring-color: rgb(92 147 213 / 0.8);
}

.ring-brand-400\/90 {
  --tw-ring-color: rgb(92 147 213 / 0.9);
}

.ring-brand-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 247 252 / var(--tw-ring-opacity, 1));
}

.ring-brand-50\/10 {
  --tw-ring-color: rgb(243 247 252 / 0.1);
}

.ring-brand-50\/20 {
  --tw-ring-color: rgb(243 247 252 / 0.2);
}

.ring-brand-50\/30 {
  --tw-ring-color: rgb(243 247 252 / 0.3);
}

.ring-brand-50\/40 {
  --tw-ring-color: rgb(243 247 252 / 0.4);
}

.ring-brand-50\/5 {
  --tw-ring-color: rgb(243 247 252 / 0.05);
}

.ring-brand-50\/50 {
  --tw-ring-color: rgb(243 247 252 / 0.5);
}

.ring-brand-50\/60 {
  --tw-ring-color: rgb(243 247 252 / 0.6);
}

.ring-brand-50\/70 {
  --tw-ring-color: rgb(243 247 252 / 0.7);
}

.ring-brand-50\/80 {
  --tw-ring-color: rgb(243 247 252 / 0.8);
}

.ring-brand-50\/90 {
  --tw-ring-color: rgb(243 247 252 / 0.9);
}

.ring-brand-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 117 201 / var(--tw-ring-opacity, 1));
}

.ring-brand-500\/10 {
  --tw-ring-color: rgb(47 117 201 / 0.1);
}

.ring-brand-500\/20 {
  --tw-ring-color: rgb(47 117 201 / 0.2);
}

.ring-brand-500\/30 {
  --tw-ring-color: rgb(47 117 201 / 0.3);
}

.ring-brand-500\/40 {
  --tw-ring-color: rgb(47 117 201 / 0.4);
}

.ring-brand-500\/5 {
  --tw-ring-color: rgb(47 117 201 / 0.05);
}

.ring-brand-500\/50 {
  --tw-ring-color: rgb(47 117 201 / 0.5);
}

.ring-brand-500\/60 {
  --tw-ring-color: rgb(47 117 201 / 0.6);
}

.ring-brand-500\/70 {
  --tw-ring-color: rgb(47 117 201 / 0.7);
}

.ring-brand-500\/80 {
  --tw-ring-color: rgb(47 117 201 / 0.8);
}

.ring-brand-500\/90 {
  --tw-ring-color: rgb(47 117 201 / 0.9);
}

.ring-brand-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 99 172 / var(--tw-ring-opacity, 1));
}

.ring-brand-600\/10 {
  --tw-ring-color: rgb(36 99 172 / 0.1);
}

.ring-brand-600\/20 {
  --tw-ring-color: rgb(36 99 172 / 0.2);
}

.ring-brand-600\/30 {
  --tw-ring-color: rgb(36 99 172 / 0.3);
}

.ring-brand-600\/40 {
  --tw-ring-color: rgb(36 99 172 / 0.4);
}

.ring-brand-600\/5 {
  --tw-ring-color: rgb(36 99 172 / 0.05);
}

.ring-brand-600\/50 {
  --tw-ring-color: rgb(36 99 172 / 0.5);
}

.ring-brand-600\/60 {
  --tw-ring-color: rgb(36 99 172 / 0.6);
}

.ring-brand-600\/70 {
  --tw-ring-color: rgb(36 99 172 / 0.7);
}

.ring-brand-600\/80 {
  --tw-ring-color: rgb(36 99 172 / 0.8);
}

.ring-brand-600\/90 {
  --tw-ring-color: rgb(36 99 172 / 0.9);
}

.ring-brand-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 86 150 / var(--tw-ring-opacity, 1));
}

.ring-brand-700\/10 {
  --tw-ring-color: rgb(31 86 150 / 0.1);
}

.ring-brand-700\/20 {
  --tw-ring-color: rgb(31 86 150 / 0.2);
}

.ring-brand-700\/30 {
  --tw-ring-color: rgb(31 86 150 / 0.3);
}

.ring-brand-700\/40 {
  --tw-ring-color: rgb(31 86 150 / 0.4);
}

.ring-brand-700\/5 {
  --tw-ring-color: rgb(31 86 150 / 0.05);
}

.ring-brand-700\/50 {
  --tw-ring-color: rgb(31 86 150 / 0.5);
}

.ring-brand-700\/60 {
  --tw-ring-color: rgb(31 86 150 / 0.6);
}

.ring-brand-700\/70 {
  --tw-ring-color: rgb(31 86 150 / 0.7);
}

.ring-brand-700\/80 {
  --tw-ring-color: rgb(31 86 150 / 0.8);
}

.ring-brand-700\/90 {
  --tw-ring-color: rgb(31 86 150 / 0.9);
}

.ring-brand-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 72 124 / var(--tw-ring-opacity, 1));
}

.ring-brand-800\/10 {
  --tw-ring-color: rgb(25 72 124 / 0.1);
}

.ring-brand-800\/20 {
  --tw-ring-color: rgb(25 72 124 / 0.2);
}

.ring-brand-800\/30 {
  --tw-ring-color: rgb(25 72 124 / 0.3);
}

.ring-brand-800\/40 {
  --tw-ring-color: rgb(25 72 124 / 0.4);
}

.ring-brand-800\/5 {
  --tw-ring-color: rgb(25 72 124 / 0.05);
}

.ring-brand-800\/50 {
  --tw-ring-color: rgb(25 72 124 / 0.5);
}

.ring-brand-800\/60 {
  --tw-ring-color: rgb(25 72 124 / 0.6);
}

.ring-brand-800\/70 {
  --tw-ring-color: rgb(25 72 124 / 0.7);
}

.ring-brand-800\/80 {
  --tw-ring-color: rgb(25 72 124 / 0.8);
}

.ring-brand-800\/90 {
  --tw-ring-color: rgb(25 72 124 / 0.9);
}

.ring-brand-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 52 87 / var(--tw-ring-opacity, 1));
}

.ring-brand-900\/10 {
  --tw-ring-color: rgb(18 52 87 / 0.1);
}

.ring-brand-900\/20 {
  --tw-ring-color: rgb(18 52 87 / 0.2);
}

.ring-brand-900\/30 {
  --tw-ring-color: rgb(18 52 87 / 0.3);
}

.ring-brand-900\/40 {
  --tw-ring-color: rgb(18 52 87 / 0.4);
}

.ring-brand-900\/5 {
  --tw-ring-color: rgb(18 52 87 / 0.05);
}

.ring-brand-900\/50 {
  --tw-ring-color: rgb(18 52 87 / 0.5);
}

.ring-brand-900\/60 {
  --tw-ring-color: rgb(18 52 87 / 0.6);
}

.ring-brand-900\/70 {
  --tw-ring-color: rgb(18 52 87 / 0.7);
}

.ring-brand-900\/80 {
  --tw-ring-color: rgb(18 52 87 / 0.8);
}

.ring-brand-900\/90 {
  --tw-ring-color: rgb(18 52 87 / 0.9);
}

.ring-neutralx-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-100\/10 {
  --tw-ring-color: rgb(244 244 245 / 0.1);
}

.ring-neutralx-100\/20 {
  --tw-ring-color: rgb(244 244 245 / 0.2);
}

.ring-neutralx-100\/30 {
  --tw-ring-color: rgb(244 244 245 / 0.3);
}

.ring-neutralx-100\/40 {
  --tw-ring-color: rgb(244 244 245 / 0.4);
}

.ring-neutralx-100\/5 {
  --tw-ring-color: rgb(244 244 245 / 0.05);
}

.ring-neutralx-100\/50 {
  --tw-ring-color: rgb(244 244 245 / 0.5);
}

.ring-neutralx-100\/60 {
  --tw-ring-color: rgb(244 244 245 / 0.6);
}

.ring-neutralx-100\/70 {
  --tw-ring-color: rgb(244 244 245 / 0.7);
}

.ring-neutralx-100\/80 {
  --tw-ring-color: rgb(244 244 245 / 0.8);
}

.ring-neutralx-100\/90 {
  --tw-ring-color: rgb(244 244 245 / 0.9);
}

.ring-neutralx-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-200\/10 {
  --tw-ring-color: rgb(228 228 231 / 0.1);
}

.ring-neutralx-200\/20 {
  --tw-ring-color: rgb(228 228 231 / 0.2);
}

.ring-neutralx-200\/30 {
  --tw-ring-color: rgb(228 228 231 / 0.3);
}

.ring-neutralx-200\/40 {
  --tw-ring-color: rgb(228 228 231 / 0.4);
}

.ring-neutralx-200\/5 {
  --tw-ring-color: rgb(228 228 231 / 0.05);
}

.ring-neutralx-200\/50 {
  --tw-ring-color: rgb(228 228 231 / 0.5);
}

.ring-neutralx-200\/60 {
  --tw-ring-color: rgb(228 228 231 / 0.6);
}

.ring-neutralx-200\/70 {
  --tw-ring-color: rgb(228 228 231 / 0.7);
}

.ring-neutralx-200\/80 {
  --tw-ring-color: rgb(228 228 231 / 0.8);
}

.ring-neutralx-200\/90 {
  --tw-ring-color: rgb(228 228 231 / 0.9);
}

.ring-neutralx-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-300\/10 {
  --tw-ring-color: rgb(212 212 216 / 0.1);
}

.ring-neutralx-300\/20 {
  --tw-ring-color: rgb(212 212 216 / 0.2);
}

.ring-neutralx-300\/30 {
  --tw-ring-color: rgb(212 212 216 / 0.3);
}

.ring-neutralx-300\/40 {
  --tw-ring-color: rgb(212 212 216 / 0.4);
}

.ring-neutralx-300\/5 {
  --tw-ring-color: rgb(212 212 216 / 0.05);
}

.ring-neutralx-300\/50 {
  --tw-ring-color: rgb(212 212 216 / 0.5);
}

.ring-neutralx-300\/60 {
  --tw-ring-color: rgb(212 212 216 / 0.6);
}

.ring-neutralx-300\/70 {
  --tw-ring-color: rgb(212 212 216 / 0.7);
}

.ring-neutralx-300\/80 {
  --tw-ring-color: rgb(212 212 216 / 0.8);
}

.ring-neutralx-300\/90 {
  --tw-ring-color: rgb(212 212 216 / 0.9);
}

.ring-neutralx-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-400\/10 {
  --tw-ring-color: rgb(161 161 170 / 0.1);
}

.ring-neutralx-400\/20 {
  --tw-ring-color: rgb(161 161 170 / 0.2);
}

.ring-neutralx-400\/30 {
  --tw-ring-color: rgb(161 161 170 / 0.3);
}

.ring-neutralx-400\/40 {
  --tw-ring-color: rgb(161 161 170 / 0.4);
}

.ring-neutralx-400\/5 {
  --tw-ring-color: rgb(161 161 170 / 0.05);
}

.ring-neutralx-400\/50 {
  --tw-ring-color: rgb(161 161 170 / 0.5);
}

.ring-neutralx-400\/60 {
  --tw-ring-color: rgb(161 161 170 / 0.6);
}

.ring-neutralx-400\/70 {
  --tw-ring-color: rgb(161 161 170 / 0.7);
}

.ring-neutralx-400\/80 {
  --tw-ring-color: rgb(161 161 170 / 0.8);
}

.ring-neutralx-400\/90 {
  --tw-ring-color: rgb(161 161 170 / 0.9);
}

.ring-neutralx-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-50\/10 {
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-neutralx-50\/20 {
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-neutralx-50\/30 {
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-neutralx-50\/40 {
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-neutralx-50\/5 {
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-neutralx-50\/50 {
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-neutralx-50\/60 {
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-neutralx-50\/70 {
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-neutralx-50\/80 {
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-neutralx-50\/90 {
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-neutralx-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-500\/10 {
  --tw-ring-color: rgb(113 113 122 / 0.1);
}

.ring-neutralx-500\/20 {
  --tw-ring-color: rgb(113 113 122 / 0.2);
}

.ring-neutralx-500\/30 {
  --tw-ring-color: rgb(113 113 122 / 0.3);
}

.ring-neutralx-500\/40 {
  --tw-ring-color: rgb(113 113 122 / 0.4);
}

.ring-neutralx-500\/5 {
  --tw-ring-color: rgb(113 113 122 / 0.05);
}

.ring-neutralx-500\/50 {
  --tw-ring-color: rgb(113 113 122 / 0.5);
}

.ring-neutralx-500\/60 {
  --tw-ring-color: rgb(113 113 122 / 0.6);
}

.ring-neutralx-500\/70 {
  --tw-ring-color: rgb(113 113 122 / 0.7);
}

.ring-neutralx-500\/80 {
  --tw-ring-color: rgb(113 113 122 / 0.8);
}

.ring-neutralx-500\/90 {
  --tw-ring-color: rgb(113 113 122 / 0.9);
}

.ring-neutralx-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-600\/10 {
  --tw-ring-color: rgb(82 82 91 / 0.1);
}

.ring-neutralx-600\/20 {
  --tw-ring-color: rgb(82 82 91 / 0.2);
}

.ring-neutralx-600\/30 {
  --tw-ring-color: rgb(82 82 91 / 0.3);
}

.ring-neutralx-600\/40 {
  --tw-ring-color: rgb(82 82 91 / 0.4);
}

.ring-neutralx-600\/5 {
  --tw-ring-color: rgb(82 82 91 / 0.05);
}

.ring-neutralx-600\/50 {
  --tw-ring-color: rgb(82 82 91 / 0.5);
}

.ring-neutralx-600\/60 {
  --tw-ring-color: rgb(82 82 91 / 0.6);
}

.ring-neutralx-600\/70 {
  --tw-ring-color: rgb(82 82 91 / 0.7);
}

.ring-neutralx-600\/80 {
  --tw-ring-color: rgb(82 82 91 / 0.8);
}

.ring-neutralx-600\/90 {
  --tw-ring-color: rgb(82 82 91 / 0.9);
}

.ring-neutralx-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-700\/10 {
  --tw-ring-color: rgb(63 63 70 / 0.1);
}

.ring-neutralx-700\/20 {
  --tw-ring-color: rgb(63 63 70 / 0.2);
}

.ring-neutralx-700\/30 {
  --tw-ring-color: rgb(63 63 70 / 0.3);
}

.ring-neutralx-700\/40 {
  --tw-ring-color: rgb(63 63 70 / 0.4);
}

.ring-neutralx-700\/5 {
  --tw-ring-color: rgb(63 63 70 / 0.05);
}

.ring-neutralx-700\/50 {
  --tw-ring-color: rgb(63 63 70 / 0.5);
}

.ring-neutralx-700\/60 {
  --tw-ring-color: rgb(63 63 70 / 0.6);
}

.ring-neutralx-700\/70 {
  --tw-ring-color: rgb(63 63 70 / 0.7);
}

.ring-neutralx-700\/80 {
  --tw-ring-color: rgb(63 63 70 / 0.8);
}

.ring-neutralx-700\/90 {
  --tw-ring-color: rgb(63 63 70 / 0.9);
}

.ring-neutralx-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-800\/10 {
  --tw-ring-color: rgb(39 39 42 / 0.1);
}

.ring-neutralx-800\/20 {
  --tw-ring-color: rgb(39 39 42 / 0.2);
}

.ring-neutralx-800\/30 {
  --tw-ring-color: rgb(39 39 42 / 0.3);
}

.ring-neutralx-800\/40 {
  --tw-ring-color: rgb(39 39 42 / 0.4);
}

.ring-neutralx-800\/5 {
  --tw-ring-color: rgb(39 39 42 / 0.05);
}

.ring-neutralx-800\/50 {
  --tw-ring-color: rgb(39 39 42 / 0.5);
}

.ring-neutralx-800\/60 {
  --tw-ring-color: rgb(39 39 42 / 0.6);
}

.ring-neutralx-800\/70 {
  --tw-ring-color: rgb(39 39 42 / 0.7);
}

.ring-neutralx-800\/80 {
  --tw-ring-color: rgb(39 39 42 / 0.8);
}

.ring-neutralx-800\/90 {
  --tw-ring-color: rgb(39 39 42 / 0.9);
}

.ring-neutralx-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.ring-neutralx-900\/10 {
  --tw-ring-color: rgb(24 24 27 / 0.1);
}

.ring-neutralx-900\/20 {
  --tw-ring-color: rgb(24 24 27 / 0.2);
}

.ring-neutralx-900\/30 {
  --tw-ring-color: rgb(24 24 27 / 0.3);
}

.ring-neutralx-900\/40 {
  --tw-ring-color: rgb(24 24 27 / 0.4);
}

.ring-neutralx-900\/5 {
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-neutralx-900\/50 {
  --tw-ring-color: rgb(24 24 27 / 0.5);
}

.ring-neutralx-900\/60 {
  --tw-ring-color: rgb(24 24 27 / 0.6);
}

.ring-neutralx-900\/70 {
  --tw-ring-color: rgb(24 24 27 / 0.7);
}

.ring-neutralx-900\/80 {
  --tw-ring-color: rgb(24 24 27 / 0.8);
}

.ring-neutralx-900\/90 {
  --tw-ring-color: rgb(24 24 27 / 0.9);
}

.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);
}

.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);
}

.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-opacity {
  transition-property: opacity;
  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-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.has-dark-bg :is(strong, b) {
  color: var(--twd-text);
}

.has-dark-bg :is(em, i) {
  color: var(--twd-text);
}

/* optional: keep italics light too */

/* Shared block wrappers */

.block-full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Links on dark (non-buttons) — via variables */

.has-dark-bg a:not(.btn):not(.wp-block-button__link) {
  color: var(--twd-link);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.has-dark-bg a:not(.btn):not(.wp-block-button__link):hover {
  color: var(--twd-link-contrast);
}

/* Optional readability overlay for busy photos/gradients */

.card-overlay {
  background: rgba(255, 255, 255, 0.1);
}

/* Gradient surfaces — direction only, no colors hardcoded */

.surface--brand-grad {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.surface--accent-grad {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[grid-template-columns\:repeat\(auto-fit\2c minmax\(14rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(14rem,1fr));
}

/* ========================================================================== 
   (1) THEME BASE — resets, typography, primitives (no hardcoded colors)
   ========================================================================== */

/* ensure prose-bold respects dark surface vars */

/* for bold text outside .prose blocks */

#mobile-menu [data-accordion-toggle] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
}

/* ========================================================================== 
   (2) COMPONENTS — semantic type, buttons, cards, prose (variable-driven colors)
   ========================================================================== */

/* ===== TWD Hero fades (works in modern browsers incl. Safari with -webkit-) ===== */

.twd-fade-sides,
.twd-fade-sides-editor {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Blend strength variants */

.twd-blend-soft {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}

.twd-blend-medium {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
}

.twd-blend-strong {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 16%, black 84%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 16%, black 84%, transparent 100%);
}

/* Small screens: slightly tighter feather */

@media (max-width: 1024px) {
  .twd-fade-sides,
  .twd-fade-sides-editor,
  .twd-blend-soft,
  .twd-blend-medium,
  .twd-blend-strong {
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%);
  }
}

/* ========================================================================== 
   (3) UTILITIES — layout helpers & surfaces (no hardcoded colors)
   ========================================================================== */

/* ========================================================================== 
   (4) TYPOGRAPHY + PROSE — small tune-up (variable-driven bullets)
   ========================================================================== */

/* Keep prose bullets aligned to current text color (both light/dark) */

.prose {
  --tw-prose-bullets: currentColor;
}

.has-dark-bg .prose {
  --tw-prose-bullets: currentColor;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-top-4::before {
  content: var(--tw-content);
  top: -1rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.hover\:bg-brand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-brand-500:hover {
  --tw-text-opacity: 1;
  color: rgb(47 117 201 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(36 99 172 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}

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

.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);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-brand-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 117 201 / var(--tw-ring-opacity, 1));
}

.group[open] .group-open\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:pointer-events-auto {
  pointer-events: auto;
}

.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.prose-ol\:list-decimal :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: decimal;
}

.prose-ol\:pl-6 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 1.5rem;
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disc;
}

.prose-ul\:pl-6 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 1.5rem;
}

.prose-li\:my-1 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .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\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .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\: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\:text-left {
    text-align: left;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
