body {
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
}

body,
div {
    margin: 0;
    padding: 0;
}

img,
#ad div,
svg {
    position: absolute;
}

img {
    width:100%;
    height:100%;
}

#ad {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px #FF6F0D;
    -moz-box-shadow: inset 0px 0px 0px 1px #FF6F0D;
    box-shadow: inset 0px 0px 0px 1px #FF6F0D;
}

#stage {
    width:100%;
    height:100%;
    background-color:#FF6F0D;
    z-index: -10;
    position: absolute;
    opacity: 0;
}

#bg-exit {
    width: 100%;
    height: 100%;
}

img { image-rendering: -webkit-optimize-contrast; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
.centerContent { display:flex; align-items:center; justify-content:center; }
.centerTxt { text-align:center; }
.center { margin:auto; left:0; right:0; }
.whiteBG { background:#FFF; }
.blueBg { background:#089EDD; }
.darkTxt { color:#3D0112; }
.lightTxt { color:#FFF; }

#txtTop span { position:relative; font-size:26.01px; line-height:0.4; }
#txtCta span { position:relative; }