@charset "utf-8";

/* jost-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: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/jost-v20-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/jost-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/jost-v20-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/jost-v20-latin-regular.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/jost-v20-latin-regular.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/jost-v20-latin-regular.svg#Jost') format('svg');
	/* Legacy iOS */
}

/* jost-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: 'Jost';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/jost-v20-latin-700.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/jost-v20-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/jost-v20-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/jost-v20-latin-700.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/jost-v20-latin-700.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/jost-v20-latin-700.svg#Jost') format('svg');
	/* Legacy iOS */
}

/* overpass-600 - 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: 'Overpass';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/overpass-v19-latin-600.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/overpass-v19-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/overpass-v19-latin-600.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/overpass-v19-latin-600.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/overpass-v19-latin-600.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/overpass-v19-latin-600.svg#Overpass') format('svg');
	/* Legacy iOS */
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #323465;
	font-family: "Jost", "Arial", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	background: #fff;
}

.content {
	max-width: 72.5rem;
	margin: 0 auto;
	display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .875rem;
}

h1,
h2,
h3,
h4 {
	font-family: "Overpass", "Arial", sans-serif;
	font-weight: 600;
	line-height: 1.1;
}

h1 {
	font-size: 2.062rem;
	margin: 1.687rem 0 .875rem;
	line-height: 1.1;
}

h2 {
	font-size: 1.875rem;
	margin: 1.687rem 0 .875rem;
}

h3 {
	font-size: 1.875rem;
	margin: 1.687rem 0 .875rem;
	color: #fff;
}

.margin {
	margin: 0 0 1.75rem;
}

ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

ul li {
	padding-left: 1.25rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .625rem;
	height: .625rem;
	background: #323465;
	margin-left: -1.375rem;
	top: .5rem;
}

header {
	border: .062rem solid rgba(0, 0, 0, 0.125);
}

.logo {
	margin: .937rem 0;
}

.image {
	display: flex;
	justify-content: center;
	margin: 0 0 2.812rem;
}


.box {
	padding: 0 .937rem;
}

.design-box {
	display: flex;
	justify-content: flex-start;
	column-gap: 1.25rem;
}

.design-box p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: .625rem;
}

.design-box p i {
	color: #323465;
}

a.apply {
	padding: .625rem 1.562rem;
	background: #323465;
	border: .062rem solid #2a2b54;
	display: block;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	background-image: none;
	font-size: 1.125rem;
	line-height: 1.55;
	border-radius: .25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	max-width: 12.5rem;
	margin: 1.75rem 0 3.125rem;
	line-height: 1.5;
	border-radius: .187rem;
	transition: all ease-in-out .2s;
}

a.apply:hover {
	color: #fff;
	background-color: #212243;
	border-color: #15162b;
}

.share-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	column-gap: .312rem;
}

.share-buttons p {
	width: 100%;
	text-align: right;
}

a.social {
	font-size: 1.437rem;
	padding: .375rem .5rem;
	color: #fff;
	background: #323465;
	border: .062rem solid #2a2b54;
	margin-bottom: 0;
	transition: all ease-in-out .2s;
	line-height: 1.5;
	border-radius: .187rem;
	display: block;
	width: fit-content;
}

a.social:hover {
	color: #fff;
	background-color: #212243;
	border-color: #15162b;
}

.section {
	background: #323465;
	padding: .937rem 0 1.875rem;
	margin: 1.875rem 0 1.875rem;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex p {
	color: #fff;
	margin: .937rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: 600;
	width: 50%;
	font-family: "Overpass", "Arial", sans-serif;
}

.flex p i {
	font-size: 155%;
	width: 3.375rem;
	margin: 0 .937rem 0 0;
}

.img-person img {
	height: 10.937rem;
	width: 10.937rem;
	object-fit: cover;
	object-position: center 33%;
	border-radius: 100%;
	margin: 1.562rem 0 3.125rem;
}

.flex_box {
	display: flex;
	color: #fff;
	column-gap: .312rem;
}

footer {
	border-bottom: 3.125rem solid #323465;
}

@media only screen and (max-width: 72.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	h1 {
		text-align: center;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {
	.logo {
		margin: .937rem auto;
	}

	a.apply {
		width: 100%;
		max-width: 100%;
		margin: .937rem auto;
	}

	.share-buttons {
		justify-content: center;
		align-items: center;
	}

	.share-buttons p {
		text-align: center;
	}

	.design-box {
		justify-content: center;
		justify-content: center;
	}

	.flex {
		flex-direction: column;
	}

	.flex p {
		width: 100%;
	}

	.box_center h2,
	.box_center p {
		text-align: center;
	}

	.img-person img {
		margin: 1.5rem auto;
	}

	.flex_box {
		justify-content: center;
	}

	.margin {
		margin: 0 0 .875rem;
	}

	ul {
		margin: 0 0 .875rem;
	}

	ul li {
		padding-left: 1.25rem;
	}

	ul li:before {
		margin-left: -1.25rem;
	}
}

@media only screen and (max-width: 30rem) {
	h1 {
		font-size: 1.75rem;
	}

	h2,
	h3 {
		font-size: 1.375rem;
	}

	.design-box {
		flex-wrap: wrap;
	}

	.design-box p {
		width: 44%;
		justify-content: flex-start;
	}

	.image {
		margin-bottom: 1.25rem;
	}

	footer {
		border-bottom: none;
	}
}