/* :root {
} */

/***************************************************************
header element styles
-- change based on header background color per page set in flux
-- class and variable names defined in tailwind.config.js
****************************************************************/

/*
set variables for...
default, white header background
*/
:root {
  /* navitem text */
  --header-text-color: #688392;
  --header-hover-text-color: #122333;
  /* caret text - down arrow for navitems with a subnav */
  --header-caret-color: #93abb8;
  --header-caret-hover-color: #688392;
  /* phone */
  --header-phone-color: #223644;
  --header-phone-icon-color: #93abb8;
  /* mobile menu button */
  --menu-button-text-color: #93abb8;
  --menu-button-hover-text-color: #223644;
  --menu-button-bg-color: transparent;
  --menu-button-hover-bg-color: #f1f6f9;

  /* border colors */
  --header-border-color: #f1f6f9;
}

/* light, transparent-light background */
.bg-gray-50,
.bg-gray-100,
.bg-gray-200,
.bg-gray-300{
  /* navitem text */
  --header-text-color: #4b6371;
  --header-hover-text-color: #122333;
  /* caret text - down arrow for navitems with a subnav */
  --header-caret-color: #688392;
  --header-caret-hover-color: #4b6371;
  /* phone */
  --header-phone-color: #122333;
  --header-phone-icon-color: #688392;
  /* mobile menu button */
  --menu-button-text-color: #688392;
  --menu-button-hover-text-color: #122333;
  --menu-button-bg-color: transparent;
  --menu-button-hover-bg-color: #e1eaef;
}

/* dark, transparent-dark header background */
.bg-gray-400,
.bg-gray-500,
.bg-gray-600,
.bg-gray-700,
.bg-gray-800,
.bg-gray-900,
.bg-black{
  --header-text-color: #e1eaef;
  --header-hover-text-color: #fff;
  --header-caret-color: #93abb8;
  --header-caret-hover-color: #c8d7df;
  --menu-button-hover-bg-color: #7e22ce;
  --menu-button-text-color: #c8d7df;
  --menu-button-hover-text-color: #fff;
  --header-phone-color: #fff;
  --header-phone-icon-color: #c084fc;

}

.bg-gray-400,
.bg-gray-500,
.bg-gray-600{
  --header-border-color: #374f5d;
}
.bg-gray-700,
.bg-gray-800{
  --header-border-color: #4b6371;
}

.bg-gray-900,
.bg-black{
  --header-border-color: #223644;
}


.bg-primary-50,
.bg-primary-100,
.bg-primary-200,
.bg-primary-300 {
  --header-text-color: #7e22ce;
  --header-hover-text-color: #122333;
  --header-caret-color: #a855f7;
  --header-caret-hover-color: #9333ea;
  --menu-button-hover-bg-color: #e9d5ff;
  --menu-button-text-color: #7e22ce;
  --menu-button-hover-text-color: #581c87;
  --header-phone-color: #6b21a8;
  --header-phone-icon-color: #a855f7;

}

.bg-primary-50 {
  --header-border-color: #f3e8ff;

}

.bg-primary-100,
.bg-primary-200,
.bg-primary-300 {
  --header-border-color: #e9d5ff;

}

/* primary, transparent-primary header background */
.bg-primary-400,
.bg-primary-500,
.bg-primary-600,
.bg-primary-700,
.bg-primary-800 {
  --header-text-color: #e9d5ff;
  --header-hover-text-color: #fff;
  --header-caret-color: #c084fc;
  --header-caret-hover-color: #d8b4fe;
  --menu-button-hover-bg-color: #9333ea;
  --menu-button-text-color: #d8b4fe;
  --menu-button-hover-text-color: #fff;
  --header-phone-color: #fff;
  --header-phone-icon-color: #c084fc;
  --header-border-color: #7e22ce;
}


.bg-primary-900,
.bg-primary-950 {
  --header-text-color: #fff;
  --header-hover-text-color: #e9d5ff;
  --header-caret-color: #c084fc;
  --header-caret-hover-color: #d8b4fe;
  --menu-button-hover-bg-color: #9333ea;
  --menu-button-text-color: #d8b4fe;
  --menu-button-hover-text-color: #fff;
  --header-phone-color: #fff;
  --header-phone-icon-color: #c084fc;
  --header-border-color: #7e22ce;
}



/* update styles on scroll
header bg color changes to white on scroll */

.bg-white {
  /* navitem text */
  --header-text-color: #688392;
  --header-hover-text-color: #122333;
  /* caret text - down arrow for navitems with a subnav */
  --header-caret-color: #93abb8;
  --header-caret-hover-color: #688392;
  /* phone */
  --header-phone-color: #223644;
  --header-phone-icon-color: #93abb8;
  /* mobile menu button */
  --menu-button-text-color: #93abb8;
  --menu-button-hover-text-color: #223644;
  --menu-button-bg-color: transparent;
  --menu-button-hover-bg-color: #f1f6f9;

  --header-border-color: #f1f6f9;
}


@media (min-width: 1280px) {
  .xl\:bg-white {
    /* navitem text */
    --header-text-color: #688392;
    --header-hover-text-color: #122333;
    /* caret text - down arrow for navitems with a subnav */
    --header-caret-color: #93abb8;
    --header-caret-hover-color: #688392;
    /* phone */
    --header-phone-color: #223644;
    --header-phone-icon-color: #93abb8;
    /* mobile menu button */
    --menu-button-text-color: #93abb8;
    --menu-button-hover-text-color: #223644;
    --menu-button-bg-color: transparent;
    --menu-button-hover-bg-color: #f1f6f9;

    --header-border-color: #f1f6f9;
  }
}

/***************************************************************
title, subtitle, and body colors change based on background color
-- class and variable names defined in tailwind.config.js
-- typography plugin "prose" class colors are set in tailwind.config
****************************************************************/

/*
set initial variables
*/
:root {
  --theme-title-color: #122333;
  --theme-subtitle-color: #4b6371;
  --theme-title-primary-color: #9333ea;
  --theme-body-color: #688392;
  --theme-muted-color: #93abb8;
  --theme-muted-primary-color: #a855f7;
  --theme-text-hover-color: #7e22ce;
  --theme-border-color: #e1eaef;
  --theme-border-hover-color: #a855f7;
}

/* gray shade backgrounds */
.bg-white,
.bg-gray-50 {
  --theme-title-color: #122333;
  --theme-subtitle-color: #4b6371;
  --theme-title-primary-color: #9333ea;
  --theme-body-color: #688392;
  --theme-muted-color: #93abb8;
  --theme-muted-primary-color: #a855f7;
  --theme-text-hover-color: #7e22ce;
  --theme-border-color: #e1eaef;
  --theme-border-hover-color: #a855f7;
}

.bg-gray-100,
.bg-gray-200 {
  --theme-title-color: #122333;
  --theme-subtitle-color: #4b6371;
  --theme-title-primary-color: #9333ea;
  --theme-body-color: #4b6371;
  --theme-muted-color: #93abb8;
  --theme-muted-primary-color: #a855f7;
  --theme-text-hover-color: #7e22ce;
  --theme-border-color: #c8d7df;
  --theme-border-hover-color: #9333ea;
}

.bg-gray-300,
.bg-gray-400 {
  --theme-title-color: #122333;
  --theme-subtitle-color: #374f5d;
  --theme-title-primary-color: #7e22ce;
  --theme-body-color: #223644;
  --theme-muted-color: #688392;
  --theme-muted-primary-color: #a855f7;
  --theme-text-hover-color: #581c87;
  --theme-border-color: #688392;
  --theme-border-hover-color: #7e22ce;
}

.bg-gray-500,
.bg-gray-600 {
  --theme-title-color: #fff;
  --theme-subtitle-color: #fff;
  --theme-title-primary-color: #d8b4fe;
  --theme-body-color: #f8fbfc;
  --theme-muted-color: #93abb8;
  --theme-muted-primary-color: #d8b4fe;
  --theme-text-hover-color: #e9d5ff;
  --theme-border-color: #93abb8;
  --theme-border-hover-color: #fff;
}

.bg-gray-700 {
  --theme-title-color: #fff;
  --theme-subtitle-color: #fff;
  --theme-title-primary-color: #d8b4fe;
  --theme-body-color: #f1f6f9;
  --theme-muted-color: #93abb8;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #e9d5ff;
  --theme-border-color: #688392;
  --theme-border-hover-color: #fff;
}

.bg-gray-800,
.bg-gray-900,
.bg-black {
  --theme-title-color: #fff;
  --theme-subtitle-color: #f1f6f9;
  --theme-title-primary-color: #c084fc;
  --theme-body-color: #e1eaef;
  --theme-muted-color: #688392;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #f3e8ff;
  --theme-border-color: #4b6371;
  --theme-border-hover-color: #e1eaef;
}

/* primary shade backgrounds */
.bg-primary-50 {
  --theme-title-color: #122333;
  --theme-subtitle-color: #6b21a8;
  --theme-title-primary-color: #6b21a8;
  --theme-body-color: #7e22ce;
  --theme-muted-color: #c084fc;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #581c87;
  --theme-border-color: #e9d5ff;
  --theme-border-hover-color: #a855f7;

}

