@charset "UTF-8";
/* PD RESET 1.0 */
*, ::before, ::after {
	box-sizing: border-box;
}
:where(html) {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
:where(body) {
	min-block-size: 100svb;
	margin: 0;
}
:where(p, table, blockquote, address, pre, iframe, form, figure, dl, dt, dd, li) {
	margin: 0;
}
:where(h1, h2, h3, h4, h5, h6, dt) {
	font-size: inherit;
	font-weight: 600;
	margin: 0;
}
:where(ul, ol, menu) {
	margin: 0;
	padding: 0;
	list-style: none;
}
:where(table) {
	border-collapse: collapse;
}
:where(caption) {
	text-align: start;
}
:where(th) {
	vertical-align: top;
	text-align: start;
	font-weight: 600;
	padding: 0;
}
:where(td) {
	vertical-align: top;
	padding: 0;
}
:where(hr) {
	box-sizing: content-box;
	height: 0;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
:where(pre, code, kbd, samp) {
	font-family: monospace, monospace;
	font-size: inherit;
}
:where(address) {
	font-style: inherit;
}
:where(a) {
	text-decoration: underline;
	color: inherit;
}
:where(abbr[title]) {
	border-block-end: none;
	text-decoration: underline dotted;
}
:where(b, strong) {
	font-weight: bolder;
}
:where(small) {
	font-size: 80%;
}
:where(sub, sup) {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
:where(sub) {
	bottom: -0.25em;
}
:where(sup) {
	top: -0.5em;
}
:where(img, picture, svg, video, canvas, audio, iframe, embed, object) {
	vertical-align: bottom;
}
:where(img) {
	inline-size: 100%;
}
:where(button, input, optgroup, select, textarea) {
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	border-width: 0;
}
:where(button, [type="button"], [type="reset"], [type="submit"]) {
	cursor: pointer;
}
:where(button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled) {
	cursor: default;
}
:where(select:disabled) {
	opacity: inherit;
}
:where(option) {
	padding: 0;
}
:where(fieldset) {
	margin: 0;
	padding: 0;
	min-width: 0;
}
:where(legend) {
	padding: 0;
}
:where(progress) {
	vertical-align: baseline;
}
:where(textarea) {
	margin-block: unset;
	resize: block;
}
:where([type="number"])::-webkit-inner-spin-button, :where([type="number"])::-webkit-outer-spin-button {
	block-size: auto;
}
:where([type="search"]) {
	outline-offset: -2px;
}
:where([type="search"])::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button, ::file-selector-button {
	-webkit-appearance: button;
	font: inherit;
}
:where([type="number"]) {
	-moz-appearance: textfield;
}
:where(label[for]) {
	cursor: pointer;
}
:where(details) {
	display: block;
}
:where(summary) {
	display: block;
	cursor: pointer
}
::-webkit-details-marker {
	display: none;
}
:where([contenteditable]:focus) {
	outline: auto;
}
:focus:not(:focus-visible) {
	outline: 0;
}
@media (prefers-reduced-motion:reduce) {
	& :not([data-safe-animation]), & :not([data-safe-animation])::backdrop, & :not([data-safe-animation])::after, & :not([data-safe-animation])::before {
		background-attachment: unset !important;
		scroll-behavior: unset !important;
		transition-delay: unset !important;
		transition-duration: 1ms !important;
		animation-duration: 1ms !important;
		animation-delay: unset !important;
		animation-iteration-count: unset !important;
		view-transition-name: none !important
	}
}