/* using https://github.com/trysound/postcss-easy-import/ */
/* using https://github.com/trysound/postcss-easy-import/ */
/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) -
 */
.flag {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 11px;
	border: none;
	background: url('https://kai.froeb.net/assets/img/flags.png') no-repeat
}

.flag.flag-fr {
	background-position: -80px -44px
}

.flag.flag-es {
	background-position: -224px -33px
}

.flag.flag-br {
	background-position: -176px -11px
}

.flag.flag-ru {
	background-position: -96px -121px
}

.flag.flag-gb {
	background-position: -112px -44px
}

.flag.flag-pt {
	background-position: -256px -110px
}

.flag.flag-de {
	background-position: -32px -33px
}

.flag.flag-it {
	background-position: -144px -66px
}

.flag.flag-cn {
	background-position: -176px -22px
}

ul#css3menu1,
ul#css3menu1 ul {
	list-style: none;
	padding: 0;
	background-color: transparent;
}

ul#css3menu1 ul {
	/* submenu styling */
	background-color: rgba(163, 191, 250, 1);
	display: none;
	position: absolute;
	left: 0;
	padding: 0 4px 2px;
}

ul#css3menu1 li:hover>* {
	display: block;
}

ul#css3menu1 li {
	/* kf: float: left: menu items are shown (as wanted) from left to right, change for arabic etc*/
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
}

ul#css3menu1 li:hover {
	z-index: 1;
}

ul#css3menu1 {
	font-size: 0;
	z-index: 1;
	position: relative;
	display: inline-block;
	zoom: 1;
	padding: 10px 4px 4px 0;
	background-image: none;
	*display: inline;
}

* html ul#css3menu1 li a {
	display: inline-block;
}

ul#css3menu1>li {
	margin: 0 0 0 5px;
}

ul#css3menu1 ul>li a {
	padding: 16px;
}

ul#css3menu1 a:active,
ul#css3menu1 a:focus {
	outline-style: none;
}

ul#css3menu1 a {
	display: block;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font: 16px Open Sans, Arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
	padding: 8px 6px;
	border-style: none;
}

ul#css3menu1 ul li {
	float: none;
}

ul#css3menu1 ul a {
	/* submenu items styling */
	text-align: left;
	padding: 4px;
	background-color: rgba(102, 126, 234, 1);
	background-image: none;
	color: white;
	text-decoration: none;
}

ul#css3menu1 li:hover>a,
ul#css3menu1 li a.pressed {
	border-style: none;
	color: #ffffff;
}

ul#css3menu1 img {
	border: none;
	vertical-align: middle;
	margin-left: 8px;
}

ul#css3menu1 span {
	display: block;
	overflow: visible;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAAXNSR0IArs4c6QAAAgRJREFUOMutlM9rE0EUx79vZpqGxm4au6ZdTSLaoFDBgkgtXnv0x8WL9uit+heIoCdB6KVUoQiKIF5F0LsKheJFxUL9WVLSpqmJ224I6dZmd3Y9xDZZJ0mp+GDZ4e2bz7797vsODYxOoF34RLWLtbj/WTP8pxBKgjMkjahvxDWEQwI+ASDCpiORNyvIFsrkeH57kB7r8gfTcQjOlcJwSODIoR4kjKg/nzFRLG9S43PWCDl53GgK+bvjoWN9ONDTta6ABGcYTMf3pMmJo3pMcBYEJY2ov1snamccqX7ND4CMuLZTcO/WBdy/fRGJfi2wMdGnYfrmeUzfOLeTO6jvC3YUDtU1JyJ0CI7xsRGkD/cCANKpXly/PIwOwUEs+AMUsbfj7oM3MK0N6LEIxsfOYGQoiWtXhqHHIjBLG7jzcKbppyqg3I8yHj97h4q9he5IJ65eOo3uSCcq9hYePf+A5UK5NehX1Q0kF7JrmHoyi6ojQQRUHYnJp2/xfWktUNe4jwHAalF9S3alhJevPiOzvI4Xr78gmy8pNXmzUtd2YHQCgjOcPZVqOgLbFqkZtGZiEMHxPMzMrZDj+XXTutLDp4XinuZoPmNarvRUsU3Lprmvq3ClbAtwpYeP3wr4WbL3tzStadk0+34p4P5GYQPuZ9T+GHGlh8WcRYs5q+XBBqLd5+hf4zeBaMKZF3CPjwAAAABJRU5ErkJggg==");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 19px;
}

