@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #123250;
	font-family: 'Arial', sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 56.25rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.6);
	padding: 1rem;
}

h1 {
	font-size: 2em;
	line-height: 1.1;
	margin: 1.875rem 0 1.25rem;
	font-weight: normal;
}

h3 {
	font-size: 1.062rem;
	margin: 0 0 3.125rem;
	position: relative;
}

h2 {
	font-size: .875rem;
	margin: 2.5rem 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.wrap {
	white-space: normal
}

ul {
	margin: 0 0 1.5rem 2.812rem;
}

p {
	margin: 0 0 1rem;
}

.gray {
	color: #a9a9a9;
}

.nomargin {
    margin: 0
}

header {
	padding: 1.25rem 0;
	display: flex;
}

.img {
	padding: 0 .937rem;
}

.margin {
	margin-top: 3.125rem
}

.center {
	text-align: center;
}

.section {
	padding: 0 .937rem;
}

.flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1.562rem;
	padding: 0 .937rem;
}

.icon {
	width: 14%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.flex p {
	margin: 0;
	font-size: .937rem;
	line-height: 1.2;
	text-align: center
}

.iframe-wrapper {
	width: 55%;
	position: relative;
	padding-bottom: 26.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
	margin: .625rem 0;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	display: flex;
	justify-content: end;
}

a.button {
	padding: 0.625rem 1rem;
	width: fit-content;
	border-radius: 0.3125rem;
	background: #37C391;
	color: #fff;
    margin: 80px 20px 40px;
}

.button:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 56.187rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 54rem) {
	h3 {
		position: static;
	}

	h2,
	.margin {
		margin-top: 1.875rem
	}

	.iframe-wrapper {
		width: auto;
		padding-bottom: 56.25%;
	}

	.icon {
		width: 30%
	}

	.flex {
		flex-wrap: wrap
	}

	.flex p {}
}

@media only screen and (max-width: 30rem) {

	header,
	footer {
		justify-content: center;
	}

	h1 {
		text-align: center;
	}

	h3 {
		margin: 0 0 1.875rem;
	}

	ul {
		margin: 0 0 1rem 1rem;
	}

	.icon {
		width: 48%;
	}

	.section,
	.flex,
	.img {
		padding: 0;
	}
}