body {
    margin:0;
    padding:0;	
}

div, svg, canvas, img {
    position: absolute;
}

.none {
    display: none;
}

.o {
    opacity:0;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
	background: #fff;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #ffffff;
    pointer-events: none;
}

#border {
    border: 1px solid rgba(0,0,0,.05); 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/********************** LOGO **********************/

#logo {
    cursor: pointer;
    width: 85px;
    height: 85px;
    left: -24px;
    top:17px;
    text-align: center;
}

/********************** BUTTON **********************/

#ctaWrap {
    cursor: pointer;
    bottom: 20px;
    left: 18px;
	font-weight: 600;
	font-size: 17px;
    color: #fff;
    text-align: center;
    width: 146px;
    height: 38px;
    line-height: 37px;
    letter-spacing: 0.5px;
    overflow: hidden;
    border-radius: 19px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}

#cta {
    width: inherit;
    height: inherit;
    background-color: #ee3224;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
}

#cta:hover {
    background-color: #ce1204;
}

/********************** TEXT **********************/

#textsWrapper {
    top: 401px;
    left: 30px;
    width: 260px;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
}

#textsWrapper div {
    display: inline-block;
}

.subheadline {
    font-family: 'Barlow Condensed', sans-serif;
    color:#ffffff;
    position: relative;
    font-size:23px;
    line-height: 28px;
    font-weight: 200;
    margin-top:8px;
    height: auto;
}

.space {
    opacity:0;font-size:21px;
}


#blueRectangle {
    height:50px;
    width:5px;
    background-color: #22bdef;
    top: 414px;
    left:17px;
}

/********************* FOG ************************/

#fog {
    width: inherit;
    height: inherit;
}

#overlay0,#overlay1 {
    width: inherit;
    height: inherit;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 75%,rgba(0,0,0,.7) 100%);
}

#overlay0 {
    opacity:1;
}

#overlay1 {
    opacity:.3;
}

#img {
    width:933px;
    height: 694px;
    background: url("bg.jpg") no-repeat;
    background-size: contain;
    top:0px;
    left:0px;
}

#img2 {
    width:400px;
    height: 600px;
    background: url("img2.png") no-repeat;
    background-size: contain;
    top:0px;
    left:0px;
}


#imgMan {
    width:300px;
    height: 600px;
    background: url("img.png") no-repeat;
    background-size: contain;
    top:0px;
    left:0px;
}