*
{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a
{
	color: inherit;
	text-decoration: none;
}

html, body
{
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #475765;
	background-color: #E8F5FF;
}

h1
{
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #042A67;
}

h2
{
	margin-bottom: 3rem;
	color: #0070E0;
}

.mw1
{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mainsection
{
	padding: 3rem 0;
}

.template
{
	margin-bottom: 3rem;
	text-align: center;
}

.template a
{
	display: block;
}

.template-image
{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.template-image:after
{
	content:'';
	display: block;
	padding-top: 66.66%;
}

.template picture
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.template picture img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}