@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/fira-sans-v17-latin-700.eot');
	src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') 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');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v48-latin-700.eot');
	src: url('../fonts/roboto-v48-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-700.woff2') format('woff2'), url('../fonts/roboto-v48-latin-700.woff') format('woff'), url('../fonts/roboto-v48-latin-700.ttf') format('truetype'), url('../fonts/roboto-v48-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #004F9F;
	font-family: "Roboto", "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #004F9F;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

:is(h1, h2) {
	font-family: "Fira Sans", "Arial", sans-serif;
	font-weight: 700;
}

h1 {
	background: #004F9F;
	color: #fff;
	font-size: 3.125rem;
	padding: .625rem 3.125rem;
	margin: 0 0 1.25rem;
	line-height: 1.2;
}

h2 {
	font-size: 1.25rem;
	text-align: center;
	background: #004F9F;
	padding: .312rem 2.5rem;
	margin: 1.25rem 0;
	color: #fff;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding: 0 0 1rem 1rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -.937rem;
	font-size: 1.5rem;
	line-height: 0.9;
}

header {
	position: relative;
}

.logo {
	position: absolute;
	top: 2rem;
	left: 2.5rem;
}

.section {
	padding: 0 3.125rem;
}

.center {
	text-align: center;
	margin: 1.875rem 0 0;
}

.box {
	padding: 0 3.125rem 0 5rem;
}

footer {
	padding: 0 1.25rem 1.25rem;
}

.social {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1.562rem;
	margin: 0 0 1.25rem;
}

footer a {
	line-height: 1;
}

.fa-brands {
	font-size: 1.375rem;
}

.insta {
	width: 1.562rem;
	height: 1.562rem;
	padding: .312rem;
	border-radius: 100%;
	background: #004F9F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insta i {
	color: #fff;
	font-size: .937rem;
}

.fa-youtube {
	font-size: 1.875rem;
	line-height: 1;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

@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;
	}

	h1 {
		font-size: 2.875rem;
	}
}

@media only screen and (max-width: 48rem) {
	h1 {
		padding: .625rem 1.25rem;
	}

	.section {
		padding: 0 1.25rem;
	}

	.box {
		padding: 0 1.875rem;
	}

	h2 {
		padding: .312rem 1.25rem;
	}

	.center {
		margin: 0;
	}

	footer {
		padding: 0 1.25rem 1.25rem;
	}

	h1 {
		text-align: center;
	}

	.logo {
		top: 1.25rem;
		left: 1.25rem;
	}
}

@media only screen and (max-width: 40.625rem) {
	.logo {
		position: static;
		padding: 1.25rem;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 30rem) {
	h1 {
		font-size: 1.875rem;
		margin: 0 0 1rem;
	}

	h2 {
		font-size: 1.125rem;
		margin: 0 0 1rem;
	}
}