/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730180640
Updated: 2024-10-29 06:44:00

*/

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Light.eot');
    src: url('./fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Light.woff2') format('woff2'),
        url('./fonts/Lato-Light.woff') format('woff'),
        url('./fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Black.eot');
    src: url('./fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Black.woff2') format('woff2'),
        url('./fonts/Lato-Black.woff') format('woff'),
        url('./fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Bold.eot');
    src: url('./fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Bold.woff2') format('woff2'),
        url('./fonts/Lato-Bold.woff') format('woff'),
        url('./fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Regular.eot');
    src: url('./fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Regular.woff2') format('woff2'),
        url('./fonts/Lato-Regular.woff') format('woff'),
        url('./fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Hairline.eot');
    src: url('./fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Hairline.woff2') format('woff2'),
        url('./fonts/Lato-Hairline.woff') format('woff'),
        url('./fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





.cmplz-cookiebanner{
	width: calc(100% - 70px) !important;
}
#cmplz-manage-consent .cmplz-manage-consent{
	    left: 40px;
    right: inherit !important;
    bottom: 0 !important;
}


main#content .page-header {
	display: none;
}
a {
	color: #e30613;
}
p {
	margin-bottom: 0;
}

*,p, span, a, h1,h2,h3,h4,h5,h6{
	font-family: "Lato", Sans-serif !important;
}
body {
	background: #EDEDED;
	padding-left: 50px;
	font-family: "Lato", Sans-serif !important;
}

html.is-active{
    OVERFLOW: hidden;
}
.fix-text-hero {
	writing-mode: tb-rl;
}
.elementor-button {
	position: relative;
	overflow: hidden;
}
.elementor-button .elementor-button-text {
	position: relative;
	transition: 0.2s all ease;
}
.elementor-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 110%;
	width: 0%;
	transform: translateX(-50%);
	border-radius: 50px;
	transition: 0.2s all ease;
}
.elementor-button:focus:before,
.elementor-button:hover:before {
	width: 110%;
}

.wc-button-white .elementor-button:before {
	background: #fff;
}
.wc-button-blue .elementor-button:before {
	background: #283583;
}
.cmplz-cookiebanner{
	width: calc(100% - 70px) !important;
}
.wc-ani-center {
	width: 1051px;
	height: 1051px;
	position: relative;
	right: -50%;
	margin-bottom: -50%;
}
.wc-footer-par p a{
	text-decoration:none !important;
}
.wc-ani-center span {
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: rotate(0deg) translate(-50%, -50%);
}

.wc-ani-center span:before {
	content: '';
/*	animation: ani 10s linear infinite;*/
animation-name: ani;
animation-duration: 10s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: inherit;

transform: rotate(0deg);
width: 100%;
height: 100%;
display: block;
border-radius: 100%;
}

