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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:250px;
  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:40px;
  left:100px
}

#img-2 {
  top:56px;
  left:80px
}

#img-3 {
  top:46px;
  left:90px
}

#img-4 {
  top:50px;
  left:96px
}

#img-5 {
  top:26px;
  left:90px
}

#img-6 {
  top:50px;
  left:86px
}

#logo{
  left:100px;
  top: 140px;
  width:100px
}

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

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

#text-2, #text-3, #text-4, #text-5{
  top:180px;
  fill:#fff
}




#cta{
  background-color: #ffffff;
  border-radius: 22px;
  height:24px;
  width:120px;
  left:90px;
  top:214px;
  position:absolute;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#cta-text{
  left:20px;
  top:5px;
  width:74px;
}