@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v25-latin-regular.eot');
	src: url('../fonts/lato-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-regular.woff2') format('woff2'), url('../fonts/lato-v25-latin-regular.woff') format('woff'), url('../fonts/lato-v25-latin-regular.ttf') format('truetype'), url('../fonts/lato-v25-latin-regular.svg#Lato') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v25-latin-700.eot');
	src: url('../fonts/lato-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-700.woff2') format('woff2'), url('../fonts/lato-v25-latin-700.woff') format('woff'), url('../fonts/lato-v25-latin-700.ttf') format('truetype'), url('../fonts/lato-v25-latin-700.svg#Lato') format('svg');
}

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #051E3F;
	font-weight: 400;
}

#wrapper {
	border: solid thin #000;
	position: relative;
	width: 820px;
	margin: 12px auto;
	padding: 16px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

:is(strong, h1, h2, h3) {
	font-weight: 700;
}

article {
	margin: -330px 0 0;
	padding: 0 10px 0 10px;
}

header {
	padding: 0 0 0 20px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

header p {
	position: relative;
	margin-left: 73px;
	line-height: 16px;
}

header p img {
	position: absolute;
	top: 0;
	left: 0;
}

header p span {
	padding-left: 30px;
	display: inline-block;
}

header div {
	position: absolute;
	top: 10px;
	left: 0;
}

.section {
	background: #061f40;
	color: #fff;
	margin: 10px 0;
	padding: 12px 25px;
	border-radius: 15px;
}

.section a {
	color: #fff !important;
}

.section-top {
	background: #f7f7f7;
	margin: 46px 0 0 -10px;
	border-radius: 15px;
	padding: 20px 12px 16px;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.section-top div {
	border-right: #DADADC 1px solid;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding-right: 5px;
}

.section-top div:last-child {
	border-right: none;
}

.section-top div p strong {
	display: block;
	font-size: 12px;
}

.section-top div {
	width: 20%;
}

.section-top div p {
	font-size: 10px;
	line-height: 13px;
}

.section-top div p small {
	font-size: 10px;
	letter-spacing: -1px;
}

.p {
	position: relative;
}

footer {
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	padding: 12px 20px;
	gap: 12px;
}

footer strong {
	display: block;
	font-size: 13px;
	line-height: 18px;
}

footer p {
	font-size: 11px;
	line-height: 16px;
}

footer div {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 33%;
}

h1 {
	font-size: 46px;
	margin: 16px 0px 10px;
	line-height: 33px;
	position: relative;
}

h1 span {
	font-size: 17px;
}

h1 small {
	display: block;
	color: #66922F;
	font-size: 27px;
}

h1+p {
	background: #062346;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
}

h2 {
	font-size: 14px;
	margin: 16px 0px 0;
	line-height: 18px;
	position: relative;
	background: url(../images/bg1.jpg) no-repeat;
	height: 40px;
	color: #fff;
	padding: 12px 0 0 50px;
}

h2.h2 {
	background: url(../images/bg2.jpg) no-repeat;
	height: 42px;
}

h2.h22 {
	background: url(../images/bg3.jpg) no-repeat;
	height: 42px;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.flexbox div {
	width: 33%;
}

.flexbox div:nth-of-type(2),
footer div:nth-of-type(2) {
	border-left: #DCDCDD 1px solid;
	border-right: #DCDCDD 1px solid;
	padding: 0 12px;
}

.flexbox div:nth-of-type(3) li {
	margin-bottom: 3px;
}

.flex {
	display: flex;
	align-items: center;
	gap: 40px;
}

.flex-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.flex-bottom div {
	width: 33%;
	border-right: #9297A7 1px solid;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-right: 20px;
}

.flex-bottom div:last-child {
	border-right: none;
	margin-right: 0;
}

h3 {
	font-size: 22px;
	margin: 6px 0;
	line-height: 26px;
}

h3 span {
	color: #64902C;
}

h3+p+p {
	background: #64912D;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 20px;
	font-weight: bold;
}

p:not(:last-child) {
	margin-bottom: 10px;
}

:is(a:link, a:visited, a:active) {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(../images/iconlist.jpg) left 5px no-repeat;
	margin-bottom: 10px;
}

@media screen and (max-width:818px) {
	#wrapper {
		width: 100%;
		margin: 0px auto;
		border: none;
	}

}

@media screen and (max-width:715px) {
	header div {
		position: static;
	}

	header,
	footer {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	article {
		margin-top: 0;
	}

	.section {
		margin-top: 20px;
	}

	.section-top {
		flex-wrap: wrap;
	}

	.section-top div {
		width: auto;
		border-right: none !important;
	}

	.flexbox {
		gap: 0;
	}

	.flexbox,
	.flex {
		flex-direction: column;
	}

	.flexbox div,
	footer div:nth-of-type(2) {
		width: auto;
		border: none !important;
		padding: 0 !important;
	}

	:is(h3, h3 + p) {
		text-align: center;
	}

	.flex-bottom {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: space-around;
	}

	.flex-bottom div,
	footer div {
		margin-right: 0;
		border-right: none;
		width: auto;
	}

	:is(h1, .p) br {
		display: none;
	}
}

@media screen and (max-width:445px) {
	h3+p+p {
		font-size: 14px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	h3+p br {
		display: none;
	}

	h1 {
		font-size: 29px;
	}

	h1 small {
		font-size: 22px;
	}
}

@media screen and (max-width:415px) {
	.section-top {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-top: 16px;
	}
}