﻿@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/fira-sans-v17-latin-regular.eot');
	src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/fira-sans-v17-latin-700.eot');
	src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/fira-sans-v17-latin-700italic.eot');
	src: url('../fonts/fira-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700italic.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700italic.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700italic.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700italic.svg#FiraSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Fira Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
}

#wrapper {
	max-width: 820px;
	margin: 1rem auto;
	padding: 70px 70px 10px;
	border: solid thin #000;
	overflow: hidden;
	position: relative;
	background: #F77B37;
}

strong {
	font-weight: 700;
}

header {
	position: absolute;
	top: 0;
	left: 0;
}

article {
	padding: 0 0 16px;
	position: relative;
}

article:after {
	content: "";
	position: absolute;
	height: 718px;
	background: #fff;
	width: 3px;
	left: -36px;
	top: 228px;
}

article:before {
	content: "";
	position: absolute;
	height: 968px;
	background: #fff;
	width: 3px;
	right: -36px;
	top: -52px;
}

footer {
	position: relative;
}

footer p {
	font-size: 19px;
	line-height: 24px;
}

footer figure {
	position: absolute;
	bottom: 0;
	right: -49px;
}

h1 {
	font-size: 44px;
	margin: 16px 0;
	line-height: 1;
	font-weight: 700;
}

h1 span {
	font-size: 20px;
}

h2 {
	font-size: 21px;
	margin: 16px 0;
	line-height: 24px;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	margin: 16px 0 0;
	line-height: 20px;
	font-weight: 700;
	font-style: italic;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 16px;
	text-align: justify;
	hyphens: auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 0 0 0 15px;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

li:before {
	text-indent: -15px;
	content: "\2022";
	color: #000;
	float: left;
	font-size: 21px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:818px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
		text-align: left !important
	}

	article:after, article:before {
		height: 85%;
	}

	span {
		white-space: nowrap;
	}
}

@media screen and (max-width:750px) {
	footer figure {
		position: static;
		display: flex;
		justify-content: center;
	}

	footer p {
		text-align: center !important;
	}
}

@media screen and (max-width:627px) {
	#wrapper {
		padding: 16px;
	}

	h1 {
		font-size: 32px;
	}

	article:before, article:after {
		background: none;
	}

	ul {
		margin-left: 0;
	}

	header {
		position: static;
		display: flex;
		justify-content: center;
	}
}