/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com*/*,:after,:before {
	box-sizing: border-box;
	border: 0 solid #101216;
}

:after,:before {
	--tw-content: "";
}

:host,html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: Open Sans,sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

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: #0f0d0d;
	text-decoration: inherit;
}

b,strong {
	font-weight: bolder;
}

code,kbd,pre,samp {
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: initial;
}

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-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,select {
	text-transform: none;
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: initial;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: initial;
}

::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
	margin: 0;
}

fieldset {
	margin: 0;
}

fieldset,legend {
	padding: 0;
}

menu,ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

[role=button],button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio,canvas,embed,iframe,img,object,svg,video {
	display: block;
	vertical-align: middle;
}

img,video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

x-cloak {
	display: none!important;
}

*,::backdrop,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;--tw-pan-y:;
	--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;
	--tw-gradient-from-position: ;--tw-gradient-via-position:;
	--tw-gradient-to-position: ;--tw-ordinal:;
	--tw-slashed-zero: ;--tw-numeric-figure:;
	--tw-numeric-spacing: ;--tw-numeric-fraction:;
	--tw-ring-inset: ;--tw-ring-offset-width:0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #3b82f680;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;--tw-brightness:;
	--tw-contrast: ;--tw-grayscale:;
	--tw-hue-rotate: ;--tw-invert:;
	--tw-saturate: ;--tw-sepia:;
	--tw-drop-shadow: ;--tw-backdrop-blur:;
	--tw-backdrop-brightness: ;--tw-backdrop-contrast:;
	--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert: ;--tw-backdrop-opacity:;
	--tw-backdrop-saturate: ;--tw-backdrop-sepia:;
	--tw-contain-size: ;--tw-contain-layout:;
	--tw-contain-paint: ;--tw-contain-style:;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media (min-width:640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
	}
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose :where([class~=lead]):not(:where([class~=not-prose],[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],[class~=not-prose] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
}

.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}

.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(ol):not(:where([class~=not-prose],[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],[class~=not-prose] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
	list-style-type: decimal;
}

.prose :where(ul):not(:where([class~=not-prose],[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],[class~=not-prose] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
	color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~=not-prose],[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],[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],[class~=not-prose] *)):before {
	content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: close-quote;
}

.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: .8888889em;
	line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-weight: 900;
	color: inherit;
}

.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-weight: 800;
	color: inherit;
}

.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: .6em;
	line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(h4):not(:where([class~=not-prose],[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],[class~=not-prose] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
	font-size: .875em;
	border-radius: .3125rem;
	padding: .1875em .375em;
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: .875em;
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
	content: "`";
}

.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: "`";
}

.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-size: .875em;
}

.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
	font-size: .9em;
}

.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: inherit;
}

.prose :where(pre):not(:where([class~=not-prose],[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: .8571429em 1.1428571em;
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
	background-color: initial;
	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],[class~=not-prose] *)):before {
	content: none;
}

.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
	content: none;
}

.prose :where(table):not(:where([class~=not-prose],[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],[class~=not-prose] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~=not-prose],[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],[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],[class~=not-prose] *)) {
	border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	vertical-align: initial;
}

.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	vertical-align: top;
}

.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
	margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
	color: var(--tw-prose-captions);
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em;
}

.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: #00000080;
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
	margin-bottom: 0;
}

.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: .5em;
	margin-bottom: .5em;
}

.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: .375em;
}

.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: .375em;
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: .75em;
	margin-bottom: .75em;
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: .75em;
	margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: .5em;
	padding-left: 1.625em;
}

.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-right: 0;
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding: .5714286em;
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-left: 0;
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	padding-right: 0;
}

.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 0;
}

.prose-stone {
	--tw-prose-body: #44403c;
	--tw-prose-headings: #1c1917;
	--tw-prose-lead: #57534e;
	--tw-prose-links: #1c1917;
	--tw-prose-bold: #1c1917;
	--tw-prose-counters: #78716c;
	--tw-prose-bullets: #d6d3d1;
	--tw-prose-hr: #e7e5e4;
	--tw-prose-quotes: #1c1917;
	--tw-prose-quote-borders: #e7e5e4;
	--tw-prose-captions: #78716c;
	--tw-prose-kbd: #1c1917;
	--tw-prose-kbd-shadows: 28 25 23;
	--tw-prose-code: #1c1917;
	--tw-prose-pre-code: #e7e5e4;
	--tw-prose-pre-bg: #292524;
	--tw-prose-th-borders: #d6d3d1;
	--tw-prose-td-borders: #e7e5e4;
	--tw-prose-invert-body: #d6d3d1;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #a8a29e;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #a8a29e;
	--tw-prose-invert-bullets: #57534e;
	--tw-prose-invert-hr: #44403c;
	--tw-prose-invert-quotes: #f5f5f4;
	--tw-prose-invert-quote-borders: #44403c;
	--tw-prose-invert-captions: #a8a29e;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d6d3d1;
	--tw-prose-invert-pre-bg: #00000080;
	--tw-prose-invert-th-borders: #57534e;
	--tw-prose-invert-td-borders: #44403c;
}

.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;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.collapse {
	visibility: collapse;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.inset-y-0 {
	top: 0;
	bottom: 0;
}

.-right-4 {
	right: -1rem;
}

.-top-1 {
	top: -.25rem;
}

.-top-4 {
	top: -1rem;
}

.-top-\[160px\] {
	top: -160px;
}

.bottom-0 {
	bottom: 0;
}

.bottom-4 {
	bottom: 1rem;
}

.bottom-6 {
	bottom: 1.5rem;
}

.end-1 {
	inset-inline-end: .25rem;
}

.end-10 {
	inset-inline-end: 2.5rem;
}

.left-0 {
	left: 0;
}

.left-1\/2 {
	left: 50%;
}

.right-0 {
	right: 0;
}

.start-10 {
	inset-inline-start: 2.5rem;
}

.top-0 {
	top: 0;
}

.top-1\/2 {
	top: 50%;
}

.top-16 {
	top: 4rem;
}

.top-\[71px\] {
	top: 71px;
}

.top-\[74px\] {
	top: 74px;
}

.-z-\[1\] {
	z-index: -1;
}

.z-10 {
	z-index: 10;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.z-\[2\] {
	z-index: 2;
}

.z-\[60\] {
	z-index: 60;
}

.order-1 {
	order: 1;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.me-0 {
	margin-inline-end: 0;
}

.me-1 {
	margin-inline-end: .25rem;
}

.me-3 {
	margin-inline-end: .75rem;
}

.me-4 {
	margin-inline-end: 1rem;
}

.mr-2 {
	margin-right: .5rem;
}

.mr-3 {
	margin-right: .75rem;
}

.ms-2 {
	margin-inline-start: .5rem;
}

.ms-auto {
	margin-inline-start: auto;
}

.mt-0\.5 {
	margin-top: .125rem;
}

.mt-1 {
	margin-top: .25rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-2 {
	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-auto {
	margin-top: auto;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-3,.line-clamp-6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.line-clamp-6 {
	-webkit-line-clamp: 6;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.aspect-square {
	aspect-ratio: 1/1;
}

.aspect-video {
	aspect-ratio: 16/9;
}

.size-6 {
	width: 1.5rem;
	height: 1.5rem;
}

.h-10 {
	height: 2.5rem;
}

.h-14 {
	height: 3.5rem;
}

.h-16 {
	height: 4rem;
}

.h-2 {
	height: .5rem;
}

.h-20 {
	height: 5rem;
}

.h-24 {
	height: 6rem;
}

.h-3 {
	height: .75rem;
}

.h-32 {
	height: 8rem;
}

.h-4 {
	height: 1rem;
}

.h-48 {
	height: 12rem;
}

.h-5 {
	height: 1.25rem;
}

.h-56 {
	height: 14rem;
}

.h-6 {
	height: 1.5rem;
}

.h-64 {
	height: 16rem;
}

.h-72 {
	height: 18rem;
}

.h-8 {
	height: 2rem;
}

.h-80 {
	height: 20rem;
}

.h-\[200px\] {
	height: 200px;
}

.h-\[360px\] {
	height: 360px;
}

.h-\[40vh\] {
	height: 40vh;
}

.h-\[460px\] {
	height: 460px;
}

.h-\[500px\] {
	height: 500px;
}

.h-\[60vh\] {
	height: 60vh;
}

.h-\[70vh\] {
	height: 70vh;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.max-h-64 {
	max-height: 16rem;
}

.max-h-\[164px\] {
	max-height: 164px;
}

.min-h-\[80vh\] {
	min-height: 80vh;
}

.w-1\/3 {
	width: 33.333333%;
}

.w-10 {
	width: 2.5rem;
}

.w-16 {
	width: 4rem;
}

.w-2\/3 {
	width: 66.666667%;
}

.w-20 {
	width: 5rem;
}

.w-3 {
	width: .75rem;
}

.w-32 {
	width: 8rem;
}

.w-4 {
	width: 1rem;
}

.w-5 {
	width: 1.25rem;
}

.w-6 {
	width: 1.5rem;
}

.w-60 {
	width: 15rem;
}

.w-8 {
	width: 2rem;
}

.w-80 {
	width: 20rem;
}

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

.max-w-2xl {
	max-width: 42rem;
}

.max-w-3xl {
	max-width: 48rem;
}

.max-w-\[380px\] {
	max-width: 380px;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-screen-lg {
	max-width: 1024px;
}

.max-w-screen-md {
	max-width: 768px;
}

.max-w-screen-xl {
	max-width: 1280px;
}

.max-w-sm {
	max-width: 24rem;
}

.max-w-xl {
	max-width: 36rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.shrink-0 {
	flex-shrink: 0;
}

.flex-grow {
	flex-grow: 1;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}

.-translate-x-1\/2,.-translate-x-2 {
	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-2 {
	--tw-translate-x: -0.5rem;
}

.-translate-x-\[600px\] {
	--tw-translate-x: -600px;
}

.-translate-x-\[600px\],.-translate-y-1\/2 {
	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%;
}

.translate-x-0 {
	--tw-translate-x: 0px;
}

.translate-x-0,.translate-x-\[600px\] {
	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-\[600px\] {
	--tw-translate-x: 600px;
}

.rotate-180 {
	--tw-rotate: 180deg;
}

.rotate-180,.scale-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));
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}

.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
}

.scale-90,.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));
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

.animate-spin {
	animation: spin 1s linear infinite;
}

.cursor-pointer {
	cursor: pointer;
}

.grid-flow-col {
	grid-auto-flow: column;
}

.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-rows-10 {
	grid-template-rows: repeat(10,minmax(0,1fr));
}

.grid-rows-4 {
	grid-template-rows: repeat(4,minmax(0,1fr));
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.place-content-center {
	place-content: center;
}

.items-start {
	align-items: flex-start;
}

.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-1 {
	gap: .25rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-8 {
	gap: 2rem;
}

.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*(1 - var(--tw-space-x-reverse)));
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
}

.space-y-4>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}

.space-y-6>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-y-auto {
	overflow-y: auto;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

.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-sm {
	border-radius: .125rem;
}

.rounded-xl {
	border-radius: .75rem;
}

.rounded-b {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-r-md {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem;
}

.rounded-t-lg {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.border {
	border-width: 1px;
}

.border-0 {
	border-width: 0;
}

.border-2 {
	border-width: 2px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-l {
	border-left-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-amber-600 {
	--tw-border-opacity: 1;
	border-color: rgb(217 119 6/var(--tw-border-opacity));
}

.border-blue-900 {
	--tw-border-opacity: 1;
	border-color: rgb(30 58 138/var(--tw-border-opacity));
}

.border-blue-950 {
	--tw-border-opacity: 1;
	border-color: rgb(23 37 84/var(--tw-border-opacity));
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246/var(--tw-border-opacity));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.border-search-outline {
	--tw-border-opacity: 1;
	border-color: rgb(88 89 91/var(--tw-border-opacity));
}

.border-slate-200 {
	--tw-border-opacity: 1;
	border-color: rgb(226 232 240/var(--tw-border-opacity));
}

.border-slate-600 {
	--tw-border-opacity: 1;
	border-color: rgb(71 85 105/var(--tw-border-opacity));
}

.border-stone-300 {
	--tw-border-opacity: 1;
	border-color: rgb(214 211 209/var(--tw-border-opacity));
}

.border-stone-500 {
	--tw-border-opacity: 1;
	border-color: rgb(120 113 108/var(--tw-border-opacity));
}

.border-transparent {
	border-color: #0000;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.border-b-stone-200 {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(231 229 228/var(--tw-border-opacity));
}

.bg-amber-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(251 191 36/var(--tw-bg-opacity));
}

.bg-amber-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(245 158 11/var(--tw-bg-opacity));
}

.bg-amber-600\/80 {
	background-color: #d97706cc;
}

.bg-black\/40 {
	background-color: #0006;
}

.bg-black\/70 {
	background-color: #000000b3;
}

.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246/var(--tw-bg-opacity));
}

.bg-blue-800\/80 {
	background-color: #e9e9e4cc;
}

.bg-blue-950 {
	--tw-bg-opacity: 1;
	background-color: #dfdfdacc;
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

.bg-slate-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

.bg-slate-900\/75 {
	background-color: #0f172abf;
}

.bg-stone-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(231 229 228/var(--tw-bg-opacity));
}

.bg-stone-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(214 211 209/var(--tw-bg-opacity));
}

.bg-stone-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 249/var(--tw-bg-opacity));
}

.bg-stone-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(120 113 108/var(--tw-bg-opacity));
}

.bg-stone-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(87 83 78/var(--tw-bg-opacity));
}

.bg-stone-800\/75 {
	background-color: #292524bf;
}

.bg-stone-900\/70 {
	background-color: #1c1917b3;
}

.bg-transparent {
	background-color: initial;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-white\/30 {
	background-color: #ffffff4d;
}

.bg-white\/40 {
	background-color: #fff6;
}

.bg-white\/70 {
	background-color: #ffffffb3;
}

.bg-white\/90 {
	background-color: #ffffffe6;
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: 50%;
}

.fill-current {
	fill: currentColor;
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.object-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.object-top {
	-o-object-position: top;
	object-position: top;
}

.p-1 {
	padding: .25rem;
}

.p-2 {
	padding: .5rem;
}

.p-3 {
	padding: .75rem;
}

.p-4 {
	padding: 1rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-8 {
	padding: 2rem;
}

.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-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.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-2\.5 {
	padding-top: .625rem;
	padding-bottom: .625rem;
}

.py-20 {
	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;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: .25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.pb-3 {
	padding-bottom: .75rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.ps-3 {
	padding-inline-start: .75rem;
}

.pt-1 {
	padding-top: .25rem;
}

.pt-2 {
	padding-top: .5rem;
}

.pt-3 {
	padding-top: .75rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pt-8 {
	padding-top: 2rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-end {
	text-align: end;
}

.align-middle {
	vertical-align: middle;
}

.font-sans {
	font-family: Open Sans,sans-serif;
}

.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-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-lg\/snug {
	font-size: 1.125rem;
	line-height: 1.375;
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-sm\/relaxed {
	font-size: .875rem;
	line-height: 1.625;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.leading-loose {
	line-height: 2;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-snug {
	line-height: 1.375;
}

.leading-tight {
	line-height: 1.25;
}

.tracking-tight {
	letter-spacing: -.025em;
}

.tracking-wide {
	letter-spacing: .025em;
}

.tracking-wider {
	letter-spacing: .05em;
}

.tracking-widest {
	letter-spacing: .1em;
}

.text-amber-500 {
	--tw-text-opacity: 1;
	color: rgb(245 158 11/var(--tw-text-opacity));
}

.text-amber-600 {
	--tw-text-opacity: 1;
	color: rgb(217 119 6/var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity));
}

.text-blue-50 {
	--tw-text-opacity: 1;
	color: rgb(239 246 255/var(--tw-text-opacity));
}

.text-blue-800 {
	--tw-text-opacity: 1;
	color: rgb(30 64 175/var(--tw-text-opacity));
}

.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgb(30 58 138/var(--tw-text-opacity));
}

.text-blue-950 {
	--tw-text-opacity: 1;
	color: rgb(23 37 84/var(--tw-text-opacity));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39/var(--tw-text-opacity));
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68/var(--tw-text-opacity));
}

.text-slate-100 {
	--tw-text-opacity: 1;
	color: #0f0d0d;
}

.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139/var(--tw-text-opacity));
}

.text-slate-600 {
	--tw-text-opacity: 1;
	color: rgb(71 85 105/var(--tw-text-opacity));
}

.text-stone-500 {
	--tw-text-opacity: 1;
	color: rgb(120 113 108/var(--tw-text-opacity));
}

.text-stone-600 {
	--tw-text-opacity: 1;
	color: rgb(87 83 78/var(--tw-text-opacity));
}

.text-stone-700 {
	--tw-text-opacity: 1;
	color: rgb(68 64 60/var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: #0f0d0d;
}

.underline {
	text-decoration-line: underline;
}

.line-through {
	text-decoration-line: line-through;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.shadow,.shadow-inner {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-inner {
	--tw-shadow: inset 0 2px 4px 0 #0000000d;
	--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-lg,.shadow-sm {
	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 #0000000d;
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
	--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);
}

.shadow-blue-300\/50 {
	--tw-shadow-color: #93c5fd80;
	--tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/80 {
	--tw-shadow-color: #6b7280cc;
	--tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400 {
	--tw-shadow-color: #94a3b8;
	--tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
	--tw-shadow-color: #ffffff1a;
	--tw-shadow: var(--tw-shadow-colored);
}

.outline {
	outline-style: solid;
}

.blur {
	--tw-blur: blur(8px);
}

.blur,.brightness-50 {
	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);
}

.brightness-50 {
	--tw-brightness: brightness(.5);
}

.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
}

.drop-shadow,.grayscale {
	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);
}

.grayscale {
	--tw-grayscale: grayscale(100%);
}

.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);
}

.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
}

.backdrop-blur,.backdrop-blur-sm {
	-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);
}

.transition {
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.transition-colors {
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.transition-shadow {
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.duration-200 {
	transition-duration: .2s;
}

.duration-300 {
	transition-duration: .3s;
}

.duration-500 {
	transition-duration: .5s;
}

.ease-in {
	transition-timing-function: cubic-bezier(.4,0,1,1);
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.ease-out {
	transition-timing-function: cubic-bezier(0,0,.2,1);
}

.filter--show {
	animation: reveal .2s cubic-bezier(.25,.46,.45,.94) both;
	transform-origin: top;
}

@keyframes reveal {
	0% {
		display: block;
	}

	5% {
		opacity: 0;
		transform: scaleY(0);
	}

	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

@media (min-width:1024px) {
	.lg\:prose-xl {
		font-size: 1.25rem;
		line-height: 1.8;
	}

	.lg\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em;
	}

	.lg\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: .8571429em;
		line-height: 1;
	}

	.lg\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: .8888889em;
		line-height: 1.1111111;
	}

	.lg\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: .6666667em;
		line-height: 1.3333333;
	}

	.lg\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.8em;
		margin-bottom: .6em;
		line-height: 1.6;
	}

	.lg\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.lg\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
		border-radius: .3125rem;
		padding: .25em .4em;
	}

	.lg\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
	}

	.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .8611111em;
	}

	.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
	}

	.lg\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: .5rem;
		padding: 1.1111111em 1.3333333em;
	}

	.lg\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em;
	}

	.lg\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em;
	}

	.lg\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: .6em;
		margin-bottom: .6em;
	}

	.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-left: .4em;
	}

	.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-left: .4em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: .8em;
		margin-bottom: .8em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: .8em;
		margin-bottom: .8em;
	}

	.lg\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 1.2em;
	}

	.lg\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: .6em;
		padding-left: 1.6em;
	}

	.lg\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
	}

	.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
	}

	.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
	}

	.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
	}

	.lg\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
		line-height: 1.5555556;
	}

	.lg\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-right: .6666667em;
		padding-bottom: .8888889em;
		padding-left: .6666667em;
	}

	.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-left: 0;
	}

	.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-right: 0;
	}

	.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding: .8888889em .6666667em;
	}

	.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-left: 0;
	}

	.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		padding-right: 0;
	}

	.lg\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
		font-size: .9em;
		line-height: 1.5555556;
		margin-top: 1em;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-top: 0;
	}

	.lg\:prose-xl :where(.lg\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
		margin-bottom: 0;
	}
}

.placeholder\:text-slate-600::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(71 85 105/var(--tw-text-opacity));
}

.placeholder\:text-slate-600::placeholder {
	--tw-text-opacity: 1;
	color: rgb(71 85 105/var(--tw-text-opacity));
}

@keyframes pulse {
	50% {
		opacity: .5;
	}
}

.hover\:animate-pulse:hover {
	animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

.hover\:cursor-pointer:hover {
	cursor: pointer;
}

.hover\:border-amber-400:hover {
	--tw-border-opacity: 1;
	border-color: rgb(251 191 36/var(--tw-border-opacity));
}

.hover\:bg-amber-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(254 243 199/var(--tw-bg-opacity));
}

.hover\:bg-amber-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(245 158 11/var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(30 64 175/var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(30 58 138/var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252/var(--tw-bg-opacity));
}

.hover\:bg-stone-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 244/var(--tw-bg-opacity));
}

.hover\:bg-stone-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(214 211 209/var(--tw-bg-opacity));
}

.hover\:text-amber-400:hover {
	--tw-text-opacity: 1;
	color: rgb(251 191 36/var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(55 65 81/var(--tw-text-opacity));
}

.hover\:text-slate-50:hover {
	--tw-text-opacity: 1;
	color: rgb(248 250 252/var(--tw-text-opacity));
}

.hover\:shadow:hover {
	--tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.hover\:shadow-lg:hover,.hover\:shadow:hover {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
}

.hover\:shadow-md:hover {
	--tw-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
	--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);
}

.focus\:border-blue-500:focus {
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246/var(--tw-border-opacity));
}

.focus\:outline-none:focus {
	outline: 2px solid #0000;
	outline-offset: 2px;
}

.focus\:outline-blue-900:focus {
	outline-color: #1e3a8a;
}

.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-blue-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(30 58 138/var(--tw-ring-opacity));
}

.group:hover .group-hover\:ms-0\.5 {
	margin-inline-start: .125rem;
}

.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\:bg-white\/50 {
	background-color: #ffffff80;
}

.group:focus .group-focus\:outline-none {
	outline: 2px solid #0000;
	outline-offset: 2px;
}

.group:focus .group-focus\:ring-4 {
	--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(4px + 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);
}

.group:focus .group-focus\:ring-white {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity));
}

.prose-ul\:ml-4 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
	margin-left: 1rem;
}

.prose-ul\:list-outside :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
	list-style-position: outside;
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
	list-style-type: disc;
}

@media not all and (min-width:1024px) {
	.max-lg\:hidden {
		display: none;
	}
}

@media (min-width:640px) {
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width:768px) {
	.md\:ml-auto {
		margin-left: auto;
	}

	.md\:mr-auto {
		margin-right: auto;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-64 {
		height: 16rem;
	}

	.md\:h-\[392px\] {
		height: 392px;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.md\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:gap-4 {
		gap: 1rem;
	}

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:space-y-0>:not([hidden])~:not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px*var(--tw-space-y-reverse));
	}

	.md\:p-0 {
		padding: 0;
	}

	.md\:p-8 {
		padding: 2rem;
	}

	.md\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.md\:py-1 {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}

	.md\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.md\:pb-12 {
		padding-bottom: 3rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.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: .75rem;
		line-height: 1rem;
	}

	.md\:tracking-tighter {
		letter-spacing: -.05em;
	}@	media not all and (min-width:1024px) {
		.md\: max-lg\:flex{display:flex;
	}

	.md\:max-lg\:hidden {
		display: none;
	}
}}

@media (min-width:1024px) {
	.lg\:mt-0 {
		margin-top: 0;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:aspect-square {
		aspect-ratio: 1/1;
	}

	.lg\:h-64 {
		height: 16rem;
	}

	.lg\:h-\[60vh\] {
		height: 60vh;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-1\/5 {
		width: 20%;
	}

	.lg\:w-\[296px\] {
		width: 296px;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr));
	}

	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:gap-4 {
		gap: 1rem;
	}

	.lg\:gap-6 {
		gap: 1.5rem;
	}

	.lg\:gap-8 {
		gap: 2rem;
	}

	.lg\:border-t-0 {
		border-top-width: 0;
	}

	.lg\:p-0 {
		padding: 0;
	}

	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
}

.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *) {
	--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));
}

@media (prefers-color-scheme:dark) {
	.dark\:bg-gray-800 {
		--tw-bg-opacity: 1;
		background-color: rgb(31 41 55/var(--tw-bg-opacity));
	}

	.dark\:bg-gray-800\/30 {
		background-color: #1f29374d;
	}

	.dark\:bg-gray-800\/40 {
		background-color: #1f293766;
	}

	.dark\:text-gray-800 {
		--tw-text-opacity: 1;
		color: rgb(31 41 55/var(--tw-text-opacity));
	}

	.group:hover .dark\:group-hover\:bg-gray-800\/60 {
		background-color: #1f293799;
	}

	.group:focus .dark\:group-focus\:ring-gray-800\/70 {
		--tw-ring-color: #1f2937b3;
	}
}