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: 18px;
    top: 17px;
}

/********************** 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: 423px;
    left: 31px;
    width: 280px;
    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: 19px;
    line-height: 22px;
    font-weight: 200;
    margin-top: 8px;
    height: auto;
    letter-spacing: -0.3px;
}

#blueRectangle {
    height:50px;
    width: 6.5px;
    background-color: #22bdef;
    top: 432px;
    left: 17.5px;
}

/********************* IMAGES ************************/

#gradient {
    width: inherit;
    height: inherit;
    background: url("gradient.png") no-repeat;
    background-size: contain;
}

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


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

#overlay0 {
    opacity:1;
}

#overlay1 {
    opacity:0.9;
}

#images {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}

.img {
    width: inherit;
    height: inherit;
}