#identity-ecosystem {
	font-family: 'Noto Sans';
	max-width: 1039px;
        margin: auto;
	width: 100%;
	height: 692px;
	position: relative;
	box-sizing: border-box;
}

#identity-ecosystem div {
	box-sizing: border-box;
}

#identity-ecosystem #svg-container {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #032A33;
}

#identity-ecosystem #svg-container #identity-graphic {
	background: transparent;
	height: 100%;
	max-width: 692px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: scale(1) ;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: transform 1.6s, left 1.6s, top 1.6s;
}

#identity-ecosystem #svg-container #identity-graphic img {
	width: 100%;
}

#identity-ecosystem #svg-container #identity-graphic.step_1 {
	transform: scale(2.6) ;
}

#identity-ecosystem #svg-container #identity-graphic.step_2 {
	transform: scale(2.6) ;
	left: 480px;
	top: -200px;
}

#identity-ecosystem #svg-container #identity-graphic.step_3 {
	transform: scale(2.6) ;
	left: 80px;
  top: 360px;
}

#identity-ecosystem #svg-container #identity-graphic.step_4 {
	transform: scale(2.6) ;
	left: -420px;
	top: -200px;
}

#identity-ecosystem #svg-container #identity-graphic.step_5 {
	transform: scale(4.6) ;
  left: 600px;
  top: 450px;
}

#identity-ecosystem #svg-container #identity-graphic.step_6 {
	transform: scale(4.6) ;
  left: -620px;
  top: 450px;
}

#identity-ecosystem #svg-container #identity-graphic.step_7 {
	transform: scale(4.6) ;
	left: 0px;
	top: -630px;
}

#identity-ecosystem #svg-container #identity-graphic.step_8 {
	transform: scale(4.0) ;
  left: 960px;
  top: 560px;
}

#identity-ecosystem #svg-container #identity-graphic.step_9 {
	transform: scale(4.0) ;
  left: -1000px;
	top: 560px;
}

#identity-ecosystem #svg-container #identity-graphic.step_10 {
	transform: scale(4.0) ;
	left: 0px;
	top: -1080px;
}

#identity-ecosystem #navigation-container {
	position: absolute;
	right: 46px;
	bottom: 46px;
	width: 364px;
	min-height: 120px;
	background: #fff;
	z-index: 1000;
	padding: 25px;
}

#identity-ecosystem #navigation-container h2 {
	font-size: 22px;
	line-height: 30px;
	color: #032A33;
	margin: 0px;
}

#identity-ecosystem #navigation-container h3 {
	margin-top: 0px;
	color: #A35A72;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}

#identity-ecosystem #navigation-container p {
	font-size: 18px;
	line-height: 29px;
	color: #032A33;
	margin-top: 10px;
	margin-bottom: 0px;
}


#identity-ecosystem #rightBlur {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 300px;
	background: rgb(3,42,51);
	background: linear-gradient(90deg, rgba(3,42,51,0) 0%, rgba(3,42,51,0.9) 100%);
}

#identity-ecosystem #bottomBlur {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 220px;
	width: 100%;
	background: rgb(3,42,51);
	background: linear-gradient(180deg, rgba(3,42,51,0) 0%, rgba(3,42,51,0.9) 100%);
}

#identity-ecosystem #navigation-container-inner div {
	display: none;
}

#identity-ecosystem #navigation-container-inner div.active {
	display: block;
}

#identity-ecosystem #control-container {
	display: flex;
	justify-content: flex-end;
	margin-top: 26px;
}

#identity-ecosystem #control-container #nextStep {
	margin-left: 22px;
}

#identity-ecosystem #control-container #prevStep {
	transform: rotate(180deg)
}

#identity-ecosystem #control-container #nextStep, #identity-ecosystem #control-container #prevStep {
	cursor: pointer;
	width: 38px;
	height: 16px;
	background-image: url("https://www.gi-de.com/files/hub/Infographics/Identity_Ecosystem/arrow.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#identity-ecosystem #control-container #nextStep:hover, #identity-ecosystem #control-container #prevStep:hover {
	background-image: url("https://www.gi-de.com/files/hub/Infographics/Identity_Ecosystem/arrow_mo.svg");
}

@media only screen and (max-width: 768px) { 
	#identity-ecosystem #navigation-container {
		position: static;
		width: 100%;
		padding: 18px 20px;
	}
	#identity-ecosystem #svg-container #identity-graphic {
		left: 38px;
	}
	#rightBlur, #bottomBlur {
		display: none;
	}
}

@media only screen and (max-width: 692px) {
	body {
		padding: 12px;
	}
	#identity-ecosystem #svg-container #identity-graphic {
		left: 0px;
	}
	#identity-ecosystem #svg-container #identity-graphic.step_1 {
		transform: scale(3.2);
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_2 {
		transform: scale(2.8) ;
    left: 77%;
    top: -22%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_3 {
		transform: scale(2.4) ;
    left: 4%;
    top: 68%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_4 {
		transform: scale(2.8) ;
		left: -61%;
		top: -22%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_5 {
		transform: scale(4.8) ;
    left: 92%;
    top: 60%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_6 {
		transform: scale(4.4) ;
		left: -92%;
		top: 60%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_7 {
		transform: scale(4.8) ;
    left: 0px;
    top: -85%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_8 {
		transform: scale(4.4) ;
    left: 150%;
    top: 91%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_9 {
		transform: scale(4.4) ;
		left: -144%;
		top: 91%;
	}
	
	#identity-ecosystem #svg-container #identity-graphic.step_10 {
		transform: scale(4.0) ;
    left: 0px;
    top: -150%;
	}

	#identity-ecosystem #navigation-container {
		display: flex;
		flex-direction: column-reverse;
	}

	#identity-ecosystem #control-container {
		margin-top:0px;
		margin-bottom: -8px;
	}
}

@media only screen and (max-width: 404px) {
	#identity-ecosystem #navigation-container h2 {
		font-size: 18px;
	}

	#identity-ecosystem #navigation-container h3 {
		font-size: 18px;
	}

	#identity-ecosystem #navigation-container p{
		font-size: 16px;
		line-height: 22px;
	}
}

