@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v34-latin-regular.eot');
	src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #F8F8F8
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #ffffffb3
}

p {
	margin: 0 0 .625rem;
}

h1 {
	background: #006544;
	color: #fff;
	padding: 1.562rem 3.125rem;
	text-align: center;
	font-family: 'Roboto Slab', Arial, serif;
	margin: 0;
	font-size: 1.875rem;
	line-height: 1.3;
}

h2 {
	font-size: 1.25rem;
	display: block;
	position: relative;
	font-family: 'Roboto Slab', Arial, serif;
	font-weight: 700;
	margin: 0 0 1.562rem;
	color: #555555;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	color: #006544;
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1.2;
}

.box ul {
	margin: 0;
}

header {
	padding: 1.25rem 6.25rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aside {
	padding: 0 1.562rem .625rem;
}

.aside:first-of-type section {
	margin-bottom: 0;
}

section {
	text-align: center;
	margin: 1.562rem 0
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	30% {
		left: 0%;
	}

	33% {
		left: -100%;
	}

	64% {
		left: -100%;
	}

	67% {
		left: -200%;
	}

	97% {
		left: -200%;
	}

	100% {
		left: -300%;
	}
}

.slider {
	overflow: hidden;
}

.slider figure {
	position: relative;
	width: 400%;
	margin: 0;
	left: 0;
	animation: 18s slidy infinite;
}

figure img {
	width: 25%;
	float: left;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.box,
.box2 {
	width: 49%;
	box-shadow: rgba(149, 157, 165, 0.2) 0 .5rem 1.5rem;
	padding: .937rem 1.562rem;
	margin: 0 0 1.562rem;
	background-color: rgba(255, 255, 255, 0.1);
}

.box2 {
	width: 100%;
}

.box2 h2 {
	text-align: center;
}

footer {
	padding: 1.25rem 1.562rem;
	background: #006544;
	color: white;
}

.qr {
	width: 53%;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	header {
		padding: 1rem 1rem 0;
	}

	.aside {
		padding: 0 .625rem;
	}

	h1 {
		margin: 1.25rem 0;
		padding: 1rem;
	}

	.box,
	.box2 {
		padding: 1rem;
		margin: 0 0 .937rem;
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	footer .flex {
		flex-direction: column;
		align-items: center;
	}

	footer p {
		text-align: center;
		width: 100%
	}

	footer a img {
		margin-top: .625rem;
		display: inline-block
	}

	.qr {
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		flex-wrap: wrap;
		gap: 1.25rem;
	}

	.flex {
		display: block;
	}

	.box {
		width: auto;
		margin: 0 0 .937rem;
	}

	.box2 h2 {
		text-align: left
	}
}

@media only screen and (max-width: 580px) {
	h1 {
		font-size: 1.437rem;
	}

	h2 {
		margin: 0 0 .625rem;
	}

	ul li {
		padding-left: 1rem
	}

	ul li:before {
		margin-left: -1rem;
	}
}