@font-face{
	font-family: 'century';
	src: url(../assets/century.ttf);
}

@font-face{
	font-family: 'zeroes';
	src: url(../assets/sunspire.ttf);
}

@font-face{
	font-family: 'trans';
	src: url(../assets/trans.ttf);
}

body{
	height: calc(100vh + 2px);
	width: 100vw;
	position: fixed;
	margin: 0;
	overflow: hidden;
	background-color: #652C90;
	background-size:cover;
	image-rendering: pixelated; 
	font-family:sans-serif;
}

#loadercontainer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	/*overflow: hidden;*/
	transition: all ease 2s;
}

#loader{
	position: absolute;
	width: 15vh;
	height: 15vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media(orientation: landscape){
	#loader{
		width: 8vw;
		height: 8vw;
	}
}

#w{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#particles{
	width: 100vw;
	height: 100vh;
}

#btn-home{
	position: fixed;
	display: none;
	top: 1em;
	left: 1em;
	padding: 0.5em 1em 0.5em 0.5em;
	color: #ffffff70;
	font-family: century;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	transition: all ease 0.5s;
	border-radius: 3px;
}

#intro-text.hidden{
	top: 100%;
	left: 100%;
	opacity: 0;
}

#intro-text{
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 46%;
	width: 40%;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2em;
	font-family: century;
	transition: all ease 2s;
}

#intro-text>span{
	letter-spacing: 0.8em;
	font-weight: bold;
}

@media (orientation: portrait){
	#intro-text{
		position: fixed;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 4vw;
	}

	#intro-text>span{
		letter-spacing: 0.8em;
		font-weight: bold;
	}
}

#btn-home:hover{
	background-color: #ffffff20;
	color: #fff;
}

body.home{
	background-color:#371F66;
}

body.helmet{
	transition:all ease 1.5s;
	background-color: #384054;
}

body.ironman{
	transition: all ease 1.5s;
	background: #6b1313;
}

body.showcase{
	transition: all ease 1.5s;
	background: #035468;
}

body.computer{
	transition:all ease 1.5s;
	background: #799ce8;
}

body.gaming{
	background: #474775;
}
body.conferanza{
	transition: all ease 1.5s;
	background: #59d898;
}

body.empressario{
	transition: all ease 1.5s;
	background: #9da7a1;
}

body.brain{
	background-color: #2ed4da;
}

body.asme{
	background: #72dc79;
}
body.smartcity{
	background: #92a1a9;
}
body.smartcity #art{
	left: 48% !important;
}

body.schoolgenius{
	background-color: #dea0d9;
}
body.sae{
	transition: all ease 1.5s;
	background-color: #5672D4;
}
body.schoolgenius #art{
	left: 48% !important;
}
body.sae #art{
	left: 44% !important;
	top: 24% !important;

}
body.psychewizard #art{
	top: -20%;
	left: 30%;
	transform: scale(.9);
	transition: all ease 1.5s;

}

@media(orientation: portrait){
	body.psychewizard #art{
	top: 7%;
	left: 15%;

}
body.sae #art{
	left: 39% !important;
	top: 34% !important;

}

}

body.schoolgenius #art>div{
	transition: all ease 1.5s;
}

body.psychewizard #art>div{
	transition: all ease 1.5s;
}

















#explore-btn{
	position: absolute;
	left: 50%;
	padding-left: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	bottom: -15%;
	font-size: 0.7em;
	width: 6em;
	line-height: 6em;
	text-align: center;
	letter-spacing: 0.3em;
	border-radius: 50%;
	background-color: #ffffff20;
	color: #fff;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all ease 0.5s;
	font-family: century;
	opacity:0;
	animation-name: butn;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-delay: 4s; 
}
@keyframes butn{
	from{opacity: 0;bottom: -15%;}
	to{opacity: 1;bottom: 3%;}
}

#explore-btn:hover{
	background-color: #ffffff40
}






@keyframes comet1{
	0%{top: 20vh; left: -10vw; width: 8vw;}
	100%{top: 110vh; left: 60vw; width: 12vw;}
}


#img1{
	position: absolute;
	top: 20vh;
	left: -10vw;
	width: 8vw;
	animation: comet1 4s 2.5s linear infinite;
}

@keyframes comet2{
	0%{top: -10vh; left: 40vw; width: 5vw;}
	100%{top: 50vh; left: 110vw; width: 11vw;}
}


#img2{
	position: absolute;
	top: -18vh;
	left: 40vw;
	width: 7vw;	
	animation: comet2 3s 2s linear infinite;
}
@keyframes comet3{
	0%{top: -20vh; left: -20vw; width: 8vw;}
	100%{top: 110vh; left: 110vw; width: 15vw;}
}

#img3{
	position: absolute;
	top: -20vh;
	left:-20vw;
	width: 12vw;
	animation: comet3 6s 3s linear infinite;
}








#reinventing_font{
	color: white;
	position: absolute;
	font-size: 1.4vw;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
	opacity: 0;
	transition: all linear 1.5s;
	letter-spacing: 1em;
	font-family: century;
}

#reinventing_font::before{
	width: 75%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: -0.3em;
	left: calc(50% - 0.5em);
	transform: translateX(-50%);
}

#reinventing_font::after{
	width: 75%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	bottom: -0.3em;
	left: calc(50% - 0.5em);
	transform: translateX(-50%);
}


#reinventing_font.after_load{
	opacity: 1;
	z-index: 5;
	position: absolute;
	line-height: 40px;
	top: 55%;
}

@media(orientation: portrait){

	#reinventing_font{
		width: 80%;
		font-size: 5.5vw;
		text-align: center;
		letter-spacing: 0.5em;
	}

	#reinventing_font.after_load{
		top: 60%;
		line-height: 1.5em;
	}

	#reinventing_font::before{
		width: 50%;
	}

	#reinventing_font::after{
		width: 50%;
	}
}










#div0, #div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19, #div20, #div21, #div22,#div23{
	width: 0;
	height: 0;
	position: absolute;
	transition: all linear 1.9s;
}



#div0, #div17, #div18{
	top: 0;
	left: 0;
}
#div17{
	top: 20%;
}
#div18{
	left: 20%;
}
#div1, #div2, #div16{
	top: 0;
	left: 50%;
}
#div2{
	left: 30%;
}
#div16{
	left: 70%;
}

#div3, #div4, #div15{
	top: 0;
	left: 100%;
}
#div4{
	left: 80%;
}
#div15{
	top: 20%;
}

#div5, #div14{
	top: 50%;
	left: 100%;
}
#div14{
	top: 70%;
}

#div6, #div7{
	top: 100%;
	left: 100%;
}
#div7{
	left: 80%;
}

#div8, #div9, #div13{
	top: 100%;
	left: 50%;
}
#div9{
	left: 70%;
}
#div13{
	left: 30%;
}

#div10, #div11, #div12{
	top: 100%;
	left: 0;
}
#div11{
	left: 20%;
}
#div12{
	top: 80%;
}

#div19, #div20, #div21, #div22{
	top: 50%;
	left: 0;
}
#div20{
	top: 80%;
}
#div21{
	top: 65%;
}
#div22{
	top: 30%;
}
#div23{
	top: 20%;
}










#art{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60vh;
	height: 60vh;
	transform: translate(-50%, -50%) scale(3);
	transition: all linear 1.2s;
}

#art.loaded{
	transform: translate(-50%, -50%) scale(1);
}

@media (orientation: portrait){
	#art{
		width: 80vw;
		height: 80vw;
	}

	#art.loaded{
		top: 40%;
	}
}

#div0.loaded{
	width: 24%;
	height: 18%;
	clip-path: polygon(83.33% 0, 100% 100%, 0 66.67%);
	background-color: #C7BCD9;
	position: absolute;
	left: 16%;
	top: 0px;
}
#div1.loaded{
	width: 34%;
	height: 18%;
	clip-path: polygon(0 0, 100% 0, 11.76% 100%);
	background-color: #CEC2DE;
	position: absolute;
	left: 36%;
	top: 0px;
}
#div2.loaded{
	width: 50%;
	height: 42%;
	clip-path: polygon(60% 0, 100% 100%, 0 42.86%);
	background-color: #BBAED4;
	position: absolute;
	left: 40%;
	top: 0px;
}
#div3.loaded{
	width: 20%;
	height: 42%;
	clip-path: polygon(0 0, 100% 42.86%, 100% 100%);
	background-color: #AB9EC1;
	position: absolute;
	left: 70%;
	top: 0;
}
#div4.loaded{
	width: 10%;
	height: 34%;
	clip-path: polygon(0 0, 0 70.56%, 100% 100%);
	background-color: #6B458A;
	position: absolute;
	left: 90%;
	top: 18%;
}
#div5.loaded{
	width: 30%;
	height: 36%;
	clip-path: polygon(66.67% 0, 100% 27.78%, 0 100%);
	background-color: #774C99;
	position: absolute;
	left: 70%;
	top: 42%;
}
#div6.loaded{
	width: 30%;
	height: 30%;
	clip-path: polygon(100% 0, 66.67% 100%, 0 86.67%);
	background-color: #703F97;
	position: absolute;
	left: 70%;
	top: 52%;
}
#div7.loaded{
	width: 30%;
	height: 22%;
	clip-path: polygon(33.33% 0, 100% 18.18%, 0 100%);
	background-color: #593374;
	position: absolute;
	left: 60%;
	top: 78%;
}
#div8.loaded{
	width: 20%;
	height: 22%;
	clip-path: polygon(100% 0, 50% 100%, 0 45.45%);
	background-color: #6F418F;
	position: absolute;
	left: 50%;
	top: 78%;
}
#div9.loaded{
	width: 30%;
	height: 12%;
	clip-path: polygon(66.67% 0, 0 66.67%, 100% 100%);
	background-color: #7C509E;
	position: absolute;
	left: 30%;
	top: 88%;
}
#div10.loaded{
	width: 40%;
	height: 18%;
	clip-path: polygon(0 0, 100% 55.55%, 50% 100%);
	background-color: #724693;
	position: absolute;
	left: 10%;
	top: 78%;
}
#div11.loaded{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 0, 100% 100%, 20% 72.22%);
	background-color: #9D81BA;
	position: absolute;
	left: 0;
	top: 52%;
}
#div12.loaded{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 0, 100% 100%, 80% 27.78%);
	background-color: #A991C2;
	position: absolute;
	left: 0;
	top: 52%;
}
#div13.loaded{
	width: 30%;
	height: 26%;
	clip-path: polygon(0 0, 100% 61.54%, 33.33% 100%);
	background-color: #8762AA;
	position: absolute;
	left: 40%;
	top: 62%;
}
#div14.loaded{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 55.55%, 100% 0, 60% 100%);
	background-color: #9B7EB6;
	position: absolute;
	left: 40%;
	top: 42%;
}
#div15.loaded{
	width: 50%;
	height: 20%;
	clip-path: polygon(20% 0, 100% 0, 0 100%);
	background-color: #BBAED4;
	position: absolute;
	left: 40%;
	top: 42%;
}
#div16.loaded{
	width: 50%;
	height: 24%;
	clip-path: polygon(0 0, 100% 100%, 20% 100%);
	background-color: #B6A1CC;
	position: absolute;
	left: 40%;
	top: 18%;
}
#div17.loaded{
	width: 34%;
	height: 30%;
	clip-path: polygon(0 0, 100% 100%, 70.58% 20%);
	background-color: #B19BC9;
	position: absolute;
	left: 16%;
	top: 12%;
}
#div18.loaded{
	width: 48%;
	height: 30%;
	clip-path: polygon(29.16% 0, 100% 100%, 0 60%);
	background-color: #C4B6D7;
	position: absolute;
	left: 2%;
	top: 12%;
}
#div19.loaded{
	width: 48%;
	height: 12%;
	clip-path: polygon(0 0, 100% 100%, 41.67% 100%);
	background-color: #BEB1D4;
	position: absolute;
	left: 2%;
	top: 30%;
}
#div20.loaded{
	width: 22%;
	height: 22%;
	clip-path: polygon(9.09% 0, 100% 54.54%, 0 100%);
	background-color: #A185BD;
	position: absolute;
	left: 0;
	top: 30%;
}
#div21.loaded{
	width: 28%;
	height: 20%;
	clip-path: polygon(0 0, 100% 0, 64.28% 100%);
	background-color: #B39FCC;
	position: absolute;
	left: 22%;
	top: 42%;
}
#div22.loaded{
	width: 40%;
	height: 20%;
	clip-path: polygon(55% 0, 100% 100%, 0 50%);
	background-color: #BEB1D4;
	position: absolute;
	left: 0;
	top: 42%;
}
#div23.loaded{
	width: 34%;
	height: 10%;
	clip-path: polygon(30% 70%, 100% 100%, 0 100%);
	background-color: #BBAED4;
	position: absolute;
	left: 36%;
	top: -10%;
}
















#div0.changeload{
	width: 24%;
	height: 18%;
	clip-path: polygon(83.33% 0, 100% 100%, 0 66.66%);
	background-color: #CEC2DE;
	position: absolute;
	left: 16%;
	top: 0px;
}
#div1.changeload{
	width: 34%;
	height: 18%;
	clip-path: polygon(0 0, 100% 0, 11.76% 100%);
	background-color: #C7BCD9;
	position: absolute;
	left: 36%;
	top: 0px;
}
#div2.changeload{
	width: 50%;
	height: 42%;
	clip-path: polygon(60% 0, 100% 100%, 0 42.85%);
	background-color: #BEB1D4;
	position: absolute;
	left: 40%;
	top: 0px;
}
#div3.changeload{
	width: 20%;
	height: 42%;
	clip-path: polygon(0 0, 100% 42.86%, 100% 100%);
	background-color: #BBAED4;
	position: absolute;
	left: 70%;
	top: 0px;
}
#div4.changeload{
	width: 10%;
	height: 34%;
	clip-path: polygon(0 0, 0 70.5%, 100% 100%);
	background-color:#593374 ;
	position: absolute;
	left: 90%;
	top: 18%;
}
#div5.changeload{
	width: 30%;
	height: 36%;
	clip-path: polygon(66.67% 0, 100% 27.78%, 0 100%);
	background-color: #6B458A;
	position: absolute;
	left: 70%;
	top: 42%;
}
#div6.changeload{
	width: 30%;
	height: 30%;
	clip-path: polygon(100% 0, 66.67% 100%, 0 86.67%);
	background-color: #774C99;
	position: absolute;
	left: 70%;
	top: 52%;
}
#div7.changeload{
	width: 30%;
	height: 22%;
	clip-path: polygon(33.33% 0, 100% 18.18%, 0 100%);
	background-color: #703F97;
	position: absolute;
	left: 60%;
	top: 78%;
}
#div8.changeload{
	width: 20%;
	height: 22%;
	clip-path: polygon(100% 0, 50% 100%, 0 45.45%);
	background-color: #724693;
	position: absolute;
	left: 50%;
	top: 78%;
}
#div9.changeload{
	width: 30%;
	height: 12%;
	clip-path: polygon(66.67% 0, 0 66.67%, 100% 100%);
	background-color: #6F418F;
	position: absolute;
	left: 30%;
	top: 88%;
}
#div10.changeload{
	width: 40%;
	height: 18%;
	clip-path: polygon(0 0, 100% 55.55%, 50% 100%);
	background-color: #9D81BA;
	position: absolute;
	left: 10%;
	top: 78%;
}
#div11.changeload{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 0, 100% 100%, 20% 72.22%);
	background-color: #7C509E;
	position: absolute;
	left: 0;
	top: 52%;
}
#div12.changeload{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 0, 100% 100%, 80% 27.77%);
	background-color: #9B7EB6;
	position: absolute;
	left: 0;
	top: 52%;
}
#div13.changeload{
	width: 30%;
	height: 26%;
	clip-path: polygon(0 0, 100% 61.54%, 33.33% 100%);
	background-color:#A991C2 ;
	position: absolute;
	left: 40%;
	top: 62%;
}
#div14.changeload{
	width: 50%;
	height: 36%;
	clip-path: polygon(0 55.55%, 100% 0, 60% 100%);
	background-color: #BBAED4;
	position: absolute;
	left: 40%;
	top: 42%;
}
#div15.changeload{
	width: 50%;
	height: 20%;
	clip-path: polygon(20% 0, 100% 0, 0 100%);
	background-color: #9D81BA ;
	position: absolute;
	left: 40%;
	top: 42%;
}
#div16.changeload{
	width: 50%;
	height: 24%;
	clip-path: polygon(0 0, 100% 100%, 20% 100%);
	background-color: #BEB1D4;
	position: absolute;
	left: 40%;
	top: 18%;
}
#div17.changeload{
	width: 34%;
	height: 30%;
	clip-path: polygon(0 0, 100% 100%, 70.56% 20%);
	background-color: #BBAED4;
	position: absolute;
	left: 16%;
	top: 12%;
}
#div18.changeload{
	width: 48%;
	height: 30%;
	clip-path: polygon(29.16% 0, 100% 100%, 0 60%);
	background-color: #AB9EC1;
	position: absolute;
	left: 2%;
	top: 12%;
}
#div19.changeload{
	width: 48%;
	height: 12%;
	clip-path: polygon(0 0, 100% 100%, 41.67% 100%);
	background-color: #B19BC9 ;
	position: absolute;
	left: 2%;
	top: 30%;
}
#div20.changeload{
	width: 22%;
	height: 22%;
	clip-path: polygon(9.09% 0, 100% 54.54%, 0 100%);
	background-color: #B6A1CC;
	position: absolute;
	left: 0;
	top: 30%;
}
#div21.changeload{
	width: 28%;
	height: 20%;
	clip-path: polygon(0 0, 100% 0, 64.29% 100%);
	background-color: #A185BD;
	position: absolute;
	left: 22%;
	top: 42%;
}
#div22.changeload{
	width: 40%;
	height: 20%;
	clip-path: polygon(55% 0, 100% 100%, 0 50%);
	background-color: #B39FCC;
	position: absolute;
	left: 0;
	top: 42%;
}
#div23.changeload{
	width: 34%;
	height: 10%;
	clip-path: polygon(30% 70%, 100% 100%, 0 100%);
	background-color: #C4B6D7;
	position: absolute;
	left: 36%;
	top: -10%;
}





















#div24, #div25, #div26, #div27, #div28, #div29, #div30, #div31, #div32, #div33, #div34, #div35, #div36, #div37, #div38, #div39, #div40,
#div41, #div42, #div43, #div44, #div45, #div46, #div47, #div48, #div49, #div50, #div51, #div52, #div53, #div54, #div55, #div56, #div57,
#div58, #div59, #div60, #div61, #div62, #div63, #div64, #div65, #div66, #div67
{
	/*opacity: 0;*/
	transition: all linear 1s;
}

#div24.loaded{
	width: 20%;
	height: 18%;
	clip-path: polygon(0 66.67%, 0 100%, 100% 0);
	background-color: #b7d43c;
	position: absolute;
	left: 16%;
	top: 0;
	opacity: 1;
}
#div25.loaded{
	width: 13.6%;
	height: 12%;
	clip-path: polygon(100% 0, 55.88% 100%, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22.4%;
	top: 0;
	opacity: 1;
}
#div26.loaded{
	width: 6%;
	height: 12%;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #78c042;
	position: absolute;
	left: 16%;
	top: 18%;
	opacity: 1;
}
#div27.loaded{
	width: 18%;
	height: 24%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div28.loaded{
	width: 28%;
	height: 24%;
	clip-path: polygon(64.29% 0, 100% 100%, 0 100%);
	background-color: #78c042;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div29.loaded{
	width: 11.4%;
	height: 13.4%;
	clip-path: polygon(0 0, 100% 0, 50.88% 100%);
	background-color: #6cbd44;
	position: absolute;
	left: 47.2%;
	top: 35%;
	opacity: 1;
}
#div30.loaded{
	width: 28%;
	height: 20%;
	clip-path: polygon(0 0, 100% 0, 64.29% 100%);
	background-color: #44a948;
	position: absolute;
	left: 22%;
	top: 42%;
	opacity: 1;
}
#div31.loaded{
	width: 13%;
	height: 20%;
	clip-path: polygon(76.92% 0, 100% 33%, 0px 100%);
	background-color: #479d45;
	position: absolute;
	left: 40%;
	top: 42%;
	opacity: 1;
}
#div32.loaded{
	width: 10%;
	height: 27%;
	clip-path: polygon(0 0, 100% 40.74%, 0px 100%);
	background-color: #38833e;
	position: absolute;
	left: 30%;
	top: 51%;
	opacity: 1;
}
#div33.loaded{
	width: 6%;
	height: 19.6%;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #316933;
	position: absolute;
	left: 30%;
	top: 68.4%;
	opacity: 1;
}
#div34.loaded{
	width: 20%;
	height: 42%;
	background-color:#78c042;
	position: absolute;
	clip-path: polygon(0% 0%,100% 100%,100% 44%);
	left: 70%;
	opacity: 1;
}
#div35.loaded{
	width: 20%;
	height: 29.8%;
	background-color:#6cbd44;
	position: absolute;
	clip-path: polygon(100% 99%,30% 0%,0% 55%);
	left: 70.2%;
	top: 13%;
	opacity: 1;
}
#div36.loaded{
	width: 20%;
	height: 12.2%;
	background-color:#44a948;
	position: absolute;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	left: 70.2%;
	top: 29.4%;
	opacity: 1;
}
#div37.loaded{
	width: 10%x;
	height: 34%;
	background-color:#479d45;
	position: absolute;
	clip-path: polygon(0% 0%,0% 70%,100% 100%);
	left: 90%;
	top: 18%;
	opacity: 1;
}
#div38.loaded{
	width: 10%;
	height: 27.2%;
	background-color:#38833e;
	position: absolute;
	clip-path: polygon(0% 0%,0% 100%,100% 37%);
	left: 90%;
	top: 41.6%;
	opacity: 1;
}
#div39.loaded{
	width: 8%;
	height: 11.4%;
	background-color:#316933;
	position: absolute;
	clip-path: polygon(0% 100%,100% 0%,100% 63%);
	left: 82%;
	top: 62%;
	opacity: 1;
}

#div40.loaded{
	width: 20%;
	height: 18%;
	clip-path: polygon(0 66.67%, 0 100%, 100% 0);
	background-color: #b7d43c;
	position: absolute;
	left: 16%;
	top: 0;
	opacity: 1;
}
#div41.loaded{
	width: 13.6%;
	height: 12%;
	clip-path: polygon(100% 0, 55.88% 100%, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22.4%;
	top: 0;
	opacity: 1;
}
#div42.loaded{
	width: 6%;
	height: 12%;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #78c042;
	position: absolute;
	left: 16%;
	top: 12%;
	opacity: 1;
}
#div43.loaded{
	width: 18%;
	height: 24%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div44.loaded{
	width: 28%;
	height: 24%;
	clip-path: polygon(64.29% 0, 100% 100%, 0 100%);
	background-color: #78c042;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div45.loaded{
	width: 11.4%;
	height: 13.4%;
	clip-path: polygon(0 0, 100% 0, 50.88% 100%);
	background-color: #6cbd44;
	position: absolute;
	left: 47.2%;
	top: 35%;
	opacity: 1;
}
#div46.loaded{
	width: 28%;
	height: 20%;
	clip-path: polygon(0 0, 100% 0, 64.29% 100%);
	background-color: #44a948;
	position: absolute;
	left: 22%;
	top: 42%;
	opacity: 1;
}
#div47.loaded{
	width: 13%;
	height: 20%;
	clip-path: polygon(76.92% 0, 100% 33%, 0px 100%);
	background-color: #479d45;
	position: absolute;
	left: 40%;
	top: 42%;
	opacity: 1;
}
#div48.loaded{
	width: 10%;
	height: 27%;
	clip-path: polygon(0 0, 100% 40.74%, 0px 100%);
	background-color: #38833e;
	position: absolute;
	left: 30%;
	top: 51%;
	opacity: 1;
}
#div49.loaded{
	width: 6%;
	height: 19.6%;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #316933;
	position: absolute;
	left: 30%;
	top: 68.4%;
	opacity: 1;
}
#div50.loaded{
	width: 20%;
	height: 42%;
	background-color:#78c042;
	position: absolute;
	clip-path: polygon(0% 0%,100% 100%,100% 44%);
	left: 70%;
	opacity: 1;
}
#div51.loaded{
	width: 20%;
	height: 29.8%;
	background-color:#6cbd44;
	position: absolute;
	clip-path: polygon(100% 99%,30% 0%,0% 55%);
	left: 70.2%;
	top: 13%;
	opacity: 1;
}
#div52.loaded{
	width: 20%;
	height: 12.2%;
	background-color:#44a948;
	position: absolute;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	left: 70.2%;
	top: 29.4%;
	opacity: 1;
}
#div53.loaded{
	width: 10%;
	height: 34%;
	background-color:#479d45;
	position: absolute;
	clip-path: polygon(0% 0%,0% 70%,100% 100%);
	left: 90%;
	top: 18%;
	opacity: 1;
}
#div54.loaded{
	width: 10%;
	height: 27.2%;
	background-color:#38833e;
	position: absolute;
	clip-path: polygon(0% 0%,0% 100%,100% 37%);
	left: 90%;
	top: 41.6%;
	opacity: 1;
}
#div55.loaded{
	width: 8%;
	height: 11.4%;
	background-color:#316933;
	position: absolute;
	clip-path: polygon(0% 100%,100% 0%,100% 63%);
	left: 82%;
	top: 62%;
	opacity: 1;
}

#div56.loaded{
	width: 20%;
	height: 18%;
	clip-path: polygon(0 66.67%, 0 100%, 100% 0);
	background-color: #b7d43c;
	position: absolute;
	left: 16%;
	top: 0;
	opacity: 1;
}
#div57.loaded{
	width: 13.6%;
	height: 12%;
	clip-path: polygon(100% 0, 55.89% 100%, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22.4%;
	top: 0;
	opacity: 1;
}
#div58.loaded{
	width: 6%;
	height: 12%;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #78c042;
	position: absolute;
	left: 16%;
	top: 18%;
	opacity: 1;
}
#div59.loaded{
	width: 18%;
	height: 24%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #95c93c;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div60.loaded{
	width: 28%;
	height: 24%;
	clip-path: polygon(64.29% 0, 100% 100%, 0 100%);
	background-color: #78c042;
	position: absolute;
	left: 22%;
	top: 18%;
	opacity: 1;
}
#div61.loaded{
	width: 11.4%;
	height: 13.4%;
	clip-path: polygon(0 0, 100% 0, 50.877% 100%);
	background-color: #6cbd44;
	position: absolute;
	left: 47.2%;
	top: 35%;
	opacity: 1;
}
#div62.loaded{
	width: 28%;
	height: 20%;
	clip-path: polygon(0 0, 100% 0, 64.29% 100%);
	background-color: #44a948;
	position: absolute;
	left: 22%;
	top: 42%;
	opacity: 1;
}
#div63.loaded{
	width: 13%;
	height: 20%;
	clip-path: polygon(76.923% 0, 100% 33%, 0% 100%);
	background-color: #479d45;
	position: absolute;
	left: 40%;
	top: 42%;
	opacity: 1;
}
#div64.loaded{
	width: 10%;
	height: 27%;
	clip-path: polygon(0 0, 100% 40.74%, 0px 100%);
	background-color: #38833e;
	position: absolute;
	left: 30%;
	top: 51%;
	opacity: 1;
}
#div65.loaded{
	width: 6%;
	height: 19.6%;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #316933;
	position: absolute;
	left: 30%;
	top: 68.4%;
	opacity: 1;
}












































#div24.india{
	width: 24%;
	height: 18%;
	clip-path: polygon(83.3% 0%, 100% 100%, 0% 66.67%);
	background-color: #79BA4F;
	position: absolute;
	left: 16%;
	top: 0px;
	opacity: 1;
}	

#div25.india{
	width: 34%;
	height: 18%;
	clip-path: polygon(0% 0%, 100% 0%, 11.7% 100%);
	background-color: #84C455;
	position: absolute;
	left: 36%;
	top: 0px;
	opacity: 1;
}