.bg-primary-100,
.bg-primary-200 {
  --theme-title-color: #223644;
  --theme-subtitle-color: #581c87;
  --theme-title-primary-color: #581c87;
  --theme-body-color: #6b21a8;
  --theme-muted-color: #c084fc;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #7e22ce;
  --theme-border-color: #d8b4fe;
  --theme-border-hover-color: #9333ea;
}

/* primary shade backgrounds */
.bg-primary-300,
.bg-primary-400  {
  --theme-title-color: #223644;
  --theme-subtitle-color: #581c87;
  --theme-title-primary-color: #581c87;
  --theme-body-color: #581c87;
  --theme-muted-color: #a855f7;
  --theme-muted-primary-color: #a855f7;
  --theme-text-hover-color: #9333ea;
  --theme-border-color: #a855f7;
  --theme-border-hover-color: #7e22ce;
}

.bg-primary-500, .bg-primary-600 {
  --theme-title-color: #fff;
  --theme-subtitle-color: #fff;
  --theme-title-primary-color: #fff;
  --theme-body-color: #fff;
  --theme-muted-color: #c084fc;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #fff;
  --theme-border-color: #c084fc;
  --theme-border-hover-color: #fff;
}

.bg-primary-700,
.bg-primary-800 {
  --theme-title-color: #fff;
  --theme-subtitle-color: #f3e8ff;
  --theme-title-primary-color: #f3e8ff;
  --theme-body-color: #f3e8ff;
  --theme-muted-color: #c084fc;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #fff;
  --theme-border-color: #a855f7;
  --theme-border-hover-color: #f3e8ff;
}

.bg-primary-900 {
  --theme-title-color: #fff;
  --theme-subtitle-color: #e9d5ff;
  --theme-title-primary-color: #e9d5ff;
  --theme-body-color: #e9d5ff;
  --theme-muted-color: #c084fc;
  --theme-muted-primary-color: #c084fc;
  --theme-text-hover-color: #fff;
  --theme-border-color: #9333ea;
  --theme-border-hover-color: #e9d5ff;
}

/* update styles on scroll on desktop screen sizes
header bg color changes to white on scroll */
@media (min-width: 1280px) {
  .xl\:bg-white {
    --theme-title-color: #122333;
    --theme-subtitle-color: #4b6371;
    --theme-title-primary-color: #9333ea;
    --theme-body-color: #688392;
    --theme-muted-color: #93abb8;
    --theme-muted-primary-color: #a855f7;
    --theme-text-hover-color: #7e22ce;
    --theme-border-color: #e1eaef;
    --theme-border-hover-color: #a855f7;
  }
}

/*
! tailwindcss v3.0.16 | 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: #e1eaef; /* 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.
*/

html {
  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: "Be Vietnam Pro", sans-serif; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #93abb8; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #93abb8; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #93abb8; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #688392;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #688392;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #688392;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #688392;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23688392' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #688392;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after{
  --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-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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px){

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

  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px){

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

  .container{
    max-width: 1536px;
  }
}
.aspect-w-3{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-2{
  --tw-aspect-h: 2;
}
.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-3{
  --tw-aspect-h: 3;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.prose{
  color: #688392;
  max-width: 65ch;
}
.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;
}
.prose a{
  color: #9333ea;
  text-decoration: underline;
  font-weight: 700;
}
:where(.prose a:hover):not(:where([class~="not-prose"] *)){
  color: #a855f7;
}
:where(.prose a:active):not(:where([class~="not-prose"] *)){
  color: #7e22ce;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #e1eaef;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: #122333;
  border-left-width: 0.25rem;
  border-left-color: #e1eaef;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.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;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: #122333;
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
  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;
}
.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;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.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;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 2px;
  border-bottom-color: #c8d7df;
  color: #122333;
}
.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;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 2px;
  border-bottom-color: #e1eaef;
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.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;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose{
  max-width: 75ch;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #a855f7;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #a855f7;
  border-radius: 50%;
}
.prose :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #688392;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base{
  font-size: 1rem;
  line-height: 1.75;
}
.prose-base :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-base :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose-base :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-base :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose-base :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-base :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose-base :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-base :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-base :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose-base :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.625em;
}
.prose-base :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.625em;
}
.prose-base :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-base :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose-base :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose-base > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-base :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-base :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-base :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose-base :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-base :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-base > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base{
  font-size: 1rem;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.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;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.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;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)){
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)){
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-bg-gray-dark{
  color: #e1eaef;
}
.prose-bg-gray-dark a{
  color: #c084fc;
}
:where(.prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
  color: #d8b4fe;
}
:where(.prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
  color: #a855f7;
}
.prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #a855f7;
}
.prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #a855f7;
  border-radius: 50%;
}
.prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #4b6371;
  border-top-width: 1px;
}
.prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #f1f6f9;
  border-left-color: #9333ea;
}
.prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #c8d7df;
}
.prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
}
.prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
  border-bottom-color: #688392;
  border-bottom-width: 2px;
}
.prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #4b6371;
  border-bottom-width: 2px;
}
.prose-bg-gray{
  color: #f8fbfc;
}
.prose-bg-gray a{
  color: #d8b4fe;
}
:where(.prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
  color: #e9d5ff;
}
:where(.prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
  color: #c084fc;
}
.prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #d8b4fe;
}
.prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #d8b4fe;
  border-radius: 50%;
}
.prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #93abb8;
  border-top-width: 1px;
}
.prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-left-color: #c084fc;
}
.prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #f8fbfc;
}
.prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
}
.prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-bottom-color: #c8d7df;
}
.prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #93abb8;
}
.prose-bg-gray-light{
  color: #223644;
}
.prose-bg-gray-light a{
  color: #9333ea;
}
:where(.prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
  color: #a855f7;
}
:where(.prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
  color: #9333ea;
}
.prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #7e22ce;
}
.prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #7e22ce;
}
.prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #688392;
}
.prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #122333;
  border-left-color: #a855f7;
}
.prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #223644;
}
.prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
  color: #223644;
}
.prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
}
.prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
  color: #122333;
  border-bottom-color: #4b6371;
}
.prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #688392;
}
.prose-bg-gray-lighter{
  color: #4b6371;
}
.prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #c8d7df;
}
.prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
  border-left-color: #d8b4fe;
}
.prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #4b6371;
}
.prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
  color: #122333;
  border-bottom-color: #93abb8;
}
.prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #c8d7df;
}
.prose-bg-primary-dark{
  color: #f3e8ff;
}
.prose-bg-primary-dark a{
  color: #fff;
}
:where(.prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
  color: #f3e8ff;
}
:where(.prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #c084fc;
}
.prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #c084fc;
}
.prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #a855f7;
}
.prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-left-color: #a855f7;
}
.prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #e9d5ff;
}
.prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
  color: #e9d5ff;
  background-color: #6b21a8;
}
.prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-bottom-color: #c084fc;
}
.prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #a855f7;
}
.prose-bg-primary{
  color: #fff;
}
.prose-bg-primary a{
  color: #fff;
  font-weight: 700;
}
:where(.prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
  color: #e9d5ff;
}
:where(.prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #d8b4fe;
}
.prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #d8b4fe;
}
.prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #c084fc;
}
.prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-left-color: #c084fc;
}
.prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
  color: #fff;
}
.prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
  color: #fff;
  background-color: #6b21a8;
}
.prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
  color: #fff;
  border-bottom-color: #d8b4fe;
}
.prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #c084fc;
}
.prose-bg-primary-light{
  color: #581c87;
}
.prose-bg-primary-light a{
  color: #581c87;
}
:where(.prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
  color: #7e22ce;
}
:where(.prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
  color: #6b21a8;
}
.prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #9333ea;
}
.prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #9333ea;
}
.prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #a855f7;
}
.prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #581c87;
  border-left-color: #a855f7;
}
.prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #6b21a8;
}
.prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
}
.prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
  color: #581c87;
  border-bottom-color: #9333ea;
}
.prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #a855f7;
}
.prose-bg-primary-lighter{
  color: #6b21a8;
}
.prose-bg-primary-lighter a{
  color: #581c87;
}
:where(.prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
  color: #7e22ce;
}
:where(.prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
  color: #6b21a8;
}
.prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
  color: #a855f7;
}
.prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
  background-color: #a855f7;
}
.prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
  border-color: #d8b4fe;
}
.prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
  color: #581c87;
  border-left-color: #d8b4fe;
}
.prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
  color: #581c87;
}
.prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
  color: #6b21a8;
}
.prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
  color: #122333;
}
.prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
  color: #e1eaef;
  background-color: #223644;
}
.prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
  color: #581c87;
  border-bottom-color: #c084fc;
}
.prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-color: #d8b4fe;
}
.button{
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
}
.button:hover {    
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.23);
  }