ul#css3menu1>li.hamburger {
	display: none;
	cursor: pointer;
	width: 25px;
	height: 20px;
	padding: 8px 18px;
}

ul#css3menu1>li.hamburger:before {
	/* KF: inserteed top:-2px; for better adjustment */
	content: "";
	position: absolute;
	top: -2px;
	display: block;
	height: 4px;
	width: 25px;
	border-radius: 4px;
	/* drawing the hamburger icon... */
	background: #ffffff;
	-moz-box-shadow: 0 8px #ffffff, 0 16px #ffffff;
	-webkit-box-shadow: 0 8px #ffffff, 0 16px #ffffff;
	box-shadow: 0 8px #ffffff, 0 16px #ffffff;
}

ul#css3menu1>li.hamburger:hover:before {
	/* drawing the hamburger icon... */
	background: #ffffff;
	-moz-box-shadow: 0 8px #ffffff, 0 16px #ffffff;
	-webkit-box-shadow: 0 8px #ffffff, 0 16px #ffffff;
	box-shadow: 0 8px #ffffff, 0 16px #ffffff;
}

.c3m-switch-input {
	display: none !important;
}

ul#css3menu1 li:hover>a,
ul#css3menu1 li>a.pressed {
	border-style: none;
	color: #ffffff;
	text-decoration: none;
}

ul#css3menu1 ul li:hover>a,
ul#css3menu1 ul li>a.pressed {
	background-color: rgba(163, 191, 250, 1);
	background-image: none;
	border-style: none;
	color: white;
	text-decoration: none;
}

ul#css3menu1 li.topmenu>a {
	background-color: rgba(102, 126, 234, 1);
	border-style: none;
	padding: 8px 16px;
	color: white;
}

ul#css3menu1 li.topmenu:hover>a,
ul#css3menu1 li.topmenu>a.pressed {
	background-color: white;
	border-style: none;
	color: rgba(102, 126, 234, 1);
}

@media screen and (max-width: 520px) {
	ul#css3menu1 a {
		font: 14px;
		padding-left: 2px;
		padding-right: 0px;
		margin: 0px
	}
}

@media screen and (max-width: 450px) {
	ul#css3menu1 a {
		font: 12px;
		padding-left: 2px;
		padding-right: 0px;
		margin: 0px;
	}
}

