body {
  background:white;
  padding:0;
  margin:0;
}

#btn{
  top: 4px;
  left: 708px;
  z-index: 100;
}

#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 #2E7BF3;
  background-color: #ECFDFD;
  margin: auto;
  box-sizing: border-box;
}

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


#bg-1{
  top: 0px;
  left: 339px;
  position: absolute;
}

#bg-2{
  top: 0px;
  left: -100px;
}

#man-1{
  left: 602px;
  top: -10px;
}

#text-1{
  left: 224px;
  top:0px;
}

#text-2{
  left: 224px;
  top:43px;
  
  
}
#text-3{
  left: 224px;
  top:43px;
}
#text-4{
  left: 224px;
  top:43px;
}
#divider{

  position:absolute;
  width:150px;
  height:4px;
  background-color: #000;
  left:224px;
  top:34px;
  display:block;
  opacity: 0;


}


#CTA{

    left:453px;
    top:23px;
    
    background-color: #2E7BF3;
    position:absolute;
    display:block;
    opacity: 0;
    border-radius: 4px;
}

#CTA-text{
  padding: 8px 12px;
  opacity: 1;
  position: relative;

}

#logo{
  left:21px;
  top:30px;
  width: 168px;
}