body {
  background:#fff;
  padding:0;
  margin:0;
  font-family: 'Ubuntu', sans-serif;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #09a5b9;
  background-color: #ecdacc;
  margin: auto;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}



#bg{
  width: 728px;
  height: 90px;
}

#btn{
    opacity:0;
    width:auto;
    /*height:15px;*/
   
  }

#btn-link{
  position:absolute;
  top:5px;
  left:704px;
  display: block;
  
  z-index: 1000;
  display: none;
  opacity: 0

   -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  
}



#text-1, #text-2, #text-3, #text-4,#word-1, #word-2, #word-3, #word-4{

  -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));

}


#text-1{

  left: 100px;
  top: 30px;
  width: 420px;
  
}

#word-1, #word-1a{
  left: 530px;
  top: 30px;

}

#word-2, #word-2a{
  left: 530px;
  top: 30px;

}

#word-3, #word-3a{
  left: 520px;
  top: 30px;

}

#word-4, #word-4a{
  left: 486px;
  top: 31px;

}


#text-2{
  left: 63px;
  top: 31px;  
}

#text-3{
  top: 17px;
  left: 238px;

  
}

#text-4{
  left: 236px;
  top: 32px;

}



#CTA{
  
  left: 25px;
  top: 30px;
  /*width:170px;*/
}

#logo{

  
  left:550px;
  top:12px;

  -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
  width: 150px;

}


#disclaimer{
  top: 75px;
  left: 653px;
  font-size: 9px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  z-index: 100;


}

#disclaimer > a{
  text-decoration: none;
  color: white;
  height: 15px;
  width: 200px;

}

#disclaimer > a:hover{
  text-decoration: underline;
}