@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v43-latin-regular.eot');
	src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'),
		url('../fonts/open-sans-v43-latin-regular.woff') format('woff'),
		url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'),
		url('../fonts/open-sans-v43-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v43-latin-600.eot');
	src: url('../fonts/open-sans-v43-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'),
		url('../fonts/open-sans-v43-latin-600.woff') format('woff'),
		url('../fonts/open-sans-v43-latin-600.ttf') format('truetype'),
		url('../fonts/open-sans-v43-latin-600.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v43-latin-700.eot');
	src: url('../fonts/open-sans-v43-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'),
		url('../fonts/open-sans-v43-latin-700.woff') format('woff'),
		url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'),
		url('../fonts/open-sans-v43-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #222;
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background: #ddd;
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

#wrapper {
	position: relative;
	max-width: 66.875rem;
	margin: 2.187rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

p {
	margin: 0 0 1.625rem;
}

h1 {
	font-size: 2rem;
	line-height: 2.187rem;
	margin: 0 0 1.625rem 0;
	font-weight: 600;
	color: #0062AC;
}

h2 {
	color: #0062AC;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin: 0 0 .375rem 0;
	font-weight: 600;
}

h3 {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin: 0 0 .375rem 0;
	font-weight: 600;
}

ul {
	list-style: none;
	margin: 0 0 1.625rem 1rem;
	padding: 0;
}

ul li {
	padding: 0 0 .375rem 1.375rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
	color: #0062AC;
}

header {
	padding: 1.5rem 16% .875rem;
}

.logo {
	width: fit-content;
	display: block;
}

.logo:hover {
	opacity: 0.62;
}

article {
	padding: 1.625rem 16% 0;
}

.justify {
	text-align: justify;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	padding: 1.625rem 16%;
	background: linear-gradient(to left, #ef7d17 0%, #6f536b 50%, #174b86 100%);
}

footer p {
	color: #fff;
}

footer p span {
	white-space: nowrap;
}

footer p:last-of-type {
	margin: 0;
}

a.link {
	color: #CCCCCC;
	font-weight: 600;
}

a.lin:hover {
	color: #999;
	text-decoration: underline;
}

a.apply {
	color: #CCCCCC;
	font-weight: 600;
	font-size: 1.062rem;
	line-height: 1.625rem;
	text-decoration: none;
	background-color: #000;
	border: .062rem solid #000;
	border-radius: .312rem;
	padding: .5rem 1.625rem;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: .062rem 0 1.437rem 0;
	display: block;
	width: fit-content;
}

a.apply:hover {
	color: #000;
	background-color: transparent;
	border: .062rem solid #000;
	text-decoration: none;
}

@media only screen and (max-width: 66.812rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.justify {
		text-align: left;
	}
}

@media only screen and (max-width: 50rem) {
	header {
		padding: 1.25rem;
	}

	article {
		padding: 1.25rem 1.25rem 0;
	}

	footer {
		padding: 1.25rem;
	}
}

@media only screen and (max-width: 30rem) {

	p,
	ul {
		margin: 0 0 1rem;
	}

	h1 {
		text-align: center;
		font-size: 1.625rem;
	}

	header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	a.apply {
		margin: 1rem auto;
	}

	footer p,
	h3 {
		text-align: center;
	}
}

@media only screen and (max-width: 23.437rem) {}