:root {
	font-size: 16px;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
		url('../fonts/roboto-v30-latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
		url('../fonts/roboto-v30-latin-700.woff') format('woff');
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	line-height: 1.4em;
	background: #fff;
	background-size: 100%;
	margin: 0;
}

#wrapper {
	position: relative;
	max-width: 54.375rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	overflow: hidden;
	box-shadow: 0 0 .625rem rgba(0, 0, 0, .2);
}

p {
	text-align: left;
}

p span {
	white-space: nowrap;
}

.top {
	display: flex;
	gap: 20px
}

.fa-solid {
	color: #7092BE;
	margin-right: .312rem
}

.fa-regular {
	color: #667385;
	margin: 0 .125rem 0 .312rem
}

h1 {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #000;
}

h2+p,
h2+ul {
	margin-top: 0.308rem;
}

h2 {
	font-size: 1.5em;
	line-height: 1.231em;
	color: #0E72B5;
}

.section-blue h2 {
	color: #fff;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul {
	padding-left: 1.7rem;
}

li {
	padding-bottom: 0.2rem;
}

header section {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.img {
	margin: 0 auto;
}

.section-blue {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	padding: 0 1rem;
	background: #0e72b5;
	color: #fff;
}

.section-white {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fff;
	padding: 0 1rem;
	position: relative;
}

.logo {
	position: absolute;
	right: 2.8125rem;
	top: 5.625rem;
}

a.btn {
	color: #C4D925;
	border-style: solid;
	border-width: .062rem .062rem .062rem .062rem;
	border-color: #C4D925;
	border-radius: 0px;
	margin: 7.5rem auto 3.125rem;
	display: block;
	text-align: center;
	max-width: 12.5rem;
	padding: .937rem;
	font-weight: bold;
}

a.btn:hover {
	background-color: #C4D925;
	color: #fff;
	text-decoration: none;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.875rem
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer p,
footer p a {
	text-align: center;
	color: #fff;
}

header {
	padding: 1rem 2.437rem;
}

article {
	padding: 0 2.376rem;
}

footer {
	padding: 0 2.376rem 2rem;
}

@media only screen and (max-width:54.313rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		box-shadow: none;
		padding: 1rem
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-align: left;
	}

	header,
	article,
	footer {
		padding: 0;
	}

	.fa-solid,
	.fa-regular {
		margin: 0 .125rem 0 0;
	}

	h2+p,
	h2+ul {
		margin-top: 0.308rem;
	}

	h1 {
		text-align: center;
	}

	h1+p {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}

	header section {
		flex-direction: column;
		padding-left: 0
	}

	.top {
		flex-direction: column;
		gap: 0;
		align-items: center
	}

	.top p {
		margin: 0;
		text-align: center
	}

	a.btn {
		margin: 2rem auto;
	}

	.logo {
		display: flex;
		justify-content: center;
		position: static;
		margin: 1.5rem 0;
	}

	.iframe-wrapper {
		margin-bottom: 1rem
	}
}

@media only screen and (max-width:35rem) {
	ul {
		padding-left: 1rem;
	}
}