@media screen and (max-width: 339px) {
	ul#css3menu1 {
		/* KF changed: position and width of hamburger icon border*/
		top: 10px;
		width: 110px;
		margin-right: 5px;
		margin-left: 5px;
	}

	ul#css3menu1>li.hamburger {
		/* KF changed: position of hamburger icon within border*/
		margin-top: 3px;
		left: 10px;
	}

	.c3m-switch-input:checked+ul#css3menu1 {
		/* KF changed: width of hamburger menu 100%->280px*/
		width: 200px;
	}

	ul#css3menu1>li {
		/* KF changed: width of items in hamburger menu, should be smaller: 100%->260px*/
		display: none;
		position: relative;
		width: 200px !important;
	}

	ul#css3menu1>li.hamburger,
	.c3m-switch-input:checked+ul#css3menu1>li+li {
		display: block;
	}

	/* styling the x icon when the hamburger menu is open */
	.c3m-switch-input:checked+ul#css3menu1>li.hamburger:before,
	.c3m-switch-input:checked+ul#css3menu1>li.hamburger:after {
		position: absolute;
		top: -2px;
		/* die nächste zeile sorgt dafür dass der 2. strich des x gezeichnet wird)*/
		content: '';
		height: 22px;
		width: 3px;
		background-color: #fff;
		/* ohne die nächste zeile wird das x unten links lang gezogen*/
		box-shadow: none;
	}

	/* die beiden folgenden styles ergeben zusammen, dass ein x hamburger icon entsteht */
	.c3m-switch-input:checked+ul#css3menu1>li.hamburger:before {
		transform: rotate(45deg);
	}

	.c3m-switch-input:checked+ul#css3menu1>li.hamburger:after {
		transform: rotate(-45deg);
	}

	/* needed for the positioning of the hamburger text "MENU" plus icon */
	ul#css3menu1>li.hamburger>label {
		position: absolute;
		cursor: pointer;
		top: -10px;
		left: 0;
		right: 0;
		height: 50px;
		width: 50px;
		bottom: 0;
	}

	.hamburger-text {
		text-transform: uppercase;
		align-text: center;

		color: white;
		font-size: 20px;

		position: absolute;
		right: 48px;
		bottom: 16px;
	}

	/* KF added: important changing to float:right will make the hamburger menu appear correctly in the right, together with rtl*/
	ul#css3menu1 li {
		float: right;
	}

	/*kf added this to make the hamburger menu items right aligned */
	ul#css3menu1 a {
		text-align: right;
	}

	ul#css3menu1 span {
		display: block;
		overflow: visible;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAAXNSR0IArs4c6QAAAgRJREFUOMutlM9rE0EUx79vZpqGxm4au6ZdTSLaoFDBgkgtXnv0x8WL9uit+heIoCdB6KVUoQiKIF5F0LsKheJFxUL9WVLSpqmJ224I6dZmd3Y9xDZZJ0mp+GDZ4e2bz7797vsODYxOoF34RLWLtbj/WTP8pxBKgjMkjahvxDWEQwI+ASDCpiORNyvIFsrkeH57kB7r8gfTcQjOlcJwSODIoR4kjKg/nzFRLG9S43PWCDl53GgK+bvjoWN9ONDTta6ABGcYTMf3pMmJo3pMcBYEJY2ov1snamccqX7ND4CMuLZTcO/WBdy/fRGJfi2wMdGnYfrmeUzfOLeTO6jvC3YUDtU1JyJ0CI7xsRGkD/cCANKpXly/PIwOwUEs+AMUsbfj7oM3MK0N6LEIxsfOYGQoiWtXhqHHIjBLG7jzcKbppyqg3I8yHj97h4q9he5IJ65eOo3uSCcq9hYePf+A5UK5NehX1Q0kF7JrmHoyi6ojQQRUHYnJp2/xfWktUNe4jwHAalF9S3alhJevPiOzvI4Xr78gmy8pNXmzUtd2YHQCgjOcPZVqOgLbFqkZtGZiEMHxPMzMrZDj+XXTutLDp4XinuZoPmNarvRUsU3Lprmvq3ClbAtwpYeP3wr4WbL3tzStadk0+34p4P5GYQPuZ9T+GHGlh8WcRYs5q+XBBqLd5+hf4zeBaMKZF3CPjwAAAABJRU5ErkJggg==");
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 19px;
	}

	/* Kf added for arrows right: background-position:left center-> right, padding-left ->padding-right */
	ul#css3menu1 span {
		background-position: right;
		padding-left: 0px;
		padding-right: 19px;
	}

	/* submenu styling - submenus are insterted, no overlapping, submenus are right aligned*/
	ul#css3menu1 ul {
		position: relative;
		right: 0;
	}

	/* Kf added: the next 3 entries to make submenu items to the right too */
	ul#css3menu1 ul a {
		text-align: right;
	}

	ul#css3menu1 li {
		float: right;
	}

	ul#css3menu1 a {
		font: 16px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.logo {
		display: inline-block;
	}

}

#headrow {
	height: 60px;
	z-index: 500;

}

