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

body {
    margin: 0;
    padding: 0;
}

div,
svg {
    position: absolute;
}

span {
    display: inline-block;
}

.o {
    opacity: 0;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    overflow: hidden;
    background-color: #ffffff;
}

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

#border {
    border: 1px solid #282728;
    opacity: .3;
    -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: 406px;
    height: 66px;
    top: 16px;
    left: 46px;
    background: url("logo.svg") no-repeat;
    transform-origin: 0% 0%;
    transform: scale(.517);
}


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

#cta {
    width: 224px;
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    left: 38px;
    bottom: 13px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 87%;
    color: #ffffff;
    background: #af2219;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.5px;
}

#cta {
    transition: background 0.3s, color 0.3s, border 0.3s;
    transition-timing-function: ease-out;
}

#cta:hover {
    background: #7f0000;
    color: #fff;
}


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

#headline {
    width: 280px;
    left: 10px;
    height: 225px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 42px;
    top: 371px;
    color: #fff;
}

#subheadline {
    width: 280px;
    left: 10px;
    height: auto;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 24px;
    top: 486px;
}


/******************** BACKGROUND ********************/

#imgWrap {
    width: inherit;
    height: inherit;
}

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

#whiteBox {
    background-color: #fff;
    width: inherit;
    top: 413px;
    height: 200px;
}

#redBox1 {
    background-color: #af2219;
    opacity: 0.8;
    width: 260px;
    height: 50px;
    top: 363px;
}

#redBox2 {
    background-color: #af2219;
    width: inherit;
    height: 50px;
    top: 413px;
}

#glow {
    cursor: pointer;
    width: inherit;
    height: inherit;
    background: url("glow.png") no-repeat;
    top: 0px;
    left: 0px;
}