/* s5 */
#s5 .left .title.active h2{
	color:white;
}
#s5 .right .image{
	opacity:0;
	z-index:-1;
	transition:all 0.2s linear;
}
#s5 .right .image.active{
	opacity:1;
	z-index:1;
}
#s5 .left .text.active{
	opacity:1;
	z-index:1;
}
#s5 .left .text{
	opacity:0;
	z-index:-1;
	transition:all 0.2s linear;
}
#s5 .image .middle .content.active{
	opacity:1;
	z-index:1;
}
#s5 .image .middle .content{
	opacity:0;
	z-index:-1;
}


/* s6 */
#s6 .content.active{
	opacity:1;
	z-index:1;
}
#s6 .content{
	opacity:0;
	z-index:-1;
}
#s6 .top .float_bkg{
	transition:all 0.2s linear;
}

/* s10 */
#s10 .slide_video,#s10 .slide_video div{
	width:100%;
	height:100%;
	object-fit:cover;
}
.chakra-stack{
	display:flex;
	flex-direction:row;
}