/* show logo when hamburger meu is supposed to show up*/
/* most is defined in the html code */
#logo {
	padding: 0px;
	float: left;
}

/* - all three parts (nase, exp, icon) in one file */
/* - no normalize (will be handled by tailwindCSS) */
/* - no other change of existing tags, only new classes */
/* - prefixed with https://github.com/marceloucker/postcss-prefixer:
	gulp.src(paths.css.srcdir+'/modules/spectre-kf.css')
		.pipe(postcss([
				prefixer({
					prefix: 's-',
				})
			]))
		.pipe(gulp.dest(paths.css.dist));
	}
*/
.s-h1,
.s-h2,
.s-h3,
.s-h4,
.s-h5,
.s-h6 {
	font-weight: 500;
}

.s-h1 {
	font-size: 2rem;
}

.s-h2 {
	font-size: 1.6rem;
}

.s-h3 {
	font-size: 1.4rem;
}

.s-h4 {
	font-size: 1.2rem;
}

.s-h5 {
	font-size: 1rem;
}

.s-h6 {
	font-size: .8rem;
}

.s-avatar {
	background: #5755d9;
	border-radius: 50%;
	color: rgba(255, 255, 255, .85);
	display: inline-block;
	font-size: .8rem;
	font-weight: 300;
	height: 1.6rem;
	line-height: 1.25;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 1.6rem;
}

.s-avatar.s-avatar-xs {
	font-size: .4rem;
	height: .8rem;
	width: .8rem;
}

.s-avatar.s-avatar-sm {
	font-size: .6rem;
	height: 1.2rem;
	width: 1.2rem;
}

.s-avatar.s-avatar-lg {
	font-size: 1.2rem;
	height: 2.4rem;
	width: 2.4rem;
}

.s-avatar.s-avatar-xl {
	font-size: 1.6rem;
	height: 3.2rem;
	width: 3.2rem;
}

