<style>
/* Base layout */


#PG-Body .container,
#PG-Body .layoutsection {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#PG-Body .layoutsection {
  padding-left: 24px !important;
  padding-right: 24px !important;
}



/* Banner & footer wrappers */
#PG-Banner,
#PG-Footer {
  position: relative;
  z-index: 1;
  background-color: #560053;
}

/* Footer typography */
#PG-Footer-Copy h1 {
  margin-bottom: 0 !important;
}

#PG-Footer-Copy h1,
#PG-Footer-Copy h2,
#PG-Footer-Copy h3,
#PG-Footer-Copy h4,
#PG-Footer-Copy h5,
#PG-Footer-Copy h6,
#PG-Footer-Copy p,
#PG-Footer-Copy legend,
#PG-Footer-Copy strong,
#PG-Footer-Copy summary,
#PG-Footer-Copy li,
#PG-Footer-Copy ol,
#PG-Footer-Copy a {
  color: #f5f5f5 !important;
}

/* Full-width background pseudo elements */
#PG-Banner::before,
#PG-Footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  background-color: #560053;
}

#PG-Body .cmp-npwcarousel__panel{
  width: 92%;
  margin-left: 4%;
}

/* Footer background image */
#PG-Footer::before {
  background-image: url("https://www.aegon.co.uk/content/dam/pension-geeks/promotional-slides/pension-geeks-yellow-swirl-background.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: -20vw;
  background-position-y: 25vh;
}

/* All breakpoints resolve to the same values */
@media (min-width: 576px) {
  #PG-Footer::before {
    background-position-x: 50vw;
    background-position-y: 0;
  }
}

/* Banner content */
#PG-Banner .embed {
  padding: 0 !important;
  margin: 0 !important;
}

#PG-Banner h1,
#PG-Banner p,
#PG-Banner ol,
#PG-Banner ul,
#PG-Banner li,
#PG-Banner span,
#PG-Banner a {
  color: #ffffff;
}
#PG-Banner a:focus {
  color: #000000;
}



</style>