

	/** instant **/

	.instant {
		 background: #3F92D1;
		 position: relative;
	}
	.instant2 {
		 background: #3F92D1;
		 position: relative;
	}

	.instant::before {
		 background: url(../img/cr00s3.png);
		 background-repeat: no-repeat;
		 background-size: 100% 100%;
		 position: absolute;
		 content: "";
		 width: 100%;
		 height: 63px;
		 bottom: 0px;
	}

	.instant::after {
		 background: url(../img/cr00s1.png);
		 background-repeat: no-repeat;
		 background-size: 100% 100%;
		 position: absolute;
		 content: "";
		 width: 100%;
		 height: 63px;
		 top: 0px;
		 z-index: 1;
	}
	.instant2::before {
		 background: url(../img/cr00s3.png);
		 background-repeat: no-repeat;
		 background-size: 100% 100%;
		 position: absolute;
		 content: "";
		 width: 100%;
		 height: 63px;
		 bottom: 0px;
	}

	.instant2::after {
		 background: url(../img/cr00s2.png);
		 background-repeat: no-repeat;
		 background-size: 100% 100%;
		 position: absolute;
		 content: "";
		 width: 100%;
		 height: 63px;
		 top: 0px;
		 z-index: 1;
	}
	
	.parent2 {
  position: relative;
  top: 0 px;
  left: 0 px;
}

.image11 {
  position: absolute;
  top: 100px;
  left: -90px;
 
}

.image12 {
  position: absolute;
  top: 60px;
  left: -60px;
  
}

.image13 {
  position: absolute;
  top: 20px;
  left: -30px;
  
}
.image14 {
  position: absolute;
  top: -20px;
  left: 0px;
  
}