.s-avatar img {
	border-radius: 50%;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.s-avatar .s-avatar-icon,
.s-avatar .s-avatar-presence {
	background: #fff;
	bottom: 14.64%;
	height: 50%;
	padding: .1rem;
	position: absolute;
	right: 14.64%;
	transform: translate(50%, 50%);
	width: 50%;
	z-index: 2;
}

.s-avatar .s-avatar-presence {
	background: #bcc3ce;
	border-radius: 50%;
	box-shadow: 0 0 0 .1rem #fff;
	height: .5em;
	width: .5em;
}

.s-avatar .s-avatar-presence.s-online {
	background: #32b643;
}

.s-avatar .s-avatar-presence.s-busy {
	background: #e85600;
}

.s-avatar .s-avatar-presence.s-away {
	background: #ffb700;
}

.s-avatar[data-initial]::before {
	color: currentColor;
	content: attr(data-initial);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.s-panel {
	border: .05rem solid #dadee4;
	border-radius: .1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.s-panel .s-panel-header,
.s-panel .s-panel-footer {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: .8rem;
}

.s-panel .s-panel-nav {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.s-panel .s-panel-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 0 .8rem;
}

.s-text-primary {
	color: #5755d9 !important;
}

a.s-text-primary:focus,
a.s-text-primary:hover {
	color: #4240d4;
}

a.s-text-primary:visited {
	color: #6c6ade;
}

.s-text-secondary {
	color: #e5e5f9 !important;
}

a.s-text-secondary:focus,
a.s-text-secondary:hover {
	color: #d1d0f4;
}

a.s-text-secondary:visited {
	color: #fafafe;
}

.s-text-gray {
	color: #bcc3ce !important;
}

a.s-text-gray:focus,
a.s-text-gray:hover {
	color: #adb6c4;
}

a.s-text-gray:visited {
	color: #cbd0d9;
}

.s-text-light {
	color: #fff !important;
}

a.s-text-light:focus,
a.s-text-light:hover {
	color: #f2f2f2;
}

a.s-text-light:visited {
	color: white;
}

.s-text-dark {
	color: #3b4351 !important;
}

a.s-text-dark:focus,
a.s-text-dark:hover {
	color: #303742;
}

a.s-text-dark:visited {
	color: #455060;
}

.s-text-success {
	color: #32b643 !important;
}

a.s-text-success:focus,
a.s-text-success:hover {
	color: #2da23c;
}

a.s-text-success:visited {
	color: #39c94b;
}

.s-text-warning {
	color: #ffb700 !important;
}

a.s-text-warning:focus,
a.s-text-warning:hover {
	color: #e6a500;
}

a.s-text-warning:visited {
	color: #ffbe1a;
}

.s-text-error {
	color: #e85600 !important;
}

a.s-text-error:focus,
a.s-text-error:hover {
	color: #cf4d00;
}

a.s-text-error:visited {
	color: #ff6003;
}

.s-m-0 {
	margin: 0 !important;
}

.s-mb-0 {
	margin-bottom: 0 !important;
}

.s-ml-0 {
	margin-left: 0 !important;
}

.s-mr-0 {
	margin-right: 0 !important;
}

.s-mt-0 {
	margin-top: 0 !important;
}

.s-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.s-my-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.s-m-1 {
	margin: .2rem !important;
}

.s-mb-1 {
	margin-bottom: .2rem !important;
}

.s-ml-1 {
	margin-left: .2rem !important;
}

.s-mr-1 {
	margin-right: .2rem !important;
}

.s-mt-1 {
	margin-top: .2rem !important;
}

.s-mx-1 {
	margin-left: .2rem !important;
	margin-right: .2rem !important;
}

.s-my-1 {
	margin-bottom: .2rem !important;
	margin-top: .2rem !important;
}

.s-m-2 {
	margin: .4rem !important;
}

.s-mb-2 {
	margin-bottom: .4rem !important;
}

.s-ml-2 {
	margin-left: .4rem !important;
}

.s-mr-2 {
	margin-right: .4rem !important;
}

.s-mt-2 {
	margin-top: .4rem !important;
}

.s-mx-2 {
	margin-left: .4rem !important;
	margin-right: .4rem !important;
}

.s-my-2 {
	margin-bottom: .4rem !important;
	margin-top: .4rem !important;
}

.s-p-0 {
	padding: 0 !important;
}

.s-pb-0 {
	padding-bottom: 0 !important;
}

.s-pl-0 {
	padding-left: 0 !important;
}

.s-pr-0 {
	padding-right: 0 !important;
}

.s-pt-0 {
	padding-top: 0 !important;
}

.s-px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.s-py-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.s-p-1 {
	padding: .2rem !important;
}

.s-pb-1 {
	padding-bottom: .2rem !important;
}

.s-pl-1 {
	padding-left: .2rem !important;
}

.s-pr-1 {
	padding-right: .2rem !important;
}

.s-pt-1 {
	padding-top: .2rem !important;
}

.s-px-1 {
	padding-left: .2rem !important;
	padding-right: .2rem !important;
}

.s-py-1 {
	padding-bottom: .2rem !important;
	padding-top: .2rem !important;
}

.s-p-2 {
	padding: .4rem !important;
}

.s-pb-2 {
	padding-bottom: .4rem !important;
}

.s-pl-2 {
	padding-left: .4rem !important;
}

.s-pr-2 {
	padding-right: .4rem !important;
}

.s-pt-2 {
	padding-top: .4rem !important;
}

.s-px-2 {
	padding-left: .4rem !important;
	padding-right: .4rem !important;
}

.s-py-2 {
	padding-bottom: .4rem !important;
	padding-top: .4rem !important;
}

.s-text-left {
	text-align: left;
}

.s-text-right {
	text-align: right;
}

.s-text-center {
	text-align: center;
}

.s-text-justify {
	text-align: justify;
}

.s-text-lowercase {
	text-transform: lowercase;
}

.s-text-uppercase {
	text-transform: uppercase;
}

.s-text-capitalize {
	text-transform: capitalize;
}

.s-text-normal {
	font-weight: normal;
}

.s-text-bold {
	font-weight: bold;
}

.s-text-italic {
	font-style: italic;
}

.s-text-large {
	font-size: 1.2em;
}

.s-text-small {
	font-size: .9em;
}

.s-text-tiny {
	font-size: .8em;
}

.s-text-muted {
	opacity: .8;
}

.s-text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s-text-clip {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.s-text-break {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
}

.s-bg-primary {
	background: #5755d9 !important;
	color: #fff;
}

.s-bg-secondary {
	background: #f1f1fc !important;
}

.s-bg-dark {
	background: #303742 !important;
	color: #fff;
}

.s-bg-gray {
	background: #f7f8f9 !important;
}

.s-bg-success {
	background: #32b643 !important;
	color: #fff;
}

.s-bg-warning {
	background: #ffb700 !important;
	color: #fff;
}

.s-bg-error {
	background: #e85600 !important;
	color: #fff;
}

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	tab-size: 4;
	/* 3 */
	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";
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
	display: none;
}

[type='text'],
input:where(:not([type])),
[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 {
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus,
input:where(:not([type])):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::placeholder,
textarea::placeholder {
	color: #6b7280;
	opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit
}

::-webkit-datetime-edit {
	display: inline-flex
}

::-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 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact
}

[multiple],
[size]:where(select:not([size="1"])) {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset
}

[type='checkbox'],
[type='radio'] {
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	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: 0px
}

[type='radio'] {
	border-radius: 100%
}

[type='checkbox']:focus,
[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,
			/*!*/
			/*!*/
		);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

[type='checkbox']:checked,
[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit
}

[type='file']:focus {
	outline: 1px 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-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia:
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia:
}

.container {
	width: 100%
}

@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: 0.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: 0.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: 0.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: 0.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: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-right: 0.375em;
	padding-bottom: 0.1875em;
	padding-left: 0.375em
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.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: 0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.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: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"], [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"], [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: 0.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: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.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: baseline
}

.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: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.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: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75
}

.prose :where(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: 0.5em;
	margin-bottom: 0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding-left: 0.375em
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.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: 0.75em;
	margin-bottom: 0.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: 0.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-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.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
}

.td-icon {
	width: 1.5rem;
	max-width: min-content;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
	padding: 0.25rem;
	text-align: left;
	text-transform: none
}

@media (min-width: 640px) {
	.td-icon {
		padding: 0.5rem
	}
}

.td-title {
	width: 3rem;
	max-width: 20rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
	padding: 0.25rem;
	text-align: left;
	text-transform: none
}

@media (min-width: 640px) {
	.td-title {
		padding: 0.5rem
	}
}

.td-value {
	width: 12rem;
	max-width: 36rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
	padding: 0.25rem;
	text-align: left;
	text-transform: none
}

@media (min-width: 640px) {
	.td-value {
		padding: 0.5rem
	}
}

.blue-link {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity));
	text-decoration-line: none
}

