.home {
	position: relative;
}

.home_heading {
	display: block;

	margin: 0;
	padding: 8px 20px;
	line-height: 45px;
	font-family: 'dejavu_sans';
	font-size: 30px;
	font-weight: normal;
	color: #001e4a;

	background-color: #efefef;

	box-shadow: 0 1px 2px #999999;

	border-top: 3px solid #234cae;
}

.home_szechenyi2020_logo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.home_szechenyi2020_logo > img {

	width: 301px;
}

.home_content {
	position: relative;
	padding: 25px 20px 20px 20px;
}

.home_intro {
	position: relative;
	padding: 20px;

	border: 1px solid #cccccc;
	background-color: #f7f7f7;

	box-shadow: 0 2px 3px #999999;
	overflow: hidden;
}

.home_intro_curve {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 300px;
	height: 150px;
	overflow: hidden;

	z-index: 2;
	box-shadow: 11px -13px 0 #ffffff;
}

.home_intro_curve::after {
	content: '';
	position: absolute;
	right: -159px;
	top: -86px;

	width: 460px;
	height: 230px;

	background-color: #ffffff;

	border-bottom-left-radius: 230px;
	border-bottom-right-radius: 230px;

	border: 1px solid #cccccc;
	border-top: none;

	box-shadow: inset 0 2px 3px #999999;
}

.home_intro_video {
	float: left;
	width: 770px;
	height: 490px;

	border: 1px solid #cccccc;
}

.home_intro_video > video {
	width: 100%;
	height: 100%;

	background-color: #ffffff;
}

.home_intro_text {
	overflow: hidden;
	padding: 0 0 0 20px;

	font-family: 'dejavu_sans';
	color: #001e4a;
}

.home_intro_text > h2,
.home_intro_text > h3.release_date {
	margin: 0;

	text-align: center;
	font-weight: normal;
}

.home_intro_text > h2 {
	font-size: 28px;
}

.home_intro_text > h3.release_date {
	font-size: 16px;
}

.home_intro_text > p {
	margin: 10px 0;
	text-align: justify;
	font-size: 14px;
}

.home_intro_text > p > a {
	color: #001e4a;
	text-decoration: none;
}

.home_intro_text > p > a:hover {
	text-decoration: underline;
}



.home_intro_controls {
	margin: 20px 0 0 0;
}

.home_intro_button_purchase,
.home_intro_button_mti_analysis,
.home_intro_button_previous_analyses {
	display: block;
	margin: 10px 2px;
	padding: 4px 10px;
	height: 20px;
	line-height: 20px;

	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'dejavu_sans';
	font-size: 14px;
	color: #333333;

	border: 3px solid;

	cursor: pointer;

	transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
}

.home_intro_button_purchase {
    border-color: #3db4c4;
    color: #3db4c4;
}

.home_intro_button_mti_analysis {
	border-color: #3db4c4;
	color: #3db4c4;
}

.home_intro_button_previous_analyses {
    border-color: #001e4a;
    color: #001e4a;
}

.home_intro_button_purchase:hover {
	background-color: #3db4c4;
	color: #ffffff;
}

.home_intro_button_mti_analysis:hover {
	background-color: #3db4c4;
	color: #ffffff;
}

.home_intro_button_previous_analyses:hover {
    background-color: #001e4a;
	color: #ffffff;
}


.home_banner {
	margin: 20px 0 0 0;

	background-color: #d04f58;
	border: 1px solid #9e262f;

	box-shadow: 0 2px 3px #999999;

	font-family: 'dejavu_sans';
	display: block;
	padding: 20px 20px 20px 20px;

	color: #ffffff;
	text-decoration: none;
}

.home_banner_title {
	margin: 0;

	font-size: 18px;
}

.home_banner_text {

}

.home_banner_text > p {
	font-size: 14px;
}

.home_banner_article_list {
	margin: 2px 0 10px 0;
	padding-left: 30px;
	font-size: 14px;
}

.home_banner_article_list > li:last-child {
	margin-bottom: 0;
}

.home_banner_article_title {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.home_banner_article_title:hover {
	text-decoration: underline;
}

.home_banner_all_articles {
	font-weight: bold;
	margin-bottom: 10px;
}

.home_banner_all_articles > a {
	text-decoration: none;
	color: #ffffff;
}

.home_banner_all_articles > a:hover {
	text-decoration: underline;
}

.home_details {
	margin: 20px 0 0 0;
}

.home_details_impress {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 20px 20px 20px;
	width: 450px;
	height: 644px;

	background-color: #3db4c4;
	font-family: 'dejavu_sans';
	color: #ffffff;

	border: 1px solid #2d8692;

	box-shadow: 0 2px 3px #999999;
}


.home_details_impress_company_logo {
	display: block;
	margin: 0 0 20px 0;
}

.home_details_impress_company_logo > img {
	width: 320px;
}

.home_details_features {
	position: relative;
	overflow: hidden;

	padding: 25px 20px 29px 20px;
	height: 620px;

	background-color: #001e4a;

	font-family: 'dejavu_sans';
	color: #ffffff;

	border: 1px solid #234cae;

	box-shadow: 0 2px 3px #999999;
}

.home_details_features h2 {
	margin: 0;
}

.home_details_features h4.release_date {
	font-size: 14px;
	margin: 0 0 21px 0;
}

.home_details_impress h3,
.home_details_features h3 {
	margin: 2px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


.home_details_impress p,
.home_details_features p {
	margin: 2px 0 10px 0;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
}

.home_details_impress a,
.home_details_features a {
	text-decoration: none;
	color: #ffffff;
}

.home_details_impress a:hover,
.home_details_features a:hover {
	text-decoration: underline;
}

.home_details_features ul {
	margin: 2px 0 10px 0;
	line-height: 23px;
	font-size: 14px;
}

.workflow_figure {
	position: absolute;
	right: 20px;
	bottom: 14px;
}

.workflow_figure h3 {
	margin: 0;
	text-align: center;
}

.workflow_figure img {
	vertical-align: bottom;
	border: 1px solid #234cae;
}

.home_grants {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px 0 0 0;
}

.home_grants img {
	height: 90px;
}

.home_grants_details {
	margin-top: 20px;
	font-family: 'dejavu_sans';
	font-size: 11px;
	color: #001e4a;
	line-height: 18px;
	text-align: justify;
}
