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

#link{
  width:970px;
  height:250px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#bg{
  width: 970px;
  height: 250px;
}

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

#btn-link{
  position:absolute;
  top:12px;
  left:930px;
  display: block;
  width:15px;
  height:13px;
  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{
  -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));

}
#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: 195px;
  top: 70px;
}
#text-2{
  left: 71px;
  top: 70px;
}
#text-3{
  left: 38px;
  top: 102px;
}
#text-4{
  left: 38px;
  top: 102px;
}

#word-1, #word-1a{
  left: 581px;
  top: 128px;
}
#word-2, #word-2a{
  left: 581px;
  top: 128px;
}
#word-3, #word-3a{
  left: 581px;
  top: 128px;
}
#word-4, #word-4a{
  left: 307px;
  top: 128px;
}

#CTA{
  
  left: 34px;
  top: 25px;

}

#logo{

  
  left:620px;
  top:55px;

  -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: 320px;

}


#disclaimer{
  top: 230px;
  left: 880px;
  font-size: 11px;
  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;
}