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:536px;
	height:250px;
	background-image:url(../img/left_side_zoom.png);
	background-size: 100% 100%;
}

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

#v {
	left:119px;
	top:95px;
	width:63px;
	height:62px;
	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:684px;
	top:208px;
	width:108px;
	height:11px;
	background-image:url(../img/cta_2x.png);
	background-size:108px 11px;
}
#button_border {
	left: 665px;
    top: 196px;
    width: 146px;
    height: 35px;
}
#button_border_old {
	
	background-image:url(../img/button_border.svg);
	background-size:100% 100%;
}

#ef1_2x {
	left:708px;
	top:15px;
	width:59px;
	height:35px;
	background-image:url(../img/ef1_2x.png);
	background-size:59px 35px;
}

#ef2_2x {
	left:652px;
	top:59px;
	width:172px;
	height:24px;
	background-image:url(../img/ef2_2x.png);
	background-size:172px 24px;
}

#ef3_2x {
	left:728px;
	top:94px;
	width:19px;
	height:19px;
	background-image:url(../img/ef3_2x.png);
	background-size:19px 19px;
}

#ef4_2x {
	left:543px;
	top:124px;
	width:389px;
	height:37px;
	background-image:url(../img/ef4_2x.png);
	background-size:389px 37px;
}

#ef_line1_2x {
	left:618px;
	top:163px;
	width:289px;
	height:8px;
	background-image:url(../img/ef_line1_2x.png);
	background-size:289px 8px;
}

#ef_line2_2x {
	left:671px;
	top:165px;
	width:236px;
	height:10px;
	background-image:url(../img/ef_line2_2x.png);
	background-size:236px 10px;
}

#logo_2x {
	left:0px;
	top:0px;
	width:294px;
	height:250px;
	background-image:url(../img/logo_2x.png);
	background-size:294px 250px;
}

#v_2x {
	left:443px;
	top:84px;
	width:84px;
	height:83px;
	background-image:url(../img/v.svg);
	background-size:84px 83px;
}
#box_left{
	left: -295px;
	top: -140px;
	width:735px;
	height:735px;
	transform: rotate(18.5deg);
	overflow: hidden;
	/*background-color: rgba(201, 76, 76, 0.3);*/
}
.box_left_correction{
	transform: rotate(-18.5deg);
	left: 252px;
    top: 83px;
}

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

#right_side_zoom {
	left:560px;
	top:0px;
	width:654px;
	height:313px;
	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:600px;
	top:163px;
	width:309px;
	height:11px;
	background-image:url(../img/ef_line3_2x.png);
	background-size:309px 11px;
}

#legal_2x {
	left:894px;
	top:236px;
	width:72px;
	height:11px;
	background-image:url(../img/legal_2x.png);
	background-size:72px 11px;
}

#legal_copy_2x {
	left:17px;
	top:14px;
	width:301px;
	height:11px;
	background-image:url(../img/legal_copy_2x.png);
	background-size:301px 11px;
}
#legal_shown{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity:0;
}
#legal_shown:hover{
	opacity:1;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}