/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 18:25:15 */
/*#tw-home-intro {
	background-size: calc(var(--container-max-width) / 2);
	background-position-x: calc(83% - (100vw - var(--container-max-width)) / 2);
}*/
#tw-home-intro-image::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: none;
	background-image: url("data:image/svg+xml,%3Csvg width='874' height='80' viewBox='0 0 874 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_30_1317)'%3E%3Cellipse cx='436.827' cy='39.7442' rx='411.927' ry='14.8442' fill='url(%23paint0_linear_30_1317)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_30_1317' x='-5.72205e-06' y='2.47955e-05' width='873.654' height='79.4884' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='12.45' result='effect1_foregroundBlur_30_1317'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_30_1317' x1='24.9' y1='39.7442' x2='848.754' y2='39.7442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235C5C5C' stop-opacity='0'/%3E%3Cstop offset='0.557709' stop-color='%235C5C5C'/%3E%3Cstop offset='1' stop-color='%235C5C5C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	aspect-ratio: 874 / 80;
}
@media (min-width: 1200px) {
	#tw-home-intro-image {
		position: static;
	}
	#tw-home-intro-image > img,
	#tw-home-intro-image::before {
		right: calc(20px + 160px);
		width: calc(100% - 20px * 2 + 160px);
	}
	#tw-home-intro-image::before {
		margin-top: calc(((100% - 20px * 2 + 160px) * 1429 / 2560) * .4) !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#tw-home-intro-image > img,
	#tw-home-intro-image::before {
		right: calc(20px + (160px - 140 * (1199.98px - 100vw) / (1199.98 - 992)));
		width: calc(100% - 20px * 2 + (160px - 140 * (1199.98px - 100vw) / (1199.98 - 992)));
	}
	#tw-home-intro-image::before {
		margin-top: calc(((100% - 20px * 2 + (160px - 140 * (1199.98px - 100vw) / (1199.98 - 992))) * 1429 / 2560) * .4) !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#tw-home-intro-image > img,
	#tw-home-intro-image::before {
		right: calc(20px + (90px - 30 * (1199.98px - 100vw) / (1199.98 - 992)));
		width: calc(100% - 20px * 2 + (90px - 30 * (1199.98px - 100vw) / (991.98 - 768)));
	}
	#tw-home-intro-image::before {
		margin-top: calc(((100% - 20px * 2 + (90px - 30 * (1199.98px - 100vw) / (991.98 - 768))) * 1429 / 2560) * .4) !important;
	}
}
@media (min-width: 768px) {
	#tw-home-intro-image {
		position: static;
	}
	#tw-home-intro-image > img {
		position: absolute;
		top: 50%;
		max-width: none;
		/*height: calc(100% + 80px * 2);*/
		object-fit: contain;
		object-position: right center;
		transform: translateY(-50%);
	}
}
@media (max-width: 767.98px) {
	#tw-home-intro-image > img {
		position: relative;
	}
	#tw-home-intro-image::before {
		width: 100%;
		top: 91%;
	}
}

@media (min-width: 576px) {
	#home-global-market .elementor-counter .elementor-counter-title {
		text-align: center;
	}
}


#home-foto-emke {
	padding-left: 33px;
}
#home-foto-emke::before,
#home-foto-emke::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #70A567;
	opacity: .2;
	width: 100%;
	border-radius: 20px;
}
#home-foto-emke::before {
	height: calc(469 / 500 * 100%);
	left: 16px;
	z-index: 2;
}
#home-foto-emke::after {
	height: calc(440 / 500 * 100%);
	left: 0px;
	z-index: 1;
}
#home-foto-emke > img {
	position: relative;
	z-index: 3;
}