@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.eot');
	src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	margin: 0
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 0 auto;
	padding: 0 0 3rem;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1.25rem;
}

h1 {
	line-height: 1.3;
	font-size: 2rem;
	margin: 0 0 .75rem;
	color: #c10d00;
}

h2 {
	color: #c10d00;
	font-size: 1.312rem;
	margin: 0 0 1.25rem 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 2rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.25rem;
	font-size: 1.625rem;
	line-height: 0.9;
}

header {
	box-shadow: 0 .125rem .125rem 0 rgba(0, 0, 0, 0.16), 0 0 0 .062rem rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
}

figure {
	max-width: 50rem;
	margin: 0 auto;
	padding: .625rem 0;
}

.icons {
	display: flex;
	align-items: flex-start;
	column-gap: 8.75rem
}

.icons div {
	width: 35%
}

.icons p {
	margin: 0 0 .625rem
}

.icons i {
	color: #c10d00;
	width: 1.375rem
}

.infos {
	padding: .875rem 1.5rem;
	border: thin solid rgba(220, 223, 226, 0.8);
	background: #fff;
}

.section {
	padding: .875rem 1.5rem;
	background-color: #ffffff;
	margin-top: .625rem;
}

.button {
	margin: 1rem 0;
	display: flex;
	justify-content: flex-end
}

a.apply {
	display: inline-block;
	padding: .625rem 1.25rem;
	margin: 0;
	background: #fff;
	border: .062rem solid #000;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.3;
	transition: all 0.25s ease;
	width: 10.75rem
}

a.apply:hover {
	background: #c10d00;
	color: #fff;
	text-decoration: none;
	border: .062rem solid #c10d00;
}

footer {
	background-color: #333333;
	color: #fff;
	padding: .625rem 0;
	font-size: 1.062rem;
}

.main {
	margin: 0 auto;
	max-width: 50rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer i {
	color: #4b575f;
}

.fa-xing {
	font-size: 1.562rem
}

.fa-linkedin-in {
	background: #4b575f;
	color: #333;
	border-radius: 50%;
	padding: .25rem;
	font-size: .875rem;
	text-align: center;
	position: relative;
	top: -.25rem
}

.element a {
	margin-right: 1.875rem;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		margin: 0 auto;
		border: 0;
		padding-bottom: 0;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	h1 {
		margin: 0 0 .625rem;
		line-height: 1.2;
		font-size: 1.562rem
	}

	h2 {
		margin: 0 0 .625rem;
		line-height: 1;
		font-size: 1.062rem;
	}

	article {
		margin: 0;
	}

	.infos {
		padding: 1rem 1rem .312rem;
	}

	figure {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.section {
		margin: 0;
		padding: .625rem 1rem 0;
	}

	.main {
		padding: .3rem 1rem;
	}

	.element a {
		margin-right: 1.25rem;
	}

	.button {
		justify-content: center;
		padding: 0 1rem
	}
}

@media only screen and (max-width:589px) {
	.main {
		flex-direction: column;
		gap: 1rem;
	}

	h1 {
		text-align: center;
		font-size: 1.312rem
	}

	.icons {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		column-gap: 0
	}

	.icons div {
		width: 100%;
		text-align: center
	}

	.element a {
		margin: 0 .625rem 1rem;
		line-height: 1.2;
		text-align: center;
	}

	ul li {
		padding-left: 1.25rem;
	}
}

@media only screen and (max-width: 376px) {
	a.apply {
		width: 100%;
		display: block;
		text-align: center
	}
}