body {
  background:#ccc;
  padding:0;
  margin:0;
}

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

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:1px solid #0d4c8f;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
  
}

#bg{
  top:0px;
  width:160px
}

#wave{
  top: 0px;
  left:-1px
}

#img-1 {
  top:170px;
  left:35px
}

#img-2 {
  top:180px;
  left:15px
}

#img-3 {
  top:170px;
  left:10px
}

#img-4 {
  top:170px;
  left:10px
}

#img-5 {
  top:160px;
  left:20px
}

#img-6 {
  top:170px;
  left:0px
}

#logo{
  left:20px;
  top: 320px;
}

#text-1{
  top:380px;
  fill:#fff
}

#text-1a{
  top:440px;
  fill:#fff
}

#text-2{
  top:370px;
  fill:#fff
}

#text-3{
  top:370px;
  fill:#fff
}

#text-4{
  top:370px;
  fill:#fff
}

#text-5{
  top:370px;
  fill:#fff
}


#cta{
  background-color: #ffffff;
  border-radius: 22px;
  height:44px;
  width:140px;
  left:10px;
  top:520px;
  position:absolute;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#cta-text{
  left:25px;
  top:15px
}