* {
	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 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
	line-height: 1;
}

#container {
    width: 320px;
    height: 50px;
    box-sizing: border-box;
    border:1px solid #c1c1c1;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
}

.wrapper {
    width: 320px;
    height: 50px;
    top: -1px;
    left: -1px;
}

#adBg, .adBg {
    width: 320px;
    height: 50px;
    top: 0px;
    left: 0px;
}

div, #hotspot {position: absolute;}

#logo1, #cta {
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: optimizequality;
}

#copy1 {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #214b4f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    top: 4px;
    left: 139px;
}

#copy2 {
    width: fit-content;
    font-size: 10px;
    color: #4d4f53;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    left: 134px;
    bottom: 4px;
}

#copy3 {
    width: fit-content;
    font-size: 9px;
    color: #4d4f53;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    left: 5px;
    line-height: 10px;
    bottom: 2px;
}

#cta{
    background-position-x: -5px;
}