* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
/*    -ms-backface-visibility: hidden;*/
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body {
    -moz-user-select: none;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

* {
    font-size: 100%;
}

div {
    position: absolute;
}

sup {
    line-height: 0px;
}
u{
    text-decoration: underline;
}

footer{
    width: 126px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: transparent;
    color: #4d4f53;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 10.5px;
}
footer span{
    padding-left: 5px;
}
.fw-l{
    font-weight: 300 !important;
}
.d-none{
    display: none;
}

.hotspot {
  position: absolute;
  width: 300px;
  height: 250px;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

#container {
    width: 300px;
    height: 250px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
    visibility: hidden;
    background: #FFFFFF;
    box-sizing: border-box;
}

.wrapper {
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.wrapper * {
    background-repeat: no-repeat;
}

.adSize {
    background-size: 300px 250px;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

#copy{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 26px;
    padding-top: 40px;
}
#copy span{
    position: relative;
}
#c1{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
#c2{
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;

}
#c3{
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
#c4{
    font-size: 25px;
    font-weight: 400;
    color: #ffffff; 
}
#c5{
    font-size: 12px;
    font-weight: 400;
    color: #4d4f53;

    top: -38px;
    left: -2px;
}
#cta{
    width: 132px;
    height: 28px;
    background-color: #7b942c;
    border-radius: 4px;
    top: 153px;
    left: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cta span{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-top: -1px;
}