:root {
    --color-neutral: 255, 255, 255;
    --color-neutral-50: 255, 255, 255;
    --color-neutral-100: 243, 244, 245;
    --color-neutral-200: 201, 206, 210;
    --color-neutral-300: 160, 168, 175;
    --color-neutral-400: 118, 129, 140;
    --color-neutral-500: 83, 91, 99;
    --color-neutral-600: 64, 71, 77;
    --color-neutral-700: 46, 50, 55;
    --color-neutral-800: 27, 30, 32;
    --color-neutral-900: 9, 9, 10;
    --color-primary-50: 239, 246, 255;
    --color-primary-100: 219, 234, 254;
    --color-primary-200: 191, 219, 254;
    --color-primary-300: 147, 197, 253;
    --color-primary-400: 96, 165, 250;
    --color-primary-500: 59, 130, 246;
    --color-primary-600: 37, 99, 235;
    --color-primary-700: 29, 78, 216;
    --color-primary-800: 30, 64, 175;
    --color-primary-900: 30, 58, 138;
    --color-secondary-50: 236, 254, 255;
    --color-secondary-100: 207, 250, 254;
    --color-secondary-200: 165, 243, 252;
    --color-secondary-300: 103, 232, 249;
    --color-secondary-400: 34, 211, 238;
    --color-secondary-500: 6, 182, 212;
    --color-secondary-600: 8, 145, 178;
    --color-secondary-700: 14, 116, 144;
    --color-secondary-800: 21, 94, 117;
    --color-secondary-900: 22, 78, 99
}

