@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';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}

#wrapper {
	max-width: 800px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
	background: #1D65B1 url(../images/background.jpg) bottom right no-repeat;
}

strong {
	font-weight: 700;
}

article {
	padding: 0 40px 80px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

footer {
	padding: 0 40px 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qrcode {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

footer p {
	font-size: 20px;
	line-height: 23px;
}

h1 {
	font-size: 21px;
	margin: 6px 0 16px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 20px;
}

h1 span {
	font-size: 15px;
	line-height: 20px;
	display: block;
}

.font {
	display: inline;
	font-size: 21px;
}

h1:before {
	text-indent: -20px;
	content: "\2022";
	color: #fff;
	float: left;
	margin-top: 3px;
	font-size: 22px;
	font-family: Arial, sans-serif;
}

h1 sup {
	font-size: 11px;
}

h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
}

img {
	max-width: 100%;
}

p {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width:798px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	article {
		padding: 16px 16px 20px;
		flex-direction: column;
	}

	footer {
		padding: 0 16px;
	}

	br:not(footer br) {
		display: none;
	}
}	

@media screen and (max-width:685px) {
	#wrapper {
		background: #2267AF;
	}

	footer {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	footer figure {
		background: #fff;
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 16px;
	}

	footer > p {
		padding: 0 16px;
		text-align: center;
	}

	footer > p br {
		display: none;
	}
}