html {
	font-family: sans-serif;
	line-height: 1.15;
}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 13px/1.3em Arial, sans-serif;
	text-align: justify;
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a, a:hover, a:active, a:visited, a:focus {
	color: inherit;
	text-decoration: none;
	outline-width: 0
}

p {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
strong, b {
	font-weight: 700;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	border: 0;
}
svg:not(:root) {
	overflow: hidden
}

*, *:before, *:after {
	box-sizing: border-box;
}

button, hr, input {
	overflow: visible
}
hr {
	box-sizing: content-box;
	height: 0;
	background-color: #fff;
	color: #000;
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
audio, canvas, progress, video {
	display: inline-block
}
[hidden], template {
	display: none
}

ul, ol {
	margin: 15px 0 20px 20px;
	padding-left: 0;
	list-style-type: none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
	margin: 3px 0 3px 18px;
}
ul li {
	margin-bottom: 10px;
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: left;
}
li::before {
	content: "\25CF";
	position: absolute;
	color: #000;
	font-size: 12px;
	top: -2px;
	left: -19px;
}
/*
275a -- heavy vertical bar
● -- 25CF -- BLACK CIRCLE
● -- 26AB -- MEDIUM BLACK CIRCLE
● -- 2022 -- SMALL BLACK CIRCLE

▶ -- 25B6 -- BLACK RIGHT-POINTING TRIANGLE
■ -- 25A0 -- BLACK SQUARE
■ -- 25AA -- BLACK LITTLE SQUARE

← -- 2190 -- Left arrow
→ -- 2192 -- Right arrow
↑ -- 2191 -- Up arrow
↓ -- 2193 -- Down arrow

› -- 203A -- Right single angle quote
‹ -- 2039 -- Left single angle quote

« -- 00AB -- Left double angle quote
» -- 00BB -- Right double angle quoter
*/

/*
	+-----------------------------------------+
	| 				  Custom			  	  |
	+-----------------------------------------+
*/
@font-face {
	font-family: "VIA Type Web";
	src: url("via-type-web-regular.woff2") format("woff2"), url("via-type-web-regular.woff") format("woff");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "VIA Type Web";
	src: url("via-type-web-bold.woff2") format("woff2"), url("via-type-web-bold.woff") format("woff");
	font-style: normal;
	font-weight: 600;
}

:root {
	--darkblue: #00005b;
}

body {
	color: var(--darkblue);
	font: 14px/1.3em 'VIA Type Web', sans-serif;
}

#wrapper {
	max-width: 990px;
	min-width: 360px;
	margin: 30px auto;
	padding-bottom: 1px;
	box-shadow: 0 0 26px #666;
}

#content, #blue {
	padding: 3% 5%;
}

.headline {
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 15px;
}

#title {
	font-size: 31px;
	line-height: 1.1em;
	color: #0a5ae2;
	font-weight: 600;
	text-align: left;
	margin: 25px 0 25px 0;
}
#subtitle {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

ul, ol {
	margin: 0 0 25px 14px;
	padding-left: 0;
	list-style-type: none;
}
ul li::before {
	content: "\2012";
	position: absolute;
	top: -1px;
	left: -13px;
}

#blue {
	background-color: #d3f2f4;
}
#apply {
	display: block;
	background-color: var(--darkblue);
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	border-radius: 25px;
	font-weight: 600;
	margin: 30px 0;
	padding: 11px 30px;
	max-width: fit-content;
	transition: background-color 200ms, color 200ms;
}
#apply:hover {
	background-color: #fff;
	color: var(--darkblue);
}

#contact p, #mid-info p {
	margin: 0;
}

#logo {
	display: block;
	max-width: 300px;
	margin: 20px 0;
}

#contact p {
	margin: 0;
}

#footer {
	margin: 3% 5%;
}

hr {
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 25px 0;
}

#flexbenefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
}
.beneitem {
	flex: 1 0 220px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.benepic {
	flex: 0 0 25px;
}
.benepic > img {
	display: block;
	max-height: 25px;
	margin: auto;
}

#trophies {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	align-items: end;
}
#trophies img {
	max-height: 150px;
	max-width: 100px;
}

#charta {
	width: 100%;
	max-width: 500px;
}

.small {
	font-size: 11px;
	line-height: 1.3em;
}

@media (max-width: 990px) {
	#wrapper {
		margin: auto;
	}
}
@media (max-width: 720px) {
	#trophies {
		justify-content: space-between;
	}
}