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

#link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#person{
  left: 480px;
  top: -30px;
}

#wave-1{
    position: absolute;
    left:0px;
    opacity:0;

}
#wave-1a{
    left:0px;
    opacity:1;
}
#wave-1b{
    left:18px;
    opacity:1;
}

#wave-2{
    position: absolute;
    left:0px;
    opacity:0;

}
#wave-2a{
    left:0px;
    opacity:1;
}
#wave-2b{
    left:18px;
    opacity:1;
}

#btn{
    opacity:0;
    width:auto;
    height:14px;
   
  }

#btn-link{
  position:absolute;
  top:1px;
  left:302px;
  display: block;
  width:15px;
  height:13px;
  z-index: 1000;
  display: none;
  opacity: 0

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

#text-1, #text-2, #text-3, #text-4, #text-5, #text-6, #text-7, #text-8{

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

}
#text-1{
  left: 40px;
  top: 19px;
  width: 241px;
}


#text-2{
  left: 40px;
  top: 19px;
  width: 241px;
}

#text-3{
  left: 34px;
  top: 19px;
  width: 251px;
}

#text-4{
  left: 22px;
  top: 19px;
  width: 189px;
}

 #text-5{
  left: 216px;
  top: 19px;
  width: 81px;
  
}

 #text-6, #text-8{
  left:104px;
  top: 12px;
  width:102px;
}

#text-7{
  left: 103px;
  top: 19px;
  width: 126px;
}



#CTA{
  
  left: 8px;
  top: 18px;
  width:87px;
}

#logo{

  
  left:234px;
  top:7px;
  width: 80px;

  /*-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));*/
  

}


#disclaimer{
  top: 38px;
  left: 256px;
  font-size: 8px;
  font-family: sans-serif;
  color: white;
  position: absolute;
  opacity: 0;
  z-index: 100;

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


}

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

}

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