/*************** 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: 970px;
    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: 406px;
    height: 66px;
    top: 16px;
    left: 16px;
    background: url("logo.svg") no-repeat;
    transform-origin: 0% 0%;
    transform: scale(.517);
}


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

#cta {
    width: 226px;
    height: 37px;
    border-radius: 4px;
    cursor: pointer;
    left: 190px;
    bottom: 19px;
    transform: translateX(-50%);
    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 ********************/

#textWrap {
    width: 400px;
    height: inherit;
    overflow: hidden;
    left: 591px;
}

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

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


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

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

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

#whiteBox {
    background-color: #fff;
    width: 400px;
    left: 591px;
    height: inherit;
}

#redBox1 {
    background-color: #af2219;
    opacity: 0.8;
    width: 311px;
    height: 45px;
    top: 32px;
}

#redBox2 {
    background-color: #af2219;
    width: 350px;
    height: 45px;
    top: 77px;
}