@charset "UTF-8";
























:root {
  --nhsuk-frontend-version: "10.0.0";
  --nhsuk-breakpoint-mobile: 20rem;
  --nhsuk-breakpoint-tablet: 40.0625rem;
  --nhsuk-breakpoint-desktop: 48.0625rem;
  --nhsuk-breakpoint-large-desktop: 61.875rem;
  --nhsuk-blue-colour: #005eb8;
  --nhsuk-white-colour: white;
  --nhsuk-black-colour: #212b32;
  --nhsuk-green-colour: #007f3b;
  --nhsuk-purple-colour: #330072;
  --nhsuk-dark-pink-colour: #7c2855;
  --nhsuk-red-colour: #d5281b;
  --nhsuk-yellow-colour: #ffeb3b;
  --nhsuk-dark-blue-colour: #003087;
  --nhsuk-pale-yellow-colour: #fff9c4;
  --nhsuk-warm-yellow-colour: #ffb81c;
  --nhsuk-orange-colour: #ed8b00;
  --nhsuk-aqua-green-colour: #00a499;
  --nhsuk-pink-colour: #ae2573;
  --nhsuk-grey-1-colour: #4c6272;
  --nhsuk-grey-2-colour: #768692;
  --nhsuk-grey-3-colour: #aeb7bd;
  --nhsuk-grey-4-colour: #d8dde0;
  --nhsuk-grey-5-colour: #f0f4f5;
  --nhsuk-brand-colour: #005eb8;
  --nhsuk-text-colour: #212b32;
  --nhsuk-reverse-text-colour: white;
  --nhsuk-template-background-colour: #d8dde0;
  --nhsuk-body-background-colour: #f0f4f5;
  --nhsuk-card-background-colour: white;
  --nhsuk-print-text-colour: black;
  --nhsuk-secondary-text-colour: #4c6272;
  --nhsuk-focus-colour: #ffeb3b;
  --nhsuk-focus-text-colour: #212b32;
  --nhsuk-error-colour: #d5281b;
  --nhsuk-success-colour: #007f3b;
  --nhsuk-border-colour: #d8dde0;
  --nhsuk-border-hover-colour: #aeb7bd;
  --nhsuk-secondary-border-colour: rgba(255, 255, 255, 0.2);
  --nhsuk-input-border-colour: #4c6272;
  --nhsuk-input-background-colour: white;
  --nhsuk-link-colour: #005eb8;
  --nhsuk-link-visited-colour: #330072;
  --nhsuk-link-hover-colour: #7c2855;
  --nhsuk-link-active-colour: #002f5c;
  --nhsuk-button-colour: #007f3b;
  --nhsuk-button-text-colour: white;
  --nhsuk-button-hover-colour: #00662f;
  --nhsuk-button-active-colour: #00401e;
  --nhsuk-button-shadow-colour: #00401e;
  --nhsuk-secondary-button-colour: rgba(0, 0, 0, 0);
  --nhsuk-secondary-button-solid-background-colour: white;
  --nhsuk-secondary-button-border-colour: #005eb8;
  --nhsuk-secondary-button-text-colour: #005eb8;
  --nhsuk-secondary-button-hover-colour: #d9e7f4;
  --nhsuk-secondary-button-active-colour: #c7dcef;
  --nhsuk-secondary-button-shadow-colour: #005eb8;
  --nhsuk-reverse-button-colour: white;
  --nhsuk-reverse-button-text-colour: #212b32;
  --nhsuk-reverse-button-hover-colour: #d9d9d9;
  --nhsuk-reverse-button-active-colour: #b3b3b3;
  --nhsuk-reverse-button-shadow-colour: #b3b3b3;
  --nhsuk-warning-button-colour: #d5281b;
  --nhsuk-warning-button-hover-colour: #aa2016;
  --nhsuk-warning-button-active-colour: #6b140e;
  --nhsuk-warning-button-shadow-colour: #6b140e;
  --nhsuk-login-button-colour: #005eb8;
  --nhsuk-login-button-hover-colour: #004b93;
  --nhsuk-login-button-active-colour: #002f5c;
  --nhsuk-login-button-shadow-colour: #002f5c;
}


html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}




button,
input,
select,
textarea {
  font-family: inherit;
}


a {
  color: #005eb8;
  text-decoration: underline;
}

a .nhsuk-icon {
  fill: #005eb8;
}

a:visited {
  color: #330072;
}

a:visited .nhsuk-icon {
  fill: #330072;
}

a:hover, a:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

a:hover .nhsuk-icon, a:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

a:active, a:active:visited {
  color: #002f5c;
}

a:active .nhsuk-icon, a:active:visited .nhsuk-icon {
  fill: #002f5c;
}

a:focus, a:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

a:focus,
a:focus .nhsuk-icon, a:focus:visited,
a:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

a:focus:hover, a:focus:visited:hover {
  text-decoration: none;
}

@media print {
  a::after {
    color: #212b32;
    content: " (Link: " attr(href) ")";
    font-size: inherit;
  }
}
.nhsuk-link--no-visited-state:visited {
  color: #005eb8;
}

.nhsuk-link--no-visited-state:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:hover, .nhsuk-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-link--reverse:hover .nhsuk-icon, .nhsuk-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:active, .nhsuk-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-link--reverse:active .nhsuk-icon, .nhsuk-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-link--reverse:focus, .nhsuk-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-link--reverse:focus,
.nhsuk-link--reverse:focus .nhsuk-icon, .nhsuk-link--reverse:focus:visited,
.nhsuk-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-link--reverse:focus:hover, .nhsuk-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-link--reverse:not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

@media print {
  .nhsuk-link--reverse::after {
    color: currentcolor;
  }
}

html {
  background-color: #d8dde0;
  overflow-y: scroll;
}

@font-face {
  font-display: swap;
  font-family: "Frutiger W01";
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Frutiger W01";
  font-style: normal;
  font-weight: 600;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
html {
  font-family: "Frutiger W01", arial, sans-serif;
}

body {
  background-color: #f0f4f5;
  color: #212b32;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
}


table {
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
}

table {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  table {
    margin-bottom: 48px;
  }
}
table .nhsuk-u-text-break-word {
  word-break: break-all;
  word-break: break-word;
}

@media print {
  table {
    page-break-inside: avoid;
  }
}
thead th {
  border-bottom: 2px solid #d8dde0;
}

th,
td {
  padding-left: 0;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}

th,
td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  th,
  td {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  th,
  td {
    font-size: 13pt;
    line-height: 1.25;
  }
}
th,
td {
  padding-bottom: 8px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-bottom: 16px;
  }
}
th,
td {
  padding-right: 16px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-right: 24px;
  }
}
th,
td {
  padding-top: 8px;
}

@media (min-width: 40.0625em) {
  th,
  td {
    padding-top: 16px;
  }
}
th:last-child,
td:last-child {
  padding-right: 0;
}

th {
  font-weight: 600;
}

caption {
  text-align: left;
}

caption {
  font-weight: 600;
}

caption {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
}

@media (min-width: 40.0625em) {
  caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  caption {
    font-size: 15pt;
    line-height: 1.25;
  }
}


.nhsuk-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nhsuk-button-group {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group {
    margin-bottom: 24px;
  }
}
.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}

.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  font-weight: 400;
}

.nhsuk-button-group .nhsuk-body,
.nhsuk-button-group .nhsuk-body-m,
.nhsuk-button-group p,
.nhsuk-button-group > .nhsuk-link,
.nhsuk-button-group > a:not(.nhsuk-button) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-button-group > .nhsuk-button {
  margin-bottom: 20px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button-group {
    margin-right: -24px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .nhsuk-button-group .nhsuk-body,
  .nhsuk-button-group .nhsuk-body-m,
  .nhsuk-button-group p,
  .nhsuk-button-group > .nhsuk-link,
  .nhsuk-button-group > a:not(.nhsuk-button) {
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 24px;
    text-align: left;
  }
  .nhsuk-button-group > .nhsuk-button {
    margin-right: 24px;
  }
}

.nhsuk-form-group::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-form-group {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-form-group {
    margin-bottom: 24px;
  }
}
.nhsuk-form-group .nhsuk-form-group:last-of-type {
  margin-bottom: 0;
}

.nhsuk-form-group--wrapper {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-form-group--wrapper {
    margin-bottom: 32px;
  }
}
.nhsuk-form-group--error {
  border-left: 4px solid #d5281b;
  padding-left: 16px;
}

.nhsuk-form-group--error .nhsuk-form-group {
  border: 0;
  padding: 0;
}


.nhsuk-grid-row {
  margin-right: -16px;
  margin-left: -16px;
}

.nhsuk-grid-row::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-grid-column-one-quarter {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-quarter {
    width: 25%;
    float: left;
  }
}
.nhsuk-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-third {
    width: 33.3333333333%;
    float: left;
  }
}
.nhsuk-grid-column-one-half {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-one-half {
    width: 50%;
    float: left;
  }
}
.nhsuk-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-two-thirds {
    width: 66.6666666667%;
    float: left;
  }
}
.nhsuk-grid-column-three-quarters {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-three-quarters {
    width: 75%;
    float: left;
  }
}
.nhsuk-grid-column-full {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-grid-column-full {
    width: 100%;
    float: left;
  }
}

