/*
! tailwindcss v3.3.2 | 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)
*/

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

.tailwind ::before,
.tailwind ::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.
*/

div.tailwind {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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.
*/

div.tailwind {
  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.
*/

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

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

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

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

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

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

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

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

.tailwind b,
.tailwind strong {
  font-weight: bolder;
}

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

.tailwind code,
.tailwind kbd,
.tailwind samp,
.tailwind pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

.tailwind small {
  font-size: 80%;
}

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

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

.tailwind sub {
  bottom: -0.25em;
}

.tailwind 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.
*/

.tailwind 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.
*/

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

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

.tailwind button,
.tailwind select {
  text-transform: none;
}

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

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

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

.tailwind :-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)
*/

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

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

.tailwind progress {
  vertical-align: baseline;
}

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

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

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

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

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

.tailwind ::-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.
*/

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

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

.tailwind summary {
  display: list-item;
}

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

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

.tailwind fieldset {
  margin: 0;
  padding: 0;
}

.tailwind legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

.tailwind 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.tailwind :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.
*/

.tailwind img,
.tailwind svg,
.tailwind video,
.tailwind canvas,
.tailwind audio,
.tailwind iframe,
.tailwind embed,
.tailwind 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
.tailwind [hidden] {
  display: none;
}

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

.tailwind ::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:  ;
}
:root {
  --color-main: 40, 40, 131;
  --color-link: 51, 122, 183;
}
.tailwind img,
.tailwind svg,
.tailwind video,
.tailwind canvas,
.tailwind audio,
.tailwind iframe,
.tailwind embed,
.tailwind object {
  display: inline;
}
.tailwind a {
  --tw-text-opacity: 1;
  color: rgba(var(--color-link), var(--tw-text-opacity));
  text-decoration-line: none;
}
.tailwind a:hover {
  text-decoration-line: underline;
}
.tailwind p {
  margin: 0px;
}
.tailwind #tailwind-body {
  font-family: "Roboto", Arial;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tailwind :is(.dark #tailwind-body) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.tailwind .container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .tailwind .container {
    max-width: 1536px;
  }
}
.tailwind .prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.tailwind .prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tailwind .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.tailwind .prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.tailwind .prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.tailwind .prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.tailwind .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.tailwind .prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.tailwind .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.tailwind .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.tailwind .prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.tailwind .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.tailwind .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.tailwind .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.tailwind .prose :where(h1):not(:where([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;
}
.tailwind .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.tailwind .prose :where(h2):not(:where([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;
}
.tailwind .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.tailwind .prose :where(h3):not(:where([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;
}
.tailwind .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind .prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.tailwind .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind .prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.tailwind .prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.tailwind .prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.tailwind .prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.tailwind .prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.tailwind .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.tailwind .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind .prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.tailwind .prose :where(pre code):not(:where([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;
}
.tailwind .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.tailwind .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.tailwind .prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.tailwind .prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.tailwind .prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.tailwind .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.tailwind .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.tailwind .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.tailwind .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.tailwind .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.tailwind .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-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-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;
}
.tailwind .prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind .prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tailwind .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.tailwind .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.tailwind .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tailwind .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tailwind .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.tailwind .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.tailwind .prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.tailwind .prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.tailwind .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.tailwind .prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.tailwind .prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.tailwind .prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.tailwind .prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.tailwind .prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.tailwind .prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind .prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.tailwind .prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.tailwind .prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.tailwind .prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.tailwind .prose-lg :where(pre):not(:where([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-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.tailwind .prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.tailwind .prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.tailwind .prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.tailwind .prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.tailwind .prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.tailwind .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tailwind .prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.tailwind .prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.tailwind .prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.tailwind .prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.tailwind .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tailwind .prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.tailwind .prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.tailwind .prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.tailwind .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.tailwind .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.tailwind .pw-alert {
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tailwind .pw-alert-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.tailwind .pw-alert-green {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.tailwind .pw-alert-red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.tailwind .pw-alert-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.tailwind .pw-alert-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.tailwind .pw-btn {
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-text-white:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-white:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-white:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.tailwind .pw-btn-text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.tailwind .pw-btn-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-text-black:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-black:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-black:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.tailwind .pw-btn-text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.tailwind .pw-btn-bg-on-hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-bg-on-hover:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-bg-on-hover:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-bg-on-hover:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-bg-on-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.tailwind .pw-btn-bg-on-hover:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-btn-bg-on-hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-btn-bg-on-hover:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-btn-bg-on-hover:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.tailwind .pw-btn-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-blue:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-blue:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-blue:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-blue:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-red {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-red:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-red:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-red:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-red:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-yellow:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-yellow:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-yellow:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-yellow:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-emerald {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-emerald:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-emerald:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-emerald:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-emerald:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-emerald:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-green:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-green:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-green:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-green:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-list-enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-list-enabled:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-list-enabled:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-list-enabled:active {
  text-decoration-line: none;
}
.tailwind .pw-btn-list-enabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-list-enabled:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.tailwind .pw-btn-list-disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  opacity: 0.5;
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration-line: none;
}
.tailwind .pw-btn-list-disabled:hover {
  text-decoration-line: none;
}
.tailwind .pw-btn-list-disabled:focus {
  text-decoration-line: none;
}
.tailwind .pw-btn-list-disabled:active {
  text-decoration-line: none;
}
.tailwind .pw-card {
  height: -moz-max-content;
  height: max-content;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --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);
}
.tailwind :is(.dark .pw-card) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.tailwind .pw-input-base {
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind .pw-input-base:checked {
  border-width: 1px;
}
.tailwind .pw-input-base {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input-base:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input-base:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input-base:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark .pw-input-base) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input-base:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input-base:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input-base:active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind .pw-input {
  display: block;
  min-height: 46px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind .pw-input:checked {
  border-width: 1px;
}
.tailwind .pw-input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-input:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark .pw-input) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-input:active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind .pw-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.tailwind .pw-input {
  padding: 0.625rem;
}
.tailwind .pw-input:hover {
  padding: 0.625rem;
}
.tailwind .pw-input:focus {
  padding: 0.625rem;
}
.tailwind .pw-input:active {
  padding: 0.625rem;
}
.tailwind :is(.dark .pw-input) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-input:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.tailwind .pw-checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-origin: border-box;
  padding: 0px;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind .pw-checkbox:checked {
  border-width: 1px;
}
.tailwind .pw-checkbox {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-checkbox:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .pw-checkbox:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark .pw-checkbox) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-checkbox:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-checkbox:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark .pw-checkbox:active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind .pw-checkbox:checked {
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
.tailwind select {
  display: block;
  min-height: 46px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind select:checked {
  border-width: 1px;
}
.tailwind select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind select:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind select:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark select) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark select:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark select:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark select:active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.tailwind select {
  padding: 0.625rem;
}
.tailwind select:hover {
  padding: 0.625rem;
}
.tailwind select:focus {
  padding: 0.625rem;
}
.tailwind select:active {
  padding: 0.625rem;
}
.tailwind :is(.dark select) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.dark select:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.tailwind textarea {
  display: block;
  min-height: 46px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind textarea:checked {
  border-width: 1px;
}
.tailwind textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind textarea:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind textarea:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark textarea) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark textarea:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark textarea:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark textarea:active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.tailwind textarea {
  padding: 0.625rem;
}
.tailwind textarea:hover {
  padding: 0.625rem;
}
.tailwind textarea:focus {
  padding: 0.625rem;
}
.tailwind textarea:active {
  padding: 0.625rem;
}
.tailwind :is(.dark textarea) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.dark textarea:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]) {
  display: block;
  min-height: 46px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):checked {
  border-width: 1px;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"])) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"]):hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"]):focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"]):active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]) {
  padding: 0.625rem;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):hover {
  padding: 0.625rem;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):focus {
  padding: 0.625rem;
}
.tailwind input:where([type="text"], [type="password"], [type="email"], [type="number"]):active {
  padding: 0.625rem;
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"])) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.dark input:where([type="text"], [type="password"], [type="email"], [type="number"]):focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.tailwind input:where([type="checkbox"]) {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-origin: border-box;
  padding: 0px;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  margin: 0px;
  min-width: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --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: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind input:where([type="checkbox"]):checked {
  border-width: 1px;
}
.tailwind input:where([type="checkbox"]) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="checkbox"]):hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="checkbox"]):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind input:where([type="checkbox"]):active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind :is(.dark input:where([type="checkbox"])) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="checkbox"]):hover) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="checkbox"]):focus) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind :is(.dark input:where([type="checkbox"]):active) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.tailwind input:where([type="checkbox"]):checked {
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
.tailwind .pw-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 1rem;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {

  .tailwind .pw-modal {
    inset: 0px;
  }
}
.tailwind .pw-modal-content {
  position: relative;
  max-height: calc(100vh - 2rem);
  width: 100%;
  max-width: 42rem;
  overflow-y: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}
.tailwind :is(.dark .pw-modal-content) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.tailwind .pw-scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 0.5rem;
}
.tailwind .pw-scrollbar::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-scrollbar)::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind .pw-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-scrollbar)::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.tailwind .pw-scrollbar::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-scrollbar)::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.tailwind .pw-table {
  position: relative;
}
.tailwind .pw-table :where(table) {
  width: 100%;
  text-align: left;
}
.tailwind .pw-table :where(table) :where(tr) {
  vertical-align: top;
}
.tailwind .pw-table :where(table) :where(tr) :where(th) {
  background-color: inherit;
  padding: 0.5rem;
  text-align: center;
}
.tailwind .pw-table :where(table) :where(tr) :where(td) {
  padding: 0.25rem;
}
.tailwind .pw-table-header-zinc :where(table) :where(th) {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-table-header-zinc :where(table) :where(th)) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind .pw-table-header-main :where(table) :where(th) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(228 228 231 / var(--tw-text-opacity)) !important;
}
.tailwind .pw-table-highlight-first :where(table) :where(td):first-child {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-table-highlight-first :where(table) :where(td)):first-child {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.tailwind .pw-table-bold-first :where(table) :where(td):first-child {
  font-weight: 700;
}
.tailwind .pw-table-text-zinc :where(table) {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-table-text-zinc :where(table)) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.tailwind .pw-table-text-zinc :where(table) :where(th) {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.tailwind :is(.dark .pw-table-text-zinc :where(table) :where(th)) {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.tailwind .pw-table-alternate-main :where(table) :where(tr):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind .pw-table-alternate-main :where(table) :where(tr):nth-child(even) {
  background-color: rgba(var(--color-main), var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.tailwind :is(.dark .pw-table-alternate-main :where(table) :where(tr):nth-child(odd)) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-table-alternate-main :where(table) :where(tr):nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind .pw-table-alternate-zinc :where(table) :where(tr):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind .pw-table-alternate-zinc :where(table) :where(tr):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-table-alternate-zinc :where(table) :where(tr):nth-child(odd)) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-table-alternate-zinc :where(table) :where(tr):nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind .pw-table-solid :where(table) :where(td) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-table-solid :where(table) :where(td)) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.tailwind .pw-tooltip {
  position: relative;
}
.tailwind .pw-tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 30;
  margin-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 16rem;
  transform-origin: bottom;
  --tw-translate-x: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  overflow-wrap: anywhere;
}
.tailwind .group:hover .pw-tooltip-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .pw-page-header {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind .pw-title-base-styles {
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-base {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-title-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0px;
  font-weight: 700;
}
.tailwind .pw-active-tab {
  cursor: default;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0px;
  border-top-width: 2px;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.tailwind .pw-active-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.tailwind .pw-active-tab:focus {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.tailwind .pw-active-tab:active {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.tailwind .pw-inactive-tab {
  cursor: pointer;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  --tw-text-opacity: 1;
  color: rgba(var(--color-link), var(--tw-text-opacity));
}
.tailwind .pw-inactive-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.tailwind .pw-inactive-tab:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-inactive-tab:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .pw-inactive-tab:active) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind .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;
}
.tailwind .not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.tailwind .pointer-events-none {
  pointer-events: none;
}
.tailwind .pointer-events-auto {
  pointer-events: auto;
}
.tailwind .\!visible {
  visibility: visible !important;
}
.tailwind .visible {
  visibility: visible;
}
.tailwind .invisible {
  visibility: hidden;
}
.tailwind .collapse {
  visibility: collapse;
}
.tailwind .static {
  position: static;
}
.tailwind .fixed {
  position: fixed;
}
.tailwind .absolute {
  position: absolute;
}
.tailwind .relative {
  position: relative;
}
.tailwind .sticky {
  position: sticky;
}
.tailwind .-inset-1 {
  inset: -0.25rem;
}
.tailwind .end-1 {
  inset-inline-end: 0.25rem;
}
.tailwind .left-1 {
  left: 0.25rem;
}
.tailwind .left-1\/2 {
  left: 50%;
}
.tailwind .left-full {
  left: 100%;
}
.tailwind .top-1 {
  top: 0.25rem;
}
.tailwind .top-10 {
  top: 2.5rem;
}
.tailwind .isolate {
  isolation: isolate;
}
.tailwind .isolation-auto {
  isolation: auto;
}
.tailwind .float-right {
  float: right;
}
.tailwind .float-left {
  float: left;
}
.tailwind .float-none {
  float: none;
}
.tailwind .clear-left {
  clear: left;
}
.tailwind .clear-right {
  clear: right;
}
.tailwind .clear-both {
  clear: both;
}
.tailwind .clear-none {
  clear: none;
}
.tailwind .m-0 {
  margin: 0px;
}
.tailwind .m-2 {
  margin: 0.5rem;
}
.tailwind .m-auto {
  margin: auto;
}
.tailwind .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tailwind .mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.tailwind .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tailwind .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tailwind .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tailwind .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.tailwind .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tailwind .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tailwind .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tailwind .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tailwind .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tailwind .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tailwind .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tailwind .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.tailwind .mb-0 {
  margin-bottom: 0px;
}
.tailwind .mb-1 {
  margin-bottom: 0.25rem;
}
.tailwind .mb-2 {
  margin-bottom: 0.5rem;
}
.tailwind .mb-4 {
  margin-bottom: 1rem;
}
.tailwind .ml-2 {
  margin-left: 0.5rem;
}
.tailwind .ml-auto {
  margin-left: auto;
}
.tailwind .mr-2 {
  margin-right: 0.5rem;
}
.tailwind .mr-auto {
  margin-right: auto;
}
.tailwind .mt-0 {
  margin-top: 0px;
}
.tailwind .mt-0\.5 {
  margin-top: 0.125rem;
}
.tailwind .mt-1 {
  margin-top: 0.25rem;
}
.tailwind .mt-10 {
  margin-top: 2.5rem;
}
.tailwind .mt-2 {
  margin-top: 0.5rem;
}
.tailwind .mt-4 {
  margin-top: 1rem;
}
.tailwind .box-border {
  box-sizing: border-box;
}
.tailwind .box-content {
  box-sizing: content-box;
}
.tailwind .line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.tailwind .\!block {
  display: block !important;
}
.tailwind .block {
  display: block;
}
.tailwind .inline-block {
  display: inline-block;
}
.tailwind .inline {
  display: inline;
}
.tailwind .flex {
  display: flex;
}
.tailwind .inline-flex {
  display: inline-flex;
}
.tailwind .table {
  display: table;
}
.tailwind .inline-table {
  display: inline-table;
}
.tailwind .table-caption {
  display: table-caption;
}
.tailwind .table-cell {
  display: table-cell;
}
.tailwind .table-column {
  display: table-column;
}
.tailwind .table-column-group {
  display: table-column-group;
}
.tailwind .table-footer-group {
  display: table-footer-group;
}
.tailwind .table-header-group {
  display: table-header-group;
}
.tailwind .table-row-group {
  display: table-row-group;
}
.tailwind .table-row {
  display: table-row;
}
.tailwind .flow-root {
  display: flow-root;
}
.tailwind .\!grid {
  display: grid !important;
}
.tailwind .grid {
  display: grid;
}
.tailwind .inline-grid {
  display: inline-grid;
}
.tailwind .contents {
  display: contents;
}
.tailwind .list-item {
  display: list-item;
}
.tailwind .hidden {
  display: none;
}
.tailwind .\!h-8 {
  height: 2rem !important;
}
.tailwind .h-1 {
  height: 0.25rem;
}
.tailwind .h-12 {
  height: 3rem;
}
.tailwind .h-4 {
  height: 1rem;
}
.tailwind .h-5 {
  height: 1.25rem;
}
.tailwind .h-6 {
  height: 1.5rem;
}
.tailwind .h-\[40px\] {
  height: 40px;
}
.tailwind .h-full {
  height: 100%;
}
.tailwind .max-h-40 {
  max-height: 10rem;
}
.tailwind .max-h-52 {
  max-height: 13rem;
}
.tailwind .max-h-96 {
  max-height: 24rem;
}
.tailwind .max-h-\[125px\] {
  max-height: 125px;
}
.tailwind .min-h-\[280px\] {
  min-height: 280px;
}
.tailwind .w-1\/4 {
  width: 25%;
}
.tailwind .w-11 {
  width: 2.75rem;
}
.tailwind .w-11\/12 {
  width: 91.666667%;
}
.tailwind .w-2\/3 {
  width: 66.666667%;
}
.tailwind .w-4 {
  width: 1rem;
}
.tailwind .w-4\/5 {
  width: 80%;
}
.tailwind .w-5\/6 {
  width: 83.333333%;
}
.tailwind .w-8 {
  width: 2rem;
}
.tailwind .w-\[100px\] {
  width: 100px;
}
.tailwind .w-\[1080px\] {
  width: 1080px;
}
.tailwind .w-\[200px\] {
  width: 200px;
}
.tailwind .w-\[250px\] {
  width: 250px;
}
.tailwind .w-\[300px\] {
  width: 300px;
}
.tailwind .w-\[350px\] {
  width: 350px;
}
.tailwind .w-\[400px\] {
  width: 400px;
}
.tailwind .w-\[40px\] {
  width: 40px;
}
.tailwind .w-\[504\] {
  width: 504;
}
.tailwind .w-\[50px\] {
  width: 50px;
}
.tailwind .w-\[75px\] {
  width: 75px;
}
.tailwind .w-\[80px\] {
  width: 80px;
}
.tailwind .w-auto {
  width: auto;
}
.tailwind .w-full {
  width: 100%;
}
.tailwind .max-w-\[125px\] {
  max-width: 125px;
}
.tailwind .max-w-\[65\%\] {
  max-width: 65%;
}
.tailwind .max-w-full {
  max-width: 100%;
}
.tailwind .max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.tailwind .flex-shrink {
  flex-shrink: 1;
}
.tailwind .shrink {
  flex-shrink: 1;
}
.tailwind .flex-grow {
  flex-grow: 1;
}
.tailwind .grow {
  flex-grow: 1;
}
.tailwind .table-auto {
  table-layout: auto;
}
.tailwind .table-fixed {
  table-layout: fixed;
}
.tailwind .caption-top {
  caption-side: top;
}
.tailwind .caption-bottom {
  caption-side: bottom;
}
.tailwind .border-collapse {
  border-collapse: collapse;
}
.tailwind .border-separate {
  border-collapse: separate;
}
.tailwind .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .-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));
}
.tailwind .\!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)) !important;
}
.tailwind .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));
}
.tailwind .transform-cpu {
  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));
}
.tailwind .transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .transform-none {
  transform: none;
}
.tailwind .cursor-pointer {
  cursor: pointer;
}
.tailwind .touch-auto {
  touch-action: auto;
}
.tailwind .touch-none {
  touch-action: none;
}
.tailwind .touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.tailwind .touch-manipulation {
  touch-action: manipulation;
}
.tailwind .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tailwind .select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.tailwind .select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.tailwind .select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.tailwind .resize-none {
  resize: none;
}
.tailwind .resize-y {
  resize: vertical;
}
.tailwind .resize-x {
  resize: horizontal;
}
.tailwind .resize {
  resize: both;
}
.tailwind .snap-none {
  scroll-snap-type: none;
}
.tailwind .snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.tailwind .snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.tailwind .snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.tailwind .snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.tailwind .snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}
.tailwind .snap-start {
  scroll-snap-align: start;
}
.tailwind .snap-end {
  scroll-snap-align: end;
}
.tailwind .snap-center {
  scroll-snap-align: center;
}
.tailwind .snap-align-none {
  scroll-snap-align: none;
}
.tailwind .snap-normal {
  scroll-snap-stop: normal;
}
.tailwind .snap-always {
  scroll-snap-stop: always;
}
.tailwind .list-inside {
  list-style-position: inside;
}
.tailwind .list-outside {
  list-style-position: outside;
}
.tailwind .list-disc {
  list-style-type: disc;
}
.tailwind .list-none {
  list-style-type: none;
}
.tailwind .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tailwind .break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}
.tailwind .break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.tailwind .break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}
.tailwind .break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}
.tailwind .break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}
.tailwind .break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}
.tailwind .break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}
.tailwind .break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}
.tailwind .break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}
.tailwind .break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.tailwind .break-inside-avoid-page {
  break-inside: avoid-page;
}
.tailwind .break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.tailwind .break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}
.tailwind .break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}
.tailwind .break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}
.tailwind .break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}
.tailwind .break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}
.tailwind .break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}
.tailwind .break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}
.tailwind .break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}
.tailwind .grid-flow-row {
  grid-auto-flow: row;
}
.tailwind .grid-flow-col {
  grid-auto-flow: column;
}
.tailwind .grid-flow-dense {
  grid-auto-flow: dense;
}
.tailwind .grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.tailwind .grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.tailwind .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tailwind .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tailwind .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tailwind .flex-row {
  flex-direction: row;
}
.tailwind .flex-row-reverse {
  flex-direction: row-reverse;
}
.tailwind .flex-col {
  flex-direction: column;
}
.tailwind .flex-col-reverse {
  flex-direction: column-reverse;
}
.tailwind .flex-wrap {
  flex-wrap: wrap;
}
.tailwind .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.tailwind .flex-nowrap {
  flex-wrap: nowrap;
}
.tailwind .place-content-center {
  place-content: center;
}
.tailwind .place-content-start {
  place-content: start;
}
.tailwind .place-content-end {
  place-content: end;
}
.tailwind .place-content-between {
  place-content: space-between;
}
.tailwind .place-content-around {
  place-content: space-around;
}
.tailwind .place-content-evenly {
  place-content: space-evenly;
}
.tailwind .place-content-baseline {
  place-content: baseline;
}
.tailwind .place-content-stretch {
  place-content: stretch;
}
.tailwind .place-items-start {
  place-items: start;
}
.tailwind .place-items-end {
  place-items: end;
}
.tailwind .place-items-center {
  place-items: center;
}
.tailwind .place-items-baseline {
  place-items: baseline;
}
.tailwind .place-items-stretch {
  place-items: stretch;
}
.tailwind .content-normal {
  align-content: normal;
}
.tailwind .content-center {
  align-content: center;
}
.tailwind .content-start {
  align-content: flex-start;
}
.tailwind .content-end {
  align-content: flex-end;
}
.tailwind .content-between {
  align-content: space-between;
}
.tailwind .content-around {
  align-content: space-around;
}
.tailwind .content-evenly {
  align-content: space-evenly;
}
.tailwind .content-baseline {
  align-content: baseline;
}
.tailwind .content-stretch {
  align-content: stretch;
}
.tailwind .items-start {
  align-items: flex-start;
}
.tailwind .items-end {
  align-items: flex-end;
}
.tailwind .items-center {
  align-items: center;
}
.tailwind .items-baseline {
  align-items: baseline;
}
.tailwind .items-stretch {
  align-items: stretch;
}
.tailwind .justify-normal {
  justify-content: normal;
}
.tailwind .justify-start {
  justify-content: flex-start;
}
.tailwind .justify-end {
  justify-content: flex-end;
}
.tailwind .justify-center {
  justify-content: center;
}
.tailwind .justify-between {
  justify-content: space-between;
}
.tailwind .justify-around {
  justify-content: space-around;
}
.tailwind .justify-evenly {
  justify-content: space-evenly;
}
.tailwind .justify-stretch {
  justify-content: stretch;
}
.tailwind .justify-items-start {
  justify-items: start;
}
.tailwind .justify-items-end {
  justify-items: end;
}
.tailwind .justify-items-center {
  justify-items: center;
}
.tailwind .justify-items-stretch {
  justify-items: stretch;
}
.tailwind .gap-0 {
  gap: 0px;
}
.tailwind .gap-0\.5 {
  gap: 0.125rem;
}
.tailwind .gap-1 {
  gap: 0.25rem;
}
.tailwind .gap-2 {
  gap: 0.5rem;
}
.tailwind .gap-4 {
  gap: 1rem;
}
.tailwind .gap-5 {
  gap: 1.25rem;
}
.tailwind .gap-\[0\.125rem\] {
  gap: 0.125rem;
}
.tailwind .gap-y-2 {
  row-gap: 0.5rem;
}
.tailwind .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)));
}
.tailwind .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tailwind .space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.tailwind .space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.tailwind .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)));
}
.tailwind .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));
}
.tailwind .divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}
.tailwind .divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}
.tailwind .divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.tailwind .divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.tailwind .divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}
.tailwind .divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}
.tailwind .divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}
.tailwind .place-self-auto {
  place-self: auto;
}
.tailwind .place-self-start {
  place-self: start;
}
.tailwind .place-self-end {
  place-self: end;
}
.tailwind .place-self-center {
  place-self: center;
}
.tailwind .place-self-stretch {
  place-self: stretch;
}
.tailwind .self-auto {
  align-self: auto;
}
.tailwind .self-start {
  align-self: flex-start;
}
.tailwind .self-end {
  align-self: flex-end;
}
.tailwind .self-center {
  align-self: center;
}
.tailwind .self-stretch {
  align-self: stretch;
}
.tailwind .self-baseline {
  align-self: baseline;
}
.tailwind .justify-self-auto {
  justify-self: auto;
}
.tailwind .justify-self-start {
  justify-self: start;
}
.tailwind .justify-self-end {
  justify-self: end;
}
.tailwind .justify-self-center {
  justify-self: center;
}
.tailwind .justify-self-stretch {
  justify-self: stretch;
}
.tailwind .overflow-auto {
  overflow: auto;
}
.tailwind .overflow-hidden {
  overflow: hidden;
}
.tailwind .overflow-clip {
  overflow: clip;
}
.tailwind .overflow-visible {
  overflow: visible;
}
.tailwind .overflow-scroll {
  overflow: scroll;
}
.tailwind .overflow-x-auto {
  overflow-x: auto;
}
.tailwind .overflow-y-auto {
  overflow-y: auto;
}
.tailwind .overflow-x-hidden {
  overflow-x: hidden;
}
.tailwind .overflow-y-hidden {
  overflow-y: hidden;
}
.tailwind .overflow-x-clip {
  overflow-x: clip;
}
.tailwind .overflow-y-clip {
  overflow-y: clip;
}
.tailwind .overflow-x-visible {
  overflow-x: visible;
}
.tailwind .overflow-y-visible {
  overflow-y: visible;
}
.tailwind .overflow-x-scroll {
  overflow-x: scroll;
}
.tailwind .overflow-y-scroll {
  overflow-y: scroll;
}
.tailwind .overscroll-auto {
  overscroll-behavior: auto;
}
.tailwind .overscroll-contain {
  overscroll-behavior: contain;
}
.tailwind .overscroll-none {
  overscroll-behavior: none;
}
.tailwind .overscroll-y-auto {
  overscroll-behavior-y: auto;
}
.tailwind .overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.tailwind .overscroll-y-none {
  overscroll-behavior-y: none;
}
.tailwind .overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.tailwind .overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.tailwind .overscroll-x-none {
  overscroll-behavior-x: none;
}
.tailwind .scroll-auto {
  scroll-behavior: auto;
}
.tailwind .scroll-smooth {
  scroll-behavior: smooth;
}
.tailwind .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tailwind .overflow-ellipsis {
  text-overflow: ellipsis;
}
.tailwind .text-ellipsis {
  text-overflow: ellipsis;
}
.tailwind .text-clip {
  text-overflow: clip;
}
.tailwind .hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}
.tailwind .hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}
.tailwind .hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.tailwind .whitespace-normal {
  white-space: normal;
}
.tailwind .whitespace-nowrap {
  white-space: nowrap;
}
.tailwind .whitespace-pre {
  white-space: pre;
}
.tailwind .whitespace-pre-line {
  white-space: pre-line;
}
.tailwind .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.tailwind .whitespace-break-spaces {
  white-space: break-spaces;
}
.tailwind .break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.tailwind .break-words {
  overflow-wrap: break-word;
}
.tailwind .break-all {
  word-break: break-all;
}
.tailwind .break-keep {
  word-break: keep-all;
}
.tailwind .rounded {
  border-radius: 0.25rem;
}
.tailwind .rounded-2xl {
  border-radius: 1rem;
}
.tailwind .rounded-full {
  border-radius: 9999px;
}
.tailwind .rounded-lg {
  border-radius: 0.5rem;
}
.tailwind .rounded-md {
  border-radius: 0.375rem;
}
.tailwind .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tailwind .rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.tailwind .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tailwind .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tailwind .rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.tailwind .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tailwind .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.tailwind .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.tailwind .rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.tailwind .rounded-ee {
  border-end-end-radius: 0.25rem;
}
.tailwind .rounded-es {
  border-end-start-radius: 0.25rem;
}
.tailwind .rounded-se {
  border-start-end-radius: 0.25rem;
}
.tailwind .rounded-ss {
  border-start-start-radius: 0.25rem;
}
.tailwind .rounded-tl {
  border-top-left-radius: 0.25rem;
}
.tailwind .rounded-tr {
  border-top-right-radius: 0.25rem;
}
.tailwind .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.tailwind .border {
  border-width: 1px;
}
.tailwind .border-0 {
  border-width: 0px;
}
.tailwind .border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.tailwind .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.tailwind .border-b {
  border-bottom-width: 1px;
}
.tailwind .border-e {
  border-inline-end-width: 1px;
}
.tailwind .border-l {
  border-left-width: 1px;
}
.tailwind .border-r {
  border-right-width: 1px;
}
.tailwind .border-s {
  border-inline-start-width: 1px;
}
.tailwind .border-t {
  border-top-width: 1px;
}
.tailwind .border-t-2 {
  border-top-width: 2px;
}
.tailwind .border-t-\[1px\] {
  border-top-width: 1px;
}
.tailwind .border-solid {
  border-style: solid;
}
.tailwind .border-dashed {
  border-style: dashed;
}
.tailwind .border-dotted {
  border-style: dotted;
}
.tailwind .border-double {
  border-style: double;
}
.tailwind .border-hidden {
  border-style: hidden;
}
.tailwind .border-none {
  border-style: none;
}
.tailwind .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tailwind .border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.tailwind .border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.tailwind .border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.tailwind .border-t-zinc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.tailwind .bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.tailwind .bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.tailwind .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.tailwind .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.tailwind .bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.tailwind .bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.tailwind .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tailwind .bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.tailwind .bg-main {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity));
}
.tailwind .bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.tailwind .bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.tailwind .bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.tailwind .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.tailwind .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind .bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.tailwind .bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.tailwind .decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.tailwind .decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.tailwind .box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.tailwind .box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.tailwind .bg-fixed {
  background-attachment: fixed;
}
.tailwind .bg-local {
  background-attachment: local;
}
.tailwind .bg-scroll {
  background-attachment: scroll;
}
.tailwind .bg-clip-border {
  background-clip: border-box;
}
.tailwind .bg-clip-padding {
  background-clip: padding-box;
}
.tailwind .bg-clip-content {
  background-clip: content-box;
}
.tailwind .bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.tailwind .bg-repeat {
  background-repeat: repeat;
}
.tailwind .bg-no-repeat {
  background-repeat: no-repeat;
}
.tailwind .bg-repeat-x {
  background-repeat: repeat-x;
}
.tailwind .bg-repeat-y {
  background-repeat: repeat-y;
}
.tailwind .bg-repeat-round {
  background-repeat: round;
}
.tailwind .bg-repeat-space {
  background-repeat: space;
}
.tailwind .bg-origin-border {
  background-origin: border-box;
}
.tailwind .bg-origin-padding {
  background-origin: padding-box;
}
.tailwind .bg-origin-content {
  background-origin: content-box;
}
.tailwind .stroke-blue-500 {
  stroke: #3b82f6;
}
.tailwind .stroke-red-500 {
  stroke: #ef4444;
}
.tailwind .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tailwind .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tailwind .object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.tailwind .object-none {
  -o-object-fit: none;
     object-fit: none;
}
.tailwind .object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.tailwind .p-0 {
  padding: 0px;
}
.tailwind .p-1 {
  padding: 0.25rem;
}
.tailwind .p-2 {
  padding: 0.5rem;
}
.tailwind .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tailwind .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tailwind .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tailwind .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tailwind .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tailwind .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tailwind .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tailwind .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tailwind .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tailwind .pb-2 {
  padding-bottom: 0.5rem;
}
.tailwind .pl-0 {
  padding-left: 0px;
}
.tailwind .pl-6 {
  padding-left: 1.5rem;
}
.tailwind .pl-8 {
  padding-left: 2rem;
}
.tailwind .pr-0 {
  padding-right: 0px;
}
.tailwind .pt-2 {
  padding-top: 0.5rem;
}
.tailwind .text-left {
  text-align: left;
}
.tailwind .text-center {
  text-align: center;
}
.tailwind .text-right {
  text-align: right;
}
.tailwind .text-justify {
  text-align: justify;
}
.tailwind .text-start {
  text-align: start;
}
.tailwind .text-end {
  text-align: end;
}
.tailwind .indent-1 {
  text-indent: 0.25rem;
}
.tailwind .align-baseline {
  vertical-align: baseline;
}
.tailwind .align-top {
  vertical-align: top;
}
.tailwind .align-middle {
  vertical-align: middle;
}
.tailwind .align-bottom {
  vertical-align: bottom;
}
.tailwind .align-text-top {
  vertical-align: text-top;
}
.tailwind .align-text-bottom {
  vertical-align: text-bottom;
}
.tailwind .align-sub {
  vertical-align: sub;
}
.tailwind .align-super {
  vertical-align: super;
}
.tailwind .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tailwind .\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tailwind .\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tailwind .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tailwind .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tailwind .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tailwind .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tailwind .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tailwind .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tailwind .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tailwind .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tailwind .font-bold {
  font-weight: 700;
}
.tailwind .font-extrabold {
  font-weight: 800;
}
.tailwind .font-medium {
  font-weight: 500;
}
.tailwind .font-normal {
  font-weight: 400;
}
.tailwind .uppercase {
  text-transform: uppercase;
}
.tailwind .lowercase {
  text-transform: lowercase;
}
.tailwind .capitalize {
  text-transform: capitalize;
}
.tailwind .normal-case {
  text-transform: none;
}
.tailwind .italic {
  font-style: italic;
}
.tailwind .not-italic {
  font-style: normal;
}
.tailwind .normal-nums {
  font-variant-numeric: normal;
}
.tailwind .ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tailwind .leading-none {
  line-height: 1;
}
.tailwind .leading-tight {
  line-height: 1.25;
}
.tailwind .\!text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.tailwind .\!text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.tailwind .text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}
.tailwind .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tailwind .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.tailwind .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.tailwind .text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.tailwind .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tailwind .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tailwind .text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.tailwind .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tailwind .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.tailwind .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind .text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.tailwind .underline {
  text-decoration-line: underline;
}
.tailwind .overline {
  text-decoration-line: overline;
}
.tailwind .line-through {
  text-decoration-line: line-through;
}
.tailwind .no-underline {
  text-decoration-line: none;
}
.tailwind .decoration-solid {
  text-decoration-style: solid;
}
.tailwind .decoration-double {
  text-decoration-style: double;
}
.tailwind .decoration-dotted {
  text-decoration-style: dotted;
}
.tailwind .decoration-dashed {
  text-decoration-style: dashed;
}
.tailwind .decoration-wavy {
  text-decoration-style: wavy;
}
.tailwind .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tailwind .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.tailwind .opacity-75 {
  opacity: 0.75;
}
.tailwind .bg-blend-normal {
  background-blend-mode: normal;
}
.tailwind .bg-blend-multiply {
  background-blend-mode: multiply;
}
.tailwind .bg-blend-screen {
  background-blend-mode: screen;
}
.tailwind .bg-blend-overlay {
  background-blend-mode: overlay;
}
.tailwind .bg-blend-darken {
  background-blend-mode: darken;
}
.tailwind .bg-blend-lighten {
  background-blend-mode: lighten;
}
.tailwind .bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.tailwind .bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.tailwind .bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.tailwind .bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.tailwind .bg-blend-difference {
  background-blend-mode: difference;
}
.tailwind .bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.tailwind .bg-blend-hue {
  background-blend-mode: hue;
}
.tailwind .bg-blend-saturation {
  background-blend-mode: saturation;
}
.tailwind .bg-blend-color {
  background-blend-mode: color;
}
.tailwind .bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.tailwind .mix-blend-normal {
  mix-blend-mode: normal;
}
.tailwind .mix-blend-multiply {
  mix-blend-mode: multiply;
}
.tailwind .mix-blend-screen {
  mix-blend-mode: screen;
}
.tailwind .mix-blend-overlay {
  mix-blend-mode: overlay;
}
.tailwind .mix-blend-darken {
  mix-blend-mode: darken;
}
.tailwind .mix-blend-lighten {
  mix-blend-mode: lighten;
}
.tailwind .mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.tailwind .mix-blend-color-burn {
  mix-blend-mode: color-burn;
}
.tailwind .mix-blend-hard-light {
  mix-blend-mode: hard-light;
}
.tailwind .mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.tailwind .mix-blend-difference {
  mix-blend-mode: difference;
}
.tailwind .mix-blend-exclusion {
  mix-blend-mode: exclusion;
}
.tailwind .mix-blend-hue {
  mix-blend-mode: hue;
}
.tailwind .mix-blend-saturation {
  mix-blend-mode: saturation;
}
.tailwind .mix-blend-color {
  mix-blend-mode: color;
}
.tailwind .mix-blend-luminosity {
  mix-blend-mode: luminosity;
}
.tailwind .mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}
.tailwind .\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tailwind .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);
}
.tailwind .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tailwind .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);
}
.tailwind .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .outline {
  outline-style: solid;
}
.tailwind .outline-dashed {
  outline-style: dashed;
}
.tailwind .outline-dotted {
  outline-style: dotted;
}
.tailwind .outline-double {
  outline-style: double;
}
.tailwind .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);
}
.tailwind .ring-inset {
  --tw-ring-inset: inset;
}
.tailwind .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tailwind .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tailwind .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);
}
.tailwind .invert {
  --tw-invert: invert(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);
}
.tailwind .sepia {
  --tw-sepia: sepia(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);
}
.tailwind .\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.tailwind .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);
}
.tailwind .filter-none {
  filter: none;
}
.tailwind .backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-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);
}
.tailwind .backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-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);
}
.tailwind .backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-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);
}
.tailwind .backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-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);
}
.tailwind .backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-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);
}
.tailwind .backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.tailwind .\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tailwind .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.tailwind .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tailwind .content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}
.tailwind .\[a\:a\] {
  a: a;
}
.tailwind .\[hostname\:port\] {
  hostname: port;
}
.tailwind .\[i\:hi\] {
  i: hi;
}
.tailwind .\[lo\:hi\] {
  lo: hi;
}
.tailwind .\[lo\:i\] {
  lo: i;
}
.tailwind .\[lo\:lo\+n\] {
  lo: lo+n;
}
.tailwind .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tailwind .wrap-anywhere {
  overflow-wrap: anywhere;
}
.tailwind .hover\:prose-lg:hover {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.tailwind .hover\:prose-lg:hover :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.tailwind .hover\:prose-lg:hover :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.tailwind .hover\:prose-lg:hover :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.tailwind .hover\:prose-lg:hover :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.tailwind .hover\:prose-lg:hover :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.tailwind .hover\:prose-lg:hover :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.tailwind .hover\:prose-lg:hover :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.tailwind .hover\:prose-lg:hover :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .hover\:prose-lg:hover :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .hover\:prose-lg:hover :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tailwind .hover\:prose-lg:hover :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind .hover\:prose-lg:hover :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.tailwind .hover\:prose-lg:hover :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.tailwind .hover\:prose-lg:hover :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.tailwind .hover\:prose-lg:hover :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.tailwind .hover\:prose-lg:hover :where(pre):not(:where([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-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.tailwind .hover\:prose-lg:hover :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.tailwind .hover\:prose-lg:hover :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.tailwind .hover\:prose-lg:hover :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.tailwind .hover\:prose-lg:hover :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.tailwind .hover\:prose-lg:hover :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.tailwind .hover\:prose-lg:hover :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tailwind .hover\:prose-lg:hover :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.tailwind .hover\:prose-lg:hover :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .hover\:prose-lg:hover :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .hover\:prose-lg:hover :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .hover\:prose-lg:hover :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .hover\:prose-lg:hover :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.tailwind .hover\:prose-lg:hover :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.tailwind .hover\:prose-lg:hover :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .hover\:prose-lg:hover :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .hover\:prose-lg:hover :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.tailwind .hover\:prose-lg:hover :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind .hover\:prose-lg:hover :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind .hover\:prose-lg:hover :where(.hover\:prose-lg:hover > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.tailwind :is(.dark .dark\:prose) {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.tailwind :is(.dark .dark\:prose) :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tailwind :is(.dark .dark\:prose) :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.tailwind :is(.dark .dark\:prose) :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.tailwind :is(.dark .dark\:prose) :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.tailwind :is(.dark .dark\:prose) :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.tailwind :is(.dark .dark\:prose) :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.tailwind :is(.dark .dark\:prose) :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.tailwind :is(.dark .dark\:prose) :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.tailwind :is(.dark .dark\:prose) :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.tailwind :is(.dark .dark\:prose) :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.tailwind :is(.dark .dark\:prose) :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.tailwind :is(.dark .dark\:prose) :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.tailwind :is(.dark .dark\:prose) :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.tailwind :is(.dark .dark\:prose) :where(h1):not(:where([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;
}
.tailwind :is(.dark .dark\:prose) :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(h2):not(:where([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;
}
.tailwind :is(.dark .dark\:prose) :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(h3):not(:where([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;
}
.tailwind :is(.dark .dark\:prose) :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.tailwind :is(.dark .dark\:prose) :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind :is(.dark .dark\:prose) :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.tailwind :is(.dark .dark\:prose) :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.tailwind :is(.dark .dark\:prose) :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.tailwind :is(.dark .dark\:prose) :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.tailwind :is(.dark .dark\:prose) :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.tailwind :is(.dark .dark\:prose) :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.tailwind :is(.dark .dark\:prose) :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.tailwind :is(.dark .dark\:prose) :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.tailwind :is(.dark .dark\:prose) :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.tailwind :is(.dark .dark\:prose) :where(pre code):not(:where([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;
}
.tailwind :is(.dark .dark\:prose) :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.tailwind :is(.dark .dark\:prose) :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.tailwind :is(.dark .dark\:prose) :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.tailwind :is(.dark .dark\:prose) :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.tailwind :is(.dark .dark\:prose) :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.tailwind :is(.dark .dark\:prose) :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.tailwind :is(.dark .dark\:prose) :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.tailwind :is(.dark .dark\:prose) :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.tailwind :is(.dark .dark\:prose) :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.tailwind :is(.dark .dark\:prose) :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.tailwind :is(.dark .dark\: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-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-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;
}
.tailwind :is(.dark .dark\:prose) :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind :is(.dark .dark\:prose) :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tailwind :is(.dark .dark\:prose) :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tailwind :is(.dark .dark\:prose) :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.tailwind :is(.dark .dark\:prose) :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.tailwind :is(.dark .dark\:prose) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tailwind :is(.dark .dark\:prose) :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind :is(.dark .dark\:prose) :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind :is(.dark .dark\:prose) :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind :is(.dark .dark\:prose) :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind :is(.dark .dark\:prose) :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind :is(.dark .dark\:prose) :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind :is(.dark .dark\:prose) :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.tailwind :is(.dark .dark\:prose) :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.tailwind :is(.dark .dark\:prose) :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.tailwind :is(.dark .dark\:prose) :where(:is(.dark .dark\:prose) > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.tailwind :is(.dark .dark\: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-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);
}
@media (min-width: 640px) {

  .tailwind .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .tailwind .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .tailwind .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .tailwind .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .tailwind .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .tailwind .sm\:container {
      max-width: 1536px;
    }
  }

  .tailwind .sm\:prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

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

  .tailwind .sm\:prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .tailwind .sm\:prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }

  .tailwind .sm\:prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .tailwind .sm\:prose :where(a strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .tailwind .sm\:prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .tailwind .sm\:prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .tailwind .sm\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .tailwind .sm\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .tailwind .sm\:prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .tailwind .sm\:prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .tailwind .sm\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .tailwind .sm\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .tailwind .sm\:prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .tailwind .sm\:prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .tailwind .sm\:prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }

  .tailwind .sm\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .tailwind .sm\:prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .tailwind .sm\:prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .tailwind .sm\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
  }

  .tailwind .sm\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
  }

  .tailwind .sm\:prose :where(h1):not(:where([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;
  }

  .tailwind .sm\:prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }

  .tailwind .sm\:prose :where(h2):not(:where([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;
  }

  .tailwind .sm\:prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }

  .tailwind .sm\:prose :where(h3):not(:where([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;
  }

  .tailwind .sm\:prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .tailwind .sm\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .tailwind .sm\:prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

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

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

  .tailwind .sm\:prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .tailwind .sm\:prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }

  .tailwind .sm\:prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
  }

  .tailwind .sm\:prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
  }

  .tailwind .sm\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(h1 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .tailwind .sm\:prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .tailwind .sm\:prose :where(h4 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(thead th code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .tailwind .sm\:prose :where(pre):not(:where([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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .tailwind .sm\:prose :where(pre code):not(:where([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;
  }

  .tailwind .sm\:prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
  }

  .tailwind .sm\:prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
  }

  .tailwind .sm\:prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .tailwind .sm\:prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .tailwind .sm\:prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .tailwind .sm\:prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .tailwind .sm\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .tailwind .sm\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .tailwind .sm\:prose :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .tailwind .sm\:prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
  }

  .tailwind .sm\: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-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-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;
  }

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

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

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

  .tailwind .sm\:prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .tailwind .sm\:prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .sm\:prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .tailwind .sm\:prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .tailwind .sm\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .tailwind .sm\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .tailwind .sm\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

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

  .tailwind .sm\:prose :where(.sm\:prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {

  .tailwind .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .lg\:prose-lg :where(pre):not(:where([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-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

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

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

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

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

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

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

  .tailwind .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.tailwind .after\:content-\[\'\\00a0\/\'\]::after {
  --tw-content: '\00a0/';
  content: var(--tw-content);
}
.tailwind .last\:after\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}
.tailwind .hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.tailwind .hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.tailwind .hover\:font-bold:hover {
  font-weight: 700;
}
.tailwind .hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.tailwind .hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.tailwind .hover\:underline:hover {
  text-decoration-line: underline;
}
.tailwind .before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}
.tailwind .hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}
.tailwind .focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.tailwind .focus\:border-transparent:focus {
  border-color: transparent;
}
.tailwind .focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.tailwind .focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tailwind .focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}
.tailwind .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.tailwind .focus\:hover\:text-center:hover:focus {
  text-align: center;
}
.tailwind .hover\:focus\:text-center:focus:hover {
  text-align: center;
}
.tailwind .active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.tailwind .active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.tailwind .active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.tailwind .peer:checked ~ .peer-checked\:translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind .peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.tailwind .peer:checked ~ .peer-checked\:ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}
.tailwind .peer:focus ~ .peer-focus\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tailwind .peer:focus ~ .peer-focus\:ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}
.tailwind .typically\:no-underline {
  text-decoration-line: none;
}
.tailwind .typically\:no-underline:hover {
  text-decoration-line: none;
}
.tailwind .typically\:no-underline:focus {
  text-decoration-line: none;
}
.tailwind .typically\:no-underline:active {
  text-decoration-line: none;
}
.tailwind .prose-headings\:mt-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
}
.tailwind .prose-headings\:text-ellipsis :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  text-overflow: ellipsis;
}
.tailwind .prose-headings\:underline :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  text-decoration-line: underline;
}
.tailwind .prose-h1\:text-center :is(:where(h1):not(:where([class~="not-prose"] *))) {
  text-align: center;
}
.tailwind .prose-h1\:text-3xl :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tailwind .prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tailwind .prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tailwind .prose-h4\:text-lg :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tailwind .prose-h5\:text-sm :is(:where(h5):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tailwind .prose-h6\:text-xl :is(:where(h6):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tailwind .prose-p\:text-gray-700 :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tailwind .prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}
.tailwind .prose-blockquote\:italic :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}
.tailwind .prose-figure\:mx-auto :is(:where(figure):not(:where([class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
}
.tailwind .prose-figcaption\:opacity-75 :is(:where(figcaption):not(:where([class~="not-prose"] *))) {
  opacity: 0.75;
}
.tailwind .prose-strong\:font-medium :is(:where(strong):not(:where([class~="not-prose"] *))) {
  font-weight: 500;
}
.tailwind .prose-em\:italic :is(:where(em):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}
.tailwind .prose-code\:font-mono :is(:where(code):not(:where([class~="not-prose"] *))) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tailwind .prose-pre\:font-mono :is(:where(pre):not(:where([class~="not-prose"] *))) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tailwind .prose-ol\:pl-6 :is(:where(ol):not(:where([class~="not-prose"] *))) {
  padding-left: 1.5rem;
}
.tailwind .prose-ul\:pl-8 :is(:where(ul):not(:where([class~="not-prose"] *))) {
  padding-left: 2rem;
}
.tailwind .prose-li\:my-4 :is(:where(li):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tailwind .prose-table\:my-8 :is(:where(table):not(:where([class~="not-prose"] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tailwind .prose-thead\:border-red-300 :is(:where(thead):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.tailwind .prose-tr\:border-red-200 :is(:where(tr):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.tailwind .prose-th\:text-left :is(:where(th):not(:where([class~="not-prose"] *))) {
  text-align: left;
}
.tailwind .prose-img\:rounded-lg :is(:where(img):not(:where([class~="not-prose"] *))) {
  border-radius: 0.5rem;
}
.tailwind .prose-video\:my-12 :is(:where(video):not(:where([class~="not-prose"] *))) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tailwind .prose-hr\:border-t-2 :is(:where(hr):not(:where([class~="not-prose"] *))) {
  border-top-width: 2px;
}
.tailwind .prose-lead\:italic :is(:where([class~="lead"]):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}
.tailwind :is(.dark .dark\:border-zinc-800) {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.tailwind :is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-emerald-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-purple-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-yellow-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-zinc-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:bg-zinc-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.tailwind :is(.dark .dark\:text-emerald-600) {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.tailwind :is(.dark .dark\:text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

  .tailwind .sm\:underline {
    text-decoration-line: underline;
  }
}
@media (min-width: 768px) {

  .tailwind .md\:\!visible {
    visibility: visible !important;
  }

  .tailwind .md\:mx-\[15\%\] {
    margin-left: 15%;
    margin-right: 15%;
  }

  .tailwind .md\:\!table-cell {
    display: table-cell !important;
  }

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

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

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

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

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

  .tailwind .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

  .tailwind .md\:max-w-\[15rem\] {
    max-width: 15rem;
  }

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

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

  .tailwind .md\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {

  .tailwind .lg\:m-auto {
    margin: auto;
  }

  .tailwind .lg\:block {
    display: block;
  }

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

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

  .tailwind .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

  .tailwind :is(.dark .dark\:lg\:hover\:\[paint-order\:markers\]:hover) {
    paint-order: markers;
  }
}
@media (min-width: 1280px) {

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

  .tailwind .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tailwind .\[\&\>th\]\:sticky>th {
  position: sticky;
}
.tailwind .\[\&\>th\]\:top-0>th {
  top: 0px;
}
.tailwind .\[\&\>tr\>td\]\:px-2>tr>td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
