@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	src: url('/style/webfonts/poppins-v21-latin-200.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/style/webfonts/poppins-v21-latin-regular.woff2') format('woff2'), url('/style/webfonts/poppins-v21-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/style/webfonts/poppins-v21-latin-700.woff2') format('woff2'), url('/style/webfonts/poppins-v21-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('/style/webfonts/poppins-v21-latin-900.woff2') format('woff2'), url('/style/webfonts/poppins-v21-latin-900.woff') format('woff');
}
* {
	margin: 0;
	padding: 0;
	color: black;
	font-family: inherit;
	font-size: inherit;
	border: none;
}
html {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.hidden {
	display: none !important;
}
.print {
	display: block;
}
h1, h2, h3 {
	margin: 2em 0 1em;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	font-weight: 700;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
p {
	margin: 1em 0;
	line-height: 1.7em;
}
a {
	color: inherit;
}
ul, ol {
	margin: 1em 0;
}
li {
	list-style: none;
	margin: 0.5em 0;
	line-height: 1.7em;
	display: flex;
}
li:before {
	content: "\2B24";
	margin-right: 1em;
}
header {
	display: none;
}
nav {
	display: none;
}
aside {
	display: none;
}

/* ----- MAIN: TEXT ----- */
main.text h1 {
	margin-top: 0;
}
main.text h2 {
	padding: 1em 0 0.25em 0;
	margin: 1em 0;
	border-bottom: 2px solid;
}
main.text > div > img {
	display: block;
	width: 100%;
	border-radius: 1em;
	margin: 1.5em 0;
}
main.text .images {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin: 2em 0;
}
main.text .images > img {
	display: block;
	width: 100%;
	max-width: calc(50% - 0.75em);
}
main.text .images a {
	display: block;
	max-width: calc(50% - 0.75em);
}
main.text .images a img {
	display: block;
	width: 100%;
}
main.text .table {
	display: flex;
	gap: 1.5em;
	margin: 2em 0;
}
main.text .table.link {
	background-image: url(tableLinkPrint.svg);
	background-repeat: repeat-x;
	background-position: center center;
}
main.text .table > * {
	flex-basis: 100%;
	border: 1px solid;
	border-radius: 0.75em;
	padding: 1em;
	text-align: center;
	background-color: white;
	font-size: 0.9em;
}
main.text .table > * > * {
	line-height: 1.3em;
	margin: 0.5em 0;
}
main.text .table > * > *:first-child {
	margin-top: 0;
}
