body {
  margin: 0;
}
.element {
  position: absolute;
}
#banner {
  overflow: hidden;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 250px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  background-color: #001f45;
  color: #fdfdfd;
  font-family: 'Prudential Modern Light';
  font-size: 24px;
}
#bg {
  left: 0;
  top: 0;
  width: 300px;
  height: 250px;
}
#cta {
  left: 25px;
  top: 197px;
  width: 107px;
  height: 30px;
}
#cta_arrow,
#cta_base,
#cta_txt {
  left: 0;
  top: 0;
  width: 107px;
  height: 30px;
}
#logo {
  left: 150px;
  top: 197px;
  width: 126px;
  height: 29px;
}
@font-face {
  font-family: 'Prudential Modern Light';
  src: url(PrudentialModern-Light.woff2);
}
@font-face {
  font-family: 'Prudential Modern Bold';
  src: url(PrudentialModern-Bold.woff2);
}
#txt_3.d,
#txt_3.e,
#txt_5.c,
#txt_end_2 {
  font-family: 'Prudential Modern Bold';
}
#cta_base {
  background-color: #ffd71e;
}
.txt {
  left: 25px;
  top: 32px;
}
#txt_2.a,
#txt_2.b,
#txt_4.a,
#txt_4.b {
  top: 110px;
}
#txt_5.c {
  top: 100px;
}
#txt_end_1 {
  top: 115px;
}
#txt_end_2 {
  top: 144px;
}
.txt.d,
.txt.e {
  left: 23px;
  top: 26px;
}
#txt_2.d {
  top: 52px;
}
#txt_3.d {
  top: 120px;
}
#txt_2.e {
  top: 84px;
}
#txt_3.e {
  top: 153px;
}
#txt_1_2,
#txt_3_3 {
  font-size: 10px;
  top: -11px;
  left: -5px;
}
#txt_1_3 {
  left: -5px;
}
#cover {
  width: 300px;
  height: 250px;
  background-color: #fff;
  pointer-events: none;
}