body,
div,
img,
video,
a,
p,
h4 {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
}


.container {
    font-family: 'Barlow', sans-serif;
    opacity: 0;
    position: relative;
    overflow: hidden;
    background-color: #ddcfe7;
}

.container div,
.container img {
    position: absolute;
}

.container div,
.container img,
.container span,
.container p {
    -webkit-transform: translate3d(0, 0, 0);
}

.container a {
    position: relative;
}

.abs {
    position: absolute !important;
}

.of-h {
    overflow: hidden;
}

.container,
.border,
.exit-btn {
    width: 300px;
    height: 250px;
}

.exit-btn {
    cursor: pointer;
}

.border {
    border: 1px solid black;
    box-sizing: border-box;
    pointer-events: none;
}

.hidden {
    display: none;
}

.retina {
    width: 300px;
}

.copy-1-1 {
    font-weight: 400;
    color: #524e7a;
    font-size: 20px;
    left: 119px;
    top: 58px;
    position: absolute;
}

.purpleBarL {
    width: 66px;
    height: 24px;
    right: 150px;
    top: 82px;
    background-color: #524e7a;
}

.purpleBarR {
    width: 66px;
    height: 24px;
    left: 150px;
    top: 82px;
    background-color: #524e7a;
}

.copy-1-2 {
    font-weight: 700;
    color: #ddcfe7;
    font-size: 20px;
    left: 91px;
    top: 80px;
    position: absolute;
}

.copy-2-1 {
    font-weight: 400;
    text-align: center;
    color: #524e7a;
    font-size: 18px;
    left: 64px;
    top: 120px;
    position: absolute;
}

.copy-2-2 {
    font-weight: 400;
    text-align: center;
    color: #524e7a;
    font-size: 18px;
    left: 77px;
    top: 142px;
    position: absolute;
}

.copy-2-3 {
    font-weight: 700;
    font-style: italic;
    color: #524e7a;
    font-size: 18px;
    left: 91px;
    top: 164px;
    position: absolute;
}

.copy-2-4 {
    font-weight: 400;
    color: #524e7a;
    font-size: 18px;
    left: 148px;
    top: 164px;
    position: absolute;
}

.legal {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.2px;
    color: #676767;
    font-size: 12px;
    left: 55px;
    top: 209px;
    position: absolute;
}

.copy-3-1 {
    font-weight: 400;
    color: #fefefe;
    font-size: 18px;
    left: 158px;
    top: 81px;
    position: absolute;
}

.copy-3-2 {
    font-weight: 700;
    color: #fefefe;
    font-size: 18px;
    left: 158px;
    top: 124px;
    position: absolute;
}

.copy-4-2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    color: #fefefe;
    font-size: 12px;
    left: 118px;
    top: 173px;
    position: absolute;
}

.cta {
    width: 300px;
    height: 55px;
    top: 195px;
    cursor: pointer;
    background-color: #524e7a;
}

.cta-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 9px;
    left: 39px;
    top: 22px;
    color: #ffffff;
    position: absolute;
}

.cta-arrow {
    left: 254px;
    top: 25px;
    width: 6px;
    height: 9px;
}