#div26.india{
	opacity: 1;
	width: 32.2%;
	height: 18%;
	clip-path: polygon(0% 100%, 92% 0%, 100% 60%);
	background-color: #70B446;
	position: absolute;
	left: 40%;
	top: 0px;
	opacity: 1;
	
}
#div27.india{
	opacity: 1;

	width: 20.4%;
	height: 19%;
	clip-path: polygon(0% 0%, 12% 55%, 100% 95%);
	background-color: #80C34C;
	position: absolute;
	left: 69.6%;
	top: 0px;
}

#div28.india{
	opacity: 1;
	
	width: 18%;
	height: 16.8%;
	clip-path: polygon(0% 0%, 100% 45%, 30% 100%);
	background-color: #69B244;
	position: absolute;
	left: 72%;
	top: 10.4%;
}

#div29.india{
	opacity: 1;
	width: 10%;
	height: 34%;
	clip-path: polygon(0% 0%, 0% 71%, 100% 100%);
	background-color: #82C455;
	position: absolute;
	left: 90%;
	top: 18%;
}

#div30.india{
	opacity: 1;
	
	width: 12.4%;
	height: 24%;
	clip-path: polygon(100% 0%, 0% 37%, 100% 100%);
	background-color: #77B74E;
	position: absolute;
	left: 77.6%;
	top: 18%;

}

#div31.india{
	opacity: 1;
	
	width: 32.2%;
	height: 20.2%;
	clip-path: polygon(100% 0%, 0% 35%, 30% 100%);
	background-color: #81C34F;
	position: absolute;
	left: 40%;
	top: 10.8%;

}
#div32.india{
	opacity: 1;
	
	width: 27.6%;
	height: 20.2%;
	clip-path: polygon(0% 100%, 82% 0%, 100% 80%);
	background-color: #72BF43;
	position: absolute;
	left: 49.6%;
	top: 10.8%;

}


#div33.india{
	opacity: 1;
	
	width: 40%;
	height: 16.2%;
	clip-path: polygon(0% 28%, 68% 0%, 100% 100%);
	background-color: #67B244;
	position: absolute;
	left: 50.4%;
	top: 26.4%;

}

#div34.india{
	opacity: 1;
	
	width: 37.2%;
	height: 19%;
	clip-path: polygon(0% 0%, 65% 28%, 92% 100%);
	background-color: #63A042;
	position: absolute;
	left: 15.6%;
	top: 12%;

}

#div35.india{
	opacity: 1;
	
	width: 17%;
	height: 22%;
	clip-path: polygon(0% 80%, 80% 0%, 100% 100%);
	background-color: #86C456;
	position: absolute;
	left: 2.4%;
	top: 12.2%;

}


#div36.india{
	opacity: 1;
	
	width: 33.8%;
	height: 22.2%;
	clip-path: polygon(0% 0%, 10% 100%, 100% 83%);
	background-color: #6BA843;
	position: absolute;
	left: 16%;
	top: 12.2%;

}

#div37.india{
	opacity: 1;
	
	width: 10.8%;
	height: 12.4%;
	clip-path: polygon(10% 0%, 0% 100%, 100% 80%);
	background-color: #5D9641;
	position: absolute;
	left: 1%;
	top: 30.2%;

}
#div38.india{
	opacity: 1;
	
	width: 21%;
	height: 23%;
	clip-path: polygon(0% 0%, 82% 20%, 100% 90%);
	background-color: #7AAF51;
	position: absolute;
	left: 1.6%;
	top: 29.6%;

}

#div39.india{
	opacity: 1;
	
	width: 13.4%;
	height: 10.6%;
	clip-path: polygon(100% 0%, 0% 100%, 8% 30%);
	background-color: #63A044;
	position: absolute;
	left: 0%;
	top: 39.6%;

}

#div40.india{
	opacity: 1;
	
	width: 21.6%;
	height: 10.6%;
	clip-path: polygon(55% 0%, 0% 100%, 100% 93%);
	background-color: #6FB44C;
	position: absolute;
	left: 0px;
	top: 39.6%;

}

#div41.india{
	opacity: 1;
	
	width: 35%;
	height: 8.2%;
	clip-path: polygon(0% 15%, 58% 0%, 100% 100%);
	background-color: #65AD4F;
	position: absolute;
	left: 0px;
	top: 49%;

}

#div42.india{
	opacity: 1;
	
	width: 10.4%;
	height: 14.2%;
	clip-path: polygon(0% 0%, 100% 30%, 30% 100%);
	background-color: #6AAA43;
	position: absolute;
	left: 19%;
	top: 34.4%;

}

#div43.india{
	opacity: 1;
	
	width: 12%;
	height: 11.2%;
	clip-path: polygon(0% 100%, 64% 0%, 100% 60%);
	background-color: #5A913F;
	position: absolute;
	left: 21.6%;
	top: 38.4%;

}

#div44.india{
	opacity: 1;
	
	width: 12%;
	height: 9.6%;
	clip-path: polygon(0% 55%, 100% 0%, 55% 100%);
	background-color: #86C556;
	position: absolute;
	left: 22%;
	top: 44.4%;

}
#div45.india{
	opacity: 1;
	
	width: 39.2%;
	height: 12.2%;
	clip-path: polygon(85% 50%, 95% 100%,2% 30%, 0% 0%);
	background-color: #65AD4F;
	position: absolute;
	left: 0px;
	top: 50%;

}

#div46.india{
	opacity: 1;
	width: 37%;
	height: 36%;
	clip-path: polygon(0% 0%, 100% 25%, 80% 80%);
	background-color: #5CAA45;
	position: absolute;
	left: 0;
	top: 52%;
}

#div47.india{
	opacity: 1;
	width: 44%;
	height: 36%;
	clip-path: polygon(0% 0%, 67% 80%, 23% 72.2%);
	background-color: #539B43;
	position: absolute;
	left: 0;
	top: 52%;
}

#div48.india{
	opacity: 1;
	width: 32.8%;
	height: 17.6%;
	z-index: 2;
	clip-path: polygon(0% 23%, 90% 0%, 100% 60%,30% 50%);
	background-color: #6EB244;
	position: absolute;
	left: 19.6%;
	top: 30.4%;
}

#div49.india{
	opacity: 1;
	width: 41.6%;
	height: 17.6%;
	z-index: 2;
	clip-path: polygon(0% 0%, 100% 70%, 5% 60%);
	background-color: #83C452;
	position: absolute;
	left: 49.2%;
	top: 30.4%;
}

#div50.india{
	opacity: 1;
	width: 18%;
	height: 10%;
	z-index: 2;
	clip-path: polygon(0% 70%, 100% 0%, 80% 100%);
	background-color: #659B43;
	position: absolute;
	left: 75.4%;
	top: 72%;
}
#div51.india{
	opacity: 1;
	width: 14.8%;
	height: 12%;
	z-index: 2;
	clip-path: polygon(0% 0%, 100% 25%, 0% 100%);
	background-color: #547D3E;
	position: absolute;
	left: 75.4%;
	top: 79%;
}

#div52.india{
	opacity: 1;
	width: 34%;
	height: 10%;
	clip-path: polygon(30% 70%, 100% 100%, 0% 100%);
	background-color: #6BA843;
	position: absolute;
	left: 36%;
	top: -10%;
}

#div53.india{
	opacity: 1;
	width: 5%;
	height: 4.4%;
	z-index: 5;
	clip-path: polygon(0% 0%, 100% 10%, 70% 90%,30% 100%);
	background-color: #353091;
	position: absolute;
	left: 48%;
	top: 30%;
}
#div54.india{
	opacity: 1;
	width: 3.6%;
	height: 2.8%;
	z-index: 5;
	clip-path: polygon(20% 10%, 80% 0%, 100% 100%,0% 100%);
	background-color: #4C4DA0;
	position: absolute;
	left: 48.8%;
	top: 34%;
}
#div55.india{
	opacity: 1;
	width: 7.4%;
	height: 4.2%;
	z-index: 5;
	clip-path: polygon(0% 0%, 100% 70%,15% 65%);
	background-color: #5757A5;
	position: absolute;
	left: 51.4%;
	top: 34%;
}
#div56.india{
	opacity: 1;
	width: 8%;
	height: 4.2%;
	z-index: 5;
	clip-path: polygon(0% 0%, 85% 0%,100% 65%);
	background-color: #2B2E83;
	position: absolute;
	left: 51.4%;
	top: 36.6%;
}

#div57.india{
	opacity: 1;
	width: 5.6%;
	height: 6.2%;
	z-index: 5;
	clip-path: polygon(0% 40%, 100% 0%,80% 100%);
	background-color: #4D4D97;
	position: absolute;
	left: 58.2%;
	top: 34.4%;
}


#div58.india{
	opacity: 1;
	width: 7.2%;
	height: 10%;
	z-index: 5;
	clip-path: polygon(0% 0%, 0% 100%,100% 30%);
	background-color: #3C3991;
	position: absolute;
	left: 52.2%;
	top: 36%;
}
#div59.india{
	opacity: 1;
	width: 6%;
	height: 10%;
	z-index: 5;
	clip-path: polygon(100% 0%, 100% 100%,0% 50%);
	background-color: #3F449B;
	position: absolute;
	left: 46.6%;
	top: 36%;
}
#div60.india{
	opacity: 1;
	width: 6%;
	height: 10%;
	z-index: 6;
	clip-path: polygon(0% 0%, 55% 100%,100% 40%);
	background-color: #2D2C73;
	position: absolute;
	left: 47%;
	top: 41%;
}
#div61.india{
	opacity: 1;
	width: 6%;
	height: 8%;
	z-index: 6;
	clip-path: polygon(45% 3%, 100% 0%,15% 60%);
	background-color: #2D2C73;
	position: absolute;
	left: 45.8%;
	top: 36.6%;
}
#div62.india{
	opacity: 1;
	width: 4%;
	height: 5%;
	z-index: 6;
	clip-path: polygon(5% 35%, 100% 2%,55% 100%);
	background-color: #2D2C73;
	position: absolute;
	left: 45.4%;
	top: 35%;
}
#div63.india{
	opacity: 1;
	width: 4.4%;
	height: 3.6%;
	z-index:3;
	clip-path: polygon(0% 0%, 100% 20%,45% 100%);
	background-color: #353091;
	position: absolute;
	left: 43.8%;
	top: 38.4%;
}
#div64.india{
	opacity: 1;
	width: 3%;
	height: 2.8%;
	z-index:3;
	clip-path: polygon(0% 100%, 100% 100%,50% 0%);
	background-color: #58A344;
	position: absolute;
	left: 51.2%;
	top: 50.8%;
}
#div65.india{
	opacity: 1;
	width: 10%;
	height: 4%;
	z-index:1;
	clip-path: polygon(0% 0%, 100% 0%,100% 100%,30% 90%);
	background-color: #83C452;
	position: absolute;
	left: 61.2%;
	top: 40.8%;
}










#div24.changeindia{
	width: 24%;
	height: 18%;
	clip-path: polygon(83.3% 0%, 100% 100%, 0% 66.67%);
	background-color: #70B446;
	position: absolute;
	left: 16%;
	top: 0%;
	opacity: 1;
}

#div25.changeindia{
	width: 34%;
	height: 18%;
	clip-path: polygon(0% 0%, 100% 0%, 11.7% 100%);
	background-color: #69B244;
	position: absolute;
	left: 36%;
	top: 0%;
	opacity: 1;
}


#div26.changeindia{
	opacity: 1;
	width: 32.2%;
	height: 18%;
	clip-path: polygon(0% 100%, 92% 0%, 100% 60%);
	background-color: #79BA4F ;
	position: absolute;
	left: 40%;
	top: 0%;
	opacity: 1;

}
#div27.changeindia{
	opacity: 1;

	width: 20.4%;
	height: 19%;
	clip-path: polygon(0% 0%, 12% 55%, 100% 95%);
	background-color: #84C455 ;
	position: absolute;
	left: 69.6%;
	top: 0%;
}

#div28.changeindia{
	opacity: 1;

	width: 18%;
	height: 16.8%;
	clip-path: polygon(0% 0%, 100% 45%, 30% 100%);
	background-color: #80C34C ;
	position: absolute;
	left: 72%;
	top: 10.4%;
}

#div29.changeindia{
	opacity: 1;
	width: 10%;
	height: 34%;
	clip-path: polygon(0% 0%, 0% 71%, 100% 100%);
	background-color: #72BF43;
	position: absolute;
	left: 90%;
	top: 18%;
}

#div30.changeindia{
	opacity: 1;

	width: 12.4%;
	height: 24%;
	clip-path: polygon(100% 0%, 0% 37%, 100% 100%);
	background-color: #86C456 ;
	position: absolute;
	left: 77.6%;
	top: 18%;

}

#div31.changeindia{
	opacity: 1;

	width: 32.2%;
	height: 20.2%;
	clip-path: polygon(100% 0%, 0% 35%, 30% 100%);
	background-color: #82C455 ;
	position: absolute;
	left: 40%;
	top: 10.8%;

}
#div32.changeindia{
	opacity: 1;

	width: 27.6%;
	height: 20.2%;
	clip-path: polygon(0% 100%, 82% 0%, 100% 80%);
	background-color: #67B244;
	position: absolute;
	left: 49.6%;
	top: 10.8%;

}


#div33.changeindia{
	opacity: 1;

	width: 40%;
	height: 16.2%;
	clip-path: polygon(0% 28%, 68% 0%, 100% 100%);
	background-color: #63A042 ;
	position: absolute;
	left: 50.4%;
	top: 26.4%;

}

#div34.changeindia{
	opacity: 1;

	width: 37.2%;
	height: 19%;
	clip-path: polygon(0% 0%, 65% 28%, 92% 100%);
	background-color: #5D9641 ;
	position: absolute;
	left: 15.6%;
	top: 12%;

}

#div35.changeindia{
	opacity: 1;

	width: 17%;
	height: 22%;
	clip-path: polygon(0% 80%, 80% 0%, 100% 100%);
	background-color: #6BA843;
	position: absolute;
	left: 2.4%;
	top: 12.2%;

}


#div36.changeindia{
	opacity: 1;

	width: 33.8%;
	height: 22.2%;
	clip-path: polygon(0% 0%, 10% 100%, 100% 83%);
	background-color: #63A044 ;
	position: absolute;
	left: 16%;
	top: 12.2%;

}

#div37.changeindia{
	opacity: 1;

	width: 10.8%;
	height: 12.4%;
	clip-path: polygon(10% 0%, 0% 100%, 100% 80%);
	background-color: #81C34F  ;
	position: absolute;
	left: 1%;
	top: 30.2%;

}
#div38.changeindia{
	opacity: 1;

	width: 21%;
	height: 23%;
	clip-path: polygon(0% 0%, 82% 20%, 100% 90%);
	background-color: #7AAF51;
	position: absolute;
	left: 1.6%;
	top: 29.6%;

}

#div39.changeindia{
	opacity: 1;

	width: 13.4%;
	height: 10.6%;
	clip-path: polygon(100% 0%, 0% 100%, 8% 30%);
	background-color: #6AAA43;
	position: absolute;
	left: 0%;
	top: 39.6%;

}

#div40.changeindia{
	opacity: 1;

	width: 21.6%;
	height: 10.6%;
	clip-path: polygon(55% 0%, 0% 100%, 100% 93%);
	background-color: #5A913F ;
	position: absolute;
	left: 0%;
	top: 39.6%;

}

#div41.changeindia{
	opacity: 1;

	width: 35%;
	height: 8.2%;
	clip-path: polygon(0% 15%, 58% 0%, 100% 100%);
	background-color: #77B74E ;
	position: absolute;
	left: 0%;
	top: 49%;

}

#div42.changeindia{
	opacity: 1;

	width: 10.4%;
	height: 14.2%;
	clip-path: polygon(0% 0%, 100% 30%, 30% 100%);
	background-color: #65AD4F ;
	position: absolute;
	left: 19%;
	top: 34.4%;

}

#div43.changeindia{
	opacity: 1;

	width: 12%;
	height: 11.2%;
	clip-path: polygon(0% 100%, 64% 0%, 100% 60%);
	background-color: #5CAA45  ;
	position: absolute;
	left: 21.6%;
	top: 38.4%;

}

#div44.changeindia{
	opacity: 1;

	width: 12%;
	height: 9.6%;
	clip-path: polygon(0% 55%, 100% 0%, 55% 100%);
	background-color: #6FB44C ;
	position: absolute;
	left: 22%;
	top: 44.4%;

}
#div45.changeindia{
	opacity: 1;

	width: 39.2%;
	height: 12.2%;
	clip-path: polygon(85% 50%, 95% 100%,2% 30%, 0% 0%);
	background-color: #659B43;
	position: absolute;
	left: 0%;
	top: 50%;

}

#div46.changeindia{
	opacity: 1;
	width: 37%;
	height: 36%;
	clip-path: polygon(0% 0%, 100% 25%, 80% 80%);
	background-color: #539B43 ;
	position: absolute;
	left: 0;
	top: 52%;
}

#div47.changeindia{
	opacity: 1;
	width: 44%;
	height: 36%;
	clip-path: polygon(0% 0%, 67% 80%, 23% 72.2%);
	background-color: #83C452 ;
	position: absolute;
	left: 0;
	top: 52%;
}

#div48.changeindia{
	opacity: 1;
	width: 32.8%;
	height: 17.6%;
	z-index: 2;
	clip-path: polygon(0% 23%, 90% 0%, 100% 60%,30% 50%);
	background-color: #65AD4F  ;
	position: absolute;
	left: 19.6%;
	top: 30.4%;
}

#div49.changeindia{
	opacity: 1;
	width: 41.6%;
	height: 17.6%;
	z-index: 2;
	clip-path: polygon(0% 0%, 100% 70%, 5% 60%);
	background-color: #6EB244  ;
	position: absolute;
	left: 49.2%;
	top: 30.4%;
}

#div50.changeindia{
	opacity: 1;
	width: 18%;
	height: 10%;
	z-index: 2;
	clip-path: polygon(0% 70%, 100% 0%, 80% 100%);
	background-color: #86C556 ;
	position: absolute;
	left: 75.4%;
	top: 72%;
}
#div51.changeindia{
	opacity: 1;
	width: 14.8%;
	height: 12%;
	z-index: 2;
	clip-path: polygon(0% 0%, 100% 25%, 0% 100%);
	background-color: #6BA843;
	position: absolute;
	left: 75.4%;
	top: 79%;
}

#div52.changeindia{
	opacity: 1;
	width: 34%;
	height: 10%;
	clip-path: polygon(30% 70%, 100% 100%, 0% 100%);
	background-color: #547D3E  ;
	position: absolute;
	left: 36%;
	top: -10%;
}

#div53.changeindia{
	opacity: 1;
	width: 5%;
	height: 4.4%;
	z-index: 5;
	clip-path: polygon(0% 0%, 100% 10%, 70% 90%,30% 100%);
	background-color: #2B2E83    ;
	position: absolute;
	left: 48%;
	top: 30%;
}
#div54.changeindia{
	opacity: 1;
	width: 3.6%;
	height: 2.8%;
	z-index: 5;
	clip-path: polygon(20% 10%, 80% 0%, 100% 100%,0% 100%);
	background-color: #2D2C73;
	position: absolute;
	left: 48.8%;
	top: 34%;
}
#div55.changeindia{
	opacity: 1;
	width: 7.4%;
	height: 4.2%;
	z-index: 5;
	clip-path: polygon(0% 0%, 100% 70%,15% 65%);
	background-color: #2D2C73;
	position: absolute;
	left: 51.4%;
	top: 34%;
}
#div56.changeindia{
	opacity: 1;
	width: 8%;
	height: 4.2%;
	z-index: 5;
	clip-path: polygon(0% 0%, 85% 0%,100% 65%);
	background-color: #5757A5  ;
	position: absolute;
	left: 51.4%;
	top: 36.6%;
}

#div57.changeindia{
	opacity: 1;
	width: 5.6%;
	height: 6.2%;
	z-index: 5;
	clip-path: polygon(0% 40%, 100% 0%,80% 100%);
	background-color: #4D4D97  ;
	position: absolute;
	left: 58.2%;
	top:34.4%;
}


#div58.changeindia{
	opacity: 1;
	width: 7.2%;
	height:10%;
	z-index: 5;
	clip-path: polygon(0% 0%, 0% 100%,100% 30%);
	background-color: #4C4DA0;
	position: absolute;
	left: 52.2%;
	top: 36%;
}
#div59.changeindia{
	opacity: 1;
	width: 6%;
	height: 10%;
	z-index: 5;
	clip-path: polygon(100% 0%, 100% 100%,0% 50%);
	background-color: #4C4DA0  ;
	position: absolute;
	left: 46.6%;
	top: 36%;
}
#div60.changeindia{
	opacity: 1;
	width: 6%;
	height: 10%;
	z-index: 6;
	clip-path: polygon(0% 0%, 55% 100%,100% 40%);
	background-color: #353091  ;
	position: absolute;
	left: 47%;
	top: 41%;
}
#div61.changeindia{
	opacity: 1;
	width: 6%;
	height: 8%;
	z-index: 6;
	clip-path: polygon(45% 3%, 100% 0%,15% 60%);
	background-color: #2D2C73;
	position: absolute;
	left: 45.8%;
	top: 36.6%;
}
#div62.changeindia{
	opacity: 1;
	width: 4%;
	height: 5%;
	z-index: 6;
	clip-path: polygon(5% 35%, 100% 2%,55% 100%);
	background-color: #2D2C73;
	position: absolute;
	left: 45.4%;
	top: 35%;
}
#div63.changeindia{
	opacity: 1;
	width: 4.4%;
	height: 3.6%;
	z-index:3;
	clip-path: polygon(0% 0%, 100% 20%,45% 100%);
	background-color: #353091;
	position: absolute;
	left: 43.8%;
	top: 38.4%;
}
#div64.changeindia{
	opacity: 1;
	width:3%;
	height: 2.8%;
	z-index:3;
	clip-path: polygon(0% 100%, 100% 100%,50% 0%);
	background-color: #6EB244;
	position: absolute;
	left: 51.2%;
	top: 50.8%;
}
#div65.changeindia{
	opacity: 1;
	width: 10%;
	height: 4%;
	z-index:1;
	clip-path: polygon(0% 0%, 100% 0%,100% 100%,30% 90%);
	background-color: #58A344 ;
	position: absolute;
	left: 61.2%;
	top: 40.8%;
}










/* Home Page */


#art.home{
	transform: translate(-50%, -50%) scale(1.2);
	top: 55%;
}

#art.home2{
	top: 55%;
	left: 30vw;
	transform: translate(-50%, -50%) scale(0.9);
}

#div0.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div1.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div2.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div3.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div4.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div5.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div6.home{
	width: 8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div7.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}

#div8.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}

#div9.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}



/* Redundant */

#div10.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div11.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div12.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div13.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div14.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div15.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div16.home{
	width: 8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div17.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}

#div18.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}
#div19.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}
#div20.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 2.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div21.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div22.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div23.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div24.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div25.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div26.home{
	width: 8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div27.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}

#div28.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}
#div29.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}
#div30.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div31.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div32.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div33.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div34.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div35.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div36.home{
	width:8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div37.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}

#div38.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}
#div39.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}
#div40.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div41.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div42.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div43.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div44.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div45.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div46.home{
	width: 8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div47.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}

#div48.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}
#div49.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}
#div50.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div51.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div52.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div53.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div54.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div55.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}
#div56.home{
	width: 8%;
	height: 40.2%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 34.8%;
	left: 43.2%;
	clip-path: polygon(0% 0%,0% 100%,100% 66%);
}
#div57.home{
	width: 15.2%;
	height: 6%;
	background: linear-gradient(to right, #9A3E97, #B83193);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,100% 0%,32% 100%);
}
#div58.home{
	width: 4.8%;
	height: 23.6%;
	background: linear-gradient(to right, #9B4399, #A64198);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 24%);
}
#div59.home{
	width: 15.2%;
	height: 23.6%;
	background: linear-gradient(to right, #743D8A, #B22F84);
	position: absolute;
	top: 24.2%;
	left: 59.8%;
	clip-path: polygon(0% 100%,100% 0%,31% 26%);
}
#div60.home{
	width: 12%;
	height: 14.8%;
	background: linear-gradient(to right, #774098, #853F97);
	position: absolute;
	top: 1.8%;
	left: 25%;
	clip-path: polygon(0% 0%,35% 100%,100% 61%);
}
#div61.home{
	width: 50.8%;
	height: 7%;
	background: linear-gradient(to right, #723680,#AA297D);
	position: absolute;
	top: 9.6%;
	left: 28.6%;
	clip-path: polygon(1% 100%,100% 100%,14.5% 0%);
}
#div62.home{
	width: 53.8%;
	height: 14.8%;
	background: linear-gradient(to right, #72479C,#DF3593);
	position: absolute;
	top: 2%;
	left: 25%;
	clip-path: polygon(0% 0%,100% 100%,19.5% 54%);
}
#div63.home{
	width: 11.4%;
	height: 50.6%;
	background: linear-gradient(to right, #7A4090, #853F91);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 100%, 100% 21%);
}
#div64.home{
	width: 19.4%;
	height: 10.6%;
	background: linear-gradient(to right, #8D489C, #AC3C96);
	position: absolute;
	top: 24.2%;
	left: 31.8%;
	clip-path: polygon(0% 0%,100% 0%, 59% 100%);
}
#div65.home{
	width: 8%;
	height: 37.2%;
	background: linear-gradient(to right, #91449A, #9B4399);
	position: absolute;
	top: 24.2%;
	left: 43.2%;
	clip-path: polygon(100% 0%,100% 100%, 0% 28%);
}


@media (orientation: portrait){

	#art.home2{
		left: 50vw;
		top: 5vw;
		transform: translate(-50%, 0) scale(0.5);
	}
}




#heading{
	position: absolute;
	font-family: zeroes;
	font-size: 4.5em;
	font-weight: normal;
	line-height: 0.5em;
	top: 38%;
	right: 0;
	transform: translateX(100%);
	color: #D04397;
	opacity: 1;
	transition: all ease 2s;
}

#heading.home{
	right: 55%;
}

#heading.top{
	color: #ffffff;
	font-size: 1.4em;
	top: 5vh;
	right: 5vh;
	transform: translateX(0);
}

@media (orientation: portrait){

	#heading.home{
		top: 38vh;
		right: 50vw;
		font-size: 12vw;
		transform: translateX(50%);
	}

	#heading.top{
		top: 5vw;
		right: 5vw;
		font-size: 5vw;
		transform: translateX(0);
	}
}


#art.module{
	width: 32.4vw;
	height: 27vw;
	transform: translate(-45%, -50%);
	top: 45%;
}

@media (orientation: portrait){
	#art.module{
		width: 64.8vw;
		height: 54vw;
		transform: translate(-45%, -50%);
		top: 40%;
	}
}


