@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
ul[role='list'],
ol[role='list'],
li {
	list-style: none;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor;
}
img,
picture,
svg {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
svg {
	shape-rendering: geometricPrecision;
}
a {
	width: 100%;
	display: block;
	text-decoration: none;
}
a:focus {
	outline: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
input, button,
textarea, select {
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
:target {
	scroll-margin-block: 5ex;
}