/*************** 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: 250px;
    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: 47px;
    height: 44px;
    top: 5px;
    left: 6px;
    background: url("logo.svg") no-repeat;
    transform-origin: 0% 0%;
}


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

#cta {
    white-space: nowrap;
    padding: 0 16px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 17px;
    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: 300px;
    left: 0;
    height: 250px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 26px;
    line-height: 33px;
    padding-top: 133px;
    top: 0;
    color: #20252b;
}

#subheadline {
    width: 300px;
    left: 0;
    height: auto;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 19.5px;
    line-height: 21px;
    top: 167px;
}


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

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

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

#whiteBox {
    background: linear-gradient(rgba(246, 246, 246, 1), rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 0) 100%);
    width: inherit;
    top: 0px;
    height: inherit;
}

#redBox1 {
    background-color: #8e1230;
    width: 134px;
    height: 8px;
    top: 106px;
}

#redBox2 {
    background-color: #c21b17;
    width: 160px;
    height: 8px;
    top: 114px;
}

#redBox3 {
    background-color: #c21b17;
    width: 159px;
    height: 8px;
    top: 0px;
    right: 0px;
}

#redBox4 {
    background-color: #8e1230;
    width: 134px;
    height: 8px;
    top: 8px;
    right: 0px;
}

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