#div1.ironman{
	transition: all ease 1.5s;

	width: 24.166%;
	height: 100%;
	position: absolute;
	background-color: #BC964A;
	left: 18%;
	top: 0%;
	clip-path: polygon(0% 9%,55% 5%,68% 30%,75% 37%,100% 37%,100% 100%,68% 100%,41% 93%,26% 77%,0% 65% );
}
#div2.ironman{
	transition: all ease 1.5s;

	width: 24.166%;
	height: 100%;
	position: absolute;
	background-color: #EEE78B;
	left: 42.166%;
	top: 0%;
	clip-path: polygon(100% 9%,46% 5%,32% 30%,25% 37%,0% 37%,0% 100%,32% 100%,59% 93%,74% 77%,100% 65% );
}
#div3.ironman{
	transition: all ease 1.5s;


	width: 11.666%;
	height: 26.6%;
	position: absolute;
	background-color: #411B19;
	left: 30.5%;
	top: 0.6%;
	clip-path: polygon(100% 0%,100% 100%,0% 3% );
}
#div4.ironman{
	transition: all ease 1.5s;


	width: 11.667%;
	height: 26.6%;
	position: absolute;
	background-color: #4B1E1E;
	left: 42.166%;
	top: 0.6%;
	clip-path: polygon(0% 0%,0% 100%,100% 3% );
}
#div5.ironman{
	transition: all ease 1.5s;


	width: 11.667%;
	height: 27.6%;
	position: absolute;
	background-color: #662827;
	left: 30.667%;
	top: 2.4%;
	clip-path: polygon(2% 0%,33% 100%,100% 91% );
}
#div6.ironman{
	transition: all ease 1.5s;


	width:11.667%;
	height: 27.6%;
	position: absolute;
	background-color: #662827;
	left: 42%;
	top: 2.4%;
	clip-path: polygon(98% 0%,71% 100%,0% 91% );
}
#div7.ironman{
	transition: all ease 1.5s;


	width: 13%;
	height: 10.2%;
	position: absolute;
	background-color: #701D1C;
	left: 36%;
	top: 26.8%;
	clip-path: polygon(48% 0%,0% 100%,100% 100% );
}
#div8.ironman{
	transition: all ease 1.5s;


	width: 7.833%;
	height: 10.4%;
	position: absolute;
	background-color: #93322F;
	left: 34.333%;
	top: 26.6%;
	clip-path: polygon(100% 2%,2% 30%,21% 100% );
}
#div9.ironman{
	transition: all ease 1.5s;


	width: 8.167%;
	height: 10.4%;
	position: absolute;
	background-color: #93322F;
	left: 42.167%;
	top: 26.8%;
	clip-path: polygon(0% 2%,100% 31%,82% 96% );
}
#div10.ironman{
	transition: all ease 1.5s;

	width: 5.5%;
	height: 51%;
	position: absolute;
	background-color: #411B19;
	left: 12.5%;
	top: 14%;
	clip-path: polygon(100% 0%,100% 100%,23% 57%,0% 13% );
}
#div11.ironman{
	transition: all ease 1.5s;


	width: 5.5%;
	height: 51%;
	position: absolute;
	background-color: #411B19;
	left: 66.333%;
	top: 14%;
	clip-path: polygon(0% 0%,0% 100%,77% 57%,100% 13% );
}
#div12.ironman{
	transition: all ease 1.5s;


	width: 10.167%;
	height: 28.6%;
	position: absolute;
	background-color: #411B19;
	left: 18%;
	top:64.8%;
	clip-path: polygon(0% 0%,0% 52%,100% 100%,61% 41% );
}
#div13.ironman{
	transition: all ease 1.5s;


	width: 10.167%;
	height: 28.6%;
	position: absolute;
	background-color: #411B19;
	left: 56.167%;
	top: 64.8%;
	clip-path: polygon(100% 0%,100% 52%,0% 100%,39% 41% );
}
#div14.ironman{
	transition: all ease 1.5s;


	width: 4.333%;
	height: 3.6%;
	position: absolute;
	background-color: #261115;
	left: 31.667%;
	top:96.4%;
	clip-path: polygon(0% 0%,55% 100%,100% 100%,60% 0% );
}
#div15.ironman{
	transition: all ease 1.5s;


	width: 4.333%;
	height: 3.6%;
	position: absolute;
	background-color: #261115;
	left: 49%;
	top:96.4%;
	clip-path: polygon(100% 0%,45% 100%,0% 100%,40% 0% );
}
#div16.ironman{
	transition: all ease 1.5s;


	width: 5%;
	height: 4.6%;
	position: absolute;
	background-color: #B12331;
	left: 39.667%;
	top: 95.4%;
	clip-path: polygon(0% 0%,100% 0%,50% 100% );
}
#div17.ironman{
	transition: all ease 1.5s;


	width: 7.833%;
	height: 3.6%;
	position: absolute;
	background-color: #CA2431;
	left: 34.333%;
	top: 96.4%;
	clip-path: polygon(0% 0%,18% 100%,100% 100%,73% 0% );
}
#div18.ironman{
	transition: all ease 1.5s;


	width: 8.833%;
	height: 3.6%;
	position: absolute;
	background-color: #CA2431;
	left: 41.833%;
	top:96.4%;
	clip-path: polygon(102% 0%,83% 100%,0% 100%,27% 0%);
}
#div19.ironman{
	transition: all ease 1.5s;


	width: 12.667%;
	height: 6.6%;
	position: absolute;
	background-color: #FFFFFF;
	left: 22.333%;
	top:54.2%;
	z-index: 3;
	clip-path: polygon(0% 0%,60% 21%,100% 79%,93% 100%,20% 70%);
	animation-name: eyes;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes eyes{
	from{background-color:#FFFFFF;}
	to{background-color: #80D2EB;}
}




#div20.ironman{
	transition: all ease 1.5s;


	width: 12.667%;
	height: 6.6%;
	position: absolute;
	background-color: #FFFFFF;
	left: 50.333%;
	top:54.4%;
	z-index: 3;
	clip-path: polygon(100% 0%,40% 21%,0% 79%,7% 100%,80% 70%);
	animation-name: eyes;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
#div21.ironman{
	transition: all ease 1.5s;


	width: 8%;
	height: 3.6%;
	position: absolute;
	background-color: #322414;
	left: 34.833%;
	top:59.4%;
	z-index: 4;
	clip-path: polygon(0% 0%,100% 25%,100% 56%,9% 30%);
}
#div22.ironman{
	transition: all ease 1.5s;


	width: 8.167%;
	height: 3.6%;
	position: absolute;
	background-color: #322C17;
	left: 42.167%;
	top:59.4%;
	z-index: 4;
	clip-path: polygon(100% 0%,0% 25%,0% 58%,91% 30%);
}
#div23.ironman{
	transition: all ease 1.5s;

	width: 10.5%;
	height: 3.2%;
	position: absolute;
	background-color: #7489A3;
	left: 24.5%;
	top:58.8%;
	z-index: 4;
	clip-path: polygon(0% 50%,4% 0%,93% 62.5%,100% 100%);
}
#div24.ironman{
	transition: all ease 1.5s;

	width: 10.5%;
	height: 3.2%;
	position: absolute;
	background-color: #7489A3;
	left: 50.333%;
	top:58.8%;
	z-index: 4;
	clip-path: polygon(100% 50%,96% 0%,7% 62.5%,0% 100%);
}
#div25.ironman{
	transition: all ease 1.5s;

	width: 1.583%;
	height: 3%;
	position: absolute;
	background-color: #4F5A6F;
	left: 49.5%;
	top:59.4%;
	z-index: 4;
	clip-path: polygon(30% 0%,0% 40%,70% 93%,100% 50%);

}
#div26.ironman{
	transition: all ease 1.5s;

	width: 1.583%;
	height: 3.2%;
	position: absolute;
	background-color: #4F5A6F;
	left: 34%;
	top:59.2%;
	z-index: 4;
	clip-path: polygon(70% 0%,100% 40%,30% 93%,0% 50%);

}
#div27.ironman{
	transition: all ease 1.5s;

	width: 4.833%;
	height: 4.8%;
	position: absolute;
	background-color: #55626F;
	left: 20%;
	top:55.6%;
	z-index: 4;
	clip-path: polygon(28% 0%,65% 0%,100% 67%,95% 100%);

}
#div28.ironman{
	transition: all ease 1.5s;

	width: 4.833%;
	height: 4.8%;
	position: absolute;
	background-color: #55626F;
	left: 60.5%;
	top:55.6%;
	z-index: 4;
	clip-path: polygon(72% 0%,35% 0%,0% 67%,5% 100%);

}
#div29.ironman{
	transition: all ease 1.5s;

	width: 2.5%;
	height: 1.4%;
	position: absolute;
	background-color: #444B5C;
	left: 21.333%;
	top:54.2%;
	z-index: 4;
	clip-path: polygon(20% 0%,0% 100%,70% 100%,90% 0%);

}
#div30.ironman{
	transition: all ease 1.5s;


	width: 2.5%;
	height: 1.4%;
	position: absolute;
	background-color: #444B5C;
	left: 61.5%;
	top:54.2%;
	z-index: 4;
	clip-path: polygon(80% 0%,100% 100%,30% 100%,10% 0%);

}
#div31.ironman{
	transition: all ease 1.5s;

	width: 19.667%;
	height: 1.8%;
	position: absolute;
	background-color: #0F1013;
	left: 32.833%;
	top:88%;
	z-index: 5;
	clip-path: polygon(0% 0%,100% 0%,91.7% 100%,8.3% 100%);

}
#div32.ironman{
	transition: all ease 1.5s;

	width: 4%;
	height: 4%;
	position: absolute;
	background-color: #161616;
	left: 30.5%;
	top:88%;
	z-index: 5;
	clip-path: polygon(0% 50%,60% 0%,100% 48%,18.1% 100%);

}
#div33.ironman{
	transition: all ease 1.5s;

	width: 4%;
	height: 4%;
	position: absolute;
	background-color: #161616;
	left: 50.833%;
	top:88%;
	z-index: 5;
	clip-path: polygon(100% 50%,40% 0%,0% 48%,91.9% 100%);

}
#div34.ironman{
	transition: all ease 1.5s;

	width: 4%;
	height: 7%;
	position: absolute;
	background-color: #0F1013;
	left: 27.167%;
	top:85%;
	z-index: 5;
	clip-path: polygon(0% 0%,0% 3%,100% 100%,83% 70%);

}
#div35.ironman{
	transition: all ease 1.5s;

	width: 4%;
	height: 7%;
	position: absolute;
	background-color: #030202;
	left: 53.5%;
	top:84.8%;
	z-index: 5;
	clip-path: polygon(100% 0%,100% 3%,20% 100%,17% 85%);

}










#div1.showcase{
	transition: all ease 1.5s;

	width: 25%;
	height: 34%;
	position: absolute;
	left: 30.167%;
	top: 50%;
	background-color: #DAF0F8;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div2.showcase{
	transition: all ease 1.5s;

	width: 25%;
	height: 34%;
	position: absolute;
	left: 30.167%;
	top: 50%;
	background-color: white;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div3.showcase{
	transition: all ease 1.5s;

	width: 25%;
	height: 3%;
	position: absolute;
	left: 30%;
	top: 84%;
	background-color: #704C36;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div4.showcase{
	transition: all ease 1.5s;

	width: 25%;
	height: 3%;
	position: absolute;
	left: 30%;
	top: 84%;
	background-color: #5C3D2A;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div5.showcase{
	transition: all ease 1.5s;

	width: 20%;
	height: 2.4%;
	position: absolute;
	left: 35%;
	top: 87%;
	background-color: #553826;
	clip-path: polygon(0% 0%,100% 0%,30% 100%);
}
#div6.showcase{
	transition: all ease 1.5s;

	width: 15%;
	height: 2.4%;
	position: absolute;
	left: 36.667%;
	top: 87%;
	background-color: #694732;
	clip-path: polygon(0% 100%,100% 0%,70% 100%);
}
#div7.showcase{
	transition: all ease 1.5s;

	width: 5.833%;
	height: 22%;
	position: absolute;
	left: 33%;
	top: 87.2%;
	background-color: #C59166;
	clip-path: polygon(0% 100%,50% 0%,100% 5%);
}
#div8.showcase{
	transition: all ease 1.5s;

	width: 5.833%;
	height: 21%;
	position: absolute;
	left: 33%;
	top: 88%;
	background-color: #A17752;
	clip-path: polygon(0% 100%,50% 100%,100% 0%);
}
#div9.showcase{
	transition: all ease 1.5s;

	width: 5.833%;
	height: 21.8%;
	position: absolute;
	left: 48%;
	top: 87%;
	background-color: #C38F64;
	clip-path: polygon(0% 5%,50% 0%,100% 100%);
}
#div10.showcase{
	transition: all ease 1.5s;

	width: 5.833%;
	height: 21%;
	position: absolute;
	left: 48.1667%;
	top: 88%;
	background-color: #A17752;
	clip-path: polygon(0% 0%,50% 100%,100% 100%);
}
#div11.showcase{
	transition: all ease 1.5s;

	width: 3.167%;
	height: 16%;
	position: absolute;
	left: 41.5%;
	top: 89.4%;
	background-color: #A97D57;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div12.showcase{
	transition: all ease 1.5s;

	width: 3.166%;
	height: 16%;
	position: absolute;
	left: 41.5%;
	top: 89.4%;
	background-color: #926C4A;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
}
#div13.showcase{
	transition: all ease 1.5s;

	width: 6.1667%;
	height: 3%;
	position: absolute;
	z-index: -5;
	left: 35.833%;
	top: 96%;
	background-color: #5C3D2A;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
}
#div14.showcase{
	transition: all ease 1.5s;

	width: 6.1667%;
	height: 3%;
	position: absolute;
	z-index: -5;
	left: 35.833%;
	top: 96%;
	background-color: #704C36;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div15.showcase{
	transition: all ease 1.5s;

	width: 6.1667%;
	height: 3%;
	position: absolute;
	z-index: -5;
	left: 43.33%;
	top: 96%;
	background-color: #5C3D2A;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
}
#div16.showcase{
	transition: all ease 1.5s;

	width: 6.166%;
	height: 3%;
	position: absolute;
	z-index: -5;
	left: 43.33%;
	top: 96%;
	background-color: #704C36;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div17.showcase{
	transition: all ease 1.5s;

	width: 15%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 35.333%;
	top: 46.4%;
	background-color: #5C3D2A;
	clip-path: polygon(30% 0%,0% 100%,100% 100%);
}
#div18.showcase{
	transition: all ease 1.5s;

	width: 11.667%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 39.1667%;
	top: 46.4%;
	background-color: #704C36;
	clip-path: polygon(60% 0%,0% 0%,95% 100%);
}
#div19.showcase{
	transition: all ease 1.5s;

	width: 3%;
	height: 13.2%;
	position: absolute;
	z-index: 1;
	left: 41.333%;
	top: 33.2%;
	background-color: #A97D57;
	clip-path: polygon(0% 100%,0% 0%,100% 100%);
}
#div20.showcase{
	transition: all ease 1.5s;

	width: 3%;
	height: 13.2%;
	position: absolute;
	z-index: 1;
	left: 41.333%;
	top: 33.2%;
	background-color: #B9885F;
	clip-path: polygon(100% 0%,0% 0%,100% 100%);
}
#div21.showcase{
	transition: all ease 1.5s;

	width: 20%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 	33.33%;
	top: 8%;
	background-color: #000000;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
}
#div22.showcase{
	transition: all ease 1.5s;

	width: 20%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 33.33%;
	top: 8%;
	background-color: #161818;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div23.showcase{
	transition: all ease 1.5s;

	width: 13.33%;
	height: 2.8%;
	position: absolute;
	z-index: 1;
	left: 36.667%;
	top: 5.2%;
	background-color: #000000;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div24.showcase{
	transition: all ease 1.5s;

	width: 1.667%;
	height: 6%;
	position: absolute;
	z-index: 1;
	left: 42.5%;
	top: 0%;
	background-color: #000000;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);

}
#div25.showcase{
	transition: all ease 1.5s;

	width: 1.667%;
	height: 6%;
	position: absolute;
	z-index: 1;
	left: 42.5%;
	top: 0%;
	background-color: #000000;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div26.showcase{
	transition: all ease 1.5s;

	width: 5%;
	height: 6%;
	position: absolute;
	z-index: -2;
	left: 38.3333%;
	top: 11.6%;
	background-color: #F7931D;
	clip-path: polygon(0% 0%,20% 30%,90% 50%,90% 0%);
}
#div27.showcase{
	transition: all ease 1.5s;

	width: 5%;
	height: 6%;
	position: absolute;
	z-index: -2;
	left: 42.1667%;
	top: 11.6%;
	background-color: #FFF100;
	clip-path: polygon(100% 0%,80% 30%,10% 50%,10% 0%);
}
#div28.showcase{
	transition: all ease 1.5s;

	width: 66.667%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 9.333%;
	top: 11.6%;
	background:linear-gradient(#F2CA23,transparent);
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div29.showcase{
	transition: all ease 1.5s;

	width: 33.33%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 9.333%;
	top: 11.6%;
	background:linear-gradient(#F2CA23,transparent);
	clip-path: polygon(0% 100%,100% 0%,72% 0%);

}
#div30.showcase{
	transition: all ease 1.5s;

	width: 33.33%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 42.5%;
	top: 11.6%;
	background:linear-gradient(#F2CA23,transparent);
	clip-path: polygon(100% 100%,0% 0%,32% 0%);

}
#div31.showcase{
	transition: all ease 1.5s;

	width: 11.667%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 39.1667%;
	top: 46.4%;
	background-color: #704C36;
	clip-path: polygon(60% 0%,0% 0%,95% 100%);
}
#div32.showcase{
	transition: all ease 1.5s;

	width: 15%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 35.33%;
	top: 46.4%;
	background-color: #5C3D2A;
	clip-path: polygon(30% 0%,0% 100%,100% 100%);
}
#div33.showcase{
	transition: all ease 1.5s;

	width: 11.667%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 39.1667%;
	top: 46.4%;
	background-color: #704C36;
	clip-path: polygon(60% 0%,0% 0%,95% 100%);
}

#div34.showcase{
	transition: all ease 1.5s;

	width: 15%;
	height: 3.6%;
	position: absolute;
	z-index: 1;
	left: 35.33%;
	top: 46.4%;
	background-color: #5C3D2A;
	clip-path: polygon(30% 0%,0% 100%,100% 100%);
}
#div35.showcase{
	transition: all ease 1.5s;

	width: 3%;
	height: 13.2%;
	position: absolute;
	z-index: 1;
	left: 41.333%;
	top: 33.2%;
	background-color: #B9885F;
	clip-path: polygon(100% 0%,0% 0%,100% 100%);
}















#div26.changeshowcase{
	transition: all ease 1.5s;

	width: 5%;
	height: 6%;
	position: absolute;
	z-index: -2;
	left: 38.33%;
	top: 11.6%;
	background-color:#5C3D2A;
	clip-path: polygon(0% 0%,20% 30%,90% 50%,90% 0%);
}
#div27.changeshowcase{
	transition: all ease 1.5s;

	width: 5%;
	height: 6%;
	position: absolute;
	z-index: -2;
	left: 42.1667%;
	top: 11.6%;
	background-color:#161818;
	clip-path: polygon(100% 0%,80% 30%,10% 50%,10% 0%);
}
#div28.changeshowcase{
	transition: all ease 1.5s;

	width: 66.66%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 9.333%;
	top: 11.6%;
	transition: all ease 2s;
	background-color: #035468;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div29.changeshowcase{
	transition: all ease 1.5s;

	width: 33.33%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 9.333%;
	top: 11.6%;
	transition: all ease 1.5s;
	background-color: #035468;
	clip-path: polygon(0% 100%,100% 0%,72% 0%);

}
#div30.changeshowcase{
	transition: all ease 1.5s;

	width: 33.33%;
	height: 58%;
	position: absolute;
	z-index: -3;
	left: 42.5%;
	top: 11.6%;
	transition: all ease 1.5s;
	background-color: #035468;
	clip-path: polygon(100% 100%,0% 0%,32% 0%);

}










#div1.conferanza{

	transition:all ease 1.5s;		width: 21%;
	height: 66%;
	position: absolute;
	left: 20.667%;
	top: 22%;
	background-color: #0A7C83;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,18% 100%);

}
#div2.conferanza{

	transition:all ease 1.5s;		width: 21%;
	height: 66%;
	position: absolute;
	left: 41.667%;
	top: 22%;
	background-color: #0B6C75;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,82% 100%);

}
#div3.conferanza{

	transition:all ease 1.5s;		width: 34.667%;
	height: 1.2%;
	position: absolute;
	left: 24.33%;
	top: 88%;
	background-color: #118C89;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div4.conferanza{

	transition:all ease 1.5s;		width: 19.1667%;
	height: 4.6%;
	position: absolute;
	left: 22.5%;
	top: 89%;
	background-color: #0A7C85;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div5.conferanza{

	transition:all ease 1.5s;		width: 19.1667%;
	height: 4.6%;
	position: absolute;
	left: 41.667%;
	top: 89%;
	background-color: #0B6C75;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div6.conferanza{

	transition:all ease 1.5s;		width: 21.1667%;
	height: 2.4%;
	position: absolute;
	left: 20.667%;
	top: 20%;
	background-color: #0F656A;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div7.conferanza	{
	transition:all ease 1.5s;
	width: 21%;
	height: 2.4%;
	position: absolute;
	left: 41.667%;
	top: 20%;
	background-color: #115457;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div8.conferanza	{
	transition:all ease 1.5s;
	width: 25.333%;
	height: 5.6%;
	position: absolute;
	left: 16.5%;
	top: 14.4%;
	background-color: #0A7C83;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div9.conferanza	{
	transition:all ease 1.5s;
	width: 25.33%;
	height: 5.6%;
	position: absolute;
	left:41.667%;
	top: 14.4%;
	background-color: #0B6C74;
	clip-path: polygon(100% 0%,0% 0%,0% 100%,100% 100%);

}
#div10.conferanza	{
	transition:all ease 1.5s;
	width: 4.667%;
	height: 7.6%;
	position: absolute;
	left:16.5%;
	top: 20%;
	background-color: #0F656A;
	clip-path: polygon(100% 0%,0% 0%,82% 100%,100% 100%);

}
#div11.conferanza	{
	transition:all ease 1.5s;
	width: 4.667%;
	height: 7.6%;
	position: absolute;
	left:62.333%;
	top: 20%;
	background-color: #115457;
	clip-path: polygon(0% 0%,100% 0%,18% 100%,0% 100%);

}
#div12.conferanza	{
	transition:all ease 1.5s;
	width: 2%;
	height: 3%;
	position: absolute;
	left: 22.5%;
	top: 86%;
	background-color: #118C89;
	clip-path: polygon(0% 100%,100% 100%,100% 0%);

}
#div13.conferanza	{
	transition:all ease 1.5s;
	width: 2%;
	height: 3%;
	position: absolute;
	left:58.833%;
	top: 86%;
	background-color: #118C89;
	clip-path: polygon(100% 100%,0% 100%,0% 0%);

}
#div14.conferanza	{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 2.2%;
	position: absolute;
	left:22.6667%;
	top: 12.2%;
	background-color: #928C8C;
	clip-path: polygon(100% 100%,0% 100%,0% 0%,100% 0%);

}
#div15.conferanza	{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 2.2%;
	position: absolute;
	left: 56.833%;
	top: 12.2%;
	background-color: #928C8C;
	clip-path: polygon(100% 100%,0% 100%,0% 0%,100% 0%);

}
#div16.conferanza	{
	transition:all ease 1.5s;
	width: 1.33%;
	height: 1.8%;
	position: absolute;
	left:23.667%;
	top: 10.6%;
	background-color: #928C8C;
	clip-path: polygon(100% 100%,0% 100%,0% 0%,100% 0%);

}
#div17.conferanza	{
	transition:all ease 1.5s;
	width: 1.333%;
	height: 1.8%;
	position: absolute;
	left:57.8333%;
	top: 10.6%;
	background-color: #928C8C;
	clip-path: polygon(100% 100%,0% 100%,0% 0%,100% 0%);

}
#div18.conferanza	{
	transition:all ease 1.5s;
	width: 7.5%;
	height: 7%;
	position: absolute;
	left:23.833%;
	top: 4.2%;
	background-color: #928C8C;
	clip-path: polygon(0% 90%,15% 100%,100% 10%,85% 0%);

}
#div19.conferanza	{
	transition:all ease 1.5s;
	width: 7.5%;
	height: 7%;
	position: absolute;
	left:51.5%;
	top: 4.2%;
	background-color: #928C8C;
	clip-path: polygon(100% 90%,85% 100%,0% 10%,15% 0%);

}
#div20.conferanza	{
	transition:all ease 1.5s;
	width: 2.5%;
	height: 3%;
	position: absolute;
	left:30.333%;
	top: 2%;
	background-color: #E8E8E9;
	clip-path: polygon(0% 70%,40% 100%,100% 80%,20% 0%);

}
#div21.conferanza	{
	transition:all ease 1.5s;
	width: 2.5%;
	height: 3%;
	position: absolute;
	left:50%;
	top: 2%;
	background-color: #E8E8E9;
	clip-path: polygon(100% 80%,60% 100%,0% 80%,80% 0%);

}
#div22.conferanza	{
	transition:all ease 1.5s;
	width: 5%;
	height: 4%;
	position: absolute;
	left:31%;
	top: 0.4%;
	background-color: #727070;
	clip-path: polygon(0% 50%,41% 100%, 70% 0%,0% 0%);

}
#div23.conferanza	{
	transition:all ease 1.5s;
	width: 5%;
	height: 4%;
	position: absolute;
	left: 47.1667%;
	top: 0.4%;
	background-color: #727070;
	clip-path: polygon(100% 50%,59% 100%, 30% 0%,100% 0%);

}


#div24.conferanza	{
	transition:all ease 1.5s;
	width: 6.667%;
	height: 10%;
	position: absolute;
	left: 47.1667%;
	top: -4%;
	border-top: 3px solid #36537d;
	border-radius: 40%;
	animation-name: waves1;
	animation-duration: 4s;
	animation-iteration-count: infinite;


}

#div25.conferanza	{
	transition:all ease 1.5s;
	width: 9.1667%;
	height: 10%;
	position: absolute;
	left: 45.833%;
	top: -6.4%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves2;
	animation-duration: 4s;
	animation-iteration-count: infinite;

}

#div26.conferanza	{
	transition:all ease 1.5s;
	width: 10.833%;
	height: 10%;
	position: absolute;
	left: 45%;
	top: -9%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves3;
	animation-duration: 4s;
	animation-iteration-count: infinite;

}

#div27.conferanza	{
	transition:all ease 1.5s;
	width: 12.5%;
	height: 10%;
	position: absolute;
	left: 44.1667%;
	top: -12%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves4;
	animation-duration: 4s;
	animation-iteration-count: infinite;

}








#div28.conferanza	{
	transition:all ease 1.5s;
	width: 6.667%;
	height: 10%;
	position: absolute;
	left: 29.1667%;
	top: -4%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves1;
	animation-duration: 4s;
	animation-iteration-count: infinite;



}

#div29.conferanza	{
	transition:all ease 1.5s;
	width: 9.1667%;
	height: 10%;
	position: absolute;
	left: 27.833%;
	top: -6.4%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves2;
	animation-duration: 4s;
	animation-iteration-count: infinite;


}

#div30.conferanza	{
	transition:all ease 1.5s;
	width: 10.833%;
	height: 10%;
	position: absolute;
	left: 27%;
	top: -9%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves3;
	animation-duration: 4s;
	animation-iteration-count: infinite;


}

#div31.conferanza	{
	transition:all ease 1.5s;
	width: 12.5%;
	height: 10%;
	position: absolute;
	left: 26.1667%;
	top: -12%;
	border-top: 4px solid #36537d;
	border-radius: 40%;
	animation-name: waves4;
	animation-duration: 4s;
	animation-iteration-count: infinite;


}


@keyframes waves1{
	0%{opacity: 0;}
	25%{opacity: 1;}
	100%{opacity: 1}
}

@keyframes waves2{
	0%{opacity: 0;}
	25%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 1}
}
@keyframes waves3{
	0%{opacity: 0;}
	25%{opacity: 0;}
	50%{opacity: 0;}
	75%{opacity: 1;}
	100%{opacity: 1}
}
@keyframes waves4{
	0%{opacity: 0;}
	25%{opacity: 0;}
	50%{opacity: 0;}
	75%{opacity: 0;}
	100%{opacity: 1;}
}