.nhsuk-main-wrapper {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nhsuk-main-wrapper > *:first-child {
  margin-top: 0;
}

.nhsuk-main-wrapper > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.nhsuk-main-wrapper--l {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--l {
    padding-bottom: 56px;
    padding-top: 56px;
  }
}
.nhsuk-main-wrapper--s {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-main-wrapper--s {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.nhsuk-width-container {
  max-width: 960px;
  margin-right: 16px;
  margin-left: 16px;
}

@supports (margin: max(calc(0px))) {
  .nhsuk-width-container {
    margin-right: max(16px, calc(16px + env(safe-area-inset-right)));
    margin-left: max(16px, calc(16px + env(safe-area-inset-left)));
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-width-container {
    margin-right: 32px;
    margin-left: 32px;
  }
  @supports (margin: max(calc(0px))) {
    .nhsuk-width-container {
      margin-right: max(32px, calc(16px + env(safe-area-inset-right)));
      margin-left: max(32px, calc(16px + env(safe-area-inset-left)));
    }
  }
}
@media (min-width: 1024px) {
  .nhsuk-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .nhsuk-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
.nhsuk-width-container-fluid {
  max-width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}

@media (min-width: 48.0625em) {
  .nhsuk-width-container-fluid {
    margin-right: 32px;
    margin-left: 32px;
  }
}


.nhsuk-icon {
  fill: currentcolor;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon {
    height: 2rem;
    width: 2rem;
  }
}
.nhsuk-icon--size-25 {
  height: 1.875rem;
  width: 1.875rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-25 {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.nhsuk-icon--size-50 {
  height: 2.25rem;
  width: 2.25rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-50 {
    height: 3rem;
    width: 3rem;
  }
}
.nhsuk-icon--size-75 {
  height: 2.625rem;
  width: 2.625rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-75 {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.nhsuk-icon--size-100 {
  height: 3rem;
  width: 3rem;
}

@media (min-width: 40.0625em) {
  .nhsuk-icon--size-100 {
    height: 4rem;
    width: 4rem;
  }
}

ol, ul, .nhsuk-list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

ol, ul, .nhsuk-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  ol, ul, .nhsuk-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  ol, ul, .nhsuk-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
ol, ul, .nhsuk-list {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  ol, ul, .nhsuk-list {
    margin-bottom: 24px;
  }
}
ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
  margin-bottom: 0;
}

ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
  margin-top: 8px;
}

@media (min-width: 40.0625em) {
  ol ol, ul ol, ol ul, ul ul, .nhsuk-list ol, .nhsuk-list ul, ol .nhsuk-list, ul .nhsuk-list, .nhsuk-list .nhsuk-list {
    margin-top: 8px;
  }
}
ol > li, ul > li, .nhsuk-list > li {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  ol > li, ul > li, .nhsuk-list > li {
    margin-bottom: 8px;
  }
}
ol > li:last-child, ul > li:last-child, .nhsuk-list > li:last-child {
  margin-bottom: 0;
}

ul, .nhsuk-list--bullet {
  list-style-type: disc;
  padding-left: 20px;
}

ol, .nhsuk-list--number {
  list-style-type: decimal;
  padding-left: 20px;
}

ol + h2, ul + h2, .nhsuk-list + h2,
ol + .nhsuk-heading-l,
ul + .nhsuk-heading-l,
.nhsuk-list + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  ol + h2, ul + h2, .nhsuk-list + h2,
  ol + .nhsuk-heading-l,
  ul + .nhsuk-heading-l,
  .nhsuk-list + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
ol + h3, ul + h3, .nhsuk-list + h3,
ol + h4,
ul + h4,
.nhsuk-list + h4,
ol + .nhsuk-heading-m,
ul + .nhsuk-heading-m,
.nhsuk-list + .nhsuk-heading-m,
ol + .nhsuk-heading-s,
ul + .nhsuk-heading-s,
.nhsuk-list + .nhsuk-heading-s {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  ol + h3, ul + h3, .nhsuk-list + h3,
  ol + h4,
  ul + h4,
  .nhsuk-list + h4,
  ol + .nhsuk-heading-m,
  ul + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ul + .nhsuk-heading-s,
  .nhsuk-list + .nhsuk-heading-s {
    padding-top: 8px;
  }
}
@media print {
  ol + h2, ul + h2, .nhsuk-list + h2,
  ol + h3,
  ul + h3,
  .nhsuk-list + h3,
  ol + h4,
  ul + h4,
  .nhsuk-list + h4,
  ol + .nhsuk-heading-l,
  ul + .nhsuk-heading-l,
  .nhsuk-list + .nhsuk-heading-l,
  ol + .nhsuk-heading-m,
  ul + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ul + .nhsuk-heading-s,
  .nhsuk-list + .nhsuk-heading-s {
    padding-top: 0.45em;
  }
}
.nhsuk-list--tick,
.nhsuk-list--cross {
  list-style: none;
  margin-top: 0;
  padding-left: 2.25rem;
  position: relative;
}

.nhsuk-list--tick .nhsuk-icon,
.nhsuk-list--cross .nhsuk-icon {
  height: 2rem;
  width: 2rem;
  left: -0.25rem;
  margin-top: -0.25rem;
  position: absolute;
}


hr, .nhsuk-section-break {
  border: 0;
  margin: 0;
}

.nhsuk-section-break--xl {
  margin-top: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-top: 56px;
  }
}
.nhsuk-section-break--xl {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--xl {
    margin-bottom: 56px;
  }
}
hr, .nhsuk-section-break--l {
  margin-top: 32px;
}

@media (min-width: 40.0625em) {
  hr, .nhsuk-section-break--l {
    margin-top: 40px;
  }
}
hr, .nhsuk-section-break--l {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  hr, .nhsuk-section-break--l {
    margin-bottom: 40px;
  }
}
.nhsuk-section-break--m {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--m {
    margin-top: 24px;
  }
}
.nhsuk-section-break--m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-section-break--m {
    margin-bottom: 24px;
  }
}
hr, .nhsuk-section-break--visible {
  border-bottom: 1px solid #d8dde0;
}


h1,
.nhsuk-heading-xl {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h1,
.nhsuk-heading-xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  h1,
  .nhsuk-heading-xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  h1,
  .nhsuk-heading-xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
h1,
.nhsuk-heading-xl {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  h1,
  .nhsuk-heading-xl {
    margin-bottom: 48px;
  }
}
h2,
.nhsuk-heading-l {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h2,
.nhsuk-heading-l {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
}

@media (min-width: 40.0625em) {
  h2,
  .nhsuk-heading-l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}
@media print {
  h2,
  .nhsuk-heading-l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
h2,
.nhsuk-heading-l {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h2,
  .nhsuk-heading-l {
    margin-bottom: 24px;
  }
}
h3,
.nhsuk-heading-m {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h3,
.nhsuk-heading-m {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  h3,
  .nhsuk-heading-m {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  h3,
  .nhsuk-heading-m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
h3,
.nhsuk-heading-m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h3,
  .nhsuk-heading-m {
    margin-bottom: 24px;
  }
}
h4,
.nhsuk-heading-s {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h4,
.nhsuk-heading-s {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
}

@media (min-width: 40.0625em) {
  h4,
  .nhsuk-heading-s {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  h4,
  .nhsuk-heading-s {
    font-size: 15pt;
    line-height: 1.25;
  }
}
h4,
.nhsuk-heading-s {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h4,
  .nhsuk-heading-s {
    margin-bottom: 24px;
  }
}
h5,
.nhsuk-heading-xs {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h5,
.nhsuk-heading-xs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  h5,
  .nhsuk-heading-xs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  h5,
  .nhsuk-heading-xs {
    font-size: 13pt;
    line-height: 1.25;
  }
}
h5,
.nhsuk-heading-xs {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h5,
  .nhsuk-heading-xs {
    margin-bottom: 24px;
  }
}
h6,
.nhsuk-heading-xxs {
  display: block;
  font-weight: 600;
  margin-top: 0;
}

h6,
.nhsuk-heading-xxs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  h6,
  .nhsuk-heading-xxs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  h6,
  .nhsuk-heading-xxs {
    font-size: 13pt;
    line-height: 1.25;
  }
}
h6,
.nhsuk-heading-xxs {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  h6,
  .nhsuk-heading-xxs {
    margin-bottom: 24px;
  }
}
.nhsuk-caption-xl {
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}

.nhsuk-caption-xl {
  font-weight: 400;
}

.nhsuk-caption-xl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-xl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-caption-xl {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-caption-l {
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}

.nhsuk-caption-l {
  font-weight: 400;
}

.nhsuk-caption-l {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-l {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  .nhsuk-caption-l {
    font-size: 15pt;
    line-height: 1.25;
  }
}
.nhsuk-caption-m {
  color: #4c6272;
  display: block;
}

.nhsuk-caption-m {
  font-weight: 400;
}

.nhsuk-caption-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-caption-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-caption-m {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-caption--bottom {
  margin-bottom: 0;
  margin-top: 4px;
}

.nhsuk-body-l {
  display: block;
  margin-top: 0;
}

.nhsuk-body-l {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-body-l {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-body-l {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l {
    margin-bottom: 32px;
  }
}
address, p,
.nhsuk-body-m {
  display: block;
  margin-top: 0;
}

address, p,
.nhsuk-body-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  address, p,
  .nhsuk-body-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  address, p,
  .nhsuk-body-m {
    font-size: 13pt;
    line-height: 1.25;
  }
}
address, p,
.nhsuk-body-m {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  address, p,
  .nhsuk-body-m {
    margin-bottom: 24px;
  }
}
p,
.nhsuk-body-m {
  color: inherit;
}

.nhsuk-body-s {
  display: block;
  margin-top: 0;
}

.nhsuk-body-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-body-s {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-body-s {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-s {
    margin-bottom: 24px;
  }
}
address {
  font-style: normal;
}

.nhsuk-lede-text {
  font-weight: 400;
}

.nhsuk-lede-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-lede-text {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text {
    margin-bottom: 48px;
  }
}
.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-weight: 400;
}

.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text--small {
  font-weight: 400;
}

.nhsuk-lede-text--small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text--small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-lede-text--small {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text--small {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-lede-text--small {
    margin-bottom: 32px;
  }
}
h1 + .nhsuk-lede-text,
h1 + .nhsuk-lede-text--small {
  margin-top: -8px;
}

.nhsuk-body-l + h2,
.nhsuk-body-l + .nhsuk-heading-l {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-body-l + h2,
  .nhsuk-body-l + .nhsuk-heading-l {
    padding-top: 8px;
  }
}
p + h2,
.nhsuk-body-m + h2, address + h2,
p + .nhsuk-heading-l,
.nhsuk-body-m + .nhsuk-heading-l,
address + .nhsuk-heading-l,
.nhsuk-body-s + h2,
.nhsuk-body-s + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  p + h2,
  .nhsuk-body-m + h2, address + h2,
  p + .nhsuk-heading-l,
  .nhsuk-body-m + .nhsuk-heading-l,
  address + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-body-s + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
p + h3,
.nhsuk-body-m + h3, address + h3,
p + .nhsuk-heading-m,
.nhsuk-body-m + .nhsuk-heading-m,
address + .nhsuk-heading-m,
.nhsuk-body-s + h3,
.nhsuk-body-s + .nhsuk-heading-m,
p + h4,
.nhsuk-body-m + h4,
address + h4,
p + .nhsuk-heading-s,
.nhsuk-body-m + .nhsuk-heading-s,
address + .nhsuk-heading-s,
.nhsuk-body-s + h4,
.nhsuk-body-s + .nhsuk-heading-s {
  padding-top: 4px;
}

@media (min-width: 40.0625em) {
  p + h3,
  .nhsuk-body-m + h3, address + h3,
  p + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-m,
  address + .nhsuk-heading-m,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + .nhsuk-heading-m,
  p + h4,
  .nhsuk-body-m + h4,
  address + h4,
  p + .nhsuk-heading-s,
  .nhsuk-body-m + .nhsuk-heading-s,
  address + .nhsuk-heading-s,
  .nhsuk-body-s + h4,
  .nhsuk-body-s + .nhsuk-heading-s {
    padding-top: 8px;
  }
}
.nhsuk-lede-text + h2,
.nhsuk-lede-text + .nhsuk-heading-l {
  padding-top: 0;
}

strong,
b {
  font-weight: 600;
}

@media print {
  .nhsuk-main-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  h1,
  .nhsuk-heading-xl,
  h2,
  .nhsuk-heading-l,
  h3,
  .nhsuk-heading-m,
  h4,
  .nhsuk-heading-s,
  h5,
  .nhsuk-heading-xs,
  h6,
  .nhsuk-heading-xxs,
  .nhsuk-lede-text,
  .nhsuk-body-l,
  p,
  .nhsuk-body-m,
  .nhsuk-body-s,
  address,
  ol,
  ul,
  .nhsuk-list {
    margin-bottom: 7.5pt;
  }
  h1 {
    margin-bottom: 15pt !important;
  }
  .nhsuk-body-l + h2,
  .nhsuk-body-l + .nhsuk-heading-l,
  p + h2,
  .nhsuk-body-m + h2,
  address + h2,
  p + .nhsuk-heading-l,
  .nhsuk-body-m + .nhsuk-heading-l,
  address + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-body-s + .nhsuk-heading-l,
  p + h3,
  .nhsuk-body-m + h3,
  address + h3,
  p + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-m,
  address + .nhsuk-heading-m,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + .nhsuk-heading-m,
  p + h4,
  .nhsuk-body-m + h4,
  address + h4,
  p + .nhsuk-heading-s,
  .nhsuk-body-m + .nhsuk-heading-s,
  address + .nhsuk-heading-s,
  .nhsuk-body-s + h4,
  .nhsuk-body-s + .nhsuk-heading-s {
    padding-top: 0.45em;
  }
}


.nhsuk-u-clear::after {
  clear: both;
  content: "";
  display: block;
}


.nhsuk-u-display-block {
  display: block !important;
}

.nhsuk-u-display-inline-block {
  display: inline-block !important;
}


.nhsuk-u-float-left {
  float: left !important;
}

.nhsuk-u-float-right {
  float: right !important;
}


.nhsuk-u-one-half {
  float: left;
  width: 50% !important;
}

.nhsuk-u-one-third {
  float: left;
  width: 33.3333333333% !important;
}

.nhsuk-u-two-thirds {
  float: left;
  width: 66.6666666667% !important;
}

.nhsuk-u-one-quarter {
  float: left;
  width: 25% !important;
}

.nhsuk-u-three-quarters {
  float: left;
  width: 75% !important;
}

.nhsuk-u-one-half-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-half-tablet {
    float: left;
    width: 50% !important;
  }
}
.nhsuk-u-one-third-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-third-tablet {
    float: left;
    width: 33.3333333333% !important;
  }
}
.nhsuk-u-two-thirds-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-two-thirds-tablet {
    float: left;
    width: 66.6666666667% !important;
  }
}
.nhsuk-u-one-quarter-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-one-quarter-tablet {
    float: left;
    width: 25% !important;
  }
}
.nhsuk-u-three-quarters-tablet {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-three-quarters-tablet {
    float: left;
    width: 75% !important;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-u-nowrap {
    white-space: nowrap;
  }
}

.nhsuk-list--border li {
  border-bottom: 1px solid #d8dde0;
  padding: 8px 0 16px;
}


.nhsuk-u-reading-width {
  max-width: 44em;
}


.nhsuk-u-margin-0 {
  margin: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-0 {
    margin: 0 !important;
  }
}
.nhsuk-u-margin-top-0 {
  margin-top: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-0 {
    margin-top: 0 !important;
  }
}
.nhsuk-u-margin-right-0 {
  margin-right: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-0 {
    margin-right: 0 !important;
  }
}
.nhsuk-u-margin-bottom-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
}
.nhsuk-u-margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-0 {
    margin-left: 0 !important;
  }
}
.nhsuk-u-margin-1 {
  margin: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-1 {
    margin: 4px !important;
  }
}
.nhsuk-u-margin-top-1 {
  margin-top: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-1 {
    margin-top: 4px !important;
  }
}
.nhsuk-u-margin-right-1 {
  margin-right: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-1 {
    margin-right: 4px !important;
  }
}
.nhsuk-u-margin-bottom-1 {
  margin-bottom: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-1 {
    margin-bottom: 4px !important;
  }
}
.nhsuk-u-margin-left-1 {
  margin-left: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-1 {
    margin-left: 4px !important;
  }
}
.nhsuk-u-margin-2 {
  margin: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-2 {
    margin: 8px !important;
  }
}
.nhsuk-u-margin-top-2 {
  margin-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-2 {
    margin-top: 8px !important;
  }
}
.nhsuk-u-margin-right-2 {
  margin-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-2 {
    margin-right: 8px !important;
  }
}
.nhsuk-u-margin-bottom-2 {
  margin-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-2 {
    margin-bottom: 8px !important;
  }
}
.nhsuk-u-margin-left-2 {
  margin-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-2 {
    margin-left: 8px !important;
  }
}
.nhsuk-u-margin-3 {
  margin: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-3 {
    margin: 16px !important;
  }
}
.nhsuk-u-margin-top-3 {
  margin-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-3 {
    margin-top: 16px !important;
  }
}
.nhsuk-u-margin-right-3 {
  margin-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-3 {
    margin-right: 16px !important;
  }
}
.nhsuk-u-margin-bottom-3 {
  margin-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-3 {
    margin-bottom: 16px !important;
  }
}
.nhsuk-u-margin-left-3 {
  margin-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-3 {
    margin-left: 16px !important;
  }
}
.nhsuk-u-margin-4 {
  margin: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-4 {
    margin: 24px !important;
  }
}
.nhsuk-u-margin-top-4 {
  margin-top: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-4 {
    margin-top: 24px !important;
  }
}
.nhsuk-u-margin-right-4 {
  margin-right: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-4 {
    margin-right: 24px !important;
  }
}
.nhsuk-u-margin-bottom-4 {
  margin-bottom: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-4 {
    margin-bottom: 24px !important;
  }
}
.nhsuk-u-margin-left-4 {
  margin-left: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-4 {
    margin-left: 24px !important;
  }
}
.nhsuk-u-margin-5 {
  margin: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-5 {
    margin: 32px !important;
  }
}
.nhsuk-u-margin-top-5 {
  margin-top: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-5 {
    margin-top: 32px !important;
  }
}
.nhsuk-u-margin-right-5 {
  margin-right: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-5 {
    margin-right: 32px !important;
  }
}
.nhsuk-u-margin-bottom-5 {
  margin-bottom: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-5 {
    margin-bottom: 32px !important;
  }
}
.nhsuk-u-margin-left-5 {
  margin-left: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-5 {
    margin-left: 32px !important;
  }
}
.nhsuk-u-margin-6 {
  margin: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-6 {
    margin: 40px !important;
  }
}
.nhsuk-u-margin-top-6 {
  margin-top: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-6 {
    margin-top: 40px !important;
  }
}
.nhsuk-u-margin-right-6 {
  margin-right: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-6 {
    margin-right: 40px !important;
  }
}
.nhsuk-u-margin-bottom-6 {
  margin-bottom: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-6 {
    margin-bottom: 40px !important;
  }
}
.nhsuk-u-margin-left-6 {
  margin-left: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-6 {
    margin-left: 40px !important;
  }
}
.nhsuk-u-margin-7 {
  margin: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-7 {
    margin: 48px !important;
  }
}
.nhsuk-u-margin-top-7 {
  margin-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-7 {
    margin-top: 48px !important;
  }
}
.nhsuk-u-margin-right-7 {
  margin-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-7 {
    margin-right: 48px !important;
  }
}
.nhsuk-u-margin-bottom-7 {
  margin-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-7 {
    margin-bottom: 48px !important;
  }
}
.nhsuk-u-margin-left-7 {
  margin-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-7 {
    margin-left: 48px !important;
  }
}
.nhsuk-u-margin-8 {
  margin: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-8 {
    margin: 56px !important;
  }
}
.nhsuk-u-margin-top-8 {
  margin-top: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-8 {
    margin-top: 56px !important;
  }
}
.nhsuk-u-margin-right-8 {
  margin-right: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-8 {
    margin-right: 56px !important;
  }
}
.nhsuk-u-margin-bottom-8 {
  margin-bottom: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-8 {
    margin-bottom: 56px !important;
  }
}
.nhsuk-u-margin-left-8 {
  margin-left: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-8 {
    margin-left: 56px !important;
  }
}
.nhsuk-u-margin-9 {
  margin: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-9 {
    margin: 64px !important;
  }
}
.nhsuk-u-margin-top-9 {
  margin-top: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-top-9 {
    margin-top: 64px !important;
  }
}
.nhsuk-u-margin-right-9 {
  margin-right: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-right-9 {
    margin-right: 64px !important;
  }
}
.nhsuk-u-margin-bottom-9 {
  margin-bottom: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-bottom-9 {
    margin-bottom: 64px !important;
  }
}
.nhsuk-u-margin-left-9 {
  margin-left: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-margin-left-9 {
    margin-left: 64px !important;
  }
}
.nhsuk-u-padding-0 {
  padding: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-0 {
    padding: 0 !important;
  }
}
.nhsuk-u-padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-0 {
    padding-top: 0 !important;
  }
}
.nhsuk-u-padding-right-0 {
  padding-right: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-0 {
    padding-right: 0 !important;
  }
}
.nhsuk-u-padding-bottom-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}
.nhsuk-u-padding-left-0 {
  padding-left: 0 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-0 {
    padding-left: 0 !important;
  }
}
.nhsuk-u-padding-1 {
  padding: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-1 {
    padding: 4px !important;
  }
}
.nhsuk-u-padding-top-1 {
  padding-top: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-1 {
    padding-top: 4px !important;
  }
}
.nhsuk-u-padding-right-1 {
  padding-right: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-1 {
    padding-right: 4px !important;
  }
}
.nhsuk-u-padding-bottom-1 {
  padding-bottom: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-1 {
    padding-bottom: 4px !important;
  }
}
.nhsuk-u-padding-left-1 {
  padding-left: 4px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-1 {
    padding-left: 4px !important;
  }
}
.nhsuk-u-padding-2 {
  padding: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-2 {
    padding: 8px !important;
  }
}
.nhsuk-u-padding-top-2 {
  padding-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-2 {
    padding-top: 8px !important;
  }
}
.nhsuk-u-padding-right-2 {
  padding-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-2 {
    padding-right: 8px !important;
  }
}
.nhsuk-u-padding-bottom-2 {
  padding-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-2 {
    padding-bottom: 8px !important;
  }
}
.nhsuk-u-padding-left-2 {
  padding-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-2 {
    padding-left: 8px !important;
  }
}
.nhsuk-u-padding-3 {
  padding: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-3 {
    padding: 16px !important;
  }
}
.nhsuk-u-padding-top-3 {
  padding-top: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-3 {
    padding-top: 16px !important;
  }
}
.nhsuk-u-padding-right-3 {
  padding-right: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-3 {
    padding-right: 16px !important;
  }
}
.nhsuk-u-padding-bottom-3 {
  padding-bottom: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-3 {
    padding-bottom: 16px !important;
  }
}
.nhsuk-u-padding-left-3 {
  padding-left: 8px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-3 {
    padding-left: 16px !important;
  }
}
.nhsuk-u-padding-4 {
  padding: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-4 {
    padding: 24px !important;
  }
}
.nhsuk-u-padding-top-4 {
  padding-top: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-4 {
    padding-top: 24px !important;
  }
}
.nhsuk-u-padding-right-4 {
  padding-right: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-4 {
    padding-right: 24px !important;
  }
}
.nhsuk-u-padding-bottom-4 {
  padding-bottom: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-4 {
    padding-bottom: 24px !important;
  }
}
.nhsuk-u-padding-left-4 {
  padding-left: 16px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-4 {
    padding-left: 24px !important;
  }
}
.nhsuk-u-padding-5 {
  padding: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-5 {
    padding: 32px !important;
  }
}
.nhsuk-u-padding-top-5 {
  padding-top: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-5 {
    padding-top: 32px !important;
  }
}
.nhsuk-u-padding-right-5 {
  padding-right: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-5 {
    padding-right: 32px !important;
  }
}
.nhsuk-u-padding-bottom-5 {
  padding-bottom: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-5 {
    padding-bottom: 32px !important;
  }
}
.nhsuk-u-padding-left-5 {
  padding-left: 24px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-5 {
    padding-left: 32px !important;
  }
}
.nhsuk-u-padding-6 {
  padding: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-6 {
    padding: 40px !important;
  }
}
.nhsuk-u-padding-top-6 {
  padding-top: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-6 {
    padding-top: 40px !important;
  }
}
.nhsuk-u-padding-right-6 {
  padding-right: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-6 {
    padding-right: 40px !important;
  }
}
.nhsuk-u-padding-bottom-6 {
  padding-bottom: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-6 {
    padding-bottom: 40px !important;
  }
}
.nhsuk-u-padding-left-6 {
  padding-left: 32px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-6 {
    padding-left: 40px !important;
  }
}
.nhsuk-u-padding-7 {
  padding: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-7 {
    padding: 48px !important;
  }
}
.nhsuk-u-padding-top-7 {
  padding-top: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-7 {
    padding-top: 48px !important;
  }
}
.nhsuk-u-padding-right-7 {
  padding-right: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-7 {
    padding-right: 48px !important;
  }
}
.nhsuk-u-padding-bottom-7 {
  padding-bottom: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-7 {
    padding-bottom: 48px !important;
  }
}
.nhsuk-u-padding-left-7 {
  padding-left: 40px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-7 {
    padding-left: 48px !important;
  }
}
.nhsuk-u-padding-8 {
  padding: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-8 {
    padding: 56px !important;
  }
}
.nhsuk-u-padding-top-8 {
  padding-top: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-8 {
    padding-top: 56px !important;
  }
}
.nhsuk-u-padding-right-8 {
  padding-right: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-8 {
    padding-right: 56px !important;
  }
}
.nhsuk-u-padding-bottom-8 {
  padding-bottom: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-8 {
    padding-bottom: 56px !important;
  }
}
.nhsuk-u-padding-left-8 {
  padding-left: 48px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-8 {
    padding-left: 56px !important;
  }
}
.nhsuk-u-padding-9 {
  padding: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-9 {
    padding: 64px !important;
  }
}
.nhsuk-u-padding-top-9 {
  padding-top: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-top-9 {
    padding-top: 64px !important;
  }
}
.nhsuk-u-padding-right-9 {
  padding-right: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-right-9 {
    padding-right: 64px !important;
  }
}
.nhsuk-u-padding-bottom-9 {
  padding-bottom: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-bottom-9 {
    padding-bottom: 64px !important;
  }
}
.nhsuk-u-padding-left-9 {
  padding-left: 56px !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-padding-left-9 {
    padding-left: 64px !important;
  }
}
.nhsuk-u-static-margin-0 {
  margin: 0 !important;
}

.nhsuk-u-static-margin-top-0 {
  margin-top: 0 !important;
}

.nhsuk-u-static-margin-right-0 {
  margin-right: 0 !important;
}

.nhsuk-u-static-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.nhsuk-u-static-margin-left-0 {
  margin-left: 0 !important;
}

.nhsuk-u-static-margin-1 {
  margin: 4px !important;
}

.nhsuk-u-static-margin-top-1 {
  margin-top: 4px !important;
}

.nhsuk-u-static-margin-right-1 {
  margin-right: 4px !important;
}

.nhsuk-u-static-margin-bottom-1 {
  margin-bottom: 4px !important;
}

.nhsuk-u-static-margin-left-1 {
  margin-left: 4px !important;
}

.nhsuk-u-static-margin-2 {
  margin: 8px !important;
}

.nhsuk-u-static-margin-top-2 {
  margin-top: 8px !important;
}

.nhsuk-u-static-margin-right-2 {
  margin-right: 8px !important;
}

.nhsuk-u-static-margin-bottom-2 {
  margin-bottom: 8px !important;
}

.nhsuk-u-static-margin-left-2 {
  margin-left: 8px !important;
}

.nhsuk-u-static-margin-3 {
  margin: 16px !important;
}

.nhsuk-u-static-margin-top-3 {
  margin-top: 16px !important;
}

.nhsuk-u-static-margin-right-3 {
  margin-right: 16px !important;
}

.nhsuk-u-static-margin-bottom-3 {
  margin-bottom: 16px !important;
}

.nhsuk-u-static-margin-left-3 {
  margin-left: 16px !important;
}

.nhsuk-u-static-margin-4 {
  margin: 24px !important;
}

.nhsuk-u-static-margin-top-4 {
  margin-top: 24px !important;
}

.nhsuk-u-static-margin-right-4 {
  margin-right: 24px !important;
}

.nhsuk-u-static-margin-bottom-4 {
  margin-bottom: 24px !important;
}

.nhsuk-u-static-margin-left-4 {
  margin-left: 24px !important;
}

.nhsuk-u-static-margin-5 {
  margin: 32px !important;
}

.nhsuk-u-static-margin-top-5 {
  margin-top: 32px !important;
}

.nhsuk-u-static-margin-right-5 {
  margin-right: 32px !important;
}

.nhsuk-u-static-margin-bottom-5 {
  margin-bottom: 32px !important;
}

.nhsuk-u-static-margin-left-5 {
  margin-left: 32px !important;
}

.nhsuk-u-static-margin-6 {
  margin: 40px !important;
}

.nhsuk-u-static-margin-top-6 {
  margin-top: 40px !important;
}

.nhsuk-u-static-margin-right-6 {
  margin-right: 40px !important;
}

.nhsuk-u-static-margin-bottom-6 {
  margin-bottom: 40px !important;
}

.nhsuk-u-static-margin-left-6 {
  margin-left: 40px !important;
}

.nhsuk-u-static-margin-7 {
  margin: 48px !important;
}

.nhsuk-u-static-margin-top-7 {
  margin-top: 48px !important;
}

.nhsuk-u-static-margin-right-7 {
  margin-right: 48px !important;
}

.nhsuk-u-static-margin-bottom-7 {
  margin-bottom: 48px !important;
}

.nhsuk-u-static-margin-left-7 {
  margin-left: 48px !important;
}

.nhsuk-u-static-margin-8 {
  margin: 56px !important;
}

.nhsuk-u-static-margin-top-8 {
  margin-top: 56px !important;
}

.nhsuk-u-static-margin-right-8 {
  margin-right: 56px !important;
}

.nhsuk-u-static-margin-bottom-8 {
  margin-bottom: 56px !important;
}

.nhsuk-u-static-margin-left-8 {
  margin-left: 56px !important;
}

.nhsuk-u-static-margin-9 {
  margin: 64px !important;
}

.nhsuk-u-static-margin-top-9 {
  margin-top: 64px !important;
}

.nhsuk-u-static-margin-right-9 {
  margin-right: 64px !important;
}

.nhsuk-u-static-margin-bottom-9 {
  margin-bottom: 64px !important;
}

.nhsuk-u-static-margin-left-9 {
  margin-left: 64px !important;
}

.nhsuk-u-static-padding-0 {
  padding: 0 !important;
}

.nhsuk-u-static-padding-top-0 {
  padding-top: 0 !important;
}

.nhsuk-u-static-padding-right-0 {
  padding-right: 0 !important;
}

.nhsuk-u-static-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.nhsuk-u-static-padding-left-0 {
  padding-left: 0 !important;
}

.nhsuk-u-static-padding-1 {
  padding: 4px !important;
}

.nhsuk-u-static-padding-top-1 {
  padding-top: 4px !important;
}

.nhsuk-u-static-padding-right-1 {
  padding-right: 4px !important;
}

.nhsuk-u-static-padding-bottom-1 {
  padding-bottom: 4px !important;
}

.nhsuk-u-static-padding-left-1 {
  padding-left: 4px !important;
}

.nhsuk-u-static-padding-2 {
  padding: 8px !important;
}

.nhsuk-u-static-padding-top-2 {
  padding-top: 8px !important;
}

.nhsuk-u-static-padding-right-2 {
  padding-right: 8px !important;
}

.nhsuk-u-static-padding-bottom-2 {
  padding-bottom: 8px !important;
}

.nhsuk-u-static-padding-left-2 {
  padding-left: 8px !important;
}

.nhsuk-u-static-padding-3 {
  padding: 16px !important;
}

.nhsuk-u-static-padding-top-3 {
  padding-top: 16px !important;
}

.nhsuk-u-static-padding-right-3 {
  padding-right: 16px !important;
}

.nhsuk-u-static-padding-bottom-3 {
  padding-bottom: 16px !important;
}

.nhsuk-u-static-padding-left-3 {
  padding-left: 16px !important;
}

.nhsuk-u-static-padding-4 {
  padding: 24px !important;
}

.nhsuk-u-static-padding-top-4 {
  padding-top: 24px !important;
}

.nhsuk-u-static-padding-right-4 {
  padding-right: 24px !important;
}

.nhsuk-u-static-padding-bottom-4 {
  padding-bottom: 24px !important;
}

.nhsuk-u-static-padding-left-4 {
  padding-left: 24px !important;
}

.nhsuk-u-static-padding-5 {
  padding: 32px !important;
}

.nhsuk-u-static-padding-top-5 {
  padding-top: 32px !important;
}

.nhsuk-u-static-padding-right-5 {
  padding-right: 32px !important;
}

.nhsuk-u-static-padding-bottom-5 {
  padding-bottom: 32px !important;
}

.nhsuk-u-static-padding-left-5 {
  padding-left: 32px !important;
}

.nhsuk-u-static-padding-6 {
  padding: 40px !important;
}

.nhsuk-u-static-padding-top-6 {
  padding-top: 40px !important;
}

.nhsuk-u-static-padding-right-6 {
  padding-right: 40px !important;
}

.nhsuk-u-static-padding-bottom-6 {
  padding-bottom: 40px !important;
}

.nhsuk-u-static-padding-left-6 {
  padding-left: 40px !important;
}

.nhsuk-u-static-padding-7 {
  padding: 48px !important;
}

.nhsuk-u-static-padding-top-7 {
  padding-top: 48px !important;
}

.nhsuk-u-static-padding-right-7 {
  padding-right: 48px !important;
}

.nhsuk-u-static-padding-bottom-7 {
  padding-bottom: 48px !important;
}

.nhsuk-u-static-padding-left-7 {
  padding-left: 48px !important;
}

.nhsuk-u-static-padding-8 {
  padding: 56px !important;
}

.nhsuk-u-static-padding-top-8 {
  padding-top: 56px !important;
}

.nhsuk-u-static-padding-right-8 {
  padding-right: 56px !important;
}

.nhsuk-u-static-padding-bottom-8 {
  padding-bottom: 56px !important;
}

.nhsuk-u-static-padding-left-8 {
  padding-left: 56px !important;
}

.nhsuk-u-static-padding-9 {
  padding: 64px !important;
}

.nhsuk-u-static-padding-top-9 {
  padding-top: 64px !important;
}

.nhsuk-u-static-padding-right-9 {
  padding-right: 64px !important;
}

.nhsuk-u-static-padding-bottom-9 {
  padding-bottom: 64px !important;
}

.nhsuk-u-static-padding-left-9 {
  padding-left: 64px !important;
}


.nhsuk-u-text-align-left {
  text-align: left !important;
}

.nhsuk-u-text-align-centre {
  text-align: center !important;
}

.nhsuk-u-text-align-right {
  text-align: right !important;
}


.nhsuk-u-font-size-64 {
  font-size: 48px !important;
  font-size: 3rem !important;
  line-height: 1.125 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-64 {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 1.09375 !important;
  }
}
@media print {
  .nhsuk-u-font-size-64 {
    font-size: 34pt !important;
    line-height: 1.1 !important;
  }
}
.nhsuk-u-font-size-48 {
  font-size: 32px !important;
  font-size: 2rem !important;
  line-height: 1.1875 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
    line-height: 1.125 !important;
  }
}
@media print {
  .nhsuk-u-font-size-48 {
    font-size: 26pt !important;
    line-height: 1.15 !important;
  }
}
.nhsuk-u-font-size-36 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
  line-height: 1.22222 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
    line-height: 1.16667 !important;
  }
}
@media print {
  .nhsuk-u-font-size-36 {
    font-size: 20pt !important;
    line-height: 1.2 !important;
  }
}
.nhsuk-u-font-size-26 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 1.31818 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-26 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
    line-height: 1.23077 !important;
  }
}
@media print {
  .nhsuk-u-font-size-26 {
    font-size: 17pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-22 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  line-height: 1.42105 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 1.36364 !important;
  }
}
@media print {
  .nhsuk-u-font-size-22 {
    font-size: 15pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-19 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    line-height: 1.47368 !important;
  }
}
@media print {
  .nhsuk-u-font-size-19 {
    font-size: 13pt !important;
    line-height: 1.25 !important;
  }
}
.nhsuk-u-font-size-16 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.71429 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
@media print {
  .nhsuk-u-font-size-16 {
    font-size: 12pt !important;
    line-height: 1.3 !important;
  }
}
.nhsuk-u-font-size-14 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  line-height: 1.66667 !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.71429 !important;
  }
}
@media print {
  .nhsuk-u-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.3 !important;
  }
}
.nhsuk-u-font-weight-normal {
  font-weight: 400 !important;
}

.nhsuk-u-font-weight-bold {
  font-weight: 600 !important;
}

.nhsuk-u-text-break-word {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.nhsuk-u-secondary-text-colour {
  color: #4c6272 !important;
}


.nhsuk-u-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;
}

.nhsuk-u-visually-hidden::before {
  content: " ";
}

.nhsuk-u-visually-hidden::after {
  content: " ";
}

.nhsuk-u-visually-hidden-focusable:not(:active):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;
}


