body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ad {
  display: block;
  border: #919999 1px solid;
  overflow: hidden;
  width: 318px;
  height: 48px;
  box-sizing: initial;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#banner {
  position: absolute;
  display: block;
  width: 318px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent; }

#load-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 318px;
  height: 48px;
  background-color: #000;
  overflow: hidden;
  cursor: pointer; }

#frames-container .frame {
  overflow: hidden;
  background-size: 318px 48px;
  width: 318px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0; }

#frame-1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000; }
  #frame-1 .venn-text {
    color: #86bc25;
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.8px;
    white-space: nowrap; }
  #frame-1 .venn-img {
    opacity: 1;
    position: absolute;
    width: 55px;
    height: 55px; }
  #frame-1 #svg-elipse {
    position: absolute;
    top: -4px;
    left: -1px;
    height: 56.2px;
    width: 320px; }
  #frame-1 #venn-img-1 {
    top: -10px;
    right: 170px; }
  #frame-1 #venn-img-2 {
    top: 3px;
    left: 52px; }
  #frame-1 #venn-text-1 {
    top: 29px;
    left: 145px; }
  #frame-1 #venn-text-2 {
    top: -5px;
    right: 261px; }
  #frame-1 #center-text {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    top: 11px;
    left: 27px;
    line-height: 25px;
    text-shadow: 0px 0px 2px black; }
  #frame-1 #final-text {
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    top: 6px;
    left: 32px; }
  #frame-1 #cta-button {
    bottom: 7.5px;
    left: 37.5px;
    text-align: center;
    position: absolute;
    font-size: 9px;
    color: #ffffff; }
  #frame-1 #cta-border {
    position: absolute;
    top: -5px;
    left: -1px;
    height: 56.2px;
    width: 320px; }
  #frame-1 #logo {
    position: absolute;
    width: 110px;
    right: 1px;
    bottom: 2px; }
