.logoMb{
	position: absolute;
	top: 6px;
	left: 0px;
}
.iconC{
	stroke-width:4;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: cAnim 1.9s ease-in-out forwards;
	animation-delay: 0.6s;
}

.iconS1 {
	stroke-width:4;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: s1Anim 2s ease-in-out forwards;
	animation-delay: 0.5s;
}

.iconS2{
	stroke-width:4;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: s2Anim 1.8s ease-in-out forwards;
	animation-delay: 0.7s;
}

.logo_stC{
	stroke-width:0;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	fill:#4B48FB; 
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	animation: stCAnim 2s ease-in-out forwards;
	animation-delay: 1s;
}


.logo_stS1{
	stroke-width:0;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	fill:#4B48FB; 
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	animation: stS1Anim 2s ease-in-out forwards;
	animation-delay: 1.2s;
}

.logo_stS2{
	stroke-width:0;
	stroke:#fff; 
	fill-opacity: 0;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	fill:#4B48FB; 
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	animation: stS2Anim 2s ease-in-out forwards;
	animation-delay: 1.4s;
}


@keyframes cAnim {
	0% {
		stroke-dashoffset: 1000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		fill:url(#XMLID_1_);
		stroke-width:0;
		-webkit-filter: drop-shadow( -3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( -3px 0px 2px rgba(0, 0, 0, .7));
	}
}

@keyframes s1Anim {
	0% {
		stroke-dashoffset: 1000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		fill:url(#XMLID_2_);
		stroke-width:0;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}
}

@keyframes s2Anim {
	0% {
		stroke-dashoffset: 2000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		fill:url(#XMLID_3_);
		stroke-width:0;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}
}

@keyframes stCAnim {
	0% {
		stroke-width:4;
		stroke-dashoffset: 2000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		stroke-width:0;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}
}

@keyframes stS1Anim {
	0% {
		stroke-width:4;
		stroke-dashoffset: 2000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		stroke-width:0;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}
}

@keyframes stS2Anim {
	0% {
		stroke-width:4;
		stroke-dashoffset: 2000;
	}
	
	45% {
		stroke-dashoffset: 0;
		fill-opacity: 0;	
	}
	60% {
		stroke:#5F65F7;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
		stroke-width:0;
		-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}
}