.main-container-wrapper:before {
	opacity: 0
}

h1,
h2 {
	font-family: var(--zf-secondary-bold)
}

h1 {
	font-size: 56px;
	line-height: 1.1
}

h2 {
	font-size: 42px;
	margin-bottom: 20px
}

.features-qlinks {
	display: none
}

.features-banner-content {
	max-width: 790px
}

.features-item .image-part {
	overflow: inherit
}

.html-part p {
	margin-bottom: 46px;
	font-size: 18px
}

.all-features {
	display: none
}

.features-item.left-image .content-wrap>div.cont-part,
.features-item.right-image .content-wrap>div.cont-part {
	padding: 0 60px
}

.features-item .content-wrap {
	padding: 50px 0 20px
}

.features-item.left-image .content-wrap>div,
.features-item.right-image .content-wrap>div {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box
}

.features-item .cont-part ul {
	margin: 50px 0 0
}

.bottom-cta-wrap .content-wrap {
	padding: 80px 0 80px
}

.bottom-cta-wrap {
	margin-top: 60px;
	background-color: #031b33;
	color: white
}

.bottom-cta-wrap .content-wrap h2 {
	max-width: 810px
}

.bottom-image {
	max-width: 1500px;
	margin: 60px auto 0;
	position: relative;
	padding-top: 30px
}

.bottom-image::before {
	position: absolute;
	content: "";
	background-color: #e9f6ff;
	width: 100%;
	height: 70%;
	border-radius: 5px;
	top: 0
}

#features-4.bottom-image::before {
	background-color: #FFEAEA;
}

.features-item.bottom-image .image-part img {
	max-width: 930px;
	width: 90%
}
#features-1 .image-part>div{
    max-width: 85%;
}
@media screen and (max-width:1500px) and (min-width:992px) {
	h1 {
		font-size: 48px
	}
	h2 {
		font-size: 38px
	}
	.html-part p {
		font-size: 17px
	}
	.features-banner-content {
		max-width: 790px;
		margin-bottom: 40px;
		margin: 40px auto 0
	}
	.bottom-cta-wrap .content-wrap {
		padding: 70px 0 70px
	}

    .i18n-de .zw-template-inner h1, .i18n-de .zw-template-inner h2, .i18n-nl .zw-template-inner h1, .i18n-nl .zw-template-inner h2{
        word-break: break-word;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
	h1 {
		font-size: 43px
	}
	h2 {
		font-size: 34px
	}
	.features-banner-wrap .content-wrap {
		margin: 40px auto 0
	}
}

@media screen and (max-width:991px) {
	.features-item.left-image .content-wrap>div,
	.features-item.right-image .content-wrap>div {
		display: block
	}
	.features-banner-content {
		max-width: 700px
	}
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 42px
	}
	h2 {
		font-size: 34px
	}
	.bottom-image {
		padding-top: 0
	}
	.bottom-image::before {
		height: 100%
	}
	.features-item.left-image .content-wrap>div.cont-part,
	.features-item.right-image .content-wrap>div.cont-part {
		padding: 0
	}
	.bottom-cta-wrap {
		margin-top: 0
	}
    .i18n-ar .bottom-cta-wrap h2{
        max-width: 380px
    }
}

@media screen and (max-width:480px) {
	h1 {
		font-size: 30px
	}
	h2 {
		font-size: 27px
	}
	.features-banner-content p a {
		margin-top: 10px
	}
	.features-item .content-wrap {
		padding: 20px 0 20px
	}
	.bottom-image {
		padding: 40px 0
	}
	#features-1 {
		margin-bottom: 30px;
		margin-top: 0
	}
	#features-4 {
		margin-top: 20px
	}
	.features-banner-content {
		margin-bottom: 30px
	}
	.bottom-cta-wrap .content-wrap {
		padding: 50px 0 50px
	}
	.features-item .cont-part ul {
		margin: 0 0 20px
	}
	.image-part>div {
		padding: 20px 0 0 0
	}
    .i18n-ar .bottom-cta-wrap h2{
        max-width: 300px
    }
    .i18n-de .zw-template-inner h1, .i18n-de .zw-template-inner h2, .i18n-nl .zw-template-inner h1, .i18n-nl .zw-template-inner h2 {
        word-break: break-word;
    }

}

@media screen and (min-width:1100px) {
	a.act-btn.cta-btn {
		padding: 10px 32px;
		font-size: 18px
	}
}
.i18n-ar .bottom-cta-wrap h2, .i18n-ar .bottom-cta-wrap .content-wrap p {
    text-align: center;
}