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 #000000;
  background-color: #ffffff;
  box-sizing: border-box;
}

img, svg {
  
  position: absolute;

}

#all{
  visibility: hidden;
}

#yellow{

  width:160px;
  height:600px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:0px;
  bottom:324px
}

#yellow-2{

  width:160px;
  height:54px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:0px;
  bottom:0px
}


#logo{
  width: 90px;
  left: 33px;
  top: 13px;
 
}

#logo-tricon{

  width: 100px;
  left: 30px;
  bottom: 8px;
 
}

#logo > * {
  fill:#000
}

#text-1 {
  fill:#000;
  left:0px;
  top:82px;
  width:160px;
}

#text-2{
  fill:#000;
  width: 157px;
  left: 1px;
  top: 100px;
  position: absolute;
}

#text-3{

  fill:#000;
  width: 160px;
  left: 0px;
  top: 204px;
  position: absolute;
  font-weight: 400;
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  text-align: center;

}

#CTA{
  
  width: 123px;
  left: 15px;
  top:490px;
  position: absolute;
  border:solid 1px #FEFD3F;
  text-align: center;
  border-radius: 20px;
  color:#FEFD3F;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%);
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;

}

#CTA-black{
  
  width: 123px;
  left: 15px;
  top:320px;
  position: absolute;
  border:solid 1px #000;
  text-align: center;
  border-radius: 20px;
  color:#000;

  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;

}

#img-1, #img-2, #img-3, #img-4{
  left:0px;
  top:274px
}