@charset "utf-8";

@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: 700;
	src: url('../fonts/poppins-v24-latin-700.eot');
	src: url('../fonts/poppins-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v24-latin-700.woff2') format('woff2'), url('../fonts/poppins-v24-latin-700.woff') format('woff'), url('../fonts/poppins-v24-latin-700.ttf') format('truetype'), url('../fonts/poppins-v24-latin-700.svg#Poppins') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Poppins", "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: 1160px;
	margin: 0 auto;
	display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	color: #76b82a;
	text-decoration: none;
}

a.link:hover {
	color: #95d64a;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
}

.top {
	margin: 0 0 44px
}

h1 {
	color: #76b82a;
	font-weight: 400;
	font-size: 45px;
	margin: 29px 0 15px;
	line-height: 1.1;
}

h2,
h3 {
	color: #76b82a;
	font-weight: 300;
	font-size: 32px;
	margin: 30px 0 15px;
	line-height: 1.1
}

h3 {
	color: #fff;
}

h4 {
	margin: 30px 0 15px;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.1
}

ul {
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header,
article {
	padding: 0 20px;
}

.logo {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 15px 15px 55px;
}

.logo img {
	width: 200px;
}

.list-inline {
	display: flex;
	margin: 20px 0 50px
}

.list-inline p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 7px;
}

.list-inline p i {
	color: #76b82a;
	margin-right: .25em;
	font-size: 19px;
}

a.apply {
	min-width: 200px;
	max-width: 200px;
	width: auto;
	padding: 10px 25px;
	transition: all ease-in-out .2s;
	color: #fff;
	background-color: #76b82a;
	border-color: #69a325;
	display: block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	border: 1px solid transparent;
	font-size: 19px;
	line-height: 1.55;
	border-radius: 30px;
}

a.apply:hover {
	color: #fff;
	background-color: #5b8e21;
	border-color: #49711a;
}

.slider {
	margin: 90px 0 60px;
	position: relative;
}

.slider>img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: imageAnimation 12s linear infinite 0s;
}

.slider>img:nth-of-type(1) {
	position: static;
	opacity: 1;
}

.slider>img:nth-of-type(2) {
	animation-delay: 6s;
}

@keyframes imageAnimation {
	4% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	55% {
		opacity: 0;
	}
}

.portalbackground {
	background-color: #242a1f;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 70px;
	box-shadow: -1200px 0 0 0 #242a1f, -900px 0 0 0 #242a1f, -600px 0 0 0 #242a1f, -300px 0 0 0 #242a1f, 300px 0 0 0 #242a1f, 600px 0 0 0 #242a1f, 900px 0 0 0 #242a1f, 1200px 0 0 0 #242a1f;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex p {
	width: 49%;
	padding: 0 15px;
	color: #fff;
	margin: 15px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 300;
}

.flex p i {
	font-size: 175%;
	color: #76b82a;
	width: 57px;
	flex-grow: 0;
	flex-shrink: 0;
}

.video {
	display: block;
	margin-bottom: 70px;
}

.social_box p {
	text-align: right;
	margin: 0;
}

.flex_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

a.social {
	min-width: 0;
	width: auto;
	font-size: 23.75px;
	padding: 6px 8px;
	background: #76b82a;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
	border: 1px solid transparent;
	margin: 0 3px 15px
}

footer {
	padding: 0 20px 2rem;
}

@media only screen and (max-width: 999px) {
	#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: 768px) {
	.logo {
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}

	.logo img {
		margin: 0;
	}

	h1 {
		font-size: 30px;
		text-align: center;
	}

	h2,
	h3,
	h4 {
		font-size: 24px;
	}

	.list-inline {
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}

	.list-inline p span {
		line-height: 1;
	}

	.btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slider {
		margin: 20px 0
	}

	.video,
	.portalbackground {
		margin: 20px 0
	}

	.flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.flex p {
		width: 100%;
		padding: 0;
	}

	.box,
	.social_box p {
		text-align: center;
	}

	.flex_box {
		justify-content: center;
		margin: 0 0 .625rem;
	}
}

@media only screen and (max-width: 37.5rem) {
	.list-inline {
		flex-direction: column;
	}

	.top {
		margin: 0 0 1rem;
	}

	ul {
		margin: 0 0 1rem;
	}

	h2 {
		margin: 0 0 1rem
	}
}

@media only screen and (max-width: 23.437rem) {
	a.social {
		font-size: 1.25rem;
	}
}