@font-face {
    font-family: "BarlowCondensed-Regular";
    src: url("BarlowCondensed-Regular.woff2")  format("woff2");
}

@font-face {
    font-family: "BarlowCondensed-SemiBold";
    src: url("BarlowCondensed-SemiBold.woff2")  format("woff2");
}

/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

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

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

#border {
    border: 1px solid #333; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
    opacity:.3;
}

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

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

#logo {
    cursor: pointer;
    width: 68px;
    height: 68px;
    top: 10px;
    left: 10px;
    background: url('logo.svg') no-repeat;
}

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


#cta {    
    width: 129px;
    height: 34px;
    bottom: 14px;
    left: 15px;
    letter-spacing: 0.2pt;
    border-radius: 19px;
    font-family: 'BarlowCondensed-SemiBold', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background: #00bdf2;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cta:hover {
    background: #008dc2;
}

.twolines {
    width:210px !important;
}

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

#text {
    top: 102px;
    left: 15px;
    width: 270px;
    height: inherit;
    font-family: "BarlowCondensed-Regular", sans-serif;
    font-size: 16px;
    color: #010101;
    line-height: 115%;
}

.headline {
    height: inherit;
}

.blue {
    color: #00bdf2;
    font-family: "BarlowCondensed-SemiBold", sans-serif;
}
/********************** IMAGE **********************/

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

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

