@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v35-latin-regular.eot');
	src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #1e2739;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .937rem;
	line-height: 1.4;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0.625rem rgb(0, 0, 0, 0.20);
}

p {
	margin: .5rem 0;
}

h1 {
	font-size: 2rem;
	line-height: 1.1em;
	color: #234da0;
	margin-bottom: 1.25rem
}

h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #000;
	margin: 1rem 0;
}

h3 {
	font-size: .937rem;
	line-height: 1.231em;
	color: #234da0;
	margin-bottom: .937rem;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 1rem;
	padding: 1.25rem 2.375rem;
}

.info {
	display: flex;
	flex-direction: row;
	column-gap: 3rem;
}

.fas,
.far {
	margin-right: 0.625rem;
}

.fas {
	color: #7A88EE;
}

.far {
	color: #566578;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	30% {
		left: 0%;
	}

	33% {
		left: -100%;
	}

	64% {
		left: -100%;
	}

	67% {
		left: -200%;
	}

	97% {
		left: -200%;
	}

	100% {
		left: -300%;
	}
}

.slider {
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.slider figure {
	position: relative;
	width: 400%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 18s slidy infinite;
}

.slider figure img {
	width: 25%;
	float: left;
	padding: 0 4.375rem
}

article {
	padding: 0 2.375rem;
}

article p {
	margin-bottom: 1rem;
}

p span {
	color: #234da0;
}

.white {
	background-color: #fff;
	padding: 0 0.937rem;
	margin-bottom: 1.25rem;
}

.blue {
	background-color: #C3D9F5;
	padding: 1.25rem 1rem;
	margin: 2.5rem 0;
}

ul {
	margin: 1rem 0 0 2.1rem;
}

ul li {
	margin-bottom: 0.75rem;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	color: #234da0;
}

a.button {
	background-color: #234DA1;
	border-radius: 0.312rem;
	color: #fff;
	display: block;
	text-align: center;
	border: .062rem solid #C3D9F5;
	padding: 0.625rem 0.75rem;
	font-weight: 600;
	width: fit-content;
	margin: 0 auto;
}

a.button:hover {
	background-color: #C3D9F5;
	border: .062rem solid #234DA1;
	color: #234DA1;
	text-decoration: underline;
}

footer {
	padding: 0 2.375rem 2.375rem;
}

footer p {
	text-align: center;
	margin: .937rem 0 0 0;
	background-color: #444444;
	padding: .937rem;
	color: #fff;
}

footer section:last-of-type {
	display: flex;
}

footer section:last-of-type p {
	width: 50%;
}

footer section:last-of-type .iframe-wrapper iframe,
footer section:last-of-type .iframe-wrapper object,
footer section:last-of-type .iframe-wrapper embed {
	margin-top: 0.9375rem;
}

footer section:last-of-type .iframe-wrapper {
	width: 50%;
	padding-bottom: 24%;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 .625rem;
	}

	:is(a:link, a:visited, a:active) {
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		white-space: pre-wrap;
	}
}

@media only screen and (max-width: 768px) {
	header {
		justify-content: center;
		flex-direction: column-reverse;
		align-items: center;
		padding: 1.25rem 2rem;
	}

	header h2 {
		text-align: center;
		font-size: 1.5rem;
	}

	.info {
		align-items: center;
		justify-content: center;
		column-gap: 2rem;
	}

	.slider figure img,
	article {
		padding: 0 1rem;
	}

	h1 {
		font-size: 1.6rem;
	}

	footer {
		padding: 0 1rem 1rem;
	}

	ul {
		margin: 1rem 0 0 1.3rem;
	}
}

@media only screen and (max-width: 576px) {
	footer section:last-of-type {
		display: block;
	}

	footer section:last-of-type p {
		width: 100%;
	}

	footer section:last-of-type .iframe-wrapper {
		width: 100%;
		padding-bottom: 40%;
	}
}

@media only screen and (max-width: 480px) {
	header {
		padding: 1.25rem 1rem;
	}

	article {
		padding: 0 1rem
	}

	.blue {
		margin: 1rem 0
	}
}