.button-sm{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.bottom-1\/2{
  bottom: 50%;
}
.right-4{
  right: 1rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.top-full{
  top: 100%;
}
.left-1\/2{
  left: 50%;
}
.z-50{
  z-index: 50;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-1000{
  z-index: 1000;
}
.z-100{
  z-index: 100;
}
.order-3{
  order: 3;
}
.order-2{
  order: 2;
}
.col-auto{
  grid-column: auto;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-11{
  grid-column: span 11 / span 11;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.col-start-5{
  grid-column-start: 5;
}
.col-start-6{
  grid-column-start: 6;
}
.col-start-7{
  grid-column-start: 7;
}
.col-start-8{
  grid-column-start: 8;
}
.col-start-9{
  grid-column-start: 9;
}
.col-start-10{
  grid-column-start: 10;
}
.col-start-11{
  grid-column-start: 11;
}
.col-start-12{
  grid-column-start: 12;
}
.col-start-13{
  grid-column-start: 13;
}
.col-start-auto{
  grid-column-start: auto;
}
.-m-3{
  margin: -0.75rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-px{
  margin-top: 1px;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.-ml-4{
  margin-left: -1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mr-8{
  margin-right: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-4{
  height: 1rem;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-36{
  height: 9rem;
}
.h-20{
  height: 5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-44{
  height: 11rem;
}
.h-screen{
  height: 100vh;
}
.h-5\/6{
  height: 83.333333%;
}
.h-0{
  height: 0px;
}
.h-1\/2{
  height: 50%;
}
.h-40{
  height: 10rem;
}
.h-1\/3{
  height: 33.333333%;
}
.max-h-20{
  max-height: 5rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-5{
  width: 1.25rem;
}
.w-0{
  width: 0px;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.w-4{
  width: 1rem;
}
.w-1\/2{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-44{
  width: 11rem;
}
.w-screen{
  width: 100vw;
}
.w-9\/12{
  width: 75%;
}
.w-3\/4{
  width: 75%;
}
.w-40{
  width: 10rem;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-none{
  max-width: none;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-\[10rem\]{
  max-width: 10rem;
}
.max-w-\[15rem\]{
  max-width: 15rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.flex-grow{
  flex-grow: 1;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-y-px{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-6{
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-6{
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-20{
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -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));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-flipped{
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-flipped{
  --tw-scale-x: -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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-11{
  row-gap: 2.75rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-14{
  row-gap: 3.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-24{
  row-gap: 6rem;
}
.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)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(248 251 252 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(200 215 223 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(104 131 146 / var(--tw-border-opacity));
}
.border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-theme{
  border-color: var(--theme-border-color);
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(225 234 239 / var(--tw-border-opacity));
}
.border-header{
  border-color: var(--header-border-color);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-opacity-10{
  --tw-border-opacity: .1;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(104 131 146 / var(--tw-bg-opacity));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(225 234 239 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 99 113 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 93 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 252 / var(--tw-bg-opacity));
}
.bg-menu-button-color{
  background-color: var(--menu-button-bg-color);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(34 54 68 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 51 / var(--tw-bg-opacity));
}
.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(200 215 223 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(147 171 184 / var(--tw-bg-opacity));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-15{
  --tw-bg-opacity: .15;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-10{
  --tw-bg-opacity: .1;
}
.bg-opacity-20{
  --tw-bg-opacity: .2;
}
.bg-opacity-25{
  --tw-bg-opacity: .25;
}
.bg-opacity-30{
  --tw-bg-opacity: .3;
}
.bg-opacity-35{
  --tw-bg-opacity: .35;
}
.bg-opacity-40{
  --tw-bg-opacity: .4;
}
.bg-opacity-45{
  --tw-bg-opacity: .45;
}
.bg-opacity-50{
  --tw-bg-opacity: .5;
}
.bg-opacity-55{
  --tw-bg-opacity: .55;
}
.bg-opacity-60{
  --tw-bg-opacity: .6;
}
.bg-opacity-65{
  --tw-bg-opacity: .65;
}
.bg-opacity-70{
  --tw-bg-opacity: .7;
}
.bg-opacity-75{
  --tw-bg-opacity: .75;
}
.bg-opacity-80{
  --tw-bg-opacity: .8;
}
.bg-opacity-85{
  --tw-bg-opacity: .85;
}
.bg-opacity-90{
  --tw-bg-opacity: .9;
}
.bg-opacity-95{
  --tw-bg-opacity: .95;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-primary-50{
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(250 245 255 / 0));
}
.from-primary-700{
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(126 34 206 / 0));
}
.from-primary-800{
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(107 33 168 / 0));
}
.from-primary-200{
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(233 213 255 / 0));
}
.via-primary-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgb(243 232 255 / 0));
}
.to-primary-200{
  --tw-gradient-to: #e9d5ff;
}
.to-white{
  --tw-gradient-to: #fff;
}
.to-primary-900{
  --tw-gradient-to: #581c87;
}
.to-primary-300{
  --tw-gradient-to: #d8b4fe;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-bottom{
  vertical-align: bottom;
}
.font-sans{
  font-family: "Be Vietnam Pro", sans-serif;
}
.font-heading{
  font-family: "Barlow Semi Condensed", sans-serif;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-light{
  font-weight: 300;
}
.font-extrabold{
  font-weight: 800;
}
.font-black{
  font-weight: 900;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-8{
  line-height: 2rem;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-theme-body{
  color: var(--theme-body-color);
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 99 113 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(104 131 146 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-theme-muted-primary{
  color: var(--theme-muted-primary-color);
}
.text-header-color{
  color: var(--header-text-color);
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 79 93 / var(--tw-text-opacity));
}
.text-theme-subtitle{
  color: var(--theme-subtitle-color);
}
.text-theme-title-primary{
  color: var(--theme-title-primary-color);
}
.text-transparent{
  color: transparent;
}
.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.text-theme-title{
  color: var(--theme-title-color);
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(147 171 184 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(241 246 249 / var(--tw-text-opacity));
}
.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(225 234 239 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(200 215 223 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(18 35 51 / var(--tw-text-opacity));
}
.text-header-caret-color{
  color: var(--header-caret-color);
}
.text-menu-button-color{
  color: var(--menu-button-text-color);
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-header-phone-color{
  color: var(--header-phone-color);
}
.text-header-phone-icon-color{
  color: var(--header-phone-icon-color);
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(248 251 252 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(34 54 68 / var(--tw-text-opacity));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.text-theme-muted{
  color: var(--theme-muted-color);
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(104 131 146 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(104 131 146 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(104 131 146 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-85{
  opacity: .85;
}
.opacity-50{
  opacity: .5;
}
.opacity-75{
  opacity: .75;
}
.opacity-30{
  opacity: .3;
}
.opacity-60{
  opacity: .6;
}
.opacity-20{
  opacity: .2;
}
.mix-blend-normal{
  mix-blend-mode: normal;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.mix-blend-darken{
  mix-blend-mode: darken;
}
.mix-blend-lighten{
  mix-blend-mode: lighten;
}
.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}
.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}
.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}
.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}
.mix-blend-hue{
  mix-blend-mode: hue;
}
.mix-blend-saturation{
  mix-blend-mode: saturation;
}
.mix-blend-color{
  mix-blend-mode: color;
}
.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/* @import './button.css'; */
/*
TODO:
fix button css colors bug
button css is added to app.css file for now
*/
/* @import './button.css'; */

/* hide components until alpinejs is loaded  */
[x-cloak] {
  display: none;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* fade image in while loading and show a spinner as background image (good for progressive images) */
.lazyload {
  opacity: 0;
}

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


.pattern-media {
  background-size: 3.5vw;  
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2,.cls-3,.cls-4%7Bfill:%23f3e8ff;%7D.cls-2%7Bopacity:0.4;%7D.cls-3%7Bopacity:0.7;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Logos'%3E%3Cpath class='cls-1' d='M27.89,14.74H0v9.41H29L41.05,60a2.15,2.15,0,0,1-3.31,2.41L1.26,35.92A2.15,2.15,0,0,0,0,35.51v103H0A2.11,2.11,0,0,1,2,140l11.77,36.21H0v8.13H17.83c.07,0,.13,0,.19,0H63.11a2.15,2.15,0,0,1,1.27,3.88L48.18,200h61.64l-16.2-11.77a2.15,2.15,0,0,1,1.27-3.88H140c.06,0,.12,0,.19,0H158v-8.13H144.19L156,140a2.11,2.11,0,0,1,2-1.49h0v-103a2.15,2.15,0,0,0-1.26.41L120.26,62.43A2.15,2.15,0,0,1,117,60l12-35.87h29V14.74H130.11L109.82,0H48.18Zm88.85,147.69L80.26,135.92a2.13,2.13,0,0,0-2.52,0L41.26,162.43A2.15,2.15,0,0,1,38,160l12-35.87h58l12,35.87A2.15,2.15,0,0,1,116.74,162.43ZM77,40a2.11,2.11,0,0,1,2-1.49h0A2.11,2.11,0,0,1,81,40L92.81,76.19H65.19ZM61.17,84.32H96.83c.07,0,.13,0,.19,0h45.09a2.15,2.15,0,0,1,1.27,3.88l-36.49,26.51H51.11L14.62,88.23a2.15,2.15,0,0,1,1.27-3.88H61C61,84.35,61.1,84.32,61.17,84.32Z'/%3E%3Cpath class='cls-2' d='M156,140l-11.77,36.21H158v-37.7h0A2.11,2.11,0,0,0,156,140Z'/%3E%3Cpath class='cls-3' d='M140,184.35H94.89a2.15,2.15,0,0,0-1.27,3.88L109.82,200H158V184.32H140.17C140.1,184.32,140,184.35,140,184.35Z'/%3E%3Cpath class='cls-2' d='M2,140a2.11,2.11,0,0,0-2-1.49H0v37.7H13.81Z'/%3E%3Cpath class='cls-3' d='M63.11,184.35H18c-.06,0-.12,0-.19,0H0V200H48.18l16.2-11.77A2.15,2.15,0,0,0,63.11,184.35Z'/%3E%3Cpath class='cls-2' d='M81,40a2.11,2.11,0,0,0-2-1.49h0A2.11,2.11,0,0,0,77,40L65.19,76.19H92.81Z'/%3E%3Cpath class='cls-3' d='M14.62,88.23l36.49,26.51h55.78l36.49-26.51a2.15,2.15,0,0,0-1.27-3.88H97c-.06,0-.12,0-.19,0H61.17c-.07,0-.13,0-.19,0H15.89A2.15,2.15,0,0,0,14.62,88.23Z'/%3E%3Cpath class='cls-4' d='M108,124.15H50L38,160a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.13,2.13,0,0,1,2.52,0l36.48,26.51a2.15,2.15,0,0,0,3.31-2.41Z'/%3E%3Cpolygon class='cls-3' points='158 14.74 158 0 109.82 0 130.1 14.74 158 14.74'/%3E%3Cpath class='cls-4' d='M117,60a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.15,2.15,0,0,1,1.26-.41V24.15H129Z'/%3E%3Cpolygon class='cls-3' points='48.18 0 0 0 0 14.74 27.89 14.74 48.18 0'/%3E%3Cpath class='cls-4' d='M37.74,62.43A2.15,2.15,0,0,0,41.05,60L29,24.15H0V35.51a2.15,2.15,0,0,1,1.26.41Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.pattern-reviews {
  background-size: 6vw;  
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2,.cls-3,.cls-4%7Bfill:%23faf5ff;%7D.cls-2%7Bopacity:0.4;%7D.cls-3%7Bopacity:0.7;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Logos'%3E%3Cpath class='cls-1' d='M27.89,14.74H0v9.41H29L41.05,60a2.15,2.15,0,0,1-3.31,2.41L1.26,35.92A2.15,2.15,0,0,0,0,35.51v103H0A2.11,2.11,0,0,1,2,140l11.77,36.21H0v8.13H17.83c.07,0,.13,0,.19,0H63.11a2.15,2.15,0,0,1,1.27,3.88L48.18,200h61.64l-16.2-11.77a2.15,2.15,0,0,1,1.27-3.88H140c.06,0,.12,0,.19,0H158v-8.13H144.19L156,140a2.11,2.11,0,0,1,2-1.49h0v-103a2.15,2.15,0,0,0-1.26.41L120.26,62.43A2.15,2.15,0,0,1,117,60l12-35.87h29V14.74H130.11L109.82,0H48.18Zm88.85,147.69L80.26,135.92a2.13,2.13,0,0,0-2.52,0L41.26,162.43A2.15,2.15,0,0,1,38,160l12-35.87h58l12,35.87A2.15,2.15,0,0,1,116.74,162.43ZM77,40a2.11,2.11,0,0,1,2-1.49h0A2.11,2.11,0,0,1,81,40L92.81,76.19H65.19ZM61.17,84.32H96.83c.07,0,.13,0,.19,0h45.09a2.15,2.15,0,0,1,1.27,3.88l-36.49,26.51H51.11L14.62,88.23a2.15,2.15,0,0,1,1.27-3.88H61C61,84.35,61.1,84.32,61.17,84.32Z'/%3E%3Cpath class='cls-2' d='M156,140l-11.77,36.21H158v-37.7h0A2.11,2.11,0,0,0,156,140Z'/%3E%3Cpath class='cls-3' d='M140,184.35H94.89a2.15,2.15,0,0,0-1.27,3.88L109.82,200H158V184.32H140.17C140.1,184.32,140,184.35,140,184.35Z'/%3E%3Cpath class='cls-2' d='M2,140a2.11,2.11,0,0,0-2-1.49H0v37.7H13.81Z'/%3E%3Cpath class='cls-3' d='M63.11,184.35H18c-.06,0-.12,0-.19,0H0V200H48.18l16.2-11.77A2.15,2.15,0,0,0,63.11,184.35Z'/%3E%3Cpath class='cls-2' d='M81,40a2.11,2.11,0,0,0-2-1.49h0A2.11,2.11,0,0,0,77,40L65.19,76.19H92.81Z'/%3E%3Cpath class='cls-3' d='M14.62,88.23l36.49,26.51h55.78l36.49-26.51a2.15,2.15,0,0,0-1.27-3.88H97c-.06,0-.12,0-.19,0H61.17c-.07,0-.13,0-.19,0H15.89A2.15,2.15,0,0,0,14.62,88.23Z'/%3E%3Cpath class='cls-4' d='M108,124.15H50L38,160a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.13,2.13,0,0,1,2.52,0l36.48,26.51a2.15,2.15,0,0,0,3.31-2.41Z'/%3E%3Cpolygon class='cls-3' points='158 14.74 158 0 109.82 0 130.1 14.74 158 14.74'/%3E%3Cpath class='cls-4' d='M117,60a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.15,2.15,0,0,1,1.26-.41V24.15H129Z'/%3E%3Cpolygon class='cls-3' points='48.18 0 0 0 0 14.74 27.89 14.74 48.18 0'/%3E%3Cpath class='cls-4' d='M37.74,62.43A2.15,2.15,0,0,0,41.05,60L29,24.15H0V35.51a2.15,2.15,0,0,1,1.26.41Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.pattern-cta {
  background-size: 6vw;  
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2,.cls-3,.cls-4%7Bfill:%23913ace;%7D.cls-2%7Bopacity:0.4;%7D.cls-3%7Bopacity:0.7;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Logos'%3E%3Cpath class='cls-1' d='M27.89,14.74H0v9.41H29L41.05,60a2.15,2.15,0,0,1-3.31,2.41L1.26,35.92A2.15,2.15,0,0,0,0,35.51v103H0A2.11,2.11,0,0,1,2,140l11.77,36.21H0v8.13H17.83c.07,0,.13,0,.19,0H63.11a2.15,2.15,0,0,1,1.27,3.88L48.18,200h61.64l-16.2-11.77a2.15,2.15,0,0,1,1.27-3.88H140c.06,0,.12,0,.19,0H158v-8.13H144.19L156,140a2.11,2.11,0,0,1,2-1.49h0v-103a2.15,2.15,0,0,0-1.26.41L120.26,62.43A2.15,2.15,0,0,1,117,60l12-35.87h29V14.74H130.11L109.82,0H48.18Zm88.85,147.69L80.26,135.92a2.13,2.13,0,0,0-2.52,0L41.26,162.43A2.15,2.15,0,0,1,38,160l12-35.87h58l12,35.87A2.15,2.15,0,0,1,116.74,162.43ZM77,40a2.11,2.11,0,0,1,2-1.49h0A2.11,2.11,0,0,1,81,40L92.81,76.19H65.19ZM61.17,84.32H96.83c.07,0,.13,0,.19,0h45.09a2.15,2.15,0,0,1,1.27,3.88l-36.49,26.51H51.11L14.62,88.23a2.15,2.15,0,0,1,1.27-3.88H61C61,84.35,61.1,84.32,61.17,84.32Z'/%3E%3Cpath class='cls-2' d='M156,140l-11.77,36.21H158v-37.7h0A2.11,2.11,0,0,0,156,140Z'/%3E%3Cpath class='cls-3' d='M140,184.35H94.89a2.15,2.15,0,0,0-1.27,3.88L109.82,200H158V184.32H140.17C140.1,184.32,140,184.35,140,184.35Z'/%3E%3Cpath class='cls-2' d='M2,140a2.11,2.11,0,0,0-2-1.49H0v37.7H13.81Z'/%3E%3Cpath class='cls-3' d='M63.11,184.35H18c-.06,0-.12,0-.19,0H0V200H48.18l16.2-11.77A2.15,2.15,0,0,0,63.11,184.35Z'/%3E%3Cpath class='cls-2' d='M81,40a2.11,2.11,0,0,0-2-1.49h0A2.11,2.11,0,0,0,77,40L65.19,76.19H92.81Z'/%3E%3Cpath class='cls-3' d='M14.62,88.23l36.49,26.51h55.78l36.49-26.51a2.15,2.15,0,0,0-1.27-3.88H97c-.06,0-.12,0-.19,0H61.17c-.07,0-.13,0-.19,0H15.89A2.15,2.15,0,0,0,14.62,88.23Z'/%3E%3Cpath class='cls-4' d='M108,124.15H50L38,160a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.13,2.13,0,0,1,2.52,0l36.48,26.51a2.15,2.15,0,0,0,3.31-2.41Z'/%3E%3Cpolygon class='cls-3' points='158 14.74 158 0 109.82 0 130.1 14.74 158 14.74'/%3E%3Cpath class='cls-4' d='M117,60a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.15,2.15,0,0,1,1.26-.41V24.15H129Z'/%3E%3Cpolygon class='cls-3' points='48.18 0 0 0 0 14.74 27.89 14.74 48.18 0'/%3E%3Cpath class='cls-4' d='M37.74,62.43A2.15,2.15,0,0,0,41.05,60L29,24.15H0V35.51a2.15,2.15,0,0,1,1.26.41Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.pattern-hero {
  background-size: 6vw;  
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2,.cls-3,.cls-4%7Bfill:%236b21a8;%7D.cls-2%7Bopacity:0.4;%7D.cls-3%7Bopacity:0.7;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Logos'%3E%3Cpath class='cls-1' d='M27.89,14.74H0v9.41H29L41.05,60a2.15,2.15,0,0,1-3.31,2.41L1.26,35.92A2.15,2.15,0,0,0,0,35.51v103H0A2.11,2.11,0,0,1,2,140l11.77,36.21H0v8.13H17.83c.07,0,.13,0,.19,0H63.11a2.15,2.15,0,0,1,1.27,3.88L48.18,200h61.64l-16.2-11.77a2.15,2.15,0,0,1,1.27-3.88H140c.06,0,.12,0,.19,0H158v-8.13H144.19L156,140a2.11,2.11,0,0,1,2-1.49h0v-103a2.15,2.15,0,0,0-1.26.41L120.26,62.43A2.15,2.15,0,0,1,117,60l12-35.87h29V14.74H130.11L109.82,0H48.18Zm88.85,147.69L80.26,135.92a2.13,2.13,0,0,0-2.52,0L41.26,162.43A2.15,2.15,0,0,1,38,160l12-35.87h58l12,35.87A2.15,2.15,0,0,1,116.74,162.43ZM77,40a2.11,2.11,0,0,1,2-1.49h0A2.11,2.11,0,0,1,81,40L92.81,76.19H65.19ZM61.17,84.32H96.83c.07,0,.13,0,.19,0h45.09a2.15,2.15,0,0,1,1.27,3.88l-36.49,26.51H51.11L14.62,88.23a2.15,2.15,0,0,1,1.27-3.88H61C61,84.35,61.1,84.32,61.17,84.32Z'/%3E%3Cpath class='cls-2' d='M156,140l-11.77,36.21H158v-37.7h0A2.11,2.11,0,0,0,156,140Z'/%3E%3Cpath class='cls-3' d='M140,184.35H94.89a2.15,2.15,0,0,0-1.27,3.88L109.82,200H158V184.32H140.17C140.1,184.32,140,184.35,140,184.35Z'/%3E%3Cpath class='cls-2' d='M2,140a2.11,2.11,0,0,0-2-1.49H0v37.7H13.81Z'/%3E%3Cpath class='cls-3' d='M63.11,184.35H18c-.06,0-.12,0-.19,0H0V200H48.18l16.2-11.77A2.15,2.15,0,0,0,63.11,184.35Z'/%3E%3Cpath class='cls-2' d='M81,40a2.11,2.11,0,0,0-2-1.49h0A2.11,2.11,0,0,0,77,40L65.19,76.19H92.81Z'/%3E%3Cpath class='cls-3' d='M14.62,88.23l36.49,26.51h55.78l36.49-26.51a2.15,2.15,0,0,0-1.27-3.88H97c-.06,0-.12,0-.19,0H61.17c-.07,0-.13,0-.19,0H15.89A2.15,2.15,0,0,0,14.62,88.23Z'/%3E%3Cpath class='cls-4' d='M108,124.15H50L38,160a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.13,2.13,0,0,1,2.52,0l36.48,26.51a2.15,2.15,0,0,0,3.31-2.41Z'/%3E%3Cpolygon class='cls-3' points='158 14.74 158 0 109.82 0 130.1 14.74 158 14.74'/%3E%3Cpath class='cls-4' d='M117,60a2.15,2.15,0,0,0,3.31,2.41l36.48-26.51a2.15,2.15,0,0,1,1.26-.41V24.15H129Z'/%3E%3Cpolygon class='cls-3' points='48.18 0 0 0 0 14.74 27.89 14.74 48.18 0'/%3E%3Cpath class='cls-4' d='M37.74,62.43A2.15,2.15,0,0,0,41.05,60L29,24.15H0V35.51a2.15,2.15,0,0,1,1.26.41Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



.fade-up-out-logo.aos-animate {
  transform:translate3d(0,-20px,0);
  opacity:0;
}



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



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



.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(200 215 223 / var(--tw-border-opacity));
}



.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(104 131 146 / var(--tw-border-opacity));
}



.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}



.hover\:border-transparent:hover{
  border-color: transparent;
}



.hover\:border-theme-hover:hover{
  border-color: var(--theme-border-hover-color);
}



.hover\:bg-primary-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}



.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}



.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}



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



.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(104 131 146 / var(--tw-bg-opacity));
}



.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 99 113 / var(--tw-bg-opacity));
}



.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}



.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}



.hover\:bg-primary-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}



.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 171 184 / var(--tw-bg-opacity));
}



.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}



.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 249 / var(--tw-bg-opacity));
}



.hover\:bg-menu-button-hover-color:hover{
  background-color: var(--menu-button-hover-bg-color);
}



.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 252 / var(--tw-bg-opacity));
}



.hover\:bg-primary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}



.hover\:text-theme-title-primary:hover{
  color: var(--theme-title-primary-color);
}



.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(18 35 51 / var(--tw-text-opacity));
}



.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 79 93 / var(--tw-text-opacity));
}



.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}



.hover\:text-primary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}



.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}



.hover\:text-header-hover-color:hover{
  color: var(--header-hover-text-color);
}



.hover\:text-theme-hover:hover{
  color: var(--theme-text-hover-color);
}



.hover\:text-primary-400:hover{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}



.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(104 131 146 / var(--tw-text-opacity));
}



.hover\:text-menu-button-hover-color:hover{
  color: var(--menu-button-hover-text-color);
}



.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}



.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}



.hover\:text-theme-body:hover{
  color: var(--theme-body-color);
}



.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}



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



.focus\:text-theme-title-primary:focus{
  color: var(--theme-title-primary-color);
}



.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}



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



.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}



.focus\:ring-primary-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity));
}



.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}



.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(200 215 223 / var(--tw-ring-opacity));
}