.nhsuk-u-width-full {
  width: 100% !important;
}

.nhsuk-u-width-three-quarters {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-three-quarters {
    width: 75% !important;
  }
}
.nhsuk-u-width-two-thirds {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-two-thirds {
    width: 66.6666666667% !important;
  }
}
.nhsuk-u-width-one-half {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-half {
    width: 50% !important;
  }
}
.nhsuk-u-width-one-third {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-third {
    width: 33.3333333333% !important;
  }
}
.nhsuk-u-width-one-quarter {
  width: 100% !important;
}

@media (min-width: 40.0625em) {
  .nhsuk-u-width-one-quarter {
    width: 25% !important;
  }
}



.nhsuk-action-link {
  display: inline-block;
  padding-left: 1.625rem;
  position: relative;
  text-decoration: none;
}

.nhsuk-action-link:not(:focus):hover .nhsuk-action-link__text {
  text-decoration: underline;
}

.nhsuk-action-link {
  font-weight: 600;
}

.nhsuk-action-link {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media print {
  .nhsuk-action-link {
    font-size: 15pt;
    line-height: 24px;
  }
}
@media print {
  .nhsuk-action-link {
    color: #000000;
  }
  .nhsuk-action-link {
    color: #000000;
    text-decoration: underline;
  }
  .nhsuk-action-link .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:visited {
    color: #000000;
  }
  .nhsuk-action-link:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:hover, .nhsuk-action-link:hover:visited {
    color: #000000;
    text-decoration: none;
  }
  .nhsuk-action-link:hover .nhsuk-icon, .nhsuk-action-link:hover:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:active, .nhsuk-action-link:active:visited {
    color: #000000;
  }
  .nhsuk-action-link:active .nhsuk-icon, .nhsuk-action-link:active:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-action-link:focus, .nhsuk-action-link:focus:visited {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-action-link:focus,
  .nhsuk-action-link:focus .nhsuk-icon, .nhsuk-action-link:focus:visited,
  .nhsuk-action-link:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-action-link:focus:hover, .nhsuk-action-link:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-action-link:not(:focus):hover {
    color: rgba(0, 0, 0, 0.99);
  }
}
.nhsuk-action-link {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    margin-bottom: 40px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-action-link {
    line-height: 36px;
    padding-left: 2.4375rem;
  }
}
.nhsuk-action-link .nhsuk-icon {
  fill: #007f3b !important;
  left: -0.125rem;
  position: absolute;
}

@media (min-width: 40.0625em) {
  .nhsuk-action-link .nhsuk-icon {
    height: 2.25rem;
    width: 2.25rem;
    left: -0.1875rem;
  }
}
.nhsuk-action-link:focus .nhsuk-icon {
  fill: #212b32 !important;
}

.nhsuk-action-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-action-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-action-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:hover, .nhsuk-action-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-action-link--reverse:hover .nhsuk-icon, .nhsuk-action-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:active, .nhsuk-action-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-action-link--reverse:active .nhsuk-icon, .nhsuk-action-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-action-link--reverse:focus, .nhsuk-action-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-action-link--reverse:focus,
.nhsuk-action-link--reverse:focus .nhsuk-icon, .nhsuk-action-link--reverse:focus:visited,
.nhsuk-action-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-action-link--reverse:focus:hover, .nhsuk-action-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-action-link--reverse:not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-action-link--reverse:link {
  text-decoration: none;
}

.nhsuk-action-link--reverse:not(:focus) .nhsuk-icon {
  fill: #ffffff !important;
}


.nhsuk-back-link {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  padding-left: 1em;
  position: relative;
}

.nhsuk-back-link {
  font-weight: 400;
}

.nhsuk-back-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-back-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-back-link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-back-link {
  color: #005eb8;
  text-decoration: underline;
}

.nhsuk-back-link .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-back-link:visited {
  color: #330072;
}

.nhsuk-back-link:visited .nhsuk-icon {
  fill: #330072;
}

.nhsuk-back-link:hover, .nhsuk-back-link:hover:visited {
  color: #7c2855;
  text-decoration: none;
}

.nhsuk-back-link:hover .nhsuk-icon, .nhsuk-back-link:hover:visited .nhsuk-icon {
  fill: #7c2855;
}

.nhsuk-back-link:active, .nhsuk-back-link:active:visited {
  color: #002f5c;
}

.nhsuk-back-link:active .nhsuk-icon, .nhsuk-back-link:active:visited .nhsuk-icon {
  fill: #002f5c;
}

.nhsuk-back-link:focus, .nhsuk-back-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-back-link:focus,
.nhsuk-back-link:focus .nhsuk-icon, .nhsuk-back-link:focus:visited,
.nhsuk-back-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-back-link:focus:hover, .nhsuk-back-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-back-link:visited {
  color: #005eb8;
}

.nhsuk-back-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-back-link {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-back-link {
    margin-top: 24px;
  }
}
@media print {
  .nhsuk-back-link {
    display: none;
  }
}
.nhsuk-back-link::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  color: currentcolor;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  transform: translateX(0.1052631579em) rotate(225deg);
}

@supports (border-width: max(0px)) {
  .nhsuk-back-link::before {
    outline-width: max(2px, 0.1052631579em) max(2px, 0.1052631579em) 0 0;
    font-size: max(19px, 1em);
  }
}
.nhsuk-back-link--reverse {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-back-link--reverse .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:visited {
  color: #ffffff;
}

.nhsuk-back-link--reverse:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:hover, .nhsuk-back-link--reverse:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-back-link--reverse:hover .nhsuk-icon, .nhsuk-back-link--reverse:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:active, .nhsuk-back-link--reverse:active:visited {
  color: #ffffff;
}

.nhsuk-back-link--reverse:active .nhsuk-icon, .nhsuk-back-link--reverse:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-back-link--reverse:focus, .nhsuk-back-link--reverse:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-back-link--reverse:focus,
.nhsuk-back-link--reverse:focus .nhsuk-icon, .nhsuk-back-link--reverse:focus:visited,
.nhsuk-back-link--reverse:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-back-link--reverse:focus:hover, .nhsuk-back-link--reverse:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-back-link--reverse:not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}


.nhsuk-breadcrumb {
  color: #212b32;
}

.nhsuk-breadcrumb {
  margin-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb {
    margin-top: 24px;
  }
}
@media print {
  .nhsuk-breadcrumb {
    display: none;
  }
}
.nhsuk-breadcrumb .nhsuk-back-link {
  margin: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb .nhsuk-back-link {
    display: none;
  }
}
.nhsuk-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nhsuk-breadcrumb__list::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-breadcrumb__list {
  font-weight: 400;
}

.nhsuk-breadcrumb__list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__list {
    font-size: 12pt;
    line-height: 1.3;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-breadcrumb__list {
    display: none;
  }
}
.nhsuk-breadcrumb__list-item {
  float: left;
  margin-bottom: 0;
  margin-left: 1em;
  padding-left: 1.2651650429em;
  position: relative;
}

.nhsuk-breadcrumb__list-item::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  color: #4c6272;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  outline: 0.125em solid currentcolor;
  outline-offset: -0.125em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  transform: translateX(-0.1401650429em) rotate(45deg);
}

@supports (border-width: max(0px)) {
  .nhsuk-breadcrumb__list-item::before {
    outline-width: max(2px, 0.125em) max(2px, 0.125em) 0 0;
    font-size: max(16px, 1em);
  }
}
.nhsuk-breadcrumb__list-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.nhsuk-breadcrumb__list-item:first-child::before {
  display: none;
}

.nhsuk-breadcrumb__link {
  display: inline-block;
}

.nhsuk-breadcrumb__link {
  font-weight: 400;
}

.nhsuk-breadcrumb__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-breadcrumb__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}

