@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/kalam-v18-latin-700.eot');
	src: url('../fonts/kalam-v18-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/kalam-v18-latin-700.woff2') format('woff2'),
		url('../fonts/kalam-v18-latin-700.woff') format('woff'),
		url('../fonts/kalam-v18-latin-700.ttf') format('truetype'),
		url('../fonts/kalam-v18-latin-700.svg#Kalam') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v18-latin-regular.eot');
	src: url('../fonts/pt-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/pt-sans-v18-latin-regular.woff2') format('woff2'),
		url('../fonts/pt-sans-v18-latin-regular.woff') format('woff'),
		url('../fonts/pt-sans-v18-latin-regular.ttf') format('truetype'),
		url('../fonts/pt-sans-v18-latin-regular.svg#PTSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-v18-latin-700.eot');
	src: url('../fonts/pt-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/pt-sans-v18-latin-700.woff2') format('woff2'),
		url('../fonts/pt-sans-v18-latin-700.woff') format('woff'),
		url('../fonts/pt-sans-v18-latin-700.ttf') format('truetype'),
		url('../fonts/pt-sans-v18-latin-700.svg#PTSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size: 1.062rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #000;
	background: url(../images/bg.png) top left no-repeat #D8DEE9;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1.25rem;
}

.top {
	margin: 1.25rem 0 1.25rem;
}

.margin {
	margin: 0 0 .437rem;
}

h1,
h2,
h3,
h4 {
	color: #345066;
}

h1 {
	font-size: 3.625rem;
	margin: 0;
	line-height: 1.2
}

h1 span {
	font-size: 1.875rem;
}

h2 {
	font-family: "Kalam", "Arial", sans-serif;
	display: none;
}

h3 {
	font-size: 1.75rem;
	margin: 0;
	line-height: 1;
}

h4 {
	font-size: 2.125rem;
	line-height: 1.3;
	padding: 0 0 .312rem;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	position: relative;
}

.logo {
	position: absolute;
	right: 1.875rem;
	top: 3.125rem;
}

article {
	padding: 34.375rem 3.75rem 0;
}

footer {
	padding: 0 3.75rem 3.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 1.562rem
}

footer p {
	margin: 0;
	line-height: 1.3
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		background: #D8DEE9;
	}

	header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 1.25rem;
		gap: 1.25rem;
		background: #B2BCC6;
	}

	.logo {
		position: static;
	}

	h2 {
		display: block;
		font-size: 3.125rem;
		line-height: 1;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	h2 br {
		display: none;
	}

	article {
		padding: 1.875rem 1.25rem 0;
	}

	article p br {
		display: none;
	}

	h3,
	h1 {
		text-align: center;
	}

	h1 {
		line-height: 0.6;
		margin: .625rem 0 .937rem
	}

	footer {
		justify-content: space-between;
		padding: 0 1.25rem 1.25rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width: 41.25rem) {
	footer {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}

	footer p,
	h4 {
		text-align: center;
	}
}

@media only screen and (max-width: 23.437rem) {
	h1 {
		line-height: 0.8;
		margin: .625rem 0 .625rem;
		font-size: 2.5rem;
	}

	h1 span {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.5rem;
	}
}