body { margin:0px 0px; padding:0px; } 

* { box-sizing: Border-box } 

#container{
	background-color:black;
	position:absolute;
	overflow:hidden;
	border: 1px solid black;
} 
.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

#left_side {
	
	width:271px;
	height:600px;
	background-image:url(../img/left_side_zoom.png);
	background-size: 100% 100%;
}

#right_side {
	left:44px;
	top:0px;
	width:256px;
	height:600px;
	background-image:url(../img/right_side_zoom.png);
	background-size: 100% 100%;
}

#v {
	left:198px;
	top:500px;
	width:206px;
	height:202px;
	background-image:url(../img/v.png);
}
.pin_height{
	background-position: bottom;
}
.pin_right{
	background-position: right;
}
#color_block{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: #00ffff;
}

#cta_2x {
	left:99px;
	top:429px;
	width:102px;
	height:10px;
	background-image:url(../img/cta_2x.png);
	background-size:102px 10px;
}
#button_border {
	left: 83px;
    top: 413px;
    width: 132px;
    height: 35px;
}
#button_border_old {
	
	background-image:url(../img/button_border.svg);
	background-size:100% 100%;
}

#ef1_2x {
	left:120px;
	top:177px;
	width:56px;
	height:34px;
	background-image:url(../img/ef1_2x.png);
	background-size:56px 34px;
}

#ef2_2x {
	left:66px;
	top:219px;
	width:164px;
	height:22px;
	background-image:url(../img/ef2_2x.png);
	background-size:164px 22px;
}

#ef3_2x {
	left:139px;
	top:252px;
	width:18px;
	height:18px;
	background-image:url(../img/ef3_2x.png);
	background-size:18px 18px;
}

#ef4_2x {
	left:30px;
	top:277px;
	width:239px;
	height:36px;
	background-image:url(../img/ef4_2x.png);
	background-size:239px 36px;
}

#ef_line1_2x {
	left:49px;
	top:317px;
	width:197px;
	height:8px;
	background-image:url(../img/ef_line1_2x.png);
	background-size:197px 8px;
}

#ef_line2_2x {
	left:40px;
	top:321px;
	width:205px;
	height:10px;
	background-image:url(../img/ef_line2_2x.png);
	background-size:205px 10px;
}

#logo_2x {
	left:90px;
	top:458px;
	width:121px;
	height:25px;
	background-image:url(../img/logo_2x.png);
	background-size:121px 25px;
}

#v_2x {
	left:99px;
	top:250px;
	width:103px;
	height:101px;
	background-image:url(../img/v.svg);
	background-size:103px 101px;
}
#box_left{
	left: -569px;
    top: -148px;
	width:735px;
	height:735px;
	transform: rotate(20deg);
	overflow: hidden;
	/*background-color: rgba(201, 76, 76, 0.3);*/
}
.box_left_correction{
	transform: rotate(-20deg);
	left: 577px;
    top: 29px;
}

#left_side_zoom {
	left:0px;
	top:0px;
	width:357px;
	height:792px;
	background-image:url(../img/left_side_zoom.png);
}

#right_side_zoom {
	left:58px;
	top:0px;
	width:338px;
	height:792px;
	background-image:url(../img/right_side_zoom.png);
}
path {
	/*stroke-dasharray: 2860;
  stroke-dashoffset: 2860;*/
  stroke-dasharray: 2860;
  stroke-dashoffset: 2860;
  
}
.play_path{
	animation: dash .33s linear forwards;
}

#ef_line3_2x {
	left:54px;
	top:326px;
	width:206px;
	height:9px;
	background-image:url(../img/ef_line3_2x.png);
	background-size:206px 9px;
}
#cta_fpo_2x {
	left:87px;
	top:418px;
	width:125px;
	height:31px;
	background-image:url(../img/cta_fpo_2x.png);
	background-size:125px 31px;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }

}




