@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/GothamHTF-Book.otf') format("opentype"),
		 url('../fonts/GothamHTF-Book.woff') format("woff"),
		 url('../fonts/GothamHTF-Book.woff2') format("woff2");
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/GothamHTF-BookItalic.otf') format("opentype"),
		 url('../fonts/GothamHTF-BookItalic.woff') format("woff"),
		 url('../fonts/GothamHTF-BookItalic.woff2') format("woff2");
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/GothamHTF-Bold.otf') format("opentype"),
		 url('../fonts/GothamHTF-Bold.woff') format("woff"),
		 url('../fonts/GothamHTF-Bold.woff2') format("woff2");
}
body {
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	font-size: 42px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	font-weight: 700;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
.white {color: #ffffff;}
.black {color: #000000;}
.lp {color: #91819b;}
.little {font-size: 12px;}
.site {width:100%;}
header {
	width: 100%;
	height: 80px;
	background-color: #4f1875;
}
.logo {padding: 23px 0 0;}
.content {
	width: 100%;
	background-image: url('../images/bg-desktop-dark.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content > .container {
	padding: 0 45px;
}
.content-area {
	padding: 50px 15px 50px 15px;
}
.top-content {
	margin-bottom: 50px;
	padding-right: 35px;
}
.top-content h1 {
	margin-bottom: 30px;
}
.section-head {
	position: relative;
	padding: 5px 0 6px 42px;
	min-height: 37px;
}
.section-head > h3 {
	margin: 0;
	line-height: 26px;
}
.pencil::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-pencil.png');
}
.book::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-book.png');
}
.briefcase::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-briefcase.png');
}
.globe::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-globe.png');
}
.networking::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-networking.png');
}
.star::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: url('../images/icon-star.png');
}
.section-content {
	padding: 10px 0 15px;
}
.form-col {
	padding: 50px 30px;
	background-color: rgba(255, 255, 255, 0.87);
}
.form-script {
	margin-top: 40px;
	margin-bottom: 107px;
}
label {
	font-weight: 400;
	color: #000000;
}
input[type="text"], input[type="email"] {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	background-color: transparent;
	border-color: #4f1875;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}
.form-script button {
	width: 100%;
	height: 53px;
	margin-top: 10px;
	color: #ffffff;
	background-color: #4f1875;
	border: 0;
}
.form-col > .form-script > div {
	background-color: transparent;
}
.form-col > .form-script > div > div {
	height: 436px;
	color: #000000;
	background-color: transparent;
}
.mobile-content {
	width: 100%;
	padding: 35px 20px;
	background-color: #4f1875;
}
footer {
	width: 100%;
	padding: 40px 0;
	background-color: #220337;
}
.footer {padding: 0 45px;}
.note {margin-bottom: 0;}
.copyright {
	margin-bottom: 0;
	padding: 6px 0;
	text-align: right;
	line-height: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.form-script {
		margin-bottom: 297px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.content-area {
		padding: 50px 15px 50px 15px;
	}
	.top-content {
		padding-right: 35px;
	}
	.form-script {
		margin-bottom: 685px;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		padding: 35px 0 0;
	}
	.content {
		background-image: url('../images/bg-mobile.jpg');
	}
	.content-area {
		padding: 30px 0 30px 0;
	}
	.top-content {
		margin-bottom: 0;
		padding-right: 0;
	}
	h1 {
		font-size: 36px;
	}
	.form-col {
		margin-right: -15px;
		margin-bottom: 25px;
		margin-left: -15px;
		padding: 25px 25px 45px;
	}
	.form-script {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.footer {padding: 0 15px;}
	.copyright {
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
	}
}