#div1.computer{
	transition:all ease 1.5s;
	width: 49.1667%;
	height: 33.6%;
	background-color: black;
	position: absolute;
	z-index: 2;
	left: 25%;
	top: 24.8%;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div2.computer{
	transition:all ease 1.5s;
	width: 49.1667%;
	height: 33.6%;
	background-color: #404041;
	position: absolute;
	z-index: 2;
	left: 25%;
	top: 24.8%;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div3.computer{
	transition:all ease 1.5s;
	width: 53.5%;
	height: 39.8%;
	background-color: #D8D8D7;
	position: absolute;
	left: 22.833%;
	top: 22.2%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div4.computer{
	transition:all ease 1.5s;
	width: 7.1667%;
	height: 6%;
	background-color: #B0B0B0;
	position: absolute;
	left: 42.667%;
	top: 62%;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div5.computer{
	transition:all ease 1.5s;
	width: 7.1667%;
	height: 6%;
	background-color: #B0B0B0;
	position: absolute;
	left: 49.833%;
	top: 62%;
	clip-path: polygon(100% 0%,0% 0%,100% 100%);
}
#div6.computer{
	transition:all ease 1.5s;
	width: 15%;
	height: 6%;
	background-color: #D8D8D7;
	position: absolute;
	left: 42.33%;
	top: 62%;
	clip-path: polygon(0% 100%,50% 0%,100% 100%);
}
#div7.computer{
	transition:all ease 1.5s;
	width: 20.5%;
	height: 3.4%;
	background-color: #B0B0B0;
	position: absolute;
	left: 40%;
	top: 68%;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div8.computer{
	transition:all ease 1.5s;
	width: 20.5%;
	height: 3.4%;
	background-color: #D8D8D7;
	position: absolute;
	left: 39.833%;
	top: 68%;
	clip-path: polygon(0% 100%,100% 0%,100% 100%);
}
#div9.computer{
	transition:all ease 1.5s;
	width: 41%;
	height: 3.6%;
	background-color: #404041;
	position: absolute;
	left: 29%;
	top: 77.6%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div10.computer{
	transition:all ease 1.5s;
	width: 30%;
	height: 2.2%;
	background-color: #B0B0B0;
	position: absolute;
	left: 30.5%;
	top: 75.4%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div11.computer{
	transition:all ease 1.5s;
	width: 6.833%;
	height: 2%;
	background-color: #B0B0B0;
	position: absolute;
	left: 61.667%;
	top: 75.6%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div12.computer{
	transition:all ease 1.5s;
	width: 6.1667%;
	height: 6.8%;
	background-color: #4D4A4C;
	position: absolute;
	left: 75.833%;
	top: 75.2%;
	clip-path: polygon(0% 0%,100% 0%,73% 100%,27% 100%);
}
#div13.computer{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 3.6%;

	transition:all ease 1.5s;background-color: black;
	position: absolute;
	left: 75.833%;
	top: 71.8%;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div14.computer{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 3.6%;
	background-color: #403D3F;
	position: absolute;
	left: 79%;
	top: 71.8%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}
#div15.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: #323132;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div16.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: black;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div17.computer{
	transition:all ease 1.5s;
	width: 3.667%;
	height: 5%;
	background-color: #E6E7E8;
	position: absolute;
	left: 8.5%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div18.computer{
	transition:all ease 1.5s;
	width: 11.167%;
	height: 3.2%;
	background-color: #939597;
	position: absolute;
	left: 14.1667%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div19.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #B11C16;
	position: absolute;
	left: 14.833%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div20.computer{
	transition:all ease 1.5s;
	width: 2.66%;
	height: 3.6%;
	background-color: #D2CB15;
	position: absolute;
	left: 18.667%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div21.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #20B24A;
	position: absolute;
	left: 22.5%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div22.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #20B24A;
	position: absolute;
	left: 22.5%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div23.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #D2CB15;
	position: absolute;
	left: 22.5%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}

#div24.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #B11C16;
	position: absolute;
	left: 14.833%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div25.computer{
	transition:all ease 1.5s;
	width: 11.1667%;
	height: 3.2%;
	background-color: #939597;
	position: absolute;
	left: 14.1667%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}

#div26.computer{
	transition:all ease 1.5s;
	width: 3.667%;
	height: 5%;
	background-color: #E6E7E8;
	position: absolute;
	left: 8.5%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}

#div27.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: black;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}

#div28.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: #323132;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}

#div29.computer{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 3.6%;
	background-color: #403D3F;
	position: absolute;
	left: 79%;
	top: 71.8%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}

#div30.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: #323132;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div31.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: black;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div32.computer{
	transition:all ease 1.5s;

	width: 2.667%;
	height: 3.6%;
	background-color: #20B24A;
	position: absolute;
	left: 22.5%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div33.computer{
	transition:all ease 1.5s;
	width: 24.5%;
	height: 66.4%;
	background-color: black;
	position: absolute;
	left: 4.667%;
	top: 4.8%;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}
#div34.computer{
	transition:all ease 1.5s;
	width: 2.667%;
	height: 3.6%;
	background-color: #D2CB15;
	position: absolute;
	left: 18.667%;
	top: 62.4%;
	z-index: 1;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div35.computer{
	transition:all ease 1.5s;
	width: 3.1667%;
	height: 3.6%;
	background-color: #403D3F;
	position: absolute;
	left: 79%;
	top: 71.8%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}













#div1.computerchange{
	transition:all ease 1.5s;
	width: 49.1667%;
	height: 33.6%;
	background-color: #3F65AF;
	position: absolute;
	z-index: 2;
	left: 25%;
	top: 24.8%;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}
#div2.computerchange{
	transition:all ease 1.5s;
	width: 49.1667%;
	height: 33.6%;
	background-color: #38599C;
	position: absolute;
	z-index: 2;
	left: 25%;
	top: 24.8%;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}


#div17.computerchange{
	transition:all ease 1.5s;
	width: 3.667%;
	height: 5%;
	background-color: #7A0612;
	position: absolute;
	left: 8.5%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}

#div26.computerchange{
	width: 3.667%;
	height: 5%;
	background-color: #7A0612;
	position: absolute;
	left: 8.5%;
	top: 9.8%;
	z-index: 1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
}



















#div1.helmet{

	transition:all ease 1.5s;
	width: 6.1667%;
	height: 32.2%;
	background-color: #111;
	position: absolute;
	left: 1.667%;
	top: 23%;
	clip-path: polygon(100% 0%,100% 100%,0% 63%);
}
#div2.helmet{

	transition:all ease 1.5s;
	width: 13%;
	height: 17.6%;
	background-color: #24411C;
	position: absolute;
	top: 5.6%;
	left: 7.33%;
	clip-path: polygon(0% 100%,100% 0%,80% 50%,40% 100%);
}
#div3.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 14%;
	background-color:#162815 ;
	position: absolute;
	top: 0%;
	left: 17.833%;
	clip-path: polygon(0% 100%,10% 38.5%,56% 0%,100% 70%,65% 70%);
}
#div4.helmet{

	transition:all ease 1.5s;
	width: 17.1667%;
	height: 7.6%;
	background-color:#111 ;
	position: absolute;
	top: 2.4%;
	left: 34%;
	clip-path: polygon(0% 0%,50% 100%,100% 0%);
}
#div5.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 14%;
	background-color:#162815 ;
	position: absolute;
	top: 0%;
	left: 41.667%;
	clip-path: polygon(100% 100%,90% 39%,44% 0%,0% 70%,34% 70%);
}
#div6.helmet{

	transition:all ease 1.5s;
	width: 13%;
	height: 17.6%;
	background-color: #24411C;
	position: absolute;
	top: 5.4%;
	left: 64.33%;
	clip-path: polygon(0% 0%,100% 100%,60% 100%,19% 49%);
}

#div7.helmet{

	transition:all ease 1.5s;
	width: 6.1667%;
	height: 32.2%;
	background-color: #111;
	position: absolute;
	top: 22.9%;
	left: 77.1667%;
	clip-path: polygon(0% 0%,0% 100%,97% 63%);
}
#div8.helmet{

	transition:all ease 1.5s;
	width: 5.333%;
	height: 32%;
	background-color: #162815;
	position: absolute;
	top: 23%;
	left: 72%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 69%);
}
#div9.helmet{

	transition:all ease 1.5s;
	width: 5.333%;
	height: 32%;
	background-color: #162815;
	position: absolute;
	top: 23%;
	left: 7.5%;
	clip-path: polygon(0% 0%,100% 0%,100% 69%,0% 100%);
}
#div10.helmet{

	transition:all ease 1.5s;
	width: 5.1667%;
	height: 31.8%;
	background-color: #111;
	position: absolute;
	top: 14%;
	left: 12.667%;
	clip-path: polygon(0% 28%,100% 0%,0% 100%);
}
#div11.helmet{

	transition:all ease 1.5s;
	width: 5.1667%;
	height: 31.8%;
	background-color: #111;
	position: absolute;
	top: 13.8%;
	left: 66.833%;
	clip-path: polygon(100% 28%,0% 0%,100% 100%);
}
#div12.helmet{

	transition:all ease 1.5s;
	width: 10.33%;
	height: 33.2%;
	background-color: #1B1A1D;
	position: absolute;
	top: 13.8%;
	left: 12.667%;
	clip-path: polygon(50% 0%,0% 95%,100% 100%);
}

#div12.changehelmet{

	transition:all ease 1.5s;
	width: 10.33%;
	height: 33.2%;
	background-color: #2D2F30;
	position: absolute;
	top: 13.8%;
	left: 12.667%;
	clip-path: polygon(50% 0%,0% 95%,100% 100%);
}


#div13.helmet{

	transition:all ease 1.5s;
	width: 10.333%;
	height: 33.2%;
	background-color: #1B1A1D;
	position: absolute;
	top: 13.8%;
	left: 61.667%;
	clip-path: polygon(50% 0%,100% 95%,0% 100%);
}
#div13.changehelmet{

	transition:all ease 1.5s;
	width: 10.333%;
	height: 33.2%;
	background-color: #2D2F30;
	position: absolute;
	top: 13.8%;
	left: 61.667%;
	clip-path: polygon(50% 0%,100% 95%,0% 100%);
}
#div14.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 32.8%;
	background-color: #2D2F30;
	position: absolute;
	top: 14%;
	left: 17.833%;
	clip-path: polygon(0% 0%,100% 67%,20% 100%);
}
#div14.changehelmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 32.8%;
	background-color: #1B1A1D ;
	position: absolute;
	top: 14%;
	left: 17.833%;
	clip-path: polygon(0% 0%,100% 67%,20% 100%);
}


#div15.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 32.8%;
	background-color: #2D2F30;
	position: absolute;
	top: 14%;
	left: 41.667%;
	clip-path: polygon(100% 0%,3% 67%,80% 100%);
}
#div15.changehelmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 32.8%;
	background-color: #1B1A1D;
	position: absolute;
	top: 14%;
	left: 41.667%;
	clip-path: polygon(100% 0%,3% 67%,80% 100%);
}


#div16.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 25.8%;
	background-color: #1B1A1D;
	position: absolute;
	top: 9.8%;
	left: 17.667%;
	clip-path: polygon(99% 100%,65.5% 0%,0% 16.5%);
}
#div17.helmet{

	transition:all ease 1.5s;
	width: 25.1667%;
	height: 25.8%;
	background-color: #1B1A1D;
	position: absolute;
	top: 9.8%;
	left: 41.667%;
	clip-path: polygon(5% 100%,34.5% 0%,100% 16.5%);
}
#div18.helmet{

	transition:all ease 1.5s;
	width: 17.33%;
	height: 25.8%;
	background-color: #111;
	position: absolute;
	top: 9.8%;
	left: 33.33%;
	clip-path: polygon(0% 0%,100% 0%,54.5% 102%);
}
#div19.helmet{

	transition:all ease 1.5s;
	width: 24.1667%;
	height: 14.6%;
	background-color: #285126;
	position: absolute;
	top: 45%;
	left: 7.667%;
	clip-path: polygon(21% 0%,0% 67%,100% 100%);
}
#div20.helmet{

	transition:all ease 1.5s;
	width: 24.1667%;
	height: 14.6%;
	background-color: #285126;
	position: absolute;
	top: 45%;
	left: 53.1667%;
	clip-path: polygon(79% 0%,100% 67%,0% 100%);
}
#div21.helmet{

	transition:all ease 1.5s;
	width: 14.5%;
	height: 11.6%;
	background-color: #111;
	position: absolute;
	top: 45%;
	left: 12.667%;
	clip-path: polygon(0% 0%,70% 14%,100% 100%);
}

#div21.changehelmet{

	transition:all ease 1.5s;
	width: 14.5%;
	height: 11.6%;
	background-color: #1B1A1D;
	position: absolute;
	top: 45%;
	left: 12.667%;
	clip-path: polygon(0% 0%,70% 14%,100% 100%);
}


#div22.helmet{

	transition:all ease 1.5s;
	width: 14.5%;
	height: 11.8%;
	background-color: #111;
	position: absolute;
	top: 45%;
	left: 57.5%;
	clip-path: polygon(100% 3%,30% 14%,0% 100%);
}
#div22.changehelmet{

	transition:all ease 1.5s;
	width: 14.5%;
	height: 11.8%;
	background-color: #1B1A1D;
	position: absolute;
	top: 45%;
	left: 57.5%;
	clip-path: polygon(100% 3%,30% 14%,0% 100%);
}


#div23.helmet{

	transition:all ease 1.5s;
	width: 20%;
	height: 20%;
	background-color: #1B1A1D;
	position: absolute;
	top: 36%;
	left: 22.667%;
	clip-path: polygon(100% 0%,0% 54%,21% 100%);
}
#div23.changehelmet{

	transition:all ease 1.5s;
	width: 20%;
	height: 20%;
	background-color: #111;
	position: absolute;
	top: 36%;
	left: 22.667%;
	clip-path: polygon(100% 0%,0% 54%,21% 100%);
}


#div24.helmet{

	transition:all ease 1.5s;
	width: 20%;
	height: 20%;
	background-color: #1B1A1D;
	position: absolute;
	top: 35.8%;
	left: 41.833%;
	clip-path: polygon(4% 0%,100% 54%,81% 100%);
}

#div24.changehelmet{

	transition:all ease 1.5s;
	width: 20%;
	height: 20%;
	background-color: #111;
	position: absolute;
	top: 35.8%;
	left: 41.833%;
	clip-path: polygon(4% 0%,100% 54%,81% 100%);
}


#div25.helmet{

	transition:all ease 1.5s;
	width: 15.833%;
	height: 23.2%;
	background-color: #1A2C19;
	position: absolute;
	top: 36%;
	left: 26.833%;
	clip-path: polygon(100% 0%,100% 23%,30% 101%,0% 86%);
}
#div26.helmet{

	transition:all ease 1.5s;
	width: 15.833%;
	height: 23.6%;
	background-color: #1A2C19;
	position: absolute;
	top: 35.6%;
	left: 42.1667%;
	clip-path: polygon(3% 0%,3% 23%,72% 100%,102% 85%);
}
#div27.helmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 30.2%;
	background-color: #214121;
	position: absolute;
	top: 41%;
	left: 30.1667%;
	clip-path: polygon(100% 0%,100% 50%,0% 100%,10% 60%);
}
#div28.helmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 30.2%;
	background-color: #214121;
	position: absolute;
	top: 41%;
	left: 42.667%;
	clip-path: polygon(1% 0%,1% 50%,100% 100%,90% 60%);
}
#div29.helmet{

	transition:all ease 1.5s;
	width: 19.5%;
	height: 15.2%;
	background-color: #111;
	position: absolute;
	top: 55.6%;
	left: 12%;
	clip-path: polygon(0% 0%,100% 24%,94% 100%);
}
#div30.helmet{

	transition:all ease 1.5s;
	width: 19.5%;
	height: 15.2%;
	background-color: #111;
	position: absolute;
	top: 55.6%;
	left: 53.833%;
	clip-path: polygon(100% 0%,0% 24%,6% 100%);
}
#div31.helmet{

	transition:all ease 1.5s;
	width: 24.1667%;
	height: 42.8%;
	background-color: #1A2C19;
	position: absolute;
	top: 55.2%;
	left: 11.667%;
	clip-path: polygon(0% 0%,76% 36%,100% 100%,28% 58%);
}
#div32.helmet{

	transition:all ease 1.5s;
	width: 24.1667%;
	height: 42.8%;
	background-color: #1A2C19;
	position: absolute;
	top: 54.8%;
	left: 49.667%;
	clip-path: polygon(0% 100%,24% 36%,100% 0%,72% 58%);
}
#div33.helmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 44.4%;
	background-color: #1B1A1D;
	position: absolute;
	top: 55.8%;
	left: 30%;
	clip-path: polygon(100% 0%,100% 100%,47% 96%,0% 34.2%);
}

#div33.changehelmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 44.4%;
	background-color: #2D2C2F;
	position: absolute;
	top: 55.8%;
	left: 30%;
	clip-path: polygon(100% 0%,100% 100%,47% 96%,0% 34.2%);
}

#div34.helmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 44.4%;
	background-color: #2D2C2F;
	position: absolute;
	top: 55.8%;
	left: 42.667%;
	clip-path: polygon(0% 0%,0% 100%,56% 94%,100% 34.2%);
}
#div34.changehelmet{

	transition:all ease 1.5s;
	width: 12.667%;
	height: 44.4%;
	background-color: #1B1A1D;
	position: absolute;
	top: 55.8%;
	left: 42.667%;
	clip-path: polygon(0% 0%,0% 100%,56% 94%,100% 34.2%);
}






























#div1.smartcity{
	width: 3.1667%;
	height: 17.6%;
	transition:all ease 1.5s;
	position: absolute;
	top: 39.6%;
	left: 17%;
	background-color: #A69C9B;
	clip-path: polygon(0% 100%,100% 0%,30% 10%);
	transform: translateX(-40px);
}
#div2.smartcity{
	width: 3.167%;
	height: 17.6%;
	transition:all ease 1.5s;
	position: absolute;
	top: 39.67%;
	left: 17%;
	background-color: #BBB0AF;
	transform: translateX(-40px);
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
}

#div3.smartcity{
	transition:all ease 1.5s;

	width: 33.16677%;
	height: 17.87%;
	position: absolute;
	
	left: 20.16677%;
	top: 39.67%;
	background-color: #E6E7DE;
	clip-path: polygon(100% 100%,0% 100%,0% 0%,100% 10%);
	transform: translateX(-40px);
}
#div4.smartcity{
	transition:all ease 1.5s;

	width: 31.6677%;
	height: 8.4%;
	position: absolute;
	
	left: 21.6677%;
	top: 41.67%;
	background-color: #344563;
	clip-path: polygon(100% 10%,0% 100%,0% 0%);
	animation-name: smart;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;
	transform: translateX(-40px);
}
#div5.smartcity{
	transition:all ease 1.5s;

	width: 31.6677%;
	height: 8%;
	position: absolute;
	left: 21.6677%;
	top: 42%;
	background-color: #47556B;
	clip-path: polygon(100% 3%,0% 100%,100% 100%);
	animation-name: smart1;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;
	transform: translateX(-40px);
}
#div6.smartcity{
	transition:all ease 1.5s;

	width: 31.6677%;
	height: 5.4%;
	position: absolute;
	left: 21.6677%;
	top: 51.8%;
	background-color: #5C6680;
	clip-path: polygon(0% 0%,0% 100%,100% 0%);
	transform: translateX(-40px);
}

#div7.smartcity{
	transition:all ease 1.5s;

	width: 31.6677%;
	height: 5.4%;
	position: absolute;
	left: 21.6677%;
	top: 51.6%;
	background-color: #6A768F;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	transform: translateX(-40px);
}

#div8.smartcity{
	transition:all ease 1.5s;

	width: 56.33%;
	height: 3.6%;
	position: absolute;
	left: 22.33%;
	top: 55.8%;
	background-color: #FCFCF4;
	
	transform: translateX(-40px);
}
#div9.smartcity{
	transition:all ease 1.5s;

	width: 81.33%;
	height: 2.8%;
	position: absolute;
	left: 13%;
	top: 57.2%;
	background-color: #AF6034;
	clip-path: polygon(0% 0%,96% 0%,100% 100%,0% 100%);
	
	transform: translateX(-40px);
}
#div10.smartcity{
	transition:all ease 1.5s;

	width: 2%;
	height: 21.6%;
	position: absolute;
	left: 13%;
	top: 58.4%;
	background-color: #BF6624;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}
#div11.smartcity{
	transition:all ease 1.5s;

	width: 2%;
	height: 21.6%;
	position: absolute;
	left: 13%;
	top: 58.4%;
	background-color: #A65B31;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}

#div12.smartcity{
	transition:all ease 1.5s;

	width: 8.1667%;
	height: 2%;
	position: absolute;
	left: 5%;
	top: 58.4%;
	background-color: #D4D7CD;
	z-index: -1;
	
	transform: translateX(-40px);
}
#div13.smartcity{
	transition:all ease 1.5s;

	width: 55.1667%;
	height: 6.8%;
	position: absolute;
	left: 5.667%;
	top: 60%;
	background-color: #435980;
	z-index: -2;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	animation-name: smart1;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;

	
	transform: translateX(-40px);
}
#div14.smartcity{
	transition:all ease 1.5s;

	width: 55.1667%;
	height: 7.6%;
	position: absolute;
	left: 5.33%;
	top: 60%;
	background-color: #344563;
	z-index: -2;
	clip-path: polygon(100% 95%,100% 0%,0% 90%);
	animation-name: smart;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;

	transform: translateX(-40px);
}
#div15.smartcity{
	transition:all ease 1.5s;

	width: 46.833%;
	height: 2%;
	position: absolute;
	left: 15%;
	top: 59.8%;
	background-color: #3A3A3A;
	z-index: -2;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}
#div16.smartcity{
	transition:all ease 1.5s;

	width: 56.5%;
	height: 2.4%;
	position: absolute;
	left: 4.33%;
	top: 67%;
	background-color: #C8C9BD;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}
#div17.smartcity{
	transition:all ease 1.5s;

	width: 56.5%;
	height: 2%;
	position: absolute;
	left: 4.33%;
	top: 67%;
	background-color: #B3A497;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}
#div18.smartcity{
	transition:all ease 1.5s;

	width: 3.1667%;
	height: 10.8%;
	position: absolute;
	left: 10%;
	top: 69%;
	background-color: #613612;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}
#div19.smartcity{
	transition:all ease 1.5s;

	width: 3.1667%;
	height: 10.8%;
	position: absolute;
	left: 10%;
	top: 69%;
	background-color: #110005;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	
	transform: translateX(-40px);
}



#div20.smartcity{
	transition:all ease 1.5s;

	width: 1%;
	height: 11%;
	position: absolute;
	left: 6.1667%;
	top: 69.2%;
	background-color: #7E766D;
	z-index: -1;
	
	transform: translateX(-40px);
}
#div21.smartcity{
	transition:all ease 1.5s;

	width: 140%;
	height: 4%;
	position: absolute;
	left: -4.833%;
	top: 79.8%;
	background-color: #695850;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	transform: translateX(-40px);
}
#div22.smartcity{
	transition:all ease 1.5s;

	width: 140%;
	height: 4%;
	position: absolute;
	left: -4.833%;
	top: 79.6%;
	background-color: #756259;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	transform: translateX(-40px);
}
#div23.smartcity{
	transition:all ease 1.5s;

	width: 36.667%;
	height: 9.6%;
	position: absolute;
	left: 23%;
	top: 70.4%;
	background-color: #344563;
	z-index: -1;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	animation-name: smart;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;
	transform: translateX(-40px);
}
#div24.smartcity{
	transition:all ease 1.5s;

	width: 41%;
	height: 1.4%;
	position: absolute;
	left: 18.833%;
	top: 69%;
	background-color: #715743;
	z-index: -1;
	
	transform: translateX(-40px);
}
#div25.smartcity{
	transition:all ease 1.5s;

	width: 36.667%;
	height: 9.6%;
	position: absolute;
	left: 23%;
	top: 70.2%;
	background-color: #47556B;
	z-index: -1;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	animation-name: smart1;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;

	transform: translateX(-40px);
}
#div26.smartcity{
	transition:all ease 1.5s;

	width: 5.5%;
	height: 10.6%;
	position: absolute;
	left: 17.667%;
	top: 69.4%;
	background-color: #353134;
	z-index: -3;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	transform: translateX(-40px);
}

#div27.smartcity{
	transition:all ease 1.5s;

	width: 5.5%;
	height: 10.6%;
	position: absolute;
	left: 17.833%;
	top: 69.4%;
	background-color: #252828;
	z-index: -3;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	transform: translateX(-40px);
}
#div28.smartcity{
	transition:all ease 1.5s;

	width: 2%;
	height: 19.8%;
	position: absolute;
	left: 59.5%;
	top: 60%;
	background-color: #5E260F;
	

	transform: translateX(-40px);
}

#div29.smartcity{
	transition:all ease 1.5s;

	width: 21.33%;
	height: 19.8%;
	position: absolute;
	left: 61.5%;
	top: 60%;
	background-color: #B4602D;
	clip-path: polygon(0% 0%,100% 0%,50% 100%,0% 100%);

	transform: translateX(-40px);
}
#div30.smartcity{
	transition:all ease 1.5s;

	width: 11.833%;
	height: 19.8%;
	position: absolute;
	left: 71%;
	top: 60%;
	background-color: #A35729;
	clip-path: polygon(100% 0%,100% 100%,5% 100%);

	transform: translateX(-40px);
}

#div31.smartcity{
	transition:all ease 1.5s;

	width: 8%;
	height: 9%;
	position: absolute;
	left: 63.33%;
	top: 60%;
	background-color: #435980;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	animation-name: smart1;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;


	transform: translateX(-40px);
}
#div32.smartcity{
	transition:all ease 1.5s;

	width: 8%;
	height: 9%;
	position: absolute;
	left: 63.33%;
	top: 60%;
	background-color: #344563;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	animation-name: smart;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;
	
	transform: translateX(-40px);
}
#div33.smartcity{
	transition:all ease 1.5s;

	width: 8%;
	height: 9%;
	position: absolute;
	left: 63.33%;
	top: 71.2%;
	background-color: #435980;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	animation-name: smart1;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;


	transform: translateX(-40px);
}

@keyframes smart1{
	0%{background-color: #435980;}
	50%{background-color:#344563;}
	100%{background-color: #435980;}
}





#div34.smartcity{
	transition:all ease 1.5s;

	width: 8%;
	height: 9%;
	position: absolute;
	left: 63.33%;
	top: 71.2%;
	background-color: #344563;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	animation-name: smart;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-delay:2s;
	transition:all ease 1s;
	
	transform: translateX(-40px);
}


@keyframes smart{
	0%{background-color: #344563;}
	50%{background-color:#435980; }
	100%{background-color: #344563;}
}


#div35.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 23%;
	top: 59%;
	background-color: #B2A69A;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div36.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 23%;
	top: 59%;
	background-color: #EDE6D9;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div37.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 33%;
	top: 59%;
	background-color: #B2A69A;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div38.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 33%;
	top: 59%;
	background-color: #EDE6D9;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div39.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 42.5%;
	top: 59%;
	background-color: #B2A69A;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div40.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 42.5%;
	top: 59%;
	background-color: #EDE6D9;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div41.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 51.833%;
	top: 59%;
	background-color: #B2A69A;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div42.smartcity{
	transition:all ease 1.5s;

	width: 1.5%;
	height: 21%;
	position: absolute;
	left: 51.833%;
	top: 59%;
	background-color: #EDE6D9;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div43.smartcity{
	transition:all ease 1.5s;

	width: 20.1667%;
	height: 2%;
	position: absolute;
	left: 82.833%;
	top: 69.8%;
	background-color: #995226;
	clip-path: polygon(90% 0%,0% 0%,0% 100%,100% 100%);
	z-index: -1;
	transform: translateX(-40px);
}
#div44.smartcity{
	transition:all ease 1.5s;

	width: 1.1667%;
	height: 32.2%;
	position: absolute;
	left: 56.33%;
	top: 25.2%;
	background-color: #FDEDDA;
	z-index: -1;
	transform: translateX(-40px);
}
#div45.smartcity{
	transition:all ease 1.5s;

	width: 7%;
	height: 24%;
	position: absolute;
	left: 53.33%;
	top: 33.2%;
	background-color: #D97D44;
	z-index: -2;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	transform: translateX(-40px);
}
#div46.smartcity{
	transition:all ease 1.5s;

	width: 4.1667%;
	height: 8%;
	position: absolute;
	left: 52.33%;
	top: 26%;
	background-color: #9D908F;
	z-index: -3;
	transform: translateX(-40px);
}
#div47.smartcity{
	transition:all ease 1.5s;

	width: 1.833%;
	height: 7%;
	position: absolute;
	left: 57.5%;
	top: 26.6%;
	background-color: #F0E1D3;
	z-index: -3;
	transform: translateX(-40px);
}
#div48.smartcity{
	transition:all ease 1.5s;

	width: 2.5%;
	height: 9%;
	position: absolute;
	left: 50.833%;
	top: 34%;
	background-color: #9B4A1E;
	z-index: -3;
	transform: translateX(-40px);
}
#div49.smartcity{
	transition:all ease 1.5s;

	width: 0.5%;
	height: 16.2%;
	position: absolute;
	left: 52%;
	top: 26%;
	background-color: #BDB0B3;
	z-index: -3;
	transform: translateX(-40px);
}
#div50.smartcity{
	transition:all ease 1.5s;

	width: 7%;
	height: 24%;
	position: absolute;
	left: 53.1667%;
	top: 33.2%;
	background-color: #CB733A;
	z-index: -2;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	transform: translateX(-40px);
}