.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(104 131 146 / var(--tw-ring-opacity));
}



.focus\:ring-primary-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity));
}



.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}



.focus\:ring-primary-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity));
}



.focus\:ring-primary-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity));
}



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



.focus\:ring-offset-primary-50:focus{
  --tw-ring-offset-color: #faf5ff;
}



.focus\:ring-offset-primary-700:focus{
  --tw-ring-offset-color: #7e22ce;
}



.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}



.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}



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



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



.group:hover .group-hover\:bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}



.group:hover .group-hover\:bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}



.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: .3;
}



.group:hover .group-hover\:text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}



.group:hover .group-hover\:text-header-caret-hover-color{
  color: var(--header-caret-hover-color);
}



.group:hover .group-hover\:text-theme-hover{
  color: var(--theme-text-hover-color);
}



.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}



.group:hover .group-hover\:opacity-80{
  opacity: .8;
}



.group:hover .group-hover\:opacity-60{
  opacity: .6;
}



.group:hover .group-hover\:grayscale-0{
  --tw-grayscale: grayscale(0);
  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);
}



@media (min-width: 640px){

  .sm\:prose-bg-gray-dark{
    color: #e1eaef;
  }

  .sm\:prose-bg-gray-dark a{
    color: #c084fc;
  }

  :where(.sm\:prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #d8b4fe;
  }

  :where(.sm\:prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  .sm\:prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .sm\:prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .sm\:prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #4b6371;
    border-top-width: 1px;
  }

  .sm\:prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #f1f6f9;
    border-left-color: #9333ea;
  }

  .sm\:prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #c8d7df;
  }

  .sm\:prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .sm\:prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
    border-bottom-color: #688392;
    border-bottom-width: 2px;
  }

  .sm\:prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #4b6371;
    border-bottom-width: 2px;
  }

  .sm\:prose-bg-gray{
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray a{
    color: #d8b4fe;
  }

  :where(.sm\:prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.sm\:prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
    color: #c084fc;
  }

  .sm\:prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .sm\:prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
    border-radius: 50%;
  }

  .sm\:prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #93abb8;
    border-top-width: 1px;
  }

  .sm\:prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .sm\:prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .sm\:prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .sm\:prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c8d7df;
  }

  .sm\:prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #93abb8;
  }

  .sm\:prose-bg-gray-light{
    color: #223644;
  }

  .sm\:prose-bg-gray-light a{
    color: #9333ea;
  }

  :where(.sm\:prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.sm\:prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
    color: #9333ea;
  }

  .sm\:prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #7e22ce;
  }

  .sm\:prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #7e22ce;
  }

  .sm\:prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #688392;
  }

  .sm\:prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-left-color: #a855f7;
  }

  .sm\:prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .sm\:prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .sm\:prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .sm\:prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #4b6371;
  }

  .sm\:prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #688392;
  }

  .sm\:prose-bg-gray-lighter{
    color: #4b6371;
  }

  .sm\:prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c8d7df;
  }

  .sm\:prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    border-left-color: #d8b4fe;
  }

  .sm\:prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #4b6371;
  }

  .sm\:prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #93abb8;
  }

  .sm\:prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c8d7df;
  }

  .sm\:prose-bg-primary-dark{
    color: #f3e8ff;
  }

  .sm\:prose-bg-primary-dark a{
    color: #fff;
  }

  :where(.sm\:prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #f3e8ff;
  }

  :where(.sm\:prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #c084fc;
  }

  .sm\:prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #c084fc;
  }

  .sm\:prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .sm\:prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #a855f7;
  }

  .sm\:prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  .sm\:prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
    background-color: #6b21a8;
  }

  .sm\:prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c084fc;
  }

  .sm\:prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .sm\:prose-bg-primary{
    color: #fff;
  }

  .sm\:prose-bg-primary a{
    color: #fff;
    font-weight: 700;
  }

  :where(.sm\:prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.sm\:prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .sm\:prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
  }

  .sm\:prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c084fc;
  }

  .sm\:prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .sm\:prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .sm\:prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
    color: #fff;
    background-color: #6b21a8;
  }

  .sm\:prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #d8b4fe;
  }

  .sm\:prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c084fc;
  }

  .sm\:prose-bg-primary-light{
    color: #581c87;
  }

  .sm\:prose-bg-primary-light a{
    color: #581c87;
  }

  :where(.sm\:prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.sm\:prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .sm\:prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #9333ea;
  }

  .sm\:prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #9333ea;
  }

  .sm\:prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .sm\:prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #a855f7;
  }

  .sm\:prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .sm\:prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .sm\:prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #9333ea;
  }

  .sm\:prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .sm\:prose-bg-primary-lighter{
    color: #6b21a8;
  }

  .sm\:prose-bg-primary-lighter a{
    color: #581c87;
  }

  :where(.sm\:prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.sm\:prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .sm\:prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .sm\:prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
  }

  .sm\:prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #d8b4fe;
  }

  .sm\:prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #d8b4fe;
  }

  .sm\:prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .sm\:prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .sm\:prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .sm\:prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .sm\:prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #c084fc;
  }

  .sm\:prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #d8b4fe;
  }

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

  .sm\:order-3{
    order: 3;
  }

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

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

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

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

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

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

  .sm\:block{
    display: block;
  }

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

  .sm\:flex{
    display: flex;
  }

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

  .sm\:h-screen{
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

  .sm\:align-middle{
    vertical-align: middle;
  }

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



@media (min-width: 768px){

  .md\:prose{
    color: #688392;
    max-width: 65ch;
  }

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

  .md\:prose a{
    color: #9333ea;
    text-decoration: underline;
    font-weight: 700;
  }

  :where(.md\:prose a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.md\:prose a:active):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  .md\:prose :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:prose :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

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

  .md\:prose :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

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

  .md\:prose :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

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

  .md\:prose :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
    font-size: 0.875em;
  }

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

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

  .md\:prose :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
    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;
  }

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

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

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

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

  .md\:prose :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 2px;
    border-bottom-color: #c8d7df;
    color: #122333;
  }

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

  .md\:prose :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-width: 2px;
    border-bottom-color: #e1eaef;
  }

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

  .md\:prose :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:prose{
    max-width: 75ch;
  }

  .md\:prose :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .md\:prose :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .md\:prose :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #688392;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:prose-xl :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.6em;
  }

  .md\:prose-xl :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.6em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

  .md\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

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

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

  .md\:prose-bg-gray-dark{
    color: #e1eaef;
  }

  .md\:prose-bg-gray-dark a{
    color: #c084fc;
  }

  :where(.md\:prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #d8b4fe;
  }

  :where(.md\:prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  .md\:prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .md\:prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .md\:prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #4b6371;
    border-top-width: 1px;
  }

  .md\:prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #f1f6f9;
    border-left-color: #9333ea;
  }

  .md\:prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #c8d7df;
  }

  .md\:prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .md\:prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
    border-bottom-color: #688392;
    border-bottom-width: 2px;
  }

  .md\:prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #4b6371;
    border-bottom-width: 2px;
  }

  .md\:prose-bg-gray{
    color: #f8fbfc;
  }

  .md\:prose-bg-gray a{
    color: #d8b4fe;
  }

  :where(.md\:prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.md\:prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
    color: #c084fc;
  }

  .md\:prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .md\:prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
    border-radius: 50%;
  }

  .md\:prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #93abb8;
    border-top-width: 1px;
  }

  .md\:prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .md\:prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .md\:prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .md\:prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c8d7df;
  }

  .md\:prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #93abb8;
  }

  .md\:prose-bg-gray-light{
    color: #223644;
  }

  .md\:prose-bg-gray-light a{
    color: #9333ea;
  }

  :where(.md\:prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.md\:prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
    color: #9333ea;
  }

  .md\:prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #7e22ce;
  }

  .md\:prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #7e22ce;
  }

  .md\:prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #688392;
  }

  .md\:prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-left-color: #a855f7;
  }

  .md\:prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .md\:prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .md\:prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .md\:prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #4b6371;
  }

  .md\:prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #688392;
  }

  .md\:prose-bg-gray-lighter{
    color: #4b6371;
  }

  .md\:prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c8d7df;
  }

  .md\:prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    border-left-color: #d8b4fe;
  }

  .md\:prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #4b6371;
  }

  .md\:prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #93abb8;
  }

  .md\:prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c8d7df;
  }

  .md\:prose-bg-primary-dark{
    color: #f3e8ff;
  }

  .md\:prose-bg-primary-dark a{
    color: #fff;
  }

  :where(.md\:prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #f3e8ff;
  }

  :where(.md\:prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #c084fc;
  }

  .md\:prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #c084fc;
  }

  .md\:prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .md\:prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #a855f7;
  }

  .md\:prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  .md\:prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
    background-color: #6b21a8;
  }

  .md\:prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c084fc;
  }

  .md\:prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .md\:prose-bg-primary{
    color: #fff;
  }

  .md\:prose-bg-primary a{
    color: #fff;
    font-weight: 700;
  }

  :where(.md\:prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.md\:prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .md\:prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
  }

  .md\:prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c084fc;
  }

  .md\:prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .md\:prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .md\:prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
    color: #fff;
    background-color: #6b21a8;
  }

  .md\:prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #d8b4fe;
  }

  .md\:prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c084fc;
  }

  .md\:prose-bg-primary-light{
    color: #581c87;
  }

  .md\:prose-bg-primary-light a{
    color: #581c87;
  }

  :where(.md\:prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.md\:prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .md\:prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #9333ea;
  }

  .md\:prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #9333ea;
  }

  .md\:prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .md\:prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #a855f7;
  }

  .md\:prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .md\:prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .md\:prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #9333ea;
  }

  .md\:prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .md\:prose-bg-primary-lighter{
    color: #6b21a8;
  }

  .md\:prose-bg-primary-lighter a{
    color: #581c87;
  }

  :where(.md\:prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.md\:prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .md\:prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .md\:prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
  }

  .md\:prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #d8b4fe;
  }

  .md\:prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #d8b4fe;
  }

  .md\:prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .md\:prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .md\:prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .md\:prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .md\:prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #c084fc;
  }

  .md\:prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #d8b4fe;
  }

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

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

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

  .md\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

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

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

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

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

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

  .md\:ml-\[50\%\]{
    margin-left: 50%;
  }

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

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

  .md\:mt-20{
    margin-top: 5rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

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

  .md\:gap-9{
    gap: 2.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

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

  .md\:gap-14{
    gap: 3.5rem;
  }

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

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

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

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

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

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .md\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

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

  .md\:gap-y-1{
    row-gap: 0.25rem;
  }

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

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

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

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

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

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

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

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

  .md\:pt-28{
    padding-top: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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



@media (min-width: 1024px){

  .lg\:aspect-none{
    position: static;
    padding-bottom: 0;
  }

  .lg\:aspect-none > *{
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:prose-bg-gray-dark{
    color: #e1eaef;
  }

  .lg\:prose-bg-gray-dark a{
    color: #c084fc;
  }

  :where(.lg\:prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #d8b4fe;
  }

  :where(.lg\:prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  .lg\:prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .lg\:prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .lg\:prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #4b6371;
    border-top-width: 1px;
  }

  .lg\:prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #f1f6f9;
    border-left-color: #9333ea;
  }

  .lg\:prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #c8d7df;
  }

  .lg\:prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .lg\:prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
    border-bottom-color: #688392;
    border-bottom-width: 2px;
  }

  .lg\:prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #4b6371;
    border-bottom-width: 2px;
  }

  .lg\:prose-bg-gray{
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray a{
    color: #d8b4fe;
  }

  :where(.lg\:prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.lg\:prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
    color: #c084fc;
  }

  .lg\:prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .lg\:prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
    border-radius: 50%;
  }

  .lg\:prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #93abb8;
    border-top-width: 1px;
  }

  .lg\:prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .lg\:prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .lg\:prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .lg\:prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c8d7df;
  }

  .lg\:prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #93abb8;
  }

  .lg\:prose-bg-gray-light{
    color: #223644;
  }

  .lg\:prose-bg-gray-light a{
    color: #9333ea;
  }

  :where(.lg\:prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.lg\:prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
    color: #9333ea;
  }

  .lg\:prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #7e22ce;
  }

  .lg\:prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #7e22ce;
  }

  .lg\:prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #688392;
  }

  .lg\:prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-left-color: #a855f7;
  }

  .lg\:prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .lg\:prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .lg\:prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .lg\:prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #4b6371;
  }

  .lg\:prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #688392;
  }

  .lg\:prose-bg-gray-lighter{
    color: #4b6371;
  }

  .lg\:prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c8d7df;
  }

  .lg\:prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    border-left-color: #d8b4fe;
  }

  .lg\:prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #4b6371;
  }

  .lg\:prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #93abb8;
  }

  .lg\:prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c8d7df;
  }

  .lg\:prose-bg-primary-dark{
    color: #f3e8ff;
  }

  .lg\:prose-bg-primary-dark a{
    color: #fff;
  }

  :where(.lg\:prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #f3e8ff;
  }

  :where(.lg\:prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #c084fc;
  }

  .lg\:prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #c084fc;
  }

  .lg\:prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .lg\:prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #a855f7;
  }

  .lg\:prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  .lg\:prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
    background-color: #6b21a8;
  }

  .lg\:prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c084fc;
  }

  .lg\:prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .lg\:prose-bg-primary{
    color: #fff;
  }

  .lg\:prose-bg-primary a{
    color: #fff;
    font-weight: 700;
  }

  :where(.lg\:prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.lg\:prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .lg\:prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
  }

  .lg\:prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c084fc;
  }

  .lg\:prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .lg\:prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .lg\:prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
    color: #fff;
    background-color: #6b21a8;
  }

  .lg\:prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #d8b4fe;
  }

  .lg\:prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c084fc;
  }

  .lg\:prose-bg-primary-light{
    color: #581c87;
  }

  .lg\:prose-bg-primary-light a{
    color: #581c87;
  }

  :where(.lg\:prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.lg\:prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .lg\:prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #9333ea;
  }

  .lg\:prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #9333ea;
  }

  .lg\:prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .lg\:prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #a855f7;
  }

  .lg\:prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .lg\:prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .lg\:prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #9333ea;
  }

  .lg\:prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .lg\:prose-bg-primary-lighter{
    color: #6b21a8;
  }

  .lg\:prose-bg-primary-lighter a{
    color: #581c87;
  }

  :where(.lg\:prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.lg\:prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .lg\:prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .lg\:prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
  }

  .lg\:prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #d8b4fe;
  }

  .lg\:prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #d8b4fe;
  }

  .lg\:prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .lg\:prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .lg\:prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .lg\:prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .lg\:prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #c084fc;
  }

  .lg\:prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #d8b4fe;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

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

  .lg\:right-0{
    right: 0px;
  }

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

  .lg\:left-0{
    left: 0px;
  }

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

  .lg\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

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

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

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

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

  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .lg\:w-16{
    width: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem;
    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\:translate-y-12{
    --tw-translate-y: 3rem;
    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\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

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

  .lg\:gap-7{
    gap: 1.75rem;
  }

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

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

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

  .lg\:gap-20{
    gap: 5rem;
  }

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

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

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

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

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

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

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

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

  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

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

  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

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

  .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:gap-y-24{
    row-gap: 6rem;
  }

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

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

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

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

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

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

  .lg\:pt-60{
    padding-top: 15rem;
  }

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

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

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

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

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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



@media (min-width: 1280px){

  .xl\:prose{
    color: #688392;
    max-width: 65ch;
  }

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

  .xl\:prose a{
    color: #9333ea;
    text-decoration: underline;
    font-weight: 700;
  }

  :where(.xl\:prose a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.xl\:prose a:active):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  .xl\:prose :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

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

  .xl\:prose :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

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

  .xl\:prose :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

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

  .xl\:prose :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
    font-weight: 600;
    font-size: 0.875em;
  }

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

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

  .xl\:prose :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
    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;
  }

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

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

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

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

  .xl\:prose :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 2px;
    border-bottom-color: #c8d7df;
    color: #122333;
  }

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

  .xl\:prose :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-width: 2px;
    border-bottom-color: #e1eaef;
  }

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

  .xl\:prose :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose{
    max-width: 75ch;
  }

  .xl\:prose :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .xl\:prose :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .xl\:prose :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #688392;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose-base :where(ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.625em;
  }

  .xl\:prose-base :where(ul):not(:where([class~="not-prose"] *)){
    padding-left: 1.625em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose-base{
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose-bg-gray-dark{
    color: #e1eaef;
  }

  .xl\:prose-bg-gray-dark a{
    color: #c084fc;
  }

  :where(.xl\:prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #d8b4fe;
  }

  :where(.xl\:prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  .xl\:prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .xl\:prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .xl\:prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #4b6371;
    border-top-width: 1px;
  }

  .xl\:prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #f1f6f9;
    border-left-color: #9333ea;
  }

  .xl\:prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #c8d7df;
  }

  .xl\:prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .xl\:prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
    border-bottom-color: #688392;
    border-bottom-width: 2px;
  }

  .xl\:prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #4b6371;
    border-bottom-width: 2px;
  }

  .xl\:prose-bg-gray{
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray a{
    color: #d8b4fe;
  }

  :where(.xl\:prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.xl\:prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
    color: #c084fc;
  }

  .xl\:prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .xl\:prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
    border-radius: 50%;
  }

  .xl\:prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #93abb8;
    border-top-width: 1px;
  }

  .xl\:prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .xl\:prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .xl\:prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .xl\:prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c8d7df;
  }

  .xl\:prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #93abb8;
  }

  .xl\:prose-bg-gray-light{
    color: #223644;
  }

  .xl\:prose-bg-gray-light a{
    color: #9333ea;
  }

  :where(.xl\:prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.xl\:prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
    color: #9333ea;
  }

  .xl\:prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #7e22ce;
  }

  .xl\:prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #7e22ce;
  }

  .xl\:prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #688392;
  }

  .xl\:prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-left-color: #a855f7;
  }

  .xl\:prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .xl\:prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .xl\:prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .xl\:prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #4b6371;
  }

  .xl\:prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #688392;
  }

  .xl\:prose-bg-gray-lighter{
    color: #4b6371;
  }

  .xl\:prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c8d7df;
  }

  .xl\:prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    border-left-color: #d8b4fe;
  }

  .xl\:prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #4b6371;
  }

  .xl\:prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #93abb8;
  }

  .xl\:prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c8d7df;
  }

  .xl\:prose-bg-primary-dark{
    color: #f3e8ff;
  }

  .xl\:prose-bg-primary-dark a{
    color: #fff;
  }

  :where(.xl\:prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #f3e8ff;
  }

  :where(.xl\:prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #c084fc;
  }

  .xl\:prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #c084fc;
  }

  .xl\:prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .xl\:prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #a855f7;
  }

  .xl\:prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  .xl\:prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
    background-color: #6b21a8;
  }

  .xl\:prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c084fc;
  }

  .xl\:prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .xl\:prose-bg-primary{
    color: #fff;
  }

  .xl\:prose-bg-primary a{
    color: #fff;
    font-weight: 700;
  }

  :where(.xl\:prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.xl\:prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .xl\:prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
  }

  .xl\:prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c084fc;
  }

  .xl\:prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .xl\:prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .xl\:prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
    color: #fff;
    background-color: #6b21a8;
  }

  .xl\:prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #d8b4fe;
  }

  .xl\:prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c084fc;
  }

  .xl\:prose-bg-primary-light{
    color: #581c87;
  }

  .xl\:prose-bg-primary-light a{
    color: #581c87;
  }

  :where(.xl\:prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.xl\:prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .xl\:prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #9333ea;
  }

  .xl\:prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #9333ea;
  }

  .xl\:prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .xl\:prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #a855f7;
  }

  .xl\:prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .xl\:prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .xl\:prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #9333ea;
  }

  .xl\:prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .xl\:prose-bg-primary-lighter{
    color: #6b21a8;
  }

  .xl\:prose-bg-primary-lighter a{
    color: #581c87;
  }

  :where(.xl\:prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.xl\:prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .xl\:prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .xl\:prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
  }

  .xl\:prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #d8b4fe;
  }

  .xl\:prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #d8b4fe;
  }

  .xl\:prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .xl\:prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .xl\:prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .xl\:prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .xl\:prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #c084fc;
  }

  .xl\:prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #d8b4fe;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

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

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

  .xl\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

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

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

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

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

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

  .xl\:mr-0{
    margin-right: 0px;
  }

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

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

  .xl\:w-0{
    width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

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

  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

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

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

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

  .xl\:gap-y-20{
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    row-gap: 6rem;
  }

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

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

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

  .xl\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity));
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

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

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

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

  .xl\:pt-20{
    padding-top: 5rem;
  }

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

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

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

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

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

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

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

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

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}



