* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

body {
	font-feature-settings: "palt";
	word-break: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}

strong, th, b {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}

svg {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

th, td {
	text-align: center;
}

ol, ul {
	list-style: none;
}

address, caption, cite, dfn, em, var {
	font-style: normal;
}