@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/material-symbols-outlined-v292-latin-regular.eot');
	src: url('../fonts/material-symbols-outlined-v292-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/material-symbols-outlined-v292-latin-regular.woff2') format('woff2'),
		url('../fonts/material-symbols-outlined-v292-latin-regular.woff') format('woff'),
		url('../fonts/material-symbols-outlined-v292-latin-regular.ttf') format('truetype'),
		url('../fonts/material-symbols-outlined-v292-latin-regular.svg#MaterialSymbolsOutlined') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/mulish-v18-latin-regular.eot');
	src: url('../fonts/mulish-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mulish-v18-latin-regular.woff2') format('woff2'),
		url('../fonts/mulish-v18-latin-regular.woff') format('woff'),
		url('../fonts/mulish-v18-latin-regular.ttf') format('truetype'),
		url('../fonts/mulish-v18-latin-regular.svg#Mulish') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/mulish-v18-latin-500.eot');
	src: url('../fonts/mulish-v18-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mulish-v18-latin-500.woff2') format('woff2'),
		url('../fonts/mulish-v18-latin-500.woff') format('woff'),
		url('../fonts/mulish-v18-latin-500.ttf') format('truetype'),
		url('../fonts/mulish-v18-latin-500.svg#Mulish') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/inter-v20-latin-regular.eot');
	src: url('../fonts/inter-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/inter-v20-latin-regular.woff2') format('woff2'),
		url('../fonts/inter-v20-latin-regular.woff') format('woff'),
		url('../fonts/inter-v20-latin-regular.ttf') format('truetype'),
		url('../fonts/inter-v20-latin-regular.svg#Inter') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/inter-v20-latin-500.eot');
	src: url('../fonts/inter-v20-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/inter-v20-latin-500.woff2') format('woff2'),
		url('../fonts/inter-v20-latin-500.woff') format('woff'),
		url('../fonts/inter-v20-latin-500.ttf') format('truetype'),
		url('../fonts/inter-v20-latin-500.svg#Inter') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #212529;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

#wrapper {
	position: relative;
	margin: 0 auto;
	background: #fff;
}

.container {
	max-width: 65.625rem;
	margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

.bottom {
	margin: 0 0 3.437rem
}

h1 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 .5rem;
}

h2 {
	font-size: 0.875rem;
	margin: .625rem 0 1.625rem;
	font-weight: 400;
}

h3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1.25rem;
}

.margin {
	margin: 0 0 2.5rem;
}

h4 {
	font-size: 1.25rem;
	font-weight: 400;
	margin: 0 0 1rem;
}

h5 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	color: #1e2e50;
	margin: 0 0 .5rem;
}

ul {
	list-style: none;
	margin: 0 0 3.437rem 0;
	padding: 0;
}

ul li {
	padding: .125rem 0 .125rem 1.125rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.125rem;
}

.material-icons-outlined {
	font-family: "Material Symbols Outlined", "Arial", sans-serif;
	font-style: normal;
}

header {
	background: url("../images/bg.jpg")no-repeat center left / cover;
	height: 15rem;
	position: relative;
}

.logo {
	position: absolute;
	width: 8.125rem;
	height: 8.125rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
	padding: .5rem;
	top: 11rem;
	left: 50%;
	transform: translate(-50%);
	background: #fff;
}

article {
	padding: 3rem 3rem 1.75rem;
	margin: 4rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 3rem;
}

.section1,
.section2,
.section3 {
	width: 63%;
}

.section4,
.section5 {
	width: 31%;
}

.section1 {
	order: 1;
}

.section2 {
	order: 3;
	margin-top: -20rem;
}

.section3 {
	order: 5;
	margin-top: -28.75rem;
}

.section4 {
	order: 2;
	margin-bottom: 2rem;
}

.section5 {
	order: 3;
}

.box {
	border: .062rem solid rgba(0, 0, 0, 0.12);
	border-radius: 0.4rem;
	padding: 1.5rem;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.box p {
	display: flex;
	align-items: center;
	flex-basis: 33%;
	margin: 0 0 0.33rem;
	padding: 0;
}

.flex p{
	font-size: .937rem;
}

.section2 .box p {
	column-gap: .125rem
}

.box p i {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.54);
	display: flex;
	width: 2.4rem;
}

.benefits {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}

.benefits p {
	padding: 0 0 0.75rem;
	display: flex;
	justify-content: space-between;
	margin: 0;
	column-gap: 1rem;
}

.benefits p i {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.54);
	display: flex;
	width: auto;
}

.figure img {
	border-radius: 50%;
	width: 12rem;
	height: 12rem;
	border: .125rem solid #387CA3;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.section5 p:nth-of-type(1) {
	margin-bottom: 16px;
	line-height: 1;
}

.section5 p:last-of-type {
	margin: 0;
}

footer {
	padding: 0 3rem 3rem;
	text-align: center;
	width: 63%
}

a.apply {
	text-transform: none;
	color: rgb(255, 255, 255);
	background-color: rgb(85, 195, 158);
	padding: 0 1.5rem;
	display: block;
	width: fit-content;
	margin: 1rem auto 0;
	font-size: .85rem;
	height: 2.5rem;
	box-shadow: rgba(0, 0, 0, 0.2) 0 .187rem .062rem -.125rem, rgba(0, 0, 0, 0.14) 0 .125rem .125rem 0, rgba(0, 0, 0, 0.12) 0 .062rem .312rem 0;
	position: relative;
	border-radius: .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}



a.apply:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(85, 195, 158);
	box-shadow: 0 .125rem .25rem -.062rem rgba(0, 0, 0, 0.2), 0 .25rem .312rem 0 rgba(0, 0, 0, 0.14), 0 .062rem .625rem 0 rgba(0, 0, 0, 0.12);
}



@media only screen and (max-width: 65.562rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 59.375rem) {
	article {
		flex-direction: column;
	}

	.section1,
	.section2,
	.section3,
	.section4,
	.section5 {
		width: 100%;
		margin: 0 0 1.5rem;
	}

	.section1 {
		order: 1;
	}

	.section2 {
		margin-top: 0;
		order: 2
	}

	.section3 {
		margin-top: 0;
		order: 4;
	}

	.section4 {
		order: 3;
	}

	.section5 {
		order: 5;
	}

	footer {
		width: auto
	}

	.section5 .box {
		display: flex;
		column-gap: 2.5rem;
	}

	.figure img {
		margin-bottom: 0;
	}

	.benefits {
		flex-direction: row;
		column-gap: .625rem;
		justify-content: space-between;
	}

	.benefits p {
		flex-basis: 48%;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 48rem) {
	article {
		padding: 1.25rem 1.25rem 0;
	}

	footer {
		padding: 1.25rem;
	}

	p,
	ul {
		margin: 0 0 1rem;
	}

	h2,
	h3 {
		margin: 0 0 1rem;
		line-height: 1;
	}

	.margin,
	.bottom {
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width: 43.75rem) {
	.flex {
		flex-direction: column;
	}

	.box p {
		flex-basis: 100%;
	}

	.flex p:last-of-type,
	.benefits p:last-of-type {
		margin: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 32.5rem) {
	h1 {
		text-align: center;
		font-size: 1.875rem;
	}

	h3 {
		font-size: 1.375rem;
		font-weight: 500;
	}

	.section5 .box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 1.25rem;
	}

	.section5 p:nth-of-type(1) {
		margin-bottom: .625rem;
	}

	footer {
		padding: 0 1.25rem 1.25rem;
	}
}