@media (min-width: 1536px){

  .\32xl\:prose-bg-gray-dark{
    color: #e1eaef;
  }

  .\32xl\:prose-bg-gray-dark a{
    color: #c084fc;
  }

  :where(.\32xl\:prose-bg-gray-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #d8b4fe;
  }

  :where(.\32xl\:prose-bg-gray-dark a:active):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  .\32xl\:prose-bg-gray-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .\32xl\:prose-bg-gray-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
    border-radius: 50%;
  }

  .\32xl\:prose-bg-gray-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #4b6371;
    border-top-width: 1px;
  }

  .\32xl\:prose-bg-gray-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #f1f6f9;
    border-left-color: #9333ea;
  }

  .\32xl\:prose-bg-gray-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #c8d7df;
  }

  .\32xl\:prose-bg-gray-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .\32xl\:prose-bg-gray-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
    border-bottom-color: #688392;
    border-bottom-width: 2px;
  }

  .\32xl\:prose-bg-gray-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #4b6371;
    border-bottom-width: 2px;
  }

  .\32xl\:prose-bg-gray{
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray a{
    color: #d8b4fe;
  }

  :where(.\32xl\:prose-bg-gray a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.\32xl\:prose-bg-gray a:active):not(:where([class~="not-prose"] *)){
    color: #c084fc;
  }

  .\32xl\:prose-bg-gray :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .\32xl\:prose-bg-gray :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
    border-radius: 50%;
  }

  .\32xl\:prose-bg-gray :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #93abb8;
    border-top-width: 1px;
  }

  .\32xl\:prose-bg-gray :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .\32xl\:prose-bg-gray :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #f8fbfc;
  }

  .\32xl\:prose-bg-gray :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-gray :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .\32xl\:prose-bg-gray :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c8d7df;
  }

  .\32xl\:prose-bg-gray :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #93abb8;
  }

  .\32xl\:prose-bg-gray-light{
    color: #223644;
  }

  .\32xl\:prose-bg-gray-light a{
    color: #9333ea;
  }

  :where(.\32xl\:prose-bg-gray-light a:hover):not(:where([class~="not-prose"] *)){
    color: #a855f7;
  }

  :where(.\32xl\:prose-bg-gray-light a:active):not(:where([class~="not-prose"] *)){
    color: #9333ea;
  }

  .\32xl\:prose-bg-gray-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #7e22ce;
  }

  .\32xl\:prose-bg-gray-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #7e22ce;
  }

  .\32xl\:prose-bg-gray-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #688392;
  }

  .\32xl\:prose-bg-gray-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-left-color: #a855f7;
  }

  .\32xl\:prose-bg-gray-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .\32xl\:prose-bg-gray-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #223644;
  }

  .\32xl\:prose-bg-gray-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .\32xl\:prose-bg-gray-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #4b6371;
  }

  .\32xl\:prose-bg-gray-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #688392;
  }

  .\32xl\:prose-bg-gray-lighter{
    color: #4b6371;
  }

  .\32xl\:prose-bg-gray-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-gray-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c8d7df;
  }

  .\32xl\:prose-bg-gray-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    border-left-color: #d8b4fe;
  }

  .\32xl\:prose-bg-gray-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #4b6371;
  }

  .\32xl\:prose-bg-gray-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #122333;
    border-bottom-color: #93abb8;
  }

  .\32xl\:prose-bg-gray-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c8d7df;
  }

  .\32xl\:prose-bg-primary-dark{
    color: #f3e8ff;
  }

  .\32xl\:prose-bg-primary-dark a{
    color: #fff;
  }

  :where(.\32xl\:prose-bg-primary-dark a:hover):not(:where([class~="not-prose"] *)){
    color: #f3e8ff;
  }

  :where(.\32xl\:prose-bg-primary-dark a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #c084fc;
  }

  .\32xl\:prose-bg-primary-dark :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #c084fc;
  }

  .\32xl\:prose-bg-primary-dark :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-dark :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-dark :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  .\32xl\:prose-bg-primary-dark :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary-dark :where(pre):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
    background-color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-dark :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #c084fc;
  }

  .\32xl\:prose-bg-primary-dark :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .\32xl\:prose-bg-primary{
    color: #fff;
  }

  .\32xl\:prose-bg-primary a{
    color: #fff;
    font-weight: 700;
  }

  :where(.\32xl\:prose-bg-primary a:hover):not(:where([class~="not-prose"] *)){
    color: #e9d5ff;
  }

  :where(.\32xl\:prose-bg-primary a:active):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(strong):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #d8b4fe;
  }

  .\32xl\:prose-bg-primary :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #d8b4fe;
  }

  .\32xl\:prose-bg-primary :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #c084fc;
  }

  .\32xl\:prose-bg-primary :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-left-color: #c084fc;
  }

  .\32xl\:prose-bg-primary :where(h1):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(h2):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(h3):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(h4):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(a code):not(:where([class~="not-prose"] *)){
    color: #fff;
  }

  .\32xl\:prose-bg-primary :where(pre):not(:where([class~="not-prose"] *)){
    color: #fff;
    background-color: #6b21a8;
  }

  .\32xl\:prose-bg-primary :where(thead):not(:where([class~="not-prose"] *)){
    color: #fff;
    border-bottom-color: #d8b4fe;
  }

  .\32xl\:prose-bg-primary :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #c084fc;
  }

  .\32xl\:prose-bg-primary-light{
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light a{
    color: #581c87;
  }

  :where(.\32xl\:prose-bg-primary-light a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.\32xl\:prose-bg-primary-light a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-light :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #9333ea;
  }

  .\32xl\:prose-bg-primary-light :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #9333ea;
  }

  .\32xl\:prose-bg-primary-light :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-light :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-light :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-light :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-light :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-primary-light :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-primary-light :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .\32xl\:prose-bg-primary-light :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #9333ea;
  }

  .\32xl\:prose-bg-primary-light :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-lighter{
    color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-lighter a{
    color: #581c87;
  }

  :where(.\32xl\:prose-bg-primary-lighter a:hover):not(:where([class~="not-prose"] *)){
    color: #7e22ce;
  }

  :where(.\32xl\:prose-bg-primary-lighter a:active):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-lighter :where(strong):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-lighter :where(ol > li):not(:where([class~="not-prose"] *))::before{
    color: #a855f7;
  }

  .\32xl\:prose-bg-primary-lighter :where(ul > li):not(:where([class~="not-prose"] *))::before{
    background-color: #a855f7;
  }

  .\32xl\:prose-bg-primary-lighter :where(hr):not(:where([class~="not-prose"] *)){
    border-color: #d8b4fe;
  }

  .\32xl\:prose-bg-primary-lighter :where(blockquote):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-left-color: #d8b4fe;
  }

  .\32xl\:prose-bg-primary-lighter :where(h1):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-lighter :where(h2):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-lighter :where(h3):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-lighter :where(h4):not(:where([class~="not-prose"] *)){
    color: #581c87;
  }

  .\32xl\:prose-bg-primary-lighter :where(figure figcaption):not(:where([class~="not-prose"] *)){
    color: #6b21a8;
  }

  .\32xl\:prose-bg-primary-lighter :where(code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-primary-lighter :where(a code):not(:where([class~="not-prose"] *)){
    color: #122333;
  }

  .\32xl\:prose-bg-primary-lighter :where(pre):not(:where([class~="not-prose"] *)){
    color: #e1eaef;
    background-color: #223644;
  }

  .\32xl\:prose-bg-primary-lighter :where(thead):not(:where([class~="not-prose"] *)){
    color: #581c87;
    border-bottom-color: #c084fc;
  }

  .\32xl\:prose-bg-primary-lighter :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-color: #d8b4fe;
  }

  .\32xl\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:col-start-1{
    grid-column-start: 1;
  }

  .\32xl\:col-start-2{
    grid-column-start: 2;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3;
  }

  .\32xl\:col-start-4{
    grid-column-start: 4;
  }

  .\32xl\:col-start-5{
    grid-column-start: 5;
  }

  .\32xl\:col-start-6{
    grid-column-start: 6;
  }

  .\32xl\:col-start-7{
    grid-column-start: 7;
  }

  .\32xl\:col-start-8{
    grid-column-start: 8;
  }

  .\32xl\:col-start-9{
    grid-column-start: 9;
  }

  .\32xl\:col-start-10{
    grid-column-start: 10;
  }

  .\32xl\:col-start-11{
    grid-column-start: 11;
  }

  .\32xl\:col-start-12{
    grid-column-start: 12;
  }

  .\32xl\:col-start-13{
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto{
    grid-column-start: auto;
  }

  .\32xl\:w-0{
    width: 0px;
  }

  .\32xl\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:justify-start{
    justify-content: flex-start;
  }

  .\32xl\:gap-0{
    gap: 0px;
  }

  .\32xl\:gap-1{
    gap: 0.25rem;
  }

  .\32xl\:gap-2{
    gap: 0.5rem;
  }

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

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-5{
    gap: 1.25rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:gap-7{
    gap: 1.75rem;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

  .\32xl\:gap-9{
    gap: 2.25rem;
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-11{
    gap: 2.75rem;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-14{
    gap: 3.5rem;
  }

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

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-24{
    gap: 6rem;
  }

  .\32xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .\32xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:gap-y-0{
    row-gap: 0px;
  }

  .\32xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2{
    row-gap: 0.5rem;
  }

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

  .\32xl\:gap-y-4{
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8{
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12{
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14{
    row-gap: 3.5rem;
  }

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

  .\32xl\:gap-y-20{
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24{
    row-gap: 6rem;
  }

  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:pt-36{
    padding-top: 9rem;
  }

  .\32xl\:pb-40{
    padding-bottom: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

  .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .\32xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
}

