@charset "utf-8";

/* chakra-petch-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/chakra-petch-v11-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/chakra-petch-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/chakra-petch-v11-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/chakra-petch-v11-latin-regular.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/chakra-petch-v11-latin-regular.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/chakra-petch-v11-latin-regular.svg#ChakraPetch') format('svg');
	/* Legacy iOS */
}

/* chakra-petch-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/chakra-petch-v11-latin-700.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/chakra-petch-v11-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/chakra-petch-v11-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/chakra-petch-v11-latin-700.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/chakra-petch-v11-latin-700.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/chakra-petch-v11-latin-700.svg#ChakraPetch') format('svg');
	/* Legacy iOS */
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #4D4D4F;
	font-family: "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.5;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

p span {
	white-space: nowrap;
}

h1 {
	font-size: 2rem;
	line-height: 1.1;
	margin: 0 0 1.25rem;
	font-family: 'Chakra Petch', Arial, sans-serif;
}

h1 span {
	font-weight: 400;
	font-size: 1.5rem;
}

h1 small {
	font-size: inherit;
	font-weight: 400;
	font-size: 1rem;
}

h2 {
	font-size: 1.125rem;
	font-family: 'Chakra Petch', Arial, sans-serif;
	margin: 1.25rem 0 .625rem;
	line-height: 1.1;
	color: #CD8563;
}

h3 {
	font-size: 17px;
	margin: 0 0 10px;
}

h3 span {
	color: #CD8563;
}

ul {
	list-style: none;
	margin: 0 10px 1.875rem 0;
	padding: 0;
}

ul li {
	padding: 0 0 5px 25px;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -25px;
	font-size: .875rem;
	line-height: 1.5;
}


header {
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 230px;
}

.img {
	margin: 0 0 0 170px;
}

.resp {
	display: none;
}

.no_margin {
	margin: 0;
}

article {
	padding: 100px 70px 40px 70px;
	position: relative;
}

.left {
	width: 60%;
}

.aside {
	position: absolute;
	right: 0;
	bottom: 0;
}


.aside {
	width: 41%;
	background: #F0EFEF;
	padding: 5.625rem 1.625rem .625rem;
	position: absolute;
	bottom: 0;
}

.aside p {
	margin: 0 0 .937rem;
}

.axel {
	border-radius: 100%;
	position: absolute;
	bottom: 10.625rem;
	right: 5.312rem;
}

.text {
	text-align: center;
}

.gray {
	background: #4D4D4F;
	color: #fff;
	padding: .625rem 2rem .625rem 5rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

footer p {
	margin: 0;
	font-size: 1rem;
}

@media only screen and (max-width: 49.937rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	header {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		padding: 0 0 100px;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 0;
	}

	.img {
		display: block;
		position: relative;
		margin: 0 0 0 auto;
		padding: 0 0 0 11.25rem;
	}

	article {
		padding: 0 1.25rem 3.125rem;
	}
}

@media only screen and (max-width: 48rem) {
	header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 20px 20px;
	}

	.logo {
		display: none;
	}

	.resp {
		display: block;
		margin: 0 auto 16px;

	}

	.img {
		margin: 0 auto;
		padding: 0;
	}

	.left {
		width: 100%;
		margin: 0 0 5rem;
	}

	.aside {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		bottom: 0;
		padding: 5.625rem 1.25rem .625rem;

	}

	.axel {
		transform: translate(-50%);
		left: 50%;
	}

	article {
		padding: 0 0;
	}

	.padding {
		padding: 0 20px;
	}

	.gray {
		display: block;
		text-align: center;
		padding: 10px 20px;
	}

	h1 {
		text-align: center;
	}

	h1 span,
	h1 small {
		white-space: nowrap;
	}

	ul li {
		padding-left: 15px;
	}

	ul li:before {
		margin-left: -15px
	}
}

@media only screen and (max-width: 375px) {
	h1 {
		font-size: 24px;
	}

	h1 span {
		font-size: 19px;
	}

	h1 small {
		font-size: 15px;
		white-space: nowrap;
	}

	.gray p {
		text-align: center
	}

	.right {
		display: block;
		text-align: center;
		padding: 1.25rem .625rem .625rem;
	}
}