/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.ct-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

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

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

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

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

  .ct-container {
    max-width: 1536px;
  }
}
.ct-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.ct-prose :where(p):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.ct-prose :where([class~="lead"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.ct-prose :where(a):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.ct-prose :where(strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.ct-prose :where(a strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(blockquote strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(thead th strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(ol):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.ct-prose :where(ol[type="A"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: upper-alpha;
}
.ct-prose :where(ol[type="a"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: lower-alpha;
}
.ct-prose :where(ol[type="A" s]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: upper-alpha;
}
.ct-prose :where(ol[type="a" s]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: lower-alpha;
}
.ct-prose :where(ol[type="I"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: upper-roman;
}
.ct-prose :where(ol[type="i"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: lower-roman;
}
.ct-prose :where(ol[type="I" s]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: upper-roman;
}
.ct-prose :where(ol[type="i" s]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: lower-roman;
}
.ct-prose :where(ol[type="1"]):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: decimal;
}
.ct-prose :where(ul):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.ct-prose :where(ol > li):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.ct-prose :where(ul > li):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.ct-prose :where(dt):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.ct-prose :where(hr):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.ct-prose :where(blockquote):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.ct-prose :where(blockquote p:first-of-type):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::before {
  content: open-quote;
}
.ct-prose :where(blockquote p:last-of-type):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::after {
  content: close-quote;
}
.ct-prose :where(h1):not(:where([class~="ct-not-prose"],[class~="ct-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;
}
.ct-prose :where(h1 strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.ct-prose :where(h2):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.ct-prose :where(h2 strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.ct-prose :where(h3):not(:where([class~="ct-not-prose"],[class~="ct-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;
}
.ct-prose :where(h3 strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.ct-prose :where(h4):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.ct-prose :where(h4 strong):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.ct-prose :where(img):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.ct-prose :where(picture):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.ct-prose :where(video):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.ct-prose :where(kbd):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.ct-prose :where(code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.ct-prose :where(code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::before {
  content: "`";
}
.ct-prose :where(code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::after {
  content: "`";
}
.ct-prose :where(a code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(h1 code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(h2 code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.ct-prose :where(h3 code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.ct-prose :where(h4 code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(blockquote code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(thead th code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: inherit;
}
.ct-prose :where(pre):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.ct-prose :where(pre code):not(:where([class~="ct-not-prose"],[class~="ct-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;
}
.ct-prose :where(pre code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::before {
  content: none;
}
.ct-prose :where(pre code):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *))::after {
  content: none;
}
.ct-prose :where(table):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.ct-prose :where(thead):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.ct-prose :where(thead th):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.ct-prose :where(tbody tr):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.ct-prose :where(tbody tr:last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  border-bottom-width: 0;
}
.ct-prose :where(tbody td):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  vertical-align: baseline;
}
.ct-prose :where(tfoot):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.ct-prose :where(tfoot td):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  vertical-align: top;
}
.ct-prose :where(figure > *):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-prose :where(figcaption):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.ct-prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}
.ct-prose :where(picture > img):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-prose :where(li):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ct-prose :where(ol > li):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.ct-prose :where(ul > li):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.ct-prose :where(.ct-prose > ul > li p):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.ct-prose :where(.ct-prose > ul > li > *:first-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 1.25em;
}
.ct-prose :where(.ct-prose > ul > li > *:last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.ct-prose :where(.ct-prose > ol > li > *:first-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 1.25em;
}
.ct-prose :where(.ct-prose > ol > li > *:last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-bottom: 1.25em;
}
.ct-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.ct-prose :where(dl):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.ct-prose :where(dd):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.ct-prose :where(hr + *):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
}
.ct-prose :where(h2 + *):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
}
.ct-prose :where(h3 + *):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
}
.ct-prose :where(h4 + *):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
}
.ct-prose :where(thead th:first-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-start: 0;
}
.ct-prose :where(thead th:last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-end: 0;
}
.ct-prose :where(tbody td, tfoot td):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.ct-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-start: 0;
}
.ct-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  padding-inline-end: 0;
}
.ct-prose :where(figure):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.ct-prose :where(.ct-prose > :first-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-top: 0;
}
.ct-prose :where(.ct-prose > :last-child):not(:where([class~="ct-not-prose"],[class~="ct-not-prose"] *)) {
  margin-bottom: 0;
}
.ct-pointer-events-none {
  pointer-events: none;
}
.ct-absolute {
  position: absolute;
}
.ct-relative {
  position: relative;
}
.ct-bottom-\[-4\.13rem\] {
  bottom: -4.13rem;
}
.ct-left-\[6px\] {
  left: 6px;
}
.ct-top-0 {
  top: 0px;
}
.ct-top-\[6px\] {
  top: 6px;
}
.ct-m-0 {
  margin: 0px;
}
.ct-my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ct-mr-2 {
  margin-right: 0.5rem;
}
.ct-mt-2 {
  margin-top: 0.5rem;
}
.ct-mb-8 {
  margin-bottom: 2rem;
}
.ct-mr-3 {
  margin-right: 0.75rem;
}
.ct-mb-\[20px\] {
  margin-bottom: 20px;
}
.ct--mt-3 {
  margin-top: -0.75rem;
}
.ct--mt-10 {
  margin-top: -2.5rem;
}
.ct--mt-\[10px\] {
  margin-top: -10px;
}
.ct--mt-\[30px\] {
  margin-top: -30px;
}
.ct-block {
  display: block;
}
.ct-flex {
  display: flex;
}
.ct-hidden {
  display: none;
}
.ct-h-3 {
  height: 0.75rem;
}
.ct-h-\[25px\] {
  height: 25px;
}
.ct-h-auto {
  height: auto;
}
.ct-h-5 {
  height: 1.25rem;
}
.ct-h-4 {
  height: 1rem;
}
.ct-h-\[30px\] {
  height: 30px;
}
.ct-max-h-\[30px\] {
  max-height: 30px;
}
.ct-max-h-\[50px\] {
  max-height: 50px;
}
.ct-w-1\/2 {
  width: 50%;
}
.ct-w-28 {
  width: 7rem;
}
.ct-w-3 {
  width: 0.75rem;
}
.ct-w-4 {
  width: 1rem;
}
.ct-w-full {
  width: 100%;
}
.ct-w-5 {
  width: 1.25rem;
}
.ct-w-10 {
  width: 2.5rem;
}
.ct-w-\[10\%\] {
  width: 10%;
}
.ct-w-\[25\%\] {
  width: 25%;
}
.ct-w-\[20\%\] {
  width: 20%;
}
.ct-min-w-\[8\.13rem\] {
  min-width: 8.13rem;
}
.ct-max-w-full {
  max-width: 100%;
}
.ct-max-w-none {
  max-width: none;
}
.ct-max-w-6xl {
  max-width: 72rem;
}
.ct-max-w-5xl {
  max-width: 64rem;
}
.ct-flex-1 {
  flex: 1 1 0%;
}
.ct-flex-shrink-0 {
  flex-shrink: 0;
}
.ct-basis-\[10\%\] {
  flex-basis: 10%;
}
.ct-basis-\[15\%\] {
  flex-basis: 15%;
}
.ct-basis-\[24\%\] {
  flex-basis: 24%;
}
.ct-basis-\[31\%\] {
  flex-basis: 31%;
}
.ct-basis-full {
  flex-basis: 100%;
}
.ct-basis-\[50\%\] {
  flex-basis: 50%;
}
.ct-border-collapse {
  border-collapse: collapse;
}
.ct-translate-y-\[-30px\] {
  --tw-translate-y: -30px;
  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));
}
.ct-translate-y-\[-50px\] {
  --tw-translate-y: -50px;
  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));
}
.ct-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));
}
.ct-flex-row {
  flex-direction: row;
}
.ct-flex-col {
  flex-direction: column;
}
.ct-flex-wrap {
  flex-wrap: wrap;
}
.ct-content-center {
  align-content: center;
}
.ct-items-start {
  align-items: flex-start;
}
.ct-items-center {
  align-items: center;
}
.ct-items-baseline {
  align-items: baseline;
}
.ct-justify-start {
  justify-content: flex-start;
}
.ct-justify-center {
  justify-content: center;
}
.ct-justify-between {
  justify-content: space-between;
}
.ct-gap-8 {
  gap: 2rem;
}
.ct-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.ct-overflow-hidden {
  overflow: hidden;
}
.ct-rounded {
  border-radius: 0.25rem;
}
.ct-rounded-md {
  border-radius: 0.375rem;
}
.ct-rounded-xl {
  border-radius: 0.75rem;
}
.ct-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.ct-rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.ct-border-2 {
  border-width: 2px;
}
.ct-border-solid {
  border-style: solid;
}
.ct-border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.ct-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ct-border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.ct-bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.ct-bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.ct-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ct-bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.ct-bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.ct-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.ct-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.ct-from-indigo-900 {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ct-to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.ct-p-2 {
  padding: 0.5rem;
}
.ct-p-4 {
  padding: 1rem;
}
.ct-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ct-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ct-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ct-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ct-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ct-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ct-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ct-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ct-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.ct-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.ct-pb-3 {
  padding-bottom: 0.75rem;
}
.ct-pt-4 {
  padding-top: 1rem;
}
.ct-pl-2 {
  padding-left: 0.5rem;
}
.ct-pl-6 {
  padding-left: 1.5rem;
}
.ct-pt-12 {
  padding-top: 3rem;
}
.ct-pb-12 {
  padding-bottom: 3rem;
}
.ct-pt-1 {
  padding-top: 0.25rem;
}
.ct-pt-10 {
  padding-top: 2.5rem;
}
.ct-pt-8 {
  padding-top: 2rem;
}
.ct-pt-6 {
  padding-top: 1.5rem;
}
.ct-text-center {
  text-align: center;
}
.ct-text-\[0\.63rem\] {
  font-size: 0.63rem;
}
.ct-text-\[1\.38rem\] {
  font-size: 1.38rem;
}
.ct-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ct-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ct-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ct-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.ct-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.ct-font-bold {
  font-weight: 700;
}
.ct-font-semibold {
  font-weight: 600;
}
.ct-capitalize {
  text-transform: capitalize;
}
.ct-leading-6 {
  line-height: 1.5rem;
}
.ct-leading-7 {
  line-height: 1.75rem;
}
.ct-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ct-text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.ct-text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.ct-text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.ct-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.ct-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.ct-text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.ct-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ct-no-underline {
  text-decoration-line: none;
}
.hover\:ct-no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .md\:ct-mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ct-w-auto {
    width: auto;
  }

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

  .md\:ct-pb-20 {
    padding-bottom: 5rem;
  }

  .md\:ct-pb-24 {
    padding-bottom: 6rem;
  }

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

  .md\:ct-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:ct-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:ct-flex {
    display: flex;
  }

  .lg\:ct-hidden {
    display: none;
  }

  .lg\:ct-basis-\[15\%\] {
    flex-basis: 15%;
  }

  .lg\:ct-basis-\[10\%\] {
    flex-basis: 10%;
  }

  .lg\:ct-translate-y-\[-50px\] {
    --tw-translate-y: -50px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:ct-justify-center {
    justify-content: center;
  }

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

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

  .lg\:ct-pt-12 {
    padding-top: 3rem;
  }

  .lg\:ct-pt-0 {
    padding-top: 0px;
  }
}

