/**
 * 	Video
 */

.home--video_container {
	width: 100%;
	height: calc( (100vh - var(--fm-header-height)) * 0.6 );
	position: relative;
}
.home--video_container video {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home--video_heading {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.7em;
	letter-spacing: 1.4px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 60px;
}
.home--video_button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 40px;
	width: auto;
}
.home--video_button a {
	display: block;
	opacity: 0.3;
}
@media (hover: hover) {
	.home--video_button a:hover {
		opacity: 0.6;
	}
}
.home--video_button img {
	display: block;
	height: 40px;
	width: auto;
}
.home--video_bottom {
   display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.home--video_bottom.home--video_background {
	background: rgba(4,3,1,0.7);
}
.home--bottom_container {
	display: flex;
	justify-content: center;
}
.home--bottom_container > div {
	width: 25%;
	text-align: center;
}
.home--video_bottom a {
	display: block;
	padding: 20px 20px;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 1.4px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
@media (hover: hover) {
	.home--video_bottom a:hover {
		background: rgb(255,255,255,0.1);
	}
}
@media (max-width: 1050px) {
	.home--video_heading {
		margin-top: 40px;
	}
	.home--video_button {
		margin-top: 40px;
	}
	.home--video_bottom a {
		font-size: 16px;
	}
}
@media (max-width: 786px) {
	.home--video_heading {
		line-height: 1.5em;
	}
	.home--video_bottom {
		display: none;
	}
	.home--video_button {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		margin-top: auto;
	}
}



/**
 * 	Sections
 */
.home--section {
	min-height: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.home--section_grey {
	background: #f0f0f0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.home--section_title {
	position: relative;
	margin-bottom: 25px;
}
.home--section_title a {
	display: inline-block;
}
.home--section h2 {
	font-size: 28px;
	line-height: 44px;
}
@media (hover: hover) {
	.home--section_title a:hover h2 {
		font-weight: 500;
		letter-spacing: 1.2px;
	}
}
@media (max-width: 576px) {
	.home--section h2 {
		font-size: 24px;
		line-height: 40px;
	}
}


/**
 * 	Dragscroll scrollbar
 */
.js--scroll_control {
	position: absolute;
	right: 0;
	top: 0;
}
.js--scroll_control.disabled {
	display: none;
}
.js--touch_dragscroll {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.js--touch_dragscroll::-webkit-scrollbar {
  display: none;
}


/**
 * 	Cards list
 */
.cards--container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.cards--container.cards--scroll_enabled {
	flex-wrap: nowrap;
}
.card--item {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
.card--link {
	display: block;
	height: 100%;
	color: #5c696f;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	transition: all 0.2s ease;
}
@media (hover: hover) {
	.card--link:hover {
		color: #5c696f;
		background-color: #f8f8f8;
	}
}
.card--wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 25px;
}
.card--wrap > * {
	margin-left: 30px;
	margin-right: 30px;
}
.card--wrap.card--no_footer {
	padding-bottom: 0 !important;
}
.card--wrap.card--only_title {
	padding-bottom: 15px !important;
}
.card--window {
	width: 100%;
	flex-grow: 0;
	margin: 0 !important;
	padding-top: 62.5%;
	position: relative;
	background-color: #f8f8f8;
	background-size: cover;
}
.card--subtitle {
	flex-grow: 0;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: -13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FA5C19;
}
.card--title {
	flex-grow: 0;
	font-size: 22px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.card--only_title .card--title {
	font-size: 18px;
	margin-top: 15px;
}
.card--only_title .card--subtitle {
	margin-bottom: -10px;
}
.card--excerpt {
	margin-top: 15px;
	flex-grow: 1;
}

@media (max-width: 1050px) {
	.cards--container .card--item {
		width: 50%;
	}
}
@media (max-width: 786px) {
	.cards--container {
		flex-wrap: nowrap;
	}
	.card--wrap {
		padding-bottom: 20px;
	}
	.card--wrap > * {
		margin-left: 20px;
		margin-right: 20px;
	}
	.cards--container .card--item {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.card--title {
		font-size: 20px;
		margin-top: 18px;
	}
}

/**
 * 	Logos list
 */
.logos--container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
}
.logos--container.logos--scroll_enabled {
	flex-wrap: nowrap;
}
.logo--item {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 50px 25px;
}
.logo--link {
	display: block;
	height: 100%;
	color: #5c696f;
	text-decoration: none;
	transition: all 0.2s ease;
}
.logo--wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.logo--window {
	width: 100%;
	flex-grow: 0;
	padding-top: 62.5%;
	margin-bottom: 10px;
	position: relative;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
}
.logo--title {
	flex-grow: 0;
	font-size: 15px;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0.3px;
	margin-right: -20px;
	margin-top: 10px;
}
.logo--excerpt {
	flex-grow: 1;
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 7px;
}
@media (hover: hover) {
	.logo--link:hover {
		color: #5c696f;
	}
	.logo--link:hover .logo--title {
		color: #000020;
	}
}
@media (max-width: 1050px) {
	.logos--container .logo--item {
		width: 25%;
	}
}
@media (max-width: 900px) {
	.logos--container .logo--item {
		width: 33.33333%;
	}
}
@media (max-width: 600px) {
	.logos--container .logo--item {
		width: 50%;
	}
}
@media (max-width: 420px) {
	.logos--container .logo--item {
		width: 100%;
	}
}



/**
 * 	Products
 */
.products--section {
	margin-bottom: 30px;
	margin-top: 50px;
}
.products--container {
}
.products--item {
	width: 33.333333%;
}



/**
 * 	Applications
 */
.applications--section {
	margin-bottom: 40px;
	margin-top: 30px;
}
.applications--container {
}
.application--item {
	width: 33.333333%;
}
.application--archive_item .card--title {
	color: #fa5c19;
	font-weight: 600;
}


/**
 * 	Events
 */
.events--section {
	padding-bottom: 30px;;
}
.events--container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.events--container.events--scroll_enabled {
	flex-wrap: nowrap;
}
.event--item {
	width: 33.33333%;
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.event--item a {
	display: block;
}
@media (hover: hover) {
	.event--item a:hover h4 {
		color: #000020;
	}
}
.event--item h4 {
	font-weight: 500;
	margin-bottom: 5px;
}
.event--logo {
	height: 70px;
	max-width: 80%;
	margin-bottom: 15px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
}
.event--logo img {
	height: 100%;
	width: auto;
}
@media (max-width: 900px) {
	.event--item {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.events--container {
		flex-wrap: nowrap;
	}
	.event--item {
		width: 100%;
	}
}


/**
 * 	News
 */
.news--section {
	margin-bottom: -20px;
	margin-top: 50px;
}
.news--container {
}
.news--container.news--scroll_enabled {
	flex-wrap: nowrap;
}
.news--item {
	width: 33.333333%;
}
.news--item .news--date {
   margin-top: 15px;
   font-size: 14px;
}
.news--item .card--title {
   font-size: 20px;
   letter-spacing: 0.5px;
   margin-bottom: 15px;
}
.news--item .card--title u {
   text-transform: none;
   text-decoration: none;
}


/**
 * 	Clients
 */
.clients--section {
	margin-bottom: 60px;
	margin-top: 60px;
}
.client--item {
	width: 20%;
}
.client--archive_item .logo--title {
	color: #fa5c19;
	font-weight: 600;
	align-self: flex-start;
	position: relative;
}
.client--archive_item .logo--title::after {
	position: absolute;
	content: "";
	right: -35px;
	top: calc( (100% - 20px) / 2 );
	width: 20px;
	height: 20px;
	background-image: url("../images/arrow-icon-orange.svg");
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
	.clients--section .home--section_title {
		margin-bottom: 20px;
	}
	.client--item .logo--window {
		padding-top: 40%;
		max-width: 75%;
	}
}

/**
 * 	Members
 */
.members--section {
	margin-bottom: 60px;
	margin-top: 60px;
}
.members--section .home--section_title {
	margin-bottom: 0;
}
.member--item {
	width: 20%;
}

@media (max-width: 576px) {
	.member--item .logo--window {
		padding-top: 40%;
		max-width: 75%;
	}
}