#div51.smartcity{
	transition:all ease 1.5s;

	width: 11.5%;
	height: 16%;
	position: absolute;
	left: 60.1667%;
	top: 42.4%;
	background-color: #A68C81;
	z-index: -2;
	clip-path: polygon(100% 100%,100% 0%,0% 15%,0% 100%);
	transform: translateX(-40px);
}
#div52.smartcity{
	transition:all ease 1.5s;

	width: 11.5%;
	height: 19%;
	position: absolute;
	left: 71.667%;
	top: 40.4%;
	background-color: #B8A59D;
	z-index: -2;
	clip-path: polygon(100% 100%,100% 0%,0% 10%,0% 100%);
	transform: translateX(-40px);
}
#div53.smartcity{
	transition:all ease 1.5s;

	width: 12.667%;
	height: 40.6%;
	position: absolute;
	left: 82.833%;
	top: 39.4%;
	background-color: #BDAAA1;
	z-index: -2;
	clip-path: polygon(100% 100%,100% 0%,0% 2.5%,0% 100%);
	transform: translateX(-40px);
}
#div54.smartcity{
	transition:all ease 1.5s;

	width: 13.1667%;
	height: 40.6%;
	position: absolute;
	left: 95.4%;
	top: 39.4%;
	background-color: #C9B5AC;
	z-index: -2;
	clip-path: polygon(0% 0%,100% 2.5%,90% 100%,0% 100%);
	transform: translateX(-40px);
}
#div55.smartcity{
	transition:all ease 1.5s;

	width: 13.5%;
	height: 40%;
	position: absolute;
	left: 107.166%;
	top: 40.2%;
	background-color: #B3A198;
	z-index: -2;
	clip-path: polygon(10% 0.5%,100% 5%,90% 100%,0% 100%);
	transform: translateX(-40px);
}
#div56.smartcity{
	transition:all ease 1.5s;

	width: 13.5%;
	height: 39%;
	position: absolute;
	left: 119.1667%;
	top: 42.2%;
	background-color: #A6958E;
	z-index: -2;
	clip-path: polygon(10% 0%,100% 8%,90% 100%,0% 100%);
	transform: translateX(-40px);
}


































#div1.gaming{
	transition:all ease 1.5s;


	width: 33.4633%;
	height: 14.5188%;
	background-color: #111;
	position: absolute;
	top: 26.6%;
	left: 30%;
	clip-path: polygon(0% 0%,40% 100%,100% 0%);
}
#div2.gaming{
	transition:all ease 1.5s;


	width: 18.0833%;
	height: 30.3712%;
	background-color: #050505;
	position: absolute;
	top: 26.4%;
	left: 25.3667%;
	clip-path: polygon(25% 0%,100% 48%,0% 100%);
}
#div3.gaming{
	transition:all ease 1.5s;


	width: 18.998833%;
	height: 17%;
	background-color: #080808;
	position: absolute;
	top: 40%;
	left: 25%;
	clip-path: polygon(95% 8%,0% 98%,72% 100%);
}
#div4.gaming{
	transition:all ease 1.5s;


	width: 10.821667%;
	height: 16%;
	background-color: #070808;
	position: absolute;
	top: 41%;
	left: 38.5%;
	clip-path: polygon(43.5% 0%,0% 100%,100% 100%);
}
#div5.gaming{
	transition:all ease 1.5s;


	width: 15.667%;
	height: 17%;
	background-color: #050505;
	position: absolute;
	top: 40.1%;
	left: 42.91667%;
	clip-path: polygon(89% 2%,0% 5%,41% 100%);
}
#div6.gaming{
	transition:all ease 1.5s;


	width: 21.6667%;
	height: 15.4%;
	background-color: #0A0B0B;
	position: absolute;
	top: 26.5%;
	left: 43.0833%;
	clip-path: polygon(93% 0%,0% 95%,64% 91%);
}
#div7.gaming{
	transition:all ease 1.5s;


	width: 17.118%;
	height: 32.1238%;
	background-color: #070909;
	position: absolute;
	top: 26.5%;
	left: 49.3333%;
	clip-path: polygon(81% 0%,0% 95%,100% 85%);
}
#div8.gaming{
	transition:all ease 1.5s;


	width: 10.501%;
	height: 31.8%;
	background-color: #0B1111;
	position: absolute;
	top: 25.2%;
	left: 19.7%;
	clip-path: polygon(0% 0%,100% 4.5%,53.5% 100%);
}
#div9.gaming{
	transition:all ease 1.5s;


	width: 10.1676%;
	height: 29%;
	background-color: #0B1111;
	position: absolute;
	top: 24.7%;
	left: 62.91667%;
	clip-path: polygon(1% 6%,100% 0%,34% 100%);
}
#div10.gaming{
	transition:all ease 1.5s;


	width: 15.008833%;
	height: 32.2%;
	background-color: #080C0F;
	position: absolute;
	top: 24.7%;
	left: 10.41667%;
	clip-path: polygon(0% 35%,63% 1%,99% 100%);
}
#div11.gaming{
	transition:all ease 1.5s;


	width: 15.008833%;
	height: 29%;
	background-color: #080C0F;
	position: absolute;
	top: 24.7%;
	left: 66.25%;
	clip-path: polygon(45% 0%,100% 37%,1% 100%);
}
#div12.gaming{
	transition:all ease 1.5s;


	width: 15.0088%;
	height: 20.6%;
	background-color: #0B1111;
	position: absolute;
	top: 36%;
	left: 10.5%;
	clip-path: polygon(0% 0%,98% 100%,25% 98%);
}
#div13.gaming{
	transition:all ease 1.5s;


	width: 15.0083%;
	height: 20.6%;
	background-color: #0B1111;
	position: absolute;
	top: 33%;
	left: 66.41667%;
	clip-path: polygon(0% 100%,100% 11%,72% 100%);
}
#div14.gaming{
	transition:all ease 1.5s;


	width: 7.95283%;
	height: 20.6%;
	background-color: #181819;
	position: absolute;
	top: 36%;
	left: 6.5%;
	clip-path: polygon(0% 51%,50% 0%,100% 100%);
}
#div15.gaming{
	transition:all ease 1.5s;


	width: 7.952833%;
	height: 21.4%;
	background-color: #181819;
	position: absolute;
	top: 35.6%;
	left: 77.1667%;
	clip-path: polygon(0% 84%,53% 0%,100% 51%);
}
#div16.gaming{
	transition:all ease 1.5s;


	width: 19.1667%;
	height: 21.052%;
	background-color: #080808;
	position: absolute;
	top: 45.2%;
	left: 6.3333%;
	clip-path: polygon(0% 5%,41% 52%,100% 54.5%,36% 100%);
}
#div17.gaming{
	transition:all ease 1.5s;


	width: 18.667%;
	height: 28%;
	background-color: #080808;
	position: absolute;
	top: 38%;
	left: 66.5%;
	clip-path: polygon(0% 55%,58% 55%,100% 29%,62% 100%);
}
#div18.gaming{
	transition:all ease 1.5s;


	width: 11.9311%;
	height: 52.4%;
	background-color: #0A0D0D;
	position: absolute;
	top: 39.4%;
	left: 6.833%;
	clip-path: polygon(0% 15%,98.5% 79%,26% 79%);
}
#div19.gaming{
	transition:all ease 1.5s;


	width: 11.9311%;
	height: 42.6%;
	background-color: #0A0D0D;
	position: absolute;
	top: 45.4%;
	left: 73.1667%;
	clip-path: polygon(100% 0%,70% 82%,0% 82%);
}
#div20.gaming{
	transition:all ease 1.5s;


	width: 4.489667%;
	height: 34.4%;
	background-color: #000000;
	position: absolute;
	top: 46%;
	left: 5.5%;
	clip-path: polygon(30% 0%,100% 100%,0% 75%);
}
#div21.gaming{
	transition:all ease 1.5s;


	width: 4.489667%;
	height: 36.4%;
	background-color: #000000;
	position: absolute;
	top: 46%;
	left: 81.5%;
	clip-path: polygon(75% 0%,0% 95%,100% 70%);
}
#div22.gaming{
	transition:all ease 1.5s;


	width: 12.333%;
	height: 23.4%;
	background-color: #0A0F0F;
	position: absolute;
	top: 56.6%;
	left: 13.33%;
	clip-path: polygon(99% 0%,40% 100%,0% 41%);
}
#div23.gaming{
	transition:all ease 1.5s;


	width: 11.88533%;
	height: 26.8%;
	background-color: #0A0F0F;
	position: absolute;
	top: 53.6%;
	left: 66.833%;
	clip-path: polygon(0% 0%,95% 46%,55% 100%);
}
#div24.gaming{
	transition:all ease 1.5s;


	width: 7.08133%;
	height: 32%;
	background-color: #040B0C;
	position: absolute;
	top: 56.6%;
	left: 18%;
	clip-path: polygon(100% 0%,65% 65%,0% 76%);
}
#div25.gaming{
	transition:all ease 1.5s;


	width: 6.58133%;
	height: 27%;
	background-color: #040B0C;
	position: absolute;
	top: 53.8%;
	left: 67%;
	clip-path: polygon(0% 0%,30% 72%,100% 100%);
}
#div26.gaming{
	transition:all ease 1.5s;


	width: 6.58133%;
	height: 27%;
	background-color: #070E0E;
	position: absolute;
	top: 53.2%;
	left: 70%;
	clip-path: polygon(0% 0%,30% 72%,100% 100%);
}
#div27.gaming{
	transition:all ease 1.5s;


	width: 13.0833%;
	height: 9%;
	background-color: #0C0D0D;
	position: absolute;
	top: 56.6%;
	left: 25.3333%;
	clip-path: polygon(0% 0%,71% 100%,100% 3%);
}
#div28.gaming{
	transition:all ease 1.5s;


	width: 17.5%;
	height: 12.3852%;
	background-color: #0C0D0D;
	position: absolute;
	top: 53.7%;
	left: 49.1667%;
	clip-path: polygon(0% 25%,40% 95%,100% 0%);
}
#div29.gaming{
	transition:all ease 1.5s;


	width: 7.1667%;
	height: 20%;
	background-color: #000000;
	position: absolute;
	top: 56.6%;
	left: 21.333%;
	clip-path: polygon(13% 100%,55% 0%,85% 43%);
}
#div30.gaming{
	transition:all ease 1.5s;


	width: 5.5%;
	height: 20.4%;
	background-color: #000000;
	position: absolute;
	top: 53.4%;
	left: 63.75%;
	clip-path: polygon(0% 51%,57% 0%,100% 97%);
}

#div31.gaming{
	transition:all ease 1.5s;


	width: 9.5%;
	height: 12.3852%;
	background-color: #000000;
	position: absolute;
	top: 56.6%;
	left: 25.3333%;
	clip-path: polygon(.5% 0%,20% 63%,100% 73%);
}
#div32.gaming{
	transition:all ease 1.5s;


	width: 11.8785%;
	height: 12.8%;
	background-color: #000000;
	position: absolute;
	top: 53.4%;
	left: 55.3333%;
	clip-path: polygon(100% 0%,80% 80%,8.5% 100%);
}
#div32.gaming{
	transition:all ease 1.5s;


	width: 12.2118%;
	height: 12%;
	background-color: #000000;
	position: absolute;
	top: 53.4%;
	left: 54.5833%;
	clip-path: polygon(100% 0%,75% 86%,10% 100%);
}
#div33.gaming{
	transition:all ease 1.5s;


	width: 5.2886%;
	height: 4.474%;
	background-color: #313A3A;
	position: absolute;
	top: 37%;
	left: 15%;
	clip-path: polygon(0% 0%,50% 100%,100% 0%);
	animation-name: blinking1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}
#div34.gaming{
	transition:all ease 1.5s;


	width: 3.71083%;
	height: 6.3768%;
	background-color: #313A3A;
	position: absolute;
	top: 39.4%;
	left: 13.1667%;
	clip-path: polygon(0% 0%,100% 50%,0% 100%);
	animation-name: blinking1;
	animation-duration: 2s;
	animation-iteration-count: infinite;

}
#div35.gaming{
	transition:all ease 1.5s;


	width: 5.2886%;
	height: 4.4744%;
	background-color: #313A3A;
	position: absolute;
	top: 44%;
	left: 15%;
	clip-path: polygon(0% 100%,50% 0%,100% 100%);
	animation-name: blinking1;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;

}
#div36.gaming{
	transition:all ease 1.5s;


	width: 3.7108%;
	height: 6.3768%;
	background-color: #313A3A;
	position: absolute;
	top: 39.4%;
	left: 18.3333%;
	clip-path: polygon(0% 50%,100% 0%,100% 100%);
	animation-name: blinking1;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}



@keyframes blinking1{
	from{background-color: #313A3A;}
	to{background-color: red;}
}




#div37.gaming{
	transition:all ease 1.5s;


	width: 4.2551%;
	height: 2.5914%;
	background-color: #151919;
	position: absolute;
	top: 39%;
	left: 35%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div38.gaming{
	transition:all ease 1.5s;


	width: 2.7718%;
	height: 1.6878%;
	background-color: #E31E25;
	position: absolute;
	top: 46%;
	left: 44.1667%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div39.gaming{
	transition:all ease 1.5s;


	width: 4.2545%;
	height: 2.5912%;
	background-color: #151919;
	position: absolute;
	top: 50%;
	left: 42.3333%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
#div40.gaming{
	transition:all ease 1.5s;


	width: 4.2545%;
	height: 2.5916%;
	background-color: #151919;
	position: absolute;
	top: 41%;
	left: 52%;
	clip-path: polygon(0% 0%,100% 50%,0% 100%);
}
#div41.gaming{
	transition:all ease 1.5s;


	width: 3.7106%;
	height: 4.52%;
	background-color: #313A3A;
	position: absolute;
	top: 32%;
	left: 72%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: blinking;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	border-radius: 50%;
}

@keyframes blinking{
	from{background-color: #313A3A;}
	to{background-color: blue;}
}


#div42.gaming{
	transition:all ease 1.5s;


	width: 3.7106%;
	height: 4.52%;
	background-color: #313A3A;
	position: absolute;
	top: 39%;
	left: 66.667%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: blinking;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	border-radius: 50%;
}
#div43.gaming{
	transition:all ease 1.5s;


	width: 3.71066%;
	height: 4.52%;
	background-color: #313A3A;
	position: absolute;
	top: 39%;
	left: 76.667%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: blinking;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	border-radius: 50%;
}

#div44.gaming{
	transition:all ease 1.5s;

	width: 3.71067%;
	height: 4.52%;
	background-color: #313A3A;
	position: absolute;
	top: 46%;
	left: 72%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: blinking;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	border-radius: 50%;
}
#div45.gaming{

	transition:all ease 1.5s;
	width: 4.46166%;
	height: 1.4914%;
	background-color: #E2E2E1;
	position: absolute;
	top: 30.2%;
	left: 43.33%;
	clip-path: polygon(0% 0%,100% 100%,2% 100%);
}










#div1.empressario{
	transition: all ease 1.5s;

	width: 6.833%;
	height: 20%;
	position: absolute;
	left: 20.833%;
	top: 53.6%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div2.empressario{
	transition: all ease 1.5s;

	width: 6.833%;
	height: 20%;
	position: absolute;
	left: 20.833%;
	top: 53.60%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div3.empressario{
	transition: all ease 1.5s;

	width: 7.333%;
	height: 30.20%;
	position: absolute;
	left: 33.667%;
	top: 43.40%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div4.empressario{
	transition: all ease 1.5s;

	width: 7.333%;
	height: 30.20%;
	position: absolute;
	left: 33.50%;
	top: 43.40%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div5.empressario{
	transition: all ease 1.5s;

	width: 8.167%;
	height: 40%;
	position: absolute;
	left: 49.50% ;
	top: 33.60%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div6.empressario{
	transition: all ease 1.5s;

	width: 8.167%;
	height: 40%;
	position: absolute;
	left: 49.50%;
	top: 33.60%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div7.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 49.40%;
	position: absolute;
	left: 65%;
	top: 24.20%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div8.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 49.40%;
	position: absolute;
	left: 65%;
	top: 24.20%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div9.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 59.80%;
	position: absolute;
	left: 81.667%;
	top: 14%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div10.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 59.80%;
	position: absolute;
	left: 81.667%;
	top: 14%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div11.empressario{
	transition: all ease 1.5s;

	width: 95%;
	height: 2.2%;
	position: absolute;
	left: 5%;
	top: 71.80%;
	background-color: #494949;
	clip-path: polygon(100% 100%,0% 0%,0% 100%);
}
#div12.empressario{
	transition: all ease 1.5s;

	width: 1.834%;
	height: 72.80%;
	position: absolute;
	left: 11.667%;
	top: 6.40%;
	background-color: #494949;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div13.empressario{
	transition: all ease 1.5s;

	width: 1.834%;
	height: 72.80%;
	position: absolute;
	left: 11.667%;
	top: 6.40%;
	background-color: #494949;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div14.empressario{
	transition: all ease 1.5s;

	width: 32.50%;
	height: 27.60%;
	position: absolute;
	left: 23.334%;
	top: 16.80%;
	background-color: #BB1F25;
	clip-path: polygon(0% 100%,89% 0%,100% 29%);
	animation-name: arrow1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
#div15.empressario{
	transition: all ease 1.5s;

	width: 32.167%;
	height: 27.60%;
	position: absolute;
	left: 20.167%;
	top: 16.80%;
	background-color: #EE2B31;
	clip-path: polygon(100% 0%,0% 74%,10% 100%);
	animation-name: arrow2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
#div16.empressario{
	transition: all ease 1.5s;

	width: 17.50%;
	height: 20.80%;
	position: absolute;
	left: 52.167%;
	top: 8.80%;
	background-color: #C9242A;
	clip-path: polygon(100% 0%,0% 38.5%,33.3% 100%);
	animation-name: arrowtop1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}









#div17.empressario{
	transition: all ease 1.5s;

	width: 21.167%;
	height: 8%;
	position: absolute;
	left: 48.50%;
	top: 8.8%;
	background-color: #EE2B31;
	clip-path: polygon(0% 0%,100% 0%,17.3% 100%);
	animation-name: arrowtop2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
#div18.empressario{
	transition: all ease 1.5s;

	width: 6.833%;
	height: 20%;
	position: absolute;
	left: 20.334%;
	top: 53.60%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	

}

@keyframes arrow1{
	from{width:32.5%; top: 16.8%;left: 23.33%;}
	to{width: 42.5%;top: 9.2%;left: 23.67%;}

}
@keyframes arrow2{
	from{width:32.16%;top: 16.8%;left: 20.17%; }
	to{width: 42.16%;top: 8.8%;left: 20.67%;}

}



@keyframes arrowtop1{
	from{left: 52.16%;top: 8.8%;}
	to{left: 61.33%;top: 2%;}
}
@keyframes arrowtop2{
	from{left: 48.5%;top:8.8%;}
	to{left: 57.67%;top: 2%;}
}



#div19.empressario{
	transition: all ease 1.5s;

	width: 6.834%;
	height: 20%;
	position: absolute;
	left: 20.834%;
	top: 53.60%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div20.empressario{
	transition: all ease 1.5s;

	width: 7.334%;
	height: 30.20%;
	position: absolute;
	left: 33.50%;
	top: 43.40%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div21.empressario{
	transition: all ease 1.5s;

	width: 7.334%;
	height: 30.20%;
	position: absolute;
	left: 33.50%;
	top: 43.40%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div22.empressario{
	transition: all ease 1.5s;

	width: 8.167%;
	height: 40%;
	position: absolute;
	left: 49.50%;
	top: 33.60%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div23.empressario{
	transition: all ease 1.5s;

	width: 8.167%;
	height: 40%;
	position: absolute;
	left: 49.50%;
	top: 33.60%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div24.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 49.40%;
	position: absolute;
	left: 65%;
	top: 24.20%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div25.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 49.40%;
	position: absolute;
	left:  65%;
	top: 24.20%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div26.empressario{
	transition: all ease 1.5s;

	width: 9.167%
	height: 59.80%;
	position: absolute;
	left: 81.667%;
	top: 14%;
	background-color: #5064AE;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);

}
#div27.empressario{
	transition: all ease 1.5s;

	width: 9.167%;
	height: 59.80%;
	position: absolute;
	left: 81.667%;
	top:  14%;
	background-color: #374A9F;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);

}
#div28.empressario{
	transition: all ease 1.5s;

	width: 95%;
	height: 2.2%;
	position: absolute;
	left: 5%;
	top: 71.80%;
	background-color: #494949;
	clip-path: polygon(100% 100%,0% 0%,0% 100%);
}
#div29.empressario{
	transition: all ease 1.5s;

	width: 1.834%;
	height: 72.80%;
	position: absolute;
	left: 11.667%;
	top: 6.40%;
	background-color: #494949;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div30.empressario{
	transition: all ease 1.5s;

	width: 1.834%;
	height: 72.80%;
	position: absolute;
	left: 11.667%;
	top:  6.40%;
	background-color: #494949;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div31.empressario{
	transition: all ease 1.5s;

	width: 32.50%;
	height: 27.60%;
	position: absolute;
	left: 23.334%;
	top: 16.80%;
	background-color: #BB1F25;
	clip-path: polygon(0% 100%,89% 0%,100% 29%);
	animation-name: arrow1;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}
#div32.empressario{
	transition: all ease 1.5s;

	width: 32.167%;
	height: 27.60%;
	position: absolute;
	left: 20.167%;
	top: 16.80%;
	background-color: #EE2B31;
	clip-path: polygon(100% 0%,0% 74%,10% 100%);
	animation-name: arrow2;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}
#div33.empressario{
	transition: all ease 1.5s;

	width: 17.50%;
	height: 20.80%;
	position: absolute;
	left: 52.167%;
	top: 8.80%;
	background-color: #C9242A;
	clip-path: polygon(100% 0%,0% 38.5%,33.3% 100%);
	animation-name: arrowtop1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
#div34.empressario{
	transition: all ease 1.5s;

	width: 21.167%;
	height: 8%;
	position: absolute;
	left: 48.50%;
	top: 8.80%;
	background-color: #EE2B31;
	clip-path: polygon(0% 0%,100% 0%,17.3% 100%);
	animation-name: arrowtop2;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}
#div35.empressario{
	transition: all ease 1.5s;

	width: 21.167%;
	height: 8%;
	position: absolute;
	left: 48.50%;
	top: 8.80%;
	background-color: #EE2B31;
	clip-path: polygon(0% 0%,100% 0%,17.3% 100%);
	animation-name: arrowtop2;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}





@keyframes arrow1{
	from{width:32.55%; top: 16.8%;left: 23.33%;}
	to{width: 42.5%;top: 7.6%;left: 25.33%;}

}
@keyframes arrow2{
	from{width:32.16%;top: 16.8%;left: 20.1%; }
	to{width: 42.7%;top: 7.6%;left: 21.33%;}

}



@keyframes arrowtop1{
	from{left: 52.16%;top: 8.8%;}
	to{left: 61.33%;top: 2%;}
}
@keyframes arrowtop2{
	from{left: 48.5%;top:8.8%;}
	to{left: 57.7%;top: 2%;}
}













#div1.brain{
	transition:all ease 1.5s;
	width: 12.167%;
	height: 18.60%;
	background-color: #F25959;
	position: absolute;
	left:1.167%;
	top: 31.40%;
	clip-path: polygon(0% 0%,60% 100%,100% 14%);
}
#div2.brain{
	transition:all ease 1.5s;
	width: 12.5%;
	height: 19%;
	background-color: #FF6969;
	position: absolute;
	left:8.333333333%;
	top: 33.6%;
	clip-path: polygon(0% 86%,38% 0%,100% 100%);
}
#div3.brain{
	transition:all ease 1.5s;
	width: 12.16666667%;
	height: 13%;
	background-color: #D54D4D;
	position: absolute;
	left:1.166666667%;
	top: 21%;
	clip-path: polygon(60% 0%,0% 80%,100% 100%);
}
#div4.brain{
	transition:all ease 1.5s;
	width: 14.83333333%;
	height: 13.8%;
	background-color: #FF6969;
	position: absolute;
	left:8.333333333%;
	top: 19.6%;
	clip-path: polygon(0% 10%,100% 0%,32% 100%);
}
#div5.brain{
	transition:all ease 1.5s;
	width: 9.833333333%;
	height: 33%;
	background-color: #E25355;
	position: absolute;
	left:13%;
	top: 19.6%;
	clip-path: polygon(0% 42%,100% 0%,78% 100%);
}
#div6.brain{
	transition:all ease 1.5s;
	width: 14.83333333%;
	height: 33%;
	background-color: #F25959;
	position: absolute;
	left:20.5%;
	top: 19.6%;
	clip-path: polygon(0% 100%,15% 0%,100% 30%);
}
#div7.brain{
	transition:all ease 1.5s;
	width:35.83333333%;
	height: 7.2%;
	background-color: #FF5D5D;
	position: absolute;
	left:8.333333333%;
	top:13.8%;
	clip-path: polygon(0% 100%,35% 0%,100% 60%);
}
#div8.brain{
	transition:all ease 1.5s;
	width:21.16666667%;
	height: 11.2%;
	background-color: #E65353;
	position: absolute;
	left:22.75%;
	top:18.1%;
	clip-path: polygon(100% 0%,0% 15%,59% 101%);
}
#div9.brain{
	transition:all ease 1.5s;
	width:26.16666667%;
	height: 12.6%;
	background-color: #E65353;
	position: absolute;
	left:20.5%;
	top:5.6%;
	clip-path: polygon(0% 64%,100% 0%,90% 100%);
}
#div10.brain{
	transition:all ease 1.5s;
	width:11%;
	height: 9%;
	background-color: #E65353;
	position: absolute;
	left:29.5%;
	top:29.6%;
	clip-path: polygon(0% 100%,51% 0%,100% 50%);
}
#div11.brain{
	transition:all ease 1.5s;
	width:8.5%;
	height: 15.4%;
	background-color: #D6A400;
	position: absolute;
	left: 35.16666667%;
	top: 18.4%;
	clip-path: polygon(100% 0%,60% 100%,0% 73%);
}

#div12.brain{
	transition:all ease 1.5s;
	width: 22.5%;
	height: 15.4%;
	background-color: #ECB023;
	position: absolute;
	left: 40.16666667%;
	top: 18.4%;
	clip-path: polygon(100% 100%,0% 100%,15% 0%);
}
#div13.brain{
	transition:all ease 1.5s;
	width:22.16666667%;
	height: 12.6%;
	background-color: #D6A400;
	position: absolute;
	left:43.83333333%;
	top: 6%;
	clip-path: polygon(100% 55%,0% 100%,13% 0%);
}

