@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v20-latin-regular.eot');
	src: url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.3;
	font-weight: 400
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 56.25rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0 .312rem .937rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .375rem;
}


.nowrap {
	white-space: nowrap;
}

.margin {
	margin: 0 0 1.5rem
}

h1 {
	font-size: 1.25rem;
	line-height: 1.1;
	margin: 0;
	background: #6A747B;
	color: #fff;
	padding: 20px 2rem;
	font-family: "Arial", sans-serif
}

h2 {
	font-size: 1rem;
	margin: 0 0 .187rem
}

h3 {
	font-size: 1rem;
	margin: 0 0 .187rem;
	color: #008165
}

h4 {
	font-size: 1rem;
	margin: 0 0 1.5rem;
	color: #008165
}

ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

ul li {
	padding: 0 0 .187rem 1.875rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.875rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	position: relative;
}

header img {
	display: block
}

.focus {
	position: absolute;
	right: 1rem;
	bottom: 20%;
}

article {
	padding: 1rem 2rem 4rem;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 1rem
}

.left,
.right {
	width: 50%
}

.green {
	color: #008165;
	margin: 1rem 0 .625rem
}

.list {
	margin: 0;
}

footer {
	position: absolute;
	bottom: 2%;
	right: 0;
	width: 50%;
	padding: 1rem .625rem;
}

footer p {
	margin: 0 0 .937rem;
	color: #008165
}

footer h2 {
	margin: 0 0 1rem;
}

@media only screen and (max-width: 56.187rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h1 {
		padding: .75rem 1rem;
	}

	h4,
	.margin {
		margin: 0 0 1rem;
	}

	ul li {
		padding: 0 0 .187rem 1.125rem
	}

	ul li:before {
		margin-left: -1.125rem;
	}

	article {
		padding: 1rem 1rem 0;
	}

	footer {
		bottom: 0%;
	}
}

@media only screen and (max-width: 840px) {
	article {
		padding: 1rem
	}

	.focus {
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 1rem auto .375rem
	}

	header {
		background: #6A747B
	}
}

@media only screen and (max-width: 48.75rem) {
	#wrapper {
		padding: 0
	}

	article {
		padding: 1rem
	}

	.flex {
		display: block;
	}

	.left,
	.right {
		width: 100%
	}

	footer {
		position: static;
		width: 100%;
		padding: 1rem
	}
}

@media only screen and (max-width: 37.5rem) {
	h1 {
		text-align: center
	}
}

@media only screen and (max-width: 430px) {
	footer p {
		text-align: center
	}
}