.nhsuk-breadcrumb__link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-breadcrumb--reverse {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link,
.nhsuk-breadcrumb--reverse .nhsuk-back-link {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:hover:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited {
  color: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:active:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus .nhsuk-icon, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus .nhsuk-icon,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:hover, .nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:focus:visited:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__link:not(:focus):hover,
.nhsuk-breadcrumb--reverse .nhsuk-back-link:not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-breadcrumb--reverse .nhsuk-breadcrumb__list-item::before {
  color: rgba(255, 255, 255, 0.6);
}


.nhsuk-button {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 4px 0 #00401e;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin-top: 0;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.nhsuk-button {
  font-weight: 600;
}

.nhsuk-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-button {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-button {
  margin-bottom: 28px;
}

@media (min-width: 40.0625em) {
  .nhsuk-button {
    margin-bottom: 36px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-button {
    width: auto;
    padding: 12px 16px;
  }
}
.nhsuk-button, .nhsuk-button:hover, .nhsuk-button:active {
  text-decoration: none;
}

.nhsuk-button, .nhsuk-button:visited, .nhsuk-button:hover, .nhsuk-button:hover:visited, .nhsuk-button:active, .nhsuk-button:active:visited {
  color: #ffffff;
}

.nhsuk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.nhsuk-button:hover {
  background-color: #00662f;
}

.nhsuk-button:focus {
  box-shadow: none;
  outline: none;
}

.nhsuk-button:focus:not(:active), .nhsuk-button:focus:not(:active):hover {
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.nhsuk-button:focus:not(:active),
.nhsuk-button:focus:not(:active) .nhsuk-icon, .nhsuk-button:focus:not(:active):hover,
.nhsuk-button:focus:not(:active):hover .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-button:focus:not(:active), .nhsuk-button:focus:not(:active):hover {
  box-shadow: 0 4px 0 #212b32;
}

.nhsuk-button:active, .nhsuk-button:active:focus {
  box-shadow: none;
  background-color: #00401e;
  top: 4px;
}

.nhsuk-button::before, .nhsuk-button::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 4px;
}

.nhsuk-button::before {
  bottom: -6px;
  border: 2px solid transparent;
  background-color: transparent;
}

.nhsuk-button:active::before {
  top: -6px;
  bottom: -2px;
}

.nhsuk-button--secondary, .nhsuk-button--secondary:visited, .nhsuk-button--secondary:hover, .nhsuk-button--secondary:hover:visited, .nhsuk-button--secondary:active, .nhsuk-button--secondary:active:visited,
.nhsuk-button--secondary-solid,
.nhsuk-button--secondary-solid:visited,
.nhsuk-button--secondary-solid:hover,
.nhsuk-button--secondary-solid:hover:visited,
.nhsuk-button--secondary-solid:active,
.nhsuk-button--secondary-solid:active:visited {
  color: #005eb8;
}

.nhsuk-button--secondary:hover,
.nhsuk-button--secondary-solid:hover {
  background-color: #d9e7f4;
}

.nhsuk-button--secondary:active, .nhsuk-button--secondary:active:focus,
.nhsuk-button--secondary-solid:active,
.nhsuk-button--secondary-solid:active:focus {
  background-color: #c7dcef;
  border-color: #005eb8;
  border-radius: 4px;
}

.nhsuk-button--secondary:not(:focus):not(:active)::before,
.nhsuk-button--secondary-solid:not(:focus):not(:active)::before {
  border-color: #005eb8;
}

.nhsuk-button--secondary, .nhsuk-button--secondary::after,
.nhsuk-button--secondary-solid,
.nhsuk-button--secondary-solid::after {
  box-shadow: 0 4px 0 #005eb8;
}

.nhsuk-button--secondary:not(:focus)::after,
.nhsuk-button--secondary-solid:not(:focus)::after {
  left: 0;
  right: 0;
  border-radius: 2px;
}

.nhsuk-button--secondary:focus::after, .nhsuk-button--secondary:active::after,
.nhsuk-button--secondary-solid:focus::after,
.nhsuk-button--secondary-solid:active::after {
  box-shadow: none;
}

.nhsuk-button--secondary {
  background-color: transparent;
}

.nhsuk-button--secondary-solid {
  background-color: #ffffff;
}

.nhsuk-button--reverse {
  box-shadow: 0 4px 0 #b3b3b3;
  background-color: #ffffff;
}

.nhsuk-button--reverse, .nhsuk-button--reverse:visited, .nhsuk-button--reverse:hover, .nhsuk-button--reverse:hover:visited, .nhsuk-button--reverse:active, .nhsuk-button--reverse:active:visited {
  color: #212b32;
}

.nhsuk-button--reverse:hover {
  background-color: #d9d9d9;
}

.nhsuk-button--reverse:active, .nhsuk-button--reverse:active:focus {
  background-color: #b3b3b3;
}

.nhsuk-button--warning {
  box-shadow: 0 4px 0 #6b140e;
  background-color: #d5281b;
}

.nhsuk-button--warning:hover {
  background-color: #aa2016;
}

.nhsuk-button--warning:active, .nhsuk-button--warning:active:focus {
  background-color: #6b140e;
}

.nhsuk-button--login {
  box-shadow: 0 4px 0 #002f5c;
  background-color: #005eb8;
}

.nhsuk-button--login:hover {
  background-color: #004b93;
}

.nhsuk-button--login:active, .nhsuk-button--login:active:focus {
  background-color: #002f5c;
}

.nhsuk-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}


.nhsuk-card {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  color: #212b32;
}

.nhsuk-card > *:first-child {
  margin-top: 0;
}

.nhsuk-card > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-card {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card__img {
  border-bottom: 1px solid #f0f4f5;
  display: block;
  width: 100%;
}

@media print {
  .nhsuk-card__img {
    display: none;
  }
}
.nhsuk-card__content > *:first-child {
  margin-top: 0;
}

.nhsuk-card__content > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card__content {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__content {
    padding: 32px;
  }
}
.nhsuk-card__heading {
  margin-bottom: 16px;
}

.nhsuk-card__heading:has(+ .nhsuk-icon) {
  margin-bottom: 0;
}

.nhsuk-card__description {
  margin-bottom: 0;
}

.nhsuk-card--clickable {
  border-bottom-width: 4px;
}

.nhsuk-card--clickable .nhsuk-card__heading a::before,
.nhsuk-card--clickable .nhsuk-card__link::before {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nhsuk-card--clickable:active {
  border-color: #aeb7bd;
  bottom: -1px;
}

.nhsuk-card-group {
  margin-bottom: 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group {
    margin-bottom: 40px;
  }
}
.nhsuk-card-group + h2,
.nhsuk-card-group + .nhsuk-heading-l,
.nhsuk-card-group + h3,
.nhsuk-card-group + .nhsuk-heading-m {
  padding-top: 0;
}

.nhsuk-card-group__item {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group__item {
    flex: 0 0 100%;
  }
}
.nhsuk-card-group__item .nhsuk-card {
  margin-bottom: 32px;
}

@media (max-width: 48.0525em) {
  .nhsuk-card-group__item .nhsuk-card {
    margin-bottom: 16px;
  }
  .nhsuk-card-group__item:last-child .nhsuk-card {
    margin-bottom: 0;
  }
}
.nhsuk-card--feature {
  border: 1px solid #d8dde0;
  padding-top: 0 !important;
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  color: #212b32;
}

.nhsuk-card--feature > *:first-child {
  margin-top: 0;
}

.nhsuk-card--feature > *:last-child {
  margin-bottom: 0;
}

.nhsuk-card--feature {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-card--feature {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--feature {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    margin-top: 48px;
  }
}
.nhsuk-card--feature {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--feature {
    padding: 32px;
  }
}
.nhsuk-card__heading--feature {
  background-color: #005eb8;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

.nhsuk-card__heading--feature {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__heading--feature {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-card__heading--feature {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-card__heading--feature {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-card__heading--feature {
    color: #000000;
    background: none;
    top: 0;
  }
}
.nhsuk-card__content--feature {
  padding: 0;
}

.nhsuk-card--care .nhsuk-card--care__heading-container {
  background-color: #005eb8;
  color: #ffffff;
}

@media print {
  .nhsuk-card--care {
    color: #000000;
    border: 4px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care {
    margin-top: 48px;
  }
}
.nhsuk-card--care__heading-container {
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  padding-top: 16px;
  position: relative;
}

.nhsuk-card--care__heading-container {
  padding-left: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care__heading-container {
    padding-left: 32px;
  }
}
.nhsuk-card--care__heading-container {
  padding-right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care__heading-container {
    padding-right: 32px;
  }
}
.nhsuk-card--care__heading {
  margin: 0;
  padding-top: 0;
}

.nhsuk-card--care__heading {
  font-weight: 600;
}

.nhsuk-card--care__heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-card--care__heading {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-card--care__heading {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-card--care__heading {
    color: #000000;
  }
}
.nhsuk-card--care__arrow {
  bottom: -11px;
  display: block;
  height: 20px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}

@media print {
  .nhsuk-card--care__arrow {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-card--care__arrow {
    left: 38px;
  }
}
.nhsuk-card--care__arrow::before, .nhsuk-card--care__arrow::after {
  border: solid 32px #005eb8;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0;
}

.nhsuk-card--care--urgent .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}

@media print {
  .nhsuk-card--care--urgent {
    color: #000000;
    border: 6px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--urgent .nhsuk-card--care__arrow::before, .nhsuk-card--care--urgent .nhsuk-card--care__arrow::after {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}

@media print {
  .nhsuk-card--care--emergency {
    color: #000000;
    border: 8px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--emergency .nhsuk-card--care__arrow::before, .nhsuk-card--care--emergency .nhsuk-card--care__arrow::after {
  border-color: #d5281b;
}

.nhsuk-card--care--emergency .nhsuk-card__content {
  background-color: #212b32;
  border: 0;
  color: #ffffff;
  position: static;
}

.nhsuk-card--care--emergency .nhsuk-card__content a {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-card--care--emergency .nhsuk-card__content a .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:visited {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:hover, .nhsuk-card--care--emergency .nhsuk-card__content a:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:hover .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:active, .nhsuk-card--care--emergency .nhsuk-card__content a:active:visited {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:active .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:focus, .nhsuk-card--care--emergency .nhsuk-card__content a:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:focus,
.nhsuk-card--care--emergency .nhsuk-card__content a:focus .nhsuk-icon, .nhsuk-card--care--emergency .nhsuk-card__content a:focus:visited,
.nhsuk-card--care--emergency .nhsuk-card__content a:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:focus:hover, .nhsuk-card--care--emergency .nhsuk-card__content a:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-card--care--emergency .nhsuk-card__content a:not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

@media print {
  .nhsuk-card--care--emergency .nhsuk-card__content {
    color: #000000;
    background-color: #ffffff;
  }
}
.nhsuk-card--care--emergency .nhsuk-details,
.nhsuk-card--care--emergency .nhsuk-details__summary {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #ffffff;
}

.nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}

.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-card__content--primary {
  padding-right: 72px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__content--primary {
    padding-right: 80px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-card__content--primary {
    height: 100%;
  }
}
.nhsuk-card__content--primary .nhsuk-icon {
  display: block;
  fill: #005eb8;
  height: 2rem;
  width: 2rem;
  margin-top: -16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
}

.nhsuk-card__content--primary .nhsuk-icon {
  right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-card__content--primary .nhsuk-icon {
    right: 32px;
  }
}
.nhsuk-card--secondary {
  background: transparent;
  border-bottom: 4px solid #d8dde0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.nhsuk-card__content--secondary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}


.nhsuk-contents-list {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-contents-list {
    margin-bottom: 48px;
  }
}
.nhsuk-contents-list__list {
  list-style: none;
  padding: 0;
}

.nhsuk-contents-list__item {
  padding: 0 0 0 32px;
  position: relative;
}

.nhsuk-contents-list__item::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 16px;
  border-top: 1px solid #aeb7bd;
}

.nhsuk-contents-list__link {
  display: inline-block;
}

.nhsuk-contents-list__current {
  font-weight: 600;
}


.nhsuk-date-input {
  font-size: 0;
}

.nhsuk-date-input::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-date-input__item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
}

.nhsuk-date-input__label {
  display: block;
}

.nhsuk-date-input__input {
  margin-bottom: 0;
}


.nhsuk-details {
  display: block;
  color: #212b32;
}

@media print {
  .nhsuk-details {
    color: #000000;
  }
}
.nhsuk-details {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-details {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-details {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-details {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-details {
    margin-bottom: 24px;
  }
}
.nhsuk-details__summary {
  display: block;
}

.nhsuk-details__text > *:first-child {
  margin-top: 0;
}

.nhsuk-details__text > *:last-child {
  margin-bottom: 0;
}

@media screen\0  {
  .nhsuk-details {
    border-left: 4px solid #d8dde0;
    margin-top: 8px;
    padding: 16px 0;
    padding-left: 20px;
  }
  .nhsuk-details__summary-text {
    display: block;
    font-weight: 600;
  }
  .nhsuk-details__summary-text {
    margin-bottom: 16px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-details__summary-text {
    margin-bottom: 24px;
  }
}
@supports not (-ms-ime-align: auto) {
  .nhsuk-details__summary {
    color: #005eb8;
    cursor: pointer;
    padding-left: 24px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .nhsuk-details__summary:hover {
    color: #7c2855;
  }
  .nhsuk-details__summary:focus {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-details__summary:focus,
  .nhsuk-details__summary:focus .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-details__summary:hover .nhsuk-details__summary-text, .nhsuk-details__summary:focus .nhsuk-details__summary-text {
    text-decoration: none;
  }
  .nhsuk-details__summary::-webkit-details-marker {
    display: none;
  }
  .nhsuk-details__summary::before {
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -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;
  }
  .nhsuk-details[open] > .nhsuk-details__summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -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;
  }
  .nhsuk-details__summary-text {
    text-decoration: underline;
  }
  .nhsuk-details__text {
    border-left: 4px solid #d8dde0;
    margin-top: 8px;
    padding: 16px 0;
    padding-left: 20px;
    padding-right: 0;
  }
}
.nhsuk-expander {
  background-color: #ffffff;
  border: 1px solid #d8dde0;
}

.nhsuk-expander .nhsuk-details__summary {
  background-color: #ffffff;
  border-top: 4px solid transparent;
  display: block;
  padding: 20px 24px 0;
  width: auto;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary {
    padding: 28px 32px 0;
  }
}
.nhsuk-expander .nhsuk-details__text {
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
}

.nhsuk-expander .nhsuk-details__text {
  padding-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-bottom: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-left: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-left: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-right: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-right: 32px;
  }
}
.nhsuk-expander .nhsuk-details__text {
  padding-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-top: 0;
  }
}
@media screen\0  {
  .nhsuk-expander {
    margin-top: 0;
    padding: 0;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    display: block;
    font-weight: 600;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.31818;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media screen\0  {
  .nhsuk-expander .nhsuk-details__summary-text {
    margin-bottom: 16px;
  }
}
@media screen\0  and (min-width: 40.0625em) {
  .nhsuk-expander .nhsuk-details__summary-text {
    margin-bottom: 24px;
  }
}
@supports not (-ms-ime-align: auto) {
  .nhsuk-expander {
    border-bottom-width: 4px;
  }
  .nhsuk-expander:hover {
    border-color: #aeb7bd;
  }
  .nhsuk-expander .nhsuk-details__summary {
    padding-bottom: 24px;
  }
  @media (min-width: 40.0625em) {
    .nhsuk-expander .nhsuk-details__summary {
      padding-bottom: 32px;
    }
  }
  .nhsuk-expander .nhsuk-details__summary::before {
    display: none;
  }
  .nhsuk-expander .nhsuk-details__summary:focus {
    box-shadow: none;
  }
  .nhsuk-expander .nhsuk-details__summary-text {
    color: #005eb8;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    padding-left: 35px;
    position: relative;
  }
  .nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text {
    color: #7c2855;
  }
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text,
  .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-expander .nhsuk-details__summary-text::before {
    background-color: currentcolor;
    -webkit-clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm0 6c-.8 0-1.5.7-1.5 1.5V12H8.5c-.8 0-1.4.6-1.5 1.4v.1c0 .8.7 1.5 1.5 1.5H12v3.5c0 .8.6 1.4 1.4 1.5h.1c.8 0 1.5-.7 1.5-1.5V15h3.5c.8 0 1.4-.6 1.5-1.4v-.1c0-.8-.7-1.5-1.5-1.5H15V8.5c0-.8-.6-1.4-1.4-1.5Z");
    clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm0 6c-.8 0-1.5.7-1.5 1.5V12H8.5c-.8 0-1.4.6-1.5 1.4v.1c0 .8.7 1.5 1.5 1.5H12v3.5c0 .8.6 1.4 1.4 1.5h.1c.8 0 1.5-.7 1.5-1.5V15h3.5c.8 0 1.4-.6 1.5-1.4v-.1c0-.8-.7-1.5-1.5-1.5H15V8.5c0-.8-.6-1.4-1.4-1.5Z");
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    top: calc(50% - 13.5px);
    width: 27px;
  }
  .nhsuk-expander[open] {
    border-bottom-width: 1px;
  }
  .nhsuk-expander[open] .nhsuk-details__summary-text::before {
    -webkit-clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm5 11h-10a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3Z");
    clip-path: path("M13.5 1a12.5 12.5 0 1 1 0 25 12.5 12.5 0 0 1 0-25Zm5 11h-10a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3Z");
  }
}
.nhsuk-expander-group {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-group {
    margin-bottom: 24px;
  }
}
.nhsuk-expander-group > .nhsuk-details {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-expander-group > .nhsuk-details {
    margin-bottom: 8px;
  }
}
.nhsuk-details + h2,
.nhsuk-details + .nhsuk-heading-l {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-details + h2,
  .nhsuk-details + .nhsuk-heading-l {
    padding-top: 24px;
  }
}

.nhsuk-do-dont-list {
  border: 1px solid #d8dde0;
  padding-top: 0 !important;
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  color: #212b32;
}

.nhsuk-do-dont-list > *:first-child {
  margin-top: 0;
}

.nhsuk-do-dont-list > *:last-child {
  margin-bottom: 0;
}

.nhsuk-do-dont-list {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-do-dont-list {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-do-dont-list {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    margin-top: 48px;
  }
}
.nhsuk-do-dont-list {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list {
    padding: 32px;
  }
}
.nhsuk-do-dont-list .nhsuk-icon__cross,
.nhsuk-do-dont-list .nhsuk-icon--cross {
  fill: #d5281b;
}

.nhsuk-do-dont-list .nhsuk-icon__tick,
.nhsuk-do-dont-list .nhsuk-icon--tick {
  fill: #007f3b;
}

.nhsuk-do-dont-list__label {
  background-color: #005eb8;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

.nhsuk-do-dont-list__label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-do-dont-list__label {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-do-dont-list__label {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    color: #000000;
    background: none;
    top: 0;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    color: #000000;
  }
}

.nhsuk-error-message {
  clear: both;
  color: #d5281b;
  display: block;
  margin-bottom: 16px;
}

.nhsuk-error-message {
  font-weight: 600;
}

.nhsuk-error-message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-message {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-error-message {
    font-size: 13pt;
    line-height: 1.25;
  }
}

.nhsuk-error-summary {
  margin-bottom: 32px;
  border: 4px solid #d5281b;
}

.nhsuk-error-summary {
  padding: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    padding: 24px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    margin-bottom: 48px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-error-summary {
    border: 4px solid #d5281b;
  }
}
.nhsuk-error-summary:focus {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
}

.nhsuk-error-summary__title {
  margin-top: 0;
}

.nhsuk-error-summary__title {
  font-weight: 600;
}

.nhsuk-error-summary__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-error-summary__title {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-error-summary__title {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__title {
    margin-bottom: 24px;
  }
}
.nhsuk-error-summary__body {
  font-weight: 400;
}

.nhsuk-error-summary__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-error-summary__body {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-error-summary__body p {
  margin-top: 0;
}

.nhsuk-error-summary__body p {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-error-summary__body p {
    margin-bottom: 24px;
  }
}
.nhsuk-error-summary__list {
  margin-bottom: 0;
  margin-top: 0;
}

.nhsuk-error-summary__list a {
  font-weight: 600;
}

.nhsuk-error-summary__list a:link, .nhsuk-error-summary__list a:visited, .nhsuk-error-summary__list a:hover, .nhsuk-error-summary__list a:active {
  color: #d5281b;
}

.nhsuk-error-summary__list a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-error-summary__list a:focus,
.nhsuk-error-summary__list a:focus .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}


.nhsuk-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.nhsuk-fieldset::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-fieldset__legend {
  box-sizing: border-box;
  color: #212b32;
  display: table;
  margin-bottom: 8px;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.nhsuk-fieldset__legend {
  font-weight: 400;
}

.nhsuk-fieldset__legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-fieldset__legend {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-fieldset__legend--xl {
  margin-bottom: 16px;
}

.nhsuk-fieldset__legend--xl {
  font-weight: 600;
}

.nhsuk-fieldset__legend--xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-fieldset__legend--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-fieldset__legend--l {
  margin-bottom: 16px;
}

.nhsuk-fieldset__legend--l {
  font-weight: 600;
}

.nhsuk-fieldset__legend--l {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}
@media print {
  .nhsuk-fieldset__legend--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-fieldset__legend--m {
  margin-bottom: 16px;
}

.nhsuk-fieldset__legend--m {
  font-weight: 600;
}

.nhsuk-fieldset__legend--m {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--m {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-fieldset__legend--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-fieldset__legend--s {
  margin-bottom: 16px;
}

.nhsuk-fieldset__legend--s {
  font-weight: 600;
}

.nhsuk-fieldset__legend--s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-fieldset__legend--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-fieldset__legend--s {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-fieldset__heading {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}


.nhsuk-footer {
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
}

@media print {
  .nhsuk-footer {
    display: none;
  }
}
.nhsuk-footer {
  padding-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-bottom: 32px;
  }
}
.nhsuk-footer {
  padding-top: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer {
    padding-top: 32px;
  }
}
.nhsuk-footer__heading {
  margin-bottom: 8px;
}

.nhsuk-footer__list {
  list-style-type: none;
  margin-bottom: 24px;
  padding: 0;
}

.nhsuk-footer__list-item {
  font-weight: 400;
}

.nhsuk-footer__list-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-footer__list-item {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-footer__list-item-link,
.nhsuk-footer__list-item-link:visited {
  color: #003087;
}

.nhsuk-footer__navigation + .nhsuk-footer__meta {
  border-top: 1px solid #aeb7bd;
}

.nhsuk-footer__navigation + .nhsuk-footer__meta {
  padding-top: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-footer__navigation + .nhsuk-footer__meta {
    padding-top: 24px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-footer__meta .nhsuk-footer__list-item {
    display: inline-block;
    margin-right: 32px;
  }
}
.nhsuk-footer__meta :last-child {
  margin-bottom: 0;
}


.nhsuk-header {
  background-color: #005eb8;
  outline: 1px solid transparent;
  color: #ffffff;
}

.nhsuk-header:has(.nhsuk-header__menu-list:not([hidden])) {
  border-bottom: 4px solid #d8dde0;
}

@media print {
  .nhsuk-header {
    color: #000000;
  }
}
.nhsuk-header__container {
  padding: 16px 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__container {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
  }
}
.nhsuk-header__logo {
  min-width: 100px;
}

.nhsuk-header__service,
.nhsuk-header__service-logo {
  gap: 8px 16px;
  margin-right: auto;
}

.nhsuk-header__service {
  display: flex;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__service {
    flex-grow: 999;
  }
}
.nhsuk-header__service-name {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
  margin-right: auto;
  text-wrap: balance;
  max-width: 54ch;
}

.nhsuk-header__service-name {
  font-weight: 400;
}

.nhsuk-header__service-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__service-name {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1;
  }
}
@media print {
  .nhsuk-header__service-name {
    font-size: 13pt;
    line-height: 1.1;
  }
}
.nhsuk-header__service-name:only-child {
  display: block;
}

.nhsuk-header__service-logo {
  position: relative;
  display: inline-flex;
  flex-grow: 0;
  line-height: 0;
  margin-right: 0;
  text-decoration: none;
}

.nhsuk-header__service-logo:only-child {
  display: flex;
}

.nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
  content: "";
  border-bottom: 0.1rem solid currentcolor;
  display: inline;
  height: 40px;
  position: absolute;
  top: 0.2rem;
  width: 100px;
}

.nhsuk-header__service-logo,
.nhsuk-header__service-name[href],
.nhsuk-header__account-button,
.nhsuk-header__account-link {
  color: #ffffff;
}

.nhsuk-header__service-logo:visited,
.nhsuk-header__service-name[href]:visited,
.nhsuk-header__account-button:visited,
.nhsuk-header__account-link:visited {
  color: #ffffff;
}

.nhsuk-header__service-logo:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:visited .nhsuk-icon,
.nhsuk-header__account-button:visited .nhsuk-icon,
.nhsuk-header__account-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:hover, .nhsuk-header__service-logo:hover:visited,
.nhsuk-header__service-name[href]:hover,
.nhsuk-header__service-name[href]:hover:visited,
.nhsuk-header__account-button:hover,
.nhsuk-header__account-button:hover:visited,
.nhsuk-header__account-link:hover,
.nhsuk-header__account-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-header__service-logo:hover .nhsuk-icon, .nhsuk-header__service-logo:hover:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:hover .nhsuk-icon,
.nhsuk-header__service-name[href]:hover:visited .nhsuk-icon,
.nhsuk-header__account-button:hover .nhsuk-icon,
.nhsuk-header__account-button:hover:visited .nhsuk-icon,
.nhsuk-header__account-link:hover .nhsuk-icon,
.nhsuk-header__account-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:active, .nhsuk-header__service-logo:active:visited,
.nhsuk-header__service-name[href]:active,
.nhsuk-header__service-name[href]:active:visited,
.nhsuk-header__account-button:active,
.nhsuk-header__account-button:active:visited,
.nhsuk-header__account-link:active,
.nhsuk-header__account-link:active:visited {
  color: #ffffff;
}

.nhsuk-header__service-logo:active .nhsuk-icon, .nhsuk-header__service-logo:active:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:active .nhsuk-icon,
.nhsuk-header__service-name[href]:active:visited .nhsuk-icon,
.nhsuk-header__account-button:active .nhsuk-icon,
.nhsuk-header__account-button:active:visited .nhsuk-icon,
.nhsuk-header__account-link:active .nhsuk-icon,
.nhsuk-header__account-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-header__service-logo:focus,
.nhsuk-header__service-logo:focus .nhsuk-icon, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-logo:focus:visited .nhsuk-icon,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus .nhsuk-icon,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__service-name[href]:focus:visited .nhsuk-icon,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus .nhsuk-icon,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-button:focus:visited .nhsuk-icon,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus .nhsuk-icon,
.nhsuk-header__account-link:focus:visited,
.nhsuk-header__account-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__service-logo:focus:hover, .nhsuk-header__service-logo:focus:visited:hover,
.nhsuk-header__service-name[href]:focus:hover,
.nhsuk-header__service-name[href]:focus:visited:hover,
.nhsuk-header__account-button:focus:hover,
.nhsuk-header__account-button:focus:visited:hover,
.nhsuk-header__account-link:focus:hover,
.nhsuk-header__account-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__service-logo:focus, .nhsuk-header__service-logo:focus:visited,
.nhsuk-header__service-name[href]:focus,
.nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header__account-button:focus,
.nhsuk-header__account-button:focus:visited,
.nhsuk-header__account-link:focus,
.nhsuk-header__account-link:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

@media print {
  .nhsuk-header__service-logo,
  .nhsuk-header__service-name[href],
  .nhsuk-header__account-button,
  .nhsuk-header__account-link {
    color: inherit;
  }
  .nhsuk-header__service-logo::after,
  .nhsuk-header__service-name[href]::after,
  .nhsuk-header__account-button::after,
  .nhsuk-header__account-link::after {
    content: "";
  }
}
.nhsuk-header__account {
  background-color: #004b93;
  border: 1px solid #004b93;
  border-radius: 4px;
  flex-grow: 1;
  margin-top: 16px;
  overflow: hidden;
}

.nhsuk-header__account .nhsuk-icon--user {
  fill: currentcolor;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

@media print {
  .nhsuk-header__account {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__account {
    align-self: start;
    margin: -1px;
  }
}
.nhsuk-header__account-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.nhsuk-header__account-item {
  display: flex;
  flex-grow: 1;
  gap: 8px;
  margin: 0;
  outline: 1px solid #005eb8;
  overflow-wrap: anywhere;
  padding: 8px 12px;
}

.nhsuk-header__account-item {
  font-weight: 400;
}

.nhsuk-header__account-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__account-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__account-item {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__account-item:nth-last-child(2) {
  margin-right: auto;
}

.nhsuk-header__account-item:last-child {
  flex-grow: 0;
}

.nhsuk-header__account-button,
.nhsuk-header__account-link {
  display: flex;
  gap: 8px;
  margin: -8px -12px;
  padding: 8px 12px;
  overflow-wrap: anywhere;
}

.nhsuk-header__account-button {
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
}

.nhsuk-header__account-button {
  font-weight: 400;
}

.nhsuk-header__account-button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__account-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__account-button {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__search {
  flex-grow: 1;
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

@media print {
  .nhsuk-header__search {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__search {
    margin: 0;
  }
}
.nhsuk-header__search .nhsuk-icon--search {
  height: 1.75rem;
  width: 1.75rem;
}

.nhsuk-header__search-form {
  display: flex;
  height: 100%;
  overflow: visible;
}

.nhsuk-header__search-input.nhsuk-input {
  border: 1px solid transparent;
  border-radius: 4px 0 0 4px;
  height: 40px;
  margin-right: -1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.nhsuk-header__search-input.nhsuk-input {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__search-input.nhsuk-input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__search-input.nhsuk-input {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__search-input.nhsuk-input:focus {
  padding-left: 11px;
  padding-right: 11px;
  z-index: 10;
}

.nhsuk-header__search-input.nhsuk-input:-ms-input-placeholder {
  color: #4c6272;
  opacity: 1;
}

.nhsuk-header__search-input.nhsuk-input::placeholder {
  color: #4c6272;
  opacity: 1;
}

.nhsuk-header__search-input.nhsuk-input::-ms-clear {
  display: none;
}

.nhsuk-header__search-input.nhsuk-input::-webkit-search-decoration, .nhsuk-header__search-input.nhsuk-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__search-input.nhsuk-input {
    font-size: inherit;
  }
}
.nhsuk-header__search-submit {
  background-color: #edf4fa;
  border: 1px solid transparent;
  border-radius: 0 4px 4px 0;
  color: #005eb8;
  flex-shrink: 0;
  height: 40px;
  line-height: 1;
  margin: 0;
  width: 44px;
  cursor: pointer;
}

.nhsuk-header__search-submit:hover, .nhsuk-header__search-submit:active {
  background-color: #004b93;
  border-color: #ffffff;
  color: #ffffff;
}

.nhsuk-header__search-submit:active {
  background-color: #003d78;
}

.nhsuk-header__search-submit:focus {
  outline: none;
}

.nhsuk-header__search-submit:focus:not(:active), .nhsuk-header__search-submit:focus:not(:active):hover {
  border-color: transparent;
  background-color: #ffeb3b;
  box-shadow: 0 4px 0 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
}

.nhsuk-header__search-submit:focus:not(:active),
.nhsuk-header__search-submit:focus:not(:active) .nhsuk-icon, .nhsuk-header__search-submit:focus:not(:active):hover,
.nhsuk-header__search-submit:focus:not(:active):hover .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation {
  background-color: #005eb8;
  border: 0 solid #ffffff;
  color: #ffffff;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-header__navigation {
    border: 0;
  }
}
@media print {
  .nhsuk-header__navigation {
    display: none;
  }
}
.nhsuk-header__navigation-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  width: calc(100% + 16px);
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-header__navigation--justified .nhsuk-header__navigation-list {
    justify-content: space-between;
  }
}
.nhsuk-frontend-supported .nhsuk-header__navigation-list {
  flex-wrap: nowrap;
}

.nhsuk-header__navigation-item {
  margin-bottom: 0;
  padding: 0 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-item {
    padding: 0 16px;
  }
}
.nhsuk-header__navigation-item-current-fallback {
  font-weight: inherit;
}

.nhsuk-header__navigation-link {
  display: block;
  padding: 16px 2px;
  position: relative;
  white-space: nowrap;
}

.nhsuk-header__navigation-link {
  font-weight: 400;
}

.nhsuk-header__navigation-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__navigation-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-header__navigation-link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__navigation-link {
  color: #ffffff;
}

.nhsuk-header__navigation-link:visited {
  color: #ffffff;
}

.nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:hover, .nhsuk-header__navigation-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:active, .nhsuk-header__navigation-link:active:visited {
  color: #ffffff;
}

.nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-header__navigation-link:focus, .nhsuk-header__navigation-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-header__navigation-link:focus,
.nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation-link:focus:hover, .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__navigation-link:focus, .nhsuk-header__navigation-link:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

@media print {
  .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__navigation-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0 solid currentcolor;
}

.nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__navigation-link[aria-current=true]::before {
  border-bottom-width: 4px;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__navigation-link {
    font-size: inherit;
  }
}
.nhsuk-header__menu {
  align-self: center;
  padding: 0 8px;
}

.nhsuk-header__menu[hidden] {
  display: none;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__menu {
    padding: 0 16px;
  }
}
.nhsuk-header__menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  margin: 0;
  text-align: center;
  padding-right: 1.1875em;
}

.nhsuk-header__menu-toggle[hidden] {
  display: none;
}

.nhsuk-header__menu-toggle::after {
  bottom: 0;
  content: "";
  right: 2px;
  margin: auto;
  position: absolute;
  top: 2px;
  color: currentcolor;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  transform: translateY(-0.2261931458em) rotate(135deg);
}

@supports (border-width: max(0px)) {
  .nhsuk-header__menu-toggle::after {
    outline-width: max(2px, 0.1052631579em) max(2px, 0.1052631579em) 0 0;
    font-size: max(19px, 1em);
  }
}
.nhsuk-header__menu-toggle[aria-expanded=true]::after {
  color: currentcolor;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  outline: 0.1052631579em solid currentcolor;
  outline-offset: -0.1052631579em;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  transform: translateY(0.1052631579em) rotate(-45deg);
}

@supports (border-width: max(0px)) {
  .nhsuk-header__menu-toggle[aria-expanded=true]::after {
    outline-width: max(2px, 0.1052631579em) max(2px, 0.1052631579em) 0 0;
    font-size: max(19px, 1em);
  }
}
.nhsuk-header__menu-list {
  list-style: none;
  margin: 0 8px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
}

@media print {
  .nhsuk-header__menu-list {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__menu-list {
    margin: 0 16px;
  }
}
.nhsuk-header__menu-list[hidden] {
  display: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link {
  color: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:hover, .nhsuk-header__menu-list .nhsuk-header__navigation-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:active, .nhsuk-header__menu-list .nhsuk-header__navigation-link:active:visited {
  color: #003d78;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus,
.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:hover, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-link:focus, .nhsuk-header__menu-list .nhsuk-header__navigation-link:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

@media print {
  .nhsuk-header__menu-list .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__menu-list .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=true]::before {
  width: 0;
  top: 0;
  bottom: 0;
  left: -16px;
  right: auto;
  border-left-width: 4px;
}

@media (min-width: 48.0625em) {
  .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=page]::before, .nhsuk-header__menu-list .nhsuk-header__navigation-link[aria-current=true]::before {
    left: -32px;
  }
}
.nhsuk-header__menu-list .nhsuk-header__navigation-item {
  padding: 0;
  border-bottom: 1px solid #f0f4f5;
}

.nhsuk-header__menu-list .nhsuk-header__navigation-item:last-child {
  border-color: transparent;
}

.nhsuk-header__navigation--white {
  background-color: #ffffff;
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link {
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:active, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:active:visited {
  color: #003d78;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:active .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus,
.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus .nhsuk-icon, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited,
.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:hover, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus, .nhsuk-header__navigation--white .nhsuk-header__navigation-link:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

@media print {
  .nhsuk-header__navigation--white .nhsuk-header__navigation-link {
    color: inherit;
  }
  .nhsuk-header__navigation--white .nhsuk-header__navigation-link::after {
    content: "";
  }
}
.nhsuk-header__navigation--white .nhsuk-header__menu-list {
  border-top: 1px solid #f0f4f5;
}

.nhsuk-header__navigation-container {
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}

.nhsuk-header--white .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
  box-shadow: 0 -1px 0 0 #d8dde0;
}

.nhsuk-header--white :not(.nhsuk-header__navigation--white) .nhsuk-header__navigation-container, .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
  box-shadow: none;
  margin-top: 0;
}

@media (max-width: 40.0525em) {
  .nhsuk-header__navigation-container, .nhsuk-header--white .nhsuk-header__navigation--white .nhsuk-header__navigation-container {
    box-shadow: none;
    margin-top: -16px;
  }
}
.nhsuk-header--white {
  background-color: #ffffff;
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo,
.nhsuk-header--white .nhsuk-header__service-name[href],
.nhsuk-header--white .nhsuk-header__account-button,
.nhsuk-header--white .nhsuk-header__account-link {
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:visited,
.nhsuk-header--white .nhsuk-header__account-button:visited,
.nhsuk-header--white .nhsuk-header__account-link:visited {
  color: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-header--white .nhsuk-header__service-logo:hover, .nhsuk-header--white .nhsuk-header__service-logo:hover:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover:visited,
.nhsuk-header--white .nhsuk-header__account-button:hover,
.nhsuk-header--white .nhsuk-header__account-button:hover:visited,
.nhsuk-header--white .nhsuk-header__account-link:hover,
.nhsuk-header--white .nhsuk-header__account-link:hover:visited {
  color: #004b93;
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:hover .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:hover:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:hover .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:hover:visited .nhsuk-icon {
  fill: #004b93;
}

.nhsuk-header--white .nhsuk-header__service-logo:active, .nhsuk-header--white .nhsuk-header__service-logo:active:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:active,
.nhsuk-header--white .nhsuk-header__service-name[href]:active:visited,
.nhsuk-header--white .nhsuk-header__account-button:active,
.nhsuk-header--white .nhsuk-header__account-button:active:visited,
.nhsuk-header--white .nhsuk-header__account-link:active,
.nhsuk-header--white .nhsuk-header__account-link:active:visited {
  color: #003d78;
}

.nhsuk-header--white .nhsuk-header__service-logo:active .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:active:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:active .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:active:visited .nhsuk-icon {
  fill: #003d78;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus,
.nhsuk-header--white .nhsuk-header__service-logo:focus .nhsuk-icon, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-logo:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus .nhsuk-icon,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus:hover, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:hover,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__account-button:focus:hover,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited:hover,
.nhsuk-header--white .nhsuk-header__account-link:focus:hover,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited:hover {
  text-decoration: none;
}

.nhsuk-header--white .nhsuk-header__service-logo:focus, .nhsuk-header--white .nhsuk-header__service-logo:focus:visited,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus,
.nhsuk-header--white .nhsuk-header__service-name[href]:focus:visited,
.nhsuk-header--white .nhsuk-header__account-button:focus,
.nhsuk-header--white .nhsuk-header__account-button:focus:visited,
.nhsuk-header--white .nhsuk-header__account-link:focus,
.nhsuk-header--white .nhsuk-header__account-link:focus:visited {
  box-shadow: inset 0 -4px #212b32;
  color: #212b32;
}

@media print {
  .nhsuk-header--white .nhsuk-header__service-logo,
  .nhsuk-header--white .nhsuk-header__service-name[href],
  .nhsuk-header--white .nhsuk-header__account-button,
  .nhsuk-header--white .nhsuk-header__account-link {
    color: inherit;
  }
  .nhsuk-header--white .nhsuk-header__service-logo::after,
  .nhsuk-header--white .nhsuk-header__service-name[href]::after,
  .nhsuk-header--white .nhsuk-header__account-button::after,
  .nhsuk-header--white .nhsuk-header__account-link::after {
    content: "";
  }
}
.nhsuk-header--white .nhsuk-header__service-logo:not(:focus):not(:hover) .nhsuk-header__organisation-name {
  color: #212b32;
}

.nhsuk-header--white .nhsuk-header__account {
  background-color: #f0f4f5;
  border-color: #d8dde0;
}

.nhsuk-header--white .nhsuk-header__account-item {
  outline-color: #d8dde0;
}

.nhsuk-header--white .nhsuk-header__search-input.nhsuk-input:not(:focus) {
  margin-right: -1px;
  padding-left: 11px;
  border-color: #aeb7bd;
  border-width: 1px;
}

.nhsuk-header--white .nhsuk-header__search-submit {
  background-color: #005eb8;
  color: #ffffff;
}

.nhsuk-header--white .nhsuk-header__search-submit:hover, .nhsuk-header--white .nhsuk-header__search-submit:active {
  background-color: #004b93;
  border-color: #004b93;
  box-shadow: none;
}

.nhsuk-header--white .nhsuk-header__search-submit:active {
  background-color: #003d78;
}

.nhsuk-header--organisation .nhsuk-header__logo {
  height: 24px;
  margin-bottom: 6px;
  min-width: auto;
  width: 60px;
}

@media (min-width: 40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__logo {
    height: 32px;
    width: 80px;
  }
}
.nhsuk-header--organisation .nhsuk-header__service-logo {
  display: block;
}

.nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
  height: 24px;
  width: 60px;
}

@media (min-width: 40.0625em) {
  .nhsuk-header--organisation .nhsuk-header__service-logo:has(svg):not(:focus):hover::before {
    height: 32px;
    width: 80px;
  }
}
.nhsuk-header__organisation-name {
  display: block;
}

.nhsuk-header__organisation-name {
  font-weight: 600;
}

.nhsuk-header__organisation-name {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__organisation-name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1;
  }
}
@media print {
  .nhsuk-header__organisation-name {
    font-size: 15pt;
    line-height: 1.1;
  }
}
.nhsuk-header__organisation-name-split {
  display: block;
}

.nhsuk-header__organisation-name-descriptor {
  display: block;
}

.nhsuk-header__organisation-name-descriptor {
  font-weight: 600;
}

.nhsuk-header__organisation-name-descriptor {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
}

@media (min-width: 40.0625em) {
  .nhsuk-header__organisation-name-descriptor {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}
@media print {
  .nhsuk-header__organisation-name-descriptor {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-header__organisation-logo {
  border: 0;
  height: auto;
  width: 280px;
}

@media (max-width: 28.125em) {
  .nhsuk-header__organisation-logo {
    max-width: 150px;
  }
}
.nhsuk-header__organisation-logo[src$=".svg"] {
  max-width: 220px;
  width: 220px;
}

.nhsuk-header .nhsuk-header__service-name[href] {
  text-decoration: none;
}

.nhsuk-header .nhsuk-header__service-logo:not(:focus):hover,
.nhsuk-header .nhsuk-header__service-logo:not(:focus):hover .nhsuk-header__service-name,
.nhsuk-header .nhsuk-header__service-name[href]:not(:focus):hover {
  text-decoration: underline;
}

.nhsuk-header .nhsuk-header__service-logo:focus {
  outline: 4px solid transparent;
  box-shadow: 0 0 0 4px #ffeb3b, 0 0 0 8px #212b32;
}


.nhsuk-hero {
  background-color: #005eb8;
  color: #ffffff;
  position: relative;
}

@media print {
  .nhsuk-hero {
    color: #000000;
  }
}
.nhsuk-hero .nhsuk-link,
.nhsuk-hero a:not(.nhsuk-button) {
  color: #ffffff;
  text-decoration: underline;
}

.nhsuk-hero .nhsuk-link .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button) .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:visited,
.nhsuk-hero a:not(.nhsuk-button):visited {
  color: #ffffff;
}

.nhsuk-hero .nhsuk-link:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:hover, .nhsuk-hero .nhsuk-link:hover:visited,
.nhsuk-hero a:not(.nhsuk-button):hover,
.nhsuk-hero a:not(.nhsuk-button):hover:visited {
  color: #ffffff;
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:hover .nhsuk-icon, .nhsuk-hero .nhsuk-link:hover:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):hover .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):hover:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:active, .nhsuk-hero .nhsuk-link:active:visited,
.nhsuk-hero a:not(.nhsuk-button):active,
.nhsuk-hero a:not(.nhsuk-button):active:visited {
  color: #ffffff;
}

.nhsuk-hero .nhsuk-link:active .nhsuk-icon, .nhsuk-hero .nhsuk-link:active:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):active .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):active:visited .nhsuk-icon {
  fill: #ffffff;
}

.nhsuk-hero .nhsuk-link:focus, .nhsuk-hero .nhsuk-link:focus:visited,
.nhsuk-hero a:not(.nhsuk-button):focus,
.nhsuk-hero a:not(.nhsuk-button):focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:focus,
.nhsuk-hero .nhsuk-link:focus .nhsuk-icon, .nhsuk-hero .nhsuk-link:focus:visited,
.nhsuk-hero .nhsuk-link:focus:visited .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):focus,
.nhsuk-hero a:not(.nhsuk-button):focus .nhsuk-icon,
.nhsuk-hero a:not(.nhsuk-button):focus:visited,
.nhsuk-hero a:not(.nhsuk-button):focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-hero .nhsuk-link:focus:hover, .nhsuk-hero .nhsuk-link:focus:visited:hover,
.nhsuk-hero a:not(.nhsuk-button):focus:hover,
.nhsuk-hero a:not(.nhsuk-button):focus:visited:hover {
  text-decoration: none;
}

.nhsuk-hero .nhsuk-link:not(:focus):hover,
.nhsuk-hero a:not(.nhsuk-button):not(:focus):hover {
  color: rgba(255, 255, 255, 0.99);
}

.nhsuk-hero .nhsuk-hero--border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nhsuk-hero__wrapper {
  padding-top: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__wrapper {
    padding-top: 56px;
  }
}
.nhsuk-hero__wrapper {
  padding-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__wrapper {
    padding-bottom: 56px;
  }
}
.nhsuk-hero__heading {
  margin-bottom: 8px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero__heading {
    margin-bottom: 16px;
  }
}
.nhsuk-hero--image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen {
  .nhsuk-hero--image {
    min-height: 200px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .nhsuk-hero--image {
    min-height: 320px;
  }
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 320px;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image {
    min-height: 0;
  }
}
.nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0, 47, 92, 0.1);
}

@media only screen {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    min-height: 200px;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: auto;
    min-height: 0;
  }
}
.nhsuk-hero--image-description {
  margin-bottom: 106px;
}

@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description {
    margin-bottom: 92px;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content {
  background-color: #005eb8;
  color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
  top: 70px;
}

.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
  bottom: -10px;
  display: block;
  height: 20px;
  left: 32px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow::before,
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow::after {
  border: solid 32px #005eb8;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0;
}

@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    color: #000000;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 23.4375em) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    width: 85%;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    bottom: -48px;
    margin-bottom: 0;
    max-width: 35em;
    padding: 32px 40px;
    position: absolute;
    top: auto;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child {
    margin-top: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child {
    margin-bottom: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    left: 46px;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    bottom: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 32px 0 0;
    position: relative;
    top: 0;
  }
  .nhsuk-hero--image-description .nhsuk-hero__arrow {
    display: none;
  }
}

.nhsuk-hint {
  color: #4c6272;
  display: block;
  margin-bottom: 16px;
}

.nhsuk-hint {
  font-weight: 400;
}

.nhsuk-hint {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-hint {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-hint {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}

.nhsuk-fieldset__legend:not(.nhsuk-fieldset__legend--m):not(.nhsuk-fieldset__legend--l):not(.nhsuk-fieldset__legend--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}

.nhsuk-fieldset__legend + .nhsuk-hint {
  margin-top: -4px;
}


.nhsuk-image {
  background-color: #ffffff;
  border-bottom: 1px solid #d8dde0;
  margin-left: 0;
  margin-right: 0;
}

.nhsuk-image {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-image {
    margin-bottom: 40px;
  }
}
.nhsuk-image {
  margin-top: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-image {
    margin-top: 40px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-image {
    width: 66.6666666667%;
  }
}
@media print {
  .nhsuk-image {
    width: 50%;
  }
}
.nhsuk-image + .nhsuk-image {
  margin-top: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-image + .nhsuk-image {
    margin-top: 0;
  }
}
.nhsuk-image__img {
  display: block;
  width: 100%;
}

.nhsuk-image__caption {
  padding: 16px;
}

.nhsuk-image__caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-image__caption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-image__caption {
    font-size: 12pt;
    line-height: 1.3;
  }
}

.nhsuk-input {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #4c6272;
  border-radius: 0;
  box-sizing: border-box;
  min-height: 40px;
  margin-top: 0;
  padding: 4px;
  width: 100%;
}

.nhsuk-input {
  font-weight: 400;
}

.nhsuk-input {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-input {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-input:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}

.nhsuk-input::-webkit-outer-spin-button,
.nhsuk-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nhsuk-input[type=number] {
  -moz-appearance: textfield;
}

.nhsuk-input--error {
  border: 2px solid #d5281b;
}

.nhsuk-input--width-30 {
  max-width: 59ex;
}

.nhsuk-input--width-20 {
  max-width: 41ex;
}

.nhsuk-input--width-10 {
  max-width: 23ex;
}

.nhsuk-input--width-5 {
  max-width: 10.8ex;
}

.nhsuk-input--width-4 {
  max-width: 9ex;
}

.nhsuk-input--width-3 {
  max-width: 7.2ex;
}

.nhsuk-input--width-2 {
  max-width: 5.4ex;
}

.nhsuk-input__wrapper {
  display: flex;
}

.nhsuk-input__wrapper .nhsuk-input {
  flex: 0 1 auto;
}

.nhsuk-input__wrapper .nhsuk-input:focus {
  z-index: 1;
}

@media (max-width: 19.99em) {
  .nhsuk-input__wrapper {
    display: block;
  }
  .nhsuk-input__wrapper .nhsuk-input {
    max-width: 100%;
  }
}
.nhsuk-input__prefix,
.nhsuk-input__suffix {
  background-color: #d8dde0;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  flex: 0 0 auto;
  min-height: 40px;
  min-width: 2.5rem;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}

.nhsuk-input__prefix,
.nhsuk-input__suffix {
  font-weight: 400;
}

.nhsuk-input__prefix,
.nhsuk-input__suffix {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    display: block;
    height: 100%;
    white-space: normal;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-input__prefix,
  .nhsuk-input__suffix {
    line-height: 1.6;
    font-size: 1.1875rem;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input__prefix {
    border-bottom: 0;
  }
}
@media (min-width: 20em) {
  .nhsuk-input__prefix {
    border-right: 0;
  }
}
@media (max-width: 19.99em) {
  .nhsuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .nhsuk-input__suffix {
    border-left: 0;
  }
}

.nhsuk-inset-text {
  border-left: 8px solid #005eb8;
  max-width: 44em;
}

.nhsuk-inset-text > *:first-child {
  margin-top: 0;
}

.nhsuk-inset-text > *:last-child {
  margin-bottom: 0;
}

.nhsuk-inset-text {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    margin-bottom: 48px;
  }
}
.nhsuk-inset-text {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    margin-top: 48px;
  }
}
.nhsuk-inset-text {
  padding: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-inset-text {
    padding: 24px;
  }
}
@media print {
  .nhsuk-inset-text {
    border-color: #000000;
  }
}

.nhsuk-label {
  display: block;
  margin-bottom: 4px;
}

.nhsuk-label {
  font-weight: 400;
}

.nhsuk-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-label {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-label--xl,
.nhsuk-label--l,
.nhsuk-label--m {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}

.nhsuk-label--xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-label--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-label--l {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}
@media print {
  .nhsuk-label--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-label--m {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--m {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-label--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-label--s {
  font-weight: 600;
  margin-top: 0;
}

.nhsuk-label--s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-label--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-label--s {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-label-wrapper {
  margin: 0;
}


.nhsuk-notification-banner {
  border: 4px solid #005eb8;
}

.nhsuk-notification-banner {
  font-weight: 400;
}

.nhsuk-notification-banner {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-notification-banner {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner {
    margin-bottom: 56px;
  }
}
.nhsuk-notification-banner:focus {
  outline: 4px solid #ffeb3b;
}

.nhsuk-notification-banner__header {
  padding: 2px 16px 4px;
  background-color: #005eb8;
  border-bottom: 1px solid transparent;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__header {
    padding: 2px 24px 4px;
  }
}
.nhsuk-notification-banner__title {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.nhsuk-notification-banner__title {
  font-weight: 600;
}

.nhsuk-notification-banner__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-notification-banner__title {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner__content {
  padding: 16px;
  color: #212b32;
}

@media print {
  .nhsuk-notification-banner__content {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__content {
    padding: 24px;
  }
}
.nhsuk-notification-banner__content > * {
  box-sizing: border-box;
  max-width: 601.3333333333px;
}

.nhsuk-notification-banner__content > :last-child {
  margin-bottom: 0;
}

.nhsuk-notification-banner__heading {
  margin: 0 0 16px;
  padding: 0;
}

.nhsuk-notification-banner__heading {
  font-weight: 600;
}

.nhsuk-notification-banner__heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-notification-banner__heading {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-notification-banner__heading {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-notification-banner__link:visited {
  color: #005eb8;
}

.nhsuk-notification-banner__link:visited .nhsuk-icon {
  fill: #005eb8;
}

.nhsuk-notification-banner--success {
  border-color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__header {
  background-color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link {
  color: #007f3b;
  text-decoration: underline;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link .nhsuk-icon {
  fill: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:visited {
  color: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:visited .nhsuk-icon {
  fill: #007f3b;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover:visited {
  color: nhsuk-shade(#007f3b, 20%);
  text-decoration: none;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:hover:visited .nhsuk-icon {
  fill: nhsuk-shade(#007f3b, 20%);
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:active, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:active:visited {
  color: nhsuk-shade(#007f3b, 50%);
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:active .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:active:visited .nhsuk-icon {
  fill: nhsuk-shade(#007f3b, 50%);
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus,
.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus .nhsuk-icon, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited,
.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited .nhsuk-icon {
  color: #212b32;
  fill: #212b32;
}

.nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:hover, .nhsuk-notification-banner--success .nhsuk-notification-banner__link:focus:visited:hover {
  text-decoration: none;
}


.nhsuk-pagination {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination {
    margin-top: 48px;
  }
}
.nhsuk-pagination {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination {
    margin-bottom: 48px;
  }
}
.nhsuk-pagination__list::after {
  clear: both;
  content: "";
  display: block;
}

.nhsuk-pagination-item--previous {
  float: left;
  text-align: left;
  width: 50%;
}

.nhsuk-pagination-item--previous .nhsuk-icon {
  left: -0.375rem;
}

.nhsuk-pagination-item--previous .nhsuk-pagination__title {
  padding-left: 1.2307692308em;
}

.nhsuk-pagination-item--next {
  float: right;
  text-align: right;
  width: 50%;
}

.nhsuk-pagination-item--next .nhsuk-icon {
  right: -0.375rem;
}

.nhsuk-pagination-item--next .nhsuk-pagination__title {
  padding-right: 1.2307692308em;
}

.nhsuk-pagination__link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.nhsuk-pagination__link {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination__link {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-pagination__link {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-pagination__link {
    color: #000000;
  }
  .nhsuk-pagination__link {
    color: #000000;
    text-decoration: underline;
  }
  .nhsuk-pagination__link .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:visited {
    color: #000000;
  }
  .nhsuk-pagination__link:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:hover, .nhsuk-pagination__link:hover:visited {
    color: #000000;
    text-decoration: none;
  }
  .nhsuk-pagination__link:hover .nhsuk-icon, .nhsuk-pagination__link:hover:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:active, .nhsuk-pagination__link:active:visited {
    color: #000000;
  }
  .nhsuk-pagination__link:active .nhsuk-icon, .nhsuk-pagination__link:active:visited .nhsuk-icon {
    fill: #000000;
  }
  .nhsuk-pagination__link:focus, .nhsuk-pagination__link:focus:visited {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-pagination__link:focus,
  .nhsuk-pagination__link:focus .nhsuk-icon, .nhsuk-pagination__link:focus:visited,
  .nhsuk-pagination__link:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-pagination__link:focus:hover, .nhsuk-pagination__link:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-pagination__link:not(:focus):hover {
    color: rgba(0, 0, 0, 0.99);
  }
}
.nhsuk-pagination__link .nhsuk-icon {
  position: absolute;
  top: 0;
  height: 1.2307692308em;
  width: 1.2307692308em;
}

.nhsuk-pagination__title {
  display: block;
}

@media print {
  .nhsuk-pagination__title::after {
    content: " page";
  }
}
.nhsuk-pagination__page {
  display: block;
  text-decoration: underline;
}

.nhsuk-pagination__page {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media (min-width: 40.0625em) {
  .nhsuk-pagination__page {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-pagination__page {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-pagination__link:hover .nhsuk-pagination__page, .nhsuk-pagination__link:focus .nhsuk-pagination__page {
  text-decoration: none;
}


.nhsuk-panel {
  background: #007f3b;
  border: 4px solid transparent; /* [1] */
  box-sizing: border-box;
  color: #ffffff;
  padding: 28px; /* [2] */
}

.nhsuk-panel {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-panel {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-panel {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel {
    margin-bottom: 24px;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-panel {
    padding: 20px; /* [2] */
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* [3] */
  }
}
@media print {
  .nhsuk-panel {
    color: #000000;
    border-color: currentcolor;
    background: none;
  }
}
.nhsuk-panel__title {
  margin-top: 0;
}

.nhsuk-panel__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-panel__title {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-panel__title {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-panel__title {
    margin-bottom: 32px;
  }
}
.nhsuk-panel__title:last-child {
  margin-bottom: 0;
}


.nhsuk-checkboxes__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}

.nhsuk-checkboxes__item {
  font-weight: 400;
}

.nhsuk-checkboxes__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-checkboxes__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-checkboxes__item {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-checkboxes__item:last-child,
.nhsuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}

.nhsuk-checkboxes__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}

.nhsuk-checkboxes__label {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  touch-action: manipulation;
}

.nhsuk-checkboxes__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}

.nhsuk-checkboxes__input + .nhsuk-checkboxes__label::before {
  background: #ffffff;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.nhsuk-checkboxes__input + .nhsuk-checkboxes__label::after {
  background: transparent;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  content: "";
  height: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transform: rotate(-45deg);
  width: 22px;
}

.nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
}

.nhsuk-checkboxes__input:checked + .nhsuk-checkboxes__label::after {
  opacity: 1;
}

.nhsuk-checkboxes__input:disabled,
.nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label {
  cursor: default;
}

.nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label {
  opacity: 0.5;
}

.nhsuk-checkboxes__divider {
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}

.nhsuk-checkboxes__divider {
  font-weight: 400;
}

.nhsuk-checkboxes__divider {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-checkboxes__divider {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-checkboxes__divider {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-checkboxes__conditional {
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}

.nhsuk-checkboxes__conditional {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-checkboxes__conditional {
    margin-bottom: 24px;
  }
}
.nhsuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}

.nhsuk-frontend-supported .nhsuk-checkboxes__conditional--hidden {
  display: none;
}


.nhsuk-radios__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}

.nhsuk-radios__item {
  font-weight: 400;
}

.nhsuk-radios__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-radios__item {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-radios__item:last-child,
.nhsuk-radios__item:last-of-type {
  margin-bottom: 0;
}

.nhsuk-radios__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}

.nhsuk-radios__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  touch-action: manipulation;
}

.nhsuk-radios__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}

.nhsuk-radios__input + .nhsuk-radios__label::before {
  background: #ffffff;
  border: 2px solid #4c6272;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.nhsuk-radios__input + .nhsuk-radios__label::after {
  background: #4c6272;
  border: 10px solid #212b32;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 0;
}

.nhsuk-radios__input:focus + .nhsuk-radios__label::before {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
}

.nhsuk-radios__input:checked + .nhsuk-radios__label::after {
  opacity: 1;
}

.nhsuk-radios__input:disabled,
.nhsuk-radios__input:disabled + .nhsuk-radios__label {
  cursor: default;
}

.nhsuk-radios__input:disabled + .nhsuk-radios__label {
  opacity: 0.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios--inline::after {
    clear: both;
    content: "";
    display: block;
  }
  .nhsuk-radios--inline .nhsuk-radios__item {
    clear: none;
    float: left;
    margin-right: 24px;
  }
}
.nhsuk-radios--inline.nhsuk-radios--conditional .nhsuk-radios__item {
  float: none;
  margin-right: 0;
}

.nhsuk-radios__divider {
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}

.nhsuk-radios__divider {
  font-weight: 400;
}

.nhsuk-radios__divider {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios__divider {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-radios__divider {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-radios__conditional {
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}

.nhsuk-radios__conditional {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-radios__conditional {
    margin-bottom: 24px;
  }
}
.nhsuk-radios__conditional > :last-child {
  margin-bottom: 0;
}

.nhsuk-frontend-supported .nhsuk-radios__conditional--hidden {
  display: none;
}


.nhsuk-select {
  background-color: #ffffff;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  color: #212b32;
  height: 2.5rem;
  min-width: 23ex;
  max-width: 100%;
  padding: 4px;
}

.nhsuk-select {
  font-weight: 400;
}

.nhsuk-select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-select {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-select {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-select:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}

.nhsuk-select option:active,
.nhsuk-select option:checked,
.nhsuk-select:focus::-ms-value {
  background-color: #005eb8;
  color: #ffffff;
}

.nhsuk-select--error {
  border: 2px solid #d5281b;
}


.nhsuk-skip-link {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 8px;
}

.nhsuk-skip-link:not(:active):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;
}

@supports (left: max(calc(0px))) {
  .nhsuk-skip-link {
    left: max(16px, calc(16px + env(safe-area-inset-left)));
  }
}
.nhsuk-skip-link-focused-element:focus {
  outline: none;
}


.nhsuk-summary-list {
  margin: 0;
}

.nhsuk-summary-list {
  font-weight: 400;
}

.nhsuk-summary-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-summary-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-summary-list {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.nhsuk-summary-list__row {
  border-bottom: 1px solid #d8dde0;
}

@media (max-width: 40.0525em) {
  .nhsuk-summary-list__row {
    margin-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row {
    display: table-row;
  }
}
.nhsuk-summary-list__row:not(.nhsuk-summary-list__row--no-actions) > :last-child {
  padding-right: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row--no-actions::after {
    content: "";
    display: table-cell;
    width: 20%;
  }
}
.nhsuk-summary-list__key,
.nhsuk-summary-list__value,
.nhsuk-summary-list__actions {
  margin: 0;
  vertical-align: top;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__key,
  .nhsuk-summary-list__value,
  .nhsuk-summary-list__actions {
    display: table-cell;
    padding-bottom: 8px;
    padding-right: 24px;
    padding-top: 8px;
  }
}
.nhsuk-summary-list__actions {
  margin-bottom: 16px;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__actions {
    text-align: right;
    width: 20%;
  }
}
.nhsuk-summary-list__key,
.nhsuk-summary-list__value {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.nhsuk-summary-list__key {
  margin-bottom: 4px;
  font-weight: 600;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-summary-list__value {
    margin-bottom: 16px;
  }
}
.nhsuk-summary-list__value > p {
  margin-bottom: 12px;
}

.nhsuk-summary-list__value > :last-child {
  margin-bottom: 0;
}

.nhsuk-summary-list__actions-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nhsuk-summary-list__actions-list-item {
  display: inline-block;
}

@media (max-width: 40.0525em) {
  .nhsuk-summary-list__actions-list-item {
    border-right: 1px solid #d8dde0;
    margin-right: 8px;
    padding-right: 8px;
  }
  .nhsuk-summary-list__actions-list-item:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-summary-list__actions-list-item {
    margin-left: 8px;
    padding-left: 8px;
  }
  .nhsuk-summary-list__actions-list-item:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .nhsuk-summary-list__actions-list-item:not(:first-child) {
    border-left: 1px solid #d8dde0;
  }
}
.nhsuk-summary-list__actions-list-item .nhsuk-link:focus {
  isolation: isolate;
}

.nhsuk-summary-list--no-border .nhsuk-summary-list__row {
  border: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list--no-border .nhsuk-summary-list__key,
  .nhsuk-summary-list--no-border .nhsuk-summary-list__value,
  .nhsuk-summary-list--no-border .nhsuk-summary-list__actions {
    padding-bottom: 9px;
  }
}
.nhsuk-summary-list__row--no-border {
  border: 0;
}

@media (min-width: 40.0625em) {
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__key,
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__value,
  .nhsuk-summary-list__row--no-border .nhsuk-summary-list__actions {
    padding-bottom: 9px;
  }
}

.nhsuk-table-container {
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  width: 100%;
}

.nhsuk-table-container {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table-container {
    margin-bottom: 48px;
  }
}
.nhsuk-table-container .nhsuk-table,
.nhsuk-table-container .nhsuk-table-responsive {
  margin: 0;
}

.nhsuk-table,
.nhsuk-table-responsive {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.nhsuk-table,
.nhsuk-table-responsive {
  font-weight: 400;
}

.nhsuk-table,
.nhsuk-table-responsive {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-table,
  .nhsuk-table-responsive {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-table,
  .nhsuk-table-responsive {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-table,
.nhsuk-table-responsive {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table,
  .nhsuk-table-responsive {
    margin-bottom: 48px;
  }
}
.nhsuk-table__caption--xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-table__caption--xl {
    font-size: 26pt;
    line-height: 1.15;
  }
}
.nhsuk-table__caption--l {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--l {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}
@media print {
  .nhsuk-table__caption--l {
    font-size: 20pt;
    line-height: 1.2;
  }
}
.nhsuk-table__caption--m {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--m {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-table__caption--m {
    font-size: 17pt;
    line-height: 1.25;
  }
}
.nhsuk-table__caption--s {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__caption--s {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  .nhsuk-table__caption--s {
    font-size: 15pt;
    line-height: 1.25;
  }
}
.nhsuk-table__row:hover {
  background-color: #f0f4f5;
}

.nhsuk-table__panel-with-heading-tab {
  border: 1px solid #d8dde0;
  padding-top: 0 !important;
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  color: #212b32;
}

.nhsuk-table__panel-with-heading-tab > *:first-child {
  margin-top: 0;
}

.nhsuk-table__panel-with-heading-tab > *:last-child {
  margin-bottom: 0;
}

.nhsuk-table__panel-with-heading-tab {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-table__panel-with-heading-tab {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-table__panel-with-heading-tab {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-top: 48px;
  }
}
.nhsuk-table__panel-with-heading-tab {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    padding: 32px;
  }
}
.nhsuk-table__panel-with-heading-tab .nhsuk-table,
.nhsuk-table__panel-with-heading-tab .nhsuk-table-container,
.nhsuk-table__panel-with-heading-tab .nhsuk-table-responsive {
  margin: 0;
}

.nhsuk-table__heading-tab {
  background-color: #005eb8;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

.nhsuk-table__heading-tab {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-table__heading-tab {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-table__heading-tab {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    color: #000000;
    background: none;
    top: 0;
  }
}
@media (max-width: 48.0525em) {
  .nhsuk-table-responsive thead {
    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;
  }
  .nhsuk-table-responsive thead::before {
    content: " ";
  }
  .nhsuk-table-responsive thead::after {
    content: " ";
  }
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
  font-weight: 600;
  padding-right: 16px;
  text-align: left;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
  display: block;
  margin-bottom: 24px;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child {
  margin-bottom: 0;
}

.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
  display: block;
  display: flex;
  justify-content: space-between;
  min-width: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: block;
  }
}
@media (max-width: 48.0525em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    font-weight: 400;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    padding-right: 0;
    text-align: right;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th:last-child,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display: none;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align: left;
  }
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th,
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: table-cell;
  }
}
.nhsuk-table__header--numeric,
.nhsuk-table__cell--numeric {
  text-align: right;
}


.nhsuk-tag {
  background-color: #0055a6;
  border: 1px solid #0055a6;
  color: #ffffff;
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-decoration: none;
}

.nhsuk-tag {
  font-weight: 600;
}

.nhsuk-tag {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

@media (min-width: 40.0625em) {
  .nhsuk-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-tag {
    font-size: 12pt;
    line-height: 1;
  }
}
.nhsuk-tag--white {
  background-color: #ffffff;
  border-color: #212b32;
  color: #212b32;
}

.nhsuk-tag--grey {
  background-color: #dbe0e3;
  border-color: #354550;
  color: #354550;
}

.nhsuk-tag--green {
  background-color: #cce5d8;
  border-color: #004c23;
  color: #004c23;
}

.nhsuk-tag--aqua-green {
  background-color: #ccedeb;
  border-color: #00524d;
  color: #00524d;
}

.nhsuk-tag--blue {
  background-color: #ccdff1;
  border-color: #004281;
  color: #004281;
}

.nhsuk-tag--purple {
  background-color: #d6cce3;
  border-color: #240050;
  color: #240050;
}

.nhsuk-tag--pink {
  background-color: #efd3e3;
  border-color: #57133a;
  color: #57133a;
}

.nhsuk-tag--red {
  background-color: #f7d4d1;
  border-color: #6b140e;
  color: #6b140e;
}

.nhsuk-tag--orange {
  background-color: #ffdc8e;
  border-color: #4d3708;
  color: #4d3708;
}

.nhsuk-tag--yellow {
  background-color: #fff59d;
  border-color: #4d4712;
  color: #4d4712;
}

.nhsuk-tag--no-border {
  border: 0;
}


.nhsuk-task-list {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}

.nhsuk-task-list {
  font-weight: 400;
}

.nhsuk-task-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-task-list {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-task-list {
  margin-bottom: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list {
    margin-bottom: 32px;
  }
}
.nhsuk-task-list__item {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8dde0;
}

.nhsuk-task-list__item:first-child {
  border-top: 1px solid #d8dde0;
}

.nhsuk-task-list__item--with-link:hover {
  background: #dee7e9;
}

.nhsuk-task-list__name-and-hint {
  display: table-cell;
  vertical-align: top;
  color: #212b32;
}

.nhsuk-task-list__status {
  display: table-cell;
  padding-left: 8px;
  text-align: right;
  vertical-align: top;
  color: #212b32;
}

.nhsuk-task-list__status--completed,
.nhsuk-task-list__status--cannot-start-yet {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 6px;
  text-decoration: none;
}

.nhsuk-task-list__status--completed,
.nhsuk-task-list__status--cannot-start-yet {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

@media (min-width: 40.0625em) {
  .nhsuk-task-list__status--completed,
  .nhsuk-task-list__status--cannot-start-yet {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-task-list__status--completed,
  .nhsuk-task-list__status--cannot-start-yet {
    font-size: 12pt;
    line-height: 1;
  }
}
.nhsuk-task-list__status--cannot-start-yet {
  color: #4c6272;
}

.nhsuk-task-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nhsuk-task-list__hint {
  margin-top: 4px;
  color: #4c6272;
}


.nhsuk-textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #4c6272;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  min-height: 40px;
  padding: 4px;
  resize: vertical;
  width: 100%;
}

.nhsuk-textarea {
  font-weight: 400;
}

.nhsuk-textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-textarea {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-textarea {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-textarea:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}

.nhsuk-textarea--error {
  border: 2px solid #d5281b;
}


.nhsuk-warning-callout {
  border: 1px solid #ffeb3b;
  padding-top: 0 !important;
  background-color: #fff9c4;
  border: 1px solid #ffeb3b;
  color: #212b32;
}

.nhsuk-warning-callout > *:first-child {
  margin-top: 0;
}

.nhsuk-warning-callout > *:last-child {
  margin-bottom: 0;
}

.nhsuk-warning-callout {
  margin-bottom: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-bottom: 48px;
  }
}
@media print {
  .nhsuk-warning-callout {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
}
.nhsuk-warning-callout {
  margin-top: 40px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    margin-top: 48px;
  }
}
.nhsuk-warning-callout {
  padding: 24px;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout {
    padding: 32px;
  }
}
.nhsuk-warning-callout__label {
  background-color: #ffeb3b;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #212b32;
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  margin-left: -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}

.nhsuk-warning-callout__label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
}

@media (min-width: 40.0625em) {
  .nhsuk-warning-callout__label {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (max-width: 40.0525em) {
  .nhsuk-warning-callout__label {
    margin-left: -25px;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    color: #000000;
    background: none;
    top: 0;
  }
}

.nhsuk-character-count {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-character-count {
    margin-bottom: 40px;
  }
}
.nhsuk-character-count .nhsuk-form-group,
.nhsuk-character-count .nhsuk-textarea {
  margin-bottom: 4px;
}

.nhsuk-character-count__message {
  margin-bottom: 0;
  margin-top: 0;
}

.nhsuk-character-count__message--disabled {
  visibility: hidden;
}


.nhsuk-tabs {
  margin-top: 4px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-top: 4px;
  }
}
.nhsuk-tabs {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__title {
  color: #212b32;
  margin-bottom: 8px;
}

.nhsuk-tabs__title {
  font-weight: 400;
}

.nhsuk-tabs__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-tabs__title {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nhsuk-tabs__list {
  margin-bottom: 32px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__list {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__list-item {
  margin-left: 32px;
}

.nhsuk-tabs__list-item {
  font-weight: 400;
}

.nhsuk-tabs__list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__list-item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-tabs__list-item {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-tabs__list-item::before {
  color: #212b32;
  content: "—";
  margin-left: -32px;
  padding-right: 4px;
}

.nhsuk-tabs__tab {
  display: inline-block;
  margin-bottom: 8px;
}

.nhsuk-tabs__panel {
  margin-bottom: 48px;
}

@media (min-width: 40.0625em) {
  .nhsuk-tabs__panel {
    margin-bottom: 56px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__list {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list::after {
    clear: both;
    content: "";
    display: block;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__title {
    display: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item {
    background-color: #d8dde0;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    padding: 8px 24px;
    position: relative;
    text-align: center;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item::before {
    content: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected {
    background-color: #ffffff;
    border: 1px solid #d8dde0;
    border-bottom: 0;
    margin-bottom: -1px;
    margin-top: -4px;
    padding-bottom: 13px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 11px;
    position: relative;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab {
    margin-bottom: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab {
    color: #212b32;
    text-decoration: underline;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited {
    color: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited {
    color: #212b32;
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:hover .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:hover:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited {
    color: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:active .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:active:visited .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited {
    background-color: #ffeb3b;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus,
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus .nhsuk-icon, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited,
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited .nhsuk-icon {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:hover, .nhsuk-frontend-supported .nhsuk-tabs__tab:focus:visited:hover {
    text-decoration: none;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab:not(:focus):hover {
    color: rgba(33, 43, 50, 0.99);
  }
  .nhsuk-frontend-supported .nhsuk-tabs__tab::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    background-color: #ffffff;
    border: 1px solid #d8dde0;
    border-top: 0;
    padding: 40px 24px;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) and (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-frontend-supported .nhsuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .nhsuk-frontend-supported .nhsuk-tabs__panel--hidden {
    display: none;
  }
}



:root {
  --brainsait-primary: #1e3a8a;
  --brainsait-secondary: #059669;
  --brainsait-accent: #dc2626;
  --brainsait-gold: #d97706;
  --saudi-green: #006c35;
  --saudi-white: #ffffff;
  --saudi-gold: #ffb800;
  --vision2030-blue: #0066cc;
  --vision2030-green: #00a651;
  --vision2030-purple: #663399;
  --brain-dark: #030712;
  --brain-mid: #0b1533;
  --brain-blue: #123a7a;
  --brain-accent: #2f7df5;
  --brain-white: #f8f9fb;
  --brain-muted: rgba(255, 255, 255, 0.72);
  --brain-border: rgba(255, 255, 255, 0.1);
  --font-arabic: Amiri, Noto Sans Arabic, Tahoma, sans-serif;
  --font-english: Amiri, Inter, Segoe UI, sans-serif;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --brain-progress-value: 0;
  color-scheme: dark;
}

.learn-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .learn-container {
    padding: 3rem 2rem;
  }
}

.learn-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #E2E8F0;
}

.learn-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2C5282;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .learn-title {
    font-size: 2rem;
  }
}

.learn-subtitle {
  font-size: 1.125rem;
  color: #4A5568;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.learn-controls {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.learn-search {
  position: relative;
  flex: 1 1 300px;
  max-width: 400px;
}
.learn-search input {
  width: 100%;
  padding: 1rem 1rem 1rem 2.75rem;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-family: inherit;
}
.learn-search input:focus {
  outline: none;
  border-color: #805AD5;
  box-shadow: 0 0 0 3px rgba(128, 90, 213, 0.1);
}
.learn-search input::placeholder {
  color: #718096;
}
.learn-search svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #718096;
  pointer-events: none;
}

.learn-filter select {
  padding: 1rem 2rem 1rem 1rem;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23718096'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}
.learn-filter select:focus {
  outline: none;
  border-color: #805AD5;
  box-shadow: 0 0 0 3px rgba(128, 90, 213, 0.1);
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}

.course-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-color: #805AD5;
}
.course-card[style*="display: none"] {
  display: none !important;
}

.course-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.course-card__badge {
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.course-card__badge--beginner {
  background-color: rgba(72, 187, 120, 0.15);
  color: #2F855A;
}
.course-card__badge--intermediate {
  background-color: rgba(237, 137, 54, 0.15);
  color: #C05621;
}
.course-card__badge--advanced {
  background-color: rgba(245, 101, 101, 0.15);
  color: #C53030;
}

.course-card__completed {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  background-color: rgba(72, 187, 120, 0.15);
  color: #2F855A;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.course-card__completed[style*="display: none"] {
  display: none !important;
}
.course-card__completed svg {
  width: 1rem;
  height: 1rem;
}

.course-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1A202C;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.course-card__description {
  color: #4A5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-size: 0.9375rem;
}

.course-card__meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
  flex-wrap: wrap;
}

.course-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #718096;
  font-size: 0.875rem;
}
.course-card__meta-item svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.course-card__footer {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

.course-card__button {
  flex: 1;
  padding: 0.625rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.course-card__button--primary {
  background-color: #2C5282;
  color: white;
}
.course-card__button--primary:hover {
  background-color: #223f64;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(44, 82, 130, 0.2);
}
.course-card__button--secondary {
  background-color: transparent;
  color: #805AD5;
  border: 2px solid #805AD5;
}
.course-card__button--secondary:hover {
  background-color: #805AD5;
  color: white;
  transform: translateY(-1px);
}

.learn-stats {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #E2E8F0;
}

.learn-stats__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2C5282;
  text-align: center;
  margin-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: linear-gradient(135deg, #2C5282 0%, #805AD5 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.stat-card:hover {
  transform: translateY(-2px);
}

.stat-card__value {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-card__label {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 500;
}

.course-view {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .course-view {
    padding: 2rem;
  }
}

.course-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.course-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2C5282 0%, #805AD5 100%);
  transition: width 0.3s ease;
}

.course-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #E2E8F0;
}

.course-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #805AD5;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.course-header__back:hover {
  color: #6133c9;
  transform: translateX(-4px);
}
.course-header__back svg {
  width: 1.25rem;
  height: 1.25rem;
}

.course-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2C5282;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .course-header__title {
    font-size: 2rem;
  }
}

.course-header__description {
  font-size: 1.125rem;
  color: #4A5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.course-header__meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.course-hero {
  margin: 2rem 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.course-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.course-hero__caption {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #718096;
  background-color: rgba(226, 232, 240, 0.6);
}

.course-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.course-header__badge svg {
  width: 1.125rem;
  height: 1.125rem;
}
.course-header__badge--beginner {
  background-color: rgba(72, 187, 120, 0.15);
  color: #2F855A;
}
.course-header__badge--intermediate {
  background-color: rgba(237, 137, 54, 0.15);
  color: #C05621;
}
.course-header__badge--advanced {
  background-color: rgba(245, 101, 101, 0.15);
  color: #C53030;
}
.course-header__badge--info {
  background-color: #F7FAFC;
  color: #4A5568;
}

.course-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .course-layout {
    grid-template-columns: 1fr;
  }
}

.course-sidebar {
  position: sticky;
  top: 2rem;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .course-sidebar {
    position: static;
    order: 2;
  }
}

.course-sidebar__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2C5282;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E2E8F0;
}

.course-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-nav__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: #4A5568;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  position: relative;
}
.course-nav__item:hover {
  background-color: #F7FAFC;
  color: #2C5282;
}
.course-nav__item:focus-visible {
  outline: 2px solid rgba(44, 82, 130, 0.4);
  outline-offset: 2px;
}
.course-nav__item.active, .course-nav__item.is-active {
  background-color: rgba(128, 90, 213, 0.1);
  color: #805AD5;
  font-weight: 600;
}

.course-nav__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #F7FAFC;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.active .course-nav__number {
  background-color: #805AD5;
  color: white;
}
.is-active .course-nav__number {
  background-color: #805AD5;
  color: white;
}

.course-nav__label {
  display: block;
  flex: 1;
  color: inherit;
  line-height: 1.4;
  font-weight: inherit;
  white-space: normal;
}

.course-nav__check {
  margin-left: auto;
  width: 1.25rem;
  height: 1.25rem;
  color: #48BB78;
  flex-shrink: 0;
}
.course-nav__check[style*="display: none"] {
  display: none !important;
}

.course-resources {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E8F0;
  display: grid;
  gap: 1rem;
}
.course-resources__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2C5282;
}
.course-resources__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.course-resources__item {
  display: block;
}
.course-resources__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background-color: #F7FAFC;
  color: #4A5568;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.course-resources__link:hover, .course-resources__link:focus-visible {
  background-color: #feffff;
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(128, 90, 213, 0.35);
}
.course-resources__icon {
  font-size: 1.25rem;
  line-height: 1;
}
.course-resources__name {
  flex: 1;
}
.course-resources__size {
  font-size: 0.8125rem;
  color: #718096;
}

@media (max-width: 1024px) {
  .course-main {
    order: 1;
  }
}

.course-module {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 3rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  scroll-margin-top: 6rem;
}
@media (max-width: 768px) {
  .course-module {
    padding: 2rem;
  }
}

.course-module--objectives {
  border-inline-start: 4px solid rgba(72, 187, 120, 0.45);
  box-shadow: 0 16px 26px rgba(72, 187, 120, 0.12);
}

.course-module--objectives .course-module__title {
  border-color: rgba(72, 187, 120, 0.55);
}

.course-module--case-study {
  border-inline-start: 4px solid rgba(128, 90, 213, 0.5);
  background: rgba(128, 90, 213, 0.05);
  box-shadow: 0 16px 32px rgba(22, 27, 47, 0.18);
}

.course-module--case-study .course-module__title {
  border-color: rgba(128, 90, 213, 0.55);
}

.course-module__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2C5282;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #48BB78;
}

.course-module__number {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #718096;
  background-color: rgba(44, 82, 130, 0.12);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-inline-end: 0.75rem;
}

.course-module__intro {
  font-size: 1.0625rem;
  color: #4A5568;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.course-module__body {
  color: #1A202C;
  line-height: 1.7;
}
.course-module__body h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #2C5282;
  margin: 2rem 0 1.5rem;
}
.course-module__body p {
  margin-bottom: 1.5rem;
}
.course-module__body ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
  list-style: none;
}
.course-module__body ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.course-module__body ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #48BB78;
  font-weight: 700;
}
.course-module__body .course-section-list {
  padding-inline-start: 2rem;
}

.course-module__callout {
  background-color: #F7FAFC;
  border-left: 4px solid #805AD5;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
  display: flex;
  gap: 1.5rem;
}
.course-module__callout svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #805AD5;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.course-module__callout strong {
  color: #805AD5;
}

.course-module__footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E8F0;
  flex-wrap: wrap;
}

.course-module__button {
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.course-module__button--primary {
  background-color: #2C5282;
  color: white;
}
.course-module__button--primary:hover {
  background-color: #223f64;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(44, 82, 130, 0.2);
}
.course-module__button--secondary {
  background-color: #F7FAFC;
  color: #4A5568;
}
.course-module__button--secondary:hover {
  background-color: #e4eef5;
  color: #1A202C;
}
.course-module__button--success {
  background-color: #48BB78;
  color: white;
}
.course-module__button--success:hover {
  background-color: #3b9f65;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(72, 187, 120, 0.2);
}
.course-module__button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.pipeline-admin {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .pipeline-admin {
    padding: 3rem 2rem;
  }
}

.pipeline-admin__header {
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
}

.pipeline-admin__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2C5282;
}

.pipeline-admin__description {
  color: #4A5568;
  max-width: 720px;
  line-height: 1.6;
}

.pipeline-admin__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 3rem;
  align-items: start;
}

.pipeline-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pipeline-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2C5282;
}
.pipeline-card__intro {
  color: #4A5568;
  line-height: 1.5;
}
.pipeline-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.pipeline-card__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.pipeline-card--queue {
  min-height: 100%;
}

.pipeline-form {
  display: grid;
  gap: 1.5rem;
}
.pipeline-form__row {
  display: grid;
  gap: 0.35rem;
}
.pipeline-form__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}
.pipeline-form__label {
  font-weight: 600;
  color: #4A5568;
}
.pipeline-form__label--inline {
  font-size: 0.875rem;
  font-weight: 500;
}
.pipeline-form__input, .pipeline-form__textarea,
.pipeline-form select {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pipeline-form__input:focus, .pipeline-form__textarea:focus,
.pipeline-form select:focus {
  outline: none;
  border-color: rgba(128, 90, 213, 0.5);
  box-shadow: 0 0 0 3px rgba(128, 90, 213, 0.12);
}
.pipeline-form__input[type=file] {
  padding: 0.5rem;
}
.pipeline-form__textarea {
  resize: vertical;
}
.pipeline-form__fieldset {
  border: 1px dashed rgba(128, 90, 213, 0.35);
  padding: 1.5rem;
  border-radius: 12px;
  display: grid;
  gap: 1.5rem;
}
.pipeline-form__fieldset legend {
  font-weight: 600;
  color: #2C5282;
  padding: 0 0.5rem;
}
.pipeline-form__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.pipeline-form__input--compact {
  max-width: 90px;
  padding: 0.5rem;
}

.pipeline-status {
  display: none;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 500;
}
.pipeline-status[data-tone=success] {
  background-color: rgba(72, 187, 120, 0.18);
  color: #276749;
  border: 1px solid rgba(72, 187, 120, 0.4);
}
.pipeline-status[data-tone=error] {
  background-color: rgba(245, 101, 101, 0.18);
  color: #9b2c2c;
  border: 1px solid rgba(245, 101, 101, 0.4);
}
.pipeline-status[data-tone=info] {
  background-color: rgba(128, 90, 213, 0.12);
  color: #805AD5;
  border: 1px solid rgba(128, 90, 213, 0.3);
}

.pipeline-table-wrapper {
  overflow-x: auto;
}

.pipeline-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.pipeline-table th,
.pipeline-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E2E8F0;
}
.pipeline-table thead {
  background-color: #F7FAFC;
}
.pipeline-table thead th {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #718096;
}
.pipeline-table tbody tr:hover {
  background-color: rgba(236, 241, 247, 0.5);
}
.pipeline-table__empty td {
  text-align: center;
  color: #718096;
  font-style: italic;
}

.pipeline-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}
.pipeline-status-badge--pending {
  background-color: rgba(237, 137, 54, 0.15);
  color: #c05621;
}
.pipeline-status-badge--processing {
  background-color: rgba(66, 153, 225, 0.18);
  color: #2b6cb0;
}
.pipeline-status-badge--completed {
  background-color: rgba(72, 187, 120, 0.18);
  color: #276749;
}
.pipeline-status-badge--failed {
  background-color: rgba(245, 101, 101, 0.18);
  color: #9b2c2c;
}

[dir=rtl] .learn-search svg {
  left: auto;
  right: 1rem;
}
[dir=rtl] .learn-search input {
  padding-left: 1rem;
  padding-right: 2.75rem;
}
[dir=rtl] .learn-filter select {
  background-position: left 1rem center;
  padding-left: 2.5rem;
  padding-right: 1rem;
}
[dir=rtl] .course-header__back:hover {
  transform: translateX(4px);
}
[dir=rtl] .course-header__back svg {
  transform: scaleX(-1);
}
[dir=rtl] .course-module__callout {
  border-left: none;
  border-right: 4px solid #805AD5;
  border-radius: 8px 0 0 8px;
}
[dir=rtl] .course-module__body ul {
  padding-left: 0;
  padding-right: 2rem;
}
[dir=rtl] .course-module__body ul li {
  padding-left: 0;
  padding-right: 1.5rem;
}
[dir=rtl] .course-module__body ul li::before {
  left: auto;
  right: 0;
}
[dir=rtl] .course-nav__check {
  margin-left: 0;
  margin-right: auto;
}

@media print {
  .course-sidebar,
  .course-progress-bar,
  .learn-controls,
  .learn-stats,
  .course-header__back,
  .course-module__footer {
    display: none !important;
  }
  .course-layout {
    grid-template-columns: 1fr;
  }
  .course-module {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
:root {
  color-scheme: dark;
  scroll-behavior: smooth;
  --brain-font-ar: "adobe-arabic", "Amiri", "Noto Naskh Arabic", "Cairo", serif;
  --brain-font-en: "Inter", "Amiri", "Helvetica Neue", Arial, sans-serif;
}

.brain-body {
  font-family: var(--brain-font-ar);
  background: radial-gradient(circle at 20% 20%, rgba(47, 125, 245, 0.25), transparent 55%), linear-gradient(135deg, #040611 0%, #0b1533 55%, #101b3b 100%);
  color: #f8f9fb;
  min-height: 100vh;
}

.brain-body--ltr {
  direction: ltr;
  text-align: left;
  font-family: var(--brain-font-en);
}

.brain-body::before,
.brain-body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: clamp(180px, 32vw, 420px);
  height: clamp(180px, 32vw, 420px);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  filter: blur(40px);
  mix-blend-mode: screen;
  animation: brainGlow 18s ease-in-out infinite;
  z-index: 0;
}

.brain-body::before {
  background: radial-gradient(circle, rgba(47, 125, 245, 0.45), transparent 60%);
  top: 6vh;
  inset-inline-end: -8vw;
}

.brain-body::after {
  background: radial-gradient(circle, rgba(12, 94, 203, 0.5), transparent 65%);
  bottom: -12vh;
  inset-inline-start: -10vw;
  animation-delay: -6s;
}

.brain-body ::selection {
  background-color: rgba(47, 125, 245, 0.35);
}

.brain-html {
  background-color: #02040d;
}

a {
  color: #609bf7;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.brain-container {
  max-width: 1200px;
}

.brain-main {
  padding-block: 2.5rem 4rem;
  position: relative;
  z-index: 1;
}

.brain-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(2, 5, 18, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brain-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0;
}

.brain-brand {
  display: grid;
  gap: 0.25rem;
  color: #f8f9fb;
  transition: opacity 0.2s ease;
}
.brain-brand:hover {
  opacity: 0.9;
  text-decoration: none;
}

.brain-brand__mark {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(47, 125, 245, 0.4);
}

.brain-brand__service {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.brain-nav {
  display: flex;
  align-items: center;
}

.brain-nav__list {
  display: flex;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brain-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
}
.brain-nav__link.is-active, .brain-nav__link:hover, .brain-nav__link:focus {
  color: #ffffff;
  background-color: rgba(47, 125, 245, 0.28);
  transform: translateY(-1px);
}
.brain-nav__link:focus-visible {
  outline: 2px solid rgba(47, 125, 245, 0.7);
  outline-offset: 2px;
}

.brain-nav__item--language {
  margin-inline-start: 0.5rem;
}

.brain-nav__link--language {
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 3.6rem;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.brain-nav__link--language[aria-pressed=true],
.brain-nav__link--language.is-selected {
  background-color: rgba(47, 125, 245, 0.35);
  color: #f8f9fb;
  border-color: rgba(47, 125, 245, 0.55);
}

.brain-nav__toggle {
  display: none;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: transparent;
  color: #f8f9fb;
  cursor: pointer;
}
.brain-nav__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.brain-nav__icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.brain-nav__icon::before,
.brain-nav__icon::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.brain-nav__icon::before {
  top: 0.2rem;
  box-shadow: 0 0.4rem 0 currentColor, 0 0.8rem 0 currentColor;
}

.brain-nav__icon::after {
  display: none;
}

.brain-badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  background: rgba(47, 125, 245, 0.22);
  color: #90bafa;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.brain-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

.brain-subhero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 3.5rem;
  padding: 2.8rem 3rem;
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(9, 16, 36, 0.92), rgba(25, 52, 108, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.brain-subhero::before {
  content: "";
  position: absolute;
  inset: -60% auto auto -40%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 245, 0.3), transparent 70%);
  filter: blur(12px);
  opacity: 0.7;
}

.brain-subhero__body,
.brain-subhero__highlight {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.brain-subhero__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
}

.brain-subhero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.brain-subhero__highlight {
  align-content: start;
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(5, 10, 30, 0.7);
  border: 1px solid rgba(47, 125, 245, 0.18);
  box-shadow: 0 16px 45px rgba(5, 10, 25, 0.35);
}

.brain-section__subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #609bf7;
}

.brain-section--form {
  padding: 3rem;
  border-radius: 32px;
  background: linear-gradient(130deg, rgba(8, 16, 32, 0.94), rgba(14, 31, 74, 0.82));
  border: 1px solid rgba(47, 125, 245, 0.22);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-section--form .brain-section__content {
  align-self: stretch;
}

.brain-section--form .brain-section__wrapper {
  align-items: stretch;
}

.brain-section--hospitals {
  background: linear-gradient(125deg, rgba(6, 12, 30, 0.9), rgba(17, 45, 96, 0.78));
  border: 1px solid rgba(47, 125, 245, 0.18);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-section--hospitals .brain-section__wrapper {
  gap: 3rem;
}

.brain-section--hospitals .brain-form__submit {
  width: 100%;
}

.brain-hero__title {
  font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.brain-hero__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.brain-hero__actions,
.brain-cta__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.brain-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.brain-button--primary {
  background: linear-gradient(135deg, #154590, #2f7df5);
  color: #fff;
  box-shadow: 0 16px 30px rgba(18, 58, 122, 0.35);
}
.brain-button--primary:hover, .brain-button--primary:focus {
  transform: translateY(-2px);
  width: 100%;
}

.brain-button--ghost {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}
.brain-button--ghost:hover, .brain-button--ghost:focus {
  color: #f8f9fb;
  border-color: rgba(255, 255, 255, 0.35);
}

.brain-button--outline {
  border-color: rgba(47, 125, 245, 0.4);
  color: #78abf9;
}
.brain-button--outline:hover, .brain-button--outline:focus {
  color: #f8f9fb;
  background-color: rgba(47, 125, 245, 0.2);
}

.brain-hero__insights {
  padding: 2rem;
  border-radius: 24px;
  background: rgba(4, 6, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-hero__metrics {
  display: grid;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
}

.brain-hero__metrics div {
  display: grid;
  gap: 0.2rem;
}

.brain-hero__metrics dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.brain-hero__metrics dd {
  margin: 0;
  font-size: 1.1rem;
}

.brain-hero__metrics span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.brain-hero__note {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.brain-section {
  margin-bottom: 4.5rem;
}

.brain-section--services {
  background: rgba(4, 6, 17, 0.6);
  border-radius: 28px;
  padding: 3rem;
  border: 1px solid rgba(47, 125, 245, 0.12);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-section__header {
  margin-bottom: 2.5rem;
  display: grid;
  gap: 0.9rem;
}

.brain-section__title {
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 700;
}

.brain-section__intro {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.brain-section--gradient {
  padding: 3rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(18, 49, 110, 0.65), rgba(5, 10, 30, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-section--split .brain-section__content,
.brain-section--split .brain-section__aside,
.brain-section__wrapper {
  display: grid;
  gap: 2rem;
}

.brain-section--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: start;
}

.brain-section--split .brain-section__aside,
.brain-section--form .brain-section__aside {
  align-self: stretch;
}

.brain-section--ai {
  background: linear-gradient(125deg, rgba(5, 9, 24, 0.92), rgba(18, 50, 110, 0.78));
  border-radius: 28px;
  padding: 3rem;
  border: 1px solid rgba(47, 125, 245, 0.18);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-list--highlighted > li {
  background: rgba(6, 12, 32, 0.65);
  border-radius: 16px;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(47, 125, 245, 0.18);
}

.brain-list--highlighted h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.brain-ai__metrics {
  display: grid;
  gap: 1.2rem;
}

.brain-ai__card {
  padding: 1.4rem;
  border-radius: 18px;
  background: rgba(5, 9, 24, 0.85);
  border: 1px solid rgba(47, 125, 245, 0.25);
  box-shadow: 0 16px 32px rgba(3, 6, 18, 0.35);
  display: grid;
  gap: 0.4rem;
}

.brain-ai__label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.brain-ai__value {
  font-size: 2rem;
  font-weight: 700;
  color: #73a8f8;
}

.brain-section__wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brain-section__wrapper > * {
  position: relative;
  z-index: 1;
}

.brain-grid {
  display: grid;
  gap: 1.5rem;
}

.brain-grid--features {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.brain-grid--pillars {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.brain-grid--dashboards,
.brain-grid--programs {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.brain-card {
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(4, 6, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(2, 5, 15, 0.4);
  display: grid;
  gap: 1rem;
}

.brain-card--service {
  position: relative;
  background: rgba(5, 10, 28, 0.82);
  border-color: rgba(47, 125, 245, 0.25);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.brain-card--service:hover, .brain-card--service:focus-within {
  transform: translateY(-6px);
  border-color: rgba(47, 125, 245, 0.45);
}

.brain-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: rgba(47, 125, 245, 0.25);
  color: #69a1f8;
  font-size: 1.2rem;
}

.brain-card__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.brain-card__copy {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.brain-card--glass {
  background: rgba(12, 20, 48, 0.55);
}

.brain-card--accent {
  background: rgba(25, 49, 96, 0.75);
  border-color: rgba(47, 125, 245, 0.35);
}

.brain-section--mosaic {
  position: relative;
  padding: 3rem;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(8, 15, 36, 0.92), rgba(18, 55, 117, 0.78));
  border: 1px solid rgba(47, 125, 245, 0.16);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
  overflow: hidden;
}

.brain-section--mosaic::after {
  content: "";
  position: absolute;
  inset: auto -25% -25% auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 245, 0.28), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.learn-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.learn-header {
  margin-bottom: 3rem;
  text-align: center;
}

.learn-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.learn-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

.learn-controls {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.learn-search {
  position: relative;
  flex: 1;
  max-width: 400px;
}

.learn-search__input {
  width: 100%;
  padding: 0.875rem 1.25rem 0.875rem 3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.learn-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.learn-search__input:focus {
  outline: none;
  border-color: rgba(47, 125, 245, 0.6);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(47, 125, 245, 0.15);
}

.learn-search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.learn-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.learn-filter label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.learn-filter__select {
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.learn-filter__select:focus {
  outline: none;
  border-color: rgba(47, 125, 245, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.learn-filter__select option {
  background: #0a1128;
  color: #ffffff;
}

.learn-admin-link {
  margin-inline-start: auto;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 20px;
  background: rgba(10, 17, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(47, 125, 245, 0.3), rgba(0, 155, 132, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.course-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 125, 245, 0.4);
  box-shadow: 0 20px 40px rgba(47, 125, 245, 0.2);
}
.course-card:hover::before {
  opacity: 1;
}

.course-card__badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.course-card__badge--beginner {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.course-card__badge--intermediate {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.course-card__badge--advanced {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.course-card__completed {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.course-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
  line-height: 1.3;
}

.course-card__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.course-card__meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.course-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}
.course-card__meta-item svg {
  flex-shrink: 0;
}

.course-card__footer {
  display: flex;
  gap: 1rem;
}
.course-card__footer .btn {
  flex: 1;
}

.learn-stats {
  margin-top: 5rem;
  padding: 3rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(47, 125, 245, 0.08), rgba(0, 155, 132, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.learn-stats__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.learn-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-card {
  text-align: center;
  padding: 2rem;
  border-radius: 16px;
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 125, 245, 0.3);
}

.stat-card__number {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #2f7df5, #009b84);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.stat-card__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.course-view {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}

.course-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2f7df5, #009b84);
  transform-origin: left;
  z-index: 100;
  transition: width 0.1s ease;
}

.course-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 2rem;
}
.course-back:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(47, 125, 245, 0.4);
  transform: translateX(-4px);
}

.course-header {
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(10, 17, 40, 0.8), rgba(47, 125, 245, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.course-header__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.course-header__description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.course-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.course-meta-badge {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.course-meta-badge--beginner {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.course-meta-badge--intermediate {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.course-meta-badge--advanced {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.course-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.course-hero {
  margin-top: 2rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.course-hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.course-hero__caption {
  padding: 1rem;
  background: rgba(10, 17, 40, 0.8);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-align: center;
}

.course-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: start;
}

.course-sidebar {
  position: sticky;
  top: 2rem;
  padding: 2rem;
  border-radius: 20px;
  background: rgba(10, 17, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.course-sidebar__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.course-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-nav__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 0.9rem;
}
.course-nav__item:hover {
  color: #ffffff;
  background: rgba(47, 125, 245, 0.1);
  border-color: rgba(47, 125, 245, 0.3);
}
.course-nav__item.is-active {
  color: #ffffff;
  background: rgba(47, 125, 245, 0.15);
  border-color: rgba(47, 125, 245, 0.4);
}

.course-nav__number {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(47, 125, 245, 0.2);
  color: #2f7df5;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.course-nav__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-nav__check {
  flex-shrink: 0;
}

.course-resources {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.course-resources__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.course-resources__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-resources__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.course-resources__link:hover {
  background: rgba(47, 125, 245, 0.1);
  color: #ffffff;
}

.course-resources__icon {
  font-size: 1.2rem;
}

.course-resources__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-resources__size {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  white-space: nowrap;
}

.course-main {
  min-width: 0;
}

.course-module {
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 20px;
  background: rgba(10, 17, 40, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  scroll-margin-top: 2rem;
}
.course-module--objectives {
  background: linear-gradient(135deg, rgba(47, 125, 245, 0.08), rgba(10, 17, 40, 0.6));
  border-color: rgba(47, 125, 245, 0.2);
}
.course-module--case-study {
  background: linear-gradient(135deg, rgba(0, 155, 132, 0.08), rgba(10, 17, 40, 0.6));
  border-color: rgba(0, 155, 132, 0.2);
}

.course-module__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-module__number {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(47, 125, 245, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.course-module__intro {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  background: rgba(47, 125, 245, 0.08);
  border-left: 4px solid #2f7df5;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.course-module__body {
  margin-bottom: 2rem;
}

.course-module__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary {
  background: linear-gradient(135deg, #2f7df5, #1e5ad1);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(47, 125, 245, 0.3);
}
.btn--primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 125, 245, 0.4);
}

.btn--success {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
.btn--success:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

.btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn--ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn--large {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.nhs-content {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}
.nhs-content h2, .nhs-content h3, .nhs-content h4 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.nhs-content h2 {
  font-size: 1.75rem;
}
.nhs-content h3 {
  font-size: 1.5rem;
}
.nhs-content h4 {
  font-size: 1.25rem;
}
.nhs-content p {
  margin-bottom: 1.25rem;
}
.nhs-content ul, .nhs-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.nhs-content ul li, .nhs-content ol li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.nhs-content ul {
  list-style-type: none;
}
.nhs-content ul li::before {
  content: "▸";
  color: #2f7df5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.nhs-content strong {
  color: #ffffff;
  font-weight: 700;
}
.nhs-content em {
  color: rgba(47, 125, 245, 0.9);
  font-style: italic;
}
.nhs-content a {
  color: #2f7df5;
  text-decoration: underline;
  text-decoration-color: rgba(47, 125, 245, 0.4);
  transition: all 0.2s ease;
}
.nhs-content a:hover {
  color: #609bf7;
  text-decoration-color: #2f7df5;
}
.nhs-content code {
  padding: 0.2em 0.4em;
  background: rgba(47, 125, 245, 0.1);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Consolas", monospace;
  font-size: 0.9em;
  color: #78abf9;
}
.nhs-content pre {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: rgba(10, 17, 40, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow-x: auto;
}
.nhs-content pre code {
  padding: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.9);
}
.nhs-content blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-left: 4px solid #009b84;
  background: rgba(0, 155, 132, 0.08);
  border-radius: 0 12px 12px 0;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}
.nhs-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
.nhs-content table th, .nhs-content table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nhs-content table th {
  background: rgba(47, 125, 245, 0.15);
  color: #ffffff;
  font-weight: 700;
}
.nhs-content table tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.reading-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
}
.reading-time svg {
  opacity: 0.7;
}

.code-block {
  position: relative;
  background: rgba(15, 23, 42, 0.95);
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid rgba(47, 125, 245, 0.2);
}
.code-block code {
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #e2e8f0;
}

.code-copy-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(47, 125, 245, 0.1);
  border: 1px solid rgba(47, 125, 245, 0.3);
  border-radius: 6px;
  padding: 0.5rem;
  color: #64b5f6;
  cursor: pointer;
  transition: all 0.2s ease;
}
.code-copy-btn:hover {
  background: rgba(47, 125, 245, 0.2);
  border-color: rgba(47, 125, 245, 0.5);
}
.code-copy-btn svg {
  display: block;
}

.inline-code {
  background: rgba(47, 125, 245, 0.1);
  color: #64b5f6;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-family: "Fira Code", monospace;
  font-size: 0.9em;
  border: 1px solid rgba(47, 125, 245, 0.2);
}

.blockquote {
  border-left: 4px solid #2f7df5;
  background: rgba(47, 125, 245, 0.05);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(47, 125, 245, 0.2);
}
.data-table th, .data-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(47, 125, 245, 0.1);
}
.data-table thead {
  background: rgba(47, 125, 245, 0.1);
}
.data-table thead th {
  font-weight: 600;
  color: #ffffff;
}
.data-table tbody tr {
  transition: background 0.2s ease;
}
.data-table tbody tr:hover {
  background: rgba(47, 125, 245, 0.05);
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}

.callout {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
  border-left: 4px solid;
}
.callout--info {
  background: rgba(47, 125, 245, 0.1);
  border-color: #2f7df5;
  color: rgba(255, 255, 255, 0.9);
}
.callout--warning {
  background: rgba(245, 158, 11, 0.1);
  border-color: #f59e0b;
  color: rgba(255, 255, 255, 0.9);
}
.callout--danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  color: rgba(255, 255, 255, 0.9);
}
.callout--success {
  background: rgba(34, 197, 94, 0.1);
  border-color: #22c55e;
  color: rgba(255, 255, 255, 0.9);
}
.callout--tip {
  background: rgba(168, 85, 247, 0.1);
  border-color: #a855f7;
  color: rgba(255, 255, 255, 0.9);
}

.callout__icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.callout__content {
  flex: 1;
  line-height: 1.6;
}

.highlight {
  background: linear-gradient(180deg, transparent 60%, rgba(245, 158, 11, 0.3) 60%);
  padding: 0.1em 0.2em;
  border-radius: 2px;
}

.course-toolbar {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 100;
}

.course-toolbar__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(47, 125, 245, 0.3);
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.course-toolbar__btn:hover {
  background: #2f7df5;
  border-color: #2f7df5;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(47, 125, 245, 0.4);
}
.course-toolbar__btn:active {
  transform: scale(0.95);
}

.notes-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: rgba(15, 23, 42, 0.98);
  border-left: 1px solid rgba(47, 125, 245, 0.3);
  backdrop-filter: blur(20px);
  z-index: 1000;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}
.notes-panel.is-open {
  right: 0;
}

.notes-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(47, 125, 245, 0.2);
}
.notes-panel__header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
}

.notes-panel__close {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.notes-panel__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.notes-panel__content {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

.notes-panel__textarea {
  width: 100%;
  height: 100%;
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 8px;
  padding: 1rem;
  color: #ffffff;
  font-family: "Fira Code", monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  resize: none;
}
.notes-panel__textarea:focus {
  outline: none;
  border-color: #2f7df5;
  box-shadow: 0 0 0 3px rgba(47, 125, 245, 0.1);
}
.notes-panel__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.notes-panel__footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(47, 125, 245, 0.2);
  display: flex;
  gap: 0.75rem;
}

.notes-export,
.notes-clear {
  flex: 1;
}

.bookmarks-panel {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: rgba(15, 23, 42, 0.98);
  border-left: 1px solid rgba(47, 125, 245, 0.3);
  backdrop-filter: blur(20px);
  z-index: 1000;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}
.bookmarks-panel.is-open {
  right: 0;
}

.bookmarks-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(47, 125, 245, 0.2);
}
.bookmarks-panel__header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
}

.bookmarks-panel__close {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bookmarks-panel__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.bookmarks-panel__content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.bookmarks-panel__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.bookmarks-panel__item:hover {
  background: rgba(47, 125, 245, 0.1);
  border-color: #2f7df5;
  transform: translateX(-4px);
}

.bookmarks-panel__icon {
  color: #fbbf24;
  font-size: 1.25rem;
}

.bookmarks-panel__title {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.bookmarks-panel__empty {
  padding: 2rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.bookmark-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.25rem;
}
.bookmark-btn:hover {
  color: #fbbf24;
  transform: scale(1.2);
}
.bookmark-btn.is-bookmarked {
  color: #fbbf24;
}

.quiz-container {
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}

.quiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(47, 125, 245, 0.2);
}
.quiz-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #ffffff;
}

.quiz-score {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.quiz-score__value {
  color: #2f7df5;
  font-weight: 700;
}

.quiz-question {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.quiz-question.is-correct {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.05);
}
.quiz-question.is-incorrect {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
}

.quiz-question__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.quiz-question__number {
  font-weight: 600;
  color: #2f7df5;
}

.quiz-question__type {
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  background: rgba(47, 125, 245, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.quiz-question__text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.quiz-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(10, 17, 40, 0.5);
  border: 1px solid rgba(47, 125, 245, 0.2);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quiz-option:hover {
  background: rgba(47, 125, 245, 0.05);
  border-color: #2f7df5;
}
.quiz-option input {
  margin-top: 0.25rem;
}

.quiz-option__label {
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.quiz-option__feedback {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0.5rem;
}

.quiz-check {
  margin-top: 1rem;
}

.quiz-result {
  margin-top: 1rem;
}

.quiz-feedback {
  padding: 1rem;
  border-radius: 6px;
  font-weight: 500;
}
.quiz-feedback--success {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.quiz-feedback--error {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.quiz-feedback--warning {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.completion-badge {
  animation: completionPop 0.6s ease-out forwards;
}

@keyframes completionPop {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.dark-mode .code-block {
  background: rgba(5, 10, 25, 0.95);
}
.dark-mode .notes-panel,
.dark-mode .bookmarks-panel {
  background: rgba(5, 10, 25, 0.98);
}
.dark-mode .quiz-container,
.dark-mode .quiz-question {
  background: rgba(5, 10, 25, 0.7);
}

@media (max-width: 1024px) {
  .course-toolbar {
    right: 1rem;
    bottom: 1rem;
  }
  .notes-panel {
    width: 100vw;
    right: -100vw;
  }
  .bookmarks-panel {
    width: 280px;
  }
}
.pipeline-admin {
  max-width: 1600px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.pipeline-admin__header {
  margin-bottom: 3rem;
  text-align: center;
}

.pipeline-admin__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pipeline-admin__description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
}

.pipeline-admin__grid {
  display: grid;
  gap: 2rem;
}

.pipeline-card {
  padding: 2.5rem;
  border-radius: 20px;
  background: rgba(10, 17, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pipeline-card--queue {
  grid-column: 1/-1;
}

.pipeline-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.pipeline-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pipeline-card__intro {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.pipeline-card__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.pipeline-form {
  display: grid;
  gap: 1.5rem;
}

.pipeline-form__row {
  display: grid;
  gap: 0.5rem;
}

.pipeline-form__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.pipeline-form__label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.95rem;
}
.pipeline-form__label--inline {
  margin: 0;
}

.pipeline-form__input,
.pipeline-form__textarea {
  padding: 0.875rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}
.pipeline-form__input::placeholder,
.pipeline-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.pipeline-form__input:focus,
.pipeline-form__textarea:focus {
  outline: none;
  border-color: rgba(47, 125, 245, 0.6);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(47, 125, 245, 0.15);
}
.pipeline-form__input[type=file],
.pipeline-form__textarea[type=file] {
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.pipeline-form__input[type=file]::file-selector-button,
.pipeline-form__textarea[type=file]::file-selector-button {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(47, 125, 245, 0.4);
  background: rgba(47, 125, 245, 0.15);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 1rem;
}
.pipeline-form__input[type=file]::file-selector-button:hover,
.pipeline-form__textarea[type=file]::file-selector-button:hover {
  background: rgba(47, 125, 245, 0.25);
}
.pipeline-form__input--compact,
.pipeline-form__textarea--compact {
  padding: 0.625rem 1rem;
  max-width: 100px;
}

.pipeline-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.pipeline-form__fieldset {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  display: grid;
  gap: 1.25rem;
}
.pipeline-form__fieldset legend {
  padding: 0 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 1.1rem;
}

.pipeline-form__actions {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

.pipeline-status {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 500;
  display: none;
}
.pipeline-status[data-tone=info] {
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
}
.pipeline-status[data-tone=success] {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
}
.pipeline-status[data-tone=error] {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #f87171;
}

.pipeline-table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pipeline-table {
  width: 100%;
  border-collapse: collapse;
}
.pipeline-table th {
  padding: 1rem 1.5rem;
  text-align: left;
  background: rgba(47, 125, 245, 0.15);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pipeline-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
}
.pipeline-table tbody tr {
  transition: background 0.2s ease;
}
.pipeline-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.pipeline-table__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.pipeline-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.875rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pipeline-status-badge--pending {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.3);
}
.pipeline-status-badge--processing {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.3);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.pipeline-status-badge--completed {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.pipeline-status-badge--failed {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  .course-content {
    grid-template-columns: 1fr;
  }
  .course-sidebar {
    position: relative;
    top: 0;
  }
  .learn-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pipeline-card__header {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
  .learn-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .learn-search {
    max-width: none;
  }
  .course-module {
    padding: 2rem 1.5rem;
  }
  .course-header {
    padding: 2rem 1.5rem;
  }
  .learn-stats__grid {
    grid-template-columns: 1fr;
  }
  .pipeline-card {
    padding: 1.5rem;
  }
  .pipeline-form__group {
    grid-template-columns: 1fr;
  }
  .pipeline-card__actions {
    width: 100%;
  }
  .pipeline-card__actions .btn {
    flex: 1;
  }
  .pipeline-table {
    font-size: 0.875rem;
  }
  .pipeline-table th, .pipeline-table td {
    padding: 0.75rem 1rem;
  }
}
.brain-section--vision {
  background: linear-gradient(135deg, rgba(6, 12, 32, 0.92), rgba(14, 35, 82, 0.78));
  border-radius: 28px;
  padding: 3rem;
  border: 1px solid rgba(47, 125, 245, 0.14);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-vision__grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.brain-vision__item {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border-radius: 20px;
  background: rgba(5, 9, 24, 0.8);
  border: 1px solid rgba(47, 125, 245, 0.22);
  text-align: center;
}

.brain-progress {
  --brain-progress-value: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  place-items: center;
  position: relative;
  background: conic-gradient(#609bf7 var(--brain-progress-value)%, rgba(255, 255, 255, 0.08) var(--brain-progress-value)% 100%);
  padding: 0.45rem;
}

.brain-progress::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: rgba(4, 7, 18, 0.92);
}

.brain-progress__value {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #87b4f9;
}

.brain-vision__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.brain-vision__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.brain-mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.brain-mosaic__item {
  position: relative;
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(6, 12, 28, 0.85);
  border: 1px solid rgba(47, 125, 245, 0.22);
  box-shadow: 0 16px 36px rgba(3, 7, 18, 0.45);
  overflow: hidden;
}

.brain-mosaic__halo {
  position: absolute;
  inset: -40% auto auto -30%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 245, 0.2), transparent 70%);
  opacity: 0.7;
}

.brain-mosaic__title {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.brain-mosaic__copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.brain-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.brain-list li {
  position: relative;
  padding-inline-start: 1.4rem;
}

.brain-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  inset-inline-start: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #2f7df5;
}

.brain-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.brain-timeline__item {
  padding: 1.2rem;
  border-radius: 16px;
  background: rgba(7, 12, 30, 0.8);
  border: 1px solid rgba(47, 125, 245, 0.18);
}

.brain-timeline__stage {
  font-weight: 700;
  color: #87b4f9;
}

.brain-timeline__title {
  display: block;
  font-weight: 600;
  margin-top: 0.35rem;
}

.brain-timeline__detail {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.brain-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.brain-tiles__item {
  padding: 1.4rem;
  border-radius: 18px;
  background: rgba(9, 17, 38, 0.85);
  border: 1px solid rgba(47, 125, 245, 0.2);
}

.brain-tiles__title {
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}

.brain-tiles__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.brain-chip-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 1rem 0 0;
}

.brain-chip-list li {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.brain-section--cta {
  text-align: center;
  padding: 3rem;
  border-radius: 28px;
  background: linear-gradient(115deg, rgba(5, 10, 28, 0.95), rgba(18, 58, 122, 0.65));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-section--cta .brain-section__title {
  margin-bottom: 1rem;
}

.brain-section--cta .brain-section__intro {
  margin-bottom: 2rem;
}

.brain-section--metrics {
  padding: 3rem;
  border-radius: 28px;
  background: rgba(6, 11, 28, 0.9);
  border: 1px solid rgba(47, 125, 245, 0.18);
  box-shadow: 0 24px 48px rgba(3, 7, 18, 0.35);
}

.brain-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.brain-metrics__item {
  padding: 1.4rem;
  border-radius: 18px;
  background: rgba(9, 18, 40, 0.85);
  border: 1px solid rgba(47, 125, 245, 0.25);
}

.brain-metrics__value {
  font-size: 2rem;
  font-weight: 700;
  color: #69a1f8;
  display: block;
}

.brain-metrics__metric {
  font-weight: 600;
}

.brain-metrics__info {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.brain-footer {
  margin-top: 5rem;
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 5, 15, 0.95);
  box-shadow: 0 -20px 40px rgba(2, 5, 15, 0.6);
}

.brain-footer__container {
  display: grid;
  gap: 2.5rem;
}

.brain-footer__identity {
  display: grid;
  gap: 0.7rem;
}

.brain-footer__logo {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brain-footer__summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.brain-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.8rem;
}

.brain-footer__title {
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}

.brain-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
}

.brain-footer__legal {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.brain-form {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.brain-form__group {
  display: grid;
  gap: 0.5rem;
}

.brain-form__label {
  font-weight: 600;
}

.brain-form__input {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(9, 15, 35, 0.85);
  color: #f8f9fb;
  font-size: 1rem;
}

.brain-form__input:focus {
  outline: 2px solid rgba(47, 125, 245, 0.6);
  outline-offset: 2px;
}

.brain-form__input--textarea {
  resize: vertical;
  min-height: 8rem;
}

.brain-form__submit {
  justify-self: start;
}

.brain-contact {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.brain-contact__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.brain-contact__value {
  font-weight: 600;
  display: block;
}

@media (max-width: 1024px) {
  .brain-header__container {
    flex-wrap: wrap;
  }
  .brain-nav__toggle {
    display: inline-flex;
  }
  .brain-nav {
    display: none;
    width: 100%;
  }
  .brain-nav.is-open {
    display: block;
  }
  .brain-nav__list {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.5rem;
  }
  .brain-nav__link {
    justify-content: flex-start;
    padding: 0.7rem 1rem;
  }
  .brain-hero,
  .brain-subhero,
  .brain-section--split,
  .brain-section__wrapper {
    grid-template-columns: 1fr;
  }
  .brain-hero__content {
    order: 2;
  }
  .brain-hero__insights {
    order: 1;
  }
  .brain-subhero {
    padding: 2.2rem;
  }
  .brain-section--gradient,
  .brain-section--mosaic,
  .brain-section--metrics,
  .brain-section--cta,
  .brain-section--services,
  .brain-section--vision,
  .brain-section--ai,
  .brain-section--hospitals {
    padding: 2.2rem;
  }
  .brain-section--form {
    padding: 2.2rem;
  }
  .brain-main {
    padding-inline: 1.2rem;
  }
  .brain-progress {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .brain-header__container {
    padding-inline: 0.5rem;
  }
  .brain-hero__title {
    font-size: 2.2rem;
  }
  .brain-subhero {
    padding: 1.6rem;
  }
  .brain-section--gradient,
  .brain-section--mosaic,
  .brain-section--metrics,
  .brain-section--cta,
  .brain-section--services,
  .brain-section--vision,
  .brain-section--ai,
  .brain-section--hospitals {
    padding: 1.8rem;
  }
  .brain-section--form {
    padding: 1.8rem;
  }
  .brain-card {
    padding: 1.4rem;
  }
  .brain-progress {
    width: 100px;
    height: 100px;
  }
  .brain-button {
    width: 100%;
  }
}
@keyframes brainGlow {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }
  40% {
    transform: translate3d(5vw, -4vh, 0) scale(1.08);
    opacity: 0.6;
  }
  70% {
    transform: translate3d(-6vw, 5vh, 0) scale(0.94);
    opacity: 0.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}/*# sourceMappingURL=main.css.map */