#div14.brain{
	transition:all ease 1.5s;
	width:22.16666667%;
	height: 20.4%;
	background-color: #DEAD14;
	position: absolute;
	left:43.83333333%;
	top:13%;
	clip-path: polygon(100% 0%,0% 27.5%,83% 100%);
}
#div15.brain{
	transition:all ease 1.5s;
	width: 19.66666667%;
	height: 20.4%;
	background-color: #CC9D00;
	position: absolute;
	left: 62.16666667%;
	top: 13.4%;
	clip-path: polygon(0% 100%,100% 100%,19% 0%);
}
#div16.brain{
	transition:all ease 1.5s;
	width: 19.66666667%;
	height: 9.4%;
	background-color: #EBB500;
	position: absolute;
	left:62.16666667%;
	top: 33.8%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div17.brain{
	transition:all ease 1.5s;
	width:19.66666667%;
	height: 16.2%;
	background-color: #D6A400;
	position: absolute;
	left:62.16666667%;
	top:33.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 58%);
}
#div18.brain{
	transition:all ease 1.5s;
	width:9%;
	height: 19%;
	background-color: #75A630;
	position: absolute;
	left:20.5%;
	top:38.4%;
	clip-path: polygon(0% 75%,55% 100%,100% 0%);
}
#div19.brain{
	transition:all ease 1.5s;
	width:13.66666667%;
	height: 19%;
	background-color: #91CC3B;
	position: absolute;
	left:25.5%;
	top:38.4%;
	clip-path: polygon(0% 100%,28% 0%,100% 100%);
}
#div20.brain{
	transition:all ease 1.5s;
	width:10.83333333%;
	height: 23.6%;
	background-color: #83BA36;
	position: absolute;
	left:29.33333333%;
	top:33.8%;
	clip-path: polygon(100% 0%,0% 20%,90% 100%);
}
#div21.brain{
	transition:all ease 1.5s;
	width:13.66666667%;
	height: 6%;
	background-color: #83BA36;
	position: absolute;
	left:25.5%;
	top:57.4%;
	clip-path: polygon(0% 0%,100% 0%,60% 100%);
}

#div22.brain{
	transition:all ease 1.5s;
	width:12.16666667%;
	height: 23.6%;
	background-color: #9CDC40;
	position: absolute;
	left:39%;
	top:33.8%;
	clip-path: polygon(9% 0%,0% 100%,87% 100%);
}
#div23.brain{
	transition:all ease 1.5s;
	width:12.33333333%;
	height: 23.6%;
	background-color: #7DAB3C;
	position: absolute;
	left:40.16666667%;
	top:33.8%;
	clip-path: polygon(0% 0%,100% 0%,77% 100%);
}
#div24.brain{
	transition:all ease 1.5s;
	width:12.83333333%;
	height: 23.6%;
	background-color: #83BA36;
	position: absolute;
	left:49.5%;
	top:33.8%;
	clip-path: polygon(0% 100%,100% 0%,23% 0%);
}
#div25.brain{
	transition:all ease 1.5s;
	width:12.5%;
	height: 28%;
	background-color: #639915;
	position: absolute;
	left:49.66666667%;
	top:33.8%;
	clip-path: polygon(0% 83%,100% 0%,100% 58%);
}
#div26.brain{
	transition:all ease 1.5s;
	width:10.83333333%;
	height: 8.8%;
	background-color: #3896B8;
	position: absolute;
	left:39.16666667%;
	top:54%;
	clip-path: polygon(100% 27%,0% 40%,70% 100%);
}
#div27.brain{
	transition:all ease 1.5s;
	width:12.83333333%;
	height: 9.4%;
	background-color: #2F7D99;
	position: absolute;
	left:46.83333333%;
	top:56.2%;
	clip-path: polygon(25% 0%,0% 70%,100% 100%);
}
#div28.brain{
	transition:all ease 1.5s;
	width:9.166666667%;
	height: 20.2%;
	background-color: #3FA7CC;
	position: absolute;
	left:46.83333333%;
	top:62.8%;
	clip-path: polygon(0% 0%,100% 10%,100% 100%);
}
#div29.brain{
	transition:all ease 1.5s;
	width:3.666666667%;
	height: 18.8%;
	background-color: #2F7D99;
	position: absolute;
	left:56%;
	top:64.8%;
	clip-path: polygon(0% 0%,0% 100%,100% 4%);
}
#div30.brain{
	transition:all ease 1.5s;
	width:11.33333333%;
	height: 16.8%;
	background-color: #845B87;
	position: absolute;
	left:50.33333333%;
	top:50.2%;
	clip-path: polygon(0% 38%,83% 95%,100% 0%);
}
#div31.brain{
	transition:all ease 1.5s;
	width:6.833333333%;
	height: 18%;
	background-color: #644466;
	position: absolute;
	left:59.66666667%;
	top:50%;
	clip-path: polygon(30% 0%,0% 90%,100% 100%);
}
#div32.brain{
	transition:all ease 1.5s;
	width:15.33333333%;
	height: 18%;
	background-color: #845B87;
	position: absolute;
	left:61.66666667%;
	top:50%;
	clip-path: polygon(0% 0%,100% 73%,31% 100%);
}
#div33.brain{
	transition:all ease 1.5s;
	width:18.33333333%;
	height: 13.4%;
	background-color: #644466;
	position: absolute;
	left:61.66666667%;
	top:50%;
	clip-path: polygon(0% 0%,100% 0%,83% 100%);
}
#div34.brain{
	transition:all ease 1.5s;
	width:18.33333333%;
	height: 4.4%;
	background-color: #845B87;
	position: absolute;
	left:61.66666667%;
	top:45.8%;
	clip-path: polygon(0% 100%,100% 100%,70% 0%);
}







#div35.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 19%;
	left: 95%;
	transform: rotate(-30deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

#div36.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 59%;
	left: 96%;
	transform: rotate(10deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}



#div37.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 84%;
	left: 71.66666667%;
	transform: rotate(60deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;

}


#div38.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top:90%;
	left: 40%;
	transform: rotate(90deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
#div39.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 82%;
	left: 8.333333333%;
	transform: rotate(120deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
#div40.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 54%;
	left: -6.666666667%;
	z-index: 10;
	transform: rotate(-20deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
#div41.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 20%;
	left: -11.66666667%;
	transform: rotate(10deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}



#div42.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 0%;
	left: 16.66666667%;
	transform: rotate(80deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

#div43.brain{
	transition:all ease 1.5s;
	width: 5.833333333%;
	height: 2%;
	background-color: black;
	position: absolute;
	top: 0%;
	left: 58.33333333%;
	transform: rotate(110deg);
	animation-name: ray;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}







@keyframes ray{
	0%{opacity: 0;background-color: #fccf10 ;}

	100%{opacity: 1;background-color:  #fccf10 ;}
}



#div1.schoolgenius{
	width: 100%;
	height: 4.56%;
	background-color: #168E44;
	position: absolute;
	top: 84.6%;
	left: 0;
	clip-path: polygon(0% 0%,100% 0%,0% 100%); 
}
#div2.schoolgenius{
	width: 100%;
	height: 4.56%;
	background-color: #117A3E;
	position: absolute;
	top: 84.6%;
	left: 0;
	clip-path: polygon(100% 0%,0% 100%,100% 100%); 
}

#div3.schoolgenius{
	width: 89%;
	height:9.6%;
	background-color: #FFFFFF;
	z-index: -6;
	position: absolute;
	left: 5.6%;
	top: 75.3%;
}
#div4.schoolgenius{
	width: 15.8%;
	height:19%;
	background-color: #3E3D4C;
	position: absolute;
	left: 42.2%;
	top: 65.6%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}
#div5.schoolgenius{
	width: 15.8%;
	height:19%;
	background-color: #4B4959;
	position: absolute;
	left: 42.1%;
	top: 65.62%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div6.schoolgenius{
	width: 24.4%;
	height:50.5%;
	background-color: #DE3F40;
	position: absolute;
	z-index: -7;
	left: 37.8%;
	top: 34.135%;
}

#div7.schoolgenius{
	width:15.7%;
	height:31.5%;
	background-color: #FFFFFF;
	position: absolute;
	left: 42.1%;
	top: 34.13%;
	border-top: 1px solid #F48C9160;

}
#div8.schoolgenius{
	width: 15.7%;
	height:20%;
	background-color: #4F485E;
	position: absolute;
	left: 42.2%;
	top: 40.86%;
	clip-path: polygon(0% 20%,50% 0%,100% 20%,100% 100%,0% 100%);
}
#div9.schoolgenius{
	width:10%;
	height:12%;
	background-color: #FFFFFF;
	position: absolute;
	left: 45%;
	top: 44.76%;
	border-radius: 50%;
	border:1px solid #2AB573 ;
}

#div10.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 10%;
	top: 65%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}
#div11.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 9.9%;
	top: 65.14%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div12.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 19.08%;
	top: 65.14%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div13.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 19.14%;
	top: 65.02%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}
#div14.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 28.2%;
	top: 65.2%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div15.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 28.2%;
	top: 65.024%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}

#div16.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 67.6%;
	top: 65.14%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div17.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 67.66%;
	top: 65.02%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);

}
#div18.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 76.6%;
	top: 65.14%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div19.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 76.67%;
	top: 65.02%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}

#div20.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #4B4959;
	position: absolute;
	left: 85.8%;
	top: 65.14%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div21.schoolgenius{
	width:3.5%;
	height:16.4%;
	background-color: #3F3E4C;
	position: absolute;
	left: 85.86%;
	top: 65.02%;
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
}

#div22.schoolgenius{
	width:32.4%;
	height:17.5%;
	background-color: #BF3841;
	position: absolute;
	left: 5.6%;
	top: 57.7%;
	z-index: -5;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
#div23.schoolgenius{
	width:32.4%;
	height:17.5%;
	background-color: #DE3F40;
	position: absolute;
	left: 5.78%;
	top: 57.7%;
	z-index: -5;
	clip-path: polygon(100% 0%,0% 0%,0% 100%);
}

#div24.schoolgenius{
	width:32.4%;
	height:17.5%;
	background-color: #BF3841;
	position: absolute;
	left: 62.2%;
	top: 57.7%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,0% 100%);
}
#div25.schoolgenius{
	width:32.4%;
	height:17.5%;
	background-color: #DE3F40;
	position: absolute;
	left: 62%;
	top: 57.7%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,100% 0%);
}
#div26.schoolgenius{
	width:19.2%;
	height:7.2%;
	background-color: #BF3841;
	position: absolute;
	left: 18.8%;
	top: 47.35%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,0% 100%);
}
#div27.schoolgenius{
	width:19.2%;
	height:7.2%;
	background-color: #DE3F40;
	position: absolute;
	left: 18.6%;
	top: 47.35%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,100% 0%);
}
#div28.schoolgenius{
	width:19.2%;
	height:7.2%;
	background-color: #BF3841;
	position: absolute;
	left: 62.2%;
	top: 47.35%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,100% 0%);
}
#div29.schoolgenius{
	width:19.2%;
	height:7.2%;
	background-color: #DE3F40;
	position: absolute;
	left: 62.2%;
	top: 47.35%;
	z-index: -5;
	clip-path: polygon(100% 100%,0% 0%,0% 100%);
}
#div30.schoolgenius{
	width:.6%;
	height:16.1%;
	background-color: #404041;
	position: absolute;
	left: 50.2%;
	top: 18.27%;
}
#div31.schoolgenius{
	width:8.2%;
	height:6.49%;
	background-color: #63C7E9;
	position: absolute;
	left: 50.1%;
	top: 12.01%;
}
#div32.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left: 9.2%;
	top: 62.26%;
	z-index: -5;
}
#div33.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left: 18.4%;
	top: 62.26%;
	z-index: -5;
}
#div34.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left: 27.46%;
	top: 62.26%;
	z-index: -5;
}
#div35.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left:66.74%;
	top: 62.26%;
	z-index: -5;
}

#div36.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left: 75.86%;
	top: 62.26%;
	z-index: -5;
}
#div37.schoolgenius{
	width:5%;
	height:19.8%;
	background-color: #FFFFFF;
	position: absolute;
	left: 85%;
	top: 62.26%;
	z-index: -5;

}

#div38.schoolgenius{
	width:.4%;
	height:3.6%;
	background-color: #3E3D4C;
	position: absolute;
	left: 50%;
	top: 47.6%;
	transform-origin: 50% 100%;
	z-index: 5;
	animation: rotate 100s infinite linear;


}
#div39.schoolgenius{
	width:.4%;
	height:5.28%;
	background-color: #3E3D4C;
	position: absolute;
	left: 50%;
	top: 46.15%;
	z-index: 5;
	transform-origin: 50% 100%;
	animation: rotate 20s infinite linear;


}
#div40.schoolgenius{
	width: .6%;
	height: .72%;
	border-radius: 50%;
	background-color: #3E3D4C;
	position: absolute;
	left: 50%;
	top: 50.96%;
}

#div41.schoolgenius{
	top: 54.55%;
	left: 5.78%;
	width: 32.4%;
	height: 3.15%;
	background-color: #fff;
	position: absolute;
}

#div42.schoolgenius{
	top: 54.55%;
	left: 62.2%;
	width: 32.4%;
	height: 3.15%;
	background-color: #fff;
	position: absolute;
}

@keyframes rotate{
	100%{
		transform: rotateZ(360deg);
	}
}








#div1.asme{
	transition:all ease 1.5s;
	width: 25%;
	height: 26%;
	background-color: #6E2900;
	position: absolute;
	top: 0%;
	left: 8.833333333%;
	clip-path: polygon(0% 0%,100% 100%,40% 100%);
}
#div2.asme{
	transition:all ease 1.5s;
	width: 32.33333333%;
	height: 12%;
	background-color: #963D01;
	position: absolute;
	top: 26%;
	left: 18.83333333%;
	clip-path: polygon(0% 0%,46% 0%,100% 100%);
}
#div3.asme{
	transition:all ease 1.5s;
	width: 32.33333333%;
	height: 18%;
	background-color: #BA4E00;
	position: absolute;
	top: 26%;
	left: 18.83333333%;
	clip-path: polygon(0% 0%,39% 100%,100% 66%);
}
#div4.asme{
	transition:all ease 1.5s;
	width: 19.83333333%;
	height: 17.9348%;
	background-color: #CD6212;
	position: absolute;
	top: 37.7%;
	left: 31.33333333%;
	clip-path: polygon(0% 35%,53% 100%,100% 0%);
}
#div5.asme{
	transition:all ease 1.5s;
	width: 22.41666667%;
	height: 17.8%;
	background-color: #C55708;
	position: absolute;
	top: 37.8%;
	left: 41.66666667%;
	clip-path: polygon(42% 0%,0% 100%,100% 100%);
}

#div6.asme{
	transition:all ease 1.5s;
	width: 15.5%;
	height: 18.8%;
	background-color: #B54901;
	position: absolute;
	top: 37.2%;
	left: 50.33333333%;
	clip-path: polygon(1.5% 1.5%,87% 50%,90% 98.5%);
}
#div7.asme{
	transition:all ease 1.5s;
	width: 11.66666667%;
	height: 18%;
	background-color: #963D01;
	position: absolute;
	top: 6.6%;
	left: 33.33333333%;
	clip-path: polygon(0% 0%,50% 100%,100% 95%);
}
#div8.asme{
	transition:all ease 1.5s;
	width: 13.5%;
	height: 11.8%;
	background-color: #CD6212;
	position: absolute;
	top: 21.8%;
	left: 39%;
	clip-path: polygon(0% 25%,37% 5%,100% 95%);
}

#div9.asme{
	transition:all ease 1.5s;
	width: 13.83333333%;
	height: 8.6%;
	background-color: #BA4E00;
	position: absolute;
	top: 24.2%;
	left: 38.41666667%;
	clip-path: polygon(3% 5%,55% 100%,100% 100%);
}

#div10.asme{
	transition:all ease 1.5s;
	width: 15%;
	height: 12%;
	background-color: #CD6212;
	position: absolute;
	top: 25%;
	left: 38.66666667%;
	clip-path: polygon(0% 0%,50% 50%,100% 100%);
}

#div11.asme{
	transition:all ease 1.5s;
	width: 63.33333333%;
	height: 3%;
	background-color: #CD7539;
	position: absolute;
	top: 60.4%;
	left: 0.333333333%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
#div12.asme{
	transition:all ease 1.5s;
	width: 13%;
	height: 6.8%;
	background-color: #FD9248;
	position: absolute;
	top: 62.8%;
	left: 50.66666667%;
	clip-path: polygon(0% 0%,53% 100%,100% 6%);
}

#div13.asme{
	transition:all ease 1.5s;
	width: 15%;
	height: 6.6%;
	background-color: #E6833E;
	position: absolute;
	top: 62.8%;
	left: 43%;
	clip-path: polygon(52% 0.5%,0% 100%,100% 108%);
}

#div14.asme{
	transition:all ease 1.5s;
	width: 14.83333333%;
	height: 3%;
	background-color: #CD7539;
	position: absolute;
	top: 69.3%;
	left: 43%;
	clip-path: polygon(0% 2%,100% 2%,50% 98%);
}


#div15.asme{
	transition:all ease 1.5s;
	width: 17.16666667%;
	height: 15%;
	background-color: #E6833E;
	position: absolute;
	top: 68.8%;
	left: 33.33333333%;
	clip-path: polygon(57% 4%,0% 100%,100% 23%);
}
#div16.asme{
	transition:all ease 1.5s;
	width: 17.5%;
	height: 12%;
	background-color: #D97C3E;
	position: absolute;
	top: 72%;
	left: 33%;
	clip-path: polygon(99% 0%,0.5% 100%,98% 100%);
}

#div17.asme{
	transition:all ease 1.5s;
	width: 17.5%;
	height: 8.4%;
	background-color: #FD9248;
	position: absolute;
	top: 84%;
	left: 32.66666667%;
	clip-path: polygon(2% 0%,100% 0%,100% 100%);
}

#div17.asme{
	transition:all ease 1.5s;
	width: 17.5%;
	height: 8.4%;
	background-color: #FD9248;
	position: absolute;
	top: 84%;
	left: 32.66666667%;
	clip-path: polygon(2% 0%,100% 0%,100% 100%);
}

#div18.asme{
	transition:all ease 1.5s;

	width: 12.5%;
	height: 9%;
	background-color: #6E2900;
	position: absolute;
	top: 32.8%;
	left: 45.9%;
	clip-path: polygon(0% 0%,52% 0%,100% 100%);
}
#div19.asme{
	transition:all ease 1.5s;
	width: 5.5%;
	height: 9.6%;
	background-color: #CF5B0D;
	position: absolute;
	top: 46.4%;
	left: 62.66666667%;
	clip-path: polygon(18% 2%,28% 100%,100% 0%);
}
#div20.asme{
	transition:all ease 1.5s;
	width: 6%;
	height: 11.4%;
	background-color: #B54909;
	position: absolute;
	top: 46.4%;
	left: 64.58333333%;
	clip-path: polygon(58% 0%,100% 49%,0% 78%);
}
#div21.asme{
	transition:all ease 1.5s;
	width: 5%;
	height: 5.6%;
	background-color: #CF5B0D;
	position: absolute;
	top: 46.4%;
	left: 67.83333333%;
	clip-path: polygon(0% 0%,50% 100%,100% 25%);
}
#div22.asme{
	transition:all ease 1.5s;
	width: 5.333333333%;
	height: 6.8%;
	background-color: #B54901;
	position: absolute;
	top: 41.2%;
	left: 67.83333333%;
	clip-path: polygon(100% 5%,93% 100%,0% 76%);
}
#div23.asme{
	transition:all ease 1.5s;
	width: 5%;
	height: 6.4%;
	background-color: #CF5B0D;
	position: absolute;
	top: 41.6%;
	left: 72.75%;
	clip-path: polygon(5.8% 0%,100% 50%,0% 100%);
}
#div24.asme{
	transition:all ease 1.5s;
	width: 5.083333333%;
	height: 3.2%;
	background-color: #863D0D;
	position: absolute;
	top: 41.6%;
	left: 73.03333333%;
	clip-path: polygon(0% 0%,100% 0%,93% 100%);
}
#div25.asme{
	transition:all ease 1.5s;
	width: 5.083333333%;
	height: 3.1%;
	background-color: #B54901;
	position: absolute;
	top: 38.65%;
	left: 73.08333333%;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div26.asme{
	transition:all ease 1.5s;
	width: 5.166666667%;
	height: 3.2%;
	background-color: #C36521;
	position: absolute;
	top: 41.6%;
	left: 77.66666667%;
	clip-path: polygon(7% 0%,0% 99%,100% 50%);
}











#div1.changeasme{
	transition:all ease 1.5s;
	width: 25%;
	height: 26%;
	background-color: #6E2900;
	position: absolute;
	top: 0px;
	left: 8.833333333%;
	clip-path: polygon(30% 0%,100% 100%,40% 100%);
}
#div2.changeasme{
	transition:all ease 1.5s;
	width: 32.33333333%;
	height: 12%;
	background-color: #BA4E00;
	position: absolute;
	top: 26%;
	left: 18.83333333%;
	clip-path: polygon(0% 0%,46% 0%,100% 100%);
}
#div3.changeasme{
	transition:all ease 1.5s;
	width: 32.33333333%;
	height: 18%;
	background-color: #963D01;
	position: absolute;
	top: 26%;
	left: 18.83333333%;
	clip-path: polygon(0% 0%,39% 100%,100% 66%);
}
#div4.changeasme{
	transition:all ease 1.5s;
	width: 19.83333333%;
	height: 17.9348%;
	background-color:#CD6212;
	position: absolute;
	top: 37.7%;
	left: 31.33333333%;
	clip-path: polygon(0% 35%,53% 100%,100% 0%);
}
#div5.changeasme{
	transition:all ease 1.5s;
	width: 22.41666667%;
	height: 17.8%;
	background-color:#963D01;
	position: absolute;
	top: 37.8%;
	left: 41.66666667%;
	clip-path: polygon(42% 0%,0% 100%,100% 100%);
}

#div6.changeasme{
	transition:all ease 1.5s;
	width: 15.5%;
	height: 18.8%;
	background-color:#CD6212;
	position: absolute;
	top: 37.2%;
	left: 50.33333333%;
	clip-path: polygon(1.5% 1.5%,87% 50%,90% 98.5%);
}
#div7.changeasme{
	transition:all ease 1.5s;
	width: 11.66666667%;
	height: 18%;
	background-color: #BA4E00;
	position: absolute;
	top: 6.6%;
	left: 33.33333333%;
	clip-path: polygon(30% 0%,50% 100%,100% 95%);
}
#div8.changeasme{
	transition:all ease 1.5s;
	width: 13.5%;
	height: 11.8%;
	background-color:#CD6212;
	position: absolute;
	top: 21.8%;
	left: 39%;
	clip-path: polygon(0% 25%,37% 5%,100% 95%);
}

#div9.changeasme{
	transition:all ease 1.5s;
	width: 13.83333333%;
	height: 8.6%;
	background-color:#C55708;
	position: absolute;
	top: 24.2%;
	left: 38.41666667%;
	clip-path: polygon(3% 5%,55% 100%,100% 100%);
}

#div10.changeasme{
	transition:all ease 1.5s;
	width: 15%;
	height: 12%;
	background-color:#B54901;
	position: absolute;
	top: 25%;
	left: 38.66666667%;
	clip-path: polygon(0% 0%,50% 50%,100% 100%);
}

#div17.changeasme{
	transition:all ease 1.5s;
	width: 17.5%;
	height: 8.4%;
	background-color: #FD9248;
	position: absolute;
	top: 84%;
	left: 32.66666667%;
	clip-path: polygon(2% 0%,100% 0%,70% 80%);
}





#div20.changeasme{
	transition:all ease 1.5s;
	width: 6%;
	height: 11.4%;
	background-color:#C36521;
	position: absolute;
	top: 46.4%;
	left: 64.58333333%;
	clip-path: polygon(58% 0%,100% 49%,0% 78%);
}
#div21.changeasme{
	transition:all ease 1.5s;
	width: 5%;
	height: 5.6%;
	background-color:#B54909 ;
	position: absolute;
	top: 46.4%;
	left: 67.83333333%;
	clip-path: polygon(0% 0%,50% 100%,100% 25%);
}
#div22.changeasme{
	transition:all ease 1.5s;
	width: 5.333333333%;
	height: 6.8%;
	background-color:#CF5B0D ;
	position: absolute;
	top: 41.2%;
	left: 67.83333333%;
	clip-path: polygon(100% 5%,93% 100%,0% 76%);
}
#div23.changeasme{
	transition:all ease 1.5s;
	width: 5%;
	height: 6.4%;
	background-color:#B54901 ;
	position: absolute;
	top: 41.6%;
	left: 72.75%;
	clip-path: polygon(5.8% 0%,100% 50%,0% 100%);
}
#div24.changeasme{
	transition:all ease 1.5s;
	width: 5.083333333%;
	height: 3.2%;
	background-color:#CF5B0D;
	position: absolute;
	top: 41.6%;
	left: 73.03333333%;
	clip-path: polygon(0% 0%,100% 0%,93% 100%);
}
#div25.changeasme{
	transition:all ease 1.5s;
	width: 5.083333333%;
	height: 3.1%;
	background-color: #863D0D;
	position: absolute;
	top: 38.65%;
	left: 73.08333333%;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
#div26.changeasme{
	transition:all ease 1.5s;
	width: 5.166666667%;
	height: 3.2%;
	background-color: #B54901;
	position: absolute;
	top: 41.6%;
	left: 77.66666667%;
	clip-path: polygon(7% 0%,0% 99%,100% 50%);
}


#div1.psychewizard{
	width: 47.233%;
	height: 15.2%;
	background-color: #0C0C0C;
	position: absolute;
	left: 32.667%;
	top: 88.2%;
	clip-path: polygon(2% 0%,100% 100%,0% 80%);
}
#div2.psychewizard{
	width: 46.5%;
	height: 15.2%;
	background-color: #181818;
	position: absolute;
	left: 33.33%;
	top: 88.2%;
	clip-path: polygon(0% 0%,100% 100%,80% 10%);
}
#div3.psychewizard{
	width: 22.33%;
	height: 13.2%;
	background-color: #0F0F10;
	position: absolute;
	left: 11.5%;
	top: 88.2%;
	clip-path: polygon(100% 0%,95% 93%,0% 80%);
}
#div4.psychewizard{
	width: 22.33%;
	height: 10.8%;
	background-color: #181818;
	position: absolute;
	left: 11.5%;
	top: 88.2%;
	clip-path: polygon(0% 100%,40% 0%,100% 0%);
}

