@font-face {
    font-family: "DINNextSlabPro-Medium";
    src: url("DINNextSlabPro-Medium.woff") format("woff"), url("DINNextSlabPro-Medium.woff2")  format("woff2");
}
/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
    background: url("bg.jpg") no-repeat;
}

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

#border {
    border: 1px solid #333; 
    -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;
    top: 15px;
    left: 15px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

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

#cta {
    width: 150px;
    height: 40px;
    bottom: 15px;
    left: 15px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    font-family: 'Arial', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    background: #00AEEF;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#cta:hover {
	background: #fff;
    color: #00aeef;
}

#ctaspan {
    display: inline-block;
}

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

#text {
    top: 115px;
    left: 15px;
    width: 280px;
    height: 140px;
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 26px;
    color: #fff;
    line-height: 105%;
}

.bluetxt {
    color: #00aeef;
}

#text1 > span {
    display: inline-block;
}

#text2 > span {
    display: inline-block;
}

/********************** IMAGE **********************/

#mask {
    background: url("mask.png") no-repeat;
    width: 159px;
    height: 112px;
    bottom: 93px;
    left: 57px;
}


#connect {
    position: absolute;
    display: block;
}