.blue-link:visited {
	color: rgb(147 51 234)
}

.blue-link:hover {
	--tw-text-opacity: 1;
	color: rgb(30 64 175 / var(--tw-text-opacity))
}

.fixed {
	position: fixed
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

.block {
	display: block
}

.flex {
	display: flex
}

.table {
	display: table
}

.contents {
	display: contents
}

.h-0 {
	height: 0px
}

.h-16 {
	height: 4rem
}

.h-auto {
	height: auto
}

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.max-w-5xl {
	max-width: 64rem
}

.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))
}

.items-center {
	align-items: center
}

.justify-between {
	justify-content: space-between
}

.border-none {
	border-style: none
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}

.bg-transparent {
	background-color: transparent
}

.bg-yellow-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(253 224 71 / var(--tw-bg-opacity))
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.pb-2 {
	padding-bottom: 0.5rem
}

.pt-20 {
	padding-top: 5rem
}

.text-center {
	text-align: center
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem
}

.font-medium {
	font-weight: 500
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity))
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}

.no-underline {
	text-decoration-line: none
}

@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: 0.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: 0.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: 0.6666667em;
		line-height: 1.3333333
	}

	.lg\:prose-xl :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.8em;
		margin-bottom: 0.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: 0.9em;
		border-radius: 0.3125rem;
		padding-top: 0.25em;
		padding-right: 0.4em;
		padding-bottom: 0.25em;
		padding-left: 0.4em
	}

	.lg\:prose-xl :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em
	}

	.lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8611111em
	}

	.lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em
	}

	.lg\:prose-xl :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em
	}

	.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: 0.6em;
		margin-bottom: 0.6em
	}

	.lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0.4em
	}

	.lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0.4em
	}

	.lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.8em;
		margin-bottom: 0.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: 0.8em;
		margin-bottom: 0.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: 0.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: 0.9em;
		line-height: 1.5555556
	}

	.lg\:prose-xl :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.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-top: 0.8888889em;
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.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: 0.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
	}
}