#div5.psychewizard{
	width: 21.667%;
	height: 7.6%;
	background-color: #000000;
	position: absolute;
	left: 11.5%;
	top: 98.6%;
	clip-path: polygon(0% 0%,100% 20%,30% 100%);
}
#div6.psychewizard{
	width: 21.33%;
	height: 15.2%;
	background-color: #0F0F10;
	position: absolute;
	left: 70.1667%;
	top: 89.6%;
	clip-path: polygon(0% 0%,100% 100%,45% 90%);
}
#div7.psychewizard{
	width: 22.833%;
	height: 15.2%;
	background-color: #0B0B0D;
	position: absolute;
	left: 70.1667%;
	top: 89.6%;
	clip-path: polygon(0% 0%,100% 40%,93% 100%);
}
#div8.psychewizard{
	width: 5.33%;
	height: 9.4%;
	background-color: #1D1D1D;
	position: absolute;
	left: 90.833%;
	top: 95.6%;
	clip-path: polygon(0% 100%,40% 0%,100% 45%);
}
#div9.psychewizard{
	width: 31%;
	height: 25.4%;
	background-color: #0D100F;
	position: absolute;
	left: 40%;
	top: 64.4%;
	clip-path: polygon(25% 0%,100% 100%,0% 95%);
}
#div10.psychewizard{
	width: 23.833%;
	height: 31.8%;
	background-color: #181818;
	position: absolute;
	left: 47.833%;
	top: 59.4%;
	clip-path: polygon(0% 16%,45% 0%,100% 100%);
}
#div11.psychewizard{
	width: 15.667%;
	height: 14.4%;
	background-color: #000000;
	position: absolute;
	left: 43.1667%;
	top: 50.6%;
	clip-path: polygon(0% 0%,28% 100%,100% 60%);
}
#div12.psychewizard{
	width: 15.667%;
	height: 14.44%;
	background-color: #181818;
	position: absolute;
	left: 43.1667%;
	top: 44.8%;
	clip-path: polygon(0% 40%,20% 0%,100% 100%);
}
#div13.psychewizard{
	width: 7.667%;
	height: 6%;
	background-color: #151415;
	position: absolute;
	left: 38.667%;
	top: 44.6%;
	clip-path: polygon(0% 95%,100% 0%,60% 100%);
}
#div14.psychewizard{
	width: 11.833%;
	height: 6%;
	background-color: #000000;
	position: absolute;
	left: 34.1667%;
	top: 44.2%;
	clip-path: polygon(0% 95%,100% 10%,40% 100%);
}
#div15.psychewizard{
	width: 9.833%;
	height: 7.2%;
	background-color: #373837;
	position: absolute;
	left: 30.1667%;
	top: 50%;
	clip-path: polygon(0% 95%,40% 0%,90% 0%);
}
#div16.psychewizard{
	width: 1%;
	height: 70.46%;
	background-color: #000000;
	position: absolute;
	left: 33%;
	top: 113%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div17.psychewizard{
	width: 4.933%;
	height: 11.66%;
	background-color: #000000;
	position: absolute;
	left: 33%;
	top: 102.26%;
	clip-path: polygon(90% 0%,100% 10%,10% 100%,0% 90%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div18.psychewizard{
	width: 12.833%;
	height: 11.4%;
	background-color:#FFFFFF;
	position: absolute;
	left: 36.8833%;
	top: 92.2%;
	clip-path: polygon(93% 0%,100% 7%,7% 100%,0% 93%);
	animation-name: wizard2;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div19.psychewizard{
	width: 19.33%;
	height: 1.2%;
	background-color:#FFFFFF;
	position: absolute;
	left: 49%;
	top: 92.2%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
	animation-name: wizard2;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div20.psychewizard{
	width: 11.66%;
	height: 11.4%;
	background-color:#FFFFFF;
	position: absolute;
	left: 67.33%;
	top: 92.2%;
	clip-path: polygon(8% 0%,0% 8%,92% 100%,100% 92%);
	animation-name: wizard2;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div21.psychewizard{
	width: 11.66%;
	height: 11.4%;
	background-color:#FFFFFF;
	position: absolute;
	left: 67.33%;
	top: 92.2%;
	clip-path: polygon(8% 0%,0% 8%,92% 100%,100% 92%);
	animation-name: wizard2;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div22.psychewizard{
	width: 6.667%;
	height: 23.68%;
	background-color:#000000;
	position: absolute;
	left: 78.0833%;
	top: 101.32%;
	clip-path: polygon(8% 0%,0% 8%,92% 100%,100% 92%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div23.psychewizard{
	width: 6.667%;
	height: 17.7%;
	background-color:#000000;
	position: absolute;
	left: 78.433%;
	top: 123.6%;
	clip-path: polygon(92% 0%,0% 92%,8% 100%,100% 8%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div24.psychewizard{
	width: 11.4%;
	height: 8%;
	background-color:#000000;
	position: absolute;
	left: 67.8667%;
	top: 140.2%;
	clip-path: polygon(92% 0%,0% 92%,8% 100%,100% 8%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div25.psychewizard{
	width:16.2%;
	height: 3.6%;
	background-color:#000000;
	position: absolute;
	left: 53.1667%;
	top: 144.68%;
	clip-path: polygon(12% 0%,0% 12%,88% 100%,100% 88%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div26.psychewizard{
	width: 9.0667%;
	height: 14.24%;
	background-color:#000000;
	position: absolute;
	left: 45.78%;
	top: 131.68%;
	clip-path: polygon(8% 0%,0% 8%,92% 100%,100% 92%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div27.psychewizard{
	width: 2.733%;
	height: 18.92%;
	background-color:#000000;
	position: absolute;
	left:45.95%;
	top: 114.6%;
	clip-path: polygon(86% 0%,0% 86%,14% 100%,100% 14%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div28.psychewizard{
	width:12.1667%;
	height: 9.8%;
	background-color:#000000;
	position: absolute;
	left: 47.833%;
	top: 106.6%;
	clip-path: polygon(90% 0%,0% 90%,10% 100%,100% 10%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div29.psychewizard{
	width: 13.1667%;
	height: 4.24%;
	background-color:#000000;
	position: absolute;
	left: 58.667%;
	top: 106.6%;
	clip-path: polygon(10% 0%,0% 10%,90% 100%,100% 90%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div30.psychewizard{
	width: 5%;
	height: 11.86%;
	background-color:#000000;
	position: absolute;
	left: 70.833%;
	top: 109.84%;
	clip-path: polygon(10% 0%,0% 10%,90% 100%,100% 90%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div31.psychewizard{
	width: 2.733%;
	height: 11.12%;
	background-color:#000000;
	position: absolute;
	left: 73%;
	top: 120.3%;
	clip-path: polygon(88% 0%,0% 88%,12% 100%,100% 12%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div32.psychewizard{
	width: 11.3833%;
	height: 3.8%;
	background-color:#000000;
	position: absolute;
	left: 62.633%;
	top: 130.52%;
	clip-path: polygon(88% 0%,0% 88%,12% 100%,100% 12%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div33.psychewizard{
	width: 6.8%;
	height: 8.4%;
	background-color:#000000;
	position: absolute;
	left: 57.1667%;
	top: 126.2%;
	clip-path: polygon(12% 0%,0% 12%,88% 100%,100% 88%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div34.psychewizard{
	width: 6.8%;
	height: 8.4%;
	background-color:#000000;
	position: absolute;
	left: 57.1667%;
	top: 119%;
	clip-path: polygon(88% 0%,0% 88%,12% 100%,100% 12%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div36.psychewizard{
	width: 8.1667%;
	height: 4.4%;
	background-color:#000000;
	position: absolute;
	left: 62.5%;
	top: 119%;
	clip-path: polygon(12% 0%,0% 12%,88% 100%,100% 88%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}
#div37.psychewizard{
	width: 3.5667%;
	height: 4%;
	background-color:#000000;
	position: absolute;
	left: 67%;
	top: 122.86%;
	clip-path: polygon(86% 0%,0% 86%,14% 100%,100% 14%);
	animation-name: wizard;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	transition:all ease 1.5s;
}


@keyframes wizard{
	from{background-color: #000000;}
	to{background-color: #FFFFFF;}
}

@keyframes wizard2{
	from{background-color: #FFFFFF;}
	to{background-color: #000000;}
}



	#div1.sae{
		width: 48.8333%;
		height: 24.4000%;
		background-color: #494949;
		position: absolute;
		left: 6.6666%;
		top: 114.6%;
		clip-path: polygon(0% 0%,100% 100%,98% 2%);
	}
	#div2.sae{
		width: 48.8333%;
		height: 24.4000%;
		background-color: #3F3F3F;
		position: absolute;
		left: 6.6666%;
		top: 114.6%;
		clip-path: polygon(0% 0%,100% 100%,0% 60%);
	}
	#div3.sae{
		width: 7.5333%;
		height: 23.8000%;
		background-color: #545454;
		position: absolute;
		left: 54.3333%;
		top: 115%;
		clip-path: polygon(0% 0%,100% 92%,14% 100%);
	}
	#div4.sae{
		width: 10%;
		height: 23%;
		background-color: #4F4F4F;
		position: absolute;
		left: 54.3333%;
		top: 113.8%;
		clip-path: polygon(0% 6%,100% 0%,74% 100%);
	}
		#div5.sae{
		width: 27.0666%;
		height: 44%;
		background-color: #878787;
		position: absolute;
		left: 16.0166%;
		top: 71.1%;
		clip-path: polygon(5% 0%,100% 100%,0% 99%);
	}
	#div6.sae{
		width: 25.3333%;
		height: 50%;
		background-color: #999999;
		position: absolute;
		left: 17.5833%;
		top: 65.3%;
		clip-path: polygon(0% 12%,100% 100%,100% 0%);
	}
		#div7.sae{
		width: 21.6833%;
		height: 35.7%;
		background-color: #5B5B5B;
		position: absolute;
		left: 19.1667%;
		top: 76.04%;
		clip-path: polygon(5% 0%,100% 100%,0% 100%);
	}
		#div8.sae{
		width: 20%;
		height: 39%;
		background-color: #686868;
		position: absolute;
		left:  20.3833%;
		top: 72.8%;
		clip-path: polygon(0% 9%,100% 98%,90% 0%);
	}
	#div9.sae{
		width: 5%;
		height: 50.6%;
		background-color: #4F4F4F;
		position: absolute;
		left: 42.8333%;
		top: 65.6%;
		clip-path: polygon(0% 0%,100% 98%,90% 3%);
	}
	#div10.sae{
		width: 5%;
		height: 50.6%;
		background-color: #3A3A3A;
		position: absolute;
		left: 42.8333%;
		top: 65.5%;
		clip-path: polygon(0% 0%,100% 98%,0% 98%);
	}
	
	#div11.sae{
		width: 16.1666%;
		height: 48.9%;
		background: linear-gradient(to right,#000F68,#D15900);
		position: absolute;
		left: 47.3333%;
		top: 67.2%;
		clip-path: polygon(0% 0%,100% 10%,100% 96%,3% 100%);
		z-index: -1;
	}
	#div12.sae{
		width: 16%;
		height: 21%;
		background-color: #000F68;
		position: absolute;
		left: 47.6666%;
		top: 94.9%;
		clip-path: polygon(55% 0%,100% 100%,0% 100%);
		z-index: -1;
	}
	#div13.sae{
		width: 11%;
		height: 26.8%;
		background-color: #001F63;
		position: absolute;
		left: 56.6666%;
		top: 87%;
		clip-path: polygon(55% 100%,100% 0%,0% 30%);
		z-index: -1;
	}
	#div14.sae{
		width: 11%;
		height: 12.2%;
		background: linear-gradient(to right,#001F63,#5B0016);
		position: absolute;
		left: 65%;
		top: 86.8%;
		clip-path: polygon(25% 0%,100% 10%,0% 100%);
		z-index: -1;
	}
	#div15.sae{
		width: 21%;
		height: 43.8%;
		background-color: #202128;
		position: absolute;	
		left: 63.4%;
		top: 90.2%;
		clip-path: polygon(50% 0%,90% 15%,100% 50%,90% 85%,50% 100%,10% 85%,0% 50%,10% 20%);
		z-index: -1;
	}
	#div16.sae{
		width: 16.6666%;
		height: 27%;
		background-color: #0F0F0F;
		position: absolute;	
		left: 58.1666%;
		top: 111.2%;
		clip-path: polygon(10% 0%,100% 82.5%,0% 100%);
		z-index: -2;
	}
#div17.sae{
		width: 9.5%;
		height: 23.6%;
		background-color: #6B6F77;
		position: absolute;	
		left: 69.9166%;
		top: 100.62%;
		clip-path: polygon(50% 0%,90% 15%,100% 50%,90% 85%,50% 100%,10% 85%,0% 50%,10% 20%);
		z-index: -1;
	}
	#div18.sae{
		width: 10.6666%;
		height: 10.2%;
		background-color: #5B0016;
		position: absolute;	
		left: 72.5833%;
		top: 87%;
		clip-path: polygon(0% 30%,40% 0%,60% 0%,100% 100%);
		z-index: -1;
	}
	#div19.sae{
		width: 17.7%;
		height: 24.2%;
		background: linear-gradient(to right,#D15900,#68070F);
		position: absolute;	
		left: 63.5%;
		top: 72.1%;
		clip-path: polygon(0% 0%,80% 30%,100% 100%,0% 80%);
		z-index: -2;
	}
	#div20.sae{
		width: 4.833%;
		height: 22.6%;
		background-color: #4F0F19;
		position: absolute;	
		left: 81.3333%;
		top: 93%;
		clip-path: polygon(0% 0%,50% 20%,100% 100%);
	}
	#div21.sae{
		width: 4.1667%;
		height: 24.4%;
		background-color: #5B0016;
		position: absolute;	
		left: 77.5833%;
		top: 79.3%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,50% 70%);
		z-index: -2;
	}

#div22.sae{
		width: 28.41667%;
		height: 15.6%;
		background-color: #74747F;
		position: absolute;	
		left: 56.0833%;
		top: 63.7%;
		clip-path: polygon(100% 0%,90% 100%,0% 100%);
		z-index: -3;
	}
	#div23.sae{
		width: 28.41667%;
		height: 15.6%;
		background-color: #656571;
		position: absolute;	
		left: 56.25%;
		top: 63.7%;
		clip-path: polygon(100% 0%,10% 40%,0% 100%);
		z-index: -3;
	}
	#div24.sae{
		width: 31.3333%;
		height: 17.64%;
		background-color: #5E001D;
		position: absolute;	
		left: 55.25%;
		top: 61.88%;
		clip-path: polygon(100% 0%,90% 100%,0% 100%,10% 40%);
		z-index: -4;
	}
	#div25.sae{
		width: 8.2%;
		height: 30.824%;
		background-color: #707070;
		position: absolute;	
		left: 81.855%;
		top: 79.1%;
		clip-path: polygon(0% 0%,100% 100%,0% 100%);
		z-index: -4;
	}
	#div26.sae{
		width: 8.1667%;
		height: 30.824%;
		background-color: #7F7F7F;
		position: absolute;	
		left: 81.8833%;
		top: 79.1%;
		clip-path: polygon(0% 0%,100% 100%,95% 0%);
		z-index: -4;
	}
	#div27.sae{
		width: 10.5833%;
		height: 21.7%;
		background-color: #262626;
		position: absolute;	
		left: 83.1667%;
		top: 62%;
		clip-path: polygon(25% 0%,95% 25%,100% 100%,0% 78%);
		z-index: -5;
	}
	#div28.sae{
		width: 5%;
		height: 31%;
		background-color: #000A47;
		position: absolute;	
		left: 88.8333%;
		top: 79.12%;
		clip-path: polygon(0% 0%,95% 3%,100% 100%,25% 99%);
		z-index: -5;
	}
	#div29.sae{
		width: 20.6667%;
		height: 7.8%;
		background-color: #4C5970;
		position: absolute;	
		left: 66.95%;
		top: 58.9%;
		clip-path: polygon(100% 0%,95% 50%,0% 100%,25% 50%);
		z-index: -5;
	}
	#div30.sae{
		width: 15.3833%;
		height: 7.6%;
		background-color: #586685;
		position: absolute;	
		left: 56.8%;
		top: 62.7%;
		clip-path: polygon(100% 0%,85% 55%,0% 100%,15% 45%);
		z-index: -5;
	}
	#div31.sae{
		width: 7.433%;
		height: 10.2%;
		background-color: #000B72;
		position: absolute;	
		left: 86.25%;
		top: 58.9%;
		clip-path: polygon(10% 0%,100% 60%,95% 100%,0% 40%);
		z-index: -6;
	}
	#div32.sae{
		width: 4.25%;
		height: 14.6%;
		background-color: #707070;
		position: absolute;	
		left: 92.3%;
		top: 63.02%;
		clip-path: polygon(10% 0%,90% 0%,100% 10%,100% 90%,90% 100%,10% 100%,0% 90%,0% 10%);
		z-index: -5;
	}
	#div33.sae{
		width: 8.1667%;
		height: 44.04%;
		background-color: #000928;
		position: absolute;	
		left: 92.91667%;
		top: 66.02%;
		clip-path: polygon(0% 0%,90% 5%,100% 100%,10% 100%);
		z-index: -6;
	}
	#div34.sae{
		width: 16.05%;
		height: 13.6%;
		background-color: #001054;
		position: absolute;	
		left: 84.76667%;
		top: 56.4%;
		clip-path: polygon(0% 25%,99% 0%,100% 100%);
		z-index: -7;
	}
	#div35.sae{
		width: 15%;
		height: 54.48%;
		background-color: #000A66;
		position: absolute;	
		left: 100.1667%;
		top: 56.4%;
		clip-path: polygon(0% 0%,90% 20%,100% 100%,5% 98%);
		z-index: -7;
	}
	#div36.sae{
		width: 3.6%;
		height: 33.88%;
		background-color: #717589;
		position: absolute;	
		left: 96.21667%;
		top: 23.816%;
		clip-path: polygon(0% 0%,100% 100%,5% 100%);
		z-index: -8;
	}
	#div37.sae{
		width: 3.6%;
		height: 33.88%;
		background-color: #626B7D;
		position: absolute;	
		left: 96.21667%;
		top: 23.816%;
		clip-path: polygon(0% 0%,100% 100%,90% 2%);
		z-index: -8;
	}
	#div38.sae{
		width: 3.51%;
		height: 33.88%;
		background-color: #717589;
		position: absolute;	
		left: 65.3833%;
		top: 31.616%;
		clip-path: polygon(0% 0%,100% 100%,5% 100%);
		z-index: -8;
	}
	#div39.sae{
		width: 3.6%;
		height: 33.88%;
		background-color: #626B7D;
		position: absolute;	
		left: 65.3833%;
		top: 31.616%;
		clip-path: polygon(0% 0%,100% 100%,90% 2%);
		z-index: -8;
	}
	#div40.sae{
		width: 21.8333%;
		height: 11.2%;
		background-color: #8E8E8E;
		position: absolute;	
		left: 90.6666%;
		top: 110%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
		z-index: -8;
	}
	#div41.sae{
		width: 6%;
		height: 15.66%;
		background-color: #4C4C4C;
		position: absolute;	
		left: 84.8333%;
		top: 105.6%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,30% 100%);
		z-index: -8;
	}
	#div42.sae{
		width: 13.7%;
		height: 3.4%;
		background-color: #2F2F37;
		position: absolute;	
		left: 101.5566%;
		top: 108.24%;
		clip-path: polygon(0% 0%,100% 50%,100% 80%,0% 50%);
		z-index: 0;
	}
	#div43.sae{
		width: 9.3333%;
		height: 7.44%;
		background-color: #727272;
		position: absolute;	
		left: 47.6666%;
		top: 96.06%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
		z-index: 0;
		animation-name: headlight2;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	#div44.sae{
		width: 2.833%;
		height: 7.28%;
		background-color: #919191;
		position: absolute;	
		left: 56.8%;
		top: 96.28%;
		clip-path: polygon(0% 0%,100% 50%,0% 100%);
		z-index: 0;
		animation-name: headlight2;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	#div45.sae{
		width: 5%;
		height: 4.6%;
		background-color: #A5A5A5;
		position: absolute;	
		left: 49.8333%;
		top: 97.48%;
		clip-path: polygon(10% 0%,90% 0%,100% 10%,100% 90%,90% 100%,10% 100%,0% 90%,0% 10%);
		z-index: 0;
		animation-name: headlight;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	@keyframes headlight{
		from{background-color: #A5A5A5;}
		to{background-color: #F9A20B}
	}
	@keyframes headlight2{
		from{background-color: #727272;}
		to{background-color: #ab9413}
	}
	#div46.sae{
		width: 7.1667%;
		height: 6.04%;
		background-color: #727272;
		position: absolute;	
		left: 9.5%;
		top: 97.06%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
		z-index: -2;
		animation-name: headlight2;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	#div47.sae{
		width: 2.38333%;
		height: 5.88%;
		background-color: #919191;
		position: absolute;	
		left: 7.1333%;
		top: 97.28%;
		clip-path: polygon(100% 0%,20% 50%,100% 100%);
		z-index: 0;
		animation-name: headlight2;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	#div48.sae{
		width: 4.6667%;
		height: 4.2%;
		background-color: #A5A5A5;
		position: absolute;	
		left: 11%;
		top: 98.08%;
		clip-path: polygon(10% 0%,90% 0%,100% 10%,100% 90%,90% 100%,10% 100%,0% 90%,0% 10%);
		z-index: 0;
		animation-name: headlight;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	#div49.sae{
		width: 12.55%;
		height: 4.3%;
		background-color: #565656;
		position: absolute;	
		left: 47.8333%;
		top:108.8%;
		z-index: 0;
	}
	#div50.sae{
		width: 3.7%;
		height: 2.6%;
		background-color: #E56200;
		position: absolute;	
		left: 49%;
		top: 109.8%;
		clip-path: polygon(0% 0%,100% 0%,50% 100%);
		z-index: 0;
	}
	#div51.sae{
		width: 3.7%;
		height: 2.6%;
		background-color: #E56200;
		position: absolute;	
		left: 55.1667%;
		top: 109.8%;
		clip-path: polygon(0% 0%,100% 0%,50% 100%);
		z-index: 0;
	}
	#div52.sae{
		width: 8.55%;
		height: 3.7%;
		background-color: #565656;
		position: absolute;	
		left: 7.6667%;
		top: 108.8%;
		z-index: 0;
	}
	#div53.sae{
		width: 2.8667%;
		height: 2%;
		background-color: #E56200;
		position: absolute;	
		left: 12.6667%;
		top: 109.8%;
		clip-path: polygon(0% 0%,100% 0%,50% 100%);
		z-index: 0;
	}
	#div54.sae{
		width: 2.8667%;
		height: 2%;
		background-color: #E56200;
		position: absolute;	
		left: 8%;
		top: 109.8%;
		clip-path: polygon(0% 0%,100% 0%,50% 100%);
		z-index: 0;
	}
	#div55.sae{
		width: 14.3333%;
		height: 17.6%;
		background-color: #000928;
		position: absolute;	
		left: 107.91667%;
		top: 106.66%;
		clip-path: polygon(30% 0%,100% 100%,0% 100%);
		z-index: -9;
	}
	#div56.sae{
		width: 10.7833%;
		height: 18.2%;
		background-color: #000B4F;
		position: absolute;	
		left: 111.61667%;
		top: 106.46%;
		clip-path: polygon(0% 0%,100% 0%,100% 100%);
		z-index: -10;
	}
	#div57.sae{
		width: 16.6667%;
		height: 8%;
		background-color: #070707;
		position: absolute;	
		left: 106.5%;
		top: 118.26%;
		clip-path: polygon(0% 0%,70% 0%,100% 100%,30% 100%);
		z-index: -10;
	}
	#div58.sae{
		width: 5.7%;
		height: 18.1%;
		background-color: #161616;
		position: absolute;	
		left: 120.3667%;
		top: 108%;
		clip-path: polygon(50% 0%,90% 15%,100% 50%,90% 85%,50% 100%,10% 85%,0% 50%,10% 20%);
		z-index: -11;
	}
	#div59.sae{
		width: 1.6667%;
		height: 18.2%;
		background-color: #51000F;
		position: absolute;	
		left: 122.3833%;
		top: 105.74%;
		clip-path: polygon(0% 0%,70% 20%,0% 100%);
		z-index: -11;
	}
	#div60.sae{
		width: 13.333%;
		height: 8%;
		background-color: #070707;
		position: absolute;	
		left: 86%;
		top: 117.26%;
		clip-path: polygon(0% 0%,70% 0%,100% 100%,30% 100%);
		z-index: -10;
	}
	#div61.sae{
		width: 5.7%;
		height: 18.41%;
		background-color: #161616;
		position: absolute;	
		left: 96.5333%;
		top: 107%;
		clip-path: polygon(50% 0%,90% 15%,100% 50%,90% 85%,50% 100%,10% 85%,0% 50%,10% 20%);
		z-index: -11;
	}









#sidebar{
	margin: 0px;
	transition: all ease 2s;
	opacity: 1;
	display: none;
	animation-name: sidebar;
	animation-delay: 3s;
	animation-duration:1.5s; 
	transition: all ease 1.6s;
	animation-fill-mode: forwards;
	position: absolute;
	left: -20%;
	top: 0;
}

#sidebar.home{
	left:0%;
}

@media(orientation: landscape){
	#sidebar.home{
		top: 5vh;
	}
}

#sidebar>div>div{
	color: #ffffff80;
	font-family: century;
	letter-spacing: 0.4em;
	font-size: 0.8em;
	
}

#sidebar>div:hover>div{
	color: #ffffff;
}

#sidebar>div:hover{
	color: #ffffff;
	background-color: #A84198;
}


#sidebar1{
	width: 180px;
	height: 80px;
	background-color: #A8419840;
	position: absolute;
	top: 180px;
	clip-path: polygon(80% 0%,100% 70%,0% 100%,0% 50%);
	cursor: pointer;
}
#sidebar1>div{
	position: relative;
	top: 30px;
	left: 10px;
	transform: rotate(-11deg);
}
#sidebar2{
	width: 180px;
	height: 80px;
	background-color: #A8419880;
	position: absolute;

	top: 220px;
	clip-path: polygon(100% 0%,100% 80%, 0% 100%,0% 50%);
	cursor: pointer;
}
#sidebar2>div{
	position: relative;
	left: 10px;
	top: 36px;
	transform: rotate(-8deg);
}
#sidebar3{
	width: 190px;
	height: 80px;
	background-color: #A8419850;
	position: absolute;

	top: 260px;
	clip-path: polygon(100% 10%,100% 90%,0% 100%,0% 50%);
	cursor: pointer;
}
#sidebar3>div{
	position: relative;
	top: 38px;
	left: 10px;
	transform: rotate(-6deg);
}
#sidebar4{
	width: 220px;
	height: 60px;
	background-color: #A8419890;
	position: absolute;
	cursor: pointer;
	top: 320px;
	clip-path: polygon(97% 0%,100% 100%,0% 100%,0% 35%);
}
#sidebar4>div{
	position: relative;
	top: 22px;
	left: 10px;
	transform: rotate(-3deg);
}
#sidebar5{
	width: 200px;
	height: 50px;
	background-color: #A8419860;
	position: absolute;
	cursor: pointer;

	top:375px;
	clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 80%);
}
#sidebar5>div{
	position: relative;
	top: 16px;
	left: 10px;
	transform: rotate(3deg);
}

@media (orientation: portrait){

	#sidebar{
		width: 220px;
		height: 100vw;
		transform: rotate(-90deg) translate(-100%, 100%);
		transform-origin: 0% 100%;
		bottom: 0;
		top: auto;
		left: 0;
	}

	#sidebar.home{
		transform: rotate(-90deg) translate(0%, 100%);
	}


	#sidebar1{
		top: calc(50% - 140px);
		width: 140px;
	}

	#sidebar2{
		top: calc(50% - 100px);
		width: 150px;
	}

	#sidebar3{
		top: calc(50% - 60px);
		width: 170px;
	}

	#sidebar4{
		top: 50%;
		width: 185px;
	}

	#sidebar5{
		top: calc(50% + 55px);
		width: 170px;
	}

	#sidebar6{

	}
}


#sidebarmodule{
	margin: 0px;
	transition: all ease 2s;
	opacity: 1;
}

@media (orientation: portrait){

	#btn-module-menu{
		width: 13vw;
		height: 13vw;
		position: fixed;
		top: 15vw;
		right: 5vw;
		border-radius: 50%;
		cursor: pointer;
	}

	#btn-module-menu.close{
		background: url(../assets/btn-close.svg);
		background-size: 100%;
	}

	#btn-module-menu.open{
		background: url(../assets/btn-menu.svg);
		background-size: 100%;
	}
}

#sidebarmodule>div>div{
	color: #ffffff80;
	font-family: century;
	letter-spacing: 0.4em;
	font-size: .8em;
}

#sidebarmodule>div:hover>div{
	color: #ffffff;
}

#sidebarmodule>div:hover{
	color: #ffffff;
	background-color: #A84198;
}


#sidebar1module{
	width: 180px;
	height: 80px;
	background-color: #A8419840;
	position: absolute;
	top: 200px;
	transition: all ease 2s;
	clip-path: polygon(80% 0%,100% 70%,0% 100%,0% 50%);
	left: -180px;
	cursor: pointer;
}
#sidebar1module>div{
	position: relative;
	top: 30px;
	left: 10px;
	transform: rotate(-11deg);
}



#sidebar2module{
	width: 180px;
	height: 80px;
	background-color: #A8419880;
	position: absolute;
	transition: all ease 2s;
	left: -180px;
	top: 240px;
	clip-path: polygon(100% 0%,100% 80%, 0% 100%,0% 50%);
	cursor: pointer;
}

