
.landing_header {
	background-color: #fff;
	padding: 160px 0 60px;
	position: relative;
	overflow: hidden;
}
.landing_header::before {
	content: '';
	position: absolute;
	inset-inline-start: 100%;
	top: 118px;
	width: 100%;
	height: 120%;
	background: #d08d0b;
	z-index: 0;
	transform: skewY(-26deg) rotateY(180deg);
	transform-origin: left top;
}
[dir='rtl'] .landing_header::before {
	transform: skewY(206deg) rotateY(141deg);
	transform-origin: right top;
}
.landing_header__grid {
	display: grid;
	column-gap: 4%;
	grid-template:
		'title image' auto
		'text image' auto
		'facts image' auto
		'button image' auto / 50% 46%;
}
.landing-hero__headline {
	grid-area: title;
}
.landing-hero__text {
	grid-area: text;
}
.landing-hero__button {
	grid-area: button;
}
.landing_header__image {
	grid-area: image;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	z-index: 2;
}
.landing_header__image img {
	min-height: 300px;
	width: 100%;
	height: 100%;
}

.landing_header__facts {
	grid-area: facts;
	display: flex;
	margin-bottom: 20px;
}
.landing_header__facts-item {
	color: rgb(34, 68, 95);
	font-size: 16px;
	font-weight: 600;
	margin-inline-end: 14px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.landing_header__facts-item i {
	font-size: 31px;
	margin-inline-end: 7px;
}

.landing-hero__upper__subtitle {
	font-size: 12px;
	font-weight: 600;
	color: #54646e;
	padding-top: 5px;
}

.home-hero__cta {
	display: table;
	border-radius: 4px;
	background-color: #0e6aed;
	color: #f5faff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	padding: 12px 48px;
}

.header-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 224px;
	/* min-width: 200px; */
	border: 1px solid #d8dee1;
	border-radius: 5px;
	background-color: #fff;
	padding: 24.5px 15px 15.5px;
	transition: all 0.4s;
	overflow: hidden;
}
.header-card__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #0a304e;
	text-align: center;
	margin-bottom: 15px;
}
.header-card__icon {
	width: 112px;
	height: 112px;
	margin: 0 auto;
	margin-bottom: 13px;
}


.intro-text p{color:#fff}
.industrie_cards {
	margin-top: -30px;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 20px;
	position: relative;
	background-color: #003087;
}
.home-header__cards {
	height: 300px;
	flex-wrap: nowrap;
	overflow: hidden;
	width: calc(100% + 15px);
}
.industrie_cards .home-header__cards .desctop {
	width: 25%!important;
	flex: 0 0 25%;
}
.industrie_cards .slider-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

.logo-images img {
	width: auto;
	height: 75px;
	margin-top: 15px;
}




.col-3d {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.col-9d{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.rows{
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-3.aos-item.mobile {
	display: none;
}


.header-card__cta--primary {
	color: #f5faff;
	background-color: #0e6aed;
	margin-bottom: 14px;
	padding: 0 24px;
}
.header-card__cta {
	height: 0;
	opacity: 0;
	transition: height 0.2s, opacity 0.2s, padding 0.2s;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}
.header-card__cta--secondary {
	color: #0e6aed;
	padding: 0 24px;
}
.header-card__cta:hover {
	color: #fff;
}


.header-card:hover {
	height: 290px;
	box-shadow: 0 0 15px 0 rgb(10 48 78 / 20%);
}
.header-card__cta--secondary:hover {
	color: #0e6aed;
}
.header-card:hover .header-card__cta {
	height: 38px;
	opacity: 1;
	padding: 8px 14px;
	letter-spacing: -1px;
}
.header-card:hover .header-card__cta--secondary {
	padding: 0 24px;
}


.col-9d img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    margin: auto;
}

.section {
	padding: 60px 0;
	background-size: cover;
	background-position: center;
}

.fa-cube:before {
    content: "\f1b2";
}

.home-header__cards-swiper{max-width: 1200px; margin:0 auto;}

.site-header:not(.mobile-header).header_light .site-main-menu>li>a:hover{color:#333}