/*!Blowfish | MIT License | https://github.com/nunocoracao/blowfish*//*!tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: initial
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b, strong {
    font-weight: bolder
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[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: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding-top: .5rem;
    padding-right: .75rem;
    padding-bottom: .5rem;
    padding-left: .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: #6b7280;
    opacity: 1
}

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

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

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

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0
}

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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

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

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

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

[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: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%220 0 16 16%22 fill=%22%23fff%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M12.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%22/%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: 50%;
    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 solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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:
}

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

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

.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 :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: none;
    font-weight: 500;
    text-decoration-color: rgba(var(--color-primary-300), 1)
}

.prose :where(a):not(:where([class~=not-prose] *)):hover {
    color: rgba(var(--color-primary-300), 1);
    text-decoration: none;
    border-radius: .09rem
}

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

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

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

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

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    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=As]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=as]):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=Is]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=is]):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;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    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: var(--tw-prose-hr);
    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: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.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: var(--tw-prose-headings);
    font-weight: 500;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

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

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 500;
    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;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

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

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

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

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

.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: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 300;
    font-size: .875em;
    background-color: rgba(var(--color-neutral-100), 1);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: .25rem
}

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

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

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code)
}

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

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

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

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

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

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

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding-top: .8571429em;
    padding-right: 1.1428571em;
    padding-bottom: .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: .875em;
    line-height: 1.7142857
}

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

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

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

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

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

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

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

.prose {
    --tw-prose-body: rgba(var(--color-neutral-700), 1);
    --tw-prose-headings: rgba(var(--color-neutral-800), 1);
    --tw-prose-lead: rgba(var(--color-neutral-500), 1);
    --tw-prose-links: rgba(var(--color-primary-700), 1);
    --tw-prose-bold: rgba(var(--color-neutral-900), 1);
    --tw-prose-counters: rgba(var(--color-neutral-800), 1);
    --tw-prose-bullets: rgba(var(--color-neutral-500), 1);
    --tw-prose-hr: rgba(var(--color-neutral-200), 1);
    --tw-prose-quotes: rgba(var(--color-neutral-700), 1);
    --tw-prose-quote-borders: rgba(var(--color-primary-200), 1);
    --tw-prose-captions: rgba(var(--color-neutral-500), 1);
    --tw-prose-code: rgba(var(--color-secondary-700), 1);
    --tw-prose-pre-code: rgba(var(--color-neutral-700), 1);
    --tw-prose-pre-bg: rgba(var(--color-neutral-50), 1);
    --tw-prose-th-borders: rgba(var(--color-neutral-500), 1);
    --tw-prose-td-borders: rgba(var(--color-neutral-300), 1);
    --tw-prose-invert-body: rgba(var(--color-neutral-200), 1);
    --tw-prose-invert-headings: rgba(var(--color-neutral-50), 1);
    --tw-prose-invert-lead: rgba(var(--color-neutral-500), 1);
    --tw-prose-invert-links: rgba(var(--color-primary-400), 1);
    --tw-prose-invert-bold: rgba(var(--color-neutral), 1);
    --tw-prose-invert-counters: rgba(var(--color-neutral-400), 1);
    --tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1);
    --tw-prose-invert-hr: rgba(var(--color-neutral-500), 1);
    --tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1);
    --tw-prose-invert-quote-borders: rgba(var(--color-primary-900), 1);
    --tw-prose-invert-captions: rgba(var(--color-neutral-400), 1);
    --tw-prose-invert-code: rgba(var(--color-secondary-200), 1);
    --tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1);
    --tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1);
    --tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1);
    --tw-prose-invert-td-borders: rgba(var(--color-neutral-700), 1);
    font-size: 1rem;
    line-height: 1.75
}

.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(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

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

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

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

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

.prose :where(.prose>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: .75em;
    margin-bottom: .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,tfoot td):not(:where([class~=not-prose] *)) {
    padding-top: .5714286em;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

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

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

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

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

.prose :where(kbd):not(:where([class~=not-prose] *)) {
    background-color: rgba(var(--color-neutral-200), 1);
    padding: .1rem .4rem;
    border-radius: .25rem;
    font-size: .9rem;
    font-weight: 600
}

.prose :where(mark):not(:where([class~=not-prose] *)) {
    color: rgba(var(--color-neutral-800), 1);
    background-color: rgba(var(--color-primary-600), 1);
    padding: .1rem .2rem;
    border-radius: .25rem
}

.prose :where(p):not(:where([class~=not-prose] *))::before {
    display: none
}

.prose :where(p):not(:where([class~=not-prose] *))::after {
    display: none
}

.prose :where(a.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-600), 1)
}

.prose :where(p.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-600), 1)
}

.prose-invert :where(a.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-400), 1)
}

.prose-invert :where(p.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-400), 1)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.\!absolute {
    position: absolute !important
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

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

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-20 {
    top: 5rem
}

.top-\[100vh\] {
    top: 100vh
}

.top-\[calc\(100vh-5\.5rem\)\] {
    top: calc(100vh - 5.5rem)
}

.z-10 {
    z-index: 10
}

.z-30 {
    z-index: 30
}

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

.z-\[2\] {
    z-index: 2
}

.order-first {
    order: -9999
}

.float-left {
    float: left
}

.\!-m-px {
    margin: -1px !important
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-auto {
    margin: auto
}

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

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

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

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

.mx-\[3px\] {
    margin-left: 3px;
    margin-right: 3px
}

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

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

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

.\!mb-0 {
    margin-bottom: 0 !important
}

.\!mb-9 {
    margin-bottom: 2.25rem !important
}

.\!mt-0 {
    margin-top: 0 !important
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-ml-12 {
    margin-left: -3rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-mr-48 {
    margin-right: -12rem
}

.-mr-\[100\%\] {
    margin-right: -100%
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

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

.mb-\[2px\] {
    margin-bottom: 2px
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

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

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

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

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

.mt-5 {
    margin-top: 1.25rem
}

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

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

.mt-\[0\.1rem\] {
    margin-top: .1rem
}

.box-content {
    box-sizing: content-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.\!h-px {
    height: 1px !important
}

.h-1\/2 {
    height: 50%
}

.h-12 {
    height: 3rem
}

.h-24 {
    height: 6rem
}

.h-3 {
    height: .75rem
}

.h-36 {
    height: 9rem
}

.h-48 {
    height: 12rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-\[1000px\] {
    height: 1000px
}

.h-\[150px\] {
    height: 150px
}

.h-\[3px\] {
    height: 3px
}

.h-\[800px\] {
    height: 800px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-\[5rem\] {
    max-height: 5rem
}

.min-h-0 {
    min-height: 0
}

.min-h-\[148px\] {
    min-height: 148px
}

.min-h-full {
    min-height: 100%
}

.\!w-px {
    width: 1px !important
}

.w-12 {
    width: 3rem
}

.w-24 {
    width: 6rem
}

.w-3 {
    width: .75rem
}

.w-36 {
    width: 9rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-\[15\%\] {
    width: 15%
}

.w-\[30px\] {
    width: 30px
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

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

.min-w-\[1\.8rem\] {
    min-width: 1.8rem
}

.min-w-\[220px\] {
    min-width: 220px
}

.min-w-\[30px\] {
    min-width: 30px
}

.min-w-full {
    min-width: 100%
}

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

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

.max-w-\[1600px\] {
    max-width: 1600px
}

.max-w-\[5rem\] {
    max-width: 5rem
}

.max-w-\[64rem\] {
    max-width: 64rem
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

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

.max-w-prose {
    max-width: 120ch
}

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

.flex-1 {
    flex: 1
}

.flex-auto {
    flex: auto
}

.flex-initial {
    flex: initial
}

.flex-none {
    flex: none
}

.grow {
    flex-grow: 1
}

.-translate-y-8 {
    --tw-translate-y: -2rem;
    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-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

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

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-4 {
    gap: 1rem
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-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-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-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

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

.place-self-center {
    place-self: center
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.\!overflow-hidden {
    overflow: hidden !important
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.scroll-smooth {
    scroll-behavior: smooth
}

.\!whitespace-nowrap {
    white-space: nowrap !important
}

.\!rounded-md {
    border-radius: .375rem !important
}

.rounded {
    border-radius: .25rem
}

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

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

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.\!border-0 {
    border-width: 0 !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-y-\[10px\] {
    border-top-width: 10px;
    border-bottom-width: 10px
}

.border-l-2 {
    border-left-width: 2px
}

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

.border-solid {
    border-style: solid
}

.border-dotted {
    border-style: dotted
}

.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity))
}

.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity))
}

.border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary-400), var(--tw-border-opacity))
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary-500), var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.bg-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral), var(--tw-bg-opacity))
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-100), var(--tw-bg-opacity))
}

.bg-neutral-100\/50 {
    background-color: rgba(var(--color-neutral-100), .5)
}

.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity))
}

.bg-neutral-500\/50 {
    background-color: rgba(var(--color-neutral-500), .5)
}

.bg-neutral\/50 {
    background-color: rgba(var(--color-neutral), .5)
}

.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity))
}

.bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-200), var(--tw-bg-opacity))
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity))
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-none {
    background-image: none
}

.from-neutral {
    --tw-gradient-from: rgba(var(--color-neutral), 1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(var(--color-neutral), 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary-500 {
    --tw-gradient-from: rgba(var(--color-primary-500), 1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(var(--color-primary-500), 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-neutral {
    --tw-gradient-to: rgba(var(--color-neutral), 1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-neutral-100 {
    --tw-gradient-to: rgba(var(--color-neutral-100), 1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-secondary-700 {
    --tw-gradient-to: rgba(var(--color-secondary-700), 1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.bg-clip-padding {
    background-clip: padding-box
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.object-left {
    -o-object-position: left;
    object-position: left
}

.\!p-0 {
    padding: 0 !important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

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

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

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

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

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

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

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

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-\[24px\] {
    padding-left: 24px
}

.pr-\[24px\] {
    padding-right: 24px
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.-indent-\[999px\] {
    text-indent: -999px
}

.align-top {
    vertical-align: top
}

.align-text-bottom {
    vertical-align: text-bottom
}

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

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

.text-\[0\.6rem\] {
    font-size: .6rem
}

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

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

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

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

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.leading-3 {
    line-height: .75rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.\!text-neutral {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--color-neutral), var(--tw-text-opacity)) !important
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-200), var(--tw-text-opacity))
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-300), var(--tw-text-opacity))
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-400), var(--tw-text-opacity))
}

.text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-50), var(--tw-text-opacity))
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-500), var(--tw-text-opacity))
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-700), var(--tw-text-opacity))
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-800), var(--tw-text-opacity))
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-900), var(--tw-text-opacity))
}

.text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-300), var(--tw-text-opacity))
}

.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-400), var(--tw-text-opacity))
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-500), var(--tw-text-opacity))
}

.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-600), var(--tw-text-opacity))
}

.text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-700), var(--tw-text-opacity))
}

.text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-800), var(--tw-text-opacity))
}

.\!no-underline {
    text-decoration-line: none !important
}

.decoration-neutral-300 {
    text-decoration-color: rgba(var(--color-neutral-300), 1)
}

.decoration-primary-500 {
    text-decoration-color: rgba(var(--color-primary-500), 1)
}

.opacity-0 {
    opacity: 0
}

.opacity-30 {
    opacity: .3
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.mix-blend-normal {
    mix-blend-mode: normal
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

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

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.duration-150 {
    transition-duration: 150ms
}

.duration-\[600ms\] {
    transition-duration: 600ms
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] {
    transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
    clip: rect(0, 0, 0, 0) !important
}

body a, body button {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.icon svg {
    height: 1em;
    width: 1em
}

#search-query::-webkit-search-cancel-button, #search-query::-webkit-search-decoration, #search-query::-webkit-search-results-button, #search-query::-webkit-search-results-decoration {
    display: none
}

body:has(#menu-controller:checked) {
    overflow-y: hidden
}

#menu-button:has(#menu-controller:checked) {
    visibility: hidden
}

#menu-controller:checked ~ #menu-wrapper {
    visibility: visible;
    opacity: 1
}

:is([dir=rtl] .prose blockquote) {
    border-left-width: 0;
    border-right-width: 4px;
    padding-right: 1rem
}

:is([dir=rtl] .prose ul>li), :is([dir=rtl] .prose ol>li) {
    margin-right: 1.75rem;
    padding-left: 0;
    padding-right: .5rem
}

:is([dir=rtl] .prose ol>li):before, :is([dir=rtl] .prose ul>li):before {
    left: auto;
    right: .25rem
}

:is([dir=rtl] .prose thead td:first-child), :is([dir=rtl] .prose thead th:first-child) {
    padding-right: 0
}

:is([dir=rtl] .prose thead td:last-child), :is([dir=rtl] .prose thead th:last-child) {
    padding-left: 0
}

.prose div.min-w-0.max-w-prose > *:first-child {
    margin-top: .75rem
}

.toc ul, .toc li {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.375
}

:is([dir=ltr] .toc ul ul) {
    padding-left: 1rem
}

:is([dir=rtl] .toc ul ul) {
    padding-right: 1rem
}

.toc a {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-700), var(--tw-text-opacity))
}

:is(.dark .toc a) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-400), var(--tw-text-opacity))
}

:is([dir=rtl] .toc ul>li) {
    margin-right: 0
}

.highlight-wrapper {
    display: block
}

.highlight {
    position: relative;
    z-index: 0
}

.highlight:hover > .copy-button {
    visibility: visible
}

.copy-button {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 5rem;
    cursor: pointer;
    white-space: nowrap;
    border-bottom-left-radius: .375rem;
    border-top-right-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-200), var(--tw-bg-opacity));
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
    opacity: .9
}

:is(.dark .copy-button) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-200), var(--tw-text-opacity))
}

.copy-button:hover, .copy-button:focus, .copy-button:active, .copy-button:active:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity))
}

:is(.dark .copy-button:hover), :is(.dark .copy-button:focus), :is(.dark .copy-button:active), :is(.dark .copy-button:active:hover) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity))
}

.copy-textarea {
    position: absolute;
    z-index: -10;
    opacity: .05
}

.thumbnail {
    min-width: 300px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.thumbnail_card {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.thumbnail_card_term {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.single_hero_basic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.single_hero_round {
    max-height: 50vh;
    -o-object-fit: cover;
    object-fit: cover
}

.single_hero_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: calc(100% + 40px);
    z-index: -10;
    margin-left: -20px
}

.hero_gradient {
    width: 100%;
    height: 100%
}

.thumbnailshadow {
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, .3)
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    height: 0;
    visibility: hidden
}

@media (min-width: 640px) {
    .thumbnail {
        min-width: 100%;
        height: 180px
    }

    .article {
        flex-wrap: wrap
    }
}

@media (min-width: 853px) {
    .thumbnail {
        min-width: 300px;
        min-height: 180px;
        height: auto
    }

    .article {
        flex-wrap: nowrap
    }
}

.medium-zoom-image--opened {
    z-index: 100
}

.nested-menu:hover + .menuhide {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s, opacity .3s ease-in-out
}

.menuhide:hover {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s, opacity .3s ease-in-out
}

.menuhide {
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s ease-in-out;
    z-index: 1000
}

.active {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px
}

.grid-w10 {
    width: calc(10% - 5px);
    margin: 0 !important
}

.grid-w15 {
    width: calc(15% - 5px);
    margin: 0 !important
}

.grid-w20 {
    width: calc(20% - 5px);
    margin: 0 !important
}

.grid-w25 {
    width: calc(25% - 5px);
    margin: 0 !important
}

.grid-w30 {
    width: calc(30% - 5px);
    margin: 0 !important
}

.grid-w33 {
    width: calc(33% - 5px);
    margin: 0 !important
}

.grid-w35 {
    width: calc(35% - 5px);
    margin: 0 !important
}

.grid-w40 {
    width: calc(40% - 5px);
    margin: 0 !important
}

.grid-w45 {
    width: calc(45% - 5px);
    margin: 0 !important
}

.grid-w50 {
    width: calc(50% - 5px);
    margin: 0 !important
}

.grid-w55 {
    width: calc(55% - 5px);
    margin: 0 !important
}

.grid-w60 {
    width: calc(60% - 5px);
    margin: 0 !important
}

.grid-w65 {
    width: calc(65% - 5px);
    margin: 0 !important
}

.grid-w66 {
    width: calc(66% - 5px);
    margin: 0 !important
}

.grid-w70 {
    width: calc(70% - 5px);
    margin: 0 !important
}

.grid-w75 {
    width: calc(75% - 5px);
    margin: 0 !important
}

.grid-w80 {
    width: calc(80% - 5px);
    margin: 0 !important
}

.grid-w85 {
    width: calc(85% - 5px);
    margin: 0 !important
}

.grid-w90 {
    width: calc(90% - 5px);
    margin: 0 !important
}

.grid-w95 {
    width: calc(95% - 5px);
    margin: 0 !important
}

.grid-w100 {
    width: calc(100% - 5px);
    margin: 0 !important
}

@media (min-width: 640px) {
    .sm\:grid-w10 {
        width: calc(10% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w15 {
        width: calc(15% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w20 {
        width: calc(20% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w25 {
        width: calc(25% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w30 {
        width: calc(30% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w33 {
        width: calc(33% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w35 {
        width: calc(35% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w40 {
        width: calc(40% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w45 {
        width: calc(45% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w50 {
        width: calc(50% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w55 {
        width: calc(55% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w60 {
        width: calc(60% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w65 {
        width: calc(65% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w66 {
        width: calc(66% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w70 {
        width: calc(70% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w75 {
        width: calc(75% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w80 {
        width: calc(80% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w85 {
        width: calc(85% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w90 {
        width: calc(90% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w95 {
        width: calc(95% - 5px);
        margin: 0 !important
    }

    .sm\:grid-w100 {
        width: calc(100% - 5px);
        margin: 0 !important
    }
}

@media (min-width: 853px) {
    .md\:grid-w10 {
        width: calc(10% - 5px);
        margin: 0 !important
    }

    .md\:grid-w15 {
        width: calc(15% - 5px);
        margin: 0 !important
    }

    .md\:grid-w20 {
        width: calc(20% - 5px);
        margin: 0 !important
    }

    .md\:grid-w25 {
        width: calc(25% - 5px);
        margin: 0 !important
    }

    .md\:grid-w30 {
        width: calc(30% - 5px);
        margin: 0 !important
    }

    .md\:grid-w33 {
        width: calc(33% - 5px);
        margin: 0 !important
    }

    .md\:grid-w35 {
        width: calc(35% - 5px);
        margin: 0 !important
    }

    .md\:grid-w40 {
        width: calc(40% - 5px);
        margin: 0 !important
    }

    .md\:grid-w45 {
        width: calc(45% - 5px);
        margin: 0 !important
    }

    .md\:grid-w50 {
        width: calc(50% - 5px);
        margin: 0 !important
    }

    .md\:grid-w55 {
        width: calc(55% - 5px);
        margin: 0 !important
    }

    .md\:grid-w60 {
        width: calc(60% - 5px);
        margin: 0 !important
    }

    .md\:grid-w65 {
        width: calc(65% - 5px);
        margin: 0 !important
    }

    .md\:grid-w66 {
        width: calc(66% - 5px);
        margin: 0 !important
    }

    .md\:grid-w70 {
        width: calc(70% - 5px);
        margin: 0 !important
    }

    .md\:grid-w75 {
        width: calc(75% - 5px);
        margin: 0 !important
    }

    .md\:grid-w80 {
        width: calc(80% - 5px);
        margin: 0 !important
    }

    .md\:grid-w85 {
        width: calc(85% - 5px);
        margin: 0 !important
    }

    .md\:grid-w90 {
        width: calc(90% - 5px);
        margin: 0 !important
    }

    .md\:grid-w95 {
        width: calc(95% - 5px);
        margin: 0 !important
    }

    .md\:grid-w100 {
        width: calc(100% - 5px);
        margin: 0 !important
    }
}

@media (min-width: 1024px) {
    .lg\:grid-w10 {
        width: calc(10% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w15 {
        width: calc(15% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w20 {
        width: calc(20% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w25 {
        width: calc(25% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w30 {
        width: calc(30% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w33 {
        width: calc(33% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w35 {
        width: calc(35% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w40 {
        width: calc(40% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w45 {
        width: calc(45% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w50 {
        width: calc(50% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w55 {
        width: calc(55% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w60 {
        width: calc(60% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w65 {
        width: calc(65% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w66 {
        width: calc(66% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w70 {
        width: calc(70% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w75 {
        width: calc(75% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w80 {
        width: calc(80% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w85 {
        width: calc(85% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w90 {
        width: calc(90% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w95 {
        width: calc(95% - 5px);
        margin: 0 !important
    }

    .lg\:grid-w100 {
        width: calc(100% - 5px);
        margin: 0 !important
    }
}

@media (min-width: 1280px) {
    .xl\:grid-w10 {
        width: calc(10% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w15 {
        width: calc(15% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w20 {
        width: calc(20% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w25 {
        width: calc(25% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w30 {
        width: calc(30% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w33 {
        width: calc(33% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w35 {
        width: calc(35% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w40 {
        width: calc(40% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w45 {
        width: calc(45% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w50 {
        width: calc(50% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w55 {
        width: calc(55% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w60 {
        width: calc(60% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w65 {
        width: calc(65% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w66 {
        width: calc(66% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w70 {
        width: calc(70% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w75 {
        width: calc(75% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w80 {
        width: calc(80% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w85 {
        width: calc(85% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w90 {
        width: calc(90% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w95 {
        width: calc(95% - 5px);
        margin: 0 !important
    }

    .xl\:grid-w100 {
        width: calc(100% - 5px);
        margin: 0 !important
    }
}

@media (min-width: 1536px) {
    .2 xl\:grid-w10 {
    width: calc(10% - 5px);
    margin: 0 !important
}.2 xl\:grid-w15 {
    width: calc(15% - 5px);
    margin: 0 !important
}.2 xl\:grid-w20 {
    width: calc(20% - 5px);
    margin: 0 !important
}.2 xl\:grid-w25 {
    width: calc(25% - 5px);
    margin: 0 !important
}.2 xl\:grid-w30 {
    width: calc(30% - 5px);
    margin: 0 !important
}.2 xl\:grid-w33 {
    width: calc(33% - 5px);
    margin: 0 !important
}.2 xl\:grid-w35 {
    width: calc(35% - 5px);
    margin: 0 !important
}.2 xl\:grid-w40 {
    width: calc(40% - 5px);
    margin: 0 !important
}.2 xl\:grid-w45 {
    width: calc(45% - 5px);
    margin: 0 !important
}.2 xl\:grid-w50 {
    width: calc(50% - 5px);
    margin: 0 !important
}.2 xl\:grid-w55 {
    width: calc(55% - 5px);
    margin: 0 !important
}.2 xl\:grid-w60 {
    width: calc(60% - 5px);
    margin: 0 !important
}.2 xl\:grid-w65 {
    width: calc(65% - 5px);
    margin: 0 !important
}.2 xl\:grid-w66 {
    width: calc(66% - 5px);
    margin: 0 !important
}.2 xl\:grid-w70 {
    width: calc(70% - 5px);
    margin: 0 !important
}.2 xl\:grid-w75 {
    width: calc(75% - 5px);
    margin: 0 !important
}.2 xl\:grid-w80 {
    width: calc(80% - 5px);
    margin: 0 !important
}.2 xl\:grid-w85 {
    width: calc(85% - 5px);
    margin: 0 !important
}.2 xl\:grid-w90 {
    width: calc(90% - 5px);
    margin: 0 !important
}.2 xl\:grid-w95 {
    width: calc(95% - 5px);
    margin: 0 !important
}.2 xl\:grid-w100 {
    width: calc(100% - 5px);
    margin: 0 !important
}
}

.ratio-16-9 {
    padding-top: 56.25%
}

.ratio-21-9 {
    padding-top: 42.85%
}

.ratio-32-9 {
    padding-top: 28.125%
}

@media (min-width: 640px) {
    .sm\:ratio-16-9 {
        padding-top: 56.25%
    }

    .sm\:ratio-21-9 {
        padding-top: 42.85%
    }

    .sm\:ratio-32-9 {
        padding-top: 28.125%
    }
}

@media (min-width: 853px) {
    .md\:ratio-16-9 {
        padding-top: 56.25%
    }

    .md\:ratio-21-9 {
        padding-top: 42.85%
    }

    .md\:ratio-32-9 {
        padding-top: 28.125%
    }
}

@media (min-width: 1024px) {
    .lg\:ratio-16-9 {
        padding-top: 56.25%
    }

    .lg\:ratio-21-9 {
        padding-top: 42.85%
    }

    .lg\:ratio-32-9 {
        padding-top: 28.125%
    }
}

@media (min-width: 1280px) {
    .xl\:ratio-16-9 {
        padding-top: 56.25%
    }

    .xl\:ratio-21-9 {
        padding-top: 42.85%
    }

    .xl\:ratio-32-9 {
        padding-top: 28.125%
    }
}

@media (min-width: 1536px) {
    .2 xl\:ratio-16-9 {
    padding-top: 56.25%
}.2 xl\:ratio-21-9 {
    padding-top: 42.85%
}.2 xl\:ratio-32-9 {
    padding-top: 28.125%
}
}

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

:is(.dark .dark\:prose-invert) :where(a):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-neutral-600), 1)
}

:is(.dark .dark\:prose-invert) :where(kbd):not(:where([class~=not-prose] *)) {
    color: rgba(var(--color-neutral-200), 1);
    background-color: rgba(var(--color-neutral-700), 1)
}

:is(.dark .dark\:prose-invert) :where(mark):not(:where([class~=not-prose] *)) {
    background-color: rgba(var(--color-primary-400), 1)
}

:is(.dark .dark\:prose-invert) :where(code):not(:where([class~=not-prose] *)) {
    background-color: rgba(var(--color-neutral-700), 1)
}

:is(.dark .dark\:prose-invert) :where(a.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-400), 1)
}

:is(.dark .dark\:prose-invert) :where(p.active):not(:where([class~=not-prose] *)) {
    text-decoration-color: rgba(var(--color-primary-400), 1)
}

.after\:clear-both::after {
    content: var(--tw-content);
    clear: both
}

.after\:block::after {
    content: var(--tw-content);
    display: block
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content)
}

.first\:mt-8:first-child {
    margin-top: 2rem
}

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

.hover\:\!bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important
}

.hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity))
}

.hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity))
}

.hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity))
}

.hover\:text-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral), var(--tw-text-opacity))
}

.hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-400), var(--tw-text-opacity))
}

.hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-500), var(--tw-text-opacity))
}

.hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-600), var(--tw-text-opacity))
}

.hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-700), var(--tw-text-opacity))
}

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

.hover\:no-underline:hover {
    text-decoration-line: none
}

.hover\:decoration-primary-400:hover {
    text-decoration-color: rgba(var(--color-primary-400), 1)
}

.hover\:decoration-2:hover {
    text-decoration-thickness: 2px
}

.hover\:underline-offset-2:hover {
    text-underline-offset: 2px
}

.hover\:opacity-90:hover {
    opacity: .9
}

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

.focus\:translate-y-0:focus {
    --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))
}

.focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity))
}

.focus\:no-underline:focus {
    text-decoration-line: none
}

.focus\:opacity-90:focus {
    opacity: .9
}

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

.focus\:outline-dotted:focus {
    outline-style: dotted
}

.focus\:outline-2:focus {
    outline-width: 2px
}

.focus\:outline-transparent:focus {
    outline-color: transparent
}

.group:hover .group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-300), var(--tw-text-opacity))
}

.group:hover .group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-600), var(--tw-text-opacity))
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline
}

.group:hover .group-hover\:decoration-primary-500 {
    text-decoration-color: rgba(var(--color-primary-500), 1)
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

:is([dir=ltr] .ltr\:-left-6) {
    left: -1.5rem
}

:is([dir=ltr] .ltr\:right-0) {
    right: 0
}

:is([dir=ltr] .ltr\:-ml-5) {
    margin-left: -1.25rem
}

:is([dir=ltr] .ltr\:ml-2) {
    margin-left: .5rem
}

:is([dir=ltr] .ltr\:mr-14) {
    margin-right: 3.5rem
}

:is([dir=ltr] .ltr\:mr-4) {
    margin-right: 1rem
}

:is([dir=ltr] .ltr\:block) {
    display: block
}

:is([dir=ltr] .ltr\:inline) {
    display: inline
}

:is([dir=ltr] .ltr\:hidden) {
    display: none
}

:is([dir=ltr] .ltr\:border-l) {
    border-left-width: 1px
}

:is([dir=ltr] .ltr\:pl-5) {
    padding-left: 1.25rem
}

:is([dir=ltr] .ltr\:pr-2) {
    padding-right: .5rem
}

:is([dir=ltr] .ltr\:pr-3) {
    padding-right: .75rem
}

:is([dir=ltr] .ltr\:text-right) {
    text-align: right
}

:is([dir=rtl] .rtl\:-right-6) {
    right: -1.5rem
}

:is([dir=rtl] .rtl\:left-0) {
    left: 0
}

:is([dir=rtl] .rtl\:-mr-5) {
    margin-right: -1.25rem
}

:is([dir=rtl] .rtl\:ml-14) {
    margin-left: 3.5rem
}

:is([dir=rtl] .rtl\:ml-4) {
    margin-left: 1rem
}

:is([dir=rtl] .rtl\:mr-2) {
    margin-right: .5rem
}

:is([dir=rtl] .rtl\:block) {
    display: block
}

:is([dir=rtl] .rtl\:inline) {
    display: inline
}

:is([dir=rtl] .rtl\:hidden) {
    display: none
}

:is([dir=rtl] .rtl\:border-r) {
    border-right-width: 1px
}

:is([dir=rtl] .rtl\:pl-2) {
    padding-left: .5rem
}

:is([dir=rtl] .rtl\:pl-3) {
    padding-left: .75rem
}

:is([dir=rtl] .rtl\:pr-5) {
    padding-right: 1.25rem
}

:is([dir=rtl] .rtl\:text-left) {
    text-align: left
}

@media (prefers-reduced-motion: reduce) {
    .motion-reduce\:transition-none {
        transition-property: none
    }
}

:is(.dark .dark\:flex) {
    display: flex
}

:is(.dark .dark\:hidden) {
    display: none
}

:is(.dark .dark\:border-neutral-600) {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity))
}

:is(.dark .dark\:border-neutral-700) {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity))
}

:is(.dark .dark\:border-primary-300) {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary-300), var(--tw-border-opacity))
}

:is(.dark .dark\:border-primary-600) {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary-600), var(--tw-border-opacity))
}

:is(.dark .dark\:bg-neutral-600) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-neutral-700) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-neutral-800) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-neutral-800\/50) {
    background-color: rgba(var(--color-neutral-800), .5)
}

:is(.dark .dark\:bg-neutral-900\/50) {
    background-color: rgba(var(--color-neutral-900), .5)
}

:is(.dark .dark\:bg-primary-300) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-primary-400) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-primary-800) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity))
}

:is(.dark .dark\:bg-primary-900) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity))
}

:is(.dark .dark\:from-neutral-800) {
    --tw-gradient-from: rgba(var(--color-neutral-800), 1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(var(--color-neutral-800), 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

:is(.dark .dark\:from-primary-600) {
    --tw-gradient-from: rgba(var(--color-primary-600), 1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(var(--color-primary-600), 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

:is(.dark .dark\:to-neutral-800) {
    --tw-gradient-to: rgba(var(--color-neutral-800), 1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

:is(.dark .dark\:to-secondary-800) {
    --tw-gradient-to: rgba(var(--color-secondary-800), 1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

:is(.dark .dark\:text-neutral) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-100) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-100), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-200) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-200), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-300) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-300), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-400) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-400), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-500) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-500), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-700) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-700), var(--tw-text-opacity))
}

:is(.dark .dark\:text-neutral-800) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-800), var(--tw-text-opacity))
}

:is(.dark .dark\:text-primary-200) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-200), var(--tw-text-opacity))
}

:is(.dark .dark\:text-primary-400) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-400), var(--tw-text-opacity))
}

:is(.dark .dark\:opacity-60) {
    opacity: .6
}

:is(.dark .dark\:hover\:\!bg-primary-700:hover) {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important
}

:is(.dark .dark\:hover\:bg-primary-400:hover) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity))
}

:is(.dark .dark\:hover\:bg-primary-900:hover) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity))
}

:is(.dark .dark\:hover\:text-neutral-800:hover) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-800), var(--tw-text-opacity))
}

:is(.dark .dark\:hover\:text-primary-400:hover) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-400), var(--tw-text-opacity))
}

:is(.dark .dark\:focus\:bg-primary-900:focus) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity))
}

:is(.dark .group:hover .dark\:group-hover\:text-neutral-700) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-neutral-700), var(--tw-text-opacity))
}

:is(.dark .group:hover .dark\:group-hover\:text-primary-400) {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary-400), var(--tw-text-opacity))
}

@media print {
    .print\:hidden {
        display: none
    }
}

@media (min-width: 640px) {
    .sm\:mb-0 {
        margin-bottom: 0
    }

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

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

    .sm\:max-w-prose {
        max-width: 120ch
    }

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

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

    .sm\:overflow-hidden {
        overflow: hidden
    }

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

    .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

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

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

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

    :is([dir=ltr] .ltr\:sm\:mr-7) {
        margin-right: 1.75rem
    }

    :is([dir=ltr] .ltr\:sm\:last\:mr-0:last-child) {
        margin-right: 0
    }

    :is([dir=rtl] .rtl\:sm\:ml-7) {
        margin-left: 1.75rem
    }

    :is([dir=rtl] .rtl\:sm\:last\:ml-0:last-child) {
        margin-left: 0
    }
}

@media (min-width: 853px) {
    .md\:-mr-16 {
        margin-right: -4rem
    }

    .md\:ml-12 {
        margin-left: 3rem
    }

    .md\:mr-7 {
        margin-right: 1.75rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-56 {
        height: 14rem
    }

    .md\:h-\[200px\] {
        height: 200px
    }

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

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

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

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:p-\[10vh\] {
        padding: 10vh
    }

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

@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:top-10 {
        top: 2.5rem
    }

    .lg\:top-\[140px\] {
        top: 140px
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:m-0 {
        margin: 0
    }

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

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

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-72 {
        height: 18rem
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-auto {
        width: auto
    }

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

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:max-w-xs {
        max-width: 20rem
    }

    .lg\:grid-flow-col-dense {
        grid-auto-flow: column dense
    }

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

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

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:p-\[12vh\] {
        padding: 12vh
    }

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

    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

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

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

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    :is([dir=ltr] .ltr\:lg\:pl-8) {
        padding-left: 2rem
    }

    :is([dir=rtl] .rtl\:lg\:pr-8) {
        padding-right: 2rem
    }
}

@media (min-width: 1280px) {
    .xl\:w-1\/4 {
        width: 25%
    }

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

@media (min-width: 1536px) {
    .\32xl\:grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }
}

.bg {
    background-color: #fff
}

.chroma {
    background-color: #f6f6f6;
    color: #464a54
}

.chroma .x {
}

.chroma .err {
    color: red;
    background-color: #faa
}

.chroma .cl {
}

.chroma .lnlinks {
    outline: none;
    text-decoration: none;
    color: inherit
}

.chroma .lntd {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0
}

.chroma .lntable {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.chroma .hl {
    background-color: #ffc
}

.chroma .lnt {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: .4em;
    padding: 0 .4em;
    color: #7f7f7f
}

.chroma .ln {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: .4em;
    padding: 0 .4em;
    color: #7f7f7f
}

.chroma .line {
    display: flex
}

.chroma .k {
    color: #00a
}

.chroma .kc {
    color: #00a
}

.chroma .kd {
    color: #00a
}

.chroma .kn {
    color: #00a
}

.chroma .kp {
    color: #00a
}

.chroma .kr {
    color: #00a
}

.chroma .kt {
    color: #0aa
}

.chroma .n {
}

.chroma .na {
    color: #1e90ff
}

.chroma .nb {
    color: #0aa
}

.chroma .bp {
}

.chroma .nc {
    color: #0a0;
    text-decoration: underline
}

.chroma .no {
    color: #a00
}

.chroma .nd {
    color: #888
}

.chroma .ni {
    color: #800;
    font-weight: 700
}

.chroma .ne {
}

.chroma .nf {
    color: #0a0
}

.chroma .fm {
}

.chroma .nl {
}

.chroma .nn {
    color: #0aa;
    text-decoration: underline
}

.chroma .nx {
}

.chroma .py {
}

.chroma .nt {
    color: #1e90ff;
    font-weight: 700
}

.chroma .nv {
    color: #a00
}

.chroma .vc {
}

.chroma .vg {
}

.chroma .vi {
}

.chroma .vm {
}

.chroma .l {
}

.chroma .ld {
}

.chroma .s {
    color: #a50
}

.chroma .sa {
    color: #a50
}

.chroma .sb {
    color: #a50
}

.chroma .sc {
    color: #a50
}

.chroma .dl {
    color: #a50
}

.chroma .sd {
    color: #a50
}

.chroma .s2 {
    color: #a50
}

.chroma .se {
    color: #a50
}

.chroma .sh {
    color: #a50
}

.chroma .si {
    color: #a50
}

.chroma .sx {
    color: #a50
}

.chroma .sr {
    color: #099
}

.chroma .s1 {
    color: #a50
}

.chroma .ss {
    color: #00a
}

.chroma .m {
    color: #099
}

.chroma .mb {
    color: #099
}

.chroma .mf {
    color: #099
}

.chroma .mh {
    color: #099
}

.chroma .mi {
    color: #099
}

.chroma .il {
    color: #099
}

.chroma .mo {
    color: #099
}

.chroma .o {
}

.chroma .ow {
    color: #00a
}

.chroma .p {
}

.chroma .c {
    color: #aaa;
    font-style: italic
}

.chroma .ch {
    color: #aaa;
    font-style: italic
}

.chroma .cm {
    color: #aaa;
    font-style: italic
}

.chroma .c1 {
    color: #aaa;
    font-style: italic
}

.chroma .cs {
    color: #00a;
    font-style: italic
}

.chroma .cp {
    color: #4c8317
}

.chroma .cpf {
    color: #4c8317
}

.chroma .g {
}

.chroma .gd {
    color: #a00
}

.chroma .ge {
    font-style: italic
}

.chroma .gr {
    color: #a00
}

.chroma .gh {
    color: navy;
    font-weight: 700
}

.chroma .gi {
    color: #0a0
}

.chroma .go {
    color: #888
}

.chroma .gp {
    color: #555
}

.chroma .gs {
    font-weight: 700
}

.chroma .gu {
    color: purple;
    font-weight: 700
}

.chroma .gt {
    color: #a00
}

.chroma .gl {
    text-decoration: underline
}

.chroma .w {
    color: #bbb
}

.dark .bg {
    color: #f8f8f2;
    background-color: #282a36
}

.dark .chroma {
    color: #f8f8f2;
    background-color: rgba(var(--color-neutral-700))
}

.dark .chroma .x {
}

.dark .chroma .err {
}

.dark .chroma .cl {
}

.dark .chroma .lnlinks {
    outline: none;
    text-decoration: none;
    color: inherit
}

.dark .chroma .lntd {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0
}

.dark .chroma .lntable {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.dark .chroma .hl {
    background-color: #ffc
}

.dark .chroma .lnt {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: .4em;
    padding: 0 .4em;
    color: #7f7f7f
}

.dark .chroma .ln {
    white-space: pre;
    -webkit-user-select: none;
    user-select: none;
    margin-right: .4em;
    padding: 0 .4em;
    color: #7f7f7f
}

.dark .chroma .line {
    display: flex
}

.dark .chroma .k {
    color: #ff79c6
}

.dark .chroma .kc {
    color: #ff79c6
}

.dark .chroma .kd {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .kn {
    color: #ff79c6
}

.dark .chroma .kp {
    color: #ff79c6
}

.dark .chroma .kr {
    color: #ff79c6
}

.dark .chroma .kt {
    color: #8be9fd
}

.dark .chroma .n {
}

.dark .chroma .na {
    color: #50fa7b
}

.dark .chroma .nb {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .bp {
}

.dark .chroma .nc {
    color: #50fa7b
}

.dark .chroma .no {
}

.dark .chroma .nd {
}

.dark .chroma .ni {
}

.dark .chroma .ne {
}

.dark .chroma .nf {
    color: #50fa7b
}

.dark .chroma .fm {
}

.dark .chroma .nl {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .nn {
}

.dark .chroma .nx {
}

.dark .chroma .py {
}

.dark .chroma .nt {
    color: #ff79c6
}

.dark .chroma .nv {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .vc {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .vg {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .vi {
    color: #8be9fd;
    font-style: none
}

.dark .chroma .vm {
}

.dark .chroma .l {
}

.dark .chroma .ld {
}

.dark .chroma .s {
    color: #f1fa8c
}

.dark .chroma .sa {
    color: #f1fa8c
}

.dark .chroma .sb {
    color: #f1fa8c
}

.dark .chroma .sc {
    color: #f1fa8c
}

.dark .chroma .dl {
    color: #f1fa8c
}

.dark .chroma .sd {
    color: #f1fa8c
}

.dark .chroma .s2 {
    color: #f1fa8c
}

.dark .chroma .se {
    color: #f1fa8c
}

.dark .chroma .sh {
    color: #f1fa8c
}

.dark .chroma .si {
    color: #f1fa8c
}

.dark .chroma .sx {
    color: #f1fa8c
}

.dark .chroma .sr {
    color: #f1fa8c
}

.dark .chroma .s1 {
    color: #f1fa8c
}

.dark .chroma .ss {
    color: #f1fa8c
}

.dark .chroma .m {
    color: #bd93f9
}

.dark .chroma .mb {
    color: #bd93f9
}

.dark .chroma .mf {
    color: #bd93f9
}

.dark .chroma .mh {
    color: #bd93f9
}

.dark .chroma .mi {
    color: #bd93f9
}

.dark .chroma .il {
    color: #bd93f9
}

.dark .chroma .mo {
    color: #bd93f9
}

.dark .chroma .o {
    color: #ff79c6
}

.dark .chroma .ow {
    color: #ff79c6
}

.dark .chroma .p {
}

.dark .chroma .c {
    color: #6272a4
}

.dark .chroma .ch {
    color: #6272a4
}

.dark .chroma .cm {
    color: #6272a4
}

.dark .chroma .c1 {
    color: #6272a4
}

.dark .chroma .cs {
    color: #6272a4
}

.dark .chroma .cp {
    color: #ff79c6
}

.dark .chroma .cpf {
    color: #ff79c6
}

.dark .chroma .g {
}

.dark .chroma .gd {
    color: #f55
}

.dark .chroma .ge {
    text-decoration: underline
}

.dark .chroma .gr {
}

.dark .chroma .gh {
    font-weight: 700
}

.dark .chroma .gi {
    color: #50fa7b;
    font-weight: 700
}

.dark .chroma .go {
    color: #44475a
}

.dark .chroma .gp {
}

.dark .chroma .gs {
}

.dark .chroma .gu {
    font-weight: 700
}

.dark .chroma .gt {
}

.dark .chroma .gl {
    text-decoration: underline
}

.dark .chroma .w {
}

.logo {
    width: 15em;
    height: 15em;
}

@font-face {
    /*font-family: carme-regular;*/
    /*src: url(/fonts/Carme-Regular.ttf)*/
}

html {
    font-family: carme-regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji
}