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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #0d4c8f;
  background-color: rgb(0,113,212);
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
  
}


#img-1 {
  top:4px;
  left:94px
}

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

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

#img-4 {
  top:4px;
  left:92px
}

#img-5 {
  top:2px;
  left:94px
}

#img-6 {
  top:2px;
  left:94px
}

#logo{
  left:5px;
  top: 10px;
  width:80px
}

#text-1{
  top:3px;
  left:150px;
  width:150px;
  fill:#fff
}

#text-1a{
  top:32px;
  left:150px;
  width:150px;
  fill:#fff
}

#text-2{
  top:10px;
  left:176px;
  width:124px;
  fill:#fff;
}

#text-3{
  top:10px;
  left:176px;
  width:124px;
  fill:#fff
}

#text-4{
  top:10px;
  left:174px;
  width:126px;
  fill:#fff
}

#text-5{
  top:10px;
  left:164px;
  width:136px;
  fill:#fff
}

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

#cta-text{
  left:9px;
  top:5px;
  width:63px;
}

#bg{
  background: rgb(0,113,212);
  background: linear-gradient(180deg, rgba(0,113,212,1) 0%, rgba(13,76,143,1) 100%);
  width:400px;
  height: 50px;
  position: absolute;
  display: block;
  top:0;
  left:0
}