.wc-ani-center span:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100%;
}
.wc-ani-center span:nth-child(1):before {
	animation-name: ani;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 5s;
	animation-iteration-count: infinite;
	animation-direction: inherit;
	/*border: 0.5px solid #E30613;*/
	background: linear-gradient(180deg, rgba(227, 6, 19, 1) 0%, rgba(227, 6, 19, 1) 50%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
}

.wc-ani-center span:nth-child(2){
	position: absolute;
	width: 80%;
	height: 80%;
}
.wc-ani-center span:nth-child(2):before {
	animation-name: ani;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 5s;
	animation-iteration-count: infinite;
	animation-direction: inherit;
	/*border: 0.5px solid #E30613;*/
	background: #D9D9D9;
}

.wc-ani-center span:nth-child(3){
	position: absolute;
	width: 70%;
	height: 70%;
}
.wc-ani-center span:nth-child(3):before {
	animation-name: ani;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 2.5s;
	animation-iteration-count: infinite;
	animation-direction: inherit;
	/*border: 0.5px solid #283583;*/
	background: linear-gradient(180deg, rgba(40, 53, 131, 1) 0%, rgba(40, 53, 131, 1) 50%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
}

.wc-ani-center span:nth-child(4){
	position: absolute;
	width: 50%;
	height: 50%;
}
.wc-ani-center span:nth-child(4):before {
	animation-name: ani;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 2.5s;
	animation-iteration-count: infinite;
	animation-direction: inherit;
	/*border: 0.5px solid #283583;*/
	background: #D9D9D9;
}

.wc-ani-center span:nth-child(5){
	position: absolute;
	width: 40%;
	height: 40%;
}
.wc-ani-center span:nth-child(5):before {
	background: linear-gradient(180deg, rgba(227, 6, 19, 1) 0%, rgba(227, 6, 19, 1) 50%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
}

.wc-ani-center span:nth-child(6){
	position: absolute;
	width: 20%;
	height: 20%;
	
}
.wc-ani-center span:nth-child(6):before {
	
	/*border: 0.5px solid #E30613;*/
	background: #D9D9D9;
}

@keyframes ani{
	100% {
		transform: rotate(360deg);
	}
}



/*============start_header_css============*/

.wc-ani-logo .wc-ani-text,
.wc-ani-logo .wc-ani-box {
	opacity: 0;
	transition: 1s all ease;
	
}
.wc-ani-logo .wc-ani-wrap {
	width: 0;
	transition: 1s all ease;
}
.wc-ani-logo {
	overflow: hidden;
}

.wc-ani-logo .wc-ani-box.box-2 {
	transform: translateY(30px);
}
.wc-ani-logo .wc-ani-box.box-1 {
	transform: translateY(-30px);
}
.wc-ani-logo.active .wc-ani-box.box-1,
.wc-ani-logo.active .wc-ani-box.box-2 {
	transform: translate(0);
	opacity: 1;
	transition-delay: 1s;
}
.wc-ani-logo.active .wc-ani-text.active {
	transition-delay: 1s;
	opacity: 1;
}
.wc-ani-logo.active .wc-ani-wrap {
	width: 100%;
}
.wc-ani-logo.active .wc-ani-wrap.active {
	opacity: 0;
}
.wc-ani-logo {
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-logo a {
	position: relative;
}

.main-logo a img {
	opacity: 0;
}

.wc-ani-logo svg {
	width: 100%;
	height: 100%;
}

.elementor-location-header {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 50px);
	z-index: 99;
	transition: 0.3s all ease;
}
body .wc-header-manu .elementor-nav-menu .menu-item .elementor-nav-menu--dropdown {
	box-shadow: 0px 10px 20px 0px #0000001A;
	backdrop-filter: blur(10px);
	padding: 20px;
	min-width: 330px !important;
}
body .wc-header-manu .elementor-nav-menu>.menu-item>.elementor-item:hover {
	background: #FFFFFFE5 !important;
	backdrop-filter: blur(4px) !important;
	color: #000000 !important;
	border-radius: 20px !important;
}

body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item:hover+.wc-svg-icon svg,
body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item:hover+.wc-svg-icon svg path,
body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item.elementor-item-active+.wc-svg-icon svg,
body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item.elementor-item-active+.wc-svg-icon svg path{
	color: var( --e-global-color-accent );
	fill: var( --e-global-color-accent );
}

body .wc-mobile-menu-list .elementor-nav-menu .menu-item .wc-svg-icon.active svg {
	transform: rotate(180deg);
}
body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon svg {
	transition:  transform 0.3s ease;
}
body .wc-mobile-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon svg {
	color: var(--e-global-color-text);
	fill:  var(--e-global-color-text);
}

body .wc-mobile-menu-list .menu-item.menu-item-has-children .has-submenu span.sub-arrow,
body .wc-header-manu .elementor-nav-menu>.menu-item>.elementor-item .sub-arrow {
	display: none;
}
body .wc-header-manu .elementor-nav-menu .menu-item:last-child .elementor-item {
	background-color: #000000E5;
	color: #fff !important;
	border-radius: 20px;
}
body .wc-header-manu .elementor-nav-menu .menu-item:last-child .elementor-item:hover {
	backdrop-filter: blur(4px) !important;
	background: #000000E5 !important;
	box-shadow: 0px 4px 7px 0px #00000033 !important;
	color: #fff !important;
}


@media (min-width:1024px) {
	body .elementor-location-header .wc-interesse-overlay {
		transition: 0.3s all ease;
	}
	.wc-interesse-overlay .wc-interesse-description .interesse_p p a {
    color: #000;
}
}
body .elementor-location-header .wc-interesse-overlay {
	width: 100%;
	max-width: 723px;
	margin-right: 0;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	z-index: 999;
}
body .elementor-location-header .wc-interesse-overlay.active {
	right: 0%;
}

body .elementor-location-header .wc-interesse-overlay .wc-interesse-overlay-box {
	overflow-y: auto;
	height: 100vh;
	align-content: start;
}
body .elementor-location-header .wc-mobile-menu-list::-webkit-scrollbar-track,
body .elementor-location-header .wc-interesse-overlay .wc-interesse-overlay-box::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
body .elementor-location-header .wc-mobile-menu-list::-webkit-scrollbar,
body .elementor-location-header .wc-interesse-overlay .wc-interesse-overlay-box::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
body .elementor-location-header .wc-mobile-menu-list::-webkit-scrollbar-thumb,
body .elementor-location-header .wc-interesse-overlay .wc-interesse-overlay-box::-webkit-scrollbar-thumb {
	background-color: #000000;
}
.wc-menu-open .elementor-icon-wrapper {
	display: flex;
	align-items: center;
}
.wc-menu-open,
.wc-menu-close,
.wc-interesse-overlay-open,
.wc-interesse-overlay-close {
	cursor: pointer;
}

.wc-interesse-overlay-close .elementor-button .elementor-button-icon,
.wc-interesse-overlay-open .elementor-button .elementor-button-icon {
	font-size: 22px;
	display: flex;
	align-items: center;
}
.wc-interesse-overlay-open .elementor-button .elementor-button-icon svg {
	display: block;
}
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label,
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label {
	color: #000;
}
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control,
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control,
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span select.wpcf7-form-control {
	background-color: #C3C3C3;
}

body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span select.wpcf7-form-control,
body .wc-interesse-overlay div#wpcf7-f8-p1030-o2 form.wpcf7-form .textarea-col p label span select.wpcf7-form-control{
	border: none;
	outline: none;
	min-height:47px;
	border-radius:0;
	border: 0;
    padding: 12px 11px;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #000;
	background: url(http://suwelack.bengsch.net/wp-content/uploads/2025/03/field-arrow.png) no-repeat right 15px center #C3C3C3;
    background-size: 15px;
	-webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span select.wpcf7-form-control::-ms-expand {
    display: none;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .contact-label,
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span.contact-label {
    padding-left: 15px;
}
.wc-menu-open .elementor-icon svg line {
	transition: transform 0.5s ease;
}

.wc-menu-open.interesse_active .elementor-icon svg line:first-child,
.wc-menu-open.active .elementor-icon svg line:first-child {
	transform: rotate(-45deg) translate(-7.2px, 11.3px);
}

.wc-menu-open.interesse_active .elementor-icon svg line:last-child,
.wc-menu-open.active .elementor-icon svg line:last-child {
	transform: rotate(45deg) translate(0px, -14.5px);
}
.wc-menu-open.interesse_active,
.wc-menu-open.active {
	z-index: 9999;
}
.mobile-contact-list strong{
	display:block;
}
.mobile-contact-list .elementor-widget-container strong:nth-of-type(2n+2){
	display:none;
}
/*============end_header_css============*/







/*============start_footer_css============*/

.main-logo-box{
	max-width: max-content;
	position: relative!important;
	padding: 0 !important;
	overflow: hidden !important;
}
.main-logo-box .logo-one{
	transition: all 0.3s ease;
	animation: zoom-in-zoom-out 2s ease-out;
}
.main-logo-box .logo-text{
	position: absolute;
	top: 16px;
	left: 2px;
	display: block;

}
.main-logo-box .logo-text:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 18px;
	background: #EDEDED;
	transition: all 0.3s ease;
	animation: text-show 2s ease-out;
	animation-delay: 0s;
	transform: translateX(110%);
}




@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0, 0);
	}
	50% {
		transform: scale(1, 1);
	}
}
@keyframes text-show {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(110%);
	}
	100% {
		transform: translateX(110%);
	}
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item:hover+.wc-svg-icon svg,
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item:hover+.wc-svg-icon svg path {
	color: #F85E67;
	fill: #F85E67;
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon.active svg {
	transform: rotate(180deg);
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon svg {
	transition:  transform 0.3s ease;
}
.wc-mobile-menu-wrap .elementor-nav-menu .menu-item .elementor-item{
width: fit-content;
}
.elementor-nav-menu .menu-item .wc-svg-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 39px;
	color: currentColor;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	display: none;
}

.elementor-nav-menu .menu-item .wc-svg-icon svg {
	width: 12px;
	cursor: pointer;
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon svg,
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item+.wc-svg-icon svg path {
	color: #fff;
	fill: #fff;
}
body .wc-menu-list .elementor-nav-menu .menu-item.current-menu-item .elementor-item+.wc-svg-icon svg,
body .wc-menu-list .elementor-nav-menu .menu-item.current-menu-item .elementor-item+.wc-svg-icon svg path {
	color: #A8ACCA;
	fill: #A8ACCA;
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item .sub-arrow,
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item .sub-arrow svg {
	color: currentColor;
	fill: currentColor;
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item.highlighted .sub-arrow svg {
	transform: rotate(180deg);
}
body .wc-menu-list .elementor-nav-menu .menu-item .elementor-nav-menu--dropdown {
	margin-bottom: 15px;
}
body .wc-menu-list .elementor-nav-menu ul.elementor-nav-menu--dropdown a,
body .wc-menu-list .elementor-nav-menu ul.elementor-nav-menu--dropdown a:focus,
body .wc-menu-list .elementor-nav-menu ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 12px solid transparent;
}
body .wc-menu-list .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
body .wc-menu-list .elementor-nav-menu--dropdown .elementor-item.highlighted,
body .wc-menu-list .elementor-nav-menu--dropdown .elementor-item:focus,
body .wc-menu-list .elementor-nav-menu--dropdown .elementor-item:hover,
body .wc-menu-list .elementor-sub-item.elementor-item-active,
body .wc-menu-list .elementor-sub-item.highlighted,
body .wc-menu-list .elementor-sub-item:focus,
body .wc-menu-list .elementor-sub-item:hover {
	background-color: transparent;
}
/*============end_footer_css============*/

/*============start_slider_hero_css============*/
.section-home-header {
	position: relative;
	padding-top: 130px;
}
.section-home-header .container-large {
	max-width: 1428px;
	margin: 0 auto;
	padding: 0 24px;
}
.wc-all-title .wc-title-content {
	display: none;
}
.wc-all-title .wc-title-content.active {
	display: block;
}
.wc-all-title .wc-title-content h1 {
	font-family: Lato;
	font-size: 110px;
	font-weight: 900;
	line-height: 110px;
	text-align: left;
	color: #000000;
	margin: 0 0 12px;
}
.wc-all-title .wc-title-content p {
	font-family: Lato;
	font-size: 27px;
	font-weight: 400;
	line-height: 35px;
	text-align: left;
	color: #000000;
}
.wc-all-title .wc-title-content.hover h1,
.wc-all-title .wc-title-content.hover p {
	color: #fff;
}
.hover-images-box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.hover-images-box .link_brand {
	text-align: center;
	cursor: pointer;
	position: relative;
}
.hover-images-box .link_brand h4 {
	font-family: Lato;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #A8A8A8;
	margin: 30px auto 0;
	max-width: 80px;
}
.backgroundvideo_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.backgroundvideo_container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
img {
	-webkit-touch-callout: none;
  	-webkit-user-select: none; 
  	-moz-user-select: none; 
  	-ms-user-select: none;
}

.hover-images-box .link_brand .image_background img {
	user-select: none;
	pointer-events: none;
}
.backgroundvideo_container video::-webkit-media-controls {
	display: none !important;
	opacity: 0; 
}
.backgroundvideo_container video::-webkit-media-controls-start-playback-button {
	display: none !important;
}
.hover-images-box .link_brand .image_background {
	box-shadow: 13px 28px 34px 0px #00000040;
	border-radius: 100%;
	width: 100%;
	max-width: 208px;
}

.hover-images-box .link_brand .image_background img {
	width: 100% !important;
	height: 100%;
	display: block;
	transition: 0.5s all ease;
}
.hover-images-box .link_brand:hover .image_background img {
	transform: rotate(180deg);
}
.hover-images-box .link_brand:hover h4 {
	color: #fff;
}
.mobile-text-content {
	display: none;
}
@media (min-width: 768px) {
	.wc-title-content .mobile-paragraph {
		display: none;
	}
	.hover-images-box .border-section {
		display: block;
		width: 1px;
		height: 130px;
		background: #CDCDCD;
	}
	.hover-images-box>div:nth-child(1) {
		transform: rotate(-45deg);
		margin-bottom: 30px;
		margin-right: 20px;
	}
	.hover-images-box>div:nth-child(2) {
		transform: rotate(-28deg);
		margin-bottom: 90px;
		margin-left: 12px;
	}
	.hover-images-box>div:nth-child(3) {
		transform: rotate(-25deg);
		margin-bottom: 145px;
		margin-right: 35px;
	}
	.hover-images-box>div:nth-child(4) {
		transform: rotate(-20deg);
		margin-bottom: 200px;
	}
	.hover-images-box>div:nth-child(5) {
		margin-bottom: 230px;
	}
	.hover-images-box>div:nth-child(6) {
		transform: rotate(20deg);
		margin-bottom: 200px;
	}
	.hover-images-box>div:nth-child(7) {
		transform: rotate(25deg);
		margin-left: 35px;
		margin-bottom: 145px;
	}
	.hover-images-box>div:nth-child(8) {
		transform: rotate(28deg);
		margin-bottom: 90px;
		margin-right: 12px;
	}
	.hover-images-box>div:nth-child(9) {
		transform: rotate(45deg);
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.hover-images-box>div:nth-child(10) {
		display: none;
	}

	.wc-all-title{
		padding-bottom: 70px;
	}
	.hover-images-box {
		display: flex
		;
		align-items: flex-end;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		position: relative;
		top: -60px;
	}
	.hover-images-box>div:nth-child(1) {
		transform: rotate(-52deg);
		margin-bottom: 0px;
		margin-right: -90px;
	}

	.hover-images-box>div:nth-child(2) {
		transform: rotate(-33deg);
		margin-bottom: 100px;
		margin-left: 60px;
		position: relative;
		top: 5px;
		left: 45px;
	}
	.hover-images-box>div:nth-child(3) {
		transform: rotate(-29deg);
		margin-bottom: 152px;
		margin-right: 35px;
	}
	.hover-images-box>div:nth-child(5) {
		margin-bottom: 180px;
		top: -40px;
	}
	.hover-images-box>div:nth-child(6) {
		transform: rotate(20deg);
		margin-bottom: 215px;
		position: relative;
		left: 14px;
	}
	.hover-images-box>div:nth-child(7) {
		transform: rotate(25deg);
		margin-left: 35px;
		margin-bottom: 175px;
		position: relative;
		left: 30px;
		top: 7px;
	}
	.hover-images-box>div:nth-child(8) {
		transform: rotate(28deg);
		margin-bottom: 118px;
		margin-right: 12px;
		position: relative;
		left: 7px;
		top: 10px;
	}
	.hover-images-box>div:nth-child(9) {
		transform: rotate(51deg);
		margin-bottom: 30px;
		margin-left: 20px;
		position: relative;
		left: 4px;
		top: 31px;
	}
	
}




@media (max-width:1024px) and (min-width:768px) {
	.wc-all-title{
		padding-bottom: 70px;
	}
	.hover-images-box {
		display: flex
		;
		align-items: flex-end;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		position: relative;
	}
	.hover-images-box>div:nth-child(1) {
		transform: rotate(-58deg);
		margin-bottom: 0;
		margin-right: 0;
		position: relative;
		left: -83px;
	}

	.hover-images-box>div:nth-child(2) {
		transform: rotate(-40deg);
		margin-bottom: 70px;
		margin-left: 0;
		position: relative;
		top: 0;
		left: -80px;
	}
	.hover-images-box>div:nth-child(3) {
		transform: rotate(-28deg);
		margin-bottom: 118px;
		margin-right: 0;
		position: relative;
		left: -65px;
	}
	.hover-images-box>div:nth-child(4) {
		transform: rotate(-20deg);
		margin-bottom: 150px;
		position: relative;
		left: -30px;
	}
	.hover-images-box>div:nth-child(5) {
		margin-bottom: 146px;
		top: -10px;
	}
	.hover-images-box>div:nth-child(6) {
		transform: rotate(20deg);
		margin-bottom: 150px;
		position: relative;
		right: -32px;
		left: auto;
	}
	.hover-images-box>div:nth-child(7) {
		left: auto;
		transform: rotate(28deg);
		margin-left: 0;
		margin-bottom: 118px;
		position: relative;
		right: -65px;
		top: 0;
	}
	.hover-images-box>div:nth-child(8) {
		transform: rotate(40deg);
		margin-bottom: 70px;
		margin-right: 0;
		position: relative;
		left: 80px;
		top: 0;
	}
	.hover-images-box>div:nth-child(9) {
		transform: rotate(54deg);
		margin-bottom: 0;
		margin-left: 0;
		position: relative;
		left: 66px;
		top: 17px;
		right: 0;
	}
	.hover-images-box .link_brand h4 {
		margin: 15px auto 0;

	}
	.hover-images-box .link_brand .image_background {
		max-width: 100px;
	}
}
/*============ end_slider_hero_css ============*/




/*============ start_slider_clients_css ============*/
.wc-home-video{
	background-color: #000;
}
.wc-slider-clients-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	gap: 25px;
}
.wc-slider-clients-section .wc-slider-clients-slide ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	gap: 20px;
}
.wc-slider-clients-section .wc-slider-clients-slide ul li {
	color: var(--e-global-color-primary);
	font-family: "Lato", Sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}	
.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after {
	content: '';
	width: 100%;
	max-width: 91px;
	height: 1px;
	background: var(--e-global-color-primary);
	display: inline-block;
}
.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
	content: '';
	width: 100%;
	max-width: 91px;
	height: 1px;
	background: var(--e-global-color-primary);
	display: inline-block;
}
.wc-slider-clients-section .wc-slider-clients-border-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.wc-slider-clients-section .wc-slider-clients-border-img:before {
	position: absolute;
	content: '';
	width: 101%;
	height: 30%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #EDEDED;
	z-index: 1;
}
.wc-slider-clients-section .wc-slider-clients-border-img:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(227,6,19,1) 0%, rgba(227,6,19,1) 50%, rgba(40,53,131,1) 50%, rgba(40,53,131,1) 100%);
	border-radius: 100%;
}
.wc-slider-clients-section .wc-slider-clients-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.wc-slider-clients-section .wc-slider-clients-img:before {
	padding-top: 100%;
	display: block;
	content: '';
}
.wc-slider-clients-section .wc-slider-clients-img:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	transform: translate(-50%, -50%);
	background: #EDEDED;
	border-radius: 100%;
	z-index: 1;
}
.wc-slider-clients-section .wc-slider-clients-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 70%;
	object-fit: contain;
	border-radius: 100%;
}
.wc-slider-clients-section .wc-slider-clients-mobile {
	display: none;
	position: relative;
	z-index: 2;
	width: 100%;
}
.wc-slider-clients-section .wc-slider-clients-mobile:before {
	padding-top: 100%;
	content: '';
	display: block;
}
.wc-slider-clients-section .wc-slider-clients-mobile .swiper-wrapper {
	align-items: center;
}
.wc-slider-clients-section .wc-slider-clients-mobile .swiper-slide {
	font-family: Lato;
	font-size: 23px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}
