/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-800: oklch(39.8% 0.195 277.366);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-full {
    width: 100%;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-indigo-100 {
    background-color: var(--color-indigo-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-indigo-800 {
    color: var(--color-indigo-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-blue-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-500);
      }
    }
  }
  .hover\:text-gray-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-300);
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:py-1 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .dark\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:bg-indigo-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-indigo-800);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-indigo-50 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-indigo-50);
    }
  }
}
.typography {
  color: var(--tw-typography-body);
}
.typography :where([class~="lead"]):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.typography :where(a):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-links);
  text-decoration: underline;
  font-weight: 500;
}
.typography :where(a):not(:where([class~="not-typography"] *)):hover {
  text-decoration: none;
}
.typography :where(strong):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-bold);
  font-weight: 700;
}
.typography :where(a strong):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(blockquote strong):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(thead th strong):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(ol):not(:where([class~="not-typography"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol[type="A"]):not(:where([class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a"]):not(:where([class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}
.typography :where(ol[type="A" s]):not(:where([class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a" s]):not(:where([class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}
.typography :where(ol[type="I"]):not(:where([class~="not-typography"] *)) {
  list-style-type: upper-roman;
}
.typography :where(ol[type="i"]):not(:where([class~="not-typography"] *)) {
  list-style-type: lower-roman;
}
.typography :where(ol[type="I" s]):not(:where([class~="not-typography"] *)) {
  list-style-type: upper-roman;
}
.typography :where(ol[type="i" s]):not(:where([class~="not-typography"] *)) {
  list-style-type: lower-roman;
}
.typography :where(ol[type="1"]):not(:where([class~="not-typography"] *)) {
  list-style-type: decimal;
}
.typography :where(ul):not(:where([class~="not-typography"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol > li):not(:where([class~="not-typography"] *))::marker {
  font-weight: 400;
  color: var(--tw-typography-counters);
}
.typography :where(ul > li):not(:where([class~="not-typography"] *))::marker {
  color: var(--tw-typography-bullets);
}
.typography :where(hr):not(:where([class~="not-typography"] *)) {
  border-color: var(--tw-typography-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.typography :where(blockquote):not(:where([class~="not-typography"] *)) {
  font-size: 1.1111111em;
  font-weight: 700;
  font-style: italic;
  color: var(--tw-typography-quotes);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-bottom: 1.6em;
}
.typography :where(blockquote):not(:where([class~="not-typography"] *))::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' \
viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath \
d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 \
-7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 \
10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 \
1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 \
10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: var(--tw-typography-quotes);
  width: 1.7777778em;
  height: 1.3333333em;
  display: block;
  margin-top: 1.6em;
}
.typography :where(blockquote p:first-of-type):not( :where([class~="not-typography"] *) )::before {
  content: open-quote;
}
.typography :where(blockquote p:last-of-type):not( :where([class~="not-typography"] *) )::after {
  content: close-quote;
}
.typography :where(h1):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.typography :where(h1 strong):not(:where([class~="not-typography"] *)) {
  font-weight: 900;
  color: inherit;
}
.typography :where(h2):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-headings);
  font-weight: 500;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.typography :where(h2 strong):not(:where([class~="not-typography"] *)) {
  font-weight: 800;
  color: inherit;
}
.typography :where(h3):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.typography :where(h3 strong):not(:where([class~="not-typography"] *)) {
  font-weight: 800;
  color: inherit;
}
.typography :where(h4):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-headings);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.typography :where(h4 strong):not(:where([class~="not-typography"] *)) {
  font-weight: 700;
  color: inherit;
}
.typography :where(img):not(:where([class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(figure > *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.typography :where(figcaption):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.typography :where(code):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-code);
  font-weight: 600;
  background-color: var(--tw-typography-code-bg);
  padding-top: 0.3333333em;
  padding-bottom: 0.3333333em;
  padding-left: 0.5555556em;
  padding-right: 0.5555556em;
  border-radius: 0.2222222em;
  font-size: 0.875em;
}
.typography :where(a code):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(h1 code):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(h2 code):not(:where([class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.typography :where(h3 code):not(:where([class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.typography :where(h4 code):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(blockquote code):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(thead th code):not(:where([class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(pre):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-pre-code);
  background-color: var(--tw-typography-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;
}
.typography :where(pre code):not(:where([class~="not-typography"] *)) {
  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;
}
.typography :where(pre code):not(:where([class~="not-typography"] *))::before {
  content: none;
}
.typography :where(pre code):not(:where([class~="not-typography"] *))::after {
  content: none;
}
.typography :where(table):not(:where([class~="not-typography"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.typography :where(thead):not(:where([class~="not-typography"] *)) {
  background-color: var(--tw-typography-th-bg);
  border-radius: 0.2777778em;
}
.typography :where(thead th):not(:where([class~="not-typography"] *)) {
  color: var(--tw-typography-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding: 0.5555556em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody tr):not(:where([class~="not-typography"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-typography-td-borders);
}
.typography :where(tbody tr:last-child):not(:where([class~="not-typography"] *)) {
  border-bottom-width: 0;
}
.typography :where(tbody td):not(:where([class~="not-typography"] *)) {
  vertical-align: baseline;
}
.typography :where(tfoot):not(:where([class~="not-typography"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-typography-th-borders);
}
.typography :where(tfoot td):not(:where([class~="not-typography"] *)) {
  vertical-align: top;
}
.typography {
  --tw-typography-body: #6b7280;
  --tw-typography-headings: #111827;
  --tw-typography-lead: #6b7280;
  --tw-typography-links: #4b5563;
  --tw-typography-bold: #111827;
  --tw-typography-counters: #6b7280;
  --tw-typography-bullets: #6b7280;
  --tw-typography-hr: #e5e7eb;
  --tw-typography-quotes: #111827;
  --tw-typography-quote-borders: #e5e7eb;
  --tw-typography-captions: #6b7280;
  --tw-typography-code: #111827;
  --tw-typography-code-bg: #f3f4f6;
  --tw-typography-pre-code: #4b5563;
  --tw-typography-pre-bg: #f3f4f6;
  --tw-typography-th-borders: #e5e7eb;
  --tw-typography-th-bg: #f9fafb;
  --tw-typography-td-borders: #e5e7eb;
  --tw-typography-invert-body: #9ca3af;
  --tw-typography-invert-headings: #fff;
  --tw-typography-invert-lead: #9ca3af;
  --tw-typography-invert-links: #fff;
  --tw-typography-invert-bold: #fff;
  --tw-typography-invert-counters: #9ca3af;
  --tw-typography-invert-bullets: #4b5563;
  --tw-typography-invert-hr: #374151;
  --tw-typography-invert-quotes: #f3f4f6;
  --tw-typography-invert-quote-borders: #374151;
  --tw-typography-invert-captions: #9ca3af;
  --tw-typography-invert-code: #fff;
  --tw-typography-invert-code-bg: #1f2937;
  --tw-typography-invert-pre-code: #d1d5db;
  --tw-typography-invert-pre-bg: #374151;
  --tw-typography-invert-th-borders: #4b5563;
  --tw-typography-invert-td-borders: #374151;
  --tw-typography-invert-th-bg: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.typography :where(p):not(:where([class~="not-typography"] *)) {
  margin-bottom: 1.25em;
}
.typography :where(blockquote > p:first-child):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(video):not(:where([class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(figure):not(:where([class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(li):not(:where([class~="not-typography"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.typography :where(ol > li):not(:where([class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography :where(ul > li):not(:where([class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1.25em;
}
.typography :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.25em;
}
.typography :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 0em;
}
.typography :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.25em;
}
.typography :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(hr + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h2 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h3 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h4 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(thead th:last-child):not(:where([class~="not-typography"] *)) {
  padding-right: 0;
}
.typography :where(tbody td, tfoot td):not(:where([class~="not-typography"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody td:last-child, tfoot td:last-child):not( :where([class~="not-typography"] *) ) {
  padding-right: 0;
}
.typography :where(.typography > :first-child):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
  margin-bottom: 0;
}
.typography-sm {
  font-size: 1rem;
  line-height: 1.7142857;
}
.typography-sm :where(p):not(:where([class~="not-typography"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.typography-sm :where([class~="lead"]):not(:where([class~="not-typography"] *)) {
  font-size: 1.125em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.typography-sm :where(blockquote):not(:where([class~="not-typography"] *)) {
  margin-bottom: 1.3333333em;
}
.typography-sm :where(blockquote):not(:where([class~="not-typography"] *))::before {
  margin-top: 1.3333333em;
}
.typography-sm :where(h1):not(:where([class~="not-typography"] *)) {
  font-size: 1.6666667em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.typography-sm :where(h2):not(:where([class~="not-typography"] *)) {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.typography-sm :where(h3):not(:where([class~="not-typography"] *)) {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.typography-sm :where(h4):not(:where([class~="not-typography"] *)) {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
.typography-sm :where(img):not(:where([class~="not-typography"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.typography-sm :where(video):not(:where([class~="not-typography"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.typography-sm :where(figure):not(:where([class~="not-typography"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.typography-sm :where(figure > *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.typography-sm :where(figcaption):not(:where([class~="not-typography"] *)) {
  font-size: 0.875em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
  text-align: center;
}
.typography-sm :where(code):not(:where([class~="not-typography"] *)) {
  font-size: 0.875em;
}
.typography-sm :where(h2 code):not(:where([class~="not-typography"] *)) {
  font-size: 0.9em;
}
.typography-sm :where(h3 code):not(:where([class~="not-typography"] *)) {
  font-size: 0.8888889em;
}
.typography-sm :where(pre):not(:where([class~="not-typography"] *)) {
  font-size: 0.875em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.typography-sm :where(ol):not(:where([class~="not-typography"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
.typography-sm :where(ul):not(:where([class~="not-typography"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
.typography-sm :where(li):not(:where([class~="not-typography"] *)) {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.typography-sm :where(ol > li):not(:where([class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography-sm :where(ul > li):not(:where([class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography-sm :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.typography-sm :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1em;
}
.typography-sm :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1em;
}
.typography-sm :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1em;
}
.typography-sm :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1em;
}
.typography-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-typography"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.typography-sm :where(hr):not(:where([class~="not-typography"] *)) {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.typography-sm :where(hr + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-sm :where(h2 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-sm :where(h3 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-sm :where(h4 + *):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-sm :where(table):not(:where([class~="not-typography"] *)) {
  font-size: 0.875em;
  line-height: 1.5;
}
.typography-sm :where(thead th):not(:where([class~="not-typography"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.typography-sm :where(thead th:first-child):not(:where([class~="not-typography"] *)) {
  padding-left: 0;
}
.typography-sm :where(thead th:last-child):not(:where([class~="not-typography"] *)) {
  padding-right: 0;
}
.typography-sm :where(tbody td, tfoot td):not(:where([class~="not-typography"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.typography-sm :where(tbody td:first-child, tfoot td:first-child):not( :where([class~="not-typography"] *) ) {
  padding-left: 0;
}
.typography-sm :where(tbody td:last-child, tfoot td:last-child):not( :where([class~="not-typography"] *) ) {
  padding-right: 0;
}
.typography-sm :where(.typography > :first-child):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-sm :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
  margin-bottom: 0;
}
.typography-base :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography-base :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1.25em;
}
.typography-base :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.25em;
}
.typography-base :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1.25em;
}
.typography-base :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.25em;
}
.typography-base :where(.typography > :first-child):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-base :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
  margin-bottom: 0;
}
.typography-lg :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.typography-lg :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1.3333333em;
}
.typography-lg :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.3333333em;
}
.typography-lg :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
  margin-top: 1.3333333em;
}
.typography-lg :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
  margin-bottom: 1.3333333em;
}
.typography-lg :where(.typography > :first-child):not(:where([class~="not-typography"] *)) {
  margin-top: 0;
}
.typography-lg :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
  margin-bottom: 0;
}
.typography-blue {
  --tw-typography-links: #2563eb;
  --tw-typography-invert-links: #3b82f6;
}
.dark .typography {
  --tw-typography-body: var(--tw-typography-invert-body);
  --tw-typography-headings: var(--tw-typography-invert-headings);
  --tw-typography-lead: var(--tw-typography-invert-lead);
  --tw-typography-links: var(--tw-typography-invert-links);
  --tw-typography-bold: var(--tw-typography-invert-bold);
  --tw-typography-counters: var(--tw-typography-invert-counters);
  --tw-typography-bullets: var(--tw-typography-invert-bullets);
  --tw-typography-hr: var(--tw-typography-invert-hr);
  --tw-typography-quotes: var(--tw-typography-invert-quotes);
  --tw-typography-quote-borders: var(--tw-typography-invert-quote-borders);
  --tw-typography-captions: var(--tw-typography-invert-captions);
  --tw-typography-code: var(--tw-typography-invert-code);
  --tw-typography-code-bg: var(--tw-typography-invert-code-bg);
  --tw-typography-pre-code: var(--tw-typography-invert-pre-code);
  --tw-typography-pre-bg: var(--tw-typography-invert-pre-bg);
  --tw-typography-th-borders: var(--tw-typography-invert-th-borders);
  --tw-typography-td-borders: var(--tw-typography-invert-td-borders);
  --tw-typography-th-bg: var(--tw-typography-invert-th-bg);
}
@media (min-width: 640px) {
  .sm\:typography-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  .sm\:typography-base :where(p):not(:where([class~="not-typography"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sm\:typography-base :where([class~="lead"]):not(:where([class~="not-typography"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .sm\:typography-base :where(blockquote):not(:where([class~="not-typography"] *)) {
    margin-bottom: 1.6em;
  }
  .sm\:typography-base :where(blockquote):not(:where([class~="not-typography"] *))::before {
    margin-top: 1.6em;
  }
  .sm\:typography-base :where(blockquote > p:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 0;
  }
  .sm\:typography-base :where(h1):not(:where([class~="not-typography"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .sm\:typography-base :where(h2):not(:where([class~="not-typography"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .sm\:typography-base :where(h3):not(:where([class~="not-typography"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .sm\:typography-base :where(h4):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .sm\:typography-base :where(img):not(:where([class~="not-typography"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:typography-base :where(video):not(:where([class~="not-typography"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:typography-base :where(figure):not(:where([class~="not-typography"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:typography-base :where(figure > *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:typography-base :where(figcaption):not(:where([class~="not-typography"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .sm\:typography-base :where(code):not(:where([class~="not-typography"] *)) {
    font-size: 0.875em;
  }
  .sm\:typography-base :where(h2 code):not(:where([class~="not-typography"] *)) {
    font-size: 0.875em;
  }
  .sm\:typography-base :where(h3 code):not(:where([class~="not-typography"] *)) {
    font-size: 0.9em;
  }
  .sm\:typography-base :where(pre):not(:where([class~="not-typography"] *)) {
    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;
  }
  .sm\:typography-base :where(ol):not(:where([class~="not-typography"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .sm\:typography-base :where(ul):not(:where([class~="not-typography"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .sm\:typography-base :where(li):not(:where([class~="not-typography"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sm\:typography-base :where(ol > li):not(:where([class~="not-typography"] *)) {
    padding-left: 0.375em;
  }
  .sm\:typography-base :where(ul > li):not(:where([class~="not-typography"] *)) {
    padding-left: 0.375em;
  }
  .sm\:typography-base :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sm\:typography-base :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 1.25em;
  }
  .sm\:typography-base :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
    margin-bottom: 1.25em;
  }
  .sm\:typography-base :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 1.25em;
  }
  .sm\:typography-base :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
    margin-bottom: 1.25em;
  }
  .sm\:typography-base :where(ul ul, ul ol, ol ul, ol ol):not( :where([class~="not-typography"] *) ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sm\:typography-base :where(hr):not(:where([class~="not-typography"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .sm\:typography-base :where(hr + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .sm\:typography-base :where(h2 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .sm\:typography-base :where(h3 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .sm\:typography-base :where(h4 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .sm\:typography-base :where(table):not(:where([class~="not-typography"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .sm\:typography-base :where(thead th):not(:where([class~="not-typography"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sm\:typography-base :where(thead th:last-child):not(:where([class~="not-typography"] *)) {
    padding-right: 0;
  }
  .sm\:typography-base :where(tbody td, tfoot td):not(:where([class~="not-typography"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sm\:typography-base :where(tbody td:last-child, tfoot td:last-child):not( :where([class~="not-typography"] *) ) {
    padding-right: 0;
  }
  .sm\:typography-base :where(.typography > :first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 0;
  }
  .sm\:typography-base :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:typography-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:typography-lg :where(p):not(:where([class~="not-typography"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:typography-lg :where([class~="lead"]):not(:where([class~="not-typography"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:typography-lg :where(blockquote):not(:where([class~="not-typography"] *))::before {
    margin-top: 1.6666667em;
  }
  .lg\:typography-lg :where(blockquote > p:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 0.5em;
  }
  .lg\:typography-lg :where(h1):not(:where([class~="not-typography"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:typography-lg :where(h2):not(:where([class~="not-typography"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .lg\:typography-lg :where(h3):not(:where([class~="not-typography"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:typography-lg :where(h4):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:typography-lg :where(img):not(:where([class~="not-typography"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:typography-lg :where(video):not(:where([class~="not-typography"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:typography-lg :where(figure):not(:where([class~="not-typography"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:typography-lg :where(figure > *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:typography-lg :where(figcaption):not(:where([class~="not-typography"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:typography-lg :where(code):not(:where([class~="not-typography"] *)) {
    font-size: 0.8888889em;
  }
  .lg\:typography-lg :where(h2 code):not(:where([class~="not-typography"] *)) {
    font-size: 0.8666667em;
  }
  .lg\:typography-lg :where(h3 code):not(:where([class~="not-typography"] *)) {
    font-size: 0.875em;
  }
  .lg\:typography-lg :where(pre):not(:where([class~="not-typography"] *)) {
    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;
  }
  .lg\:typography-lg :where(ol):not(:where([class~="not-typography"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:typography-lg :where(ul):not(:where([class~="not-typography"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:typography-lg :where(li):not(:where([class~="not-typography"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:typography-lg :where(ol > li):not(:where([class~="not-typography"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:typography-lg :where(ul > li):not(:where([class~="not-typography"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:typography-lg :where(.typography > ul > li p):not(:where([class~="not-typography"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:typography-lg :where(.typography > ul > li > *:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 1.3333333em;
  }
  .lg\:typography-lg :where(.typography > ul > li > *:last-child):not( :where([class~="not-typography"] *) ) {
    margin-bottom: 1.3333333em;
  }
  .lg\:typography-lg :where(.typography > ol > li > *:first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 1.3333333em;
  }
  .lg\:typography-lg :where(.typography > ol > li > *:last-child):not( :where([class~="not-typography"] *) ) {
    margin-bottom: 1.3333333em;
  }
  .lg\:typography-lg :where(ul ul, ul ol, ol ul, ol ol):not( :where([class~="not-typography"] *) ) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:typography-lg :where(hr):not(:where([class~="not-typography"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:typography-lg :where(hr + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .lg\:typography-lg :where(h2 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .lg\:typography-lg :where(h3 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .lg\:typography-lg :where(h4 + *):not(:where([class~="not-typography"] *)) {
    margin-top: 0;
  }
  .lg\:typography-lg :where(table):not(:where([class~="not-typography"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:typography-lg :where(thead th):not(:where([class~="not-typography"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:typography-lg :where(thead th:last-child):not(:where([class~="not-typography"] *)) {
    padding-right: 0;
  }
  .lg\:typography-lg :where(tbody td, tfoot td):not(:where([class~="not-typography"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:typography-lg :where(tbody td:last-child, tfoot td:last-child):not( :where([class~="not-typography"] *) ) {
    padding-right: 0;
  }
  .lg\:typography-lg :where(.typography > :first-child):not( :where([class~="not-typography"] *) ) {
    margin-top: 0;
  }
  .lg\:typography-lg :where(.typography > :last-child):not(:where([class~="not-typography"] *)) {
    margin-bottom: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

