*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f8f9f7;
	color: #20242a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

.pw-site-footer{margin-top:auto;padding:24px 0 28px;border-top:1px solid rgba(0,0,0,.08);color:#646970;font-size:12px}.pw-footer__inner{text-align:center;line-height:1.5}
