:root {
  --govuk-frontend-version: "5.14.0";
  --govuk-breakpoint-mobile: 20rem;
  --govuk-frontend-breakpoint-mobile: var(--govuk-breakpoint-mobile);
  --govuk-breakpoint-tablet: 40.0625rem;
  --govuk-frontend-breakpoint-tablet: var(--govuk-breakpoint-tablet);
  --govuk-breakpoint-desktop: 48.0625rem;
  --govuk-frontend-breakpoint-desktop: var(--govuk-breakpoint-desktop);
}
.govuk-link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
} /*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: normal;
  src:
    url(../assets/frontend/light-94a07e06a1-v2-01565b0034e61d4609689bbb7ae0be844701f3812c8fe029fa1659b7ef3aa94f.woff2)
      format("woff2"),
    url(../assets/frontend/light-f591b13f7d-v2-369b1da7f442cafca0e8ac0faf1bb64df8170f9c3c7015da1195c8529df5837e.woff)
      format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: bold;
  src:
    url(../assets/frontend/bold-b542beb274-v2-35bf540bb39615b6a517986f3aa83f7fefa1efd1878603eeeb196488078542d1.woff2)
      format("woff2"),
    url(../assets/frontend/bold-affa96571d-v2-088c8da9d0319b63b23ac19791f37a33ec0d4b61f884ab56123bfd96d8312153.woff)
      format("woff");
  font-display: fallback;
}
@media print {
  .govuk-link {
    font-family: sans-serif;
  }
}
.govuk-link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-link:link {
  color: #1d70b8;
}
.govuk-link:visited {
  color: #4c2c92;
}
.govuk-link:hover {
  color: #003078;
}
.govuk-link:active {
  color: #0b0c0c;
}
.govuk-link:focus {
  color: #0b0c0c;
}
@media print {
  [href^="/"].govuk-link::after,
  [href^="http://"].govuk-link::after,
  [href^="https://"].govuk-link::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.govuk-link--muted:link,
.govuk-link--muted:visited {
  color: #505a5f;
}
.govuk-link--muted:hover,
.govuk-link--muted:active {
  color: #0b0c0c;
}
.govuk-link--muted:focus {
  color: #0b0c0c;
}
.govuk-link--text-colour:link,
.govuk-link--text-colour:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-link--text-colour:link,
  .govuk-link--text-colour:visited {
    color: #000;
  }
}
.govuk-link--text-colour:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-link--text-colour:active,
.govuk-link--text-colour:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-link--text-colour:active,
  .govuk-link--text-colour:focus {
    color: #000;
  }
}
.govuk-link--inverse:link,
.govuk-link--inverse:visited {
  color: #fff;
}
.govuk-link--inverse:hover,
.govuk-link--inverse:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.govuk-link--inverse:focus {
  color: #0b0c0c;
}
.govuk-link--no-underline:not(:hover):not(:active) {
  text-decoration: none;
}
.govuk-link--no-visited-state:link {
  color: #1d70b8;
}
.govuk-link--no-visited-state:visited {
  color: #1d70b8;
}
.govuk-link--no-visited-state:hover {
  color: #003078;
}
.govuk-link--no-visited-state:active {
  color: #0b0c0c;
}
.govuk-link--no-visited-state:focus {
  color: #0b0c0c;
}
.govuk-link-image {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.govuk-link-image:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  box-shadow:
    0 0 0 4px #fd0,
    0 0 0 8px #0b0c0c;
}
.govuk-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}
@media print {
  .govuk-list {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-list {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-list {
    margin-bottom: 20px;
  }
}
.govuk-list .govuk-list {
  margin-top: 10px;
}
.govuk-list > li {
  margin-bottom: 5px;
}
.govuk-list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}
.govuk-list--number {
  padding-left: 20px;
  list-style-type: decimal;
}
.govuk-list--bullet > li,
.govuk-list--number > li {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .govuk-list--bullet > li,
  .govuk-list--number > li {
    margin-bottom: 5px;
  }
}
.govuk-list--spaced > li {
  margin-bottom: 10px;
}
@media (min-width: 40.0625em) {
  .govuk-list--spaced > li {
    margin-bottom: 15px;
  }
}
.govuk-heading-xl {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.09375;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}
@media print {
  .govuk-heading-xl {
    color: #000;
  }
}
@media print {
  .govuk-heading-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-xl {
    margin-bottom: 50px;
  }
}
.govuk-heading-l {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.1111111111;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-heading-l {
    color: #000;
  }
}
@media print {
  .govuk-heading-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-l {
    margin-bottom: 30px;
  }
}
.govuk-heading-m {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-heading-m {
    color: #000;
  }
}
@media print {
  .govuk-heading-m {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-heading-m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-m {
    margin-bottom: 20px;
  }
}
.govuk-heading-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-heading-s {
    color: #000;
  }
}
@media print {
  .govuk-heading-s {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-heading-s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-heading-s {
    margin-bottom: 20px;
  }
}
.govuk-caption-xl {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}
@media print {
  .govuk-caption-xl {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-xl {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-caption-xl {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-caption-l {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  display: block;
  margin-bottom: 5px;
  color: #505a5f;
}
@media print {
  .govuk-caption-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-caption-l {
    margin-bottom: 0;
  }
}
.govuk-caption-m {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  display: block;
  color: #505a5f;
}
@media print {
  .govuk-caption-m {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-body-lead,
.govuk-body-l {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-body-lead,
  .govuk-body-l {
    color: #000;
  }
}
@media print {
  .govuk-body-lead,
  .govuk-body-l {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead,
  .govuk-body-l {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-body-lead,
  .govuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-lead,
  .govuk-body-l {
    margin-bottom: 30px;
  }
}
.govuk-body,
.govuk-body-m {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body,
  .govuk-body-m {
    color: #000;
  }
}
@media print {
  .govuk-body,
  .govuk-body-m {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-body,
  .govuk-body-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body,
  .govuk-body-m {
    margin-bottom: 20px;
  }
}
.govuk-body-s {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-s {
    color: #000;
  }
}
@media print {
  .govuk-body-s {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-s {
    margin-bottom: 20px;
  }
}
.govuk-body-xs {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print {
  .govuk-body-xs {
    color: #000;
  }
}
@media print {
  .govuk-body-xs {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-body-xs {
    font-size: 12pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govuk-body-xs {
    margin-bottom: 20px;
  }
}
.govuk-body-l + .govuk-heading-l,
.govuk-body-lead + .govuk-heading-l {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-l + .govuk-heading-l,
  .govuk-body-lead + .govuk-heading-l {
    padding-top: 10px;
  }
}
.govuk-body-m + .govuk-heading-l,
.govuk-body + .govuk-heading-l,
.govuk-body-s + .govuk-heading-l,
.govuk-list + .govuk-heading-l {
  padding-top: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-l,
  .govuk-body + .govuk-heading-l,
  .govuk-body-s + .govuk-heading-l,
  .govuk-list + .govuk-heading-l {
    padding-top: 20px;
  }
}
.govuk-body-m + .govuk-heading-m,
.govuk-body + .govuk-heading-m,
.govuk-body-s + .govuk-heading-m,
.govuk-list + .govuk-heading-m,
.govuk-body-m + .govuk-heading-s,
.govuk-body + .govuk-heading-s,
.govuk-body-s + .govuk-heading-s,
.govuk-list + .govuk-heading-s {
  padding-top: 5px;
}
@media (min-width: 40.0625em) {
  .govuk-body-m + .govuk-heading-m,
  .govuk-body + .govuk-heading-m,
  .govuk-body-s + .govuk-heading-m,
  .govuk-list + .govuk-heading-m,
  .govuk-body-m + .govuk-heading-s,
  .govuk-body + .govuk-heading-s,
  .govuk-body-s + .govuk-heading-s,
  .govuk-list + .govuk-heading-s {
    padding-top: 10px;
  }
}
.govuk-section-break {
  margin: 0;
  border: 0;
}
.govuk-section-break--xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-top: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--xl {
    margin-bottom: 50px;
  }
}
.govuk-section-break--l {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--l {
    margin-bottom: 30px;
  }
}
.govuk-section-break--m {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-top: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-section-break--m {
    margin-bottom: 20px;
  }
}
.govuk-section-break--visible {
  border-bottom: 1px solid #b1b4b6;
}
.govuk-button-group {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-bottom: 15px;
  }
}
.govuk-button-group .govuk-link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
@media print {
  .govuk-button-group .govuk-link {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-button-group .govuk-link {
    font-size: 14pt;
    line-height: 19px;
  }
}
.govuk-button-group .govuk-button {
  margin-bottom: 17px;
}
@media (min-width: 40.0625em) {
  .govuk-button-group {
    margin-right: -15px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .govuk-button-group .govuk-button,
  .govuk-button-group .govuk-link {
    margin-right: 15px;
  }
  .govuk-button-group .govuk-link {
    text-align: left;
  }
}
.govuk-form-group {
  margin-bottom: 20px;
}
.govuk-form-group::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .govuk-form-group {
    margin-bottom: 30px;
  }
}
.govuk-form-group .govuk-form-group:last-of-type {
  margin-bottom: 0;
}
.govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d4351c;
}
.govuk-form-group--error .govuk-form-group {
  padding: 0;
  border: 0;
}
.govuk-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}
.govuk-grid-row::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}
.govuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-third {
    width: 33.3333333333%;
    float: left;
  }
}
.govuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}
.govuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-two-thirds {
    width: 66.6666666667%;
    float: left;
  }
}
.govuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}
.govuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govuk-grid-column-full {
    width: 100%;
    float: left;
  }
}
.govuk-grid-column-one-quarter-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-quarter-from-desktop {
    width: 25%;
    float: left;
  }
}
.govuk-grid-column-one-third-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-third-from-desktop {
    width: 33.3333333333%;
    float: left;
  }
}
.govuk-grid-column-one-half-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-one-half-from-desktop {
    width: 50%;
    float: left;
  }
}
.govuk-grid-column-two-thirds-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-two-thirds-from-desktop {
    width: 66.6666666667%;
    float: left;
  }
}
.govuk-grid-column-three-quarters-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-three-quarters-from-desktop {
    width: 75%;
    float: left;
  }
}
.govuk-grid-column-full-from-desktop {
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .govuk-grid-column-full-from-desktop {
    width: 100%;
    float: left;
  }
}
.govuk-main-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.govuk-main-wrapper--auto-spacing:first-child,
.govuk-main-wrapper--l {
  padding-top: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-main-wrapper--auto-spacing:first-child,
  .govuk-main-wrapper--l {
    padding-top: 50px;
  }
}
.govuk-template {
  background-color: #f3f2f1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.govuk-template--rebranded {
  background-color: #f4f8fb;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .govuk-template {
    scroll-padding-top: 60px;
  }
  .govuk-template:not(:has(.govuk-exit-this-page)) {
    scroll-padding-top: 0;
  }
}
@media screen {
  .govuk-template {
    overflow-y: scroll;
  }
}
.govuk-template__body {
  margin: 0;
  background-color: #fff;
}
.govuk-width-container {
  max-width: 960px;
  margin-right: 15px;
  margin-left: 15px;
}
@supports (margin: max(calc(0px))) {
  .govuk-width-container {
    margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
    margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
@media (min-width: 40.0625em) {
  .govuk-width-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
      margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1020px) {
  .govuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .govuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
.govuk-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-visually-hidden::before {
  content: " ";
}
.govuk-visually-hidden::after {
  content: " ";
}
.govuk-visually-hidden-focusable:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-\!-display-inline {
  display: inline !important;
}
.govuk-\!-display-inline-block {
  display: inline-block !important;
}
.govuk-\!-display-block {
  display: block !important;
}
.govuk-\!-display-none {
  display: none !important;
}
@media print {
  .govuk-\!-display-none-print {
    display: none !important;
  }
}
.govuk-\!-margin-0 {
  margin: 0 !important;
}
.govuk-\!-margin-top-0 {
  margin-top: 0 !important;
}
.govuk-\!-margin-right-0 {
  margin-right: 0 !important;
}
.govuk-\!-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.govuk-\!-margin-left-0 {
  margin-left: 0 !important;
}
.govuk-\!-margin-1 {
  margin: 5px !important;
}
.govuk-\!-margin-top-1 {
  margin-top: 5px !important;
}
.govuk-\!-margin-right-1 {
  margin-right: 5px !important;
}
.govuk-\!-margin-bottom-1 {
  margin-bottom: 5px !important;
}
.govuk-\!-margin-left-1 {
  margin-left: 5px !important;
}
.govuk-\!-margin-2 {
  margin: 10px !important;
}
.govuk-\!-margin-top-2 {
  margin-top: 10px !important;
}
.govuk-\!-margin-right-2 {
  margin-right: 10px !important;
}
.govuk-\!-margin-bottom-2 {
  margin-bottom: 10px !important;
}
.govuk-\!-margin-left-2 {
  margin-left: 10px !important;
}
.govuk-\!-margin-3 {
  margin: 15px !important;
}
.govuk-\!-margin-top-3 {
  margin-top: 15px !important;
}
.govuk-\!-margin-right-3 {
  margin-right: 15px !important;
}
.govuk-\!-margin-bottom-3 {
  margin-bottom: 15px !important;
}
.govuk-\!-margin-left-3 {
  margin-left: 15px !important;
}
.govuk-\!-margin-4 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-4 {
    margin: 20px !important;
  }
}
.govuk-\!-margin-top-4 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-4 {
    margin-top: 20px !important;
  }
}
.govuk-\!-margin-right-4 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-4 {
    margin-right: 20px !important;
  }
}
.govuk-\!-margin-bottom-4 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-4 {
    margin-bottom: 20px !important;
  }
}
.govuk-\!-margin-left-4 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-4 {
    margin-left: 20px !important;
  }
}
.govuk-\!-margin-5 {
  margin: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-5 {
    margin: 25px !important;
  }
}
.govuk-\!-margin-top-5 {
  margin-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-5 {
    margin-top: 25px !important;
  }
}
.govuk-\!-margin-right-5 {
  margin-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-5 {
    margin-right: 25px !important;
  }
}
.govuk-\!-margin-bottom-5 {
  margin-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-5 {
    margin-bottom: 25px !important;
  }
}
.govuk-\!-margin-left-5 {
  margin-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-5 {
    margin-left: 25px !important;
  }
}
.govuk-\!-margin-6 {
  margin: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-6 {
    margin: 30px !important;
  }
}
.govuk-\!-margin-top-6 {
  margin-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-6 {
    margin-top: 30px !important;
  }
}
.govuk-\!-margin-right-6 {
  margin-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-6 {
    margin-right: 30px !important;
  }
}
.govuk-\!-margin-bottom-6 {
  margin-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-6 {
    margin-bottom: 30px !important;
  }
}
.govuk-\!-margin-left-6 {
  margin-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-6 {
    margin-left: 30px !important;
  }
}
.govuk-\!-margin-7 {
  margin: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-7 {
    margin: 40px !important;
  }
}
.govuk-\!-margin-top-7 {
  margin-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-7 {
    margin-top: 40px !important;
  }
}
.govuk-\!-margin-right-7 {
  margin-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-7 {
    margin-right: 40px !important;
  }
}
.govuk-\!-margin-bottom-7 {
  margin-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-7 {
    margin-bottom: 40px !important;
  }
}
.govuk-\!-margin-left-7 {
  margin-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-7 {
    margin-left: 40px !important;
  }
}
.govuk-\!-margin-8 {
  margin: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-8 {
    margin: 50px !important;
  }
}
.govuk-\!-margin-top-8 {
  margin-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-8 {
    margin-top: 50px !important;
  }
}
.govuk-\!-margin-right-8 {
  margin-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-8 {
    margin-right: 50px !important;
  }
}
.govuk-\!-margin-bottom-8 {
  margin-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-8 {
    margin-bottom: 50px !important;
  }
}
.govuk-\!-margin-left-8 {
  margin-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-8 {
    margin-left: 50px !important;
  }
}
.govuk-\!-margin-9 {
  margin: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-9 {
    margin: 60px !important;
  }
}
.govuk-\!-margin-top-9 {
  margin-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-top-9 {
    margin-top: 60px !important;
  }
}
.govuk-\!-margin-right-9 {
  margin-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-right-9 {
    margin-right: 60px !important;
  }
}
.govuk-\!-margin-bottom-9 {
  margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-bottom-9 {
    margin-bottom: 60px !important;
  }
}
.govuk-\!-margin-left-9 {
  margin-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-margin-left-9 {
    margin-left: 60px !important;
  }
}
.govuk-\!-padding-0 {
  padding: 0 !important;
}
.govuk-\!-padding-top-0 {
  padding-top: 0 !important;
}
.govuk-\!-padding-right-0 {
  padding-right: 0 !important;
}
.govuk-\!-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.govuk-\!-padding-left-0 {
  padding-left: 0 !important;
}
.govuk-\!-padding-1 {
  padding: 5px !important;
}
.govuk-\!-padding-top-1 {
  padding-top: 5px !important;
}
.govuk-\!-padding-right-1 {
  padding-right: 5px !important;
}
.govuk-\!-padding-bottom-1 {
  padding-bottom: 5px !important;
}
.govuk-\!-padding-left-1 {
  padding-left: 5px !important;
}
.govuk-\!-padding-2 {
  padding: 10px !important;
}
.govuk-\!-padding-top-2 {
  padding-top: 10px !important;
}
.govuk-\!-padding-right-2 {
  padding-right: 10px !important;
}
.govuk-\!-padding-bottom-2 {
  padding-bottom: 10px !important;
}
.govuk-\!-padding-left-2 {
  padding-left: 10px !important;
}
.govuk-\!-padding-3 {
  padding: 15px !important;
}
.govuk-\!-padding-top-3 {
  padding-top: 15px !important;
}
.govuk-\!-padding-right-3 {
  padding-right: 15px !important;
}
.govuk-\!-padding-bottom-3 {
  padding-bottom: 15px !important;
}
.govuk-\!-padding-left-3 {
  padding-left: 15px !important;
}
.govuk-\!-padding-4 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-4 {
    padding: 20px !important;
  }
}
.govuk-\!-padding-top-4 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-4 {
    padding-top: 20px !important;
  }
}
.govuk-\!-padding-right-4 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-4 {
    padding-right: 20px !important;
  }
}
.govuk-\!-padding-bottom-4 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-4 {
    padding-bottom: 20px !important;
  }
}
.govuk-\!-padding-left-4 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-4 {
    padding-left: 20px !important;
  }
}
.govuk-\!-padding-5 {
  padding: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-5 {
    padding: 25px !important;
  }
}
.govuk-\!-padding-top-5 {
  padding-top: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-5 {
    padding-top: 25px !important;
  }
}
.govuk-\!-padding-right-5 {
  padding-right: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-5 {
    padding-right: 25px !important;
  }
}
.govuk-\!-padding-bottom-5 {
  padding-bottom: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-5 {
    padding-bottom: 25px !important;
  }
}
.govuk-\!-padding-left-5 {
  padding-left: 15px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-5 {
    padding-left: 25px !important;
  }
}
.govuk-\!-padding-6 {
  padding: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-6 {
    padding: 30px !important;
  }
}
.govuk-\!-padding-top-6 {
  padding-top: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-6 {
    padding-top: 30px !important;
  }
}
.govuk-\!-padding-right-6 {
  padding-right: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-6 {
    padding-right: 30px !important;
  }
}
.govuk-\!-padding-bottom-6 {
  padding-bottom: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-6 {
    padding-bottom: 30px !important;
  }
}
.govuk-\!-padding-left-6 {
  padding-left: 20px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-6 {
    padding-left: 30px !important;
  }
}
.govuk-\!-padding-7 {
  padding: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-7 {
    padding: 40px !important;
  }
}
.govuk-\!-padding-top-7 {
  padding-top: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-7 {
    padding-top: 40px !important;
  }
}
.govuk-\!-padding-right-7 {
  padding-right: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-7 {
    padding-right: 40px !important;
  }
}
.govuk-\!-padding-bottom-7 {
  padding-bottom: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-7 {
    padding-bottom: 40px !important;
  }
}
.govuk-\!-padding-left-7 {
  padding-left: 25px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-7 {
    padding-left: 40px !important;
  }
}
.govuk-\!-padding-8 {
  padding: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-8 {
    padding: 50px !important;
  }
}
.govuk-\!-padding-top-8 {
  padding-top: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-8 {
    padding-top: 50px !important;
  }
}
.govuk-\!-padding-right-8 {
  padding-right: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-8 {
    padding-right: 50px !important;
  }
}
.govuk-\!-padding-bottom-8 {
  padding-bottom: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-8 {
    padding-bottom: 50px !important;
  }
}
.govuk-\!-padding-left-8 {
  padding-left: 30px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-8 {
    padding-left: 50px !important;
  }
}
.govuk-\!-padding-9 {
  padding: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-9 {
    padding: 60px !important;
  }
}
.govuk-\!-padding-top-9 {
  padding-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-top-9 {
    padding-top: 60px !important;
  }
}
.govuk-\!-padding-right-9 {
  padding-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-right-9 {
    padding-right: 60px !important;
  }
}
.govuk-\!-padding-bottom-9 {
  padding-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-bottom-9 {
    padding-bottom: 60px !important;
  }
}
.govuk-\!-padding-left-9 {
  padding-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-padding-left-9 {
    padding-left: 60px !important;
  }
}
.govuk-\!-static-margin-0 {
  margin: 0 !important;
}
.govuk-\!-static-margin-top-0 {
  margin-top: 0 !important;
}
.govuk-\!-static-margin-right-0 {
  margin-right: 0 !important;
}
.govuk-\!-static-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.govuk-\!-static-margin-left-0 {
  margin-left: 0 !important;
}
.govuk-\!-static-margin-1 {
  margin: 5px !important;
}
.govuk-\!-static-margin-top-1 {
  margin-top: 5px !important;
}
.govuk-\!-static-margin-right-1 {
  margin-right: 5px !important;
}
.govuk-\!-static-margin-bottom-1 {
  margin-bottom: 5px !important;
}
.govuk-\!-static-margin-left-1 {
  margin-left: 5px !important;
}
.govuk-\!-static-margin-2 {
  margin: 10px !important;
}
.govuk-\!-static-margin-top-2 {
  margin-top: 10px !important;
}
.govuk-\!-static-margin-right-2 {
  margin-right: 10px !important;
}
.govuk-\!-static-margin-bottom-2 {
  margin-bottom: 10px !important;
}
.govuk-\!-static-margin-left-2 {
  margin-left: 10px !important;
}
.govuk-\!-static-margin-3 {
  margin: 15px !important;
}
.govuk-\!-static-margin-top-3 {
  margin-top: 15px !important;
}
.govuk-\!-static-margin-right-3 {
  margin-right: 15px !important;
}
.govuk-\!-static-margin-bottom-3 {
  margin-bottom: 15px !important;
}
.govuk-\!-static-margin-left-3 {
  margin-left: 15px !important;
}
.govuk-\!-static-margin-4 {
  margin: 20px !important;
}
.govuk-\!-static-margin-top-4 {
  margin-top: 20px !important;
}
.govuk-\!-static-margin-right-4 {
  margin-right: 20px !important;
}
.govuk-\!-static-margin-bottom-4 {
  margin-bottom: 20px !important;
}
.govuk-\!-static-margin-left-4 {
  margin-left: 20px !important;
}
.govuk-\!-static-margin-5 {
  margin: 25px !important;
}
.govuk-\!-static-margin-top-5 {
  margin-top: 25px !important;
}
.govuk-\!-static-margin-right-5 {
  margin-right: 25px !important;
}
.govuk-\!-static-margin-bottom-5 {
  margin-bottom: 25px !important;
}
.govuk-\!-static-margin-left-5 {
  margin-left: 25px !important;
}
.govuk-\!-static-margin-6 {
  margin: 30px !important;
}
.govuk-\!-static-margin-top-6 {
  margin-top: 30px !important;
}
.govuk-\!-static-margin-right-6 {
  margin-right: 30px !important;
}
.govuk-\!-static-margin-bottom-6 {
  margin-bottom: 30px !important;
}
.govuk-\!-static-margin-left-6 {
  margin-left: 30px !important;
}
.govuk-\!-static-margin-7 {
  margin: 40px !important;
}
.govuk-\!-static-margin-top-7 {
  margin-top: 40px !important;
}
.govuk-\!-static-margin-right-7 {
  margin-right: 40px !important;
}
.govuk-\!-static-margin-bottom-7 {
  margin-bottom: 40px !important;
}
.govuk-\!-static-margin-left-7 {
  margin-left: 40px !important;
}
.govuk-\!-static-margin-8 {
  margin: 50px !important;
}
.govuk-\!-static-margin-top-8 {
  margin-top: 50px !important;
}
.govuk-\!-static-margin-right-8 {
  margin-right: 50px !important;
}
.govuk-\!-static-margin-bottom-8 {
  margin-bottom: 50px !important;
}
.govuk-\!-static-margin-left-8 {
  margin-left: 50px !important;
}
.govuk-\!-static-margin-9 {
  margin: 60px !important;
}
.govuk-\!-static-margin-top-9 {
  margin-top: 60px !important;
}
.govuk-\!-static-margin-right-9 {
  margin-right: 60px !important;
}
.govuk-\!-static-margin-bottom-9 {
  margin-bottom: 60px !important;
}
.govuk-\!-static-margin-left-9 {
  margin-left: 60px !important;
}
.govuk-\!-static-padding-0 {
  padding: 0 !important;
}
.govuk-\!-static-padding-top-0 {
  padding-top: 0 !important;
}
.govuk-\!-static-padding-right-0 {
  padding-right: 0 !important;
}
.govuk-\!-static-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.govuk-\!-static-padding-left-0 {
  padding-left: 0 !important;
}
.govuk-\!-static-padding-1 {
  padding: 5px !important;
}
.govuk-\!-static-padding-top-1 {
  padding-top: 5px !important;
}
.govuk-\!-static-padding-right-1 {
  padding-right: 5px !important;
}
.govuk-\!-static-padding-bottom-1 {
  padding-bottom: 5px !important;
}
.govuk-\!-static-padding-left-1 {
  padding-left: 5px !important;
}
.govuk-\!-static-padding-2 {
  padding: 10px !important;
}
.govuk-\!-static-padding-top-2 {
  padding-top: 10px !important;
}
.govuk-\!-static-padding-right-2 {
  padding-right: 10px !important;
}
.govuk-\!-static-padding-bottom-2 {
  padding-bottom: 10px !important;
}
.govuk-\!-static-padding-left-2 {
  padding-left: 10px !important;
}
.govuk-\!-static-padding-3 {
  padding: 15px !important;
}
.govuk-\!-static-padding-top-3 {
  padding-top: 15px !important;
}
.govuk-\!-static-padding-right-3 {
  padding-right: 15px !important;
}
.govuk-\!-static-padding-bottom-3 {
  padding-bottom: 15px !important;
}
.govuk-\!-static-padding-left-3 {
  padding-left: 15px !important;
}
.govuk-\!-static-padding-4 {
  padding: 20px !important;
}
.govuk-\!-static-padding-top-4 {
  padding-top: 20px !important;
}
.govuk-\!-static-padding-right-4 {
  padding-right: 20px !important;
}
.govuk-\!-static-padding-bottom-4 {
  padding-bottom: 20px !important;
}
.govuk-\!-static-padding-left-4 {
  padding-left: 20px !important;
}
.govuk-\!-static-padding-5 {
  padding: 25px !important;
}
.govuk-\!-static-padding-top-5 {
  padding-top: 25px !important;
}
.govuk-\!-static-padding-right-5 {
  padding-right: 25px !important;
}
.govuk-\!-static-padding-bottom-5 {
  padding-bottom: 25px !important;
}
.govuk-\!-static-padding-left-5 {
  padding-left: 25px !important;
}
.govuk-\!-static-padding-6 {
  padding: 30px !important;
}
.govuk-\!-static-padding-top-6 {
  padding-top: 30px !important;
}
.govuk-\!-static-padding-right-6 {
  padding-right: 30px !important;
}
.govuk-\!-static-padding-bottom-6 {
  padding-bottom: 30px !important;
}
.govuk-\!-static-padding-left-6 {
  padding-left: 30px !important;
}
.govuk-\!-static-padding-7 {
  padding: 40px !important;
}
.govuk-\!-static-padding-top-7 {
  padding-top: 40px !important;
}
.govuk-\!-static-padding-right-7 {
  padding-right: 40px !important;
}
.govuk-\!-static-padding-bottom-7 {
  padding-bottom: 40px !important;
}
.govuk-\!-static-padding-left-7 {
  padding-left: 40px !important;
}
.govuk-\!-static-padding-8 {
  padding: 50px !important;
}
.govuk-\!-static-padding-top-8 {
  padding-top: 50px !important;
}
.govuk-\!-static-padding-right-8 {
  padding-right: 50px !important;
}
.govuk-\!-static-padding-bottom-8 {
  padding-bottom: 50px !important;
}
.govuk-\!-static-padding-left-8 {
  padding-left: 50px !important;
}
.govuk-\!-static-padding-9 {
  padding: 60px !important;
}
.govuk-\!-static-padding-top-9 {
  padding-top: 60px !important;
}
.govuk-\!-static-padding-right-9 {
  padding-right: 60px !important;
}
.govuk-\!-static-padding-bottom-9 {
  padding-bottom: 60px !important;
}
.govuk-\!-static-padding-left-9 {
  padding-left: 60px !important;
}
.govuk-\!-text-align-left {
  text-align: left !important;
}
.govuk-\!-text-align-centre {
  text-align: center !important;
}
.govuk-\!-text-align-right {
  text-align: right !important;
}
.govuk-\!-font-size-80 {
  font-size: 3.3125rem !important;
  line-height: 1.0377358491 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-80 {
    font-size: 5rem !important;
    line-height: 1 !important;
  }
}
@media print {
  .govuk-\!-font-size-80 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}
.govuk-\!-font-size-48 {
  font-size: 2rem !important;
  line-height: 1.09375 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-48 {
    font-size: 3rem !important;
    line-height: 1.0416666667 !important;
  }
}
@media print {
  .govuk-\!-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-36 {
  font-size: 1.6875rem !important;
  line-height: 1.1111111111 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-36 {
    font-size: 2.25rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-36 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}
.govuk-\!-font-size-27 {
  font-size: 1.3125rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-27 {
    font-size: 1.6875rem !important;
    line-height: 1.1111111111 !important;
  }
}
@media print {
  .govuk-\!-font-size-27 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-24 {
  font-size: 1.3125rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-\!-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-19 {
  font-size: 1.1875rem !important;
  line-height: 1.3157894737 !important;
}
@media print {
  .govuk-\!-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}
.govuk-\!-font-size-16 {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
@media print {
  .govuk-\!-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}
.govuk-\!-font-size-14 {
  font-size: 0.875rem !important;
  line-height: 1.4285714286 !important;
}
@media print {
  .govuk-\!-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}
.govuk-\!-font-weight-regular {
  font-weight: 400 !important;
}
.govuk-\!-font-weight-bold {
  font-weight: 700 !important;
}
.govuk-\!-font-tabular-numbers {
  font-variant-numeric: tabular-nums !important;
}
.govuk-\!-text-break-word {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.govuk-\!-width-full {
  width: 100% !important;
}
.govuk-\!-width-three-quarters {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-three-quarters {
    width: 75% !important;
  }
}
.govuk-\!-width-two-thirds {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-two-thirds {
    width: 66.66% !important;
  }
}
.govuk-\!-width-one-half {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-half {
    width: 50% !important;
  }
}
.govuk-\!-width-one-third {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-third {
    width: 33.33% !important;
  }
}
.govuk-\!-width-one-quarter {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .govuk-\!-width-one-quarter {
    width: 25% !important;
  }
}
.brand--attorney-generals-office.brand__border-color,
.brand--attorney-generals-office .brand__border-color {
  border-color: #a91c8e;
}
.brand--cabinet-office.brand__border-color,
.brand--cabinet-office .brand__border-color {
  border-color: #0056b8;
}
.brand--civil-service.brand__border-color,
.brand--civil-service .brand__border-color {
  border-color: #b2292e;
}
.brand--department-for-business-trade.brand__border-color,
.brand--department-for-business-trade .brand__border-color {
  border-color: #e52d13;
}
.brand--department-for-business-energy-industrial-strategy.brand__border-color,
.brand--department-for-business-energy-industrial-strategy
  .brand__border-color {
  border-color: #003479;
}
.brand--department-for-business-innovation-skills.brand__border-color,
.brand--department-for-business-innovation-skills .brand__border-color {
  border-color: #003479;
}
.brand--department-for-communities-local-government.brand__border-color,
.brand--department-for-communities-local-government .brand__border-color {
  border-color: #099;
}
.brand--department-for-culture-media-sport.brand__border-color,
.brand--department-for-culture-media-sport .brand__border-color {
  border-color: #ed1588;
}
.brand--department-for-digital-culture-media-sport.brand__border-color,
.brand--department-for-digital-culture-media-sport .brand__border-color {
  border-color: #d40072;
}
.brand--department-for-education.brand__border-color,
.brand--department-for-education .brand__border-color {
  border-color: #003764;
}
.brand--department-for-energy-security-net-zero.brand__border-color,
.brand--department-for-energy-security-net-zero .brand__border-color {
  border-color: #00a33b;
}
.brand--department-for-environment-food-rural-affairs.brand__border-color,
.brand--department-for-environment-food-rural-affairs .brand__border-color {
  border-color: #00a33b;
}
.brand--department-for-exiting-the-european-union.brand__border-color,
.brand--department-for-exiting-the-european-union .brand__border-color {
  border-color: #009fe3;
}
.brand--department-for-international-development.brand__border-color,
.brand--department-for-international-development .brand__border-color {
  border-color: #002878;
}
.brand--department-for-international-trade.brand__border-color,
.brand--department-for-international-trade .brand__border-color {
  border-color: #cf102d;
}
.brand--department-for-levelling-up-housing-communities.brand__border-color,
.brand--department-for-levelling-up-housing-communities .brand__border-color {
  border-color: #012169;
}
.brand--department-for-science-innovation-technology.brand__border-color,
.brand--department-for-science-innovation-technology .brand__border-color {
  border-color: #00f8f8;
}
.brand--department-for-transport.brand__border-color,
.brand--department-for-transport .brand__border-color {
  border-color: #006853;
}
.brand--department-for-work-pensions.brand__border-color,
.brand--department-for-work-pensions .brand__border-color {
  border-color: #00bcb5;
}
.brand--department-of-energy-climate-change.brand__border-color,
.brand--department-of-energy-climate-change .brand__border-color {
  border-color: #009ddb;
}
.brand--department-of-health.brand__border-color,
.brand--department-of-health .brand__border-color {
  border-color: #00ad93;
}
.brand--department-of-health-social-care.brand__border-color,
.brand--department-of-health-social-care .brand__border-color {
  border-color: #00a990;
}
.brand--foreign-commonwealth-office.brand__border-color,
.brand--foreign-commonwealth-office .brand__border-color {
  border-color: #003e74;
}
.brand--foreign-commonwealth-development-office.brand__border-color,
.brand--foreign-commonwealth-development-office .brand__border-color {
  border-color: #012069;
}
.brand--government-equalities-office.brand__border-color,
.brand--government-equalities-office .brand__border-color {
  border-color: #0056b8;
}
.brand--hm-government.brand__border-color,
.brand--hm-government .brand__border-color {
  border-color: #266ebc;
}
.brand--hm-revenue-customs.brand__border-color,
.brand--hm-revenue-customs .brand__border-color {
  border-color: #008670;
}
.brand--hm-treasury.brand__border-color,
.brand--hm-treasury .brand__border-color {
  border-color: #b2292e;
}
.brand--home-office.brand__border-color,
.brand--home-office .brand__border-color {
  border-color: #732282;
}
.brand--ministry-of-defence.brand__border-color,
.brand--ministry-of-defence .brand__border-color {
  border-color: #532a45;
}
.brand--ministry-of-housing-communities-local-government.brand__border-color,
.brand--ministry-of-housing-communities-local-government .brand__border-color {
  border-color: #00625e;
}
.brand--ministry-of-justice.brand__border-color,
.brand--ministry-of-justice .brand__border-color {
  border-color: #000;
}
.brand--northern-ireland-office.brand__border-color,
.brand--northern-ireland-office .brand__border-color {
  border-color: #00205c;
}
.brand--office-of-the-advocate-general-for-scotland.brand__border-color,
.brand--office-of-the-advocate-general-for-scotland .brand__border-color {
  border-color: #00205c;
}
.brand--office-of-the-leader-of-the-house-of-commons.brand__border-color,
.brand--office-of-the-leader-of-the-house-of-commons .brand__border-color {
  border-color: #497629;
}
.brand--office-of-the-leader-of-the-house-of-lords.brand__border-color,
.brand--office-of-the-leader-of-the-house-of-lords .brand__border-color {
  border-color: #9c182f;
}
.brand--office-of-the-secretary-of-state-for-scotland.brand__border-color,
.brand--office-of-the-secretary-of-state-for-scotland .brand__border-color {
  border-color: #00205c;
}
.brand--office-of-the-secretary-of-state-for-wales.brand__border-color,
.brand--office-of-the-secretary-of-state-for-wales .brand__border-color {
  border-color: #a8353a;
}
.brand--prime-ministers-office-10-downing-street.brand__border-color,
.brand--prime-ministers-office-10-downing-street .brand__border-color {
  border-color: #0b0c0c;
}
.brand--scotland-office.brand__border-color,
.brand--scotland-office .brand__border-color {
  border-color: #00205c;
}
.brand--serious-fraud-office.brand__border-color,
.brand--serious-fraud-office .brand__border-color {
  border-color: #82368c;
}
.brand--uk-export-finance.brand__border-color,
.brand--uk-export-finance .brand__border-color {
  border-color: #cf102d;
}
.brand--uk-trade-investment.brand__border-color,
.brand--uk-trade-investment .brand__border-color {
  border-color: #c80651;
}
.brand--wales-office.brand__border-color,
.brand--wales-office .brand__border-color {
  border-color: #a33038;
}
.brand--the-office-of-the-leader-of-the-house-of-commons.brand__border-color,
.brand--the-office-of-the-leader-of-the-house-of-commons .brand__border-color {
  border-color: #497629;
}
.brand--prime-ministers-office-10-downing-street .brand__color {
  color: #0b0c0c;
}
.brand--prime-ministers-office-10-downing-street .brand__color:link,
.brand--prime-ministers-office-10-downing-street .brand__color:visited,
.brand--prime-ministers-office-10-downing-street .brand__color:active {
  color: #0b0c0c;
}
.brand--prime-ministers-office-10-downing-street .brand__color:hover,
.brand--prime-ministers-office-10-downing-street .brand__color:focus {
  color: #0b0c0c;
}
.brand--prime-ministers-office-10-downing-street.brand__border-color,
.brand--prime-ministers-office-10-downing-street .brand__border-color {
  border-color: #0b0c0c;
}
.brand--civil-service.brand__border-color,
.brand--civil-service .brand__border-color {
  border-color: #0b0c0c;
}
.brand--department-for-science-innovation-and-technology.brand__border-color,
.brand--department-for-science-innovation-and-technology .brand__border-color {
  border-color: #00f8f8;
}
.brand--government-digital-service.brand__border-color,
.brand--government-digital-service .brand__border-color {
  border-color: #16eeee;
}
.gem-link--destructive {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-link--destructive {
    font-family: sans-serif;
  }
}
@media print {
  .gem-link--destructive {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-link--destructive:link {
  color: #d4351c;
}
.gem-link--destructive:visited,
.gem-link--destructive:hover,
.gem-link--destructive:active {
  color: rgb(189.475, 47.36875, 25.025);
}
.gem-link--destructive:focus {
  color: #0b0c0c;
}
@media print {
  .gem-print-columns-none {
    width: 100%;
  }
  .gem-print-columns-none > .govuk-width-container {
    margin: 0;
    max-width: none;
  }
  .gem-print-columns-none > [class*="govuk-grid-column"] {
    position: static !important;
    float: none;
    clear: both;
    width: 100%;
  }
}
@media print {
  .gem-print-force-link-styles,
  .gem-print-force-link-styles:link,
  .gem-print-force-link-styles:visited,
  .gem-print-force-link-styles-within .govuk-link,
  .gem-print-force-link-styles-within .govuk-link:link,
  .gem-print-force-link-styles-within .govuk-link:visited {
    color: #000 !important;
  }
  .gem-print-force-link-styles::after,
  .gem-print-force-link-styles-within .govuk-link::after {
    display: block;
    margin: 1mm auto;
    font-size: 12pt;
    font-weight: normal;
    color: #000 !important;
  }
}
.govuk-accordion {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-accordion {
    margin-bottom: 30px;
  }
}
.govuk-accordion__section {
  padding-top: 15px;
}
.govuk-accordion__section-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.govuk-accordion__section-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  color: #0b0c0c;
  display: block;
  margin-bottom: 0;
  padding-top: 15px;
}
@media print {
  .govuk-accordion__section-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-accordion__section-button {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-accordion__section-button {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-accordion__section-button {
    color: #000;
  }
}
.govuk-accordion__section-content > :last-child {
  margin-bottom: 0;
}
.govuk-frontend-supported .govuk-accordion {
  border-bottom: 1px solid #b1b4b6;
}
.govuk-frontend-supported .govuk-accordion__section {
  padding-top: 0;
}
.govuk-frontend-supported .govuk-accordion__section-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-content {
    padding-bottom: 50px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-content[hidden] {
  padding-top: 0;
  padding-bottom: 0;
}
@supports (content-visibility: hidden) {
  .govuk-frontend-supported .govuk-accordion__section-content[hidden] {
    content-visibility: hidden;
    display: inherit;
  }
}
.govuk-frontend-supported
  .govuk-accordion__section--expanded
  .govuk-accordion__section-content {
  display: block;
}
.govuk-frontend-supported .govuk-accordion__show-all {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  padding: 5px 2px 5px 0;
  border-width: 0;
  color: #1d70b8;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-frontend-supported .govuk-accordion__show-all {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__show-all {
    margin-bottom: 14px;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-frontend-supported .govuk-accordion__show-all:hover {
  color: #0b0c0c;
  background: #f3f2f1;
  box-shadow:
    0 -2px #f3f2f1,
    0 4px #f3f2f1;
}
.govuk-frontend-supported
  .govuk-accordion__show-all:hover
  .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__show-all:hover
  .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__show-all:hover
  .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__show-all:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-frontend-supported .govuk-accordion__show-all:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported
  .govuk-accordion__show-all:focus
  .govuk-accordion-nav__chevron {
  background: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__show-all:focus
  .govuk-accordion-nav__chevron::after {
  color: #fd0;
}
.govuk-frontend-supported .govuk-accordion__section-heading {
  padding: 0;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  vertical-align: middle;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(-45deg);
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
}
.govuk-frontend-supported .govuk-accordion-nav__chevron--down {
  transform: rotate(180deg);
}
.govuk-frontend-supported .govuk-accordion__section-button {
  width: 100%;
  padding: 10px 0 0;
  border: 0;
  border-top: 1px solid #b1b4b6;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-accordion__section-button {
    padding-bottom: 10px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-button:active {
  color: #0b0c0c;
  background: none;
}
.govuk-frontend-supported .govuk-accordion__section-button:hover {
  color: #0b0c0c;
  background: #f3f2f1;
}
.govuk-frontend-supported
  .govuk-accordion__section-button:hover
  .govuk-accordion__section-toggle-text {
  color: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__section-button:hover
  .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__section-button:hover
  .govuk-accordion-nav__chevron::after {
  color: #f3f2f1;
}
.govuk-frontend-supported .govuk-accordion__section-button:focus {
  outline: 0;
}
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion__section-summary-focus,
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion__section-toggle-focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-toggle-focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion-nav__chevron::after {
  color: #fd0;
}
.govuk-frontend-supported .govuk-accordion__section-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-frontend-supported
  .govuk-accordion__section--expanded
  .govuk-accordion__section-button {
  padding-bottom: 15px;
  border-bottom: 0;
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported
    .govuk-accordion__section--expanded
    .govuk-accordion__section-button {
    padding-bottom: 20px;
  }
}
.govuk-frontend-supported
  .govuk-accordion__section-button:focus
  .govuk-accordion__section-toggle-focus {
  padding-bottom: 3px;
}
@media (min-width: 48.0625em) {
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-toggle-focus {
    padding-bottom: 2px;
  }
}
.govuk-frontend-supported .govuk-accordion__section-toggle,
.govuk-frontend-supported .govuk-accordion__section-heading-text,
.govuk-frontend-supported .govuk-accordion__section-summary {
  display: block;
  margin-bottom: 13px;
}
.govuk-frontend-supported
  .govuk-accordion__section-toggle
  .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported
  .govuk-accordion__section-toggle
  .govuk-accordion__section-summary-focus,
.govuk-frontend-supported
  .govuk-accordion__section-toggle
  .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported
  .govuk-accordion__section-heading-text
  .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported
  .govuk-accordion__section-heading-text
  .govuk-accordion__section-summary-focus,
.govuk-frontend-supported
  .govuk-accordion__section-heading-text
  .govuk-accordion__section-toggle-focus,
.govuk-frontend-supported
  .govuk-accordion__section-summary
  .govuk-accordion__section-heading-text-focus,
.govuk-frontend-supported
  .govuk-accordion__section-summary
  .govuk-accordion__section-summary-focus,
.govuk-frontend-supported
  .govuk-accordion__section-summary
  .govuk-accordion__section-toggle-focus {
  display: inline;
}
.govuk-frontend-supported .govuk-accordion__section-toggle {
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  font-weight: 400;
  color: #1d70b8;
}
@media print {
  .govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-frontend-supported .govuk-accordion__show-all-text,
.govuk-frontend-supported .govuk-accordion__section-toggle-text {
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (forced-colors: active) {
  .govuk-frontend-supported
    .govuk-accordion__show-all:hover
    .govuk-accordion-nav__chevron,
  .govuk-frontend-supported
    .govuk-accordion__section-button:hover
    .govuk-accordion-nav__chevron {
    background-color: rgba(0, 0, 0, 0);
  }
  .govuk-frontend-supported
    .govuk-accordion__show-all:focus
    .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported
    .govuk-accordion__show-all:focus
    .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported
    .govuk-accordion__show-all:focus
    .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported
    .govuk-accordion__show-all:focus
    .govuk-accordion-nav__chevron,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-heading-text-focus,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-summary-focus,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion__section-toggle-focus,
  .govuk-frontend-supported
    .govuk-accordion__section-button:focus
    .govuk-accordion-nav__chevron {
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (hover: none) {
  .govuk-frontend-supported .govuk-accordion__section-header:hover {
    border-top-color: #b1b4b6;
    box-shadow: inset 0 3px 0 0 #1d70b8;
  }
  .govuk-frontend-supported
    .govuk-accordion__section-header:hover
    .govuk-accordion__section-button {
    border-top-color: #b1b4b6;
  }
}
.gem-c-accordion__show-all > * {
  pointer-events: none;
}
@media print {
  .govuk-accordion__section-content {
    display: block !important;
  }
  .govuk-accordion__section-content > :last-child {
    margin-bottom: 20px;
  }
  @supports (content-visibility: hidden) {
    .govuk-frontend-supported .govuk-accordion__section-content[hidden] {
      content-visibility: auto;
    }
  }
  .govuk-accordion__section-button {
    color: #0b0c0c !important;
    padding: 20px 0 0 !important;
    border-bottom: 0 !important;
  }
  .govuk-accordion__section-summary {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .govuk-accordion__section-summary {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-accordion__section-summary {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
  .govuk-accordion__show-all,
  .govuk-accordion__section-toggle {
    display: none !important;
  }
  .govuk-accordion__section--expanded .govuk-accordion__section-content {
    padding: 0 !important;
  }
}
.gem-c-action-link {
  display: table;
}
@media (max-width: 40.0525em) {
  .gem-c-action-link {
    max-width: 410px;
  }
}
.gem-c-action-link__icon {
  display: table-cell;
  line-height: 1;
  width: 36px;
  vertical-align: middle;
}
@media (min-width: 40.0625em) {
  .gem-c-action-link__icon {
    width: 45px;
  }
}
.gem-c-action-link__svg {
  height: 28px;
  vertical-align: middle;
  width: 28px;
}
.gem-c-action-link__svg .gem-c-action-link__icon__circle {
  fill: #eeefef;
}
@media (forced-colors: active) {
  .gem-c-action-link__svg .gem-c-action-link__icon__circle {
    fill: LinkText;
  }
}
.gem-c-action-link__svg .gem-c-action-link__icon__arrow {
  fill: #000;
}
@media (forced-colors: active) {
  .gem-c-action-link__svg .gem-c-action-link__icon__arrow {
    fill: Canvas;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-action-link__svg {
    height: 35px;
    width: 35px;
  }
}
.gem-c-action-link__icon--simple {
  padding-top: 2px;
  width: 30px;
}
.gem-c-action-link__icon--simple .gem-c-action-link__svg {
  height: 25px;
  width: 25px;
}
.gem-c-action-link__icon--simple .gem-c-action-link__icon__arrow {
  fill: #272828;
}
@media (forced-colors: active) {
  .gem-c-action-link__icon--simple .gem-c-action-link__icon__arrow {
    fill: currentcolor;
  }
}
.gem-c-action-link__link-wrapper {
  display: table-cell;
  vertical-align: middle;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
}
@media print {
  .gem-c-action-link__link-wrapper {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-action-link__link-wrapper {
    font-size: 14pt;
    line-height: 1.3;
  }
}
.gem-c-action-link--large .gem-c-action-link__icon {
  height: 40px;
  width: 56px;
}
.gem-c-action-link--large .gem-c-action-link__svg {
  height: 40px;
  width: 40px;
}
@media print {
  .gem-c-action-link * {
    color: #000 !important;
  }
  .gem-c-action-link .gem-c-action-link__icon {
    display: none;
  }
}
.gem-c-app-promo-banner {
  display: none;
  padding: 25px 0;
  border-top: 4px solid #1d70b8;
  background-color: #f4f8fb;
  color: #0b0c0c;
}
@media print {
  .gem-c-app-promo-banner {
    color: #000;
  }
}
.gem-c-app-promo-banner--visible {
  display: block;
}
.gem-c-app-promo-banner__container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.gem-c-app-promo-banner__icon {
  flex: 0 1 64px;
  min-width: 60px;
  height: auto;
}
.gem-c-app-promo-banner__content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-app-promo-banner__content {
    flex-direction: column;
    align-items: start;
  }
}
.gem-c-app-promo-banner__text {
  text-wrap-style: balance;
}
.gem-c-app-promo-banner__close-button {
  border: 0;
  padding: 0;
  color: #484949;
  background: none;
  flex: 0 0 24px;
  height: 24px;
}
.gem-c-app-promo-banner__close-button:hover {
  cursor: pointer;
  box-shadow: 0 4px #0b0c0c;
}
.gem-c-app-promo-banner__close-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-app-promo-banner__close-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-attachment {
  position: relative;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-attachment {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-attachment {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-attachment::after {
  content: "";
  display: block;
  clear: both;
}
.gem-c-attachment__thumbnail {
  position: relative;
  width: auto;
  padding: 5px;
  float: left;
}
.gem-c-attachment__thumbnail-image {
  display: block;
  width: auto;
  max-width: 66px;
  height: 93.3333333333px;
  border: rgba(11, 12, 12, 0.1);
  outline: 5px solid rgba(11, 12, 12, 0.1);
  background: #fff;
  box-shadow: 0 2px 2px rgba(11, 12, 12, 0.4);
  fill: #b1b4b6;
  stroke: #b1b4b6;
}
@media (min-width: 40.0625em) {
  .gem-c-attachment__thumbnail-image {
    max-width: 99px;
    height: 140px;
  }
}
.gem-c-attachment__details {
  padding-left: 89.3333333333px;
}
@media (min-width: 40.0625em) {
  .gem-c-attachment__details {
    padding-left: 134px;
  }
}
.gem-c-attachment__details .gem-c-details {
  margin-top: 15px;
  word-break: break-word;
  word-wrap: break-word;
}
.gem-c-attachment__title {
  margin: 0 0 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-attachment__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-attachment__title {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .gem-c-attachment__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-attachment__metadata {
  margin: 0 0 15px;
  color: #505a5f;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .gem-c-attachment__metadata {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-attachment__metadata {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-attachment__metadata:last-of-type {
  margin-bottom: 0;
}
.govspeak .gem-c-attachment__title,
.gem-c-govspeak .gem-c-attachment__title {
  margin: 0 0 15px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .govspeak .gem-c-attachment__title,
  .gem-c-govspeak .gem-c-attachment__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .gem-c-attachment__title,
  .gem-c-govspeak .gem-c-attachment__title {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govspeak .gem-c-attachment__title,
  .gem-c-govspeak .gem-c-attachment__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govspeak .gem-c-attachment__metadata,
.gem-c-govspeak .gem-c-attachment__metadata {
  margin: 0 0 15px 0;
}
.gem-c-attachment__metadata--compact {
  margin-bottom: 0;
}
.gem-c-attachment__abbr {
  text-decoration: none;
  cursor: help;
}
@media print {
  .gem-c-attachment__details {
    padding: 0;
  }
  .gem-c-attachment__metadata {
    color: #000;
  }
  .gem-c-attachment__metadata,
  .gem-c-attachment__metadata .govuk-link::after {
    font-size: 12pt;
  }
  .gem-c-attachment__link.govuk-link {
    word-break: break-word;
  }
  .gem-c-attachment__link.govuk-link::after {
    font-size: 12pt;
    line-height: 1 !important;
  }
}
.govuk-back-link {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0.875em;
}
@media print {
  .govuk-back-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-back-link {
    font-family: sans-serif;
  }
}
.govuk-back-link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-back-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-back-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-back-link:link,
.govuk-back-link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-back-link:link,
  .govuk-back-link:visited {
    color: #000;
  }
}
.govuk-back-link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-back-link:active,
.govuk-back-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-back-link:active,
  .govuk-back-link:focus {
    color: #000;
  }
}
.govuk-back-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.1875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
@supports (border-width: max(0px)) {
  .govuk-back-link::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}
.govuk-back-link:focus::before {
  border-color: #0b0c0c;
}
.govuk-back-link::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: -14px;
  left: 0;
}
.govuk-back-link--inverse:link,
.govuk-back-link--inverse:visited {
  color: #fff;
}
.govuk-back-link--inverse:hover,
.govuk-back-link--inverse:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.govuk-back-link--inverse:focus {
  color: #0b0c0c;
}
.govuk-back-link--inverse::before {
  border-color: currentcolor;
}
.gem-c-back-to-top-link {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.gem-c-back-to-top-link__icon {
  float: left;
  margin-right: 0.3em;
  width: 0.8em;
  height: 0.968em;
}
.gem-c-big-number {
  margin-bottom: 15px;
  color: #0b0c0c;
}
@media print {
  .gem-c-big-number {
    color: #000;
  }
}
.gem-c-big-number__value {
  line-height: 1;
  font-size: 80px;
  font-size: 5rem;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}
@media print {
  .gem-c-big-number__value {
    font-family: sans-serif;
  }
}
.gem-c-big-number__label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-big-number__label {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-big-number__label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-big-number__label::before {
  content: "";
  display: block;
}
.gem-c-big-number__link {
  display: inline-block;
  text-decoration: none;
}
.gem-c-big-number__link .gem-c-big-number__value--decorated {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
.gem-c-big-number__link
  .gem-c-big-number__value--decorated:not(:hover):not(:active) {
  text-decoration: none;
}
.gem-c-big-number__link .gem-c-big-number__label {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
.gem-c-big-number__link:hover .gem-c-big-number__label,
.gem-c-big-number__link:hover .gem-c-big-number__value--decorated,
.gem-c-big-number__link:active .gem-c-big-number__label,
.gem-c-big-number__link:active .gem-c-big-number__value--decorated {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-big-number__link:focus .gem-c-big-number__label,
.gem-c-big-number__link:focus .gem-c-big-number__value--decorated,
.gem-c-big-number__link:focus:hover .gem-c-big-number__label,
.gem-c-big-number__link:focus:hover .gem-c-big-number__value--decorated {
  text-decoration: none;
}
.gem-c-big-number__suffix {
  vertical-align: middle;
}
.govuk-breadcrumbs {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media print {
  .govuk-breadcrumbs {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-breadcrumbs {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govuk-breadcrumbs {
    color: #000;
  }
}
.govuk-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.govuk-breadcrumbs__list::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  margin-left: 0.625em;
  padding-left: 0.9784375em;
  float: left;
}
.govuk-breadcrumbs__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.206875em;
  width: 0.4375em;
  height: 0.4375em;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
@supports (border-width: max(0px)) {
  .govuk-breadcrumbs__list-item::before {
    border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
    font-size: max(16px, 1em);
  }
}
.govuk-breadcrumbs__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.govuk-breadcrumbs__list-item:first-child::before {
  content: none;
  display: none;
}
.govuk-breadcrumbs__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .govuk-breadcrumbs__link {
    font-family: sans-serif;
  }
}
.govuk-breadcrumbs__link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-breadcrumbs__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-breadcrumbs__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-breadcrumbs__link:link,
.govuk-breadcrumbs__link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-breadcrumbs__link:link,
  .govuk-breadcrumbs__link:visited {
    color: #000;
  }
}
.govuk-breadcrumbs__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-breadcrumbs__link:active,
.govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-breadcrumbs__link:active,
  .govuk-breadcrumbs__link:focus {
    color: #000;
  }
}
@media (max-width: 40.0525em) {
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
    display: none;
  }
  .govuk-breadcrumbs--collapse-on-mobile
    .govuk-breadcrumbs__list-item:first-child,
  .govuk-breadcrumbs--collapse-on-mobile
    .govuk-breadcrumbs__list-item:last-child {
    display: inline-block;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item::before {
    top: 0.375em;
    margin: 0;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
    display: flex;
  }
}
.govuk-breadcrumbs--inverse {
  color: #fff;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:link,
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:visited {
  color: #fff;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:hover,
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
  color: #0b0c0c;
}
.govuk-breadcrumbs--inverse .govuk-breadcrumbs__list-item::before {
  border-color: currentcolor;
}
.gem-c-breadcrumbs--border-bottom {
  border-bottom: 1px solid #b1b4b6;
  padding-bottom: 5px;
}
@media (max-width: 40.0525em) {
  .gem-c-breadcrumbs--border-bottom.govuk-breadcrumbs--collapse-on-mobile {
    padding-bottom: 0;
  }
}
@media (max-width: 40.0525em) {
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item::before {
    top: 20px;
  }
  .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.gem-c-breadcrumbs[dir="rtl"] {
  text-align: start;
}
.gem-c-breadcrumbs[dir="rtl"] .govuk-breadcrumbs__list-item {
  float: inline-start;
  margin-inline-end: 0.625em;
  padding-inline-end: 0.978em;
}
.gem-c-breadcrumbs[dir="rtl"] .govuk-breadcrumbs__list-item::before {
  transform: rotate(-135deg);
  left: 0;
  right: -1.2069em;
}
@media print {
  .gem-c-breadcrumbs {
    font-size: 12pt;
  }
  .gem-c-breadcrumbs
    .govuk-breadcrumbs__list-item
    .govuk-breadcrumbs__link:link,
  .gem-c-breadcrumbs
    .govuk-breadcrumbs__list-item
    .govuk-breadcrumbs__link:visited,
  .govuk-breadcrumbs
    .govuk-breadcrumbs__list-item
    .govuk-breadcrumbs__link:link,
  .govuk-breadcrumbs
    .govuk-breadcrumbs__list-item
    .govuk-breadcrumbs__link:visited {
    color: #000;
  }
  .gem-c-breadcrumbs .govuk-breadcrumbs__list-item::before,
  .govuk-breadcrumbs .govuk-breadcrumbs__list-item::before {
    border-color: #000;
  }
}
.govuk-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 22px;
  padding: 8px 10px 7px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  background-color: #00703c;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .govuk-button {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    margin-bottom: 32px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-button {
    width: auto;
  }
}
.govuk-button:link,
.govuk-button:visited,
.govuk-button:active,
.govuk-button:hover {
  color: #fff;
  text-decoration: none;
}
.govuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.govuk-button:hover {
  background-color: #005a30;
}
.govuk-button:active {
  top: 2px;
}
.govuk-button:focus {
  border-color: #fd0;
  outline: 3px solid rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #fd0;
}
.govuk-button:focus:not(:active):not(:hover) {
  border-color: #fd0;
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow: 0 2px 0 #0b0c0c;
}
.govuk-button::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: rgba(0, 0, 0, 0);
}
.govuk-button:active::before {
  top: -4px;
}
.govuk-button[disabled] {
  opacity: 0.5;
}
.govuk-button[disabled]:hover {
  background-color: #00703c;
  cursor: not-allowed;
}
.govuk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}
.govuk-button--secondary {
  background-color: #f3f2f1;
  box-shadow: 0 2px 0 #929191;
}
.govuk-button--secondary,
.govuk-button--secondary:link,
.govuk-button--secondary:visited,
.govuk-button--secondary:active,
.govuk-button--secondary:hover {
  color: #0b0c0c;
}
.govuk-button--secondary:hover {
  background-color: #dbdad9;
}
.govuk-button--secondary:hover[disabled] {
  background-color: #f3f2f1;
}
.govuk-button--warning {
  background-color: #d4351c;
  box-shadow: 0 2px 0 #55150b;
}
.govuk-button--warning,
.govuk-button--warning:link,
.govuk-button--warning:visited,
.govuk-button--warning:active,
.govuk-button--warning:hover {
  color: #fff;
}
.govuk-button--warning:hover {
  background-color: #aa2a16;
}
.govuk-button--warning:hover[disabled] {
  background-color: #d4351c;
}
.govuk-button--inverse {
  background-color: #fff;
  box-shadow: 0 2px 0 #144e81;
}
.govuk-button--inverse,
.govuk-button--inverse:link,
.govuk-button--inverse:visited,
.govuk-button--inverse:active,
.govuk-button--inverse:hover {
  color: #1d70b8;
}
.govuk-button--inverse:hover {
  background-color: #e8f1f8;
}
.govuk-button--inverse:hover[disabled] {
  background-color: #fff;
}
.govuk-button--start {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  display: inline-flex;
  min-height: auto;
  justify-content: center;
}
@media (min-width: 40.0625em) {
  .govuk-button--start {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}
.govuk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
  forced-color-adjust: auto;
}
@media (min-width: 48.0625em) {
  .govuk-button__start-icon {
    margin-left: 10px;
  }
}
.gem-c-button {
  margin-bottom: 0;
}
.gem-c-button--bottom-margin,
.gem-c-button__info-text--bottom-margin {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-button--bottom-margin,
  .gem-c-button__info-text--bottom-margin {
    margin-bottom: 40px;
  }
}
.gem-c-button--inline {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: top;
}
@media (min-width: 48.0625em) {
  .gem-c-button--inline {
    display: inline-block;
    width: auto;
    vertical-align: baseline;
    margin-right: 10px;
  }
}
.gem-c-button__info-text {
  display: block;
  max-width: 14em;
  margin-top: 0.5em;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-button__info-text {
    color: #000;
  }
}
@media print {
  .gem-c-button__info-text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-button__info-text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-button--secondary {
  padding: 8px 10px;
  border-color: #00823b;
  color: #00823b;
  background-color: #fff;
  box-shadow: none;
}
.gem-c-button--secondary:link,
.gem-c-button--secondary:visited,
.gem-c-button--secondary:active,
.gem-c-button--secondary:focus {
  color: #00823b;
  background-color: #fff;
  text-decoration: none;
}
.gem-c-button--secondary:link:focus {
  color: #00823b;
}
.gem-c-button--secondary:hover {
  border-color: rgb(0, 104.5, 47.4269230769);
  color: rgb(0, 104.5, 47.4269230769);
  background-color: #f3f2f1;
  text-decoration: none;
}
.gem-c-button--secondary::before {
  content: none;
}
.gem-c-button--secondary-quiet {
  padding: 8px 10px;
  border-color: #505a5f;
  color: #505a5f;
  background-color: #fff;
  box-shadow: none;
}
.gem-c-button--secondary-quiet:link,
.gem-c-button--secondary-quiet:visited,
.gem-c-button--secondary-quiet:active,
.gem-c-button--secondary-quiet:focus {
  color: #505a5f;
  background-color: #fff;
  text-decoration: none;
}
.gem-c-button--secondary-quiet:link:focus {
  color: #505a5f;
}
.gem-c-button--secondary-quiet:hover {
  border-color: hsl(200, 8.5714285714%, 29.3137254902%);
  color: hsl(200, 8.5714285714%, 29.3137254902%);
  background-color: #f3f2f1;
  text-decoration: none;
}
.gem-c-button--secondary-quiet::before {
  content: none;
}
@media print {
  .gem-c-button {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 5px;
    border: solid 1px #0b0c0c;
    color: #000 !important;
    text-decoration: none;
  }
}
@media print {
  .gem-c-button {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-button {
    font-size: 14pt;
    line-height: 1.2;
  }
  .gem-c-button::after {
    display: none;
  }
}
.gem-c-cards__heading {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .gem-c-cards__heading {
    margin-bottom: 30px;
  }
}
.gem-c-cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 48.0625em) {
  .gem-c-cards__list {
    width: 50%;
  }
  @supports (display: grid) {
    .gem-c-cards__list {
      width: initial;
    }
  }
}
.gem-c-cards__list--one-column .gem-c-cards__list-item:first-child {
  border-top: 0;
}
.gem-c-cards__list--one-column
  .gem-c-cards__list-item:first-child
  .gem-c-cards__list-item-wrapper {
  padding-top: 0;
}
.gem-c-cards__heading--underline + .gem-c-cards__list {
  border-top: 1px solid #b1b4b6;
}
.gem-c-cards__heading--underline
  + .gem-c-cards__list
  .gem-c-cards__list-item:first-child
  .gem-c-cards__list-item-wrapper {
  padding-top: 19px;
}
@media (min-width: 40.0625em) {
  .gem-c-cards__list--two-column-desktop {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 48.0625em) {
  .gem-c-cards__list--three-column-desktop {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gem-c-cards__list-item {
  border-top: 1px solid #b1b4b6;
  padding: 5px 0 20px 0;
}
.gem-c-cards__list-item-wrapper {
  padding: 19px 0 4px;
  position: relative;
}
.gem-c-cards__sub-heading {
  margin: 0 30px 10px 0;
}
@media (min-width: 48.0625em) {
  .gem-c-cards__sub-heading {
    max-width: 66.6667%;
  }
}
.gem-c-cards__link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gem-c-cards__link::before {
  border-right: 3px solid #1d70b8;
  border-top: 3px solid #1d70b8;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: 5px;
  -webkit-transform: translateY(0) rotate(45deg) scale(1);
  -ms-transform: translateY(0) rotate(45deg) scale(1);
  transform: translateY(0) rotate(45deg) scale(1);
  width: 7px;
}
.gem-c-cards__link:hover::before {
  border-color: #003078;
}
.gem-c-cards__link:focus::before {
  border-color: #0b0c0c;
}
.gem-c-cards__description {
  margin: 0 30px 0 0;
}
@media (min-width: 48.0625em) {
  .gem-c-cards__description {
    max-width: 66.6667%;
  }
}
.gem-c-cards__list--two-column-desktop .gem-c-cards__sub-heading,
.gem-c-cards__list--three-column-desktop .gem-c-cards__sub-heading {
  max-width: 100%;
}
.gem-c-cards__list--two-column-desktop .gem-c-cards__description,
.gem-c-cards__list--three-column-desktop .gem-c-cards__description {
  margin: 0;
  max-width: 100%;
}
.gem-c-cards__list--two-column-desktop .gem-c-cards__link::before,
.gem-c-cards__list--three-column-desktop .gem-c-cards__link::before {
  top: 27px;
  margin: 0;
}
@media print {
  .gem-c-cards__list {
    display: block;
  }
  .gem-c-cards__list-item {
    padding: 0;
  }
  .gem-c-cards__list-item-wrapper {
    padding: 5mm 0;
  }
  .gem-c-cards__description {
    margin: 0;
  }
  .gem-c-cards__link::before {
    display: none;
  }
  .gem-c-cards__link::after {
    position: static;
  }
}
.govuk-error-message {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
  color: #d4351c;
}
@media print {
  .govuk-error-message {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.govuk-fieldset::after {
  content: "";
  display: block;
  clear: both;
}
@supports not (caret-color: auto) {
  .govuk-fieldset,
  x:-moz-any-link {
    display: table-cell;
  }
}
.govuk-fieldset__legend {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  white-space: normal;
}
@media print {
  .govuk-fieldset__legend {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-fieldset__legend {
    color: #000;
  }
}
.govuk-fieldset__legend--xl,
.govuk-fieldset__legend--l,
.govuk-fieldset__legend--m {
  font-weight: 700;
  margin-bottom: 15px;
}
.govuk-fieldset__legend--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-fieldset__legend--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-fieldset__legend--l {
  font-size: 1.6875rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-fieldset__legend--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-fieldset__legend--m {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media (min-width: 40.0625em) {
  .govuk-fieldset__legend--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-fieldset__legend--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-fieldset__legend--s {
  font-weight: 700;
}
.govuk-fieldset__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.govuk-hint {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  margin-bottom: 15px;
  color: #505a5f;
}
@media print {
  .govuk-hint {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl)
  + .govuk-hint {
  margin-bottom: 10px;
}
.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(
    .govuk-fieldset__legend--l
  ):not(.govuk-fieldset__legend--xl)
  + .govuk-hint {
  margin-bottom: 10px;
}
.govuk-fieldset__legend + .govuk-hint {
  margin-top: -5px;
}
.govuk-label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  display: block;
  margin-bottom: 5px;
}
@media print {
  .govuk-label {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-label {
    color: #000;
  }
}
.govuk-label--xl,
.govuk-label--l,
.govuk-label--m {
  font-weight: 700;
  margin-bottom: 15px;
}
.govuk-label--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-label--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-label--l {
  font-size: 1.6875rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-label--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-label--m {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media (min-width: 40.0625em) {
  .govuk-label--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-label--s {
  font-weight: 700;
}
.govuk-label-wrapper {
  margin: 0;
}
.govuk-checkboxes__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.govuk-checkboxes__item:last-child,
.govuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}
.govuk-checkboxes__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.govuk-checkboxes__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}
.govuk-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  background: rgba(0, 0, 0, 0);
}
.govuk-checkboxes__label::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 23px;
  height: 12px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: rgba(0, 0, 0, 0);
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}
.govuk-checkboxes__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}
.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl)
  + .govuk-checkboxes__hint {
  margin-bottom: 0;
}
.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
  border-width: 4px;
  outline: 3px solid rgba(0, 0, 0, 0);
  outline-offset: 1px;
  box-shadow: 0 0 0 3px #fd0;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
  opacity: 1;
}
.govuk-checkboxes__input:disabled,
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
  cursor: not-allowed;
}
.govuk-checkboxes__input:disabled + .govuk-checkboxes__label,
.govuk-checkboxes__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}
.govuk-checkboxes__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media print {
  .govuk-checkboxes__divider {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-checkboxes__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-checkboxes__divider {
    color: #000;
  }
}
.govuk-checkboxes__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-checkboxes__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
  display: none;
}
.govuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}
.govuk-checkboxes--small .govuk-checkboxes__item {
  margin-bottom: 0;
}
.govuk-checkboxes--small .govuk-checkboxes__input {
  margin-left: -10px;
}
.govuk-checkboxes--small .govuk-checkboxes__label {
  padding-left: 1px;
}
.govuk-checkboxes--small .govuk-checkboxes__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}
.govuk-checkboxes--small .govuk-checkboxes__label::after {
  top: 17px;
  left: 6px;
  width: 12px;
  height: 6.5px;
  border-width: 0 0 3px 3px;
}
.govuk-checkboxes--small .govuk-checkboxes__hint {
  padding-left: 34px;
}
.govuk-checkboxes--small .govuk-checkboxes__conditional {
  margin-left: 10px;
  padding-left: 20px;
}
.govuk-checkboxes--small .govuk-checkboxes__divider {
  width: 24px;
  margin-bottom: 5px;
}
.govuk-checkboxes--small
  .govuk-checkboxes__item:hover
  .govuk-checkboxes__input:not(:disabled)
  + .govuk-checkboxes__label::before {
  outline: 3px dashed rgba(0, 0, 0, 0);
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}
.govuk-checkboxes--small
  .govuk-checkboxes__item:hover
  .govuk-checkboxes__input:focus
  + .govuk-checkboxes__label::before {
  box-shadow:
    0 0 0 3px #fd0,
    0 0 0 10px #b1b4b6;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-checkboxes--small
    .govuk-checkboxes__item:hover
    .govuk-checkboxes__input:focus
    + .govuk-checkboxes__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-checkboxes--small
    .govuk-checkboxes__item:hover
    .govuk-checkboxes__input:not(:disabled)
    + .govuk-checkboxes__label::before {
    box-shadow: initial;
  }
  .govuk-checkboxes--small
    .govuk-checkboxes__item:hover
    .govuk-checkboxes__input:focus
    + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #fd0;
  }
}
.govuk-checkboxes--nested {
  width: 100%;
  margin-left: 20px;
  box-sizing: border-box;
  border-left-style: solid;
  border-left-width: 4px;
  border-color: #b1b4b6;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.gem-c-checkboxes .gem-c-checkboxes__legend--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gem-c-checkboxes .gem-c-checkboxes__legend--hidden::before {
  content: " ";
}
.gem-c-checkboxes .gem-c-checkboxes__legend--hidden::after {
  content: " ";
}
.gem-c-checkboxes__heading-text {
  margin: 0;
}
.gem-c-contents-list {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 20px 15px -10px #fff;
}
.gem-c-contents-list__title {
  margin: 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media print {
  .gem-c-contents-list__title {
    color: #000;
  }
}
@media print {
  .gem-c-contents-list__title {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-contents-list__title {
    font-size: 14pt;
    line-height: 1.5;
  }
}
.gem-c-contents-list__list,
.gem-c-contents-list__nested-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-contents-list__list,
  .gem-c-contents-list__nested-list {
    color: #000;
  }
}
@media print {
  .gem-c-contents-list__list,
  .gem-c-contents-list__nested-list {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-contents-list__list,
  .gem-c-contents-list__nested-list {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-contents-list__list-item--parent > .gem-c-contents-list__link {
  font-weight: 700;
}
.gem-c-contents-list__list-item {
  padding-top: 10px;
  line-height: 1.3;
  list-style-type: none;
}
@media (min-width: 40.0625em) {
  .gem-c-contents-list__list-item {
    padding-top: 7.5px;
  }
}
.gem-c-contents-list__list-item--dashed {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.gem-c-contents-list__list-item--dashed
  .gem-c-contents-list__list-item-dash::before {
  content: "—";
  position: absolute;
  left: 0;
  width: 20px;
  overflow: hidden;
}
.direction-rtl
  .gem-c-contents-list__list-item--dashed
  .gem-c-contents-list__list-item-dash::before {
  left: auto;
  right: 0;
}
.gem-c-contents-list--alternative-line-style .gem-c-contents-list__title {
  margin-bottom: 15px;
}
.gem-c-contents-list--alternative-line-style .gem-c-contents-list__list-item {
  padding: 10px 0;
  margin: 0;
}
.gem-c-contents-list--alternative-line-style
  .gem-c-contents-list__list-item-dash::before {
  display: none;
}
.gem-c-contents-list--alternative-line-style
  .gem-c-contents-list__list-item--active {
  padding: 5px 10px;
  margin: 5px 0;
  border-left: 4px solid #1d70b8;
  color: #1d70b8;
  font-weight: 700;
}
.gem-c-contents-list__list-item--numbered .gem-c-contents-list__link {
  display: table;
}
.gem-c-contents-list__number,
.gem-c-contents-list__numbered-text {
  display: table-cell;
}
.gem-c-contents-list__number {
  min-width: 1.5em;
}
.gem-c-contents-list__numbered-text {
  padding-left: 0.3em;
}
.direction-rtl .gem-c-contents-list__numbered-text {
  padding-left: 0;
  padding-right: 0.3em;
}
@media print {
  .gem-c-contents-list__list,
  .gem-c-contents-list__nested-list {
    padding-left: 0;
    margin-left: 0;
  }
  .gem-c-contents-list__list-item--numbered,
  .gem-c-contents-list__list-item--parent {
    list-style-type: none;
  }
}
.govuk-frontend-supported .gem-c-contents-list-with-body__sticky-element {
  position: absolute;
  bottom: 0;
}
.govuk-frontend-supported
  .gem-c-contents-list-with-body__sticky-element--stuck-to-window {
  bottom: 0;
  position: fixed;
}
.govuk-frontend-supported
  .gem-c-contents-list-with-body__sticky-element--enabled {
  transition: opacity, 0.3s, ease;
  opacity: 1;
}
@media (max-width: 40.0525em) {
  .govuk-frontend-supported
    .gem-c-contents-list-with-body__sticky-element--enabled {
    position: static;
  }
}
.govuk-frontend-supported
  .gem-c-contents-list-with-body__sticky-element--hidden {
  opacity: 0;
  pointer-events: none;
}
.gem-c-contents-list-with-body__link-container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .gem-c-contents-list-with-body__link-container {
    max-width: 1024px;
  }
}
.gem-c-contents-list-with-body__link-container .gem-c-back-to-top-link {
  margin-left: 0;
  margin-right: 0;
}
.gem-c-contents-list-with-body__list-container {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-contents-list-with-body__list-container {
    margin-bottom: 50px;
  }
}
.gem-c-contents-list-with-body__link-wrapper {
  padding-bottom: 10px;
}
.gem-c-contents-list-with-body__link-wrapper .gem-c-back-to-top-link {
  padding-bottom: 10px;
}
.gem-c-contents-list-with-body__link-wrapper.gem-c-contents-list-with-body__sticky-element--stuck-to-window {
  background-color: #f3f2f1;
  bottom: -1px;
  left: 0;
  margin: 0;
  padding: 0;
  padding-left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (min-width: 40.0625em) {
  .gem-c-contents-list-with-body__link-wrapper.gem-c-contents-list-with-body__sticky-element--stuck-to-window {
    padding-left: 10px;
  }
}
.gem-c-contents-list-with-body__link-wrapper.gem-c-contents-list-with-body__sticky-element--stuck-to-window
  .gem-c-back-to-top-link {
  margin-bottom: 0;
  padding: 15px;
  width: 66%;
}
@media (min-width: 40.0625em) {
  .gem-c-contents-list-with-body__link-wrapper.gem-c-contents-list-with-body__sticky-element--stuck-to-window
    .gem-c-back-to-top-link {
    padding: 20px;
  }
}
.gem-c-contextual-sidebar__related-links {
  border-top: 2px solid #1d70b8;
}
.gem-c-contextual-sidebar__heading {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0b0c0c;
}
.gem-c-contextual-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gem-c-contextual-sidebar__text {
  margin-bottom: 5px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-contextual-sidebar__text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-contextual-sidebar__text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-contextual-sidebar__text {
    margin-bottom: 10px;
  }
}
.gem-c-contextual-sidebar__cta {
  border-top: 2px solid #1d70b8;
  margin-bottom: 30px;
  background-color: #f3f2f1;
  display: block;
  padding: 0 15px 15px;
  text-decoration: none;
}
.gem-c-contextual-sidebar__cta-ukraine {
  margin-top: -7px;
  border-top: 7px solid #4b7ec1;
}
.gem-c-contextual-sidebar__cta-ukraine .gem-c-contextual-sidebar__cta {
  border-top: 7px solid #fed700;
}
.govuk-cookie-banner {
  padding-top: 20px;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  background-color: #f3f2f1;
}
.govuk-template--rebranded .govuk-cookie-banner {
  background-color: #f4f8fb;
}
.govuk-cookie-banner[hidden] {
  display: none;
}
.govuk-cookie-banner__message {
  margin-bottom: -10px;
}
.govuk-cookie-banner__message[hidden] {
  display: none;
}
.govuk-cookie-banner__message:focus {
  outline: none;
}
.gem-c-cookie-banner [hidden],
.gem-c-cookie-banner .govuk-button-group[hidden],
.gem-c-cookie-banner .govuk-cookie-banner__heading[hidden] {
  display: none;
}
.gem-c-cookie-banner__confirmation:focus {
  outline: none;
}
@media print {
  .gem-c-cookie-banner {
    display: none !important;
  }
}
.govuk-details {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}
@media print {
  .govuk-details {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-details {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-details {
    margin-bottom: 30px;
  }
}
.govuk-details__summary {
  display: block;
}
.govuk-details[open] .govuk-details__summary {
  margin-bottom: 5px;
}
.govuk-details__summary-text > :first-child {
  margin-top: 0;
}
.govuk-details__summary-text > :only-child,
.govuk-details__summary-text > :last-child {
  margin-bottom: 0;
}
.govuk-details__text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px;
}
.govuk-details__text > :last-child {
  margin-bottom: 0;
}
@media screen\0 {
  .govuk-details {
    border-left: 10px solid #b1b4b6;
  }
  .govuk-details__summary {
    margin-top: 15px;
  }
  .govuk-details__summary-text {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen\0 and (min-width: 40.0625em) {
  .govuk-details__summary-text {
    margin-bottom: 20px;
  }
}
@supports not (-ms-ime-align: auto) {
  .govuk-details__summary {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    padding-left: 25px;
    color: #1d70b8;
    cursor: pointer;
  }
  .govuk-details__summary:hover {
    color: #003078;
  }
  .govuk-details__summary:focus {
    outline: 3px solid rgba(0, 0, 0, 0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow:
      0 -2px #fd0,
      0 4px #0b0c0c;
    text-decoration: none;
  }
  @supports not (text-wrap: balance) {
    .govuk-details__summary:focus {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
  }
  .govuk-details__summary-text {
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: 0.1578em;
  }
  .govuk-details__summary:hover .govuk-details__summary-text {
    text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
  }
  .govuk-details__summary:focus .govuk-details__summary-text {
    text-decoration: none;
  }
  .govuk-details__summary::-webkit-details-marker {
    display: none;
  }
  .govuk-details__summary::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-width: 7px 0 7px 12.124px;
    border-left-color: inherit;
  }
  .govuk-details[open] > .govuk-details__summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 12.124px 7px 0 7px;
    border-top-color: inherit;
  }
  .govuk-details__text {
    border-left: 5px solid #b1b4b6;
  }
}
.gem-c-details--black .govuk-details__summary {
  color: #0b0c0c;
}
.gem-c-details--black .govuk-details__text {
  border-color: #0b0c0c;
}
.gem-c-details--black .govuk-link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-details--black .govuk-link {
    font-family: sans-serif;
  }
}
.gem-c-details--black .govuk-link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-details--black .govuk-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-details--black .govuk-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-details--black .govuk-link:link {
  color: #1d70b8;
}
.gem-c-details--black .govuk-link:visited {
  color: #4c2c92;
}
.gem-c-details--black .govuk-link:hover {
  color: #003078;
}
.gem-c-details--black .govuk-link:active {
  color: #0b0c0c;
}
.gem-c-details--black .govuk-link:focus {
  color: #0b0c0c;
}
.gem-c-details--inverse .govuk-details__summary,
.gem-c-details--inverse .govuk-details__text {
  color: #fff;
}
.gem-c-details--inverse .govuk-details__summary:focus,
.gem-c-details--inverse .govuk-details__text:focus {
  color: #0b0c0c;
}
.gem-c-details--inverse .govuk-details__text {
  border-color: #fff;
}
.gem-c-details--inverse .govuk-link:link,
.gem-c-details--inverse .govuk-link:visited {
  color: #fff;
}
.gem-c-details--inverse .govuk-link:hover,
.gem-c-details--inverse .govuk-link:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.gem-c-details--inverse .govuk-link:focus {
  color: #0b0c0c;
}
.gem-c-devolved-nations {
  background: #f3f2f1;
  margin-bottom: 15px;
  padding: 15px;
}
@media (min-width: 48.0625em) {
  .gem-c-devolved-nations {
    margin-bottom: 50px;
    padding: 20px 30px;
  }
}
@media print {
  .gem-c-devolved-nations {
    border: 2pt solid #000;
    margin: 0 0 5mm;
  }
  .gem-c-devolved-nations * {
    color: #000 !important;
  }
  .gem-c-devolved-nations .govuk-list li {
    margin-bottom: 2mm;
  }
}
.gem-c-document-list {
  margin: 0;
  padding: 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-document-list {
    color: #000;
  }
}
@media print {
  .gem-c-document-list {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-document-list__item {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #b1b4b6;
  list-style: none;
}
.gem-c-document-list__item:first-child {
  margin-top: 0;
}
.gem-c-document-list__item-title {
  display: inline-block;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-document-list__item-title {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list__item-title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-document-list--no-top-border .gem-c-document-list__item {
  border-top: none;
}
.gem-c-document-list--no-top-border-first-child
  .gem-c-document-list__item:first-child {
  border-top: none;
}
.gem-c-document-list--equal-item-spacing .gem-c-document-list__item {
  margin-top: 15px;
  padding-top: 15px;
}
.gem-c-document-list__item-title--context {
  margin-right: 10px;
}
.direction-rtl .gem-c-document-list__item-title--context {
  margin-right: 0;
  margin-left: 10px;
}
.gem-c-document-list__item-context {
  color: #505a5f;
}
.gem-c-document-list__item-description {
  margin: 5px 0;
  color: #0b0c0c;
}
@media print {
  .gem-c-document-list__item-description {
    color: #000;
  }
}
.gem-c-document-list__subtext {
  margin: 0;
}
.gem-c-document-list__item-description,
.gem-c-document-list__subtext {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media print {
  .gem-c-document-list__item-description,
  .gem-c-document-list__subtext {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list__item-description,
  .gem-c-document-list__subtext {
    font-size: 14pt;
    line-height: 1.5;
  }
}
.gem-c-document-list__item-description--full-size {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-document-list__item-description--full-size {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list__item-description--full-size {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-document-list__item-metadata {
  padding: 0;
}
.gem-c-document-list__attribute {
  display: inline-block;
  list-style: none;
  padding-right: 20px;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-document-list__attribute {
    color: #000;
  }
}
@media print {
  .gem-c-document-list__attribute {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list__attribute {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-document-list__attribute {
  color: #505a5f;
}
.direction-rtl .gem-c-document-list__attribute {
  padding-right: 0;
  padding-left: 20px;
}
.gem-c-document-list__item--highlight {
  border: 1px solid #b1b4b6;
  padding: 30px;
  margin-bottom: 30px;
}
.gem-c-document-list__item--highlight .gem-c-document-list__item-title {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-document-list__item--highlight .gem-c-document-list__item-title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-document-list__item--highlight .gem-c-document-list__item-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-document-list__item--highlight .gem-c-document-list__item-title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-document-list__highlight-text {
  margin: 0 0 15px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-document-list__highlight-text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list__highlight-text {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-document-list__children {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 48.0625em) {
  .gem-c-document-list__children {
    margin-left: 20px;
    margin-top: 20px;
  }
  @supports (display: grid) {
    .gem-c-document-list__children {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 15px;
    }
  }
}
.gem-c-document-list-child {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-document-list-child {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-document-list-child {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-document-list-child::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  overflow: hidden;
  border-top: solid 1px #0b0c0c;
  transform: translate(0, 0.5em);
}
@media (min-width: 48.0625em) {
  .gem-c-document-list-child {
    padding: 0;
    padding-bottom: 10px;
  }
  .gem-c-document-list-child::before {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-document-list-child__heading {
    font-weight: 700;
  }
}
.gem-c-document-list-child__description {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #0b0c0c;
}
@media print {
  .gem-c-document-list-child__description {
    color: #000;
  }
}
@media (max-width: 40.0525em) {
  .gem-c-document-list-child__description {
    display: none;
  }
}
@media print {
  .gem-c-document-list__item {
    break-inside: avoid;
  }
  .gem-c-document-list__item * {
    color: #000;
  }
  .gem-c-document-list__item-context {
    display: block;
  }
}
.govuk-error-summary {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 30px;
  border: 5px solid #d4351c;
}
@media print {
  .govuk-error-summary {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-error-summary {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-error-summary {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    padding: 20px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary {
    margin-bottom: 50px;
  }
}
.govuk-error-summary:focus {
  outline: 3px solid #fd0;
}
.govuk-error-summary__title {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__title {
    margin-bottom: 20px;
  }
}
.govuk-error-summary__body p {
  margin-bottom: 0;
}
.govuk-error-summary__body > * + * {
  margin-top: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-error-summary__body > * + * {
    margin-top: 20px;
  }
}
.govuk-error-summary__body > :last-child {
  margin-bottom: 5px;
}
.govuk-error-summary__list {
  margin-bottom: 0;
}
.govuk-error-summary__list li:last-child {
  margin-bottom: 0;
}
.govuk-error-summary__list a {
  font-weight: 700;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .govuk-error-summary__list a {
    font-family: sans-serif;
  }
}
.govuk-error-summary__list a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-error-summary__list a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-error-summary__list a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-error-summary__list a:link,
.govuk-error-summary__list a:visited {
  color: #d4351c;
}
.govuk-error-summary__list a:hover {
  color: rgb(148.4, 37.1, 19.6);
}
.govuk-error-summary__list a:active {
  color: #d4351c;
}
.govuk-error-summary__list a:focus {
  color: #0b0c0c;
}
.gem-c-error-summary__list-item {
  color: #d4351c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-error-summary__list-item {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-error-summary__list-item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-feedback {
  background: #fff;
  margin-top: 30px;
  background-color: #f4f8fb;
  color: #0b0c0c;
  border-top: 1px solid #8eb8dc;
}
@media (min-width: 48.0625em) {
  .gem-c-feedback {
    margin-top: 60px;
  }
}
@media (max-width: 40.0525em) {
  .gem-c-feedback {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 40.0625em) and (max-width: 48.0525em) {
  .gem-c-feedback {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.gem-c-feedback [hidden] {
  display: none !important;
}
.gem-c-feedback__prompt {
  color: #0b0c0c;
  outline: 0;
}
.gem-c-feedback__prompt-content {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__prompt-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.gem-c-feedback__prompt-questions {
  text-align: left;
  padding: 20px 0;
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__prompt-questions {
    margin: 0 15px;
  }
}
.gem-c-feedback__prompt-questions--something-is-wrong {
  border-top: 1px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__prompt-questions--something-is-wrong {
    border: 0;
  }
}
.gem-c-feedback__prompt-question-answer {
  display: flex;
  align-items: center;
}
@media (max-width: 19.99em) {
  .gem-c-feedback__prompt-question-answer {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.gem-c-feedback__prompt-question,
.gem-c-feedback__prompt-success {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-feedback__prompt-question,
  .gem-c-feedback__prompt-success {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__prompt-question,
  .gem-c-feedback__prompt-success {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__prompt-question,
  .gem-c-feedback__prompt-success {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 40.0625em) {
  .gem-c-feedback__prompt-question,
  .gem-c-feedback__prompt-success {
    font-family: sans-serif;
  }
}
@media print and (min-width: 40.0625em) {
  .gem-c-feedback__prompt-question,
  .gem-c-feedback__prompt-success {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-feedback__prompt-question {
  margin: 0;
  padding-bottom: 10px;
}
.gem-c-feedback__prompt-question:focus {
  outline: 0;
}
@media (min-width: 20em) {
  .gem-c-feedback__prompt-question {
    padding-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 48.0625em) {
  .gem-c-feedback__prompt-question {
    margin-right: 20px;
  }
}
.gem-c-feedback__prompt-link {
  background: rgba(0, 0, 0, 0);
  color: #0b0c0c;
  box-shadow: 0 3px 0 #0b0c0c;
  border: 1px #0b0c0c solid;
  margin-bottom: 0;
  width: 100%;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-feedback__prompt-link {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__prompt-link {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__prompt-link {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (min-width: 40.0625em) {
  .gem-c-feedback__prompt-link {
    font-family: sans-serif;
  }
}
@media print and (min-width: 40.0625em) {
  .gem-c-feedback__prompt-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-feedback__prompt-link:focus,
.gem-c-feedback__prompt-link:focus:not(:active):not(:hover) {
  background: #fd0;
  border-color: #0b0c0c;
  box-shadow: 0 5px 0 #0b0c0c;
}
.gem-c-feedback__prompt-link:active {
  color: #0b0c0c;
}
.gem-c-feedback__prompt-link:hover {
  background: #b1b4b6;
  color: #0b0c0c;
}
.gem-c-feedback__prompt-link:link,
.gem-c-feedback__prompt-link:visited {
  color: #0b0c0c;
}
.gem-c-feedback__prompt-link:link:focus,
.gem-c-feedback__prompt-link:link:active,
.gem-c-feedback__prompt-link:visited:focus,
.gem-c-feedback__prompt-link:visited:active {
  color: #0b0c0c;
}
.gem-c-feedback__option-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gem-c-feedback__option-list-item:last-child {
  margin-left: 10px;
}
@media (min-width: 48.0625em) {
  .gem-c-feedback__option-list-item:last-child {
    margin-left: 20px;
  }
}
.gem-c-feedback__option-list-item .gem-c-feedback__prompt-link {
  min-width: 100px;
}
@media (max-width: 48.0525em) {
  .gem-c-feedback__option-list-item .gem-c-feedback__prompt-link {
    min-width: 80px;
  }
}
.gem-c-feedback__error-summary {
  margin-bottom: 15px;
  padding: 15px;
  border: solid 4px #d4351c;
  clear: both;
}
.gem-c-feedback__error-summary:focus {
  outline: solid 3px #fd0;
}
@media (min-width: 48.0625em) {
  .gem-c-feedback__error-summary {
    border-width: 5px;
  }
}
.gem-c-feedback__error-summary h2 {
  margin: 0 0 15px 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-feedback__error-summary h2 {
    color: #000;
  }
}
@media print {
  .gem-c-feedback__error-summary h2 {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__error-summary h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-feedback__error-summary h2 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-feedback__error-summary p {
  margin: 0 0 15px 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-feedback__error-summary p {
    color: #000;
  }
}
@media print {
  .gem-c-feedback__error-summary p {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__error-summary p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-feedback__error-summary a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-feedback__error-summary a {
    font-family: sans-serif;
  }
}
.gem-c-feedback__error-summary a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-feedback__error-summary a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-feedback__error-summary a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-feedback__error-summary a:link {
  color: #1d70b8;
}
.gem-c-feedback__error-summary a:visited {
  color: #4c2c92;
}
.gem-c-feedback__error-summary a:hover {
  color: #003078;
}
.gem-c-feedback__error-summary a:active {
  color: #0b0c0c;
}
.gem-c-feedback__error-summary a:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-feedback__error-summary a[href^="/"]::after,
  .gem-c-feedback__error-summary a[href^="http://"]::after,
  .gem-c-feedback__error-summary a[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.gem-c-feedback__error-message {
  display: block;
  padding: 4px 0 0;
  color: #d4351c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-feedback__error-message {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-feedback__form {
  padding: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__form {
    padding: 30px;
    padding-bottom: 0;
  }
}
.gem-c-feedback__form-heading {
  margin: 0 0 15px 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-feedback__form-heading {
    color: #000;
  }
}
@media print {
  .gem-c-feedback__form-heading {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__form-heading {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-feedback__form-heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-feedback__form-paragraph {
  margin: 0 0 30px 0;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-feedback__form-paragraph {
    color: #000;
  }
}
@media print {
  .gem-c-feedback__form-paragraph {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__form-paragraph {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-feedback__form-label {
  display: block;
  padding-bottom: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-feedback__form-label {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-feedback__form-label {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-feedback__close {
  margin: 0 10px;
}
@media (max-width: 40.0525em) {
  .gem-c-feedback__close {
    margin: 20px 0 0;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-feedback__button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
.gem-c-feedback__email-link {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 48.0625em) {
  .gem-c-feedback__email-link {
    margin-top: 10px;
  }
}
.gem-c-feedback__email-link:focus,
.gem-c-feedback__email-link:active {
  color: #0b0c0c;
}
.gem-c-figure {
  margin: 0;
  display: table;
}
.gem-c-figure:has(img[src*=".svg"]) {
  width: 100%;
}
.gem-c-figure__image {
  max-width: 100%;
  display: table-row;
}
.gem-c-figure__figcaption {
  display: table-caption;
  caption-side: bottom;
}
.gem-c-figure__figcaption-text {
  margin: 10px 0 0 0;
  color: #505a5f;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-figure__figcaption-text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-figure__figcaption-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak .attachment,
.gem-c-govspeak .attachment {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 0 129px;
}
.govspeak .attachment::after,
.gem-c-govspeak .attachment::after {
  content: "";
  display: block;
  clear: both;
}
@media print {
  .govspeak .attachment,
  .gem-c-govspeak .attachment {
    padding-left: 0;
  }
  .govspeak .attachment:first-child,
  .gem-c-govspeak .attachment:first-child {
    margin-top: 0;
  }
}
.govspeak .attachment .attachment-thumb,
.gem-c-govspeak .attachment .attachment-thumb {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-left: -124px;
  padding-bottom: 15px;
}
.govspeak .attachment .attachment-thumb img,
.govspeak .attachment .attachment-thumb svg,
.gem-c-govspeak .attachment .attachment-thumb img,
.gem-c-govspeak .attachment .attachment-thumb svg {
  display: block;
  width: 99px;
  height: 140px;
  background: #fff;
  outline: 5px solid rgba(11, 12, 12, 0.1);
  box-shadow: 0 2px 2px rgba(11, 12, 12, 0.4);
}
.govspeak .attachment .attachment-thumb svg,
.gem-c-govspeak .attachment .attachment-thumb svg {
  fill: #b1b4b6;
  stroke: #b1b4b6;
}
@media print {
  .govspeak .attachment .attachment-thumb,
  .gem-c-govspeak .attachment .attachment-thumb {
    display: none;
  }
}
.govspeak .attachment .attachment-details h2,
.gem-c-govspeak .attachment .attachment-details h2 {
  margin: 0 0 10px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .govspeak .attachment .attachment-details h2,
  .gem-c-govspeak .attachment .attachment-details h2 {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .attachment .attachment-details h2,
  .gem-c-govspeak .attachment .attachment-details h2 {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govspeak .attachment .attachment-details h2,
  .gem-c-govspeak .attachment .attachment-details h2 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govspeak .attachment .attachment-details p,
.gem-c-govspeak .attachment .attachment-details p {
  margin: 0 0 10px 0;
}
.govspeak .attachment .attachment-details .metadata,
.gem-c-govspeak .attachment .attachment-details .metadata {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .attachment .attachment-details .metadata,
  .gem-c-govspeak .attachment .attachment-details .metadata {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .attachment .attachment-details .metadata,
  .gem-c-govspeak .attachment .attachment-details .metadata {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govspeak .attachment .attachment-details .url,
.gem-c-govspeak .attachment .attachment-details .url {
  word-break: break-word;
  word-wrap: break-word;
}
.govspeak .attachment .attachment-details .changed,
.govspeak .attachment .attachment-details .references,
.govspeak .attachment .attachment-details .unnumbered-paper,
.gem-c-govspeak .attachment .attachment-details .changed,
.gem-c-govspeak .attachment .attachment-details .references,
.gem-c-govspeak .attachment .attachment-details .unnumbered-paper {
  display: block;
}
.govspeak .attachment .attachment-details .preview,
.govspeak .attachment .attachment-details .download,
.gem-c-govspeak .attachment .attachment-details .preview,
.gem-c-govspeak .attachment .attachment-details .download {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak .attachment .attachment-details .preview,
  .govspeak .attachment .attachment-details .download,
  .gem-c-govspeak .attachment .attachment-details .preview,
  .gem-c-govspeak .attachment .attachment-details .download {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .attachment .attachment-details .preview,
  .govspeak .attachment .attachment-details .download,
  .gem-c-govspeak .attachment .attachment-details .preview,
  .gem-c-govspeak .attachment .attachment-details .download {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak .attachment .attachment-details .preview strong,
.govspeak .attachment .attachment-details .download strong,
.gem-c-govspeak .attachment .attachment-details .preview strong,
.gem-c-govspeak .attachment .attachment-details .download strong {
  font-weight: bold;
}
@media print {
  .govspeak .attachment .attachment-details .download,
  .gem-c-govspeak .attachment .attachment-details .download {
    display: block;
  }
}
.govspeak .attachment .attachment-details .preview,
.gem-c-govspeak .attachment .attachment-details .preview {
  padding-right: 15px;
}
.govspeak .attachment .attachment-details .opendocument-help,
.gem-c-govspeak .attachment .attachment-details .opendocument-help {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .attachment .attachment-details .opendocument-help,
  .gem-c-govspeak .attachment .attachment-details .opendocument-help {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .attachment .attachment-details .opendocument-help,
  .gem-c-govspeak .attachment .attachment-details .opendocument-help {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govspeak .attachment .attachment-details .accessibility-warning,
.gem-c-govspeak .attachment .attachment-details .accessibility-warning {
  word-break: break-word;
  word-wrap: break-word;
}
.govspeak .attachment .attachment-details .accessibility-warning h2,
.gem-c-govspeak .attachment .attachment-details .accessibility-warning h2 {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .attachment .attachment-details .accessibility-warning h2,
  .gem-c-govspeak .attachment .attachment-details .accessibility-warning h2 {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .attachment .attachment-details .accessibility-warning h2,
  .gem-c-govspeak .attachment .attachment-details .accessibility-warning h2 {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .govspeak .attachment .attachment-details .accessibility-warning .toggler,
  .gem-c-govspeak
    .attachment
    .attachment-details
    .accessibility-warning
    .toggler {
    display: none;
  }
}
.govspeak .attachment .attachment-details .js-hidden,
.gem-c-govspeak .attachment .attachment-details .js-hidden {
  display: none;
}
@media print {
  .govspeak .attachment .attachment-details a,
  .govspeak .attachment .attachment-details a:link,
  .govspeak .attachment .attachment-details a:link:visited,
  .gem-c-govspeak .attachment .attachment-details a,
  .gem-c-govspeak .attachment .attachment-details a:link,
  .gem-c-govspeak .attachment .attachment-details a:link:visited {
    color: #000 !important;
  }
  .govspeak .attachment .attachment-details a::after,
  .govspeak .attachment .attachment-details a:link::after,
  .govspeak .attachment .attachment-details a:link:visited::after,
  .gem-c-govspeak .attachment .attachment-details a::after,
  .gem-c-govspeak .attachment .attachment-details a:link::after,
  .gem-c-govspeak .attachment .attachment-details a:link:visited::after {
    display: block;
    margin: 1mm auto;
    font-weight: normal;
    font-size: 12pt !important;
  }
}
.govspeak.gem-c-govspeak--direction-rtl .attachment,
.gem-c-govspeak.gem-c-govspeak--direction-rtl .attachment {
  padding: 15px 129px 0 0;
}
.govspeak.gem-c-govspeak--direction-rtl .attachment .attachment-thumb,
.gem-c-govspeak.gem-c-govspeak--direction-rtl .attachment .attachment-thumb {
  float: right;
  margin-left: 0;
  margin-right: -114px;
}
.govspeak .govuk-button,
.gem-c-govspeak .govuk-button {
  margin-bottom: 32px;
}
@media (max-width: 40.0525em) {
  .govspeak .govuk-button,
  .gem-c-govspeak .govuk-button {
    margin-bottom: 22px;
  }
}
.govspeak .call-to-action,
.gem-c-govspeak .call-to-action {
  margin: 0 0 20px 0;
  background-color: #f3f2f1;
  padding: 30px;
  padding-bottom: 10px;
}
@media print {
  .govspeak .call-to-action,
  .gem-c-govspeak .call-to-action {
    background: none;
    border: 1pt solid #b1b4b6;
    padding: 15px;
    margin: 15px 0;
  }
}
.govspeak .mc-chart,
.gem-c-govspeak .mc-chart {
  font-size: 16px;
  display: table;
  width: 100%;
  border-spacing: 0 5px;
  border: 1px solid #fff;
  padding: 16px 0;
  position: relative;
  margin-bottom: 16px;
}
.govspeak .mc-chart .mc-caption,
.gem-c-govspeak .mc-chart .mc-caption {
  display: table-caption;
  font-size: 16px;
  text-align: center;
  caption-side: top;
  margin: 16px 0;
}
.govspeak .mc-chart .mc-thead,
.gem-c-govspeak .mc-chart .mc-thead {
  background-color: #fff;
  display: table-header-group;
  padding: 5px;
  border: 1px solid #fff;
}
.govspeak .mc-chart .mc-thead .mc-th,
.gem-c-govspeak .mc-chart .mc-thead .mc-th {
  display: none;
}
.govspeak .mc-chart .mc-thead .mc-key-header,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-header {
  display: block;
  margin-bottom: 5px;
  margin-left: 100%;
  padding-left: 5px;
  border-left: 16px solid;
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.govspeak .mc-chart .mc-thead .mc-key-header:last-child,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-header:last-child {
  margin-bottom: 0;
}
.govspeak .mc-chart .mc-thead .mc-key-1,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-1 {
  border-left-color: #12436d;
}
.govspeak .mc-chart .mc-thead .mc-key-2,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-2 {
  border-left-color: #1bbbaf;
}
.govspeak .mc-chart .mc-thead .mc-key-3,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-3 {
  border-left-color: #801650;
}
.govspeak .mc-chart .mc-thead .mc-key-4,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-4 {
  border-left-color: #f46a25;
}
.govspeak .mc-chart .mc-thead .mc-key-5,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-5 {
  border-left-color: #3d3d3d;
}
.govspeak .mc-chart .mc-thead .mc-key-6,
.gem-c-govspeak .mc-chart .mc-thead .mc-key-6 {
  border-left-color: #a285d1;
}
.govspeak .mc-chart.right-key .mc-thead,
.govspeak .mc-chart.left-key .mc-thead,
.gem-c-govspeak .mc-chart.right-key .mc-thead,
.gem-c-govspeak .mc-chart.left-key .mc-thead {
  position: absolute;
  top: 100px;
}
.govspeak .mc-chart.right-key .mc-thead .mc-key-header,
.govspeak .mc-chart.left-key .mc-thead .mc-key-header,
.gem-c-govspeak .mc-chart.right-key .mc-thead .mc-key-header,
.gem-c-govspeak .mc-chart.left-key .mc-thead .mc-key-header {
  margin-left: 0;
}
.govspeak .mc-chart.right-key .mc-thead,
.gem-c-govspeak .mc-chart.right-key .mc-thead {
  right: 26px;
}
.govspeak .mc-chart.left-key .mc-thead,
.gem-c-govspeak .mc-chart.left-key .mc-thead {
  left: 26px;
}
.govspeak .mc-chart.no-key .mc-thead,
.gem-c-govspeak .mc-chart.no-key .mc-thead {
  display: none;
}
.govspeak .mc-chart .mc-tbody,
.gem-c-govspeak .mc-chart .mc-tbody {
  display: table-row-group;
}
.govspeak .mc-chart .mc-tbody .mc-tr,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr {
  display: table-row;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-cell,
.govspeak .mc-chart .mc-tbody .mc-tr .mc-key-cell,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-cell,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-key-cell {
  padding-right: 5px;
  margin-right: 1px;
  box-sizing: border-box;
  border: 0 solid;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-cell,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-cell {
  display: block;
  text-align: left;
  padding: 8px 0;
  margin-bottom: 1px;
  color: #fff;
  text-indent: 8px;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-1,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-1 {
  background-color: #12436d;
  color: #fff;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-2,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-2 {
  background-color: #1bbbaf;
  color: #0b0c0c;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-3,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-3 {
  background-color: #801650;
  color: #fff;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-4,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-4 {
  background-color: #f46a25;
  color: #0b0c0c;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-5,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-5 {
  background-color: #3d3d3d;
  color: #fff;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-6,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-6 {
  background-color: #a285d1;
  color: #0b0c0c;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-negative,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-bar-negative {
  text-align: right;
  padding-right: 8px;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-value-overflow,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-value-overflow {
  text-indent: -99999px !important;
}
.govspeak .mc-chart .mc-tbody .mc-tr .mc-key-cell,
.gem-c-govspeak .mc-chart .mc-tbody .mc-tr .mc-key-cell {
  width: 40%;
  text-indent: 26px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.govspeak .mc-chart.mc-stacked .mc-stacked-header,
.gem-c-govspeak .mc-chart.mc-stacked .mc-stacked-header {
  display: none;
}
.govspeak .mc-chart.mc-stacked .mc-th:nth-last-child(2),
.gem-c-govspeak .mc-chart.mc-stacked .mc-th:nth-last-child(2) {
  margin-bottom: 0;
}
.govspeak .mc-chart.mc-stacked .mc-stacked-total,
.gem-c-govspeak .mc-chart.mc-stacked .mc-stacked-total {
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #0b0c0c;
  display: inline-block;
  text-indent: 5px;
}
.govspeak .mc-chart.mc-stacked .mc-tbody .mc-bar-cell,
.gem-c-govspeak .mc-chart.mc-stacked .mc-tbody .mc-bar-cell {
  display: inline-block;
}
.govspeak .mc-chart.compact .mc-td.mc-bar-cell,
.gem-c-govspeak .mc-chart.compact .mc-td.mc-bar-cell {
  font-size: 12px;
  text-indent: 2px;
  padding: 0;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-1,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-1 {
  background-color: #12436d;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-1,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-1 {
  border-left-color: #12436d;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-2,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-2 {
  background-color: #1bbbaf;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-2,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-2 {
  border-left-color: #1bbbaf;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-3,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-3 {
  background-color: #801650;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-3,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-3 {
  border-left-color: #801650;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-4,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-4 {
  background-color: #f46a25;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-4,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-4 {
  border-left-color: #f46a25;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-5,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-5 {
  background-color: #3d3d3d;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-5,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-5 {
  border-left-color: #3d3d3d;
}
.govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-6,
.gem-c-govspeak .mc-chart .mc-tr .mc-td.mc-bar-cell.mc-bar-6 {
  background-color: #a285d1;
}
.govspeak .mc-chart .mc-tr .mc-th.mc-key-6,
.gem-c-govspeak .mc-chart .mc-tr .mc-th.mc-key-6 {
  border-left-color: #a285d1;
}
.govspeak .mc-chart .mc-td,
.govspeak .mc-chart .mc-th,
.gem-c-govspeak .mc-chart .mc-td,
.gem-c-govspeak .mc-chart .mc-th {
  padding: 0;
  padding-right: 5px;
  margin-right: 1px;
  border: 0 solid;
}
.govspeak .mc-chart .mc-td.mc-bar-cell,
.govspeak .mc-chart .mc-th.mc-bar-cell,
.gem-c-govspeak .mc-chart .mc-td.mc-bar-cell,
.gem-c-govspeak .mc-chart .mc-th.mc-bar-cell {
  display: block;
  background-color: #0b0c0c;
  text-align: left;
  padding: 8px 0;
  margin-bottom: 1px;
  color: #fff;
  text-indent: 4px;
  line-height: 1.5;
}
.govspeak .mc-chart .mc-bar-outdented span,
.gem-c-govspeak .mc-chart .mc-bar-outdented span {
  color: #0b0c0c;
}
.govspeak .mc-chart caption,
.gem-c-govspeak .mc-chart caption {
  caption-side: top;
}
.govspeak .mc-chart .mc-td.mc-key-cell,
.gem-c-govspeak .mc-chart .mc-td.mc-key-cell {
  width: 40%;
  text-indent: 26px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.govspeak .mc-chart.mc-outdented .mc-tr .mc-bar-cell,
.gem-c-govspeak .mc-chart.mc-outdented .mc-tr .mc-bar-cell {
  color: #0b0c0c;
}
.govspeak .mc-chart.mc-outdented .mc-tr .mc-bar-negative,
.gem-c-govspeak .mc-chart.mc-outdented .mc-tr .mc-bar-negative {
  text-align: left;
}
.govspeak .mc-chart.mc-negative .mc-td.mc-key-cell,
.gem-c-govspeak .mc-chart.mc-negative .mc-td.mc-key-cell {
  padding-right: 25px;
}
.govspeak .mc-outdented .mc-bar-cell.mc-bar-negative,
.gem-c-govspeak .mc-outdented .mc-bar-cell.mc-bar-negative {
  text-align: left;
}
.govspeak .mc-hidden,
.govspeak .mc-hidden caption,
.gem-c-govspeak .mc-hidden,
.gem-c-govspeak .mc-hidden caption {
  display: none;
}
@media print {
  .govspeak .mc-toggle-button,
  .govspeak .mc-chart-container,
  .gem-c-govspeak .mc-toggle-button,
  .gem-c-govspeak .mc-chart-container {
    display: none;
  }
  .govspeak table.js-barchart-table,
  .govspeak table.js-barchart-table caption,
  .gem-c-govspeak table.js-barchart-table,
  .gem-c-govspeak table.js-barchart-table caption {
    display: block;
  }
}
.govspeak .address,
.govspeak .contact,
.gem-c-govspeak .address,
.gem-c-govspeak .contact {
  border-left: 1px solid #b1b4b6;
  padding-left: 15px;
  margin: 0 0 30px 0;
}
.govspeak .address,
.gem-c-govspeak .address {
  font-style: normal;
}
.govspeak .contact,
.gem-c-govspeak .contact {
  position: relative;
}
.govspeak .contact::after,
.gem-c-govspeak .contact::after {
  content: "";
  display: block;
  clear: both;
}
.govspeak .contact ul,
.gem-c-govspeak .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.govspeak .contact ul li,
.gem-c-govspeak .contact ul li {
  margin-bottom: 5px;
}
.govspeak .contact .email-url-number .email,
.gem-c-govspeak .contact .email-url-number .email {
  word-wrap: break-word;
}
.govspeak .contact .email-url-number span,
.gem-c-govspeak .contact .email-url-number span {
  display: block;
}
.govspeak .contact .content,
.gem-c-govspeak .contact .content {
  float: none;
  width: 100%;
}
.govspeak .contact .content .comments,
.gem-c-govspeak .contact .content .comments {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .contact .content .comments,
  .gem-c-govspeak .contact .content .comments {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .contact .content .comments,
  .gem-c-govspeak .contact .content .comments {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .contact .content .comments,
  .gem-c-govspeak .contact .content .comments {
    margin-bottom: 0;
  }
}
.content-block,
.content-block__contact-key,
.content-block__contact-value,
.content-block__contact-list {
  margin: 0;
  padding: 0;
}
.content-block__contact-key {
  margin-bottom: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media (min-width: 40.0625em) {
  .content-block__contact-key {
    margin-bottom: 20px;
  }
}
@media print {
  .content-block__contact-key {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .content-block__contact-key {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .content-block__contact-key {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.content-block__contact-list--nested .content-block__contact-key {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .content-block__contact-list--nested .content-block__contact-key {
    font-family: sans-serif;
  }
}
@media print {
  .content-block__contact-list--nested .content-block__contact-key {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.content-block .content-block__list {
  margin-left: 0;
  list-style: none;
}
.govspeak .example,
.gem-c-govspeak .example {
  border-left: 10px solid #b1b4b6;
  padding: 20px 0 0.1234px 20px;
  margin: 0 0 20px 0;
}
.govspeak .example strong,
.gem-c-govspeak .example strong {
  display: block;
}
.govspeak .footnotes,
.gem-c-govspeak .footnotes {
  border-top: 1px solid #b1b4b6;
  margin: 0 0 20px 0;
  padding-top: 20px;
}
.govspeak .footnotes a,
.gem-c-govspeak .footnotes a {
  overflow-wrap: break-word;
}
.govspeak .footnotes ol li:nth-of-type(99) ~ li,
.gem-c-govspeak .footnotes ol li:nth-of-type(99) ~ li {
  margin-left: 11px;
}
.govspeak .footnotes ol li:nth-of-type(999) ~ li,
.gem-c-govspeak .footnotes ol li:nth-of-type(999) ~ li {
  margin-left: 22px;
}
.govspeak .footnotes li:target,
.gem-c-govspeak .footnotes li:target {
  background: #f3f2f1;
  border-bottom: solid 3px #b1b4b6;
}
@media print {
  .govspeak .footnotes,
  .gem-c-govspeak .footnotes {
    border-top: 1px solid #0b0c0c;
  }
  .govspeak .footnotes a[role="doc-backlink"],
  .gem-c-govspeak .footnotes a[role="doc-backlink"] {
    display: none;
  }
}
.govspeak .form-download,
.gem-c-govspeak .form-download {
  margin: 0 0 20px 0;
}
.govspeak .form-download p,
.gem-c-govspeak .form-download p {
  padding-right: 3em;
}
.govspeak .form-download a,
.gem-c-govspeak .form-download a {
  display: block;
  font-weight: 600;
  background-image: url(/assets/frontend/govuk_publishing_components/icon-file-download-6725be3349fd9a75d709e7c02e6bac0adecf6535acfef3a2d55a7f75ef5c98a8.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-height: 2.5em;
  padding: 0 0 0 50px;
}
.govspeak .fraction sup,
.govspeak .fraction sub,
.gem-c-govspeak .fraction sup,
.gem-c-govspeak .fraction sub {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .fraction sup,
  .govspeak .fraction sub,
  .gem-c-govspeak .fraction sup,
  .gem-c-govspeak .fraction sub {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .fraction sup,
  .govspeak .fraction sub,
  .gem-c-govspeak .fraction sup,
  .gem-c-govspeak .fraction sub {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govspeak .fraction img,
.gem-c-govspeak .fraction img {
  display: inline-block;
  width: auto;
  margin: 0 0 -5px;
}
@media print {
  .govspeak .fraction img,
  .gem-c-govspeak .fraction img {
    margin-bottom: -7px;
  }
}
.govspeak .highlight-answer,
.gem-c-govspeak .highlight-answer {
  background-color: #00703c;
  color: #fff;
  text-align: center;
  padding: 25px 10px 20px;
  margin: 0 0 20px;
}
.govspeak .highlight-answer p,
.gem-c-govspeak .highlight-answer p {
  color: #fff;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .govspeak .highlight-answer p,
  .gem-c-govspeak .highlight-answer p {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .highlight-answer p,
  .gem-c-govspeak .highlight-answer p {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govspeak .highlight-answer p,
  .gem-c-govspeak .highlight-answer p {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govspeak .highlight-answer p em,
.gem-c-govspeak .highlight-answer p em {
  display: block;
  padding-top: 10px;
  color: #fff;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 3.3125rem;
  line-height: 1.0377358491;
}
@media print {
  .govspeak .highlight-answer p em,
  .gem-c-govspeak .highlight-answer p em {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .highlight-answer p em,
  .gem-c-govspeak .highlight-answer p em {
    font-size: 5rem;
    line-height: 1;
  }
}
@media print {
  .govspeak .highlight-answer p em,
  .gem-c-govspeak .highlight-answer p em {
    font-size: 53pt;
    line-height: 1.1;
  }
}
.govspeak .highlight-answer p:last-child,
.gem-c-govspeak .highlight-answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 40.0525em) {
  .govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.09375;
  }
}
@media print and (max-width: 40.0525em) {
  .govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer {
    font-family: sans-serif;
  }
}
@media (max-width: 40.0525em) and (min-width: 40.0625em) {
  .govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print and (max-width: 40.0525em) {
  .govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (max-width: 40.0525em) {
  .govspeak .highlight-answer p,
  .gem-c-govspeak .highlight-answer p {
    font-size: 1em;
    line-height: inherit;
  }
  .govspeak .highlight-answer p em,
  .gem-c-govspeak .highlight-answer p em {
    font-size: 1em;
    padding-top: 0;
    display: inline;
  }
}
@media print {
  .govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer {
    background: none;
  }
  .govspeak .highlight-answer,
  .govspeak .highlight-answer *,
  .gem-c-govspeak .highlight-answer,
  .gem-c-govspeak .highlight-answer * {
    color: #000 !important;
  }
}
.govspeak img,
.gem-c-govspeak img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.govspeak figure,
.gem-c-govspeak figure {
  margin: 0 0 20px 0;
  display: table;
}
.govspeak figure:has(img[src*=".svg"]),
.gem-c-govspeak figure:has(img[src*=".svg"]) {
  width: 100%;
}
.govspeak figure img,
.gem-c-govspeak figure img {
  max-width: 100%;
  display: table-row;
}
.govspeak figure figcaption,
.gem-c-govspeak figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.govspeak figure figcaption p,
.gem-c-govspeak figure figcaption p {
  margin: 10px 0 0 0;
  color: #505a5f;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak figure figcaption p,
  .gem-c-govspeak figure figcaption p {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak figure figcaption p,
  .gem-c-govspeak figure figcaption p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak .info-notice,
.gem-c-govspeak .info-notice {
  border-left: 10px solid #b1b4b6;
  padding: 20px 0 0.1234px 20px;
  margin: 0 0 20px 0;
}
@media print {
  .govspeak .info-notice,
  .gem-c-govspeak .info-notice {
    margin: 15px 0;
  }
}
.govspeak .legislative-list,
.gem-c-govspeak .legislative-list {
  list-style: none;
  margin: 0 0 20px 0;
}
.govspeak .legislative-list ol,
.gem-c-govspeak .legislative-list ol {
  margin: 10px 0 10px 30px;
  list-style: none;
}
.gem-c-govspeak__youtube-video {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56.25%;
}
.gem-c-govspeak__youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media print {
  .gem-c-govspeak__youtube-video {
    break-inside: avoid;
  }
}
.gem-c-govspeak__youtube-placeholder {
  position: relative;
  padding: 30px;
  padding-bottom: 50px;
  background: #f3f2f1;
  border: solid 2px #b1b4b6;
}
.gem-c-govspeak__youtube-placeholder-text {
  display: block;
  margin-bottom: 10px;
}
.gem-c-govspeak__youtube-placeholder-link {
  display: none;
}
.govspeak .place,
.gem-c-govspeak .place {
  margin: 0 0 20px 0;
  border-bottom: solid 1px #b1b4b6;
  padding-bottom: 1.5em;
}
.govspeak .place .address,
.gem-c-govspeak .place .address {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
.govspeak .place .url,
.gem-c-govspeak .place .url {
  overflow: hidden;
  text-overflow: ellipsis;
}
.govspeak .place .additional-information,
.gem-c-govspeak .place .additional-information {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak .place .additional-information,
  .gem-c-govspeak .place .additional-information {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .place .additional-information,
  .gem-c-govspeak .place .additional-information {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govspeak .place .additional-information p,
.gem-c-govspeak .place .additional-information p {
  margin: 0.25em 0;
}
.govspeak .stat-headline,
.gem-c-govspeak .stat-headline {
  margin: 0 0 20px 0;
}
.govspeak .stat-headline p,
.gem-c-govspeak .stat-headline p {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak .stat-headline p,
  .gem-c-govspeak .stat-headline p {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .stat-headline p,
  .gem-c-govspeak .stat-headline p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak .stat-headline em,
.gem-c-govspeak .stat-headline em {
  display: block;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 3.3125rem;
  line-height: 1.0377358491;
}
@media print {
  .govspeak .stat-headline em,
  .gem-c-govspeak .stat-headline em {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak .stat-headline em,
  .gem-c-govspeak .stat-headline em {
    font-size: 5rem;
    line-height: 1;
  }
}
@media print {
  .govspeak .stat-headline em,
  .gem-c-govspeak .stat-headline em {
    font-size: 53pt;
    line-height: 1.1;
  }
}
.govspeak .steps,
.gem-c-govspeak .steps {
  padding-left: 0;
  margin-left: 0;
}
.govspeak .steps > li,
.gem-c-govspeak .steps > li {
  list-style-type: none;
  margin: 0;
  padding: 0.75em 0 0.75em 2.5em;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.govspeak .steps > li::before,
.gem-c-govspeak .steps > li::before {
  background-color: #0b0c0c;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 80%;
  height: 1.75em;
  left: 0.3em;
  line-height: 1.75em;
  position: absolute;
  text-align: center;
  top: 0.9em;
  width: 1.75em;
}
.govspeak .steps > li:nth-child(1):before,
.gem-c-govspeak .steps > li:nth-child(1):before {
  content: "1";
}
.govspeak .steps > li:nth-child(2):before,
.gem-c-govspeak .steps > li:nth-child(2):before {
  content: "2";
}
.govspeak .steps > li:nth-child(3):before,
.gem-c-govspeak .steps > li:nth-child(3):before {
  content: "3";
}
.govspeak .steps > li:nth-child(4):before,
.gem-c-govspeak .steps > li:nth-child(4):before {
  content: "4";
}
.govspeak .steps > li:nth-child(5):before,
.gem-c-govspeak .steps > li:nth-child(5):before {
  content: "5";
}
.govspeak .steps > li:nth-child(6):before,
.gem-c-govspeak .steps > li:nth-child(6):before {
  content: "6";
}
.govspeak .steps > li:nth-child(7):before,
.gem-c-govspeak .steps > li:nth-child(7):before {
  content: "7";
}
.govspeak .steps > li:nth-child(8):before,
.gem-c-govspeak .steps > li:nth-child(8):before {
  content: "8";
}
.govspeak .steps > li:nth-child(9):before,
.gem-c-govspeak .steps > li:nth-child(9):before {
  content: "9";
}
.govspeak .steps > li:nth-child(10):before,
.gem-c-govspeak .steps > li:nth-child(10):before {
  content: "10";
}
.govspeak .steps > li:nth-child(11):before,
.gem-c-govspeak .steps > li:nth-child(11):before {
  content: "11";
}
.govspeak .steps > li:nth-child(12):before,
.gem-c-govspeak .steps > li:nth-child(12):before {
  content: "12";
}
.govspeak .steps > li:nth-child(13):before,
.gem-c-govspeak .steps > li:nth-child(13):before {
  content: "13";
}
.govspeak .steps > li:nth-child(14):before,
.gem-c-govspeak .steps > li:nth-child(14):before {
  content: "14";
}
.govspeak .steps > li:nth-child(15):before,
.gem-c-govspeak .steps > li:nth-child(15):before {
  content: "15";
}
.govspeak .steps > li:nth-child(16):before,
.gem-c-govspeak .steps > li:nth-child(16):before {
  content: "16";
}
.govspeak .steps > li:nth-child(17):before,
.gem-c-govspeak .steps > li:nth-child(17):before {
  content: "17";
}
.govspeak .steps > li:nth-child(18):before,
.gem-c-govspeak .steps > li:nth-child(18):before {
  content: "18";
}
.govspeak .steps > li:nth-child(19):before,
.gem-c-govspeak .steps > li:nth-child(19):before {
  content: "19";
}
.govspeak .steps > li:nth-child(20):before,
.gem-c-govspeak .steps > li:nth-child(20):before {
  content: "20";
}
.govspeak .steps > li:nth-child(21):before,
.gem-c-govspeak .steps > li:nth-child(21):before {
  content: "21";
}
.govspeak .steps > li:nth-child(22):before,
.gem-c-govspeak .steps > li:nth-child(22):before {
  content: "22";
}
.govspeak .steps > li:nth-child(23):before,
.gem-c-govspeak .steps > li:nth-child(23):before {
  content: "23";
}
.govspeak .steps > li:nth-child(24):before,
.gem-c-govspeak .steps > li:nth-child(24):before {
  content: "24";
}
.govspeak .steps > li:nth-child(25):before,
.gem-c-govspeak .steps > li:nth-child(25):before {
  content: "25";
}
.govspeak .steps > li:nth-child(26):before,
.gem-c-govspeak .steps > li:nth-child(26):before {
  content: "26";
}
.govspeak .steps > li:nth-child(27):before,
.gem-c-govspeak .steps > li:nth-child(27):before {
  content: "27";
}
.govspeak .steps > li:nth-child(28):before,
.gem-c-govspeak .steps > li:nth-child(28):before {
  content: "28";
}
.govspeak .steps > li:nth-child(29):before,
.gem-c-govspeak .steps > li:nth-child(29):before {
  content: "29";
}
.govspeak .steps > li:nth-child(30):before,
.gem-c-govspeak .steps > li:nth-child(30):before {
  content: "30";
}
.govspeak table,
.gem-c-govspeak table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  margin: 0 0 30px 0;
  overflow-x: auto;
  width: 100%;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak table,
  .gem-c-govspeak table {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak table,
  .gem-c-govspeak table {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak table caption,
.gem-c-govspeak table caption {
  text-align: left;
  margin-bottom: 0.5em;
}
.govspeak table th,
.govspeak table td,
.gem-c-govspeak table th,
.gem-c-govspeak table td {
  vertical-align: top;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #b1b4b6;
}
.govspeak table th:last-child,
.govspeak table td:last-child,
.gem-c-govspeak table th:last-child,
.gem-c-govspeak table td:last-child {
  padding: 10px 0 10px 0;
}
.govspeak table th,
.gem-c-govspeak table th {
  text-align: left;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak table th,
  .gem-c-govspeak table th {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak table th,
  .gem-c-govspeak table th {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak table td small,
.gem-c-govspeak table td small {
  font-size: 19px;
  font-size: 1.1875rem;
}
.govspeak table .cell-text-left,
.gem-c-govspeak table .cell-text-left {
  text-align: left;
}
.govspeak table .cell-text-center,
.gem-c-govspeak table .cell-text-center {
  text-align: center;
}
.govspeak table .cell-text-right,
.gem-c-govspeak table .cell-text-right {
  text-align: right;
}
.govuk-govspeak.gem-c-govspeak--direction-rtl table caption,
.gem-c-govspeak.gem-c-govspeak--direction-rtl table caption {
  text-align: right;
}
.govuk-govspeak.gem-c-govspeak--direction-rtl table th,
.gem-c-govspeak.gem-c-govspeak--direction-rtl table th {
  text-align: right;
}
.govuk-govspeak.gem-c-govspeak--direction-rtl table th,
.govuk-govspeak.gem-c-govspeak--direction-rtl table td,
.gem-c-govspeak.gem-c-govspeak--direction-rtl table th,
.gem-c-govspeak.gem-c-govspeak--direction-rtl table td {
  padding: 10px 0 10px 20px;
}
.gem-c-govspeak--direction-rtl .govspeak table caption,
.gem-c-govspeak--direction-rtl .gem-c-govspeak table caption {
  text-align: right;
}
.gem-c-govspeak--direction-rtl .govspeak table th,
.gem-c-govspeak--direction-rtl .gem-c-govspeak table th {
  text-align: right;
}
.gem-c-govspeak--direction-rtl .govspeak table th,
.gem-c-govspeak--direction-rtl .govspeak table td,
.gem-c-govspeak--direction-rtl .gem-c-govspeak table th,
.gem-c-govspeak--direction-rtl .gem-c-govspeak table td {
  padding: 10px 0 10px 20px;
}
@media print {
  .govspeak table a::after,
  .gem-c-govspeak table a::after {
    display: none !important;
  }
}
.govspeak,
.gem-c-govspeak {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .govspeak,
  .gem-c-govspeak {
    color: #000;
  }
}
@media print {
  .govspeak,
  .gem-c-govspeak {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak,
  .gem-c-govspeak {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govspeak ol,
.govspeak ul,
.govspeak p,
.gem-c-govspeak ol,
.gem-c-govspeak ul,
.gem-c-govspeak p {
  margin: 0 0 20px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak ol,
  .govspeak ul,
  .govspeak p,
  .gem-c-govspeak ol,
  .gem-c-govspeak ul,
  .gem-c-govspeak p {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak ol,
  .govspeak ul,
  .govspeak p,
  .gem-c-govspeak ol,
  .gem-c-govspeak ul,
  .gem-c-govspeak p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak * + h2,
.govspeak * + h3,
.gem-c-govspeak * + h2,
.gem-c-govspeak * + h3 {
  padding-top: 20px;
}
.govspeak h1,
.gem-c-govspeak h1 {
  margin: 0;
  padding: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .govspeak h1,
  .gem-c-govspeak h1 {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak h1,
  .gem-c-govspeak h1 {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak h2,
.gem-c-govspeak h2 {
  margin: 0 0 20px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .govspeak h2,
  .gem-c-govspeak h2 {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govspeak h2,
  .gem-c-govspeak h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govspeak h2,
  .gem-c-govspeak h2 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govspeak h3,
.gem-c-govspeak h3 {
  margin: 0 0 20px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .govspeak h3,
  .gem-c-govspeak h3 {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak h3,
  .gem-c-govspeak h3 {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak h4,
.govspeak h5,
.govspeak h6,
.gem-c-govspeak h4,
.gem-c-govspeak h5,
.gem-c-govspeak h6 {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .govspeak h4,
  .govspeak h5,
  .govspeak h6,
  .gem-c-govspeak h4,
  .gem-c-govspeak h5,
  .gem-c-govspeak h6 {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak h4,
  .govspeak h5,
  .govspeak h6,
  .gem-c-govspeak h4,
  .gem-c-govspeak h5,
  .gem-c-govspeak h6 {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govspeak a:not(.govuk-button),
.gem-c-govspeak a:not(.govuk-button) {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  .govspeak a:not(.govuk-button),
  .gem-c-govspeak a:not(.govuk-button) {
    font-family: sans-serif;
  }
}
.govspeak a:not(.govuk-button):hover,
.gem-c-govspeak a:not(.govuk-button):hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govspeak a:not(.govuk-button):focus,
.gem-c-govspeak a:not(.govuk-button):focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govspeak a:not(.govuk-button):focus,
  .gem-c-govspeak a:not(.govuk-button):focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govspeak a:not(.govuk-button):link,
.gem-c-govspeak a:not(.govuk-button):link {
  color: #1d70b8;
}
.govspeak a:not(.govuk-button):visited,
.gem-c-govspeak a:not(.govuk-button):visited {
  color: #4c2c92;
}
.govspeak a:not(.govuk-button):hover,
.gem-c-govspeak a:not(.govuk-button):hover {
  color: #003078;
}
.govspeak a:not(.govuk-button):active,
.gem-c-govspeak a:not(.govuk-button):active {
  color: #0b0c0c;
}
.govspeak a:not(.govuk-button):focus,
.gem-c-govspeak a:not(.govuk-button):focus {
  color: #0b0c0c;
}
.govspeak a:not(.govuk-button):focus,
.gem-c-govspeak a:not(.govuk-button):focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govspeak a:not(.govuk-button):focus,
  .gem-c-govspeak a:not(.govuk-button):focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govspeak ol,
.govspeak ul,
.gem-c-govspeak ol,
.gem-c-govspeak ul {
  list-style-position: outside;
  margin: 0 0 20px 20px;
  padding: 0;
}
.govspeak ul,
.gem-c-govspeak ul {
  list-style: disc;
}
.govspeak .list-no-bullets,
.gem-c-govspeak .list-no-bullets {
  list-style: none;
  margin: 0;
}
.govspeak li,
.gem-c-govspeak li {
  margin: 0 0 10px;
  padding: 0;
}
.govspeak li p,
.gem-c-govspeak li p {
  margin: 0 0 10px;
}
.govspeak sup,
.gem-c-govspeak sup {
  font-size: 0.8em;
  line-height: 0.7em;
  vertical-align: super;
}
.govspeak abbr,
.gem-c-govspeak abbr {
  cursor: help;
  text-decoration: none;
}
.govspeak hr,
.gem-c-govspeak hr {
  margin-top: 29px;
  margin-bottom: 30px;
  border-top: 1px solid #b1b4b6;
}
.govspeak code,
.gem-c-govspeak code {
  padding: 0 5px;
  color: #d13118;
  background-color: #f3f2f1;
}
.govspeak.gem-c-govspeak--direction-rtl ol,
.govspeak.gem-c-govspeak--direction-rtl ul,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ol,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ul {
  margin-left: 0;
  margin-right: 20px;
}
.govspeak.gem-c-govspeak--direction-rtl ol a,
.govspeak.gem-c-govspeak--direction-rtl ul a,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ol a,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ul a {
  overflow-wrap: break-word;
}
.govspeak.gem-c-govspeak--direction-rtl ol ul,
.govspeak.gem-c-govspeak--direction-rtl ol ol,
.govspeak.gem-c-govspeak--direction-rtl ul ul,
.govspeak.gem-c-govspeak--direction-rtl ul ol,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ol ul,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ol ol,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ul ul,
.gem-c-govspeak.gem-c-govspeak--direction-rtl ul ol {
  margin-bottom: 0;
}
.govspeak blockquote,
.gem-c-govspeak blockquote {
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
  border: 0;
}
.govspeak blockquote p,
.gem-c-govspeak blockquote p {
  position: relative;
}
.govspeak blockquote p::before,
.gem-c-govspeak blockquote p::before {
  content: "“";
  position: absolute;
  right: 100%;
}
.govspeak blockquote p:last-of-type::after,
.gem-c-govspeak blockquote p:last-of-type::after {
  content: "”";
}
.govspeak.gem-c-govspeak--direction-rtl blockquote,
.gem-c-govspeak.gem-c-govspeak--direction-rtl blockquote {
  padding: 0 30px 0 0;
}
.govspeak.gem-c-govspeak--direction-rtl blockquote p::before,
.gem-c-govspeak.gem-c-govspeak--direction-rtl blockquote p::before {
  content: "”";
  right: auto;
  left: 100%;
}
.govspeak.gem-c-govspeak--direction-rtl blockquote p:last-child::after,
.gem-c-govspeak.gem-c-govspeak--direction-rtl blockquote p:last-child::after {
  content: "“";
}
.govspeak em,
.govspeak i,
.gem-c-govspeak em,
.gem-c-govspeak i {
  font-style: normal;
  font-weight: inherit;
}
@media print {
  .govspeak a[href^="/"]:after,
  .govspeak a[href^="http://"]:after,
  .govspeak a[href^="https://"]:after,
  .gem-c-govspeak a[href^="/"]:after,
  .gem-c-govspeak a[href^="http://"]:after,
  .gem-c-govspeak a[href^="https://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.gem-c-govspeak--inverse {
  color: #fff;
}
.gem-c-govspeak--inverse a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-govspeak--inverse a {
    font-family: sans-serif;
  }
}
.gem-c-govspeak--inverse a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-govspeak--inverse a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-govspeak--inverse a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-govspeak--inverse a:link,
.gem-c-govspeak--inverse a:visited {
  color: #fff;
}
.gem-c-govspeak--inverse a:hover,
.gem-c-govspeak--inverse a:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.gem-c-govspeak--inverse a:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-govspeak--inverse {
    color: #000;
  }
  .gem-c-govspeak--inverse a:link {
    color: #000;
  }
}
.govuk-warning-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}
@media print {
  .govuk-warning-text {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-warning-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-warning-text {
    margin-bottom: 30px;
  }
}
.govuk-warning-text__icon,
.govspeak .help-notice::before,
.gem-c-govspeak .help-notice::before {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  min-width: 35px;
  min-height: 35px;
  margin-top: -7px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #fff;
  background: #0b0c0c;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  forced-color-adjust: none;
}
@media (min-width: 40.0625em) {
  .govuk-warning-text__icon,
  .govspeak .help-notice::before,
  .gem-c-govspeak .help-notice::before {
    margin-top: -5px;
  }
}
@media screen and (forced-colors: active) {
  .govuk-warning-text__icon,
  .govspeak .help-notice::before,
  .gem-c-govspeak .help-notice::before {
    border-color: windowText;
    color: windowText;
    background: rgba(0, 0, 0, 0);
  }
}
.govuk-warning-text__text {
  color: #0b0c0c;
  display: block;
  padding-left: 45px;
  font-weight: inherit;
}
@media print {
  .govuk-warning-text__text {
    color: #000;
  }
}
.govspeak .help-notice,
.gem-c-govspeak .help-notice {
  padding: 15px 0 0 45px;
  margin: 0 0 30px 0;
  position: relative;
}
.govspeak .help-notice::before,
.gem-c-govspeak .help-notice::before {
  content: "!";
  font-weight: 700;
}
.govspeak .help-notice p,
.gem-c-govspeak .help-notice p {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .govspeak .help-notice p,
  .gem-c-govspeak .help-notice p {
    font-family: sans-serif;
  }
}
@media print {
  .govspeak .help-notice p,
  .gem-c-govspeak .help-notice p {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govspeak .help-notice,
  .gem-c-govspeak .help-notice {
    margin: 15px 0;
  }
  .govspeak .help-notice::before,
  .gem-c-govspeak .help-notice::before {
    background-color: #fff;
    color: #000;
  }
}
.govspeak.gem-c-govspeak--direction-rtl,
.gem-c-govspeak.gem-c-govspeak--direction-rtl {
  direction: rtl;
  text-align: start;
}
.gem-c-govspeak-html-publication {
  margin-bottom: 45px;
  z-index: 2;
}
.gem-c-govspeak-html-publication.gem-c-govspeak--direction-rtl {
  direction: rtl;
  text-align: start;
}
.gem-c-govspeak-html-publication .gem-c-govspeak h2 {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.1111111111;
}
@media print {
  .gem-c-govspeak-html-publication .gem-c-govspeak h2 {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-govspeak-html-publication .gem-c-govspeak h2 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .gem-c-govspeak-html-publication .gem-c-govspeak h2 {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak h3 {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-govspeak-html-publication .gem-c-govspeak h3 {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-govspeak-html-publication .gem-c-govspeak h3 {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .gem-c-govspeak-html-publication .gem-c-govspeak h3 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak * + h2,
.gem-c-govspeak-html-publication .gem-c-govspeak * + h3 {
  padding-top: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-govspeak-html-publication .gem-c-govspeak * + h2,
  .gem-c-govspeak-html-publication .gem-c-govspeak * + h3 {
    padding-top: 60px;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak .stat-headline:first-child {
  margin-top: 30px;
}
@media (min-width: 40.0625em) {
  .gem-c-govspeak-html-publication .gem-c-govspeak .stat-headline:first-child {
    margin-top: 80px;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak h3 .number,
.gem-c-govspeak-html-publication .gem-c-govspeak h4 .number,
.gem-c-govspeak-html-publication .gem-c-govspeak h5 .number,
.gem-c-govspeak-html-publication .gem-c-govspeak h6 .number {
  margin-right: 0.1em;
}
.gem-c-govspeak--direction-rtl
  .gem-c-govspeak-html-publication
  .gem-c-govspeak
  h3
  .number,
.gem-c-govspeak--direction-rtl
  .gem-c-govspeak-html-publication
  .gem-c-govspeak
  h4
  .number,
.gem-c-govspeak--direction-rtl
  .gem-c-govspeak-html-publication
  .gem-c-govspeak
  h5
  .number,
.gem-c-govspeak--direction-rtl
  .gem-c-govspeak-html-publication
  .gem-c-govspeak
  h6
  .number {
  margin-right: 0;
  margin-left: 0.1em;
}
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data .numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    .numeric {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    .numeric {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data thead,
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data tfoot {
  background-color: #f3f2f1;
}
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data thead th,
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data thead td {
  font-variant-numeric: tabular-nums;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    th,
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    td {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    th,
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    td {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  thead
  th.numeric,
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  thead
  td.numeric {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    th.numeric,
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    td.numeric {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    th.numeric,
  .gem-c-govspeak-html-publication
    .gem-c-govspeak
    table.financial-data
    thead
    td.numeric {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data tbody th,
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data tfoot th {
  font-weight: normal;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tr
  > :first-child {
  padding-left: 5px;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tr.section-heading
  > * {
  font-weight: bold;
  padding-top: 30px;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tbody:last-of-type
  tr:last-child
  > *,
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tfoot
  ~ tbody:last-of-type
  tr:last-child
  > * {
  padding-bottom: 30px;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tbody:last-child
  tr:last-child
  > * {
  padding-bottom: 10px;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tr.subtotal
  > *,
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tr.total
  > * {
  border-top: 3px solid #b1b4b6;
}
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tr.total
  > *,
.gem-c-govspeak-html-publication
  .gem-c-govspeak
  table.financial-data
  tbody
  tr.subtotal
  > * {
  font-weight: bold;
}
.gem-c-govspeak-html-publication .gem-c-govspeak table.financial-data tr.total {
  background-color: #f3f2f1;
}
@media print {
  .gem-c-govspeak-html-publication .govuk-sticky-element {
    display: none;
  }
}
.gem-c-heading .gem-c-heading__text {
  margin: 0;
  text-wrap: balance;
  text-wrap: pretty;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.gem-c-heading--padding {
  padding: 15px 0;
}
.gem-c-heading--border-top-1 {
  border-top-style: solid;
  border-top-width: 1px;
}
.gem-c-heading--border-top-2 {
  border-top-style: solid;
  border-top-width: 2px;
}
.gem-c-heading--border-top-5 {
  border-top-style: solid;
  border-top-width: 5px;
}
.gem-c-heading--inverse .gem-c-heading__context,
.gem-c-heading--inverse .gem-c-heading__text {
  color: #fff;
}
@media print {
  .gem-c-heading {
    margin: 0 !important;
    color: #000 !important;
    border-color: #000 !important;
    padding: 0;
  }
  .gem-c-heading--padding[class*="--border-top"] {
    padding-top: 15px;
  }
  .gem-c-heading--inverse .gem-c-heading__context,
  .gem-c-heading--inverse .gem-c-heading__text {
    color: #000;
  }
}
.gem-c-image-card {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column-reverse;
  -ms-flex-direction: row-reverse;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  color: #0b0c0c;
}
@media print {
  .gem-c-image-card {
    color: #000;
  }
}
@media (max-width: 40.0525em) {
  .gem-c-image-card {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.gem-c-image-card__text-wrapper {
  flex-grow: 1;
  flex-basis: 50%;
}
.gem-c-image-card__image-wrapper {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .gem-c-image-card__image-wrapper {
    height: 100%;
  }
}
.gem-c-image-card__image {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  border-top: 1px solid #b1b4b6;
}
.gem-c-image-card__title {
  margin: 0;
}
.gem-c-image-card__title-link:focus {
  text-decoration: none;
}
.gem-c-image-card__title-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.gem-c-image-card__context,
.gem-c-image-card__metadata,
.gem-c-image-card__description {
  position: relative;
  z-index: 2;
}
.gem-c-image-card__context,
.gem-c-image-card__metadata {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 7.5px;
  color: #505a5f;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media print {
  .gem-c-image-card__context,
  .gem-c-image-card__metadata {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-image-card__context,
  .gem-c-image-card__metadata {
    margin-bottom: 0;
  }
}
.gem-c-image-card__description {
  padding-top: 7.5px;
  word-wrap: break-word;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-image-card__description {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-image-card__description {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-image-card__list {
  position: relative;
  z-index: 2;
  padding: 7.5px 0 0 0;
  margin: 0;
  list-style: none;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-image-card__list {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-image-card__list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-image-card__list .gem-c-image-card__list-item {
  margin-bottom: 10px;
}
.gem-c-image-card__list .gem-c-image-card__list-item--text {
  color: #505a5f;
}
.gem-c-image-card__list .gem-c-image-card__list-item-link {
  line-height: 1.35em;
}
.gem-c-image-card__list.gem-c-image-card__list--indented {
  padding-left: 15px;
}
.gem-c-image-card__list.gem-c-image-card__list--indented
  .gem-c-image-card__list-item {
  position: relative;
}
.gem-c-image-card__list.gem-c-image-card__list--indented
  .gem-c-image-card__list-item::before {
  content: "-";
  position: absolute;
  left: -15px;
}
.gem-c-image-card--two-thirds {
  flex-direction: row-reverse;
  gap: 15px;
}
.gem-c-image-card--two-thirds .gem-c-image-card__text-wrapper {
  flex: 1 1 70%;
}
.gem-c-image-card--two-thirds .gem-c-image-card__image-wrapper {
  flex: 0 0 80px;
}
.gem-c-image-card--two-thirds .gem-c-image-card__image {
  border-top: none;
}
@media (max-width: 19.99em) {
  .gem-c-image-card--two-thirds {
    flex-direction: column-reverse;
  }
}
.gem-c-image-card--large {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (min-width: 40.0625em) {
  .gem-c-image-card--large {
    flex-direction: row-reverse;
    gap: 25px;
  }
}
.gem-c-image-card--large .gem-c-image-card__title {
  padding-bottom: 10px;
}
.gem-c-image-card--large .gem-c-image-card__title-link::after {
  left: 0;
  right: 0;
}
.gem-c-image-card--large .gem-c-image-card__description {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-image-card--large .gem-c-image-card__description {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-image-card--large .gem-c-image-card__description {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .gem-c-image-card__title[class*="govuk-heading-"] {
    font-size: 16pt;
  }
  .gem-c-image-card__title-link::after {
    position: static;
  }
}
.govuk-input {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
  padding: 5px;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media print {
  .govuk-input {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-input:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-input:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.govuk-input::-webkit-outer-spin-button,
.govuk-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.govuk-input[type="number"] {
  -moz-appearance: textfield;
}
.govuk-input--error {
  border-color: #d4351c;
}
.govuk-input--error:focus {
  border-color: #0b0c0c;
}
.govuk-input--extra-letter-spacing {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}
.govuk-input--width-30 {
  max-width: 29.5em;
}
.govuk-input--width-20 {
  max-width: 20.5em;
}
.govuk-input--width-10 {
  max-width: 11.5em;
}
.govuk-input--width-5 {
  max-width: 5.5em;
}
.govuk-input--width-4 {
  max-width: 4.5em;
}
.govuk-input--width-3 {
  max-width: 3.75em;
}
.govuk-input--width-2 {
  max-width: 2.75em;
}
.govuk-input__wrapper {
  display: flex;
}
.govuk-input__wrapper .govuk-input {
  flex: 0 1 auto;
}
.govuk-input__wrapper .govuk-input:focus {
  z-index: 1;
}
@media (max-width: 19.99em) {
  .govuk-input__wrapper {
    display: block;
  }
  .govuk-input__wrapper .govuk-input {
    max-width: 100%;
  }
}
.govuk-input__prefix,
.govuk-input__suffix {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  background-color: #f3f2f1;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  flex: 0 0 auto;
}
@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-input__prefix,
  .govuk-input__suffix {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__prefix,
  .govuk-input__suffix {
    display: block;
    height: 100%;
    white-space: normal;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__prefix {
    border-bottom: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__prefix {
    border-right: 0;
  }
}
@media (max-width: 19.99em) {
  .govuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .govuk-input__suffix {
    border-left: 0;
  }
}
.gem-c-input__search-icon {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  width: 40px;
  height: 40px;
  height: 2.5rem;
  background: url(/assets/frontend/govuk_publishing_components/icon-search-c4288e0b24c4efb62105a26bd8e98a7fcb1114467e5c64b3d8c145f4a74596a1.svg)
    no-repeat -3px center;
}
.gem-c-input--with-search-icon {
  padding-left: 30px;
}
.govuk-inset-text {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-left: 10px solid #b1b4b6;
}
@media print {
  .govuk-inset-text {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-inset-text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-inset-text {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-top: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-inset-text {
    margin-bottom: 30px;
  }
}
.govuk-inset-text > :first-child {
  margin-top: 0;
}
.govuk-inset-text > :only-child,
.govuk-inset-text > :last-child {
  margin-bottom: 0;
}
@media print {
  .gem-c-inset-text {
    break-inside: avoid;
  }
}
.gem-c-inset-text {
  padding-top: 20px;
}
.gem-c-inset-text .govuk-inset-text {
  margin-top: 0;
}
@media (min-width: 40.0625em) {
  .gem-c-inset-text {
    padding-top: 30px;
  }
}
.gem-c-inverse-header {
  width: 100%;
  background-color: #d2e2f1;
  margin-bottom: 30px;
  padding: 15px 30px 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 48.0525em) {
  .gem-c-inverse-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gem-c-inverse-header__subtext {
  color: #fff;
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media print {
  .gem-c-inverse-header__subtext {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-inverse-header__subtext {
    font-size: 14pt;
    line-height: 1.5;
  }
}
.gem-c-inverse-header__link:link,
.gem-c-inverse-header__link:visited,
.gem-c-inverse-header__link:active {
  color: #0b0c0c;
}
.gem-c-inverse-header--full-width {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.gem-c-inverse-header--html-publication-header {
  background-color: #1d70b8;
  color: #fff;
}
.gem-c-inverse-header--hmrc-header {
  background: #008670;
}
@media print {
  .gem-c-inverse-header {
    background: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2pt solid #000;
  }
  .gem-c-inverse-header,
  .gem-c-inverse-header * {
    color: #000 !important;
  }
}
.govuk-footer {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 10px solid #1d70b8;
  color: #0b0c0c;
  background: #f3f2f1;
}
@media print {
  .govuk-footer {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-footer {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-top: 40px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-footer {
    padding-bottom: 25px;
  }
}
.govuk-template--rebranded .govuk-footer {
  background: #f4f8fb;
}
.govuk-footer__crown {
  margin-bottom: 25px;
}
.govuk-footer__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .govuk-footer__link {
    font-family: sans-serif;
  }
}
.govuk-footer__link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-footer__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-footer__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-footer__link:link,
.govuk-footer__link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-footer__link:link,
  .govuk-footer__link:visited {
    color: #000;
  }
}
.govuk-footer__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-footer__link:active,
.govuk-footer__link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-footer__link:active,
  .govuk-footer__link:focus {
    color: #000;
  }
}
.govuk-footer__section-break {
  margin: 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-footer__section-break {
    margin-bottom: 50px;
  }
}
.govuk-template--rebranded .govuk-footer__section-break {
  border-bottom-color: #8eb8dc;
}
.govuk-footer__meta {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.govuk-footer__meta-item {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}
.govuk-footer__meta-item--grow {
  flex: 1;
}
@media (max-width: 40.0525em) {
  .govuk-footer__meta-item--grow {
    flex-basis: 320px;
  }
}
.govuk-footer__licence-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  forced-color-adjust: auto;
}
@media (max-width: 48.0525em) {
  .govuk-footer__licence-logo {
    margin-bottom: 15px;
  }
}
.govuk-footer__licence-description {
  display: inline-block;
  text-wrap: balance;
}
.govuk-footer__copyright-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 112px;
  background-image: url(../assets/frontend/govuk-crest-9f82a3631d8ac5feb4660345a2b44ca98f077b48248f2cc139a0f412355bebef.svg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  white-space: nowrap;
}
@supports (-webkit-mask-position: initial) or (mask-position: initial) {
  .govuk-footer__copyright-logo::before {
    background: currentcolor;
    -webkit-mask-image: url(../assets/frontend/govuk-crest-9f82a3631d8ac5feb4660345a2b44ca98f077b48248f2cc139a0f412355bebef.svg);
    mask-image: url(../assets/frontend/govuk-crest-9f82a3631d8ac5feb4660345a2b44ca98f077b48248f2cc139a0f412355bebef.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 0%;
    mask-position: 50% 0%;
    -webkit-mask-size: 125px 102px;
    mask-size: 125px 102px;
  }
  @media screen and (forced-colors: active) {
    .govuk-footer__copyright-logo::before {
      background: linktext;
    }
  }
}
.govuk-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.govuk-footer__inline-list:last-child {
  margin-bottom: 0;
}
.govuk-footer__meta-custom {
  margin-bottom: 20px;
}
.govuk-footer__meta-custom:last-child {
  margin-bottom: 0;
}
.govuk-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.govuk-footer__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-bottom-color: #b1b4b6;
}
@media (max-width: 40.0525em) {
  .govuk-footer__heading {
    padding-bottom: 10px;
  }
}
.govuk-template--rebranded .govuk-footer__heading {
  border-bottom-color: #8eb8dc;
}
.govuk-footer__navigation {
  margin-right: -15px;
  margin-left: -15px;
}
.govuk-footer__navigation::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-footer__section {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.govuk-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 30px;
}
@media (min-width: 48.0625em) {
  .govuk-footer__list--columns-2 {
    column-count: 2;
  }
  .govuk-footer__list--columns-3 {
    column-count: 3;
  }
}
.govuk-footer__list-item {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-footer__list-item {
    margin-bottom: 20px;
  }
}
.govuk-footer__list-item:last-child {
  margin-bottom: 0;
}
.govuk-footer__list-item {
  display: inline-block;
  width: 99%;
}
.gem-c-layout-footer .govuk-footer__list {
  padding-bottom: 40px;
}
.gem-c-layout-footer .govuk-footer__list-item:nth-child(odd):last-child {
  margin-bottom: 20px;
}
@media print {
  .govuk-footer {
    background: none;
    margin: 25mm 0 0;
    padding: 5mm 0 0;
    border-top: 2pt solid #000;
  }
  .govuk-footer .govuk-width-container {
    margin: 0;
  }
  .govuk-footer__meta,
  .govuk-footer__meta-item {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .govuk-footer__licence-description {
    padding-right: 10mm;
  }
  .govuk-footer__copyright-logo {
    min-width: auto;
    padding-top: 13mm;
    background-size: 15mm;
    background-position: center top;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .gem-c-layout-footer {
    font-size: 10pt !important;
  }
}
.gem-c-layout-for-public {
  font-family: "GDS Transport", arial, sans-serif;
}
.gem-c-layout-for-public--draft {
  background-image: url(/assets/frontend/govuk_publishing_components/draft-watermark-2fc7e51bfdd3eece36faad082cbb53e2527f6147a116b0385fb331f2d0eab56d.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: contain;
}
.gem-c-layout-for-public-account-menu {
  margin: 0 0 30px 0;
  padding: 0;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-for-public-account-menu {
    margin-right: 20px;
  }
}
.gem-c-layout-for-public-account-menu__item {
  list-style-type: none;
  padding: 12px 0;
}
@media (min-width: 40.0625em) {
  .gem-c-layout-for-public-account-menu__item {
    margin: 0 0 20px;
    padding: 5px 0;
  }
}
.gem-c-layout-for-public-account-menu__item--current {
  margin-left: -14px;
  padding-left: 10px;
  border-left: 4px solid #1d70b8;
}
.gem-c-layout-for-public-account-menu__item--current
  .gem-c-layout-for-public-account-menu__link {
  text-decoration: none;
}
.gem-c-layout-for-public-account-menu__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-layout-for-public-account-menu__link {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-layout-for-public-account-menu__link {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-layout-for-public-account-menu__link:not(:focus):hover {
  color: #1d70b8;
}
.govuk-header {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 10px solid #ffffff;
  background: #0b0c0c;
  color: #fff;
}
@media print {
  .govuk-header {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-header {
    font-size: 14pt;
    line-height: 1;
  }
}
.govuk-template--rebranded .govuk-header {
  border-bottom: 1px solid transparent;
}
.govuk-template--rebranded .govuk-header {
  background: #1d70b8;
}
@media (max-width: 48.0525em) {
  .govuk-header--with-js-navigation .govuk-header__logo {
    padding-right: 80px;
  }
}
.govuk-header__container--full-width {
  padding: 0 15px;
  border-color: #1d70b8;
}
.govuk-header__container--full-width .govuk-header__menu-button {
  right: 15px;
}
.govuk-header__container {
  position: relative;
  margin-bottom: -10px;
  padding-top: 10px;
  border-bottom: 10px solid #1d70b8;
}
.govuk-header__container::after {
  content: "";
  display: block;
  clear: both;
}
.govuk-template--rebranded .govuk-header__container {
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}
.govuk-header--full-width-border {
  border-bottom-color: #1d70b8;
}
.govuk-header--full-width-border .govuk-header__container {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.govuk-header__logotype {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  fill: currentcolor;
  vertical-align: top;
}
@media (forced-colors: active) {
  .govuk-header__logotype {
    forced-color-adjust: none;
    color: linktext;
  }
}
.govuk-header__logotype:last-child {
  margin-right: 0;
}
.govuk-template--rebranded .govuk-header__logotype {
  margin-right: 0.4375rem;
  margin-bottom: 2px;
}
.govuk-template--rebranded .govuk-header__logotype:last-child {
  margin-right: 0;
}
.govuk-logo-dot {
  fill: #00ffe0;
}
@media print {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
@media (forced-colors: active) {
  .govuk-logo-dot {
    fill: currentcolor;
  }
}
:focus .govuk-logo-dot {
  fill: currentcolor;
}
.govuk-header__product-name {
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 400;
  display: inline-table;
  margin-top: 7px;
  vertical-align: top;
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .govuk-header__product-name {
    font-size: 18pt;
    line-height: 1;
  }
}
@-moz-document url-prefix() {
  .govuk-header__product-name {
    margin-top: 6.5px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__product-name {
    margin-top: 5px;
  }
  @-moz-document url-prefix() {
    .govuk-header__product-name {
      margin-top: 4.5px;
    }
  }
}
.govuk-template--rebranded .govuk-header__product-name {
  margin-top: 0;
  margin-bottom: -0.0625rem;
  font-size: 1.9375rem;
  letter-spacing: -0.015em;
  forced-color-adjust: none;
}
@media screen and (forced-colors: active) {
  .govuk-template--rebranded .govuk-header__product-name {
    color: LinkText;
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 40.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__product-name {
    margin-top: 0;
  }
}
.govuk-header__link {
  text-decoration: none;
}
.govuk-header__link:link,
.govuk-header__link:visited {
  color: #fff;
}
.govuk-header__link:hover,
.govuk-header__link:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.govuk-header__link:focus {
  color: #0b0c0c;
}
.govuk-header__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.1578em;
}
.govuk-header__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-header__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-header__link--homepage {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
@media (min-width: 48.0625em) {
  .govuk-header__link--homepage {
    display: inline;
  }
}
.govuk-header__link--homepage:link,
.govuk-header__link--homepage:visited {
  text-decoration: none;
}
.govuk-header__link--homepage:hover,
.govuk-header__link--homepage:active {
  margin-bottom: -3px;
  border-bottom: 3px solid;
}
.govuk-header__link--homepage:focus {
  margin-bottom: 0;
  border-bottom: 0;
}
.govuk-template--rebranded .govuk-header__link--homepage {
  display: inline;
  word-spacing: -0.375rem;
}
.govuk-template--rebranded .govuk-header__link--homepage > * {
  word-spacing: 0;
}
.govuk-template--rebranded .govuk-header__link--homepage:not(:focus) {
  background-color: #1d70b8;
}
.govuk-header__service-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .govuk-header__service-name {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-header__service-name {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-template--rebranded .govuk-header__service-name {
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__service-name {
    margin: 19px 0 11px;
  }
}
.govuk-header__logo,
.govuk-header__content {
  box-sizing: border-box;
}
.govuk-header__logo {
  margin-bottom: 10px;
}
@media (min-width: 48.0625em) {
  .govuk-header__logo {
    width: 33.33%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
  }
  .govuk-header__logo:last-child {
    width: auto;
    padding-right: 0;
    float: none;
  }
}
.govuk-template--rebranded .govuk-header__logo {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}
@media (min-width: 48.0625em) {
  .govuk-header__content {
    width: 66.66%;
    padding-left: 15px;
    float: left;
  }
}
.govuk-header__menu-button {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  max-width: 80px;
  min-height: 24px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  word-break: break-all;
  cursor: pointer;
}
@media print {
  .govuk-header__menu-button {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-header__menu-button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-header__menu-button:hover {
  -webkit-text-decoration: solid underline 3px;
  text-decoration: solid underline 3px;
  text-underline-offset: 0.1578em;
}
.govuk-header__menu-button:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-header__menu-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-header__menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  border-top-color: inherit;
  content: "";
  margin-left: 5px;
}
.govuk-header__menu-button[aria-expanded="true"]::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 5px 8.66px;
  border-bottom-color: inherit;
}
@media (min-width: 20em) {
  .govuk-header__menu-button {
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-header__menu-button {
    top: 15px;
  }
}
.govuk-frontend-supported .govuk-header__menu-button {
  display: block;
}
.govuk-header__menu-button[hidden],
.govuk-frontend-supported .govuk-header__menu-button[hidden] {
  display: none;
}
@media (max-width: 19.99em) {
  .govuk-template--rebranded .govuk-header__navigation {
    padding-bottom: 15px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation {
    margin-bottom: 10px;
  }
  .govuk-template--rebranded .govuk-header__navigation {
    margin-bottom: 0;
    padding: 22px 0 8px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded
    .govuk-header__service-name
    + .govuk-header__navigation {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.govuk-header__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.govuk-header__navigation-list[hidden] {
  display: none;
}
@media (min-width: 20em) and (max-width: 48.0525em) {
  .govuk-template--rebranded .govuk-header__navigation-list {
    padding-bottom: 15px;
  }
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation--end {
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
}
.govuk-header__navigation-item {
  padding: 10px 0;
  border-bottom: 1px solid #2e3133;
}
@media (min-width: 48.0625em) {
  .govuk-header__navigation-item {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
    border: 0;
  }
}
.govuk-header__navigation-item a {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}
@media print {
  .govuk-header__navigation-item a {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item {
  padding-top: 15px;
  border-bottom-color: #fff;
}
@media (min-width: 48.0625em) {
  .govuk-template--rebranded .govuk-header__navigation-item {
    padding-top: 5px;
  }
}
.govuk-template--rebranded .govuk-header__navigation-item a {
  font-weight: 400;
}
.govuk-template--rebranded .govuk-header__navigation-item--active a {
  font-weight: 700;
}
.govuk-header__navigation-item--active a:link,
.govuk-header__navigation-item--active a:hover,
.govuk-header__navigation-item--active a:visited {
  color: #1d8feb;
}
.govuk-template--rebranded .govuk-header__navigation-item--active a:link,
.govuk-template--rebranded .govuk-header__navigation-item--active a:hover,
.govuk-template--rebranded .govuk-header__navigation-item--active a:visited {
  color: inherit;
}
@media print {
  .govuk-header__navigation-item--active a {
    color: #1d70b8;
  }
}
.govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}
.govuk-template--rebranded .govuk-header__navigation-item--active a:focus {
  color: #0b0c0c;
}
.govuk-header__navigation-item:last-child {
  margin-right: 0;
  border-bottom: 0;
}
@media print {
  .govuk-header {
    border-bottom-width: 0;
    color: #0b0c0c;
    background: rgba(0, 0, 0, 0);
  }
  .govuk-template--rebranded .govuk-header {
    background: rgba(0, 0, 0, 0);
  }
  .govuk-header__link:link,
  .govuk-header__link:visited {
    color: #0b0c0c;
  }
  .govuk-header__link::after {
    display: none;
  }
  .govuk-template--rebranded .govuk-header__link:not(:focus) {
    background: rgba(0, 0, 0, 0);
  }
}
.gem-c-layout-super-navigation-header {
  background: #1d70b8;
  border-top: 1px solid #1d70b8;
  margin-top: -1px;
  position: relative;
}
.gem-c-layout-super-navigation-header [hidden] {
  display: none;
}
.gem-c-layout-super-navigation-header__container {
  position: relative;
  background: #1d70b8;
}
@media (forced-colors: active) {
  .gem-c-layout-super-navigation-header__container {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}
.gem-c-layout-super-navigation-header__header-logo {
  display: inline-block;
  line-height: 1;
  padding-bottom: 12px;
  padding-top: 16px;
  flex-grow: 1;
  flex-shrink: 0;
}
.gem-c-layout-super-navigation-header__header-logo
  .govuk-header__link--homepage {
  margin-right: 0;
}
.gem-c-layout-super-navigation-header__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gem-c-layout-super-navigation-header__navigation-item,
.gem-c-layout-super-navigation-header__search-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.gem-c-layout-super-navigation-header__search-item {
  margin-right: -15px;
}
@media (min-width: 40.0625em) {
  .gem-c-layout-super-navigation-header__search-item {
    margin-right: 0;
  }
}
.gem-c-layout-super-navigation-header__navigation-item-link,
.gem-c-layout-super-navigation-header__search-item-link {
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-layout-super-navigation-header__navigation-item-link,
  .gem-c-layout-super-navigation-header__search-item-link {
    font-family: sans-serif;
  }
}
.gem-c-layout-super-navigation-header__navigation-item-link:hover,
.gem-c-layout-super-navigation-header__search-item-link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-layout-super-navigation-header__navigation-item-link:focus,
.gem-c-layout-super-navigation-header__search-item-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__navigation-item-link:focus,
  .gem-c-layout-super-navigation-header__search-item-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__navigation-item-link:link,
.gem-c-layout-super-navigation-header__search-item-link:link {
  color: #1d70b8;
}
.gem-c-layout-super-navigation-header__navigation-item-link:visited,
.gem-c-layout-super-navigation-header__search-item-link:visited {
  color: #1d70b8;
}
.gem-c-layout-super-navigation-header__navigation-item-link:hover,
.gem-c-layout-super-navigation-header__search-item-link:hover {
  color: #003078;
}
.gem-c-layout-super-navigation-header__navigation-item-link:active,
.gem-c-layout-super-navigation-header__search-item-link:active {
  color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-item-link:focus,
.gem-c-layout-super-navigation-header__search-item-link:focus {
  color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-item-link::after,
.gem-c-layout-super-navigation-header__search-item-link::after {
  background: none;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  right: 10px;
  bottom: 1px;
  top: auto;
}
.gem-c-layout-super-navigation-header__navigation-item-link:hover,
.gem-c-layout-super-navigation-header__search-item-link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-layout-super-navigation-header__navigation-item-link:hover::after,
.gem-c-layout-super-navigation-header__search-item-link:hover::after {
  background: #fff;
}
.gem-c-layout-super-navigation-header__navigation-item-link,
.gem-c-layout-super-navigation-header__navigation-item-link:link,
.gem-c-layout-super-navigation-header__navigation-item-link:visited,
.gem-c-layout-super-navigation-header__search-item-link,
.gem-c-layout-super-navigation-header__search-item-link:link,
.gem-c-layout-super-navigation-header__search-item-link:visited {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 20px;
  text-decoration: none;
}
.gem-c-layout-super-navigation-header__navigation-item-link:focus,
.gem-c-layout-super-navigation-header__navigation-item-link:link:focus,
.gem-c-layout-super-navigation-header__navigation-item-link:visited:focus,
.gem-c-layout-super-navigation-header__search-item-link:focus,
.gem-c-layout-super-navigation-header__search-item-link:link:focus,
.gem-c-layout-super-navigation-header__search-item-link:visited:focus {
  box-shadow: none;
  color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-item-link:focus::after,
.gem-c-layout-super-navigation-header__navigation-item-link:link:focus::after,
.gem-c-layout-super-navigation-header__navigation-item-link:visited:focus::after,
.gem-c-layout-super-navigation-header__search-item-link:focus::after,
.gem-c-layout-super-navigation-header__search-item-link:link:focus::after,
.gem-c-layout-super-navigation-header__search-item-link:visited:focus::after {
  background: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-item-link
  .gem-c-layout-super-navigation-header__navigation-item-link-inner {
  padding: 5px 15px;
  border-right: 1px solid #f4f8fb;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-item-link
    .gem-c-layout-super-navigation-header__navigation-item-link-inner {
    padding: 5px 20px;
  }
}
.gem-c-layout-super-navigation-header__navigation-item-link:focus
  .gem-c-layout-super-navigation-header__navigation-item-link-inner {
  border-right-color: #fd0;
}
.gem-c-layout-super-navigation-header__search-item-link {
  padding: 20px 15px;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__search-item-link {
    padding: 20px 20px;
  }
}
.gem-c-layout-super-navigation-header__search-item-link-icon,
.gem-c-layout-super-navigation-header__search-toggle-button-link-icon {
  height: 20px;
  pointer-events: none;
  width: 21px;
}
.gem-c-layout-super-navigation-header__open-button
  .gem-c-layout-super-navigation-header__search-toggle-button-link-icon {
  display: none;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 61px;
  padding: 0;
  position: relative;
  margin: 0;
  vertical-align: top;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button {
    font-family: sans-serif;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button::after {
  background: none;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  right: 10px;
  bottom: 1px;
  top: auto;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  display: inline-block;
  border-right: 1px solid #f4f8fb;
  margin: 0;
  padding: 5px 15px;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    padding: 5px 20px;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    -webkit-transform: translateY(-35%) rotate(45deg) scale(1);
    -ms-transform: translateY(-35%) rotate(45deg) scale(1);
    transform: translateY(-35%) rotate(45deg) scale(1);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 10px 0 2px;
    vertical-align: middle;
    width: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover::after {
    background: #fff;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus {
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus::after {
  background-color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  border-right-color: #fd0;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
  border-bottom-color: #0b0c0c;
  border-right-color: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:hover::after {
    background-color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #0b0c0c;
    border-right-color: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible {
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible::after {
  background-color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  border-right-color: #fd0;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
  border-bottom-color: #0b0c0c;
  border-right-color: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover::after {
    background-color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus-visible:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #0b0c0c;
    border-right-color: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button {
  background: none;
  box-shadow: none;
  color: #fff;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button::after {
  background: none;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  border-right-color: #f4f8fb;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover::after {
    background: #fff;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    color: #fff;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
    :focus-visible
  ) {
  background: none;
  box-shadow: none;
  color: #fff;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
    :focus-visible
  )::after {
  background: none;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
    :focus-visible
  )
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  border-right-color: #f4f8fb;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
      :focus-visible
    )
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
      :focus-visible
    ):hover::after {
    background: #fff;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
      :focus-visible
    ):hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
    color: #fff;
  }
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button:focus:not(
      :focus-visible
    ):hover
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus::after {
  background-color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  color: #0b0c0c;
  border-right-color: #fd0;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
  border-bottom-color: #0b0c0c;
  border-right-color: #0b0c0c;
  -webkit-transform: translateY(1px) rotate(225deg) scale(1);
  -ms-transform: translateY(1px) rotate(225deg) scale(1);
  transform: translateY(1px) rotate(225deg) scale(1);
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible::after {
  background-color: #0b0c0c;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  color: #0b0c0c;
  border-right-color: #fd0;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
  border-bottom-color: #0b0c0c;
  border-right-color: #0b0c0c;
  -webkit-transform: translateY(1px) rotate(225deg) scale(1);
  -ms-transform: translateY(1px) rotate(225deg) scale(1);
  transform: translateY(1px) rotate(225deg) scale(1);
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button {
  background: #f4f8fb;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button::after {
  background-color: #1d70b8;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  color: #1d70b8;
  border-right-color: #f4f8fb;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #1d70b8;
    border-right-color: #1d70b8;
    -webkit-transform: translateY(1px) rotate(225deg) scale(1);
    -ms-transform: translateY(1px) rotate(225deg) scale(1);
    transform: translateY(1px) rotate(225deg) scale(1);
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
    :focus-visible
  ) {
  background: #f4f8fb;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
    :focus-visible
  )::after {
  background-color: #1d70b8;
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
    :focus-visible
  )
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner {
  color: #1d70b8;
  border-right-color: #f4f8fb;
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
      :focus-visible
    )
    .gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner::before {
    border-bottom-color: #1d70b8;
    border-right-color: #1d70b8;
    -webkit-transform: translateY(1px) rotate(225deg) scale(1);
    -ms-transform: translateY(1px) rotate(225deg) scale(1);
    transform: translateY(1px) rotate(225deg) scale(1);
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  height: 61px;
  padding: 20px 15px;
  position: relative;
  width: 51px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.0526315789;
}
@media print {
  .gem-c-layout-super-navigation-header__search-toggle-button {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-layout-super-navigation-header__search-toggle-button {
    font-size: 14pt;
    line-height: 20px;
  }
}
@media (min-width: 22.5em) {
  .gem-c-layout-super-navigation-header__search-toggle-button {
    padding: 20px 20px;
    width: 61px;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button::after {
  background: none;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  right: 10px;
  bottom: 1px;
  top: auto;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button:hover::after {
    background: #fff;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus {
  z-index: 11;
  border-color: #fd0 !important;
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__search-toggle-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus::after {
  background: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button:focus:hover {
    color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__search-toggle-button:focus:hover::after {
    background: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus-visible {
  z-index: 11;
  border-color: #fd0 !important;
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__search-toggle-button:focus-visible {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus-visible::after {
  background: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button:focus-visible:hover {
    color: #0b0c0c;
  }
  .gem-c-layout-super-navigation-header__search-toggle-button:focus-visible:hover::after {
    background: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button {
  background: none;
  box-shadow: none;
  color: #fff;
}
.gem-c-layout-super-navigation-header__search-toggle-button::after {
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button:hover {
    color: #fff;
  }
  .gem-c-layout-super-navigation-header__search-toggle-button:hover::after {
    background: #fff;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus:not(
    :focus-visible
  ) {
  background: none;
  box-shadow: none;
  color: #fff;
}
.gem-c-layout-super-navigation-header__search-toggle-button:focus:not(
    :focus-visible
  )::after {
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button:focus:not(
      :focus-visible
    ):hover {
    color: #fff;
  }
  .gem-c-layout-super-navigation-header__search-toggle-button:focus:not(
      :focus-visible
    ):hover::after {
    background: #fff;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button {
  color: #1d70b8;
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
  border-color: #fd0 !important;
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus::after {
  background: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:hover::after {
    background: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
  border-color: #fd0 !important;
  box-shadow: none !important;
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible::after {
  background: #0b0c0c;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus-visible:hover::after {
    background: #0b0c0c;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button {
  background: #f4f8fb;
  outline: 1px solid #f4f8fb;
  color: #1d70b8;
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button::after {
  background: #1d70b8;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:hover::after {
    background: #1d70b8;
  }
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
    :focus-visible
  ) {
  background: #f4f8fb;
  outline: 1px solid #f4f8fb;
  color: #1d70b8;
}
.gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
    :focus-visible
  )::after {
  background: #1d70b8;
}
@media (hover: hover) and (pointer: fine) {
  .gem-c-layout-super-navigation-header__search-toggle-button.gem-c-layout-super-navigation-header__open-button:focus:not(
      :focus-visible
    ):hover::after {
    background: #1d70b8;
  }
}
.gem-c-layout-super-navigation-header__navigation-top-toggle-close-icon {
  display: none;
  font-size: 36px;
  font-weight: normal;
  left: 0;
  line-height: 22px;
  pointer-events: none;
  right: 0;
  text-align: center;
  top: 0;
}
.gem-c-layout-super-navigation-header__open-button
  .gem-c-layout-super-navigation-header__navigation-top-toggle-close-icon {
  display: block;
}
.gem-c-layout-super-navigation-header__search-container {
  padding-bottom: 40px;
}
.gem-c-layout-super-navigation-header__navigation-dropdown-menu {
  width: 100%;
  order: 1;
  background: #f4f8fb;
  padding-top: 30px;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__navigation-dropdown-menu {
    padding-top: 50px;
  }
}
.govuk-frontend-supported .gem-c-layout-super-navigation-header::before {
  content: "";
  position: absolute;
  top: 61px;
  bottom: 0;
  width: 100%;
  background: #f4f8fb;
  box-shadow: 0 1px #b1b4b6;
}
.gem-c-layout-super-navigation-header__dropdown-list-item {
  box-sizing: border-box;
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 0 10px 0;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__dropdown-list-item {
    padding: 0 0 15px 0;
    margin: 0 15px 5px 15px;
  }
}
.gem-c-layout-super-navigation-header__navigation-second-items {
  list-style: none;
  margin: 0;
  padding: 15px 25px 25px 0;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__navigation-second-items {
    margin: 0 -15px 60px;
    padding: 10px 0 0 0;
  }
}
.gem-c-layout-super-navigation-header__column--government-activity {
  position: relative;
}
@media (max-width: 48.0525em) {
  .gem-c-layout-super-navigation-header__column--government-activity {
    margin-top: 30px;
  }
}
@media (max-width: 48.0525em) {
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information {
    border-bottom: 1px solid #b1b4b6;
  }
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(9) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(11) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(13) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(15) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .gem-c-layout-super-navigation-header__navigation-second-items--services-and-information
    > li:nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
}
.gem-c-layout-super-navigation-header__navigation-second-item-link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.gem-c-layout-super-navigation-header__navigation-second-item-link::after {
  background: none;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__navigation-second-item-link {
    padding: 0;
  }
  .gem-c-layout-super-navigation-header__navigation-second-item-link::after {
    background: none;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.gem-c-layout-super-navigation-header__navigation-second-item-link--with-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.gem-c-layout-super-navigation-header__navigation-second-item-link--with-description::after {
  background: none;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 20px);
}
.gem-c-layout-super-navigation-header__navigation-second-item-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-layout-super-navigation-header__navigation-second-item-description {
    font-family: sans-serif;
  }
}
.gem-c-layout-super-navigation-header__search-form {
  padding: 0;
}
@media (min-width: 48.0625em) {
  .gem-c-layout-super-navigation-header__search-form {
    padding-bottom: 10px;
  }
}
.gem-c-layout-super-navigation-header__column-header {
  font-size: 24px;
}
@media (max-width: 40.0525em) {
  .gem-c-layout-super-navigation-header__header-logo--homepage {
    padding-left: 9px;
  }
}
@media (max-width: 40.0525em) {
  .gem-c-layout-super-navigation-header__search-label--large-navbar {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media print {
  .gem-c-layout-super-navigation-header {
    border-top: 0;
    border-bottom: 2pt solid #000;
    margin: 0 0 5mm;
    background: rgba(0, 0, 0, 0);
  }
  .gem-c-layout-super-navigation-header:has(
    .gem-c-layout-super-navigation-header__header-logo .govuk-visually-hidden
  ) {
    border: 0;
    margin-left: 24px;
  }
  .gem-c-layout-super-navigation-header * {
    color: #000;
  }
  .gem-c-layout-super-navigation-header .govuk-width-container {
    margin: 0;
  }
  .gem-c-layout-super-navigation-header
    .gem-c-layout-super-navigation-header__container {
    background: rgba(0, 0, 0, 0);
  }
  .gem-c-layout-super-navigation-header__header-logo {
    padding: 10px 0 !important;
  }
  .gem-c-layout-super-navigation-header__navigation-item,
  .gem-c-layout-super-navigation-header__search-item,
  .gem-c-layout-super-navigation-header__navigation-dropdown-menu {
    display: none;
  }
}
.gem-c-lead-paragraph {
  margin-top: 0;
  max-width: 30em;
  color: #0b0c0c;
  margin-bottom: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-lead-paragraph {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-lead-paragraph {
    margin-bottom: 40px;
  }
}
@media print {
  .gem-c-lead-paragraph {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-lead-paragraph {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-lead-paragraph {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-lead-paragraph--inverse {
  color: #fff;
}
@media print {
  .gem-c-lead-paragraph {
    color: #000;
  }
}
.gem-c-metadata {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media print {
  .gem-c-metadata {
    color: #000;
  }
}
@media print {
  .gem-c-metadata {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-metadata {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-metadata {
    margin-bottom: 40px;
  }
}
.gem-c-metadata::after {
  content: "";
  display: block;
  clear: both;
}
.gem-c-metadata a {
  font-weight: bold;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-metadata a {
    font-family: sans-serif;
  }
}
.gem-c-metadata a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-metadata a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-metadata a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-metadata a:link {
  color: #1d70b8;
}
.gem-c-metadata a:visited {
  color: #4c2c92;
}
.gem-c-metadata a:hover {
  color: #003078;
}
.gem-c-metadata a:active {
  color: #0b0c0c;
}
.gem-c-metadata a:focus {
  color: #0b0c0c;
}
.gem-c-metadata .gem-c-metadata__definition-link {
  font-weight: normal;
}
.direction-rtl .gem-c-metadata,
.gem-c-metadata.direction-rtl {
  direction: rtl;
  text-align: start;
}
.gem-c-metadata--inverse {
  color: #fff;
}
.gem-c-metadata--inverse a:link,
.gem-c-metadata--inverse a:visited {
  color: #fff;
}
.gem-c-metadata--inverse a:hover,
.gem-c-metadata--inverse a:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.gem-c-metadata--inverse a:focus {
  color: #0b0c0c;
}
.gem-c-metadata--inverse-padded {
  padding: 10px 20px;
}
@media (min-width: 40.0625em) {
  .gem-c-metadata--inverse-padded {
    padding: 10px 25px;
  }
}
.gem-c-metadata--inverse-padded .gem-c-metadata__list {
  margin: 10px 0;
}
@media (min-width: 40.0625em) {
  .gem-c-metadata--inverse-padded .gem-c-metadata__list {
    margin: 15px 0;
  }
}
.gem-c-metadata__term,
.gem-c-metadata__definition {
  line-height: 1.4;
}
.gem-c-metadata__term {
  margin-top: 0.5em;
}
@media (min-width: 40.0625em) {
  .gem-c-metadata__term {
    box-sizing: border-box;
    float: inline-start;
    padding-inline-start: 0;
    padding-inline-end: 5px;
    margin-top: 0;
  }
}
.gem-c-metadata__definition {
  margin: 0;
}
@media (min-width: 40.0625em) {
  .gem-c-metadata__definition:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.gem-c-metadata__toggle-wrap {
  display: none;
}
.govuk-frontend-supported .gem-c-metadata__toggle-wrap {
  display: block;
}
.govuk-frontend-supported .gem-c-metadata__toggle-items.js-hidden {
  display: none;
}
@media print {
  .gem-c-metadata {
    break-inside: avoid;
    color: #000 !important;
    background: none;
    margin-bottom: 5mm;
  }
  .gem-c-metadata a,
  .gem-c-metadata a:visited {
    color: #000 !important;
  }
  .gem-c-metadata--inverse-padded,
  .gem-c-metadata--inverse-padded .gem-c-metadata__title {
    padding: 0;
  }
  .gem-c-metadata--inverse-padded .gem-c-metadata__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.govuk-notification-banner {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  margin-bottom: 30px;
  border: 5px solid #1d70b8;
  background-color: #1d70b8;
}
@media print {
  .govuk-notification-banner {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-notification-banner {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner {
    margin-bottom: 50px;
  }
}
.govuk-notification-banner:focus {
  outline: 3px solid #fd0;
}
.govuk-notification-banner__header {
  padding: 2px 15px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__header {
    padding: 2px 20px 5px;
  }
}
.govuk-notification-banner__title {
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media print {
  .govuk-notification-banner__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-notification-banner__content {
  color: #0b0c0c;
  padding: 15px;
  background-color: #fff;
}
@media print {
  .govuk-notification-banner__content {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__content {
    padding: 20px;
  }
}
.govuk-notification-banner__content > * {
  box-sizing: border-box;
  max-width: 605px;
}
.govuk-notification-banner__content > :last-child {
  margin-bottom: 0;
}
.govuk-notification-banner__heading {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .govuk-notification-banner__heading {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-notification-banner__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-notification-banner__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .govuk-notification-banner__link {
    font-family: sans-serif;
  }
}
.govuk-notification-banner__link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-notification-banner__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-notification-banner__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-notification-banner__link:link {
  color: #1d70b8;
}
.govuk-notification-banner__link:visited {
  color: #1d70b8;
}
.govuk-notification-banner__link:hover {
  color: #003078;
}
.govuk-notification-banner__link:active {
  color: #0b0c0c;
}
.govuk-notification-banner__link:focus {
  color: #0b0c0c;
}
.govuk-notification-banner--success {
  border-color: #00703c;
  background-color: #00703c;
}
.govuk-notification-banner--success .govuk-notification-banner__link:link,
.govuk-notification-banner--success .govuk-notification-banner__link:visited {
  color: #00703c;
}
.govuk-notification-banner--success .govuk-notification-banner__link:hover {
  color: rgb(0, 78.4, 42);
}
.govuk-notification-banner--success .govuk-notification-banner__link:active {
  color: #00703c;
}
.govuk-notification-banner--success .govuk-notification-banner__link:focus {
  color: #0b0c0c;
}
.gem-c-notice .govuk-govspeak p:last-child {
  margin-bottom: 0;
}
.gem-c-notice .govuk-body:last-child {
  margin-bottom: 0;
}
.gem-c-notice__title a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-notice__title a {
    font-family: sans-serif;
  }
}
.gem-c-notice__title a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-notice__title a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-notice__title a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-notice__title a:link {
  color: #1d70b8;
}
.gem-c-notice__title a:visited {
  color: #4c2c92;
}
.gem-c-notice__title a:hover {
  color: #003078;
}
.gem-c-notice__title a:active {
  color: #0b0c0c;
}
.gem-c-notice__title a:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-notice__title a[href^="/"]::after,
  .gem-c-notice__title a[href^="http://"]::after,
  .gem-c-notice__title a[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.gem-c-notice__description {
  word-wrap: break-word;
}
.gem-c-organisation-logo {
  font-weight: 400;
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-organisation-logo {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-organisation-logo {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (max-width: 40.0525em) {
  .gem-c-organisation-logo {
    line-height: 1.35;
  }
}
.gem-c-organisation-logo__container {
  text-transform: none;
  text-decoration: none;
  display: block;
  color: #0b0c0c;
  height: auto;
  width: auto;
  direction: ltr;
}
.gem-c-organisation-logo__container--inline {
  display: inline-block;
  padding-right: 5px;
}
.gem-c-organisation-logo__image {
  display: block;
  height: auto;
  max-width: 300px;
  width: 100%;
}
.gem-c-organisation-logo__crest {
  border-left: 2px solid #0b0c0c;
  padding-top: 35px;
  padding-left: 8px;
}
.brand--executive-office .gem-c-organisation-logo__crest {
  border-left-width: 0;
  padding-left: 0;
  background-position: 0 0;
}
.gem-c-organisation-logo__name {
  font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.gem-c-organisation-logo__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-organisation-logo__link {
    font-family: sans-serif;
  }
}
.gem-c-organisation-logo__link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-organisation-logo__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-organisation-logo__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-organisation-logo__link:link,
.gem-c-organisation-logo__link:visited {
  color: #0b0c0c;
}
@media print {
  .gem-c-organisation-logo__link:link,
  .gem-c-organisation-logo__link:visited {
    color: #000;
  }
}
.gem-c-organisation-logo__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.gem-c-organisation-logo__link:active,
.gem-c-organisation-logo__link:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-organisation-logo__link:active,
  .gem-c-organisation-logo__link:focus {
    color: #000;
  }
}
.gem-c-organisation-logo__link {
  font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.gem-c-organisation-logo__link:hover {
  color: #003078;
}
.gem-c-organisation-logo__link:active {
  color: #0b0c0c;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-organisation-logo__link:focus {
  box-shadow:
    0 -2px #fd0,
    0 4px #fd0,
    0 8px #0b0c0c;
  text-decoration: none;
}
.gem-c-organisation-logo__link-hide-underline:link:not(:hover) {
  text-decoration: none;
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container {
  border-color: #fff;
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container:link,
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container:visited {
  color: #fff;
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container:hover,
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__container:focus {
  color: #0b0c0c;
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__crest {
  filter: brightness(0) invert(1);
}
.gem-c-organisation-logo--inverse .gem-c-organisation-logo__crest:focus {
  filter: none;
}
.gem-c-organisation-logo__crest--dbt {
  background: url(/assets/frontend/govuk_publishing_components/crests/dbt_crest_18px_x2-466ba3b86548d551359eeb8c70f96e42f49520cfdc47e8e7b27014f1ee505b1b.png)
    no-repeat 9px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--bis {
  background: url(/assets/frontend/govuk_publishing_components/crests/bis_crest_18px_x2-dd43f856a37e1bacd432f400087cc9339bc8860725ab166e4f1eaab02112de44.png)
    no-repeat 9px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--gds {
  background: url(/assets/frontend/govuk_publishing_components/crests/gds_crest_18px_x2-df55d9ebfc4824d639ec2b66a6a8a6f23bbeea4a49b858ac5a853201f3d99d89.png)
    no-repeat 8px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--hmrc {
  background: url(/assets/frontend/govuk_publishing_components/crests/hmrc_crest_18px_x2-e50843ea1f4fa57af73b97123965ef0df841239f25e823f8500fc4a80d28c0e6.png)
    no-repeat 8px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--ho {
  background: url(/assets/frontend/govuk_publishing_components/crests/ho_crest_18px_x2-7a7e0779277444d8dcc197ec66c2d04409cf465fd267a5a03c5cd1d1542cf7d0.png)
    no-repeat 9px 0;
  background-size: auto 32px;
  padding-top: 39px;
  background-size: auto 34px;
}
.gem-c-organisation-logo__crest--mod {
  background: url(/assets/frontend/govuk_publishing_components/crests/mod_crest_18px_x2-3360a0705ca8cf4f3fe4e6f9ecd84e17b51ac94dc9d6d517a192f4b7a74cebe8.png)
    no-repeat 9px 0;
  background-size: auto 32px;
  padding-top: 39px;
  background-size: auto 34px;
}
.gem-c-organisation-logo__crest--no10 {
  background: url(/assets/frontend/govuk_publishing_components/crests/no10_crest_18px_x2-a75381e3a24f9b080ef910a2f6c59c5dc3e943fefe98b7e120cfc9158ac1cf60.png)
    no-repeat 8px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--single-identity,
.gem-c-organisation-logo__crest--eo,
.gem-c-organisation-logo__crest--org {
  background: url(/assets/frontend/govuk_publishing_components/crests/org_crest_18px_x2-d7e9ca2aac7d1a9dacc57634cb4acf442e21f2744086a105cc8ec3618f13aeee.png)
    no-repeat 8px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--portcullis {
  background: url(/assets/frontend/govuk_publishing_components/crests/portcullis_18px_x2-cc98227ef1bbb292fbb970546a7b9d58f6c52c0b248a7a4960a058b94fc9c455.png)
    no-repeat 9px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--so {
  background: url(/assets/frontend/govuk_publishing_components/crests/so_crest_18px_x2-6fdc60f74e8bc91258518a1794c75056484a46bb814dcaff2a1829df83ff901f.png)
    no-repeat 9px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--ukaea {
  background: url(/assets/frontend/govuk_publishing_components/crests/ukaea_crest_18px_x2-7cec371ef5119e0c42ae86f59e746e18f8fb9885b99546d561585e5bb7f36dc2.png)
    no-repeat 9px 0;
  background-size: auto 32px;
}
.gem-c-organisation-logo__crest--ukho {
  background: url(/assets/frontend/govuk_publishing_components/crests/ukho_18px_x2-793572ea004263de080718869a74df8b65817229777f6b7d769eaab55212c8eb.png)
    no-repeat 8px 0;
  background-size: auto 32px;
  padding-top: 39px;
  background-size: auto 34px;
}
.gem-c-organisation-logo__crest--wales {
  background: url(/assets/frontend/govuk_publishing_components/crests/wales_crest_18px_x2-dad9349ea40acd14cb4e747ca9774a157f12a6e8bd6e0485e6f55f2f9cb084b3.png)
    no-repeat 9px 0;
  background-size: auto 32px;
  padding-top: 39px;
  background-size: auto 34px;
}
@media print {
  .gem-c-organisation-logo__container {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
.govuk-pagination {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 40.0625em) {
  .govuk-pagination {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-pagination {
    flex-direction: row;
    align-items: flex-start;
  }
}
.govuk-pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.govuk-pagination__item,
.govuk-pagination__next,
.govuk-pagination__prev {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  box-sizing: border-box;
  position: relative;
  min-width: 45px;
  min-height: 45px;
  padding: 10px 15px;
  float: left;
}
@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-pagination__item,
  .govuk-pagination__next,
  .govuk-pagination__prev {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-pagination__item:hover,
.govuk-pagination__next:hover,
.govuk-pagination__prev:hover {
  background-color: #f3f2f1;
}
.govuk-pagination__item {
  display: none;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .govuk-pagination__item {
    display: block;
  }
}
.govuk-pagination__prev,
.govuk-pagination__next {
  font-weight: 700;
}
.govuk-pagination__prev .govuk-pagination__link,
.govuk-pagination__next .govuk-pagination__link {
  display: flex;
  align-items: center;
}
.govuk-pagination__prev {
  padding-left: 0;
}
.govuk-pagination__next {
  padding-right: 0;
}
.govuk-pagination__item--current,
.govuk-pagination__item--ellipsis,
.govuk-pagination__item--ellipses,
.govuk-pagination__item:first-child,
.govuk-pagination__item:last-child {
  display: block;
}
.govuk-pagination__item--current {
  font-weight: 700;
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #1d70b8;
}
.govuk-pagination__item--current:hover {
  background-color: #1d70b8;
}
.govuk-pagination__item--current .govuk-pagination__link:link,
.govuk-pagination__item--current .govuk-pagination__link:visited {
  color: #fff;
}
.govuk-pagination__item--current .govuk-pagination__link:hover,
.govuk-pagination__item--current .govuk-pagination__link:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.govuk-pagination__item--current .govuk-pagination__link:focus {
  color: #0b0c0c;
}
.govuk-pagination__item--ellipsis,
.govuk-pagination__item--ellipses {
  font-weight: 700;
  color: #505a5f;
}
.govuk-pagination__item--ellipsis:hover,
.govuk-pagination__item--ellipses:hover {
  background-color: rgba(0, 0, 0, 0);
}
.govuk-pagination__link {
  display: block;
  min-width: 15px;
}
@media screen {
  .govuk-pagination__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated,
.govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
.govuk-pagination__link:hover .govuk-pagination__link-label,
.govuk-pagination__link:hover .govuk-pagination__link-title--decorated,
.govuk-pagination__link:active .govuk-pagination__link-label,
.govuk-pagination__link:active .govuk-pagination__link-title--decorated {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-pagination__link:focus .govuk-pagination__icon {
  color: #0b0c0c;
}
.govuk-pagination__link:focus .govuk-pagination__link-label {
  text-decoration: none;
}
.govuk-pagination__link:focus .govuk-pagination__link-title--decorated {
  text-decoration: none;
}
.govuk-pagination__link-title {
  text-decoration-thickness: inherit;
}
.govuk-pagination__link-label {
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  display: inline-block;
}
.govuk-pagination__icon {
  width: 0.9375rem;
  height: 0.8125rem;
  color: #505a5f;
  fill: currentcolor;
  forced-color-adjust: auto;
}
.govuk-pagination__icon--prev {
  margin-right: 15px;
}
.govuk-pagination__icon--next {
  margin-left: 15px;
}
.govuk-pagination--block {
  display: block;
}
.govuk-pagination--block .govuk-pagination__next,
.govuk-pagination--block .govuk-pagination__prev {
  padding-left: 0;
  float: none;
}
.govuk-pagination--block .govuk-pagination__next .govuk-pagination__link,
.govuk-pagination--block .govuk-pagination__prev .govuk-pagination__link {
  display: inline-block;
}
.govuk-pagination--block .govuk-pagination__next {
  padding-right: 15px;
}
.govuk-pagination--block .govuk-pagination__prev + .govuk-pagination__next {
  border-top: 1px solid #b1b4b6;
}
.govuk-pagination--block .govuk-pagination__link-title::after {
  content: "";
  display: block;
}
.govuk-pagination--block .govuk-pagination__link {
  padding-left: 30px;
  text-align: left;
}
.govuk-pagination--block .govuk-pagination__link:not(:focus) {
  text-decoration: none;
}
.govuk-pagination--block .govuk-pagination__icon {
  margin-top: 0.326em;
  margin-left: -30px;
  float: left;
}
@media print {
  .gem-c-pagination * {
    color: #000 !important;
  }
}
.govuk-panel {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.6875rem;
  line-height: 1.1111111111;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 35px;
  border: 5px solid rgba(0, 0, 0, 0);
  text-align: center;
}
@media print {
  .govuk-panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .govuk-panel {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-panel {
    font-size: 24pt;
    line-height: 1.05;
  }
}
@media (max-width: 40.0525em) {
  .govuk-panel {
    padding: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.govuk-panel--confirmation {
  color: #fff;
  background: #00703c;
}
@media print {
  .govuk-panel--confirmation {
    border-color: currentcolor;
    color: #000;
    background: none;
  }
}
.govuk-panel__title {
  font-size: 2rem;
  line-height: 1.09375;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-panel__title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-panel__title {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-panel__title:last-child {
  margin-bottom: 0;
}
.gem-c-panel__prepend {
  margin-bottom: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-panel__prepend {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-panel__prepend {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-panel__prepend {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-panel__append {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-panel__append {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-panel__append {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-panel__append {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-panel__prepend ~ .govuk-panel__title-text {
  margin-bottom: 15px;
}
.gem-c-panel__append,
.gem-c-panel__prepend,
.govuk-panel__title-text {
  display: block;
}
.gem-c-print-link {
  display: none;
}
.gem-c-print-link.gem-c-print-link--show-without-js {
  display: block;
}
.govuk-frontend-supported .gem-c-print-link {
  display: block;
}
.gem-c-print-link__link,
.gem-c-print-link__button {
  background: url(/assets/frontend/govuk_publishing_components/icon-print-9785e3a205c49d1efe1bfe07f3b60cafe820be2d0ca670aa2f4565f5deed4d5f.png)
    no-repeat 10px 50%;
  background-size: 16px 18px;
  padding: 10px 10px 10px 36px;
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .gem-c-print-link__link,
  .gem-c-print-link__button {
    background-image: url(/assets/frontend/govuk_publishing_components/icon-print-2x-6661abfcb4d537563f5c4ae06a8ddf7623de6ec39b860ca84169b68f5de775c1.png);
  }
}
.gem-c-print-link__link:hover,
.gem-c-print-link__button:hover {
  background-color: #f3f2f1;
}
.gem-c-print-link__link {
  box-shadow: inset 0 0 0 1px #505a5f;
}
.gem-c-print-link__link:focus {
  border: 0;
  box-shadow: 0 3px #0b0c0c;
}
.gem-c-print-link__button {
  border: 1px solid #505a5f;
  color: #1d70b8;
  cursor: pointer;
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-print-link__button {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-print-link__button {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-print-link__button:focus {
  background-color: #fd0;
  border-color: rgba(0, 0, 0, 0);
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-print-link__button:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-published-dates {
  direction: ltr;
  line-height: 1.45em;
  color: #0b0c0c;
}
.direction-rtl .gem-c-published-dates {
  direction: rtl;
}
.gem-c-published-dates__toggle {
  display: none;
}
.govuk-frontend-supported .gem-c-published-dates__toggle {
  display: inline-block;
}
.gem-c-published-dates__change-history {
  margin: 20px 0;
}
.gem-c-published-dates__list {
  padding: 0;
}
.gem-c-published-dates__change-item {
  list-style-type: none;
  margin-bottom: 10px;
}
.gem-c-published-dates__change-date {
  display: block;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-published-dates__change-date {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-published-dates__change-date {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-published-dates__change-note {
  white-space: pre-line;
}
.gem-c-published-dates--history {
  padding-top: 10px;
  border-top: 1px solid #b1b4b6;
}
.govuk-frontend-supported .gem-c-published-dates .js-hidden {
  display: none;
  visibility: hidden;
}
@media print {
  .gem-c-published-dates {
    margin-top: 10mm;
  }
}
.govuk-radios__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.govuk-radios__item:last-child,
.govuk-radios__item:last-of-type {
  margin-bottom: 0;
}
.govuk-radios__input {
  z-index: 1;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.govuk-radios__label {
  align-self: center;
  max-width: calc(100% - 74px);
  margin-bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  touch-action: manipulation;
}
.govuk-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.govuk-radios__label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  border: 10px solid currentcolor;
  border-radius: 50%;
  opacity: 0;
  background: currentcolor;
}
.govuk-radios__hint {
  display: block;
  width: 100%;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 59px;
}
.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl)
  + .govuk-radios__hint {
  margin-bottom: 0;
}
.govuk-radios__input:focus + .govuk-radios__label::before {
  border-width: 4px;
  outline: 3px solid rgba(0, 0, 0, 0);
  outline-offset: 1px;
  box-shadow: 0 0 0 4px #fd0;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios__input:focus + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}
.govuk-radios__input:checked + .govuk-radios__label::after {
  opacity: 1;
}
.govuk-radios__input:disabled,
.govuk-radios__input:disabled + .govuk-radios__label {
  cursor: not-allowed;
}
.govuk-radios__input:disabled + .govuk-radios__label,
.govuk-radios__input:disabled ~ .govuk-hint {
  opacity: 0.5;
}
@media (min-width: 40.0625em) {
  .govuk-radios--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .govuk-radios--inline .govuk-radios__item {
    margin-right: 20px;
  }
}
.govuk-radios__divider {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
}
@media print {
  .govuk-radios__divider {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-radios__divider {
    color: #000;
  }
}
.govuk-radios__conditional {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 4px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-radios__conditional {
    margin-bottom: 20px;
  }
}
.govuk-frontend-supported .govuk-radios__conditional--hidden {
  display: none;
}
.govuk-radios__conditional > :last-child {
  margin-bottom: 0;
}
.govuk-radios--small .govuk-radios__item {
  margin-bottom: 0;
}
.govuk-radios--small .govuk-radios__input {
  margin-left: -10px;
}
.govuk-radios--small .govuk-radios__label {
  padding-left: 1px;
}
.govuk-radios--small .govuk-radios__label::before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
}
.govuk-radios--small .govuk-radios__label::after {
  top: 17px;
  left: 7px;
  border-width: 5px;
}
.govuk-radios--small .govuk-radios__hint {
  padding-left: 34px;
}
.govuk-radios--small .govuk-radios__conditional {
  margin-left: 10px;
  padding-left: 20px;
}
.govuk-radios--small .govuk-radios__divider {
  width: 24px;
  margin-bottom: 5px;
}
.govuk-radios--small
  .govuk-radios__item:hover
  .govuk-radios__input:not(:disabled)
  + .govuk-radios__label::before {
  outline: 4px dashed rgba(0, 0, 0, 0);
  outline-offset: 1px;
  box-shadow: 0 0 0 10px #b1b4b6;
}
.govuk-radios--small
  .govuk-radios__item:hover
  .govuk-radios__input:focus
  + .govuk-radios__label::before {
  box-shadow:
    0 0 0 4px #fd0,
    0 0 0 10px #b1b4b6;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .govuk-radios--small
    .govuk-radios__item:hover
    .govuk-radios__input:focus
    + .govuk-radios__label::before {
    outline-color: Highlight;
  }
}
@media (hover: none), (pointer: coarse) {
  .govuk-radios--small
    .govuk-radios__item:hover
    .govuk-radios__input:not(:disabled)
    + .govuk-radios__label::before {
    box-shadow: initial;
  }
  .govuk-radios--small
    .govuk-radios__item:hover
    .govuk-radios__input:focus
    + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #fd0;
  }
}
.gem-c-radio__heading-text {
  margin: 0 0 20px 0;
}
.gem-c-related-navigation {
  border-top: 2px solid #1d70b8;
  margin-bottom: 60px;
  color: #0b0c0c;
}
@media print {
  .gem-c-related-navigation {
    color: #000;
  }
}
.gem-c-related-navigation__main-heading {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-related-navigation__main-heading {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-related-navigation__main-heading {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-related-navigation__sub-heading {
  border-top: 1px solid #b1b4b6;
  margin: 0;
  padding-top: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-related-navigation__sub-heading {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-related-navigation__sub-heading {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-related-navigation__sub-heading--footer {
  border-top: 0;
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-related-navigation__sub-heading--footer {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-related-navigation__sub-heading--footer {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-related-navigation__main-heading
  + .gem-c-related-navigation__sub-heading {
  border-top: 0;
  padding-top: 0;
}
.gem-c-related-navigation__sub-heading--other {
  border-top: 0;
  padding-top: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-related-navigation__sub-heading--other {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-related-navigation__sub-heading--other {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-related-navigation__nav-section {
  margin-bottom: 30px;
}
.gem-c-related-navigation__link {
  list-style-type: none;
  margin-top: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media print {
  .gem-c-related-navigation__link {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-related-navigation__link {
    font-size: 14pt;
    line-height: 1.45;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-related-navigation__link {
    line-height: 1.28;
  }
}
.gem-c-related-navigation__link--truncated-links {
  margin-top: 10px;
}
.gem-c-related-navigation__toggle {
  display: none;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-related-navigation__toggle {
    font-family: sans-serif;
  }
}
.gem-c-related-navigation__toggle:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-related-navigation__toggle:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-related-navigation__toggle:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-related-navigation__toggle:link {
  color: #1d70b8;
}
.gem-c-related-navigation__toggle:visited {
  color: #1d70b8;
}
.gem-c-related-navigation__toggle:hover {
  color: #003078;
}
.gem-c-related-navigation__toggle:active {
  color: #0b0c0c;
}
.gem-c-related-navigation__toggle:focus {
  color: #0b0c0c;
}
.govuk-frontend-supported .gem-c-related-navigation__toggle {
  display: inline-block;
}
.gem-c-related-navigation__section-link {
  font-weight: bold;
}
.gem-c-related-navigation__section-link--other {
  font-weight: normal;
}
.gem-c-related-navigation__section-link--inline {
  line-height: 1.45;
}
.gem-c-related-navigation__link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.25em;
}
@media (min-width: 40.0625em) {
  .gem-c-related-navigation__toggle-more
    .gem-c-related-navigation__section-link {
    line-height: 1.45;
  }
}
.govuk-frontend-supported .gem-c-related-navigation__toggle-more.js-hidden {
  display: none;
}
.gem-c-search {
  position: relative;
}
.gem-c-search__label {
  display: block;
  color: #0b0c0c;
  cursor: text;
  text-overflow: ellipsis;
  height: 90%;
  overflow: hidden;
  white-space: nowrap;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.1052631579;
}
@media print {
  .gem-c-search__label {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-search__label {
    font-size: 14pt;
    line-height: 40px;
  }
}
.gem-c-search__label h1 {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.1052631579;
}
@media print {
  .gem-c-search__label h1 {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-search__label h1 {
    font-size: 14pt;
    line-height: 40px;
  }
}
.govuk-frontend-supported .gem-c-search__label {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  max-width: 68%;
  padding-left: 15px;
  z-index: 1;
  color: #505a5f;
  background: #fff;
}
.govuk-frontend-supported .gem-c-search--separate-label .gem-c-search__label {
  color: #0b0c0c;
}
.gem-c-search__input[type="search"] {
  margin: 0;
  width: 100%;
  height: 2.1052631579em;
  padding: 0.3157894737em;
  border: 2px solid #0b0c0c;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
}
@media print {
  .gem-c-search__input[type="search"] {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-search__input[type="search"] {
    font-size: 14pt;
    line-height: 1.4736842105;
  }
}
.gem-c-search__input[type="search"]:focus,
.gem-c-search__input[type="search"].focus {
  z-index: 2;
}
.gem-c-search__input[type="search"]:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.gem-c-search__input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url(/assets/frontend/govuk_publishing_components/icon-close-eecb5fdf67d1688ddf2f93e6e09d5f87b9b24e0fc53596ad2a65cf187c2c7c76.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  width: 20px;
}
.gem-c-search__submit {
  border: 0;
  cursor: pointer;
  border-radius: 0;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 0;
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  overflow: hidden;
}
.gem-c-search__submit .gem-c-search__icon {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0.5);
}
.gem-c-search__submit:focus {
  z-index: 2;
  outline: 3px solid #fd0;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.gem-c-search__submit::-moz-focus-inner {
  border: 0;
}
.gem-c-search__item-wrapper {
  display: table;
  width: 100%;
  background: #fff;
}
.gem-c-search__item {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.gem-c-search__submit-wrapper {
  width: 1%;
}
.gem-c-search--on-govuk-blue .gem-c-search__label {
  color: #fff;
}
.gem-c-search--on-govuk-blue .gem-c-search__input {
  border-width: 0;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 0;
}
.gem-c-search--on-govuk-blue .gem-c-search__input:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 4px;
}
.gem-c-search--on-govuk-blue .gem-c-search__submit {
  background-color: #d2e2f1;
  color: #1d70b8;
}
.gem-c-search--on-govuk-blue .gem-c-search__submit:hover {
  background-color: #f4f8fb;
}
.govuk-frontend-supported .gem-c-search--on-govuk-blue .gem-c-search__label {
  color: #505a5f;
}
.gem-c-search--on-white .gem-c-search__submit {
  background-color: #1d70b8;
  color: #fff;
}
.gem-c-search--on-white .gem-c-search__submit:hover {
  background-color: rgb(32.4718309859, 125.4084507042, 206.0281690141);
}
.gem-c-search--on-white .gem-c-search__input[type="search"] {
  border-right-width: 0;
}
.gem-c-search--on-white .gem-c-search__input[type="search"]:focus {
  border-right-width: 2px;
}
.govuk-label.gem-c-search__label--white {
  color: #fff;
}
.gem-c-search--large .gem-c-search__label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.6315789474;
}
@media print {
  .gem-c-search--large .gem-c-search__label {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-search--large .gem-c-search__label {
    font-size: 14pt;
    line-height: 50px;
  }
}
.gem-c-search--large .gem-c-search__input[type="search"] {
  height: 50px;
}
.gem-c-search--large .gem-c-search__submit {
  width: 50px;
  height: 50px;
}
.gem-c-search--large .gem-c-search__submit .gem-c-search__icon {
  transform: scale(0.4);
}
.gem-c-search--separate-label .gem-c-search__label {
  position: relative;
  top: auto;
  left: auto;
  padding-left: 0;
}
.gem-c-search-with-autocomplete__wrapper {
  position: relative;
}
.gem-c-search-with-autocomplete__menu {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #b1b4b6;
  border-top: 0;
  margin-right: -40px;
}
.gem-c-search-with-autocomplete__menu--visible {
  display: block;
}
.gem-c-search-with-autocomplete__menu--hidden {
  display: none;
}
.gem-c-search-with-autocomplete__menu--inline {
  position: relative;
}
.gem-c-search-with-autocomplete__option {
  display: block;
  cursor: pointer;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-search-with-autocomplete__option {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-search-with-autocomplete__option {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-search-with-autocomplete__option > * {
  pointer-events: none;
}
.gem-c-search-with-autocomplete__option > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.gem-c-search-with-autocomplete__option--focused,
.gem-c-search-with-autocomplete__option:hover,
.gem-c-search-with-autocomplete__option:focus-visible {
  background-color: #f3f2f1;
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-search-with-autocomplete__option--focused
  .gem-c-search-with-autocomplete__suggestion-icon,
.gem-c-search-with-autocomplete__option:hover
  .gem-c-search-with-autocomplete__suggestion-icon,
.gem-c-search-with-autocomplete__option:focus-visible
  .gem-c-search-with-autocomplete__suggestion-icon {
  background-color: #0b0c0c;
}
.gem-c-search-with-autocomplete__option:focus-visible
  .gem-c-search-with-autocomplete__suggestion-text {
  background-color: #fd0;
}
.gem-c-search-with-autocomplete__option-wrapper {
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding: 5px 0;
  border-bottom: 1px solid #b1b4b6;
}
.gem-c-search-with-autocomplete__option:last-child
  .gem-c-search-with-autocomplete__option-wrapper {
  border-bottom: 0;
}
.gem-c-search-with-autocomplete__suggestion-icon {
  width: 20px;
  height: 40px;
  margin-right: 10px;
  flex: none;
  mask-image: url(/assets/frontend/govuk_publishing_components/icon-autocomplete-search-suggestion-6dba8814c94cc876652b9f6d7acfe4ea57a68b5869b908a73f520ca99c79fe0e.svg);
  -webkit-mask-image: url(/assets/frontend/govuk_publishing_components/icon-autocomplete-search-suggestion-6dba8814c94cc876652b9f6d7acfe4ea57a68b5869b908a73f520ca99c79fe0e.svg);
  background-color: #505a5f;
}
.gem-c-search-with-autocomplete__suggestion-text {
  font-weight: bold;
}
.gem-c-search-with-autocomplete__suggestion-highlight {
  font-weight: normal;
  background: none;
}
.gem-c-search-with-autocomplete.gem-c-search-with-autocomplete--large
  .gem-c-search-with-autocomplete__menu {
  margin-right: -50px;
}
.gem-c-search-with-autocomplete.gem-c-search-with-autocomplete--large
  .gem-c-search-with-autocomplete__option {
  min-height: 50px;
}
.gem-c-search-with-autocomplete.gem-c-search-with-autocomplete--on-govuk-blue
  .gem-c-search-with-autocomplete__menu {
  border-top: 1px solid #b1b4b6;
}
@media (forced-colors: active) {
  .gem-c-search-with-autocomplete__menu {
    border-color: FieldText;
  }
  .gem-c-search-with-autocomplete__option {
    forced-color-adjust: none;
    background-color: Field;
    color: FieldText;
  }
  .gem-c-search-with-autocomplete__option--focused,
  .gem-c-search-with-autocomplete__option:hover,
  .gem-c-search-with-autocomplete__option:focus-visible {
    background-color: Highlight;
    color: HighlightText;
    border-color: FieldText;
  }
  .gem-c-search-with-autocomplete__option--focused
    .gem-c-search-with-autocomplete__suggestion-text,
  .gem-c-search-with-autocomplete__option:hover
    .gem-c-search-with-autocomplete__suggestion-text,
  .gem-c-search-with-autocomplete__option:focus-visible
    .gem-c-search-with-autocomplete__suggestion-text {
    background: none;
  }
  .gem-c-search-with-autocomplete__option--focused
    .gem-c-search-with-autocomplete__suggestion-highlight,
  .gem-c-search-with-autocomplete__option:hover
    .gem-c-search-with-autocomplete__suggestion-highlight,
  .gem-c-search-with-autocomplete__option:focus-visible
    .gem-c-search-with-autocomplete__suggestion-highlight {
    color: HighlightText;
  }
  .gem-c-search-with-autocomplete__option--focused
    .gem-c-search-with-autocomplete__suggestion-icon,
  .gem-c-search-with-autocomplete__option:hover
    .gem-c-search-with-autocomplete__suggestion-icon,
  .gem-c-search-with-autocomplete__option:focus-visible
    .gem-c-search-with-autocomplete__suggestion-icon {
    background-color: HighlightText;
  }
  .gem-c-search-with-autocomplete__option:focus-visible:not(:hover) {
    background-color: SelectedItem;
    color: SelectedItemText;
  }
  .gem-c-search-with-autocomplete__option:focus-visible:not(:hover)
    .gem-c-search-with-autocomplete__suggestion-highlight {
    color: SelectedItemText;
  }
  .gem-c-search-with-autocomplete__option:focus-visible:not(:hover)
    .gem-c-search-with-autocomplete__suggestion-icon {
    background-color: SelectedItemText;
  }
  .gem-c-search-with-autocomplete__suggestion-highlight {
    color: FieldText;
  }
  .gem-c-search-with-autocomplete__suggestion-icon {
    background-color: FieldText;
  }
}
.govuk-select {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.25;
  box-sizing: border-box;
  min-width: 11.5em;
  max-width: 100%;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  color: #0b0c0c;
  background-color: #fff;
}
@media print {
  .govuk-select {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-select {
    font-size: 14pt;
    line-height: 1.25;
  }
}
.govuk-select:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-select:disabled {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}
.govuk-select option:active,
.govuk-select option:checked,
.govuk-select:focus::-ms-value {
  color: #fff;
  background-color: #1d70b8;
}
.govuk-select--error {
  border-color: #d4351c;
}
.govuk-select--error:focus {
  border-color: #0b0c0c;
}
.govuk-select[multiple] {
  height: auto;
}
.gem-c-select__select--full-width {
  min-width: 100%;
  max-width: 100%;
}
.gem-c-share-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gem-c-share-links__list-item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-height: 30px;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.gem-c-share-links__link {
  margin-right: 30px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-share-links__link {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-share-links__link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-share-links__link-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.gem-c-share-links__svg {
  width: 100%;
  height: 100%;
}
.direction-rtl .gem-c-share-links__link {
  display: inline-block;
  margin-right: 0;
  margin-left: 30px;
}
.direction-rtl .gem-c-share-links__list-item {
  padding-left: 10px;
  padding-right: 40px;
}
.direction-rtl .gem-c-share-links__link-icon {
  left: auto;
  right: 0;
}
.gem-c-share-links--columns .gem-c-share-links__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5em, 1fr));
}
.gem-c-share-links--columns .gem-c-share-links__list::after {
  content: "";
  display: block;
  clear: both;
}
.gem-c-share-links--columns .gem-c-share-links__list-item {
  float: left;
  min-width: 9.5em;
}
.gem-c-share-links--columns .gem-c-share-links__link {
  margin: 0;
}
.gem-c-share-links--stacked .gem-c-share-links__list-item {
  display: block;
}
.gem-c-share-links--flexbox .gem-c-share-links__list {
  display: flex;
  flex-wrap: wrap;
}
.gem-c-share-links--flexbox .gem-c-share-links__list-item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 40.0525em) {
  .gem-c-share-links--flexbox .gem-c-share-links__list-item {
    min-width: 100%;
  }
}
.gem-c-share-links--flexbox .gem-c-share-links__link-icon {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.gem-c-share-links--flexbox .gem-c-share-links__label {
  display: inline-block;
  vertical-align: middle;
}
.gem-c-share-links--flexbox .gem-c-share-links__link {
  display: inline-block;
}
.gem-c-share-links--flexbox
  .gem-c-share-links__link:hover
  .gem-c-share-links__label {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.gem-c-share-links--flexbox
  .gem-c-share-links__link:focus:hover
  .gem-c-share-links__label {
  text-decoration: none;
}
.gem-c-share-links--square-icons .gem-c-share-links__link-icon {
  background-color: #f3f2f1;
  color: #0b0c0c;
  padding: 10px;
}
.gem-c-share-links--square-icons .gem-c-share-links__label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-share-links--square-icons .gem-c-share-links__label {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-share-links--square-icons .gem-c-share-links__label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-share-links--square-icons .gem-c-share-links__link:focus {
  box-shadow:
    0 0 #fd0,
    0 4px #0b0c0c;
}
.gem-c-share-links--black-icons .gem-c-share-links__link-icon {
  color: #0b0c0c;
}
.gem-c-share-links--black-links .gem-c-share-links__label {
  color: #0b0c0c;
}
.gem-c-signup-link__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-signup-link__link {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-signup-link__link {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-signup-link__inner {
  position: relative;
}
.gem-c-signup-link__icon {
  position: absolute;
}
@media (min-width: 40.0625em) {
  .gem-c-signup-link__icon {
    top: 2px;
  }
}
.gem-c-signup-link__title {
  margin: 0 0 10px 25px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-signup-link__title {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-signup-link__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-signup-link--with-background-and-border {
  padding: 30px;
  background-color: #f3f2f1;
  border: 1px solid #b1b4b6;
}
.gem-c-signup-link--link-only .gem-c-signup-link__link {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-left: 25px;
  margin-bottom: 0;
}
.gem-c-single-page-notification-button__submit {
  padding: 10px;
  margin: 0;
  border: 1px solid #505a5f;
  color: #1d70b8;
  cursor: pointer;
  background: none;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-single-page-notification-button__submit {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-single-page-notification-button__submit {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-single-page-notification-button__submit:focus {
  border-color: rgba(0, 0, 0, 0);
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-single-page-notification-button__submit:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-single-page-notification-button__submit:hover {
  background-color: #f3f2f1;
  color: #003078;
}
.gem-c-single-page-notification-button__submit:hover:focus {
  color: #0b0c0c;
  box-shadow: 0 3px #0b0c0c;
}
.gem-c-single-page-notification-button__icon {
  color: #0b0c0c;
  vertical-align: top;
  margin-right: 5px;
}
.govuk-frontend-supported
  .gem-c-single-page-notification-button.js-personalisation-enhancement {
  opacity: 0;
}
.govuk-frontend-supported
  .gem-c-single-page-notification-button.js-personalisation-enhancement.gem-c-single-page-notification-button--visible {
  opacity: 1;
}
.govuk-skip-link {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  padding: 10px 15px;
}
.govuk-skip-link:not(:active):not(:focus):not(.\:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-skip-link:link,
.govuk-skip-link:visited {
  color: #0b0c0c;
}
@media print {
  .govuk-skip-link:link,
  .govuk-skip-link:visited {
    color: #000;
  }
}
.govuk-skip-link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.govuk-skip-link:active,
.govuk-skip-link:focus {
  color: #0b0c0c;
}
@media print {
  .govuk-skip-link:active,
  .govuk-skip-link:focus {
    color: #000;
  }
}
@media print {
  .govuk-skip-link {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-skip-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@supports (padding: max(calc(0px))) {
  .govuk-skip-link {
    padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
    padding-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}
.govuk-skip-link:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  background-color: #fd0;
}
@media (forced-colors: active) {
  .govuk-skip-link:focus {
    outline-offset: -3px;
  }
}
.govuk-skip-link-focused-element:focus {
  outline: none;
}
.gem-c-step-nav {
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav.gem-c-step-nav--large {
    margin-bottom: 60px;
  }
}
.govuk-frontend-supported .gem-c-step-nav.js-hidden {
  display: none;
}
.gem-c-step-nav__controls {
  padding: 3px 3px 0 0;
}
.gem-c-step-nav____title-text-focus {
  margin-bottom: 13px;
  display: inline-block;
}
.gem-c-step-nav__chevron {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  vertical-align: text-top;
}
.gem-c-step-nav--large .gem-c-step-nav__chevron {
  vertical-align: top;
}
.gem-c-step-nav__chevron::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
}
.gem-c-step-nav__chevron--down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gem-c-step-nav__button {
  color: #1d70b8;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
}
.gem-c-step-nav__button:hover {
  background: #f3f2f1;
}
.gem-c-step-nav__button:hover .gem-c-step-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.gem-c-step-nav__button:hover .gem-c-step-nav__chevron::after {
  color: #f3f2f1;
}
.gem-c-step-nav__button:hover .gem-c-step-nav__button-text {
  color: #0b0c0c;
}
.gem-c-step-nav__button:focus {
  outline: 0;
}
.gem-c-step-nav__button:focus .gem-c-step-nav__chevron {
  color: #0b0c0c;
  background: #0b0c0c;
}
.gem-c-step-nav__button:focus .gem-c-step-nav__chevron::after {
  color: #fd0;
}
.gem-c-step-nav__button:focus .gem-c-step-nav____title-text-focus,
.gem-c-step-nav__button:focus .gem-c-step-nav__toggle-link-focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-step-nav__button:focus .gem-c-step-nav____title-text-focus,
  .gem-c-step-nav__button:focus .gem-c-step-nav__toggle-link-focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-step-nav__button:focus .gem-c-step-nav__toggle-link-focus {
  padding-bottom: 2px;
}
.gem-c-step-nav__button::-moz-focus-inner {
  border: 0;
}
.gem-c-step-nav__button--title {
  display: inline-block;
  padding: 5px 0 0;
  text-align: left;
  color: #0b0c0c;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav__button--title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__button--title {
    font-size: 19px;
    line-height: 1.2;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__button--title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__button--title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__button--title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__button--title {
    padding-top: 10px;
  }
}
.gem-c-step-nav__button--controls {
  position: relative;
  z-index: 1;
  margin: 0.5em 0 14px;
  padding: 5px 0 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav__button--controls {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__button--controls {
    font-size: 15px;
    line-height: 1.3;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__button--controls {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__button--controls {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__button--controls {
    font-size: 19px;
    line-height: 1.3;
  }
}
.gem-c-step-nav__button--controls:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-step-nav__button--controls:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-step-nav__button--controls:focus .gem-c-step-nav__button-text {
  text-decoration: none;
}
.gem-c-step-nav__button-text {
  display: inline-block;
  text-align: left;
  min-width: 2.5em;
  margin-left: 5px;
}
.gem-c-step-nav--large .gem-c-step-nav__button-text {
  min-width: 2.5em;
  margin-left: 5px;
}
.gem-c-step-nav__button-text--all {
  min-width: 6.2142857143em;
}
.gem-c-step-nav--large .gem-c-step-nav__button-text--all {
  min-width: 6.25em;
}
.gem-c-step-nav__steps {
  padding: 0;
  margin: 0;
}
.gem-c-step-nav__step {
  position: relative;
  padding-left: 2.8125em;
  list-style: none;
}
.gem-c-step-nav__step::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  border-left: solid 1px #b1b4b6;
  background: #fff;
  left: 0;
  margin-left: 0.90625em;
  top: 0.9375em;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__step {
    padding-left: 3.75em;
  }
  .gem-c-step-nav--large .gem-c-step-nav__step::after {
    left: 0;
    margin-left: 1.0625em;
    top: 1.875em;
  }
}
.gem-c-step-nav__step:last-child::before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  margin-left: 7.5px;
  width: 15px;
  height: 0;
  border-bottom: solid 1px #b1b4b6;
}
.gem-c-step-nav__step:last-child::after {
  height: -webkit-calc(100% - 15px);
  height: calc(100% - 15px);
}
.gem-c-step-nav__step:last-child .gem-c-step-nav__help::after {
  height: 100%;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__step:last-child::before {
    margin-left: 8.75px;
    width: 17.5px;
  }
  .gem-c-step-nav--large .gem-c-step-nav__step:last-child::after {
    height: calc(100% - 30px);
  }
}
.gem-c-step-nav__step--active:last-child::before,
.gem-c-step-nav__step--active .gem-c-step-nav__circle--number,
.gem-c-step-nav__step--active::after,
.gem-c-step-nav__step--active .gem-c-step-nav__help::after {
  border-color: #0b0c0c;
}
.gem-c-step-nav__circle {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 3px;
  left: 0;
  width: 1.875em;
  height: 1.875em;
  color: #0b0c0c;
  background: #fff;
  border-radius: 100px;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__circle {
    top: 11px;
    width: 1.8421052632em;
    height: 1.8421052632em;
  }
}
.gem-c-step-nav__circle--number {
  border: solid 1px #b1b4b6;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav__circle--number {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__circle--number {
    font-size: 16px;
    line-height: 29px;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__circle--number {
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__circle--number {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__circle--number {
    font-size: 19px;
    line-height: 34px;
  }
}
.gem-c-step-nav__step--active .gem-c-step-nav__circle--number {
  background-color: #0b0c0c;
}
.gem-c-step-nav__step--active
  .gem-c-step-nav__circle--number
  .gem-c-step-nav__circle-background {
  text-shadow: none;
  color: #fff;
}
.gem-c-step-nav__circle--logic {
  left: 3px;
  width: 1.5789473684em;
  height: 1.5789473684em;
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav__circle--logic {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__circle--logic {
    font-size: 19px;
    line-height: 28px;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__circle--logic {
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__circle--logic {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__circle--logic {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__circle--logic {
    width: 1.4583333333em;
    height: 1.4583333333em;
  }
}
.gem-c-step-nav__circle-inner {
  float: right;
  min-width: 100%;
}
.gem-c-step-nav__circle-background {
  text-shadow:
    0 -0.1em 0 #fff,
    0.1em 0 0 #fff,
    0 0.1em 0 #fff,
    -0.1em 0 0 #fff;
}
.gem-c-step-nav__circle-step-label,
.gem-c-step-nav__circle-step-colon {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gem-c-step-nav__circle-step-label::before,
.gem-c-step-nav__circle-step-colon::before {
  content: " ";
}
.gem-c-step-nav__circle-step-label::after,
.gem-c-step-nav__circle-step-colon::after {
  content: " ";
}
.gem-c-step-nav__header {
  border-top: solid 1px #b1b4b6;
  padding: 5px 0 30px;
}
.gem-c-step-nav--large .gem-c-step-nav__header {
  padding-top: 10px;
}
.govuk-frontend-supported .gem-c-step-nav__header {
  padding: 0;
}
.gem-c-step-nav--active .gem-c-step-nav__header {
  cursor: pointer;
}
.gem-c-step-nav__title {
  margin: 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__title {
    font-size: 19px;
    line-height: 1.4;
  }
}
@media print {
  .gem-c-step-nav__title {
    color: #000;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.gem-c-step-nav__toggle-link {
  display: block;
  color: #1d70b8;
  text-transform: capitalize;
  padding-bottom: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav__toggle-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__toggle-link {
    font-size: 15px;
    line-height: 1.2;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__toggle-link {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__toggle-link {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__toggle-link {
    font-size: 19px;
    line-height: 1.2;
  }
}
.gem-c-step-nav__panel {
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav__panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav__panel {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media print {
  .gem-c-step-nav__panel {
    color: #000;
  }
}
.gem-c-step-nav--large .gem-c-step-nav__panel {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .gem-c-step-nav--large .gem-c-step-nav__panel {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__panel {
    font-size: 19px;
    line-height: 1.3;
  }
}
.govuk-frontend-supported .gem-c-step-nav__panel.js-hidden {
  display: none;
}
.gem-c-step-nav__paragraph {
  padding-bottom: 15px;
  margin: 0;
  font-size: inherit;
}
.gem-c-step-nav__paragraph + .gem-c-step-nav__list {
  margin-top: -5px;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__paragraph {
    padding-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__paragraph + .gem-c-step-nav__list {
    margin-top: -15px;
  }
}
.gem-c-step-nav__list {
  padding: 0;
  padding-bottom: 10px;
  list-style: none;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__list {
    padding-bottom: 20px;
  }
}
.gem-c-step-nav__list--choice {
  margin-left: 20px;
  list-style: disc;
}
.gem-c-step-nav__list--choice .gem-c-step-nav__list-item--active::before {
  left: -65px;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large
    .gem-c-step-nav__list--choice
    .gem-c-step-nav__list-item--active::before {
    left: -80px;
  }
}
.gem-c-step-nav__list-item {
  margin-bottom: 10px;
}
.gem-c-step-nav__link {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-step-nav__link {
    font-family: sans-serif;
  }
}
.gem-c-step-nav__link:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-step-nav__link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-step-nav__link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-step-nav__link:link {
  color: #1d70b8;
}
.gem-c-step-nav__link:visited {
  color: #4c2c92;
}
.gem-c-step-nav__link:hover {
  color: #003078;
}
.gem-c-step-nav__link:active {
  color: #0b0c0c;
}
.gem-c-step-nav__link:focus {
  color: #0b0c0c;
}
.gem-c-step-nav__link-active-context {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gem-c-step-nav__link-active-context::before {
  content: " ";
}
.gem-c-step-nav__link-active-context::after {
  content: " ";
}
.gem-c-step-nav__list-item--active {
  position: relative;
}
.gem-c-step-nav__list-item--active::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0.6em;
  left: -45px;
  margin-top: -0.5px;
  margin-left: 15px;
  width: 15px;
  height: 1px;
  background: #0b0c0c;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav--large .gem-c-step-nav__list-item--active::before {
    left: -60px;
    margin-left: 17.5px;
  }
}
.gem-c-step-nav__list-item--active .gem-c-step-nav__link:link,
.gem-c-step-nav__list-item--active .gem-c-step-nav__link:visited {
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav__list-item--active .gem-c-step-nav__link:link,
  .gem-c-step-nav__list-item--active .gem-c-step-nav__link:visited {
    color: #000;
  }
}
.gem-c-step-nav__list-item--active .gem-c-step-nav__link:hover {
  color: rgba(11, 12, 12, 0.99);
}
.gem-c-step-nav__list-item--active .gem-c-step-nav__link:active,
.gem-c-step-nav__list-item--active .gem-c-step-nav__link:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav__list-item--active .gem-c-step-nav__link:active,
  .gem-c-step-nav__list-item--active .gem-c-step-nav__link:focus {
    color: #000;
  }
}
.gem-c-step-nav__context {
  display: inline-block;
  font-weight: normal;
  color: #505a5f;
}
.gem-c-step-nav__context::before {
  content: " – ";
}
@media print {
  .gem-c-step-nav__panel {
    display: block !important;
  }
}
.gem-c-step-nav-header {
  position: relative;
  padding: 10px;
  background: #f3f2f1;
  border-bottom: solid 1px #1d70b8;
  margin-top: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav-header {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav-header {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-step-nav-header {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .gem-c-step-nav-header {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav-header {
    padding: 25px;
  }
}
.gem-c-step-nav-header__part-of {
  display: block;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-step-nav-header__part-of {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-step-nav-header__part-of {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .gem-c-step-nav-header {
    padding: 0 0 20px 0;
    background: none;
    border-color: #000;
  }
  .gem-c-step-nav-header__part-of {
    display: block;
  }
  .gem-c-step-nav-header__title {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.1904761905;
  }
}
@media print {
  .gem-c-step-nav-header__title {
    font-family: sans-serif;
  }
}
@media print and (min-width: 40.0625em) {
  .gem-c-step-nav-header__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-step-nav-header__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-step-nav-related {
  border-top: 2px solid #1d70b8;
  margin-bottom: 30px;
  color: #0b0c0c;
}
@media print {
  .gem-c-step-nav-related {
    color: #000;
  }
}
.gem-c-step-nav-related__heading {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-step-nav-related__heading {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-step-nav-related__heading {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-step-nav-related__links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-step-nav-related__links {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-step-nav-related__links {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-step-nav-related--singular {
  margin-bottom: 13px;
}
.gem-c-step-nav-related--singular .gem-c-step-nav-related__heading {
  margin-top: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4;
}
@media print {
  .gem-c-step-nav-related--singular .gem-c-step-nav-related__heading {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-step-nav-related--singular .gem-c-step-nav-related__heading {
    font-size: 14pt;
    line-height: 1.4;
  }
}
.gem-c-step-nav-related--singular .gem-c-step-nav-related__pretitle {
  margin-bottom: 7.5px;
}
.gem-c-step-nav-related__pretitle {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-step-nav-related__pretitle {
    margin-bottom: 5px;
  }
}
.gem-c-step-nav-related__link-item {
  margin-top: 15px;
}
@media print {
  .gem-c-step-nav-related {
    background: none;
    border-color: #000;
  }
}
.gem-c-subscription-links {
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-subscription-links {
    color: #000;
  }
}
@media print {
  .gem-c-subscription-links {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-subscription-links {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-subscription-links__hidden-header {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gem-c-subscription-links__hidden-header::before {
  content: " ";
}
.gem-c-subscription-links__hidden-header::after {
  content: " ";
}
.gem-c-subscription-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gem-c-subscription-links__list--small {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-subscription-links__list--small {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-subscription-links__list--small {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-subscription-links__list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 15px;
}
.gem-c-subscription-links__list-item:last-child {
  margin-right: 0;
}
.gem-c-subscription-links__list-item--small {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.gem-c-subscription-links__list-item--small:first-child {
  margin-right: 10px;
}
.gem-c-subscription-links__list-item--small:only-child {
  margin-right: 0;
}
.gem-c-subscription-links__item {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 20%;
}
@media (min-width: 40.0625em) {
  .gem-c-subscription-links__item {
    background-position: 0 35%;
  }
}
.gem-c-subscription-links__item--button {
  cursor: pointer;
  display: none;
  padding: 10px;
  border: 1px solid #505a5f;
  background-color: #fff;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-subscription-links__item--button {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-subscription-links__item--button {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-frontend-supported .gem-c-subscription-links__item--button {
  display: inline-block;
}
.gem-c-subscription-links__item--button:not(.brand__color) {
  color: #1d70b8;
}
.gem-c-subscription-links__item--button:hover {
  color: #003078;
}
.gem-c-subscription-links__item--button:visited,
.gem-c-subscription-links__item--button:active,
.gem-c-subscription-links__item--button:focus {
  text-decoration: none;
}
.gem-c-subscription-links__item--button:focus {
  color: #0b0c0c;
  border: 1px solid #fd0;
  outline: 3px solid rgba(0, 0, 0, 0);
}
.gem-c-subscription-links__item--button:hover:not(:focus) {
  background-color: #f3f2f1;
  text-decoration: none;
}
.gem-c-subscription-links__feed-box {
  padding: 15px;
  margin-bottom: 15px;
  background: #f3f2f1;
}
.govuk-frontend-supported .gem-c-subscription-links__feed-box.js-hidden {
  display: none;
}
.govuk-frontend-supported .gem-c-subscription-links__feed-hidden-description {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.govuk-frontend-supported
  .gem-c-subscription-links__feed-hidden-description::before {
  content: " ";
}
.govuk-frontend-supported
  .gem-c-subscription-links__feed-hidden-description::after {
  content: " ";
}
.gem-c-subscription-links__icon {
  margin-right: 5px;
  color: #0b0c0c;
}
.gem-c-subscription-links__list-item--small .gem-c-subscription-links__icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transform-origin: bottom left;
}
.gem-c-subscription-links--with-feed-box .gem-c-subscription-links__item--link {
  padding: 10px 10px 10px 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.gem-c-subscription-links--with-feed-box
  .gem-c-subscription-links__item--link:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
}
@media print {
  .gem-c-success-alert {
    break-inside: avoid;
    background: none;
    border-color: #000;
  }
  .gem-c-success-alert * {
    color: #000 !important;
  }
  .gem-c-success-alert .govuk-notification-banner__header {
    border-bottom: 1pt solid #000;
  }
  .gem-c-success-alert .govuk-notification-banner__title {
    padding: 2mm 0;
  }
}
.gem-c-summary-banner {
  direction: ltr;
  background: #1d70b8;
  color: #fff;
  padding: 30px 15px 15px;
  clear: both;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-summary-banner {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-summary-banner {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-summary-banner {
    padding: 40px 30px 25px;
  }
}
.gem-c-summary-banner a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-summary-banner a {
    font-family: sans-serif;
  }
}
.gem-c-summary-banner a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-summary-banner a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-summary-banner a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-summary-banner a:link,
.gem-c-summary-banner a:visited {
  color: #fff;
}
.gem-c-summary-banner a:hover,
.gem-c-summary-banner a:active {
  color: hsla(0, 0%, 100%, 0.99);
}
.gem-c-summary-banner a:focus {
  color: #0b0c0c;
}
.gem-c-summary-banner__title {
  margin: 0 0 30px 0;
  color: #fff;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-summary-banner__title {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-summary-banner__title {
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .gem-c-summary-banner__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-summary-banner__text {
  max-width: 30em;
  padding: 0;
  margin-bottom: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-summary-banner__text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-summary-banner__text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-summary-list {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  margin: 0;
  margin-bottom: 20px;
}
@media print {
  .govuk-summary-list {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-list {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list {
    margin-bottom: 30px;
  }
}
.govuk-summary-list__row {
  border-bottom: 1px solid #b1b4b6;
}
@media (max-width: 40.0525em) {
  .govuk-summary-list__row {
    margin-bottom: 15px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row {
    display: table-row;
  }
}
.govuk-summary-list__row:not(.govuk-summary-list__row--no-actions)
  > :last-child {
  padding-right: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-actions::after {
    content: "";
    display: table-cell;
    width: 20%;
  }
}
.govuk-summary-list__key,
.govuk-summary-list__value,
.govuk-summary-list__actions {
  margin: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key,
  .govuk-summary-list__value,
  .govuk-summary-list__actions {
    display: table-cell;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.govuk-summary-list__actions {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions {
    width: 20%;
    text-align: right;
  }
}
.govuk-summary-list__key,
.govuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.govuk-summary-list__key {
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width: 40.0525em) {
  .govuk-summary-list__value {
    margin-bottom: 15px;
  }
}
.govuk-summary-list__value > p {
  margin-bottom: 10px;
}
.govuk-summary-list__value > :last-child {
  margin-bottom: 0;
}
.govuk-summary-list__actions-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.govuk-summary-list__actions-list-item,
.govuk-summary-card__action {
  display: inline-block;
}
@media (max-width: 40.0525em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:last-child,
  .govuk-summary-card__action:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__actions-list-item,
  .govuk-summary-card__action {
    margin-left: 10px;
    padding-left: 10px;
  }
  .govuk-summary-list__actions-list-item:not(:first-child),
  .govuk-summary-card__action:not(:first-child) {
    border-left: 1px solid #b1b4b6;
  }
  .govuk-summary-list__actions-list-item:first-child,
  .govuk-summary-card__action:first-child {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.govuk-summary-list__actions-list-item .govuk-link:focus {
  isolation: isolate;
}
.govuk-summary-list--no-border .govuk-summary-list__row {
  border: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list--no-border .govuk-summary-list__key,
  .govuk-summary-list--no-border .govuk-summary-list__value,
  .govuk-summary-list--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}
.govuk-summary-list__row--no-border {
  border: 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-list__row--no-border .govuk-summary-list__key,
  .govuk-summary-list__row--no-border .govuk-summary-list__value,
  .govuk-summary-list__row--no-border .govuk-summary-list__actions {
    padding-bottom: 11px;
  }
}
.govuk-summary-card {
  margin-bottom: 20px;
  border: 1px solid #b1b4b6;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card {
    margin-bottom: 30px;
  }
}
.govuk-summary-card__title-wrapper {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background-color: #f3f2f1;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 15px 20px;
  }
}
.govuk-summary-card__title {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  margin: 5px 20px 10px 0;
}
@media print {
  .govuk-summary-card__title {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-summary-card__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-summary-card__title {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__title {
    margin-bottom: 5px;
  }
}
.govuk-summary-card__actions {
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
@media print {
  .govuk-summary-card__actions {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__actions {
    justify-content: right;
    text-align: right;
  }
}
.govuk-summary-card__action {
  display: inline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action {
    margin-bottom: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .govuk-summary-card__action:last-child {
    margin-bottom: 0;
  }
}
.govuk-summary-card__content {
  padding: 15px 15px 0;
}
@media (min-width: 40.0625em) {
  .govuk-summary-card__content {
    padding: 15px 20px;
  }
}
.govuk-summary-card__content .govuk-summary-list {
  margin-bottom: 0;
}
.govuk-summary-card__content .govuk-summary-list__row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.gem-c-summary-list {
  margin-bottom: 30px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-summary-list {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-summary-list .govuk-summary-list {
  margin-bottom: 0;
}
@media (min-width: 40.0625em) {
  .gem-c-summary-list__group-title {
    display: inline-block;
    margin-right: 15px;
  }
}
.gem-c-summary-list__group-actions-list {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .gem-c-summary-list__group-actions-list {
    float: right;
    width: auto;
  }
}
.gem-c-summary__block {
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .gem-c-summary__block {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-summary-list--wide-title .govuk-summary-list__key {
    width: 60%;
  }
  .gem-c-summary-list--wide-title .govuk-summary-list__value {
    width: 20%;
  }
}
.govuk-table {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  color: #0b0c0c;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media print {
  .govuk-table {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-table {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-table {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-table {
    margin-bottom: 30px;
  }
}
@media (max-width: 40.0525em) {
  .govuk-table--small-text-until-tablet {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print and (max-width: 40.0525em) {
  .govuk-table--small-text-until-tablet {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.govuk-table__header {
  font-weight: 700;
}
.govuk-table__header,
.govuk-table__cell {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #b1b4b6;
  text-align: left;
  vertical-align: top;
}
.govuk-table__cell--numeric {
  font-variant-numeric: tabular-nums;
}
.govuk-table__header--numeric,
.govuk-table__cell--numeric {
  text-align: right;
}
.govuk-table__header:last-child,
.govuk-table__cell:last-child {
  padding-right: 0;
}
.govuk-table__caption {
  font-weight: 700;
  display: table-caption;
  text-align: left;
}
.govuk-table__caption--xl,
.govuk-table__caption--l,
.govuk-table__caption--m {
  margin-bottom: 15px;
}
.govuk-table__caption--xl {
  font-size: 2rem;
  line-height: 1.09375;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--xl {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .govuk-table__caption--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.govuk-table__caption--l {
  font-size: 1.6875rem;
  line-height: 1.1111111111;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--l {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
}
@media print {
  .govuk-table__caption--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.govuk-table__caption--m {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media (min-width: 40.0625em) {
  .govuk-table__caption--m {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .govuk-table__caption--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.govuk-table__cell:empty,
.govuk-table__cell--empty {
  color: #505a5f;
}
.govuk-table--sortable {
  outline: 1px solid #b1b4b6;
  outline-offset: 0;
}
.govuk-table--sortable .govuk-table__header {
  padding: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #f3f2f1;
  font-weight: normal;
}
.govuk-table--sortable .govuk-table__header:last-child {
  border-right: 0;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  color: #1d70b8;
  text-decoration: none;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:link {
  color: #1d70b8;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:visited {
  color: #1d70b8;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:hover {
  color: #003078;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:active {
  color: #0b0c0c;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:focus {
  color: #0b0c0c;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-table--sortable .govuk-table__header .app-table__sort-link:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 4px 6.928px;
  border-bottom-color: inherit;
}
.govuk-table--sortable .govuk-table__header .app-table__sort-link::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 6.928px 4px 0 4px;
  border-top-color: inherit;
}
.govuk-table--sortable .govuk-table__header--active {
  color: #fff;
  background: #1d70b8;
}
.govuk-table--sortable .govuk-table__header--active .app-table__sort-link {
  padding-right: 20px;
}
.govuk-table--sortable .govuk-table__header--active .app-table__sort-link:link,
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link:visited,
.govuk-table--sortable .govuk-table__header--active .app-table__sort-link:hover,
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link:active {
  color: #fff;
}
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link:focus {
  color: #0b0c0c;
}
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link--ascending::before,
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link--descending::before {
  content: none;
}
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link--ascending::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  margin-left: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-width: 0 7px 12.124px;
  border-bottom-color: inherit;
}
.govuk-table--sortable
  .govuk-table__header--active
  .app-table__sort-link--descending::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  margin-left: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}
.govuk-table--sortable .govuk-table__row:hover {
  background-color: rgba(43, 140, 196, 0.2);
}
.govuk-table--sortable .govuk-table__row:nth-child(even) {
  background-color: #f3f2f1;
}
.govuk-table--sortable .govuk-table__row:nth-child(even):hover {
  background-color: rgba(43, 140, 196, 0.2);
}
.govuk-table--sortable .govuk-table__cell {
  padding: 10px;
  border: 0;
}
@media print {
  .govuk-table a::after,
  .gem-c-table a::after {
    display: none !important;
  }
  .govuk-table--sortable {
    outline: none;
  }
  .govuk-table--sortable * {
    color: #000 !important;
    background: none !important;
  }
  .govuk-table--sortable .govuk-table__header,
  .govuk-table--sortable .govuk-table__cell {
    border-bottom: 1px solid #000 !important;
  }
  .govuk-table--sortable .govuk-table__header {
    font-weight: 700;
    border-right: 0;
  }
  .govuk-table--sortable .app-table__sort-link {
    padding: 0 !important;
  }
  .govuk-table--sortable .app-table__sort-link::before,
  .govuk-table--sortable .app-table__sort-link::after {
    display: none !important;
  }
}
.govuk-tabs {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media (min-width: 40.0625em) {
  .govuk-tabs {
    margin-bottom: 30px;
  }
}
@media print {
  .govuk-tabs {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-tabs {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.govuk-tabs__title {
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  font-weight: 400;
  color: #0b0c0c;
  margin-bottom: 10px;
}
@media print {
  .govuk-tabs__title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .govuk-tabs__title {
    color: #000;
  }
}
.govuk-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__list {
    margin-bottom: 30px;
  }
}
.govuk-tabs__list-item {
  margin-left: 25px;
}
.govuk-tabs__list-item::before {
  color: #0b0c0c;
  content: "—";
  margin-left: -25px;
  padding-right: 5px;
}
@media print {
  .govuk-tabs__list-item::before {
    color: #000;
  }
}
.govuk-tabs__tab {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  display: inline-block;
  margin-bottom: 10px;
}
@media print {
  .govuk-tabs__tab {
    font-family: sans-serif;
  }
}
.govuk-tabs__tab:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.govuk-tabs__tab:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .govuk-tabs__tab:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.govuk-tabs__tab:link {
  color: #1d70b8;
}
.govuk-tabs__tab:visited {
  color: #4c2c92;
}
.govuk-tabs__tab:hover {
  color: #003078;
}
.govuk-tabs__tab:active {
  color: #0b0c0c;
}
.govuk-tabs__tab:focus {
  color: #0b0c0c;
}
.govuk-tabs__panel {
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .govuk-tabs__panel {
    margin-bottom: 50px;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__list {
    margin-bottom: 0;
    border-bottom: 1px solid #b1b4b6;
  }
  .govuk-frontend-supported .govuk-tabs__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .govuk-frontend-supported .govuk-tabs__title {
    display: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item {
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
    float: left;
    background-color: #f3f2f1;
    text-align: center;
  }
  .govuk-frontend-supported .govuk-tabs__list-item::before {
    content: none;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected {
    position: relative;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
    border: 1px solid #b1b4b6;
    border-bottom: 0;
    background-color: #fff;
  }
  .govuk-frontend-supported .govuk-tabs__list-item--selected .govuk-tabs__tab {
    text-decoration: none;
  }
  .govuk-frontend-supported .govuk-tabs__tab {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__tab:link,
  .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:link,
  .govuk-frontend-supported .govuk-tabs__tab:visited {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:hover {
    color: rgba(11, 12, 12, 0.99);
  }
  .govuk-frontend-supported .govuk-tabs__tab:active,
  .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #0b0c0c;
  }
}
@media print and (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab:active,
  .govuk-frontend-supported .govuk-tabs__tab:focus {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .govuk-frontend-supported .govuk-tabs__tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel {
    margin-bottom: 0;
    padding: 30px 20px;
    border: 1px solid #b1b4b6;
    border-top: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .govuk-frontend-supported .govuk-tabs__panel--hidden {
    display: none;
  }
}
.govuk-frontend-supported .gem-c-tabs__panel--no-border {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
@media print {
  .govuk-tabs__title {
    display: block !important;
  }
  .govuk-tabs__tab.govuk-tabs__tab {
    text-decoration: none;
  }
  .govuk-tabs__list.govuk-tabs__list {
    border: 0;
  }
  .govuk-tabs__list-item.govuk-tabs__list-item {
    all: unset;
    display: block;
  }
  .govuk-tabs__list-item.govuk-tabs__list-item::before {
    content: "—";
    padding-right: 2mm;
    margin: 0;
  }
  .govuk-tabs__panel.govuk-tabs__panel {
    border: 0;
    padding: 0;
    margin: 0.75cm 0;
    display: block;
  }
}
.govuk-textarea {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}
@media print {
  .govuk-textarea {
    font-family: sans-serif;
  }
}
@media print {
  .govuk-textarea {
    font-size: 14pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .govuk-textarea {
    margin-bottom: 30px;
  }
}
.govuk-textarea:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.govuk-textarea:disabled {
  opacity: 0.5;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.govuk-textarea--error {
  border-color: #d4351c;
}
.govuk-textarea--error:focus {
  border-color: #0b0c0c;
}
.gem-c-textarea .govuk-textarea {
  margin-bottom: 0;
}
.gem-c-textarea .govuk-textarea ~ .govuk-hint {
  margin-top: 5px;
}
.gem-c-textarea .govuk-textarea ~ .govuk-error-message {
  margin-top: 5px;
}
@media print {
  .gem-c-textarea .gem-c-label,
  .gem-c-textarea .gem-c-error-message,
  .gem-c-textarea .govuk-hint,
  .gem-c-textarea .govuk-character-count__message {
    display: block;
  }
  .gem-c-textarea .govuk-textarea {
    width: 400px;
    height: 40px;
  }
}
.gem-c-translation-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid #b1b4b6;
  color: #0b0c0c;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .gem-c-translation-nav {
    color: #000;
  }
}
@media print {
  .gem-c-translation-nav {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-translation-nav {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.gem-c-translation-nav__list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.gem-c-translation-nav__list::after {
  content: "";
  display: block;
  clear: both;
}
.gem-c-translation-nav__list-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #b1b4b6;
  height: 16px;
}
.direction-rtl .gem-c-translation-nav__list-item {
  direction: rtl;
  float: right;
  text-align: start;
  border-left: 1px solid #b1b4b6;
  border-right: 0;
}
.gem-c-translation-nav--inverse {
  border-color: #fff;
  color: #fff;
}
.gem-c-translation-nav__list-item:last-child {
  border: 0;
}
.gem-c-warning-text .govuk-warning-text__text {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-warning-text .govuk-warning-text__text {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-warning-text .govuk-warning-text__text {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-warning-text__text--no-indent {
  padding-left: 0;
  margin-left: 0;
}
.gem-c-warning-text .gem-c-warning-text__text--large {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-warning-text .gem-c-warning-text__text--large {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-warning-text .gem-c-warning-text__text--large {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-warning-text .gem-c-warning-text__text--large {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-warning-text__text--highlight {
  color: #d4351c;
}
@media print {
  .gem-c-warning-text * {
    color: #000;
  }
  .govuk-warning-text__icon,
  .govspeak .help-notice::before,
  .gem-c-govspeak .help-notice::before {
    background: none;
    color: #000;
  }
}
.app-c-calendar .govuk-table {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .app-c-calendar .govuk-table {
    font-family: sans-serif;
  }
}
@media print {
  .app-c-calendar .govuk-table {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.app-c-calendar td:nth-child(1),
.app-c-calendar td:nth-child(2) {
  width: 25%;
}
.app-c-calendar td:nth-child(3) {
  width: 50%;
}
.app-c-calendar--clocks {
  margin-bottom: 50px;
}
.app-c-calendar--clocks td:nth-child(1) {
  width: 10%;
}
.app-c-calendar--clocks td:nth-child(2),
.app-c-calendar--clocks td:nth-child(3) {
  width: 45%;
}
.app-c-download-link {
  display: inline-block;
  padding-left: 25px;
  background-image: url(/assets/frontend/components/download-link/download-icon-db9e756bf591fc0a9b98cef215e668a7a0898e8fbf024e91a879846723644b1f.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 20px 20px;
}
.app-c-download-link--calendar {
  padding-left: 26px;
  background-image: url(/assets/frontend/components/download-link/calendar-icon-0cfeab0ee801e191048372397256a893deaf27b0ba58bad0239ab711df5c8f40.svg);
  background-position: 0 2px;
  background-size: 18px 21px;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(/images/marker-icon.png);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.app-c-map--enabled {
  padding: 0;
  height: 500px;
  background-color: #d7e0e5;
  border: solid 1px #b1b4b6;
}
@media (max-width: 48.0525em) {
  .app-c-map--enabled {
    max-height: 80vh;
  }
}
.app-c-map__copyright {
  margin-top: 5px;
}
.app-c-map__copyright-text {
  margin: 0;
}
.app-c-map__popup-title {
  display: block;
  margin-bottom: 5px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .app-c-map__popup-title {
    font-family: sans-serif;
  }
}
@media print {
  .app-c-map__popup-title {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.app-c-map__markers-list {
  display: none;
  padding-top: 5px;
}
.app-c-map__markers-list--visible {
  display: block;
}
.leaflet-popup-content {
  padding: 10px 0;
  padding-top: 15px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
@media print {
  .leaflet-popup-content {
    font-family: sans-serif;
  }
}
@media print {
  .leaflet-popup-content {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.leaflet-popup-close-button {
  transform: scale(1.5);
  transform-origin: top right;
}
.gem-c-emergency-banner {
  background-color: #b1b4b6;
  color: #fff;
  margin-top: 2px;
  padding: 15px 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-emergency-banner {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-emergency-banner {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-emergency-banner {
    padding: 30px 0;
  }
}
.gem-c-emergency-banner--homepage {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  margin-bottom: -10px;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.gem-c-emergency-banner__heading {
  margin: 0;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}
@media print {
  .gem-c-emergency-banner__heading {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-emergency-banner__heading {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media print {
  .gem-c-emergency-banner__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.gem-c-emergency-banner__heading--homepage {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.09375;
}
@media print {
  .gem-c-emergency-banner__heading--homepage {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-emergency-banner__heading--homepage {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
@media print {
  .gem-c-emergency-banner__heading--homepage {
    font-size: 32pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-emergency-banner__heading--homepage {
    margin-bottom: 20px;
  }
}
.gem-c-emergency-banner__description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-emergency-banner__description {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-emergency-banner__description {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-emergency-banner__description:last-child {
  margin-bottom: 0;
}
.gem-c-emergency-banner__description--homepage {
  margin: 20px 0;
}
.gem-c-emergency-banner--notable-death {
  background-color: #0b0c0c;
}
.gem-c-emergency-banner--national-emergency {
  background-color: #b10e1e;
}
.gem-c-emergency-banner--local-emergency {
  background-color: #00847d;
}
@media print {
  .gem-c-emergency-banner {
    display: none;
  }
}
.gem-c-global-banner {
  background-color: #d9e7f2;
  display: none;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
}
@media print {
  .gem-c-global-banner {
    font-family: sans-serif;
  }
}
@media print {
  .gem-c-global-banner {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.gem-c-global-banner .govuk-link,
.gem-c-global-banner .govuk-link:link {
  color: #0b0c0c;
}
.gem-c-global-banner--visible {
  display: block;
}
.gem-c-global-banner__message {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 0;
}
.gem-c-global-banner__title {
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 5px;
}
.gem-c-global-banner__title:only-child {
  margin: 0;
}
.gem-c-global-banner__title,
.gem-c-global-banner__text {
  color: #0b0c0c;
}
.gem-c-intervention {
  background-color: #f3f2f1;
  border-left: 10px solid #00703c;
  color: #0b0c0c;
  padding: 15px;
  margin-bottom: 20px;
}
@media print {
  .gem-c-intervention {
    color: #000;
  }
}
@media (min-width: 40.0625em) {
  .gem-c-intervention {
    margin-bottom: 30px;
  }
}
.gem-c-intervention .govuk-body:last-of-type {
  margin-bottom: 0;
}
.gem-c-intervention--image {
  border-left: 0;
  display: flex;
}
.gem-c-intervention__image-container {
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: 50px;
}
.gem-c-intervention__image-container--hmrc {
  background-image: url(/assets/frontend/govuk_publishing_components/intervention/hmrc-b79fce816ad203e5350901c1d44e6520e377d803e2e0ef82a001e667d4212557.svg);
  border-radius: 10px;
}
.gem-c-intervention__textwrapper {
  display: block;
}
.gem-c-intervention__dismiss-icon {
  width: 1em;
  height: 1em;
  margin-bottom: -2px;
}
@media print {
  .gem-c-intervention {
    break-inside: avoid;
    background: none;
    border-color: #000;
  }
  .gem-c-intervention .govuk-body {
    margin: 0;
  }
}
.gem-c-notice .govuk-govspeak p:last-child {
  margin-bottom: 0;
}
.gem-c-notice .govuk-body:last-child {
  margin-bottom: 0;
}
.gem-c-notice__title a {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
@media print {
  .gem-c-notice__title a {
    font-family: sans-serif;
  }
}
.gem-c-notice__title a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.gem-c-notice__title a:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  box-shadow:
    0 -2px #fd0,
    0 4px #0b0c0c;
  text-decoration: none;
}
@supports not (text-wrap: balance) {
  .gem-c-notice__title a:focus {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.gem-c-notice__title a:link {
  color: #1d70b8;
}
.gem-c-notice__title a:visited {
  color: #4c2c92;
}
.gem-c-notice__title a:hover {
  color: #003078;
}
.gem-c-notice__title a:active {
  color: #0b0c0c;
}
.gem-c-notice__title a:focus {
  color: #0b0c0c;
}
@media print {
  .gem-c-notice__title a[href^="/"]::after,
  .gem-c-notice__title a[href^="http://"]::after,
  .gem-c-notice__title a[href^="https://"]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
}
.gem-c-notice__description {
  word-wrap: break-word;
}
.inverse-background {
  background: #1d70b8;
}
.govuk-frontend-supported .sticky-element {
  position: absolute;
  bottom: 0;
}
.govuk-frontend-supported .sticky-element--stuck-to-window {
  bottom: 0;
  position: fixed;
}
.govuk-frontend-supported .sticky-element--enabled {
  transition: opacity, 0.3s, ease;
  opacity: 1;
}
@media (max-width: 40.0525em) {
  .govuk-frontend-supported .sticky-element--enabled {
    position: static;
  }
}
.govuk-frontend-supported .sticky-element--hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 40.0625em) {
  .translation-nav-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 40.0525em) {
  .translation-nav-header__child {
    margin-bottom: 30px;
  }
}
.responsive-bottom-margin {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .responsive-bottom-margin {
    margin-bottom: 50px;
  }
}
.content-bottom-margin {
  margin-bottom: 30px;
}
@media (min-width: 40.0625em) {
  .content-bottom-margin {
    margin-bottom: 50px;
  }
}
.direction-rtl.govuk-main-wrapper {
  direction: rtl;
  text-align: start;
}
.direction-rtl.govuk-main-wrapper table th {
  text-align: start;
}