@media (min-width: 1280px) {
	.xl\:prose-xl {
		font-size: 1.25rem;
		line-height: 1.8;
	}

	.xl\:prose-xl :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em
	}

	.xl\: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
	}

	.xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em
	}

	.xl\:prose-xl :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0.8571429em;
		line-height: 1
	}

	.xl\:prose-xl :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111
	}

	.xl\:prose-xl :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: 0.6666667em;
		line-height: 1.3333333
	}

	.xl\:prose-xl :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.8em;
		margin-bottom: 0.6em;
		line-height: 1.6
	}

	.xl\:prose-xl :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em
	}

	.xl\:prose-xl :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em
	}

	.xl\:prose-xl :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0
	}

	.xl\:prose-xl :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em
	}

	.xl\:prose-xl :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em;
		border-radius: 0.3125rem;
		padding-top: 0.25em;
		padding-right: 0.4em;
		padding-bottom: 0.25em;
		padding-left: 0.4em
	}

	.xl\:prose-xl :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em
	}

	.xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8611111em
	}

	.xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em
	}

	.xl\:prose-xl :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em
	}

	.xl\:prose-xl :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em
	}

	.xl\:prose-xl :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em
	}

	.xl\:prose-xl :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.6em;
		margin-bottom: 0.6em
	}

	.xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0.4em
	}

	.xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0.4em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.8em;
		margin-bottom: 0.8em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.2em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.2em
	}

	.xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.8em;
		margin-bottom: 0.8em
	}

	.xl\:prose-xl :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em
	}

	.xl\:prose-xl :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.2em
	}

	.xl\:prose-xl :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.6em;
		padding-left: 1.6em
	}

	.xl\:prose-xl :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2.8em;
		margin-bottom: 2.8em
	}

	.xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0
	}

	.xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0
	}

	.xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0
	}

	.xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0
	}

	.xl\:prose-xl :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.5555556
	}

	.xl\:prose-xl :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em
	}

	.xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0
	}

	.xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-right: 0
	}

	.xl\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-top: 0.8888889em;
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em
	}

	.xl\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-left: 0
	}

	.xl\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-right: 0
	}

	.xl\:prose-xl :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em
	}

	.xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0
	}

	.xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.9em;
		line-height: 1.5555556;
		margin-top: 1em
	}

	.xl\:prose-xl :where(.xl\:prose-xl > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0
	}

	.xl\:prose-xl :where(.xl\:prose-xl > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 0
	}
}

@media (prefers-color-scheme: dark) {
	.dark\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity))
	}
}

@media (min-width: 640px) {
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.sm\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem
	}
}

@media (min-width: 768px) {
	.md\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem
	}

	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px
	}
}

@media (min-width: 1024px) {
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
}

@media (min-width: 1280px) {
	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
}
/*# sourceMappingURL=maps/style.css.map */
