@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/poppins-v24-latin-200.eot');
	src: url('../fonts/poppins-v24-latin-200.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v24-latin-200.woff2') format('woff2'),
		url('../fonts/poppins-v24-latin-200.woff') format('woff'),
		url('../fonts/poppins-v24-latin-200.ttf') format('truetype'),
		url('../fonts/poppins-v24-latin-200.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v24-latin-300.eot');
	src: url('../fonts/poppins-v24-latin-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v24-latin-300.woff2') format('woff2'),
		url('../fonts/poppins-v24-latin-300.woff') format('woff'),
		url('../fonts/poppins-v24-latin-300.ttf') format('truetype'),
		url('../fonts/poppins-v24-latin-300.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v24-latin-regular.eot');
	src: url('../fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'),
		url('../fonts/poppins-v24-latin-regular.woff') format('woff'),
		url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'),
		url('../fonts/poppins-v24-latin-regular.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v24-latin-600.eot');
	src: url('../fonts/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v24-latin-600.woff2') format('woff2'),
		url('../fonts/poppins-v24-latin-600.woff') format('woff'),
		url('../fonts/poppins-v24-latin-600.ttf') format('truetype'),
		url('../fonts/poppins-v24-latin-600.svg#Poppins') format('svg');
}

:root {
	font-size: 16px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #fff;
	font-family: "Poppins", "Arial", sans-serif;
	font-size: .937rem;
	line-height: 1.5;
	font-weight: 200
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	border: solid 1px #000;
	background: url(../images/bg.png)no-repeat top left, #621134;
	background-size: 100%;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

.margin {
	margin: 0 0 2.187rem;
}

h1 {
	font-size: 1.187rem;
	color: #AECF22;
	letter-spacing: .187rem;
	margin: 0 0 1.562rem;
}

h1 span {
	font-weight: normal;
	letter-spacing: 2;
	font-weight: 200;
}

h2 {
	font-size: 1rem;
	font-weight: 600;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: .937rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .312rem;
	height: .062rem;
	border-radius: .5rem;
	background: #fff;
	margin-left: -.937rem;
	top: .625rem;
}


header {
	display: flex;
	justify-content: space-between;
	align-items: top;
	padding: 1.875rem 1.875rem .937rem;
	column-gap: .625rem;
}




article {
	padding: 0 1.875rem;
}

.flex {
	display: flex;
	justify-content: space-between;
}


.box:nth-of-type(1) {
	width: 37%
}

.box:nth-of-type(2) {
	width: 31%;
}

.box:nth-of-type(3) {
	width: 31%;
}

.section {
	position: relative;
}

.qr {
	position: absolute;
	bottom: -.312rem;
	right: .937rem;
	width: 5rem;
}

.mail,
.phone {
	position: relative;
	padding: 0 0 0 1.562rem;
	color: #AECF22;
}

.mail:before {
	content: "";
	float: left;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/mail.png) no-repeat;
	background-size: contain;
	margin-left: -1.562rem;
	top: 0;
}

.phone:before {
	content: "";
	float: left;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/phone.png) no-repeat;
	background-size: contain;
	margin-left: -1.562rem;
	top: 0;
}


footer {
	padding: 0 1.875rem;
	color: #AECF22;
	font-size: .875rem;
}

footer p span {
	white-space: nowrap;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}


	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width: 48rem) {
	#wrapper {
		background: #631034;
	}

	header {
		padding: 1.25rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1.25rem;
	}

	article {
		padding: 0 1.25rem;
	}

	footer {
		padding: 0 1.25rem;
	}

	h1 {
		text-align: center;
	}

	.flex {
		flex-direction: column;
	}

	.box:nth-of-type(1) {
		width: 100%;
		order: 3;
		text-align: center;
	}

	.box:nth-of-type(2) {
		width: 100%;
		order: 1;
	}

	.box:nth-of-type(3) {
		width: 100%;
		order: 2;
	}

	.margin {
		margin: 0 0 1rem;
	}

	.section p {
		position: relative;
		padding-left: 1.875rem;
		text-align: center;
	}

	.mail:before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-6.562rem);
		width: 1.25rem;
		height: 1.25rem;
		background-size: contain;
		background-repeat: no-repeat;
		top: 0;
	}

	.phone:before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-1.875rem);
		width: 1.25rem;
		height: 1.25rem;
		background-size: contain;
		background-repeat: no-repeat;
		top: 0;
	}

	.qr {
		position: static;
		display: block;
		margin: 1rem auto 1rem;
	}

	footer p {
		text-align: center;
	}
}


