/***** Vistra Design System *****/
/************************************/
/* 16px */
/* 24px */
/***** START: New theme variables *****/
/************************************/
/***** END: New theme variables ******/
/************************************/
.paragraph--type--hero-banner.banner_type_centre_aligned {
  --text-colour: #FFF;
  --header-colour: #FFF;
  --background--gradient-end-colour: #040451;
  border-radius: var(--Semantic-Default, 16px);
  background: var(--Gradient, linear-gradient(277deg, #0909B7 26.64%, var(--background--gradient-end-colour) 97.98%));
}
.paragraph--type--hero-banner.banner_type_centre_aligned .banner-content-container {
  text-align: center;
}
.paragraph--type--hero-banner.banner_type_centre_aligned .hero-banner-content {
  padding-top: var(--Semantic-Gap-Max, 48px);
  padding-inline: 16px;
  display: inline-block;
  max-width: 808px;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_centre_aligned .hero-banner-content {
    padding-top: var(--Semantic-Gap-Max, 128px);
    padding-inline: 0;
    margin-bottom: 16px;
  }
}
.paragraph--type--hero-banner.banner_type_centre_aligned .hero-banner-content-inner .hero-banner-buttons {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.paragraph--type--hero-banner.banner_type_centre_aligned .banner-image {
  display: none;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_centre_aligned .banner-image {
    display: block;
  }
  .paragraph--type--hero-banner.banner_type_centre_aligned .banner-image img {
    display: block;
    margin: 0 auto;
    max-height: 296px;
    width: auto;
  }
}
.paragraph--type--hero-banner.banner_type_centre_aligned .banner-image-mobile {
  display: block;
}
.paragraph--type--hero-banner.banner_type_centre_aligned .banner-image-mobile img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_centre_aligned .banner-image-mobile {
    display: none;
  }
}
.paragraph--type--hero-banner.banner_type_centre_aligned .field--name-field-title {
  padding-bottom: 0;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 3.125rem;
  color: var(--header-colour);
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_centre_aligned .field--name-field-title {
    font-weight: 300;
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.paragraph--type--hero-banner.banner_type_centre_aligned .field--name-field-content-wysiwyg {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.01em;
  color: var(--text-colour);
}
@media all and (min-width: 64em) {
  .paragraph--type--hero-banner.banner_type_centre_aligned .field--name-field-content-wysiwyg {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.01em;
  }
}
.paragraph--type--hero-banner.banner_type_centre_aligned .hero-banner-buttons {
  gap: 8px;
}
/*# sourceMappingURL=hero-banner-centre-aligned.css.map */
