.header,
.footer {
	margin: 0px;
}

#solutions-carousel-mobile {
	overflow: hidden;
}

#section_products .link-with-icon a:after,
#section_videos .link-with-icon a:after{
	filter: hue-rotate(155deg) brightness(4)
}

#section_videos .wpr-slider-content {
	height: 100%;
	width: 100%;
	position: relative;
}

#section_videos .half-container-left {
	width: 400px !important;
}

#section_videos .half-container-right {
	width: calc(100vw / 2 + 200px) !important;
}

.e-grid:has(.half-container-right):after {
	content: "";
	display: block;
	position: absolute;
	width: 40%;
	height: 100%;
	display: block;
	pointer-events: none;
	top: 0px;
	right: 0px;
	background: linear-gradient(-90deg, #001A37 0%, rgba(0, 40, 85, 0) 100%);
}

#section_videos .wpr-slider-primary-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	/* background: none !important; */
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

#section_videos .wpr-slider-primary-btn svg {
	width: 120px;
	transition: all 0.2s ease-in-out;
}

#section_videos .wpr-slider-primary-btn:hover {
	transform: scale(1.2)
}

#section_videos .wpr-slider-title {
	max-width: 215px;
	position: absolute;
	bottom: 28px;
	left: 43px;
}

#section_videos .wpr-slider-title h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 15px !important;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}

#section_videos .wpr-slider-arrow-container {
	display: none;
}

#section_news p {
	margin: 0px;
}

#section_brands .swiper-slide-inner {
	display: flex;
	justify-content: center;
}

#section_best_decision .elementor-custom-embed-image-overlay:hover svg {
	transform: scale(1.2)
}

@media screen and (max-width: 1240px) {
	#section_videos .half-container-left {
		padding-left: 25px;
	}
}

@media screen and (max-width: 1024px) {

	#section_videos .half-container-left,
	#section_videos .half-container-right {
		padding: 0px 25px;
		width: 100% !important;
		max-width: 100% !important;
	}

	#section_videos.e-con-full {
		padding-right: 0px !important;
	}

	.e-grid:has(.half-container-right):after {
		display: none;
	}

	#section_news .rt-row {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 425px) {
	#section_news .rt-row {
		grid-template-columns: 1fr;
	}
}
