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

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

#link{
  width:120px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:120px;
  height:600px;
  display:box;
  border:1px solid #2E7BF3;
  background-color: #ECFDFD;
  margin: auto;
  box-sizing: border-box;
}

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


#bg-1{
  top: 300px;
  bottom: 0;
  position: absolute;
}

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

#man-1{
  top: 412px;
  left: 12px;
}

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

#text-2{
  top:227px;
  left: 0px;
}

#text-3{
  top:227px;
  left: 0px;
}

#text-4{
  top:227px;
  left: 0px;
}

#divider{
  position:absolute;
  width:100px;
  height:3px;
  background-color: #000;
  top:202px;
  left:10px;
  display:block;
  opacity: 0;
}

#CTA{
    top:326px;
    left:10px;
    background-color: #2E7BF3;
    position:absolute;
    display:block;
    opacity: 0;
    border-radius: 4px;    
}

#CTA-text{
  padding: 10px 20px;
  opacity: 1;
  position: relative;
  top: 2px;
}

#logo{
  top:24px;
  left:7px;
  width: 105px;
}