@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v48-latin-300.eot');
	src: url('../fonts/roboto-v48-latin-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v48-latin-300.woff2') format('woff2'),
		url('../fonts/roboto-v48-latin-300.woff') format('woff'),
		url('../fonts/roboto-v48-latin-300.ttf') format('truetype'),
		url('../fonts/roboto-v48-latin-300.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v48-latin-regular.eot');
	src: url('../fonts/roboto-v48-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'),
		url('../fonts/roboto-v48-latin-regular.woff') format('woff'),
		url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'),
		url('../fonts/roboto-v48-latin-regular.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.5;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
}

h1 {
	font-size: 1.625rem;
	margin: 0;
	line-height: 1.2;
}

h2 {
	color: #e8a955;
	font-size: 1.125rem;
	margin: 0 0 0 2.5rem;
	line-height: 1.5;
}

h2 span {
	display: block;
	margin: 0 0 0 1.25rem;
}

h3 {
	font-size: 1rem;
	margin: 0;
}

p {
	margin: 0 0 1rem;
}

p strong {
	font-weight: 700;
}

a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 0.9375rem;
}

ul li:before {
	content: "\2022";
	color: #F5A522;
	font-size: 1.4em;
	position: relative;
	display: block;
	float: left;
	bottom: 0.1875rem;
	margin: 0 0 0 -0.9375rem;
}

header {
	position: relative;
}

.image_top img {
	display: block;
}

.logo_container {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem 0 0 1.875rem;
	display: inline-block;
}

.text_right {
	position: absolute;
	padding: 0 1rem 0 0;
	bottom: 3.125rem;
	right: 0;
}

.text_right p span {
	display: block;
}

.text_right p span:nth-of-type(2) {
	margin: 0 0 0 0.9375rem;
}

.text_right p span:last-of-type {
	margin: 0 0 0 2.5rem;
}

.flex_one {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex_one > section:first-of-type {
	padding: 1rem 0 0 2.1875rem;
	width: 70%;
}

.flex_one > section:last-of-type {
	width: 25.2%;
}

.flex_one > section:last-of-type img {
	display: block;
}

.title {
	background-color: #F5A522;
	padding: 1rem 1.875rem;
}

.title p {
	margin: 0;
	font-weight: 400;
}

.flex_two {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 0 1rem;
}

.flex_two:nth-of-type(even) {
	flex-direction: row;
}

.flex_two > section:first-of-type {
	width: 63%;
	margin: 1rem 1.875rem 0 1.25rem;
}

.flex_two:nth-of-type(even) > section:first-of-type {
	margin: 0 0 0 1.875rem;
}

.flex_two > section:last-of-type {
	width: 31.3%;
}

.lists {
	display: flex;
	justify-content: space-between;
}

.lists > ul {
	hyphens: auto;
	width: 48%;
}

.section {
	margin: 0 30px 1rem;
}

footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.125rem 0 0;
}

footer > section:first-of-type {
	padding: 0 0 0 1.875rem;
}

footer > section:last-of-type {
	height: 15.563rem;
	bottom: 0;
	right: 0;
}

footer span a {
	color: #e8a955;
}

@media only screen and (max-width: 49.937rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	h2 {
		font-size: 1.125rem;
		margin: 0;
		padding: 0;
	}

	h2 span {
		display: inline;
		margin: 0;
	}

	.logo_container {
		position: static;
		padding: 1rem;
	}

	.text_right {
		position: static;
		padding: 1rem;
	}

	.text_right p span {
		display: inline;
	}

	.text_right p span:nth-of-type(2),
	.text_right p span:last-of-type {
		margin: 0;
	}

	.flex_one {
		display: block;
		padding: 0 1rem 1rem;
	}

	.flex_one > section:first-of-type {
		padding: 0;
		width: auto;
	}

	.flex_one > section:last-of-type {
		display: none;
	}

	.flex_one > section:first-of-type p {
		margin: 0;
	}

	.title {
		padding: 1rem;
	}

	.flex_two {
		display: block;
		padding: 1rem 1rem 0;
		margin: 0;
	}

	.flex_two > section:first-of-type {
		width: auto;
		margin: 0;
	}

	.flex_two:nth-of-type(even) > section:first-of-type {
		margin: 0;
	}

	.flex_two > section:last-of-type {
		display: none;
	}

	footer {
		display: block;
		padding: 1rem;
		margin: 0;
	}

	footer > section:first-of-type {
		padding: 0;
		width: auto;
	}

	footer > section:last-of-type {
		display: none;
	}

	footer section p:nth-of-type(1) br {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.lists {
		display: block;
	}

	.lists > ul {
		width: auto;
	}

	.lists ul:nth-of-type(1) {
		margin: 0;
	}

	.flex_two > section:first-of-type .lists ul:last-of-type {
		margin: 0;
	}

	.section {
		padding: 1rem 1rem 0;
		margin: 0
	}

	h1 {
		text-align: center;
	}

	.logo_container {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.logo_container p {
		text-align: center;
	}
}