#sidebar2module>div{
	position: relative;
	left: 10px;
	top: 36px;
	transform: rotate(-8deg);
}
#sidebar3module{
	width: 190px;
	height: 80px;
	background-color: #A8419850;
	position: absolute;
	left: -190px;
	transition: all ease 2s;
	top: 280px;
	clip-path: polygon(100% 10%,100% 90%,0% 100%,0% 50%);
	cursor: pointer;
}
#sidebar3module>div{
	position: relative;
	top: 38px;
	left: 10px;
	transform: rotate(-6deg);
}
#sidebar4module{
	width: 220px;
	height: 60px;
	background-color: #A8419890;
	position: absolute;
	cursor: pointer;
	transition: all ease 2s;
	left: -220px;
	top: 340px;
	clip-path: polygon(97% 0%,100% 100%,0% 100%,0% 35%);
}
#sidebar4module>div{
	position: relative;
	top: 22px;
	left: 10px;
	transform: rotate(-3deg);
}
#sidebar5module{
	width: 200px;
	height: 50px;
	background-color: #A8419860;
	position: absolute;
	cursor: pointer;
	transition: all ease 2s;
	left: -200px;
	top: 395px;
	clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 80%);
}
#sidebar5module>div{
	position: relative;
	top: 16px;
	left: 10px;
	transform: rotate(3deg);
}


#sidebar6module{
	width: 193px;
	height: 55px;
	background-color: #A8419840;
	position: absolute;
	transition: all ease 2s;
	top: 428px;
	cursor: pointer;
	left: -193px;
	clip-path: polygon(0% 10%,0% 70%,88% 100%,100% 20%);
}
#sidebar6module>div{
	position: relative;
	top: 20px;
	left: 13px;
	transform: rotate(5deg);
}


#sidebar7module{
	width: 180px;
	height: 80px;
	background-color: #A8419840;
	position: absolute;
	transition: all ease 2s;
	top: 200px;
	cursor: pointer;
	right: -180px;
	clip-path: polygon(20% 0%,0% 70%,100% 100%,100% 50%);
}
#sidebar7module>div{
	position: relative;
	top: 39px;
	left: 36px;
	transform: rotate(14deg);
}





#sidebar8module{
	width: 180px;
	height: 80px;
	background-color: #A8419880;
	position: absolute;	
	transition: all ease 2s;
	top: 240px;
	cursor: pointer;
	right: -180px;
	clip-path: polygon(0% 0%,0% 80%, 100% 100%,100% 50%);
}
#sidebar8module>div{
	position: relative;
	left: 30px;
	top: 42px;
	transform: rotate(10deg);
}


#sidebar9module{
	width: 190px;
	height: 80px;
	background-color: #A8419850;
	position: absolute;
	transition: all ease 2s;
	top: 280px;
	cursor: pointer;
	right: -190px;
	clip-path: polygon(0% 10%,0% 90%,100% 100%,100% 50%);
}
#sidebar9module>div{
	position: relative;
	top: 43px;
	left: 20px;
	transform: rotate(6deg);
}

#sidebar10module{
	width: 220px;
	height: 60px;
	background-color: #A8419890;
	position: absolute;
	transition: all ease 2s;
	cursor: pointer;
	top: 340px;
	right: -220px;
	clip-path: polygon(3% 0%,0% 100%,100% 100%,100% 35%);
}
#sidebar10module>div{
	position: relative;
	top: 26px;
	left: 30px;
	transform: rotate(3deg) scale(0.9);
}

#sidebar11module{
	width: 200px;
	height: 50px;
	background-color: #A8419860;
	position: absolute;
	transition: all ease 2s;
	cursor: pointer;
	top:395px;
	right: -200px;
	clip-path: polygon(100% 0%,0% 0%,10% 100%,100% 80%);
}

#sidebar11module>div{
	position: relative;
	top: 10px;
	left: 110px;
	transform: rotate(-3deg) scale(0.9);
}

#sidebar12module{
	width: 193px;
	height: 55px;
	background-color: #A8419840;
	position: absolute;
	transition: all ease 2s;
	top: 428px;
	cursor: pointer;
	right: -193px;
	clip-path: polygon(100% 10%,100% 70%,12% 100%,0% 20%);
}
#sidebar12module>div{
	position: relative;
	top: 20px;
	left: 17px;
	transform: rotate(-5deg) scale(.9);
}
#sidebar13module{
	width: 156px;
	height: 55px;
	background-color: #A8419840;
	position: absolute;
	transition: all ease 2s;
	top: 461px;
	cursor: pointer;
	left: -193px;
	clip-path: polygon(0% 10%,0% 70%,88% 100%,100% 30%);
}
#sidebar13module>div{
	position: relative;
	top: 22px;
	left: 13px;
	transform: rotate(5deg);
}

#sidebar14module{
	width: 151px;
	height: 51px;
	background-color: #A8419840;
	position: absolute;
	transition: all ease 2s;
	top: 466px;
	cursor: pointer;
	right: -193px;
	clip-path: polygon(100% 0%,100% 70%,12% 100%,0% 18%);
}
#sidebar14module>div{
	position: relative;
	top: 13px;
	left: 59px;
	transform: rotate(-5deg);
}




@media (orientation: portrait){
	#sidebar1module{
		top: calc(50% - 258px);
	}
	#sidebar2module{
		top: calc(50% - 218px);
	}
	#sidebar3module{
		top: calc(50% - 178px);
	}
	#sidebar4module{
		top: calc(50% - 118px);
	}
	#sidebar5module{
		top: calc(50% - 63px);
	}
	#sidebar6module{
		top: calc(50% - 30px);
	}
	#sidebar7module{
		top: 45%;
	}
	#sidebar8module{
		top: calc(45% + 40px);
	}
	#sidebar9module{
		top: calc(45% + 80px);
	}
	#sidebar10module{
		top: calc(45% + 140px);
	}
	#sidebar11module{
		top: calc(45% + 195px);
	}
	#sidebar12module{
		top: calc(45% + 228px);
	}
	#sidebar13module{
		top: 50%;
	}
	#sidebar14module{
		top: calc(45% + 265.5px);
	}
}









#sidebar1module.conferanza{
	background-color: #5f503740;
}

#sidebar2module.conferanza{
	background-color: #5f503780;
}

#sidebar3module.conferanza{
	background-color: #5f503750;
}


#sidebar4module.conferanza{
	background-color: #5f503790;
}


#sidebar5module.conferanza{
	background-color: #5f503760;
}

#sidebar6module.conferanza{
	background-color: #5f503740;
}

#sidebar7module.conferanza{
	background-color: #5f503780;
}

#sidebar8module.conferanza{
	background-color: #5f503750;
}

#sidebar9module.conferanza{
	background-color: #5f503790;
}
#sidebar10module.conferanza{
	background-color: #5f503760;
}
#sidebar11module.conferanza{
	background-color: #5f503760;
}
#sidebar12module.conferanza{
	background-color: #5f503760;
}
#sidebar13module.conferanza{
	background-color: #5f503760;
}
#sidebar14module.conferanza{
	background-color: #5f503760;
}

#sidebar1module.conferanza:hover, #sidebar2module.conferanza:hover, #sidebar3module.conferanza:hover, #sidebar4module.conferanza:hover, #sidebar5module.conferanza:hover, #sidebar6module.conferanza:hover, #sidebar7module.conferanza:hover, #sidebar8module.conferanza:hover, #sidebar9module.conferanza:hover, #sidebar10module.conferanza:hover, #sidebar11module.conferanza:hover, #sidebar12module.conferanza:hover, #sidebar13module.conferanza:hover,#sidebar14module.conferanza:hover{
	background-color: #5f5037;
}

#sidebar1module.computer:hover, #sidebar2module.computer:hover, #sidebar3module.computer:hover, #sidebar4module.computer:hover, #sidebar5module.computer:hover, #sidebar6module.computer:hover, #sidebar7module.computer:hover, #sidebar8module.computer:hover, #sidebar9module.computer:hover, #sidebar10module.computer:hover, #sidebar11module.computer:hover, #sidebar12module.computer:hover, #sidebar13module.computer:hover,#sidebar14module.computer:hover{
	background-color: #222A72;
}

#sidebar1module.helmet:hover, #sidebar2module.helmet:hover, #sidebar3module.helmet:hover, #sidebar4module.helmet:hover, #sidebar5module.helmet:hover, #sidebar6module.helmet:hover, #sidebar7module.helmet:hover, #sidebar8module.helmet:hover, #sidebar9module.helmet:hover, #sidebar10module.helmet:hover, #sidebar11module.helmet:hover, #sidebar12module.helmet:hover,#sidebar13module.helmet:hover,#sidebar14module.helmet:hover{
	background-color: #201C50;
}













#sidebar1module.helmet{
	background-color: #201C5040;
}

#sidebar2module.helmet{
	background-color: #201C5080;
}

#sidebar3module.helmet{
	background-color: #201C5050;
}


#sidebar4module.helmet{
	background-color: #201C5090;
}


#sidebar5module.helmet{
	background-color: #201C5060;
}

#sidebar6module.helmet{
	background-color: #201C5040;
}

#sidebar7module.helmet{
	background-color: #201C5080;
}

#sidebar8module.helmet{
	background-color: #201C5050;
}

#sidebar9module.helmet{
	background-color: #201C5090;
}
#sidebar10module.helmet{
	background-color: #201C5060;
}
#sidebar11module.helmet{
	background-color: #201C5060;
}
#sidebar12module.helmet{
	background-color: #201C5060;
}
#sidebar13module.helmet{
	background-color: #201C5060;
}
#sidebar14module.helmet{
	background-color: #201C5060;
}












#sidebar1module.smartcity{
	background-color: #28697040;
}

#sidebar2module.smartcity{
	background-color: #28697080;
}

#sidebar3module.smartcity{
	background-color: #28697050;
}


#sidebar4module.smartcity{
	background-color: #28697090;
}


#sidebar5module.smartcity{
	background-color: #28697060;
}

#sidebar6module.smartcity{
	background-color: #28697040;
}

#sidebar7module.smartcity{
	background-color: #28697080;
}

#sidebar8module.smartcity{
	background-color: #28697050;
}

#sidebar9module.smartcity{
	background-color: #28697090;
}
#sidebar10module.smartcity{
	background-color: #28697060;
}

#sidebar11module.smartcity{
	background-color: #28697060;
}
#sidebar12module.smartcity{
	background-color: #28697060;
}
#sidebar13module.smartcity{
	background-color: #28697060;
}
#sidebar14module.smartcity{
	background-color: #28697060;
}

#sidebar1module.smartcity:hover, #sidebar2module.smartcity:hover, #sidebar3module.smartcity:hover, #sidebar4module.smartcity:hover, #sidebar5module.smartcity:hover, #sidebar6module.smartcity:hover, #sidebar7module.smartcity:hover, #sidebar8module.smartcity:hover, #sidebar9module.smartcity:hover, #sidebar10module.smartcity:hover, #sidebar11module.smartcity:hover, #sidebar13module.smartcity:hover,#sidebar14module.smartcity:hover{
	background-color: #286970;
}










#sidebar1module.computer{
	background-color: #222A7240;
}

#sidebar2module.computer{
	background-color: #222A7280;
}

#sidebar3module.computer{
	background-color: #222A7250;
}


#sidebar4module.computer{
	background-color: #222A7290;
}


#sidebar5module.computer{
	background-color: #222A7260;
}

#sidebar6module.computer{
	background-color: #222A7240;
}

#sidebar7module.computer{
	background-color: #222A7280;
}

#sidebar8module.computer{
	background-color: #222A7250;
}

#sidebar9module.computer{
	background-color: #222A7290;
}
#sidebar10module.computer{
	background-color: #222A7260;
}
#sidebar11module.computer{
	background-color: #222A7260;
}
#sidebar12module.computer{
	background-color: #222A7260;
}
#sidebar13module.computer{
	background-color: #222A7260;
}
#sidebar14module.computer{
	background-color: #222A7260;
}



















#sidebar1module.ironman{
	background-color: #D34F4F40;
}

#sidebar2module.ironman{
	background-color: #D34F4F80;
}

#sidebar3module.ironman{
	background-color: #D34F4F50;
}


#sidebar4module.ironman{
	background-color: #D34F4F90;
}


#sidebar5module.ironman{
	background-color: #D34F4F60;
}

#sidebar6module.ironman{
	background-color: #D34F4F40;
}

#sidebar7module.ironman{
	background-color: #D34F4F80;
}

#sidebar8module.ironman{
	background-color: #D34F4F50;
}

#sidebar9module.ironman{
	background-color: #D34F4F90;
}
#sidebar10module.ironman{
	background-color: #D34F4F60;
}
#sidebar11module.ironman{
	background-color: #D34F4F60;
}
#sidebar12module.ironman{
	background-color: #D34F4F60;
}
#sidebar13module.ironman{
	background-color: #D34F4F60;
}
#sidebar14module.ironman{
	background-color: #D34F4F60;
}
#sidebar1module.ironman:hover, #sidebar2module.ironman:hover, #sidebar3module.ironman:hover, #sidebar4module.ironman:hover, #sidebar5module.ironman:hover, #sidebar6module.ironman:hover, #sidebar7module.ironman:hover, #sidebar8module.ironman:hover, #sidebar9module.ironman:hover, #sidebar10module.ironman:hover, #sidebar11module.ironman:hover, #sidebar12module.ironman:hover,#sidebar13module.ironman:hover,#sidebar14module.ironman:hover{
	background-color: #D34F4F;
}










#sidebar1module.gaming{
	background-color: #6767A540;
}

#sidebar2module.gaming{
	background-color: #6767A580;
}

#sidebar3module.gaming{
	background-color: #6767A550;
}


#sidebar4module.gaming{
	background-color: #6767A590;
}


#sidebar5module.gaming{
	background-color: #6767A560;
}

#sidebar6module.gaming{
	background-color: #6767A540;
}

#sidebar7module.gaming{
	background-color: #6767A580;
}

#sidebar8module.gaming{
	background-color: #6767A550;
}

#sidebar9module.gaming{
	background-color: #6767A590;
}
#sidebar10module.gaming{
	background-color: #6767A560;
}
#sidebar11module.gaming{
	background-color: #6767A560;
}
#sidebar12module.gaming{
	background-color: #6767A560;
}
#sidebar13module.gaming{
	background-color: #6767A560;
}
#sidebar14module.gaming{
	background-color: #6767A560;
}
#sidebar1module.gaming:hover, #sidebar2module.gaming:hover, #sidebar3module.gaming:hover, #sidebar4module.gaming:hover, #sidebar5module.gaming:hover, #sidebar6module.gaming:hover, #sidebar7module.gaming:hover, #sidebar8module.gaming:hover, #sidebar9module.gaming:hover, #sidebar10module.gaming:hover, #sidebar11module.gaming:hover, #sidebar12module.gaming:hover,#sidebar13module.gaming:hover,#sidebar14module.gaming:hover{
	background-color: #6767A5;
}



#sidebar1module.sae{
	background-color: #0F136C40;
}

#sidebar2module.sae{
	background-color: #0F136C80;
}

#sidebar3module.sae{
	background-color: #0F136C50;
}


#sidebar4module.sae{
	background-color: #0F136C90;
}


#sidebar5module.sae{
	background-color: #0F136C60;
}

#sidebar6module.sae{
	background-color: #0F136C40;
}

#sidebar7module.sae{
	background-color: #0F136C80;
}

#sidebar8module.sae{
	background-color: #0F136C50;
}

#sidebar9module.sae{
	background-color: #0F136C90;
}
#sidebar10module.sae{
	background-color: #0F136C60;
}
#sidebar11module.sae{
	background-color: #0F136C60;
}
#sidebar12module.sae{
	background-color: #0F136C60;
}
#sidebar13module.sae{
	background-color: #0F136C60;
}
#sidebar14module.sae{
	background-color: #0F136C60;
}
#sidebar1module.sae:hover, #sidebar2module.sae:hover, #sidebar3module.sae:hover, #sidebar4module.sae:hover, #sidebar5module.sae:hover, #sidebar6module.sae:hover, #sidebar7module.sae:hover, #sidebar8module.sae:hover, #sidebar9module.sae:hover, #sidebar10module.sae:hover, #sidebar11module.sae:hover, #sidebar12module.sae:hover,#sidebar13module.sae:hover,#sidebar14module.sae:hover{
	background-color: #0F136C;
}






#sidebar1module.brain{
	background-color: #0c604a40;
}

#sidebar2module.brain{
	background-color: #0c604a80;
}

#sidebar3module.brain{
	background-color: #0c604a50;
}


#sidebar4module.brain{
	background-color: #0c604a90;
}


#sidebar5module.brain{
	background-color: #0c604a60;
}

#sidebar6module.brain{
	background-color: #0c604a40;
}

#sidebar7module.brain{
	background-color: #0c604a80;
}

#sidebar8module.brain{
	background-color: #0c604a50;
}

#sidebar9module.brain{
	background-color: #0c604a90;
}
#sidebar10module.brain{
	background-color: #0c604a60;
}
#sidebar11module.brain{
	background-color: #0c604a60;
}
#sidebar12module.brain{
	background-color: #0c604a60;
}
#sidebar13module.brain{
	background-color: #0c604a60;
}
#sidebar14module.brain{
	background-color: #0c604a60;
}
#sidebar1module.brain:hover, #sidebar2module.brain:hover, #sidebar3module.brain:hover, #sidebar4module.brain:hover, #sidebar5module.brain:hover, #sidebar6module.brain:hover, #sidebar7module.brain:hover, #sidebar8module.brain:hover, #sidebar9module.brain:hover, #sidebar10module.brain:hover, #sidebar11module.brain:hover, #sidebar12module.brain:hover,#sidebar13module.brain:hover,#sidebar14module.brain:hover{
	background-color: #0c604a;
}











#sidebar1module.empressario{
	background-color: #1D788240;
}

#sidebar2module.empressario{
	background-color: #1D788280;
}

#sidebar3module.empressario{
	background-color: #1D788250;
}


#sidebar4module.empressario{
	background-color: #1D788290;
}


#sidebar5module.empressario{
	background-color: #1D788260;
}

#sidebar6module.empressario{
	background-color: #1D788240;
}

#sidebar7module.empressario{
	background-color: #1D788280;
}

#sidebar8module.empressario{
	background-color: #1D788250;
}

#sidebar9module.empressario{
	background-color: #1D788290;
}
#sidebar10module.empressario{
	background-color: #1D788260;
}
#sidebar11module.empressario{
	background-color: #1D788260;
}
#sidebar12module.empressario{
	background-color: #1D788260;
}
#sidebar13module.empressario{
	background-color: #1D788260;
}
#sidebar14module.empressario{
	background-color: #1D788260;
}
#sidebar1module.empressario:hover, #sidebar2module.empressario:hover, #sidebar3module.empressario:hover, #sidebar4module.empressario:hover, #sidebar5module.empressario:hover, #sidebar6module.empressario:hover, #sidebar7module.empressario:hover, #sidebar8module.empressario:hover, #sidebar9module.empressario:hover, #sidebar10module.empressario:hover, #sidebar11module.empressario:hover, #sidebar12module.empressario:hover, #sidebar13module.empressario:hover, #sidebar14module.empressario:hover{
	background-color: #1D7882;
}










#sidebar1module.showcase{
	background-color: #002C3740;
}

#sidebar2module.showcase{
	background-color: #002C3790;
}

#sidebar3module.showcase{
	background-color: #002C3750;
}


#sidebar4module.showcase{
	background-color: #002C3790;
}


#sidebar5module.showcase{
	background-color: #002C3760;
}

#sidebar6module.showcase{
	background-color: #002C3740;
}

#sidebar7module.showcase{
	background-color: #002C3780;
}

#sidebar8module.showcase{
	background-color: #002C3750;
}

#sidebar9module.showcase{
	background-color: #002C3790;
}
#sidebar10module.showcase{
	background-color: #002C3760;
}
#sidebar11module.showcase{
	background-color: #002C3760;
}
#sidebar12module.showcase{
	background-color: #002C3760;
}
#sidebar13module.showcase{
	background-color: #002C3760;
}
#sidebar14module.showcase{
	background-color: #002C3760;
}
#sidebar1module.showcase:hover, #sidebar2module.showcase:hover, #sidebar3module.showcase:hover, #sidebar4module.showcase:hover, #sidebar5module.showcase:hover, #sidebar6module.showcase:hover, #sidebar7module.showcase:hover, #sidebar8module.showcase:hover, #sidebar9module.showcase:hover, #sidebar10module.showcase:hover, #sidebar11module.showcase:hover, #sidebar12module.showcase:hover, #sidebar13module.showcase:hover,#sidebar14module.showcase:hover{
	background-color: #002C37;
}
























#sidebar1module.asme{

	background-color: #00673840;

}
#sidebar2module.asme{

	background-color: #00673880;

}
#sidebar3module.asme{

	background-color: #00673850;

}
#sidebar4module.asme{

	background-color: #00673890;

}
#sidebar5module.asme{

	background-color: #00673860;

}









#sidebar6module.asme{

	background-color: #00673840;

}
#sidebar7module.asme{

	background-color: #00673880;

}
#sidebar8module.asme{

	background-color: #00673850;

}
#sidebar9module.asme{

	background-color: #00673890;

}
#sidebar10module.asme{

	background-color: #00673860;
}
#sidebar11module.asme{

	background-color: #00673860;
}
#sidebar12module.asme{

	background-color: #00673860;
}
#sidebar13module.asme{

	background-color: #00673860;
}
#sidebar14module.asme{

	background-color: #00673860;
}

#sidebar1module.asme:hover, #sidebar2module.asme:hover, #sidebar3module.asme:hover, #sidebar4module.asme:hover, #sidebar5module.asme:hover, #sidebar6module.asme:hover, #sidebar7module.asme:hover, #sidebar8module.asme:hover, #sidebar9module.asme:hover, #sidebar10module.asme:hover, #sidebar11module.asme:hover, #sidebar12module.asme:hover,#sidebar13module.asme:hover,#sidebar14module.asme:hover{
	background-color: #006738;
}













#modulename{
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translateX(-50%);
	font-family: zeroes;
	font-size: 40px;
	transition: all ease 1s;
	padding-right: 200px;
	padding-left: 100px;
	transition: all ease 1s;
}

@media (orientation: portrait){

	#modulename{
		font-size: 8vw;
	}
}

#info{
	background-color: #00000030;
	color: white;
	line-height: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	right: 100px;
	font-size: 20px;
	font-family: sans-serif;
	transition: all ease 1s;
	display: none;
	cursor: pointer;

}

#leftarrow{
	width: 60px;
	height: 60px;
	transition: all ease 1s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-image: url(../assets/arrow-left.svg);
	background-size: contain;
	border-radius: 50%;
	display: none;
	cursor: pointer;
}

#rightarrow{
	width: 60px;
	height: 60px;
	transition: all ease 1s;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../assets/arrow-right.svg);
	background-size: contain;
	border-radius: 50%;
	display: none;
	cursor: pointer;
}


@media(orientation: portrait){

	#modulename{
		/*position: relative;*/
	}

	#modulename>span{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}

	#modulename>#arrows{
		position: absolute;
		top: 23vw;
		width: 100%;
		left: 0;
	}

	#modulename #leftarrow, #modulename #rightarrow{
		width: 13vw;
		height: 13vw;
	}

	#modulename>#info{
		position: absolute;
		top: 22vw;
		left: 25%;
		width: 50%;
		font-size: 5vw;
		background: none;
		opacity: 0.4;
		font-weight: bold;
		transition: opacity ease 0.5s;
	}

	#modulename>#info:hover{
		opacity: 1;
	}
}

















#text{
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 0;
	overflow-y: auto;
	transition: all ease 1s;
	background: linear-gradient(#00000000, #00000070);
}

#text.display{
	height: 100vh;
}

#text>div{
	margin: 150px 200px 0 200px;
	color: #ffff;
	text-align: justify;
	font-family: century;
	font-size: 1.2em;
	line-height: 2em;
}

#text>div>h1{
	text-align: center;
	color: white;
	margin-top: 100px;
	font-family: trans;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#text>div>h1:first-child{
	margin-top: 0;
}

#text>div p{
	text-align: justify;
	font-family: century;
	letter-spacing: .06em;
	font-size: 0.9em;
	color: #fff;
}

#text>div ul{
	color: #fff;
}

#text>div>h3{
	text-align: center;
	color: #fffa39;
	font-family: monospace;
	font-size: 1.5em;
	letter-spacing: .06em;
}

@media (orientation: portrait){

	#text{
		font-size: 3.8vw;
	}

	#text.display{
		height: calc(100vh - 35vw);
	}

	#text>div{
		margin: 20px;
		color: #f9ed53;
		text-align: justify;
		font-family: century;
		font-size: 1.2em;
		line-height: 1.5em;
	}
}

#closebtn{
	position: absolute;
	top: 5%;
	left: 3%;
	width: 60px;
	height: 60px;
	background-image: url(../assets/btn-close.svg);
	background-size: contain;
	border-radius: 50%;
	z-index: 5;
	transition: all ease 5s;
	display: none;
	cursor: pointer;
}

@media(orientation: portrait){
	#closebtn{
		top: 5vw;
		left: 5vw;
		width: 13vw;
		height: 13vw;
	}
}


body.blur #w, body.blur #modulename, body.blur #sidebar, body.blur #sidebarmodule{
	filter: blur(3px) brightness(0.5);
}

body.blurModule #w, body.blurModule #modulename, body.blurModule #sidebar{
	filter: blur(3px) brightness(0.5);
}



body.home #art>div{
	transition: all ease 1.4s;
}

#img1, #img2, #img3{
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#coming{
	width: 100vw;
	height: 100vh;
	background-color: #D04397;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all ease 1s;
	opacity: 1;
}

#coming.hide{
	height: 0;
	opacity: 0;
}

#comingin{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #371F66;
	font-family: century;
	font-size:2em;
	font-weight: bold;
}

.pdf{
	width: 8%;
	position: absolute;
	height: 8%;
}
.org{
	font-family: century;
	font-size: .9em;
}
.org a{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	color: #fff;
}
.conf{
	width: 30%;
	height: 40%;
	float: right;
	margin-top: 3%;
	margin-left: 3%;
}
#confname::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 4.85em;
	left:13.5% ;
}

#confname2::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 29.65em;
	left:13.5% ;
}
#confname3::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 58.35em;
	left:13.5% ;
}
#confname4::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 89.05em;
	left:13.5% ;
}
#confname5::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 112.74em;
	left:13.5% ;
}

#confname6::after{
	width: 63%;
	height: 1px;
	content: '';
	background-color: white;
	position: absolute;
	top: 137.48em;
	left:13.5% ;
}

@media(orientation: portrait){
	.conf{
	width: 40%;
}

#confname::after{
	width: 0%;
	top: 2.3em;
	left:4.5% ;
}

#confname2::after{
	width: 0%;
	top: 35.3em;
	left:4.5% ;
}
#confname3::after{
	width: 0%;
	top: 74.35em;
	left:4.5% ;
}
#confname4::after{
	width: 0%;
	top: 118.68em;
	left:4.5% ;
}
#confname5::after{
	width: 0%;
	top: 150.96em;
	left:4.5% ;
}

#confname6::after{
	width: 0%;
	top: 180.29em;
	left:4.5% ;
}
}

.robospon{
	position: relative;
	width: 30%;
	height: 40%;

}
.robospon1{
	position: absolute;
    width: 26%;
    left:37%;
    height: 89.5%;
}
.robospon2{
	position: absolute;
	width: 35%;
	left: 67%;
	top: 27%;
	height: 40%;
}

@media(orientation: portrait){

 	.robospon{
    left: 50%;
    width: 55%;
    height: 61%;
    transform: translateX(-50%);

}
.robospon1{
	position: relative;
    width: 55%;
    transform: translateX(-50%);
    left:50%;
    top: 101%;
    height: 117.5%;
}

.robospon2{
	position: relative;
	width: 69%;
    left: 50%;
    height: 25%;
    top: 101%;
    z-index: 5;
    position: absolute;
    transform: translateX(-50%);
}

	}