@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');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/open-sans-v40-latin-800.eot');
	src: url('../fonts/open-sans-v40-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-800.woff') format('woff'), url('../fonts/open-sans-v40-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-800.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v27-latin-700.eot');
	src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.5;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #000;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

h1 {
	text-align: center;
	background: #F49817;
	color: #fff;
	line-height: 1.3;
	padding: .625rem;
	margin: 1.25rem 0;
	font-size: 1.562rem;
}

h1 span {
	display: block;
	font-size: 0.8em;
	margin: .625rem 0 0;
}

h2 {
	text-align: center;
	color: #023858;
	font-size: 3rem;
	line-height: 1.1;
}

h3 {
	color: #F49817;
	font-size: 1.25rem;
}

h4 {
	color: #F49817;
	font-size: 1.25rem;
	margin: 0 0 3.437rem;
}

ul {
	list-style: none;
	margin: 0 0 .625rem;
	padding: 0;
}

ul li {
	padding: 0 0 0 .937rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -.937rem;
	font-size: 1.375em;
	line-height: 1.2;
	font-family: "Arial", sans-serif;
}

header {
	width: 70%;
	display: block;
	justify-content: center;
	display: flex;
	margin: 2.5rem 0 1rem 16.25rem;
}

article {
	width: 62%;
	margin: 0 0 0 280px;
}

article p {
	text-align: justify;
}
section{
	padding: 0 0 1rem 2.5rem;
}
main {
	position: absolute;
	left: 0;
	background: url('../images/benefits.png') no-repeat;
	top: 3.125rem;
	background-size: 100% 100%;
	padding: 7rem 6.25rem 12rem 1.25rem;
}

main p span {
	color: #F49817;
	text-align: center;
	position: relative;
	right: 1.4rem;
	font-size: 2rem;
	line-height: 1.3;
	top: 2.312rem;
	letter-spacing: -2px;
	font-family: "Roboto Condensed", Arial, sans-serif;
}

.center {
	text-align: center;
	margin-bottom: 20rem;
	font-weight: 400;
}

.flex {
	display: flex;
	align-items: center;
	margin: .937rem 0 2.187rem;
	column-gap: .625rem;
}

.flex p:nth-last-of-type(1) {
	color: #889FBD;
	width: 8.125rem;
}

.flex p:nth-of-type(1) {
	margin: 0;
	width: 3.125rem;
}

footer {
	background: #EC9B2A;
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	width: 72%;
	margin-left: 14rem;
	padding: .625rem 1.25rem .625rem 5.625rem;
	align-items: center;
	justify-content: space-between;
}

footer p {
	color: #fff;
	line-height: 1.3;
	margin: 0;
	width: 85%;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	header {
		width: auto;
		margin: 0;
		padding: 1rem;
	}

	article {
		width: auto;
		margin: 0;
		padding: 0 1rem .625rem;
	}

	h1 br {
		display: none;
	}

	h3,
	article p {
		padding: 0;
	}

	article p {
		text-align: left;
	}

	section {
		padding: 0;
	}

	h4 {
		margin: 1.25rem 0;
	}

	.center br,
	h4 br,
	.flex br {
		display: none;
	}

	main {
		position: static;
		background: #173A58;
		padding: .625rem 1rem 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	main p span {
		position: static;
	}

	.center {
		margin: .625rem 0 0;
	}

	.flex {
		margin: .625rem 0;
	}

	.flex p:nth-last-of-type(1) {
		width: auto;
	}

	footer {
		width: auto;
		margin: 0;
		flex-direction: column;
		align-items: center;
		padding: .625rem 1rem;
	}

	footer p {
		text-align: center;
		margin: .625rem 0 1.25rem;
		width: auto;
	}

	ul br {
		display: none;
	}
}

@media only screen and (max-width: 30rem) {
	h2 {
		font-size: 1.5rem;
	}

	h2 br {
		display: none;
	}

	h1 {
		font-size: 1.7rem;
	}

	main p span {
		font-size: 1.625rem;
	}

	ul {
		margin-left: 0;
	}
}