/*.wc-slider-clients-mobile-wrap .swiper-slide {
	opacity: 0 !important;
}
.wc-slider-clients-mobile-wrap .swiper-slide-active {
	opacity: 1 !important;
}*/
.wc-slider-clients-border-img::after {
	transition-property: transform;
	transition-duration: 500ms;
}
.rotate-180::after {
	transform: rotate(180deg);
}
.rotate-0::after {
	transform: rotate(0deg);
}

/*============end_slider_clients_css============*/


/*============start_marquee_css============*/
@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 5px 0;
	border-top:  1px solid #D3D3D4;
	border-bottom: 1px solid #D3D3D4;
}
.marquee span {
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	-webkit-animation: marquee 24s linear infinite;
	animation: marquee 24s linear infinite;
	font-size: 200px;
	font-weight: 900;
	color: var(--e-global-color-text);
	font-family: Lato;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}
/*============end_marquee_css============*/




/*============start_contact_form_css============*/
div#wpcf7-f8-o1 form.wpcf7-form .wpcf7-not-valid-tip {
	padding-top: 5px;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p {
	display: flex;
	gap: 13px;
	align-items:start;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-col br {
	display: none;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label {
	width: 100%;
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	line-height: 16.8px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column-reverse;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control {
	width: 100%;
	background: #D9D9D9;
	border: 0;
	padding: 12px 11px;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	border-radius: 0;
	display: block;
	resize: none;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control {
	height: 158px;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:focus,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:focus {
	outline: none;
	box-shadow: none;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-webkit-input-placeholder,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-webkit-input-placeholder {
	color: #000;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-moz-placeholder,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-moz-placeholder {
	color: #000;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-ms-input-placeholder,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-ms-input-placeholder {
	color: #000;
}
div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-moz-placeholder,
div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-moz-placeholder {
	color: #000;
}

div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p {
	max-width: 224px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p .wpcf7-spinner {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p .wpcf7-spinner::before {
	background-color: #000000;
	width: 4px;
	height: 4px;
	top: 2px;
	left: 2px;
	transform-origin: 6px 6px;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn input.wpcf7-form-control.wpcf7-submit {
	border-color: #000;
	color: #000;
	width: 100%;
	position: relative;
}

div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 110%;
	width: 0%;
	transform: translateX(-50%);
	border-radius: 50px;
	transition: 0.2s all ease;
	pointer-events: none;
	background: #000;
	z-index: 0;
}

div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:focus:before,
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:hover:before {
	width: 110%;
}
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:focus input.wpcf7-form-control.wpcf7-submit:focus,
div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:hover input.wpcf7-form-control.wpcf7-submit {
	border-color: #000;
	color: #fff;
}
div#wpcf7-f8-o1 form.wpcf7-form .wpcf7-response-output {
	margin: 15px 0;
	border-width: 1px;
	font-size: 14px;
}

@media (max-width: 767px) {
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span select.wpcf7-form-control,
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control {
		border: 1px solid #000000;
		margin: 0;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 400;
		line-height: 23px;
		padding: 10px 11px;
		background-color: transparent;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p {
		display: block;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label {
		position:relative; 
	}
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label .contact-label,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .contact-label {
		opacity: 0.3;
		font-size: 14px;
		font-weight: 400;
		line-height: 23px; 
		position:absolute;
		pointer-events:none;
		left: 12px;
		top: 11px;
		transition:0.2s ease all; 
		-moz-transition:0.2s ease all; 
		-webkit-transition:0.2s ease all;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label .wpcf7-form-control-wrap.active textarea.wpcf7-form-control,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.active input.wpcf7-form-control,
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label .wpcf7-form-control-wrap.focus textarea.wpcf7-form-control,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.focus input.wpcf7-form-control {
		border-color: #283583;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label .wpcf7-form-control-wrap.active+span.contact-label,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.active+span.contact-label,
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label .wpcf7-form-control-wrap.focus+span.contact-label,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.focus+span.contact-label,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.focus+span.contact-label,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label .wpcf7-form-control-wrap.active+span.contact-label,
	.careers_form_wrapper #careers_form .contact-col>div.focus>label,
	.careers_form_wrapper #careers_form .contact-col>div.active>label,
	.careers_form_wrapper #careers_form .input-wrap.textarea-wrap.active label{
		top: 8px;
		font-size: 8.5px;
		font-weight: 400;
		line-height: 10px;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p {
		max-width: 100%;
		border-radius: 4px;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn input.wpcf7-form-control.wpcf7-submit {
		min-height: 45px;
	}

	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:hover input.wpcf7-form-control.wpcf7-submit,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn input.wpcf7-form-control.wpcf7-submit {
		background-color: #000;
		color: #fff;
		border-radius: 4px;
		border-color: #000;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:focus input.wpcf7-form-control.wpcf7-submit:focus,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:hover input.wpcf7-form-control.wpcf7-submit:hover,
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn input.wpcf7-form-control.wpcf7-submit:hover {
		background-color: transparent;
		color: #000;
		border-radius: 4px;
		border-color: #000;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p .wpcf7-spinner {
		background: #fff;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:focus:before, div#wpcf7-f8-o1 form.wpcf7-form .contact-btn p:hover:before{
		display:none;
	}
}

/*============end_contact_form_css============*/


.wc-what-we-do-section .wc-round-imgaes {
	width: 35%;
}
.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container {
	position: relative;
	width: 150%;
	overflow: hidden;
}
.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container img {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container:before {
	padding-top: 100%;
	content: '';
	display: block;
}

body .wc-bg-banner-section {
	background-size: cover !important;
	transition: 0.5s all ease !important;
}
body .wc-bg-banner-section:hover {
	background-size: 150% !important;
}





/*============ Start_Blog_css ============*/
.latest-blog-posts .elementor-button {
	width: 100%;
	max-width: 252px;
	display: block;
}
.latest-blog-posts h3 {
	margin: 0;
	color: var(--e-global-color-613f8f2);
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 23px;
}
.latest-blog-posts P {
	color: var(--e-global-color-613f8f2);
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px;
}
.latest-blog-posts .elementor-button:hover {
	color: #000;
}



.wc-blog-list .wc-blog-list-itmes {
	margin-bottom: 150px;
}
.wc-blog-list .wc-blog-list-itmes .wc-blog-list-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 40px;
	padding-left: 50px;
}
.wc-blog-list .wc-blog-list-itmes:nth-child(even) .wc-blog-list-box {
	flex-direction: row-reverse;
	padding-right: 100px;
	padding-left: 0px;
}
.wc-blog-list .wc-blog-list-itmes .wc-blog-list-box-right {
	width: 100%;
	max-width: 633px;
}
.wc-blog-list .wc-blog-list-itmes .wc-blog-list-box-left {
	width: 100%;
	max-width: 646px;
}
.wc-blog-list .wc-blog-list-itmes .wc-blog-list-date {
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: #fff;
}
.wc-blog-list .wc-blog-list-itmes h3 {
	font-family: Lato;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	margin: 0 0 20px;
}
.wc-blog-list .wc-blog-list-itmes h3 a {
	color: currentColor;
}
.wc-blog-list .wc-blog-list-itmes p {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: #fff;
	margin-bottom: 20px;
}
.wc-blog-list .wc-blog-list-itmes .elementor-button {
	width: 100%;
	max-width: 224px;
	display: block;
}
.wc-blog-list .wc-blog-list-itmes .elementor-button:hover {
	color: #000;
}
.wc-blog-list-itmes-pagination {
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}

.wc-blog-list-itmes-pagination .page-numbers {
	color: #fff;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
}
.wc-blog-list-itmes-pagination .page-numbers.current,
.wc-blog-list .wc-blog-list-itmes h3:hover,
.wc-blog-list-itmes-pagination .page-numbers:hover {
	color: #E30613;
}





.wc-single-post-gallery .swiper-pagination {
	display: none;
}
.wc-single-post-gallery-box {
	overflow: hidden;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img {
	position: relative;
	width: 100%;
	display: flex;
	overflow: hidden;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img:hover:after {
	opacity: 1;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img:before {
	content: '';
	padding-top: 132%;
	display: block;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000CC;
	opacity: 0;
	transition: 0.5s all ease;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all ease;
}
.wc-single-post-gallery-box:hover .wc-single-post-gallery-img img {
	transform: scale(1.2);
}
.wc-single-post-gallery-box .wc-single-post-gallery-img p {
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	z-index: 1;
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 12px 9px;
	top: -50px;
	opacity: 0;
	transition: 0.5s all ease;
}
.wc-single-post-gallery-box .wc-single-post-gallery-img:hover p {
	top: 0;
	opacity: 1;
}

/*============ End_Blog_css ============*/

/*============ Start_company_css ============*/
.highlight-links a {
	color: #000;
	text-decoration: underline !important;
}
.highlight-links a:hover {
	color: #E30613;
}
.wc_slider_custome .elementor-slides-wrapper.elementor-main-swiper{
	padding-bottom: 0 !important;
}
.wc_slider_custome .swiper-pagination {
	top: -15px !important;
	bottom: auto !important;
	display: inline-flex;
	width: 100% !important;
	justify-content: center;
}
.wc_slider_custome .swiper-pagination span.swiper-pagination-bullet {
	width: 100% !important;
	height: 10px !important;
	border-radius: 0 !important;
	margin: 0 1px !important;
}
.wc-main-slider .wc-slider-list .swiper-slide .wc-swiper-background-image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wc-main-slider .wc-slider-list .swiper-slide .wc-swiper-background-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s all ease;
}
.wc-main-slider .wc-slider-list .swiper-slide:hover .wc-swiper-background-image-box img {
	transform: scale(1.5);
}

.wc_slider_custome .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 200% !important;
}
.wc-main-slider .wc-slider-content .wc_slider_icons{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wc-main-slider .wc-slider-content .wc-slider-icon svg {
	width: 22px;
}
.wc-main-slider  .wc-slider-content .swiper-slide h2.wc-slider-title {
	margin: 0;
	color: #000000;
	font-size: 27px;
	line-height: 35px;
	margin-bottom: 24px;
	min-height: 105px;
}
.wc-main-slider .wc-slider-list .swiper-slide{
	transition: 5s all ease;
}
.wc-main-slider .swiper-slide .image_wrapper {
	width: 100% !important;
	padding: 12px 19px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.wc-main-slider .wc-slider-list .swiper-slide .image_wrapper:before{
	content: '';
	background-color: #D9D9D9;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: 1s all ease;
}
.wc-main-slider .wc-slider-list .swiper-slide:hover .image_wrapper:before {
	background-color: #00000061 !important;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(2) .image_wrapper:before{
	background-color: #D5D5D5;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(3) .image_wrapper:before{
	background-color: #CECECE;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(4) .image_wrapper:before{
	background-color: #C9C9C9;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(5) .image_wrapper:before{
	background-color: #B8B8B8;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(6) .image_wrapper:before{
	background-color: #B0B0B0;
}
.wc-main-slider .wc-slider-list .swiper-slide:nth-child(7) .image_wrapper:before{
	background-color: #A8A8A8;
}
.wc-main-slider .wc-slider-content .wc_slider_icons .wc-slider-number {
	font-size: 17px;
	line-height: 23px;
	font-family: 'Lato';
}
.wc-main-slider .wc-slider-list .wc-slider-btn.button a {
	border-radius: 200px;
	border: 1px solid #000;
	padding: 10px 30px 10px 30px;
	line-height: 35px;
	font-size: 17px;
	color: #000000;
	position: relative;
	transition: 0.2s all ease;
	overflow: hidden;
}
.wc-main-slider .wc-slider-list .wc-slider-btn.button a:hover{
	color: #E30613 !important;
}
.wc-main-slider .wc-slider-list .wc-slider-btn.button a:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	height: 110%;
	width: 0%;
	transform: translateX(-50%);
	border-radius: 50px;
	transition: 0.2s all ease;
	background: #fff;

}
.wc-main-slider .wc-slider-list .wc-slider-btn.button a:hover:before{
	width: 102%;
}
.wc-main-slider .wc-slider-list .wc-slider-btn.button a span{
	z-index: 2;
	position: relative;
}
.wc-main-slider  .wc-slider-content .swiper-slide:hover h2.wc-slider-title{
	color: #fff;
}
.wc-main-slider  .wc-slider-content .swiper-slide:hover .wc-slider-btn.button a {
	border: 1px solid #fff;
	color: #fff;
}
.wc-main-slider  .wc-slider-content .swiper-slide:hover .wc-slider-number {
	color: #fff;
}
.wc-main-slider .wc-slider-content .swiper-slide .mobile-icon {
	display: none;
}
.wc-main-slider .wc-slider-content .swiper-icon {
	background-color: #D9D9D9;
	right: 0;
	padding: 18px 0px;
	width: 80px;
	transition: all .5s;
}
.wc-main-slider .wc-slider-content .swiper-icon.swiper-button-disabled,
.wc-main-slider .wc-slider-content .swiper-icon:after{
	display: none;
}
.wc-main-slider .wc-slider-content .swiper-button-next.swiper-icon{
	right: -10px;
	border-radius: 24px 0 0 24px;
}
.wc-main-slider .wc-slider-content .swiper-button-prev.swiper-icon{
	left: -10px;
	border-radius: 0 24px 24px 0;
}
.wc-main-slider .wc-slider-content .swiper-button-next.swiper-icon:hover{
	right: 0;
}
.wc-main-slider .wc-slider-content .swiper-button-prev.swiper-icon:hover{
	left: 0;
}
.wc-main-slider  .wc-slider-content .swiper-slide:hover .wc_slider_icons .wc-slider-icon svg {
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(110deg) brightness(103%) contrast(102%);
}
.mobile-slider-content{
	display: none;
}

/*============ end_company_css ============*/

/*============ Start_Milk_css ============*/
.wc_main_table .e-con-inner {
/* 	max-width: 100% !important; */
	padding: 0;
}
.wc_custom_table table {
	margin: 0;
}
.wc_custom_table table tbody td {
	background-color: transparent !important;
	border: 0 !important;
	color:#D9D9D9;
	padding: 0 !important;
}
.wc_custom_table table tbody td h2{
	margin: 0;
	font-size: 27px;
	line-height: 23px;
}
.wc_custom_table table tbody td p {
	font-size: 17px;
	line-height: 30px;
}
.wc_main_table .wc-button-blue .elementor-button:hover{
	color:#E30613 !important;
}
.wc_main_table .wc-button-blue .elementor-button:before {
	background-color: #fff;
}
/*============ end_Milk_css ============*/

/*============ start_contact_css ============*/
.contact_forms .wc_info-form form.wpcf7-form .contact-col p{
	display: flex;
	gap: 13px;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label {
	width: 100%;
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	line-height: 16.8px;
	text-align: left;
	color: #fff;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column-reverse;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label .contact-label,
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label .contact-label{
	padding: 0 12px;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input.wpcf7-form-control {
	width: 100%;
	background: #D9D9D9;
	border: 0;
	padding: 12px 11px;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	border-radius: 0;
	display: block;
	resize: none;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea::placeholder, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input::placeholder{
	color: #000;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p {
	max-width: 224px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	position: relative;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input.wpcf7-form-control {
	background-color: #C3C3C3;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:focus, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input.wpcf7-form-control:focus {
	outline: none;
	box-shadow: none;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p .wpcf7-spinner {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 110%;
	width: 0%;
	transform: translateX(-50%);
	border-radius: 50px;
	transition: 0.2s all ease;
	pointer-events: none;
	background: #fff;
	z-index: 0;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p:focus:before, 
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p:hover:before {
	width: 110%;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p:focus input.wpcf7-form-control.wpcf7-submit:focus, 
.contact_forms .wc_info-form form.wpcf7-form .contact-btn p:hover input.wpcf7-form-control.wpcf7-submit {
	border-color: #fff;
	color: var(--e-global-color-secondary);
}
.contact_forms .wc_info-form form.wpcf7-form .wpcf7-response-output {
	margin: 15px 0;
	border-width: 1px;
	font-size: 14px;
	color: #fff;
}
.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label, 
.contact_forms .wc_info-form form.wpcf7-form .contact-col p label{
	position: relative;
}
.contact_forms .wc_info-form form.wpcf7-form .contact-col br{
	display: none;
}
/*============ end_contact_css ============*/

/*============ start_teams_css ============*/
.wc-team-area{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.wc-team-area .wc-team-item .wc-team-title h2 {
	font-size: 27px;
	margin: 0;
	font-weight: 400;
	padding: 15px 0 8px;
}
.wc-team-area .wc-team-item p {
	font-size: 17px;
	line-height: 23px;
}
.wc-contract-section .wc-contract-wrap .wc-rounded-video {
	right: -80px;
}
.wc-accodian-section .accodian-content .e-n-accordion-item-title-icon svg{
	width: 0;
	transition: .5s all
}
.wc-accodian-section .accodian-content .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg,
.wc-accodian-section .accodian-content .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
	width: 10px;
	height: 10px;
}
.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-content{
	transition: .5s all
}
.wc-accodian-section .accodian-content .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.wc-accodian-section .accodian-content .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-text{
	padding-left: 8px;
}
.accodian-content .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
	width: 0;
	transition: .5s all
}
.accodian-content .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg{
	width: 10px;
	height: 10px;
}
.accodian-content .elementor-icon-box-wrapper .elementor-icon-box-icon{
	transition: .5s all
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper:hover .elementor-icon-box-content{
	padding-left: 8px;
}
.wc-icon-wrapper img{
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media (max-width: 1024px) {
	.wc-icon-wrapper img:focus {
    -webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
.wc-icon-wrapper img:checked {
    -webkit-transform: scale(1) !important;
	transform: scale(1)!important;
}
.wc-icon-wrapper img:active {
    -webkit-transform: scale(0.8)!important;
	transform: scale(0.8)!important;
}
.cmplz-cookiebanner {
    width: 98% !important;
}
.wc-interesse-overlay .wc-interesse-description .interesse_p p a {
  text-decoration-color: #000 !important;
          color: #000000;
}
}
@media (min-width: 1024px) {
.wc-icon-wrapper img:hover {
	-webkit-transform: scale(0.8)!important;
	transform: scale(0.8)!important;
}
}

/*============ end_teams_css ============*/

/*============ start_career_css ============*/
.wc-career-slider .wc-career-wrapper .swiper-slide-bg {
	height: 300px;
	min-height: auto;
}
.wc-career-slider .wc-career-wrapper .swiper-slide {
	height: auto !important;
}
.wc-career-slider .wc-career-wrapper .swiper-slide .swiper-slide-inner {
	position: relative;
	padding: 0; 
	margin-top: 18px;
}
.wc-career-slider .wc-career-wrapper .swiper-pagination {
	top: -12px !important;
	bottom: auto !important;
	display: inline-flex;
	width: 100% !important;
	justify-content: center;
}
.wc-career-slider .wc-career-wrapper .swiper-pagination span.swiper-pagination-bullet {
	width: 53px !important;
	height: 6px !important;
	border-radius: 0 !important;
	margin: 0 2px !important;
}
.wc-career-slider .wc-career-wrapper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 119px !important;
}
.careers_form_wrapper #careers_form .contact-col {
	display: flex;
	gap: 15px;
	margin-bottom: 17px;
}
.careers_form_wrapper #careers_form .contact-col .dropzone {
	border: 0;
	padding: 9px;
	background: #d9d9d9;
	min-height: auto;
}

.careers_form_wrapper #careers_form .contact-col .dropzone .dz-message {
	border: 1px dotted #000;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
}
.careers_form_wrapper #careers_form .contact-col .dropzone .dz-message h3 {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
	color: #000000;
	margin: 0;
	height: 100%;
}
.careers_form_wrapper #careers_form .input-wrap select {
	width: 100%;
	background-color: #D9D9D9;
	border: 0;
	padding: 12px 11px;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	border-radius: 0;
	display: block;
	resize: none;
	background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #060606 50%, transparent 54%), linear-gradient(to right, #BCBCBC, #BCBCBC);
	background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), 100% 0;
	background-size: 6px 6px, 5px 6px, 47px 47px;
	background-repeat: no-repeat;
	appearance: none;
}
.careers_form_wrapper #careers_form .input-wrap textarea {
	width: 100%;
	background: #D9D9D9;
	border: 0;
	padding: 12px 11px;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	border-radius: 0;
	display: block;
	resize: none;
	min-height: 158px;
}
.careers_form_wrapper #careers_form .input-wrap {
	margin-bottom: 17px;
	position: relative;
}
.careers_form_wrapper #careers_form .input-wrap textarea:focus,
.careers_form_wrapper #careers_form .input-wrap select:focus {
	outline: none;
}
.careers_form_wrapper #careers_form .input-wrap-checkbox{
	margin: 27px 0 38px;
}
.careers_form_wrapper #careers_form .input-wrap-checkbox .checkbox-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.careers_form_wrapper #careers_form .input-wrap-checkbox p {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: #fff;
}
.careers_form_wrapper #careers_form .input-wrap-checkbox input#career_check {
	width: 27px;
	height: 27px;
	background-color: hsla(0, 0%, 85%, 1);
	border: 0;
	outline: none;
	-webkit-appearance: none;
	position: relative;
}
.careers_form_wrapper #careers_form .input-wrap-checkbox input:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 7px;
	height: 12px;
	border: solid #273481;
	border-width: 0 2px 2px 0;
	transform: rotate(44deg);
}
.careers_form_wrapper #careers_form .contact-col>div {
	width: 100%;
	position: relative;
}
.careers_form_wrapper #careers_form label {
	width: 100%;
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	line-height: 16.8px;
	text-align: left;
	color: #fff;
	padding: 0 12px;
}
.careers_form_wrapper #careers_form .contact-col input {
	width: 100%;
	background-color:#D9D9D9;
	border: 0;
	padding: 12px 11px;
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: 2px;
	border-radius: 0;
	display: block;
	resize: none;
} 
.careers_form_wrapper #careers_form .contact-col input::placeholder,
.careers_form_wrapper #careers_form .input-wrap textarea::placeholder{
	color: #000;
}
.careers_form_wrapper #careers_form .careers_form_btn {
	background-color: #FFFFFF00;
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 35px;
	color: var(--e-global-color-613f8f2);
	border: 1px solid #fff;
	padding: 6px 20px;
	max-width: 224px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
	display: inline-block;
	text-align: center;
	z-index: 0
}
.careers_form_wrapper #careers_form .careers_form_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 110%;
	width: 0%;
	transform: translateX(-50%);
	border-radius: 50px;
	transition: 0.2s all ease;
	pointer-events: none;
	background: #fff;
	z-index: -1;
}
.careers_form_wrapper #careers_form .careers_form_btn:focus:before, .careers_form_wrapper #careers_form .careers_form_btn:hover:before {
	width: 110%;
}
.careers_form_wrapper #careers_form .contact-col input:focus {
	outline: none;
	box-shadow: none;
}
.careers_form_wrapper #careers_form .careers_form_btn:hover{
	color: var(--e-global-color-secondary);
}
.careers_form_wrapper #careers_form label.error {
	color: red;
}


.wc-careers-section .wc-careers-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.wc-careers-section .wc-careers-content .wc-careers-left {
	max-width: 646px;
	width: 50%;
}
.wc-careers-section .wc-careers-content .wc-careers-left h2 {
	font-family: Lato;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	text-align: left;
	color: var(--e-global-color-primary);
}
.wc-careers-section .wc-careers-content .wc-careers-left h2 {
	font-family: Lato;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	color: var(--e-global-color-primary);
	margin: 0 0 33px;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: var(--e-global-color-primary);
	margin: 0 0 115px;
}
.wc-careers-arrow-box {
	display: flex;
	align-items: center;
}
.wc-careers-arrow-box label {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: var(--e-global-color-primary);
	flex-shrink: 0;
	margin-right: 21px;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
    color: #000;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-next,
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-prev,
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-pagination {
	position: inherit;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-pagination {
	height: 1px;
	background-color: #0000004D;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-next,
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-prev {
	width: 34px;
	margin: 0;
	color: inherit;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #000000;
}
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-next:after,
.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-arrow .swiper-button-prev:after {
	display: none;
}

.wc-careers-section .wc-careers-content .wc-careers-right {
	max-width: 636px;
	width: 50%;
	padding-left: 30px;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	height: 100%;
	min-height: 519px;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 49.11%, rgba(224, 224, 224, 0.3) 58.78%, rgba(222, 222, 222, 0.4) 63.61%, rgba(216, 216, 216, 0.5) 67.06%, rgba(209, 209, 209, 0.6) 69.59%, #C5C5C5 100%);
	backdrop-filter: blur(2px);
	transition: 1s all ease;
}
.wc-careers-swiper .wc-careers-wrapper.active-box .wc-swiper-background-box:after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 224, 224, 0.3) 10.79%, rgba(222, 222, 222, 0.4) 22.43%, rgba(216, 216, 216, 0.5) 32.4%, rgba(209, 209, 209, 0.6) 42.13%, rgba(203, 203, 203, 0.8) 54.72%, #C5C5C5 77%);
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text {
	z-index: 1;
	position: relative;
	padding: 27px 27px 48px;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text h4 {
	font-family: Lato;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 23px;
	color: #000;
	margin: 0;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text .wc-description {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: #000;
	margin: 2px 0 12px;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text .wc-toggle-description {
	font-family: Lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	color: #000;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text .wc-toggle-description:hover {
	text-decoration: none;
}

/*============ end_career_css ============*/

.wc-cycle-coffee-box .elementor-flip-box {
	height: auto;
	min-height: 194px;
	border: 1px solid #D9D9D9;
}
.wc-cycle-coffee-box.wc-cycle-coffee-box-left .elementor-flip-box,
.wc-cycle-coffee-box.wc-cycle-coffee-box-left .elementor-flip-box .elementor-flip-box__layer {
	border-radius: 0 200px 200px 0 !important;
	border-left: 0 !important;
}
.wc-cycle-coffee-box.wc-cycle-coffee-box-right .elementor-flip-box,
.wc-cycle-coffee-box.wc-cycle-coffee-box-right .elementor-flip-box .elementor-flip-box__layer {
	border-radius: 200px 0 0 200px !important;
	border-right: 0 !important;
}

.wc-cycle-coffee-box .elementor-flip-box .elementor-icon-wrapper {
	display: none;
}
.wc-cycle-coffee-box .elementor-flip-box .elementor-flip-box__layer__overlay {
	padding: 27px 52px !important;
}
.wc-profession-section{
	position: relative;
}
.wc-profession-section:after {
    content: '';
    background-color: #362927;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.wc-profession-section .elementor-background-video-container{
	  width: 110% !important;
    height: 110% !important;
}
.wc-profession-section .elementor-background-video-container video.elementor-background-video-hosted {
    width: 110% !important;
    height: 110% !important;
}



/*================================
 # START NEW CSS 
================================*/
.elementor-location-header.fixed {
	background: #ffffff;
}
.wc_bg_gradient {
/* 	--scroll-percentage: 0%;
	background: linear-gradient(
		180deg,
		#000000 var(--scroll-percentage),
		#00853D 100%
	); */
	--scroll-percentage: -262.3%;
	background: linear-gradient(0deg, #00853D var(--scroll-percentage), #000000 100%);
}
.elementor-location-header .wc-white-logo {
	display: none;
}
.wc-main-table {
	border: none;
	border-collapse: collapse; 
	table-layout: fixed;
	margin-bottom: 0;
}
.wc-main-table td {
	border: none;
	background-color: transparent !important;
	color:#D9D9D9;
	font-size: 17px;
	padding: 7.5px 15px;
	line-height: 25pt;
/* 	vertical-align: text-bottom; */
}
.wc-main-table td ul {
	padding:0;
}
.wc-main-table td ul li {
	list-style:none;
    line-height: 25px;
    color: #D9D9D9;
}
.wc-main-table td ul li:not(last-child) {
	margin-bottom: 15px;
}
.wc-vegan-table .wc-main-table tbody tr:first-child td:last-child {
	padding-right:0;
}
.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column,
.wc-sugrano-table .wc-main-table tr td.column{
	padding: 40px 0 !important;
}
.wc-main-table tr td.column{
	padding: 0 !important;
}
.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column table.wc-main-table tr td,
.wc-sugrano-table .wc-main-table tr td.column table.wc-main-table tr td{
padding: 0 15px;
}
.wc-sugrano-table.wc-main-sagrano .wc-main-table tr td.column{
	    padding: 20px 0 !important;

}
.wc-sweetener-table.wc_Main_table tr td {
    padding: 0;
}
.wc-vegan-table .wc-main-table tr td img {
	width:100%;
	display:flex;
}
.wc-main-table tr td h3 {
	font-size:27px;
	margin:0 0 0 40px;
	/*word-break: break-all;*/
	color:#fff;
	line-height: 1;
}
.wc-contract-manufacturing-table table td .wc-text-width {
	max-width: 320px;
}
.wc-year-box .elementor-icon-box-content {
	display:flex;
	transition: padding 0.5s ease;
}
.wc-year-box:hover .elementor-icon-box-content {
	padding-left: 15px;
}
.wc-year-box .elementor-icon-box-content h3 {
	margin: 0;
	width: 30%;
}
.wc-year-box .elementor-icon-box-content .elementor-icon-box-description {
	margin-top: 2px;
	width: 70%;
}
.wc-year-box .elementor-widget-container {
	padding: 18px 0;
}
.wc-year-heading .elementor-icon-box-title {
	width: 30%;
}
.wc-year-heading .elementor-icon-box-description {
	width: 70%;
}
.wc-year-heading .elementor-icon-box-content {
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.wc-sugrano-table .wc-main-table tr td {
/*	word-break:break-all;*/
}

/*================================
 # END NEW CSS 
================================*/

.wc-team-area .wc-team-item p span a {
    color: #000;
}
.wc-team-area .wc-team-item p span:hover {
    text-decoration-color:  #E30613 !important;
}
.wc-team-area .wc-team-item p span a:hover {
    color: #E30613;
}
.wc-footer-par p a {
    color: #fff;
}





.select-box-label.mobile{
	display:none;
}



.wc-slider-clients-center{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:9;
}
.wc-slider-clients-center .swiper {
	width: 100%;
	height: 100%;
}
.wc-slider-clients-center .swiper-slide{
	opacity: 0 !important;
	transition: all 0.4s ease;
	transition-duration: 0.5s;
}
.wc-slider-clients-center .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}


@media (max-width: 1440px) {
	.wc-all-title .wc-title-content h1 {
		font-size: 104px;
		line-height: 104px;
	}
	.hover-images-box {
		width: 90%;
		margin-top: 0;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 80px;
	}
	.wc-ani-center {
		width: 950px;
		height: 950px;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 130px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 100px;
	}
}



@media (max-width: 1366px) {
	.wc-all-title .wc-title-content h1 {
		font-size: 90px;
		line-height: 90px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide ul li {
		font-size: 25px;
		line-height: 33px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 70px;
	}
	.wc-ani-center {
		width: 850px;
		height: 850px;
	}
	.wc-main-slider .wc-slider-content .swiper-slide h2.wc-slider-title{
		font-size: 22px;
		line-height: 25px;
		min-height: 85px;
	}
	.wc-contract-section .wc-contract-wrap .wc-rounded-video {
		right: -60px;
	}
	.wc-blog-list .wc-blog-list-itmes:nth-child(even) .wc-blog-list-box {
		padding-right: 50px;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 110px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 90px;
	}
	.wc-main-table tr td 	h3 {
		margin:0 0 0 25px;
	}
	.wc-main-table tr td {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column,
	.wc-sugrano-table .wc-main-table tr td.column {
    padding: 20px 0 !important;
}
}

@media (max-width: 1200px) {
	.wc-all-title .wc-title-content h1 {
		font-size: 82px;
		line-height: 82px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide ul li {
		font-size: 22px;
		line-height: 30px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 60px;
	}
	.wc-ani-center {
		width: 750px;
		height: 750px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left h2,
	.wc-blog-list .wc-blog-list-itmes h3 {
		font-size: 38px;
		line-height: 48px;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 90px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 70px;
	}
	.wc-main-table tr td h3 {
		margin:0 0 0 15px;
	}
}

@media (max-width: 1100px) {
	    .wc-all-title .wc-title-content h1 {
        font-size: 76px;
        line-height: 76px;
    }
}

@media (max-width: 1024px) {
	.wc-careers-section .wc-careers-content .wc-careers-left h2,
	.wc-blog-list .wc-blog-list-itmes h3 {
		font-size: 35px;
		line-height: 45px;
	}
	.wc-all-title .wc-title-content h1 {
		font-size: 70px;
		line-height: 70px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide ul li {
		font-size: 18px;
		line-height: 23px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 50px;
	}
	body .elementor-location-header .wc-mobile-menu-wrap,
	body .elementor-location-header .wc-interesse-overlay {
		max-width: 100%;
		right: 0%;
		visibility: hidden;
		opacity: 0;
	}
	body .elementor-location-header .wc-mobile-menu-wrap.active,
	body .elementor-location-header .wc-interesse-overlay.active {
		visibility: visible;
		opacity: 1;
	}
	.wc-interesse-overlay-close .elementor-button,
	.wc-interesse-overlay-open .elementor-button {
		min-height: 47px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	body .elementor-location-header .wc-interesse-overlay .wc-interesse-overlay-box {
		height: calc(100vh - 90px);
		padding-bottom: 80px;
	}
	body .elementor-location-header .wc-mobile-menu-list {
		height: calc(100vh - 150px);
		overflow-y: auto;
		flex-wrap: nowrap;
	}
	.wc-ani-center {
		width: 650px;
		height: 650px;
	}
	.wc-main-slider .wc-slider-content .swiper-slide h2.wc-slider-title{
		font-size: 20px;
		line-height: 25px;
		min-height: auto;
	}
	.wc-main-slider .wc-slider-list .wc-slider-btn.button a{
		font-size: 14px;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 70px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 60px;
	}
	.wc-main-table td {
		font-size:16px;
	}
	.wc-main-table td ul li {
		padding: 10px 0;
	}
	.wc-main-table tr td h3 {
		margin:0 0 0 5px;
	}
	.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column table.wc-main-table tr td p,
	.wc-sugrano-table .wc-main-table tr td.column table.wc-main-table tr td p{
    padding: 20px 0 ;
            line-height: 23px;
}
.wc-sugrano-table.wc-main-sagrano .wc-main-table tr td.column{
	    padding:0!important;

}
}

@media (max-width: 991px) {
	.wc-all-title .wc-title-content h1 {
		font-size: 64px;
		line-height: 64px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 40px;
	}
	.wc-ani-center {
		width: 550px;
		height: 550px;
	}
	.wc-main-slider .swiper-slide .image_wrapper{
		height: 400px !important;
	}
	.wc-blog-list .wc-blog-list-itmes .wc-blog-list-box {
		gap: 25px;
		padding-left: 24px;
	}
	.wc-blog-list .wc-blog-list-itmes:nth-child(even) .wc-blog-list-box {
		padding-right: 24px;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 60px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 50px;
	}
	.wc-milk-table table.wc-main-table tr.repeater-item ul li,
	.wc-vegan-table table.wc-main-table tr.repeater-item ul li {
    padding: 0;
}
}
@media (max-width: 880px) {
	.wc-all-title .wc-title-content h1 {
		font-size: 55px;
		line-height: 55px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide ul li {
		font-size: 18px;
		line-height: 23px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-left ul li:after,
	.wc-slider-clients-section .wc-slider-clients-slide.clients-slide-right ul li:before {
		max-width: 30px;
	}
	.wc-ani-center {
		width: 500px;
		height: 500px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.wc-mobile-menu .elementor-nav-menu__container ul li.menu-item.active a {
    color: #283583 !important;
}

	.main-logo-box {
		max-width: 55px;
	}
	.main-logo-box .logo-text {
		position: absolute;
		top: 50%;
		left: 2px;
		display: block;
		transform: translateY(-50%);
	}
	.main-logo-box .logo-text .elementor-widget-container a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-logo-box .logo-text:before {
		top: -3px;
		height: 14px;
	}
	body .wc-mobile-hero-box {
		border-radius: 0% 0% 50vw 50vw;
	}
	body.single-post .wc-mobile-hero-box {
		border-radius: 0;
	}
	.main-logo a img {
		opacity: 1;
	}
	.wc-blog-list .wc-blog-list-itmes {
		margin-bottom: 54px;
	}
	.wc-blog-list .wc-blog-list-itmes:last-child {
		margin-bottom: 80px;
	}
	.wc-ani-logo,
	.wc-careers-arrow-box label,
	.wc-blog-list .wc-blog-list-itmes .elementor-button {
		display: none;
	}
	.wc-blog-list .wc-blog-list-itmes .wc-blog-list-date {
		color: #FFFFFFA6;
	}
	.wc-blog-list .wc-blog-list-itmes .wc-blog-list-box {
		flex-direction: column-reverse !important;
		padding: 0 24px !important;
	}
	.wc-blog-list .wc-blog-list-itmes h3 {
		font-size: 31px;
		line-height: 34px;
		margin-bottom: 11px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left h2 {
		font-size: 31px;
		font-weight: 700;
		line-height: 34px;
		color: #000000;
	}
	.wc-blog-list .wc-blog-list-itmes p {
		font-size: 16px;
		margin-bottom: 0;
	}
	.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text .wc-description,
	.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text .wc-toggle-description,
	.latest-blog-posts h3,
	.latest-blog-posts P {
		font-size: 16px;
	}
	.latest-blog-posts .elementor-button {
		max-width: auto;
	}
	.wc-careers-section .wc-careers-content {
		flex-direction: column;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left .wc-careers-description {
		margin-bottom: 27px;
	}
	.wc-careers-swiper .wc-careers-wrapper .wc-swiper-background-text h4 {
		font-size: 14px;
		line-height: 18px;
	}
	.wc-careers-section .wc-careers-content .wc-careers-left {
		padding: 0 24px;
		max-width: 100%;
		width: 100%;
	}
	.wc-careers-section .wc-careers-content .wc-careers-right {
		width: 100%;
		max-width: 100%;
		padding: 15px 0 0;
	}
/* 	body .wc-interesse-overlay-box .elementor-widget-text-editor:not(.mobile-font-weight) {
		font-weight: 400;
	} */
	body .wc-mobile-menu-list .elementor-nav-menu>.menu-item.current-menu-item:last-child>.elementor-item,
	body .wc-mobile-menu-list .elementor-nav-menu>.menu-item:last-child>.elementor-item:hover,
	body .wc-mobile-menu-list .elementor-nav-menu>.menu-item:last-child>.elementor-item {
		color: #E30613;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label .contact-label, div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label span.contact-label {
    padding-left: 5px;
	
}

	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col.select-box p label span.contact-label{
		width: calc(100% - 50px);
        background: #d9d9d9;
        z-index: 999999999;
        display: block;
        opacity: 1;
        color: #979797;
        top: 0;
        left: 0;
        padding: 12px;
        border: 1px solid #000;
        height: 47px;
        border-radius: 5px 0 0 5px;
        border-right: 0;
	}
	div#wpcf7-f8-o1 form.wpcf7-form .textarea-col.select-box p label span.contact-label.active{
		display:none;
	}
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .select-box p label .wpcf7-form-control-wrap:after{
		content:'';
		width:50px;
		height:47px;
		background: url(http://suwelack.bengsch.net/wp-content/uploads/2025/03/field-arrow.png) no-repeat center center #C3C3C3;
    	background-size: 15px;
		position:absolute;
		top:0;
		right:0;
		border: 1px solid;
        border-radius: 0px 5px 5px 0;
		pointer-events: none;
	}
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-webkit-input-placeholder, 
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-webkit-input-placeholder { 
		  color: #979797;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-moz-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-moz-placeholder{ 
		  color: #979797;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-ms-input-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-ms-input-placeholder{ 
		  color: #979797;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-moz-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-moz-placeholder{ 
		  color: #979797;
		}
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .select-box p label .wpcf7-form-control-wrap select,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .select-box p label .wpcf7-form-control-wrap select option {
	  color: #000000;
	}

	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .select-box p label .wpcf7-form-control-wrap select:invalid,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .select-box p label .wpcf7-form-control-wrap select option[value="Produkt auswählen"] {
	  color: #979797;
	}
	
.select-box-label.mobile{
	display:block;
}
	
.select-box-label.desktop{
	display:none;
}
	body .wc-mobile-menu-list .menu-item .sub-menu .menu-item .elementor-sub-item {
		font-weight: 400;
		color: #283583B2 !important;
	}
	body .wc-mobile-menu-list .menu-item .sub-menu .menu-item.current-menu-item .elementor-sub-item {
		color: #283583 !important;
	}
	body .wc-mobile-menu-list .menu-item a {
		background-color: transparent !important;
	}
	body .wc-mobile-menu-list .menu-item.menu-item-has-children .has-submenu {
		justify-content: space-between;
	}
	body .wc-mobile-menu-list .menu-item.menu-item-has-children .has-submenu span.sub-arrow {
		margin-right: 12px;
	}
	body .wc-mobile-menu-list .menu-item.menu-item-has-children .has-submenu .sub-arrow svg {
		color: currentColor;
		fill: currentColor;
	}
	body .wc-mobile-menu-list .menu-item.menu-item-has-children .has-submenu.highlighted .sub-arrow svg {
		transform: rotate(-180deg);
	}
	body {
		padding-left: 0px;
	}
	body .wc-menu-list .elementor-nav-menu ul.sub-menu li.menu-item {
    border: 0 !important;
}
	body .wc-menu-list .elementor-nav-menu .menu-item {
border-top: 1px solid #FFFFFF4D !important;
	}
	body .wc-menu-list .elementor-nav-menu .menu-item:last-child{
		border-bottom: 1px solid #FFFFFF4D !important;
	}
	body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item {
		display: flex;
		justify-content: space-between;
		    width: fit-content;
	}
	body .elementor-location-header .wc-mobile-menu-list {
		height: calc(100vh - 170px);
	}
	.elementor-location-header {
		width: 100%;
	}
	.section-home-header{
		padding-top: 30px;
		padding-bottom:100px;
	}
	.mobile-font-weight .e-n-accordion-item-title-header,
	.mobile-font-weight .elementor-widget-container,
	.mobile-font-weight .elementor-heading-title {
		font-weight: 700 !important;
	}
	.hover-images-box .border-section {
		display: none;
	}
	.hover-images-box {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 21px 0;
		margin-top: 25px;
		margin-left: -12px;
		margin-right: -12px;
		width: calc(100% + 24px);
	}
	.wc-all-title .wc-title-content p {
		font-size: 18px;
		line-height: 23px;
	}
	.wc-all-title .wc-title-content h1 {
		font-size: 46px;
		line-height: 48px;
		margin: 6px 0 0;
	}
	.hover-images-box .link_brand{
		padding: 0 12px;
	}
	.hover-images-box .link_brand .image_background {
		max-width: 100%;
	}
	.wc-title-content .desktop-paragraph {
		display: none;
	}
	.hover-images-box .link_brand h4 {
		line-height: 14px;
		color: #1A1A1A;
		margin: 8px auto 0;
	}
	.hover-images-box .link_brand{
		-webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
	}
	.hover-images-box .link_brand:nth-child(3),
	.hover-images-box .link_brand:nth-child(9){
		border-right: 1px solid #CDCDCDCC;
		border-left: 1px solid #CDCDCDCC;
		padding: 0 12px;
	}
	.mobile-text-content {
		font-size: 12px;
		line-height: 14px;
		color: #1A1A1A;
		text-align: center;
		padding: 0 12px;
		display: block;
	}
	.wc-what-we-do-section .wc-round-imgaes {
		position: inherit !important;
		width: 100%;
	}
	.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container {
		width: 100%;
	}
	.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container img {
		top: 0;
		width: 100% !important;
		height: 100%;
	}
	.wc-what-we-do-section .wc-round-imgaes .elementor-widget-container:before {
		padding-top: 300px;
	}
	.wc-slider-clients-section .wc-slider-clients-slide ul li {
		font-size: 16px;
		line-height: 23px;
	}
	.wc-slider-clients-section {
		display: block;
		overflow: hidden;
	}
	.wc-slider-clients-section .wc-slider-clients-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wc-slider-clients-section .wc-slider-clients-img:before,
	.wc-slider-clients-section .wc-slider-clients-slide,
	.wc-slider-clients-section .wc-slider-clients-img img {
		display: none;
	}
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control {
		background: #D9D9D9;
	}
	.wc-bg-banner-section {
		background-image: unset !important;
	}
	.wc-bg-banner-section .wc-bg-banner-content {
		background: #D9D9D9 !important;
	}
	.wc-mobile-hero-box .breadcrumbs {
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-align: center;
		color: #FFFFFFA6;
		margin-bottom: 5px;
	}
	.wc-mobile-hero-box .breadcrumbs a {
		color: currentColor;
	}
	.wc-mobile-hero-box .elementor-widget-text-editor {
		color: #fff !important;
	}
	.wc-mobile-hero-box.wc-mobile-hero-box-text-black .breadcrumbs {
		color: #000000A6;
	}
	.wc-mobile-hero-box.wc-mobile-hero-box-text-black .elementor-widget-text-editor {
		color: #000000 !important;
	}
	.wc-mobile-hero-box .wc-mobile-hero-img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.wc-mobile-hero-box .wc-mobile-hero-img .elementor-widget-container {
		height: auto;
	}
	.wc-mobile-hero-box .wc-mobile-hero-img .elementor-widget-container:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.wc-mobile-hero-box .wc-mobile-hero-img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.wc-mobile-hero-box .wc-mobile-hero-img:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180.01deg, #000000 -19.53%, rgba(217, 217, 217, 0) 99.99%);
	}
	.wc-ani-center {
		margin-right: auto;
		margin-left: auto;
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
		right: auto;
	}
	.wc-ani-center-section {
		margin: 0 auto;
	}
	.mobile-slider-content{
		display: block;
	}
	.mobile-slider-content a {
		position: relative;
	}
	.mobile-slider-content .wc-swiper-background-image-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.mobile-slider-content .wc-swiper-background-image-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mobile-slider-content .content-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #D9D9D9;
		padding: 32px 22px;
		position: relative;
		z-index: 2;
		transition: 1s all ease;
		
	}
	.mobile-slider-content a:hover .content-info {
		background-color: #00000061 !important;
		color: #fff;
	}
	.mobile-slider-content .content-info .widgets {
		display: flex;
		align-items: center;
		gap: 32px;
	}
	.mobile-slider-content .content-info .research svg {
		width: 20px;
		height: 20px;
	}
	.mobile-slider-content .content-info .widgets h3 {
		font-size: 16px;
		line-height: 23px;
		margin: 0;
	}
	.mobile-slider-content .content-info .widgets h2 {
		font-size: 16px;
		line-height: 23px;
		margin: 0;
	}
	.mobile-slider-content a:nth-child(2) .content-info{
		background-color: #D5D5D5;
	}
	.mobile-slider-content a:nth-child(3) .content-info {
		background-color: #CECECE;
	}
	.mobile-slider-content a:nth-child(4) .content-info {
		background-color: #C9C9C9;
	}
	.mobile-slider-content a:nth-child(5) .content-info {
		background-color: #B8B8B8;
	}
	.mobile-slider-content a:nth-child(6) .content-info {
		background-color: #B0B0B0;
	}
	.mobile-slider-content a:nth-child(7) .content-info {
		background-color: #A8A8A8;
	}
	.mobile-slider-content a:nth-child(8) .content-info {
		background-color: #A1A1A1;
	}
	.wc-main-slider{
		height: 0;
/* 		display: none; */
	}
	.wc-main-slider {
		height: 0;
		opacity: 0;
		position: relative;
		z-index: -100;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label .contact-label,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label .contact-label,
	.careers_form_wrapper #careers_form label {
		opacity: 0.3;
		font-size: 14px;
		font-weight: 400;
		line-height: 23px;
		position: absolute;
		pointer-events: none;
		left: 15px;
		top: 11px;
		transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all;
	}
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p{
		display: block;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control, 
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input.wpcf7-form-control{
		background-color: #fff;
		border-radius: 4px;
		font-size: 14px;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label .contact-label, 
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label .contact-label {
		color: #000;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea::-webkit-input-placeholder,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input::-webkit-input-placeholder {
		color: gray;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea::-moz-placeholder,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input::-moz-placeholder {
		color: gray;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea:-ms-input-placeholder,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input:-ms-input-placeholder {
		color: gray;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label textarea:-moz-placeholder,
	.contact_forms .wc_info-form form.wpcf7-form .contact-col p label input:-moz-placeholder {
		color: gray;
	}
	.contact_forms .wc_info-form form.wpcf7-form .textarea-col p label .contact-label, .contact_forms .wc_info-form form.wpcf7-form .contact-col p label .contact-label{
		padding: 0;
	}
	.wc-contract-section .wc-contract-wrap .wc-rounded-video {
		right: -40px;
	}
	.wc-accodian-section .accodian-content .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg, 
	.wc-accodian-section .accodian-content .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
		width: 0;
	}
	.wc-accodian-section .accodian-content .e-n-accordion-item-title:hover .e-n-accordion-item-title-text, 
	.wc-accodian-section .accodian-content .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-text{
		padding-left: 0;
	}
	.wc-team-area .wc-team-item .wc-team-title h2 {
		font-size: 21px;
		line-height: 24px;
		font-weight: 700;
		padding: 25px 0 5px;
	}
	.wc-team-area .wc-team-item .wc-team-img img{
		width: 100%;
	}
	.wc-bg-banner-section .elementor-motion-effects-layer {
		background: none !important;
	}
	.wc-single-post-gallery .swiper-pagination {
		top: 0 !important;
		bottom: auto !important;
		margin: 0;
		height: auto;
		display: flex;
	}
	.wc-single-post-gallery .swiper-pagination .swiper-pagination-bullet {
		margin: 0 1px !important;
		width: 100%;
		border-radius: 0;
		background: #D9D9D94D!important;
		opacity: 1 !important;
		transition: 0.5s all ease;
	}
	.wc-single-post-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #FFFFFF!important;
		width: 200%;
	}
	.wc-single-post-gallery .swiper {
		padding-top: 10px;
	}
	.wc-single-post-gallery-box .wc-single-post-gallery-img:before {
		padding-top: 100%;
	}
	.wc-single-post-gallery .swiper-slide .wc-single-post-gallery-box {
		transform: scale(0.8);
		transform-origin: center right;
		transition: 1s all ease;
	}
	.wc-single-post-gallery .swiper-slide.swiper-slide-active .wc-single-post-gallery-box {
		transform: scale(1);
	}
	.wc-single-post-gallery .swiper-pagination {
		display: block;
	}
	.wc-cycle-coffee-box.wc-cycle-coffee-box-left .elementor-flip-box__layer__overlay {
		padding: 20px 40px 20px 20px !important;
	}
	.wc-cycle-coffee-box.wc-cycle-coffee-box-right .elementor-flip-box__layer__overlay {
		padding: 20px 20px 20px 40px !important;
	}
	.careers_form_wrapper #careers_form .contact-col{
		flex-direction: column;
	}
	.careers_form_wrapper #careers_form .contact-col input,
	.careers_form_wrapper #careers_form .input-wrap textarea,
	.careers_form_wrapper #careers_form .input-wrap select{
		border-radius: 4px;
		border: 0.75px solid #000000;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 23px;
	}
	.careers_form_wrapper #careers_form .contact-col input::placeholder,
	.careers_form_wrapper #careers_form .input-wrap textarea::placeholder,
	.careers_form_wrapper #careers_form .input-wrap select{
		color: gray;
	}
	.careers_form_wrapper #careers_form .input-wrap-checkbox{
		margin: 24px 0;
	}
	.careers_form_wrapper #careers_form .input-wrap-checkbox .checkbox-wrap{
		justify-content: center;
		position: relative;
	}
	.careers_form_wrapper #careers_form .input-wrap-checkbox p,
	.careers_form_wrapper #careers_form .input-wrap textarea,
	.careers_form_wrapper #careers_form .input-wrap select{
		font-size: 14px;
	}
	.careers_form_wrapper #careers_form .input-wrap-checkbox input#career_check {
		width: 20px;
		height: 20px;
		border: 1px solid #ffffff;
		background-color: transparent;
		border-radius: 4px;
	}
	.careers_form_wrapper #careers_form .input-wrap-checkbox input:checked:after {
		top: 3px;
		left: 7px;
		width: 5px;
		height: 10px;
		border: solid #ffffff;
		border-width: 0 2px 2px 0;
	}
	.careers_form_wrapper #careers_form .careers_form_btn {
		max-width: 100%;
		border-radius: 4px;
		border: 0.5px solid #FFFFFF;
		font-size: 14px;
		line-height: 23px;
		padding: 11px 20px;
	}
	.careers_form_wrapper #careers_form .contact-col .dropzone{
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 4px;
	}
	.careers_form_wrapper #careers_form .contact-col .dropzone .dz-message {
		border: 0;
		min-height: auto;
	}
	.careers_form_wrapper #careers_form .contact-col .dropzone .dz-message h3{
		color: #fff;
		font-size: 14px;
	}
	.careers_form_wrapper #careers_form label{
		padding: 0;
		color: #000;
	}
	.careers_form_wrapper #careers_form .contact-col label.error,
	.careers_form_wrapper #careers_form .input-wrap label.error,
	.careers_form_wrapper #careers_form .input-wrap-checkbox .error {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0;
		opacity: 1;
		font-size: 13px !important;
	}
	.careers_form_wrapper #careers_form .wp_file_upload label {
		display: none;
	}
	.careers_form_wrapper #careers_form .input-wrap.textarea-wrap label {
		display: block;
	}
	.wc-main-table tr td {
		display: block;
		padding: 0 ;
		padding-bottom: 0;
		padding-top: 0;
	}
	.wc-mobile-text-italic {
		font-style:italic;
	}
	.wc-main-table tr td h3 {
		font-size: 31px;
		font-weight: 600;
		margin: 30px 0 25px 0;
	}
	.wc-vegan-table .wc-main-table tr td img {
		display: none;
	}
	.wc-contract-manufacturing-table table td .wc-text-width {
		max-width: 100%;
	}
	.wc-sweetener-table .wc-main-table tr, .wc-sugrano-table .wc-main-table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.wc-sweetener-table .wc-main-table tr td, .wc-sugrano-table .wc-main-table tr td {
		width:50%;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:15px;
	}
	.wc-sweetener-table .wc-main-table tr td:first-child, .wc-sugrano-table .wc-main-table tr td:first-child {
		width:100%;
	}
	.wc-year-box .elementor-icon-box-content .elementor-icon-box-description 	{
		margin-top: 0;
	}
	.wc-year-box .elementor-widget-container {
		padding: 14px 0;
	}
	/*.wc_transparent_header .elementor-location-header:not(.fixed) .wc-white-logo {
		display: block;
	}*/
	.wc_transparent_header .elementor-location-header:not(.fixed) .main-logo-box .logo-text:before {
		background: #fff;
	}
	.wc_transparent_header .elementor-location-header:not(.fixed) .main-logo {
		display: none;
	}
	.wc_transparent_header .elementor-location-header:not(.fixed) .main-logo-box .logo-text .elementor-widget-container img,
	.wc_transparent_header .elementor-location-header:not(.fixed) .main-logo-box .logo-one img,
	.wc_transparent_header .elementor-location-header:not(.fixed) .wc-interesse-overlay-open img {
		filter: contrast(0) brightness(2);
	}
	.wc_transparent_header .elementor-location-header:not(.fixed) .wc-menu-open .elementor-icon {
		color: #fff;
	}
	.wc_transparent_header .elementor-location-header:not(.fixed) .wc-menu-open.active .elementor-icon,
	.wc_transparent_header .elementor-location-header:not(.fixed) .wc-menu-open.interesse_active .elementor-icon {
		color: var( --e-global-color-primary );
	}
	.wc_transparent_header .elementor-location-header:not(.fixed) .logo-animation .logo-top img,
	.wc_transparent_header .elementor-location-header:not(.fixed) .logo-animation .logo-text img,
	.wc_transparent_header .elementor-location-header:not(.fixed) .logo-animation .logo-bottom img{
		filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
	}
	body .wc-menu-list .elementor-nav-menu .menu-item .elementor-item .sub-arrow {
		font-size: 18px;
		display: none;
	}
	.elementor-nav-menu .menu-item .wc-svg-icon {
		display: flex;
	}
	.wc-table-block-section {
    display: block !important;
}
.wc-year-box:hover .elementor-icon-box-content {
	padding-left: 10px;
}
.wc-sweetener-table.wc_Main_table .wc-main-table{
	margin: 0;
}
.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column,
.wc-sugrano-table .wc-main-table tr td.column{
	padding: 0 !important;
}
body .wc-mobile-menu .elementor-nav-menu__container ul li.menu-item.active .wc-svg-icon svg {
	color: var( --e-global-color-accent );
	fill: var( --e-global-color-accent );
}
	.mobile-contact-list .elementor-widget-container strong:nth-of-type(2n+2){
	display:block;
		margin-bottom:10px;
}
	.produktspezifische.mobile-hide{
		display:none;
	}
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-webkit-input-placeholder, 
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-webkit-input-placeholder { 
		  color: transparent;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control::-moz-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control::-moz-placeholder{ 
		  color: transparent;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-ms-input-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-ms-input-placeholder{ 
		  color: transparent;
		}
		body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .textarea-col p label textarea.wpcf7-form-control:-moz-placeholder,
	body .elementor-location-header .wc-interesse-overlay div#wpcf7-f8-o1 form.wpcf7-form .contact-col p label input.wpcf7-form-control:-moz-placeholder{ 
		  color: transparent;
		}
}

@media (max-width: 575px) {
	.elementor-widget-wc-team-widget{
		min-width: 100% !important;
	}
	.wc-team-area{
		gap: 40px;
		grid-template-columns: repeat(1, 1fr);
	}
.accodian-content .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    margin: 0;
}
.accodian-content.elementor-widget-icon-box {
    margin-bottom: 12px !important;
}
       .wc-main-table tr td h3 {
        margin: 10px 0 10px 0;
    }
    .wc-sweetener-table.wc_Main_table .wc-main-table tr td.column table.wc-main-table tr td, .wc-sugrano-table .wc-main-table tr td.column table.wc-main-table tr td {
    padding: 0 4px;
}
}

@media (max-width: 430px) {
	.wc-contract-section .wc-contract-wrap .wc-rounded-video {
		min-height:360px !important; 
		width: 100% !important;
	}
	.wc-icon-wrapper {
		width: 100% !important;
	}
}
@media (max-width: 375px) {
	.wc-sweetener-table .wc-main-table tr td, .wc-sugrano-table .wc-main-table tr td {
		width:100%;
	}
	.wc-grid-careers-section {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.wc-grid-careers-section .wc-icon-wrapper .elementor-element {
		min-height: auto !important;
	}
	.wc-main-table tr td.column table.wc-main-table tr td {
    padding: 0;
}
.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column table.wc-main-table tr td p, 
.wc-sugrano-table .wc-main-table tr td.column table.wc-main-table tr td p {
        padding: 10px 0;
    }
    
.wc-sweetener-table.wc_Main_table .wc-main-table tr td.column table.wc-main-table tr td, 
.wc-sugrano-table .wc-main-table tr td.column table.wc-main-table tr td{
	padding: 0;
}
}

.wp_file_upload{
	display: none;
}
.wp_produktspezifische_overlay .produktspezifische p a {
	color:#000;
	text-decoration:underline
}
.wp-video .mejs-controls{
    display:none !important;
}