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: #224a59;
}

#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: 68px;
    height: 68px;
    left: 10px;
    top: 10px;
}


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

#ctaWrap {
    cursor: pointer;
    bottom: 17px;
    left: 0px;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 128px;
    height: 34px;
    line-height: 34px;
    left: 13px;
    overflow: hidden;
    border-radius: 19px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.4pt;
}

#cta {
    width: inherit;
    height: inherit;
    background-color: #22bdef;
    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: #12addf;
}


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

#textsWrapper {
    top: 101px;
    left: 13px;
    width: 275px;
    height: 150px;
    box-sizing: border-box;
}

#textsWrapper div {
    display: inline-block;
}

#headline {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #ffffff;
    width: inherit;
    position: relative;
    font-size: 29.5px;
    line-height: 26px;
    margin-top: -3px;
}

#subheadline {
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    position: relative;
    font-size: 11.7px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 5px;
    width: inherit;
}

#alert {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background-color: #ee3224;
    width: 64px;
    padding: 2px 0;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 110%;
    overflow: hidden;
    text-align: center;
    letter-spacing: .5px;
}

#redRectangle {
    width: inherit;
    height: 7px;
    background-color: #ee3224;
    bottom: 0px;
}


/********************* FOG ************************/

#fog {
    width: inherit;
    height: 350px;
    top: -25px;
}

#overlay {
    width: inherit;
    height: inherit;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, 1) 100%);
    opacity: .7;
}

#img {
    width: inherit;
    height: inherit;
    background: url("img2.jpg") no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}

#city {
    width: inherit;
    height: inherit;
    background: url("city.jpg") no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}