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

body {
    margin: 0;
    padding: 0;
}

div {
    position: absolute;
}

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

#border {
    border: 1px solid #9a9a9a;
    -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: 67px;
    height: 67px;
    top: 15px;
    left: 15px;
    background: url('logo.svg') center center no-repeat;
}


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

#cta {
    width: 155px;
    height: 43px;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
    background-color: #22bdef;
    color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#cta:hover {
    background-color: #fff;
    color: #22bdef;
}

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

#textWrap {
    width: 650px;
    height: 250px;
    top: 91px;
    left: 15px;
    line-height: 92%;
    font-family: 'Barlow Condensed', sans-serif;
}

#frame {
    color: #22bdef;
    width: inherit;
    font-weight: 600;
    font-size: 64px;
    letter-spacing: -0.4px;
    line-height: 91%;
}

.subheadline {
    font-size: 19.5px;
    display: inline-block;
    line-height: 110%;
    letter-spacing: 0.14px;
    color: #ffffff;
    top: 60px;
    left: 2px;
    font-weight: 700;
    font-style: italic;
}

.blue {
    font-family: 'Barlow Condensed', sans-serif;
    color:#00bdf2;
}

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

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

.img {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}

#wrect {
    width:inherit;
    height: inherit;
    background-color: #000;
    cursor: pointer;
    pointer-events: none;
}