
.fadeInTextOverFixedImg > div {
	height: 100vh;
}
.fadeInTextCenterFixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	display: flex;
	width: 100vw;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.fadeInTextCenterFixed h2 {
	line-height: 1.2;
	text-align: left;
	color: #fff;
	letter-spacing: 0.03em;	
	font-size: clamp(16px,3.5vw,40px);
	font-weight: 700;
	color: #fff;
}
.fadeInTextCenterFixed.cables {
	background-color: rgba(0,0,0,.7);
}
.fadeInTextCenterFixed.cables h2{
	color: var(--compositeCable);
}
#anatomyCableRowAnimation .vc_column-inner {
	background-color: #000;
}
#anatomyCableRowAnimation .vc_column-inner,
.socialRow .wpb_wrapper,
.pin-spacer, .pin-spacer div {
	max-width: 1366px !important;
	margin: 0 auto !important;
	overflow: hidden;
}
.fadeInTextOverFixedImg .fixedImg {
	animation-name: fade-in;
	animation-duration:2s;
	animation-timing-function: ease-out;	
}
@keyframes fade-in {
	from{opacity: 0;}
	to{opacity: 1;}
}
.fadeInTextOverFixedImg .fixedImg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.fadeInTextOverFixedImg {
	background-color: rgba(0,0,0,1);
}
.fadeInTextOverFixedImg .fixedImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fadeInTextAutoplay {
	animation-name: fade-in;
	animation-duration:1s;
	animation-delay: 3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
.fadeInTextAutoplay h1 {
	font-size: clamp(40px, 8vw, 80px);
	line-height: 1;
	color:#fff;
	letter-spacing: 0.03em;	
}
.fadeInTextUnderFixedImg {
	color: var(--compositeCable);	
}
.fadeInTextUnderFixedImg .contenitore {
	display: flex;
	max-width: 900px !important;
	flex-wrap: wrap;
}
.testo50PercUnder, .immagine50PercAbove {
	flex: 1;
	overflow: visible !important;
}
.immagine50PercAbove {
	z-index: 1;
}
.fadeInTextUnderFixedImg .featuresList {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: start;
	min-height: 100% !important;
}
.fadeInTextUnderFixedImg .featuresList li {
	color: var(--compositeCable);	
	text-transform: uppercase;
	font-weight: 700;
	min-width: 100%;
	font-size: 14px;
	line-height: 1.2;
	flex: 1 0 auto;
}
.testo100PercUnder {
	width: 100%;
	overflow: visible !important;
}
.fadeInTextUnderFixedImg .testo100PercUnder .featuresList {
	flex-direction: row;
}
.fadeInTextUnderFixedImg .testo100PercUnder li {
	min-width: unset;
	flex: 1 0;
	display: flex;
    flex-direction: column;
}
.fadeInTextUnderFixedImg .featuresList li .linea {
	content: '';
	border-bottom: 2px solid var(--compositeCable);
	width: 0%;
	display: block;
	position: absolute;
	padding: 5px 0 0 0;
}
.fadeInTextUnderFixedImg .featuresList.vertical li {
	text-align: center;
	position: relative;
}
.fadeInTextUnderFixedImg .featuresList.vertical li:after  {
	content: '';
    height: 0;
    border-left: solid 1px #fff;
    position: absolute;
	left: 50%;
	top: 10px;
}
.fadeInTextUnderFixedImg .testo50PercUnder .featuresList li span.cut {
	max-width: 230px;
	margin-left: 0 !important;
	display: block;
}
.zIndexUp {
	z-index: 2 !important;
}
.testo50PercUnder .featuresList li .linea {
	line-height: 0;
}
.testo50PercUnder.zIndexUp .featuresList li .linea,
.testo100PercUnder.zIndexUp.lineette li:after  {
	transition: all 2s;
	transition-delay: 1s;
}
.fadeInTextUnderFixedImg .testo100PercUnder.zIndexUp.lineette li:after {
	height: 450px;
}
.fadeInTextUnderFixedImg .testo100PercUnder.zIndexUp.lineette ul :nth-child(2):after {	
	height: 300px;
	transition-delay:1500ms;
}
body .testo50PercUnder.zIndexUp .featuresList > :first-child .linea {
	width: 110%;
	transition-delay:200ms;
}
body .testo50PercUnder.zIndexUp .featuresList > :nth-child(2) .linea {
	width: 120%;
	transition-delay:300ms;
}
body .testo50PercUnder.zIndexUp .featuresList > :nth-child(3) .linea{
	width: 140%;
	transition-delay:400ms;
}
body .testo50PercUnder.zIndexUp .featuresList > :nth-child(4) .linea {
	width: 160%;
	transition-delay:500ms;
}
body .testo50PercUnder.zIndexUp .featuresList > :nth-child(5) .linea {
	width: 180%;
	transition-delay:600ms;
}
.backgroundGradientOnHover .textContent,
.backgroundSolidOnHover .textContent:hover {
	background: #F0F0F0;
}
.backgroundSolidOnHover .textContent,
.backgroundGradientOnHover .textContent:hover {	
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(79,144,195,.4) 60%);
}
.backgroundSolidOnHover .textContent:hover * {
	color: #000;
}
.absolute.top.zindex0 {
	position: absolute;
	top: 0;	
	z-index: -1;
	left: 0;
}
@media screen and (min-width: 1024px) {
	.fadeInTextOverFixedImg > div {
		height: calc(100vw / 1.60);
	}
}
@media screen and (min-width: 1366px) {
	.fadeInTextOverFixedImg > div {
		height: 800px;
	}
}