@charset "utf-8";
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #000;
	font: 400 0.937em/1.3 'Open Sans', Arial, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #000;
	padding: 1.875rem 4.375rem 0;
}
:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
}
p {
	margin: 0 0 1.25rem;
}
h1,h3 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 1.25rem;
	text-align: center;
}
h2 {
	font-size: .937rem;
	margin: 0 0 1.25rem;
}
h1,h2,h3,strong {
	font-weight: 700;
}
ul {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}
ul li {
	padding-left: 3.125rem;
}
ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.562rem;
	font-size: 1.25rem;
	line-height: 1.1;
}
header {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 1.25rem;
}
.img {
	margin: 0 0 1.25rem;
}
a.color {
	color: #000080;
	text-decoration: underline;
}
@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}
	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	p :is(a,span){
		display: inline-block;
	}
}
@media only screen and (max-width: 48rem) {
	header {
		display: flex;
		justify-content: center;
	}
	.img {
		display: block;
		margin: 0 auto 1.25rem;
	}
}
@media only screen and (max-width: 30rem) {
	header {
		justify-content: center;
	}
	ul li {
		padding-left: .937rem;
	}
	ul li:before {
		margin-left: -.937rem;
	}
}