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: 250px;
	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: 10px;
    top: 10px;
    transform-origin: 0% 0%;
    transform: scale(.8);
}

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

#ctaWrap {
    cursor: pointer;
    bottom: 12px;
    left: 10px;
	font-weight: 600;
	font-size: 14px;
    color: #fff;
    text-align: center;
    width: 128px;
    height: 34px;
    line-height: 34px;
    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: 122px;
    left: 20px;
    width: 240px;
    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:18px;
    line-height: 21.5px;
    font-weight: 200;
    margin-top:8px;
    height: auto;
}

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


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

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

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

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

.img {
    width: inherit;
    height: inherit;
    top: 15px;
}