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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  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:60px;
  width:300px
}

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

#img-1 {
  top:120px;
  left:80px
}

#img-2 {
  top:136px;
  left:40px
}

#img-3 {
  top:130px;
  left:40px
}

#img-4 {
  top:130px;
  left:40px
}

#img-5 {
  top:100px;
  left:50px
}

#img-6 {
  top:120px;
  left:20px
}

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

#text-1{
  top:400px
}

#text-2{
  top:400px
}

#text-3{
  top:400px
}

#text-4{
  top:400px
}

#text-5{
  top:400px
}
#text-1a{
  top:460px
}

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

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