@charset "UTF-8";

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/assets/nhsuk-9.1.0.min.css */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
a {
  color: #005eb8;
}
a:visited {
  color: #330072;
}
a:hover {
  color: #7c2855;
  text-decoration: none;
}
a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
a:focus:hover {
  text-decoration: none;
}
a:focus:visited {
  color: #212b32;
}
a:focus .nhsuk-icon {
  fill: #212b32;
}
a:active {
  color: #002f5c;
}
@media print {
  a:after {
    color: #212b32;
    content: " (Link: " attr(href) ")";
    font-size: inherit;
  }
}
.nhsuk-link--no-visited-state:link {
  color: #005eb8;
}
.nhsuk-link--no-visited-state:visited {
  color: #005eb8;
}
.nhsuk-link--no-visited-state:hover {
  color: #7c2855;
}
.nhsuk-link--no-visited-state:active {
  color: #002f5c;
}
.nhsuk-link--no-visited-state:focus {
  color: #212b32;
}
html {
  background-color: #d8dde0;
  overflow-y: scroll;
  font-family:
    Frutiger W01,
    Arial,
    Sans-serif;
}
@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");
}
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 {
  margin-bottom: 40px;
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
}
@media (min-width:40.0625em) {
  table {
    margin-bottom: 48px;
  }
}
@media print {
  table {
    page-break-inside: avoid;
  }
}
thead th {
  border-bottom: 2px solid #d8dde0;
}
td,
th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-top: 8px;
  padding-left: 0;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}
@media (min-width:40.0625em) {
  td,
  th {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  td,
  th {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  td,
  th {
    padding-bottom: 16px;
  }
}
@media (min-width:40.0625em) {
  td,
  th {
    padding-right: 24px;
  }
}
@media (min-width:40.0625em) {
  td,
  th {
    padding-top: 16px;
  }
}
td:last-child,
th:last-child {
  padding-right: 0;
}
th {
  font-weight: 600;
}
caption {
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
  text-align: left;
}
@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-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-left: -16px;
  margin-right: -16px;
}
.nhsuk-grid-row:after {
  clear: both;
  content: "";
  display: block;
}
.nhsuk-grid-column-one-quarter {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-one-quarter {
    float: left;
    width: 25%;
  }
}
.nhsuk-grid-column-one-third {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-one-third {
    float: left;
    width: 33.3333%;
  }
}
.nhsuk-grid-column-one-half {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-one-half {
    float: left;
    width: 50%;
  }
}
.nhsuk-grid-column-two-thirds {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-two-thirds {
    float: left;
    width: 66.6666%;
  }
}
.nhsuk-grid-column-three-quarters {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-three-quarters {
    float: left;
    width: 75%;
  }
}
.nhsuk-grid-column-full {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width:48.0625em) {
  .nhsuk-grid-column-full {
    float: left;
    width: 100%;
  }
}
.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-top: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-main-wrapper--l {
    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 {
  margin: 0 16px;
  max-width: 960px;
}
@media (min-width:48.0625em) {
  .nhsuk-width-container {
    margin: 0 32px;
  }
}
@media (min-width:1024px) {
  .nhsuk-width-container {
    margin: 0 auto;
  }
}
.nhsuk-width-container-fluid {
  margin: 0 16px;
  max-width: 100%;
}
@media (min-width:48.0625em) {
  .nhsuk-width-container-fluid {
    margin: 0 32px;
  }
}
.nhsuk-icon {
  height: 34px;
  width: 34px;
}
.nhsuk-icon__search {
  fill: #005eb8;
}
.nhsuk-icon__chevron-left {
  fill: #005eb8;
}
.nhsuk-icon__chevron-right {
  fill: #005eb8;
}
.nhsuk-icon__close {
  fill: #005eb8;
}
.nhsuk-icon__cross {
  fill: #d5281b;
}
.nhsuk-icon__tick {
  stroke: #007f3b;
}
.nhsuk-icon__arrow-right {
  fill: #005eb8;
}
.nhsuk-icon__arrow-left {
  fill: #005eb8;
}
.nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
}
.nhsuk-icon__chevron-down {
  fill: #fff;
  height: 24px;
  position: absolute;
  right: 4px;
  transform: rotate(90deg);
  width: 24px;
}
.nhsuk-icon__chevron-up {
  fill: #005eb8;
}
.nhsuk-icon__chevron-up path {
  fill: #fff;
}
.nhsuk-icon__emdash path {
  fill: #aeb7bd;
}
.nhsuk-icon__plus {
  fill: #005eb8;
}
.nhsuk-icon__minus {
  fill: #005eb8;
}
.nhsuk-icon--size-25 {
  height: 42.5px;
  width: 42.5px;
}
.nhsuk-icon--size-50 {
  height: 51px;
  width: 51px;
}
.nhsuk-icon--size-75 {
  height: 59.5px;
  width: 59.5px;
}
.nhsuk-icon--size-100 {
  height: 68px;
  width: 68px;
}
.nhsuk-list,
ol,
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-list,
  ol,
  ul {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-list,
  ol,
  ul {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-list,
  ol,
  ul {
    margin-bottom: 24px;
  }
}
.nhsuk-list .nhsuk-list,
.nhsuk-list ol,
.nhsuk-list ul,
ol .nhsuk-list,
ol ol,
ol ul,
ul .nhsuk-list,
ul ol,
ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-list .nhsuk-list,
  .nhsuk-list ol,
  .nhsuk-list ul,
  ol .nhsuk-list,
  ol ol,
  ol ul,
  ul .nhsuk-list,
  ul ol,
  ul ul {
    margin-top: 8px;
  }
}
.nhsuk-list > li,
ol > li,
ul > li {
  margin-bottom: 8px;
}
@media (min-width:40.0625em) {
  .nhsuk-list > li,
  ol > li,
  ul > li {
    margin-bottom: 8px;
  }
}
.nhsuk-list > li:last-child,
ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}
.nhsuk-list--bullet,
ul {
  list-style-type: disc;
  padding-left: 20px;
}
.nhsuk-list--number,
ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.nhsuk-list--cross,
.nhsuk-list--tick {
  list-style: none;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
}
.nhsuk-list--cross svg,
.nhsuk-list--tick svg {
  left: -4px;
  margin-top: -5px;
  position: absolute;
}
.nhsuk-section-break,
hr {
  border: 0;
  margin: 0;
}
.nhsuk-section-break--xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--xl {
    margin-top: 56px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--xl {
    margin-bottom: 56px;
  }
}
.nhsuk-section-break--l,
hr {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--l,
  hr {
    margin-top: 40px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--l,
  hr {
    margin-bottom: 40px;
  }
}
.nhsuk-section-break--m {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--m {
    margin-top: 24px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-section-break--m {
    margin-bottom: 24px;
  }
}
.nhsuk-section-break--visible,
hr {
  border-bottom: 1px solid #d8dde0;
}
.nhsuk-heading-xl,
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xl,
  h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media print {
  .nhsuk-heading-xl,
  h1 {
    font-size: 26pt;
    line-height: 1.15;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xl,
  h1 {
    margin-bottom: 48px;
  }
}
.nhsuk-heading-l,
h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-l,
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}
@media print {
  .nhsuk-heading-l,
  h2 {
    font-size: 20pt;
    line-height: 1.2;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-l,
  h2 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-m,
h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-m,
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077;
  }
}
@media print {
  .nhsuk-heading-m,
  h3 {
    font-size: 17pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-m,
  h3 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-s,
h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-s,
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  .nhsuk-heading-s,
  h4 {
    font-size: 15pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-s,
  h4 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-xs,
h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xs,
  h5 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-heading-xs,
  h5 {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xs,
  h5 {
    margin-bottom: 24px;
  }
}
.nhsuk-heading-xxs,
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xxs,
  h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-heading-xxs,
  h6 {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-heading-xxs,
  h6 {
    margin-bottom: 24px;
  }
}
.nhsuk-caption-xl {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
@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 {
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
@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 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c6272;
  display: block;
}
@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 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width:40.0625em) {
  .nhsuk-body-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-body-l {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-body-l {
    margin-bottom: 32px;
  }
}
.nhsuk-body-m,
address,
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-body-m,
  address,
  p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-body-m,
  address,
  p {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-body-m,
  address,
  p {
    margin-bottom: 24px;
  }
}
.nhsuk-body-m,
p {
  color: inherit;
}
.nhsuk-body-s {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-body-s {
    margin-bottom: 24px;
  }
}
address {
  font-style: normal;
}
.nhsuk-lede-text {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-lede-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-lede-text {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-lede-text {
    margin-bottom: 48px;
  }
}
.nhsuk-lede-text p,
.nhsuk-lede-text ul {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width:40.0625em) {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-lede-text p,
  .nhsuk-lede-text ul {
    font-size: 16pt;
    line-height: 1.25;
  }
}
.nhsuk-lede-text--small {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@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;
  }
}
@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 + .nhsuk-heading-l,
.nhsuk-body-l + h2 {
  padding-top: 4px;
}
@media (min-width:40.0625em) {
  .nhsuk-body-l + .nhsuk-heading-l,
  .nhsuk-body-l + h2 {
    padding-top: 8px;
  }
}
.nhsuk-body-m + .nhsuk-heading-l,
.nhsuk-body-m + h2,
.nhsuk-body-s + .nhsuk-heading-l,
.nhsuk-body-s + h2,
.nhsuk-list + .nhsuk-heading-l,
.nhsuk-list + h2,
address + .nhsuk-heading-l,
address + h2,
ol + .nhsuk-heading-l,
ol + h2,
p + .nhsuk-heading-l,
p + h2,
ul + .nhsuk-heading-l,
ul + h2 {
  padding-top: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-body-m + .nhsuk-heading-l,
  .nhsuk-body-m + h2,
  .nhsuk-body-s + .nhsuk-heading-l,
  .nhsuk-body-s + h2,
  .nhsuk-list + .nhsuk-heading-l,
  .nhsuk-list + h2,
  address + .nhsuk-heading-l,
  address + h2,
  ol + .nhsuk-heading-l,
  ol + h2,
  p + .nhsuk-heading-l,
  p + h2,
  ul + .nhsuk-heading-l,
  ul + h2 {
    padding-top: 24px;
  }
}
.nhsuk-body-m + .nhsuk-heading-m,
.nhsuk-body-m + .nhsuk-heading-s,
.nhsuk-body-m + h3,
.nhsuk-body-m + h4,
.nhsuk-body-s + .nhsuk-heading-m,
.nhsuk-body-s + .nhsuk-heading-s,
.nhsuk-body-s + h3,
.nhsuk-body-s + h4,
.nhsuk-list + .nhsuk-heading-m,
.nhsuk-list + .nhsuk-heading-s,
.nhsuk-list + h3,
.nhsuk-list + h4,
address + .nhsuk-heading-m,
address + .nhsuk-heading-s,
address + h3,
address + h4,
ol + .nhsuk-heading-m,
ol + .nhsuk-heading-s,
ol + h3,
ol + h4,
p + .nhsuk-heading-m,
p + .nhsuk-heading-s,
p + h3,
p + h4,
ul + .nhsuk-heading-m,
ul + .nhsuk-heading-s,
ul + h3,
ul + h4 {
  padding-top: 4px;
}
@media (min-width:40.0625em) {
  .nhsuk-body-m + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-s,
  .nhsuk-body-m + h3,
  .nhsuk-body-m + h4,
  .nhsuk-body-s + .nhsuk-heading-m,
  .nhsuk-body-s + .nhsuk-heading-s,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + h4,
  .nhsuk-list + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-s,
  .nhsuk-list + h3,
  .nhsuk-list + h4,
  address + .nhsuk-heading-m,
  address + .nhsuk-heading-s,
  address + h3,
  address + h4,
  ol + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ol + h3,
  ol + h4,
  p + .nhsuk-heading-m,
  p + .nhsuk-heading-s,
  p + h3,
  p + h4,
  ul + .nhsuk-heading-m,
  ul + .nhsuk-heading-s,
  ul + h3,
  ul + h4 {
    padding-top: 8px;
  }
}
.nhsuk-lede-text + .nhsuk-heading-l,
.nhsuk-lede-text + h2 {
  padding-top: 0;
}
b,
strong {
  font-weight: 600;
}
@media print {
  .nhsuk-main-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .nhsuk-body-l,
  .nhsuk-body-m,
  .nhsuk-body-s,
  .nhsuk-heading-l,
  .nhsuk-heading-m,
  .nhsuk-heading-s,
  .nhsuk-heading-xl,
  .nhsuk-heading-xs,
  .nhsuk-heading-xxs,
  .nhsuk-lede-text,
  .nhsuk-list,
  address,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ol,
  p,
  ul {
    margin-bottom: 7.5pt;
  }
  h1 {
    margin-bottom: 15pt !important;
  }
  .nhsuk-body-l + .nhsuk-heading-l,
  .nhsuk-body-l + h2,
  .nhsuk-body-m + .nhsuk-heading-l,
  .nhsuk-body-m + .nhsuk-heading-m,
  .nhsuk-body-m + .nhsuk-heading-s,
  .nhsuk-body-m + h2,
  .nhsuk-body-m + h3,
  .nhsuk-body-m + h4,
  .nhsuk-body-s + .nhsuk-heading-l,
  .nhsuk-body-s + .nhsuk-heading-m,
  .nhsuk-body-s + .nhsuk-heading-s,
  .nhsuk-body-s + h2,
  .nhsuk-body-s + h3,
  .nhsuk-body-s + h4,
  .nhsuk-list + .nhsuk-heading-l,
  .nhsuk-list + .nhsuk-heading-m,
  .nhsuk-list + .nhsuk-heading-s,
  .nhsuk-list + h2,
  .nhsuk-list + h3,
  .nhsuk-list + h4,
  address + .nhsuk-heading-l,
  address + .nhsuk-heading-m,
  address + .nhsuk-heading-s,
  address + h2,
  address + h3,
  address + h4,
  ol + .nhsuk-heading-l,
  ol + .nhsuk-heading-m,
  ol + .nhsuk-heading-s,
  ol + h2,
  ol + h3,
  ol + h4,
  p + .nhsuk-heading-l,
  p + .nhsuk-heading-m,
  p + .nhsuk-heading-s,
  p + h2,
  p + h3,
  p + h4,
  ul + .nhsuk-heading-l,
  ul + .nhsuk-heading-m,
  ul + .nhsuk-heading-s,
  ul + h2,
  ul + h3,
  ul + h4 {
    padding-top: .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-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-24 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}
@media (min-width:40.0625em) {
  .nhsuk-u-font-size-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.29167 !important;
  }
}
@media print {
  .nhsuk-u-font-size-24 {
    font-size: 16pt !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: .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: .75rem !important;
  line-height: 1.66667 !important;
}
@media (min-width:40.0625em) {
  .nhsuk-u-font-size-14 {
    font-size: 14px !important;
    font-size: .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-secondary-text-color {
  color: #4c6272 !important;
}
.nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nhsuk-u-visually-hidden::before {
  content: "\a0";
}
.nhsuk-u-visually-hidden::after {
  content: "\a0";
}
.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.66% !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.33% !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 {
  margin-bottom: 32px;
}
@media (min-width:40.0625em) {
  .nhsuk-action-link {
    margin-bottom: 40px;
  }
}
.nhsuk-action-link__link {
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.42105;
  display: inline-block;
  font-weight: 600;
  padding-left: 38px;
  position: relative;
  text-decoration: none;
}
@media (min-width:40.0625em) {
  .nhsuk-action-link__link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}
@media print {
  .nhsuk-action-link__link {
    font-size: 15pt;
    line-height: 1.25;
  }
}
.nhsuk-action-link__link:hover .nhsuk-action-link__text {
  text-decoration: underline;
}
.nhsuk-action-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-action-link__link:focus:hover .nhsuk-action-link__text {
  color: #212b32;
  text-decoration: none;
}
@media (max-width:40.0525em) {
  .nhsuk-action-link__link {
    padding-left: 26px;
  }
}
@media print {
  .nhsuk-action-link__link {
    color: #212b32;
  }
  .nhsuk-action-link__link:visited {
    color: #212b32;
  }
}
.nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
  height: 36px;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 36px;
}
@media print {
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:active,
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:focus,
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:visited {
    color: #212b32;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    height: 24px;
    left: -2px;
    margin-bottom: 0;
    top: 1px;
    width: 24px;
  }
}
.nhsuk-back-link {
  margin-top: 16px;
  line-height: 1;
}
@media (min-width:40.0625em) {
  .nhsuk-back-link {
    margin-top: 24px;
  }
}
.nhsuk-back-link__link {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  color: #005eb8;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 16px;
  position: relative;
  text-decoration: none;
}
@media (min-width:40.0625em) {
  .nhsuk-back-link__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-back-link__link {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-back-link__link:visited {
  color: #330072;
}
.nhsuk-back-link__link:hover {
  color: #7c2855;
  text-decoration: none;
}
.nhsuk-back-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-back-link__link:focus:hover {
  text-decoration: none;
}
.nhsuk-back-link__link:focus:visited {
  color: #212b32;
}
.nhsuk-back-link__link:focus .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-back-link__link:active {
  color: #002f5c;
}
.nhsuk-back-link__link .nhsuk-icon__chevron-left {
  height: 24px;
  left: -8px;
  position: absolute;
  top: -1px;
  width: 24px;
}
@media (min-width:40.0625em) {
  .nhsuk-back-link__link .nhsuk-icon__chevron-left {
    top: 0;
  }
}
.nhsuk-back-link__link:visited {
  color: #005eb8;
}
.nhsuk-back-link__link:hover {
  color: #7c2855;
  text-decoration: underline;
}
.nhsuk-back-link__link:hover .nhsuk-icon__chevron-left {
  fill: #7c2855;
}
.nhsuk-back-link__link:focus .nhsuk-icon__chevron-left {
  fill: #212b32;
}
.nhsuk-breadcrumb {
  margin-top: 16px;
}
@media print {
  .nhsuk-breadcrumb {
    display: none;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-breadcrumb {
    margin-top: 24px;
  }
}
.nhsuk-breadcrumb__list {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width:40.0525em) {
  .nhsuk-breadcrumb__list {
    display: none;
  }
}
@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;
  }
}
.nhsuk-breadcrumb__item {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-breadcrumb__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__item {
    font-size: 12pt;
    line-height: 1.3;
  }
}
.nhsuk-breadcrumb__item:not(:last-child):after {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right 0 top 0 no-repeat;
  content: "";
  display: inline-block;
  height: 19px;
  margin-left: 9px;
  margin-right: 2px;
  vertical-align: middle;
  width: 18px;
}
.nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}
.nhsuk-breadcrumb__link:visited:hover {
  color: #7c2855;
}
.nhsuk-breadcrumb__link:focus:hover {
  color: #212b32;
}
.nhsuk-breadcrumb__back {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  margin: 0;
  padding-left: 16px;
  position: relative;
}
@media (min-width:40.0625em) {
  .nhsuk-breadcrumb__back {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-breadcrumb__back {
    font-size: 12pt;
    line-height: 1.3;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-breadcrumb__back {
    display: none;
  }
}
.nhsuk-breadcrumb__back:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-left' xmlns='http://www.w3.org/2000/svg' fill='%23005eb8' height='24' width='24' viewBox='8 0 24 24' aria-hidden='true'%3E%3Cpath d='M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 10px;
}
.nhsuk-breadcrumb__backlink {
  text-decoration: none;
}
.nhsuk-breadcrumb__backlink:visited {
  color: #005eb8;
}
.nhsuk-breadcrumb__backlink:visited:hover {
  color: #7c2855;
}
.nhsuk-button {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 28px;
  -webkit-appearance: none;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 4px 0 #00401e;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: auto;
}
@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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-button {
    margin-bottom: 36px;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-button {
    padding: 8px 16px;
  }
}
.nhsuk-button:active,
.nhsuk-button:hover,
.nhsuk-button:link,
.nhsuk-button:visited {
  color: #fff;
  text-decoration: none;
}
.nhsuk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.nhsuk-button:hover {
  background-color: #00662f;
}
.nhsuk-button:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.nhsuk-button:focus:visited {
  color: #212b32;
}
.nhsuk-button:focus:visited:active {
  color: #fff;
}
.nhsuk-button:active {
  background: #00401e;
  box-shadow: none;
  color: #fff;
  top: 4px;
}
.nhsuk-button::before {
  background: 0 0;
  bottom: -6px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.nhsuk-button:active::before {
  top: -6px;
}
.nhsuk-button--secondary {
  background-color: #4c6272;
  box-shadow: 0 4px 0 #263139;
}
.nhsuk-button--secondary:hover {
  background-color: #384853;
}
.nhsuk-button--secondary:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.nhsuk-button--secondary:active {
  background: #263139;
  box-shadow: none;
  color: #fff;
  top: 4px;
}
.nhsuk-button--secondary.nhsuk-button--disabled {
  background-color: #4c6272;
}
.nhsuk-button--reverse {
  background-color: #fff;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
}
.nhsuk-button--reverse:hover {
  background-color: #f2f2f2;
  color: #212b32;
}
.nhsuk-button--reverse:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.nhsuk-button--reverse:active {
  background: #212b32;
  box-shadow: none;
  color: #fff;
  top: 4px;
}
.nhsuk-button--reverse:link {
  color: #212b32;
}
.nhsuk-button--reverse:link:active {
  color: #fff;
}
.nhsuk-button--reverse.nhsuk-button--disabled {
  background-color: #fff;
}
.nhsuk-button--reverse.nhsuk-button--disabled:focus {
  background-color: #fff;
}
.nhsuk-button--warning {
  background-color: #d5281b;
  box-shadow: 0 4px 0 #6b140e;
}
.nhsuk-button--warning:hover {
  background-color: #a82015;
}
.nhsuk-button--warning:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.nhsuk-button--warning:active {
  background: #6b140e;
  box-shadow: none;
  color: #fff;
  top: 4px;
}
.nhsuk-button--warning.nhsuk-button--disabled {
  background-color: #d5281b;
}
.nhsuk-button--disabled,
.nhsuk-button[disabled=disabled],
.nhsuk-button[disabled] {
  background-color: #007f3b;
  opacity: .5;
  pointer-events: none;
}
.nhsuk-button--disabled:hover,
.nhsuk-button[disabled=disabled]:hover,
.nhsuk-button[disabled]:hover {
  background-color: #007f3b;
  cursor: default;
}
.nhsuk-button--disabled:focus,
.nhsuk-button[disabled=disabled]:focus,
.nhsuk-button[disabled]:focus {
  background-color: #007f3b;
  outline: 0;
}
.nhsuk-button--disabled:active,
.nhsuk-button[disabled=disabled]:active,
.nhsuk-button[disabled]:active {
  box-shadow: 0 4px 0 #00401e;
  top: 0;
}
.nhsuk-button--secondary[disabled=disabled],
.nhsuk-button--secondary[disabled] {
  background-color: #4c6272;
  opacity: .5;
}
.nhsuk-button--secondary[disabled=disabled]:hover,
.nhsuk-button--secondary[disabled]:hover {
  background-color: #4c6272;
  cursor: default;
}
.nhsuk-button--secondary[disabled=disabled]:focus,
.nhsuk-button--secondary[disabled]:focus {
  outline: 0;
}
.nhsuk-button--secondary[disabled=disabled]:active,
.nhsuk-button--secondary[disabled]:active {
  box-shadow: 0 4px 0 #263139;
  top: 0;
}
.nhsuk-button--reverse[disabled=disabled],
.nhsuk-button--reverse[disabled] {
  background-color: #fff;
  opacity: .5;
}
.nhsuk-button--reverse[disabled=disabled]:hover,
.nhsuk-button--reverse[disabled]:hover {
  background-color: #fff;
  cursor: default;
}
.nhsuk-button--reverse[disabled=disabled]:focus,
.nhsuk-button--reverse[disabled]:focus {
  outline: 0;
}
.nhsuk-button--reverse[disabled=disabled]:active,
.nhsuk-button--reverse[disabled]:active {
  box-shadow: 0 4px 0 #212b32;
  top: 0;
}
.nhsuk-card {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #d8dde0;
  position: relative;
  width: 100%;
}
@media (min-width:40.0625em) {
  .nhsuk-card {
    margin-bottom: 48px;
  }
}
.nhsuk-card__img {
  border-bottom: 1px solid #f0f4f5;
  display: block;
  width: 100%;
}
@media print {
  .nhsuk-card__img {
    display: none;
  }
}
.nhsuk-card__content {
  padding: 24px;
}
.nhsuk-card__content > :first-child {
  margin-top: 0;
}
.nhsuk-card__content > :last-child {
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-card__content {
    padding: 32px;
  }
}
.nhsuk-card__description,
.nhsuk-card__heading,
.nhsuk-card__metadata {
  margin-bottom: 16px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width:48.0525em) {
  .nhsuk-card-group {
    margin-bottom: 40px;
  }
}
.nhsuk-card-group + .nhsuk-heading-l,
.nhsuk-card-group + .nhsuk-heading-m,
.nhsuk-card-group + h2,
.nhsuk-card-group + h3 {
  padding-top: 0;
}
.nhsuk-card-group__item {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
@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 {
  margin-top: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-card--feature {
    margin-top: 48px;
  }
}
.nhsuk-card__heading--feature {
  background: #005eb8;
  color: #fff;
  display: inline-block;
  left: -25px;
  margin-bottom: 8px;
  margin-right: -24px;
  padding: 8px 24px;
  position: relative;
  top: -8px;
}
@media (min-width:40.0625em) {
  .nhsuk-card__heading--feature {
    left: -33px;
    margin-right: -32px;
    padding: 8px 32px;
    top: -16px;
  }
}
.nhsuk-card__content--feature {
  padding-top: 0 !important;
}
.nhsuk-card--care {
  margin-top: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-card--care {
    margin-top: 48px;
  }
}
.nhsuk-card--care .nhsuk-card--care__heading-container {
  background-color: #005eb8;
  color: #fff;
}
@media print {
  .nhsuk-card--care {
    border: 4px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care__heading-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
@media (min-width:40.0625em) {
  .nhsuk-card--care__heading-container {
    padding-left: 32px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-card--care__heading-container {
    padding-right: 32px;
  }
}
.nhsuk-card--care__heading {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  margin: 0;
  padding-top: 0;
}
@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: #212b32;
    fill: #212b32;
  }
  .nhsuk-card--care__heading:active,
  .nhsuk-card--care__heading:focus,
  .nhsuk-card--care__heading:visited {
    color: #212b32;
  }
}
.nhsuk-card--care__arrow {
  bottom: -10px;
  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:after,
.nhsuk-card--care__arrow:before {
  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: #fff;
}
@media print {
  .nhsuk-card--care--urgent {
    border: 6px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--urgent .nhsuk-card--care__arrow:after,
.nhsuk-card--care--urgent .nhsuk-card--care__arrow:before {
  border-color: #d5281b;
}
.nhsuk-card--care--emergency .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #fff;
}
@media print {
  .nhsuk-card--care--emergency {
    border: 8px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-card--care--emergency .nhsuk-card--care__arrow:after,
.nhsuk-card--care--emergency .nhsuk-card--care__arrow:before {
  border-color: #d5281b;
}
.nhsuk-card--care--emergency .nhsuk-card__content {
  background-color: #212b32;
  border: 0;
  color: #fff;
  position: static;
}
.nhsuk-card--care--emergency .nhsuk-card__content a {
  color: #fff;
}
.nhsuk-card--care--emergency .nhsuk-card__content a:focus {
  color: #212b32;
}
@media print {
  .nhsuk-card--care--emergency .nhsuk-card__content {
    background-color: #fff;
    color: #212b32;
  }
}
.nhsuk-card--care--emergency .nhsuk-details,
.nhsuk-card--care--emergency .nhsuk-details__summary {
  color: #fff;
}
.nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #fff;
}
.nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}
.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #fff;
}
.nhsuk-card__content--primary {
  padding-right: 75px;
}
@media (min-width:48.0625em) {
  .nhsuk-card__content--primary {
    height: 100%;
  }
}
.nhsuk-card__content--primary .nhsuk-icon {
  display: block;
  fill: #005eb8;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
}
.nhsuk-card--secondary {
  background: 0 0;
  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 {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='19' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left .75rem no-repeat;
  padding: 0 0 0 32px;
  position: relative;
}
@media (min-width:40.0625em) {
  .nhsuk-contents-list__item {
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='16' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left .875rem no-repeat;
  }
}
.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 {
  color: #212b32;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
@media print {
  .nhsuk-details {
    color: #212b32;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-details {
    margin-bottom: 24px;
  }
}
@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__summary {
  color: #005eb8;
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.nhsuk-details__summary:hover {
  color: #7c2855;
}
.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;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}
.nhsuk-details__summary:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-details__summary:focus .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-details__summary:focus .nhsuk-details__summary-text,
.nhsuk-details__summary:hover .nhsuk-details__summary-text {
  text-decoration: none;
}
.nhsuk-details[open] > .nhsuk-details__summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  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__summary::-webkit-details-marker {
  display: none;
}
.nhsuk-details__text {
  border-left: 4px solid #d8dde0;
  margin-top: 8px;
  padding: 16px;
  padding-left: 20px;
}
.nhsuk-details__text > :first-child {
  margin-top: 0;
}
.nhsuk-details__text > :last-child {
  margin-bottom: 0;
}
.nhsuk-expander {
  background-color: #fff;
  border: 1px solid #d8dde0;
  border-bottom-width: 4px;
}
.nhsuk-expander:hover {
  border-color: #aeb7bd;
}
.nhsuk-expander .nhsuk-details__summary {
  background-color: #fff;
  border-top: 4px solid transparent;
  display: block;
  padding: 20px 24px 24px;
}
@media (max-width:40.0525em) {
  .nhsuk-expander .nhsuk-details__summary {
    padding: 12px 16px 16px;
  }
}
.nhsuk-expander .nhsuk-details__summary:before {
  display: none !important;
}
.nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text {
  color: #7c2855;
}
.nhsuk-expander .nhsuk-details__summary:focus {
  box-shadow: none;
}
.nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.nhsuk-expander .nhsuk-details__summary-text {
  color: #005eb8;
  cursor: pointer;
  display: inline-block;
  padding: 4px 4px 4px 38px;
  position: relative;
}
.nhsuk-expander .nhsuk-details__summary-text:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}
.nhsuk-expander .nhsuk-details__text {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-bottom: 24px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-left: 24px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-right: 24px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-expander .nhsuk-details__text {
    padding-top: 0;
  }
}
.nhsuk-expander[open] {
  border-bottom-width: 1px;
}
.nhsuk-expander[open] .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text {
  text-decoration: none;
}
.nhsuk-expander[open] .nhsuk-details__summary:focus .nhsuk-details__summary-text::before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.nhsuk-expander[open] .nhsuk-details__summary-text::before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.nhsuk-expander-group {
  margin-bottom: 16px;
}
.nhsuk-expander-group > .nhsuk-details {
  margin-bottom: 8px;
}
@media (min-width:40.0625em) {
  .nhsuk-expander-group > .nhsuk-details {
    margin-bottom: 8px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-expander-group {
    margin-bottom: 24px;
  }
}
.nhsuk-details + .nhsuk-heading-l,
.nhsuk-details + h2 {
  padding-top: 16px;
}
@media (min-width:40.0625em) {
  .nhsuk-details + .nhsuk-heading-l,
  .nhsuk-details + h2 {
    padding-top: 24px;
  }
}
.nhsuk-do-dont-list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #fff;
  color: #212b32;
  border: 1px solid #d8dde0;
  padding-top: 0 !important;
}
.nhsuk-do-dont-list > :first-child {
  margin-top: 0;
}
.nhsuk-do-dont-list > :last-child {
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-do-dont-list {
    margin-bottom: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-do-dont-list {
    margin-top: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-do-dont-list {
    padding: 32px;
  }
}
@media print {
  .nhsuk-do-dont-list {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-do-dont-list__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #005eb8;
  color: #fff;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (min-width:40.0625em) {
  .nhsuk-do-dont-list__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-do-dont-list__label {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    background: 0 0;
    color: #212b32;
    top: 0;
  }
}
@media print {
  .nhsuk-do-dont-list__label {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-do-dont-list__label:active,
  .nhsuk-do-dont-list__label:focus,
  .nhsuk-do-dont-list__label:visited {
    color: #212b32;
  }
}
.nhsuk-error-message {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  clear: both;
  color: #d5281b;
  display: block;
  margin-bottom: 16px;
}
@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 {
  padding: 16px;
  margin-bottom: 32px;
  border: 4px solid #d5281b;
}
@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 {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  margin-top: 0;
  margin-bottom: 16px;
}
@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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-error-summary__title {
    margin-bottom: 24px;
  }
}
.nhsuk-error-summary__body {
  font-weight: 400;
  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;
  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:active,
.nhsuk-error-summary__list a:hover,
.nhsuk-error-summary__list a:link,
.nhsuk-error-summary__list a:visited {
  color: #d5281b;
}
.nhsuk-error-summary__list a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.nhsuk-fieldset:after {
  clear: both;
  content: "";
  display: block;
}
.nhsuk-fieldset__legend {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
  color: #212b32;
  display: table;
  margin-bottom: 8px;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
@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 {
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  margin-bottom: 16px;
}
@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 {
  font-weight: 600;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.22222;
  margin-bottom: 16px;
}
@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 {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31818;
  margin-bottom: 16px;
}
@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 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@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-container {
  padding-bottom: 24px;
  padding-top: 24px;
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
}
.nhsuk-footer-container:after {
  clear: both;
  content: "";
  display: block;
}
@media print {
  .nhsuk-footer-container {
    display: none;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-footer-container {
    padding-bottom: 32px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-footer-container {
    padding-top: 32px;
  }
}
.nhsuk-footer {
  background-color: #d8dde0;
  margin-bottom: 15px;
}
@media (min-width:48.0625em) {
  .nhsuk-footer {
    display: flex;
    justify-content: space-between;
  }
}
.nhsuk-footer__list {
  padding-bottom: 16px;
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-footer__list {
    padding-bottom: 24px;
  }
}
.nhsuk-footer__list:last-child {
  margin-bottom: 15px;
}
@media (min-width:48.0625em) {
  .nhsuk-footer__list {
    float: left;
    padding-bottom: 0;
    padding-right: 40px;
    width: 75%;
  }
  .nhsuk-footer__list:last-child {
    padding-right: 0;
  }
}
.nhsuk-footer__list-item {
  font-weight: 400;
  font-size: 14px;
  font-size: .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;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-footer__list-item {
    float: none;
    margin-right: 0;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-footer-default__list-item {
    float: left;
    margin-right: 32px;
  }
}
.nhsuk-footer__list-item-link {
  color: #003087;
}
.nhsuk-footer__list-item-link:visited {
  color: #003087;
}
.nhsuk-footer__list-item-link:hover {
  color: #7c2855;
}
.nhsuk-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  color: #231f20;
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-footer__copyright {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .nhsuk-footer__copyright {
    font-size: 12pt;
    line-height: 1.3;
  }
}
@media (max-width:48.0525em) {
  .nhsuk-footer__meta {
    border-top: 1px solid #f0f4f5;
    padding-top: 35px;
  }
}
.nhsuk-header {
  background-color: #005eb8;
}
.nhsuk-header__container {
  margin: 0 16px;
  max-width: 960px;
  padding: 20px 0;
}
@media (min-width:48.0625em) {
  .nhsuk-header__container {
    margin: 0 32px;
  }
}
@media (min-width:1024px) {
  .nhsuk-header__container {
    margin: 0 auto;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-header__container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-header__logo {
    position: relative;
    z-index: 1;
  }
}
.nhsuk-header__logo .nhsuk-logo__background {
  fill: #fff;
}
@media print {
  .nhsuk-header__logo .nhsuk-logo__background {
    fill: #005eb8;
  }
}
.nhsuk-header__logo .nhsuk-logo__text {
  fill: #005eb8;
}
@media print {
  .nhsuk-header__logo .nhsuk-logo__text {
    fill: #fff;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-header__logo {
    padding-left: 0;
  }
}
.nhsuk-header__logo .nhsuk-logo {
  height: 40px;
  width: 100px;
  border: 0;
}
@media (max-width:48.0525em) {
  .nhsuk-header__logo {
    max-width: 60%;
  }
}
@media (max-width:450px) {
  .nhsuk-header__logo {
    max-width: 50%;
  }
}
.nhsuk-header__link {
  height: 40px;
  width: 100px;
  display: block;
}
.nhsuk-header__link:hover .nhsuk-logo {
  box-shadow: 0 0 0 4px #003d78;
}
.nhsuk-header__link:focus {
  box-shadow: none;
}
.nhsuk-header__link:focus .nhsuk-logo {
  box-shadow: 0 0 0 4px #ffeb3b, 0 4px 0 4px #212b32;
}
@media print {
  .nhsuk-header__link:after {
    content: "";
  }
}
.nhsuk-header__link:active,
.nhsuk-header__link:focus,
.nhsuk-header__link:hover {
  background-color: transparent;
}
.nhsuk-header__logo--only {
  max-width: 100%;
}
@media (min-width:40.0625em) {
  .nhsuk-header__logo--only .nhsuk-header__link--service {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    width: auto;
  }
  .nhsuk-header__logo--only .nhsuk-header__service-name {
    padding-left: 16px;
  }
}
.nhsuk-header__content {
  position: relative;
}
@media print {
  .nhsuk-header__content {
    display: none;
  }
}
.nhsuk-header__content.js-show {
  border-bottom: 4px solid #f0f4f5;
}
@media (min-width:40.0625em) {
  .nhsuk-header__content.js-show {
    border-bottom: 0;
  }
}
.nhsuk-header__search {
  position: relative;
  text-align: right;
}
@media (min-width:40.0625em) {
  .nhsuk-header__search {
    margin-left: 8px;
  }
}
.nhsuk-header__search-form {
  height: 100%;
  overflow: visible;
}
@media (max-width:40.0525em) {
  .nhsuk-header__search-form {
    display: flex;
    margin: 16px 0 0;
    position: relative;
    width: 100%;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-header__search-wrap {
    display: block;
  }
}
.nhsuk-search__input {
  -webkit-appearance: listbox;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  padding: 0 16px;
}
.nhsuk-search__input:focus {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
  outline-offset: 4px;
  padding: 0 13px;
}
.nhsuk-search__input::placeholder {
  color: #4c6272;
  font-size: 16px;
  opacity: 1;
}
.nhsuk-search__input:-ms-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
.nhsuk-search__input::-webkit-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
@media (max-width:40.0525em) {
  .nhsuk-search__input {
    border: 1px solid #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    flex-grow: 2;
    -ms-flex-positive: 2;
    font-size: inherit;
    height: 40px;
    margin: 0;
    outline: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-search__input {
    border: 1px solid #fff;
    font-size: 16px;
    height: 40px;
    width: 200px;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-search__input {
    width: 235px;
  }
}
.nhsuk-search__submit {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  float: right;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0;
}
.nhsuk-search__submit::-moz-focus-inner {
  border: 0;
}
.nhsuk-search__submit:hover {
  cursor: pointer;
}
@media (max-width:40.0525em) {
  .nhsuk-search__submit {
    background-color: #f0f4f5;
    border: 0;
    height: 40px;
    margin: 0;
    padding: 8px 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .nhsuk-search__submit .nhsuk-icon__search {
    fill: #005eb8;
    height: 27px;
    width: 27px;
  }
  .nhsuk-search__submit:hover {
    background-color: #003d78;
    border: 1px solid #fff;
  }
  .nhsuk-search__submit:hover .nhsuk-icon {
    fill: #fff;
  }
  .nhsuk-search__submit:focus {
    background-color: #ffeb3b;
    box-shadow: 0 -4px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    outline-offset: 4px;
  }
  .nhsuk-search__submit:focus:hover {
    background-color: #ffeb3b;
  }
  .nhsuk-search__submit:focus:hover .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-search__submit:focus .nhsuk-icon {
    fill: #212b32;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-search__submit {
    background-color: #f0f4f5;
    display: block;
    height: 40px;
    line-height: 1;
    width: 44px;
  }
  .nhsuk-search__submit .nhsuk-icon__search {
    height: 27px;
    width: 27px;
  }
  .nhsuk-search__submit:hover {
    background-color: #003d78;
    border: 1px solid #fff;
  }
  .nhsuk-search__submit:hover .nhsuk-icon__search {
    fill: #fff;
  }
  .nhsuk-search__submit:focus {
    background-color: #ffeb3b;
    border: 0;
    box-shadow: 0 4px 0 0 #212b32;
    color: #212b32;
    outline: 4px solid transparent;
    outline-offset: 4px;
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  }
  .nhsuk-search__submit:focus .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-search__submit:active {
    background-color: #002f5c;
    border: 0;
  }
  .nhsuk-search__submit:active .nhsuk-icon__search {
    fill: #fff;
  }
}
.nhsuk-header__navigation-link {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  color: #fff;
  display: block;
  font-size: inherit;
  padding: 16px 2px;
  text-decoration: underline;
  white-space: nowrap;
}
@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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-header__navigation-link {
    padding: 12px 2px;
  }
}
.nhsuk-header__navigation-link .nhsuk-icon__chevron-right {
  fill: #aeb7bd;
  position: absolute;
  right: 4px;
  top: 11px;
}
.nhsuk-header__navigation-link:visited {
  color: #fff;
}
@media (min-width:61.875em) {
  .nhsuk-header__navigation-link:visited {
    color: #fff;
  }
}
.nhsuk-header__navigation-link:hover {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
@media (min-width:61.875em) {
  .nhsuk-header__navigation-link:hover {
    color: #fff;
  }
}
.nhsuk-header__navigation-link:active,
.nhsuk-header__navigation-link:focus {
  background-color: #ffeb3b;
  border-bottom: 4px solid #212b32;
  box-shadow: none;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
  text-decoration: none;
}
.nhsuk-header__navigation-link:active:hover,
.nhsuk-header__navigation-link:focus:hover {
  background-color: #ffeb3b;
  color: #212b32;
}
.nhsuk-header__navigation-link:active:visited,
.nhsuk-header__navigation-link:focus:visited {
  background-color: #ffeb3b;
  color: #212b32;
}
.nhsuk-header__menu-toggle {
  background: 0 0;
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: underline;
  vertical-align: top;
  visibility: hidden;
  width: auto;
  z-index: 1;
}
.nhsuk-header__menu-toggle.nhsuk-header__navigation-link {
  padding-right: 23px;
}
.nhsuk-header__menu-toggle .nhsuk-icon__chevron-down {
  right: -3px;
}
.nhsuk-header__menu-toggle:focus {
  text-decoration: none;
}
.nhsuk-header__menu-toggle:focus .nhsuk-icon__chevron-down {
  fill: #212b32;
}
.nhsuk-header__menu-toggle--visible {
  visibility: visible;
  display: block;
}
.nhsuk-header__menu-toggle[aria-expanded=true] .nhsuk-icon__chevron-down {
  transform: rotate(270deg);
}
.nhsuk-navigation {
  display: flex;
}
@media (max-width:40.0525em) {
  .nhsuk-navigation {
    position: relative;
    z-index: 10;
  }
}
.nhsuk-header__drop-down,
.nhsuk-header__navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nhsuk-header__navigation-list {
  margin: 0 16px;
  max-width: 960px;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (min-width:48.0625em) {
  .nhsuk-header__navigation-list {
    margin: 0 32px;
  }
}
@media (min-width:1024px) {
  .nhsuk-header__navigation-list {
    margin: 0 auto;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-header__navigation-list {
    justify-content: space-between;
  }
}
.js-enabled .nhsuk-header__navigation-list {
  display: flex;
}
.nhsuk-header__navigation-item {
  margin-bottom: 0;
}
.nhsuk-navigation-container {
  position: relative;
}
@media print {
  .nhsuk-navigation-container {
    display: none;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-navigation-container {
    margin-top: -20px;
  }
}
.nhsuk-header__drop-down {
  background-color: #fff;
  border-bottom: 4px solid #f0f4f5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
}
@media print {
  .nhsuk-header__drop-down {
    display: none;
  }
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link {
  margin: 0 16px;
  max-width: 960px;
  padding: 12px 0;
}
@media (min-width:48.0625em) {
  .nhsuk-header__drop-down .nhsuk-header__navigation-link {
    margin: 0 32px;
  }
}
@media (min-width:1024px) {
  .nhsuk-header__drop-down .nhsuk-header__navigation-link {
    margin: 0 auto;
  }
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link:link {
  color: #005eb8;
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link:hover {
  color: #7c2855;
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link:active {
  color: #002f5c;
}
.nhsuk-header__drop-down .nhsuk-header__navigation-link:focus {
  color: #212b32;
}
.nhsuk-header__drop-down .nhsuk-header__navigation-item {
  border-top: 1px solid #f0f4f5;
}
.nhsuk-header__drop-down--hidden {
  display: none;
}
.nhsuk-mobile-menu-container {
  align-self: center;
  display: none;
}
.nhsuk-mobile-menu-container--visible {
  display: block;
}
@media (min-width:48.0625em) {
  .nhsuk-header__navigation-item--home {
    display: none;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-header__navigation-list {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
}
@media (min-width:48.0625em) {
  .nhsuk-header__navigation-list--left-aligned {
    justify-content: initial;
  }
}
.nhsuk-header--organisation .nhsuk-header__link {
  height: auto;
  text-decoration: none;
  width: auto;
}
.nhsuk-header--organisation .nhsuk-header__link:hover {
  color: #fff;
  text-decoration: underline;
}
.nhsuk-header--organisation .nhsuk-header__link:hover .nhsuk-logo {
  box-shadow: none;
}
.nhsuk-header--organisation .nhsuk-header__link:focus {
  background: #ffeb3b;
  box-shadow: 0 0 0 4px #ffeb3b, 0 4px 0 4px #212b32;
}
.nhsuk-header--organisation .nhsuk-header__link:focus .nhsuk-organisation-descriptor,
.nhsuk-header--organisation .nhsuk-header__link:focus .nhsuk-organisation-name {
  color: #212b32;
}
.nhsuk-header--organisation .nhsuk-header__link:focus .nhsuk-logo {
  box-shadow: none;
}
.nhsuk-header--organisation .nhsuk-header__link:focus:hover {
  text-decoration: none;
}
.nhsuk-header--organisation .nhsuk-header__logo .nhsuk-logo {
  height: 32px;
  width: 80px;
}
@media (max-width:450px) {
  .nhsuk-header--organisation .nhsuk-header__logo .nhsuk-logo {
    height: 24px;
    width: 60px;
  }
}
@media (max-width:375px) {
  .nhsuk-header--organisation .nhsuk-header__logo .nhsuk-logo {
    height: 20px;
    width: 50px;
  }
}
.nhsuk-header--organisation .nhsuk-header__navigation {
  max-width: 100%;
}
.nhsuk-organisation-name {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 23px;
  margin-top: -2px;
}
@media print {
  .nhsuk-organisation-name {
    color: #212b32;
  }
}
@media (max-width:450px) {
  .nhsuk-organisation-name {
    font-size: 17px;
    letter-spacing: .1px;
    line-height: 17px;
  }
}
@media (max-width:375px) {
  .nhsuk-organisation-name {
    font-size: 13px;
    line-height: 13px;
  }
}
.nhsuk-organisation-name .nhsuk-organisation-name-split {
  display: block;
}
.nhsuk-organisation-descriptor {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}
@media print {
  .nhsuk-organisation-descriptor {
    color: #005eb8;
  }
}
@media (max-width:450px) {
  .nhsuk-organisation-descriptor {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width:375px) {
  .nhsuk-organisation-descriptor {
    font-size: 10px;
    line-height: 13px;
  }
}
.nhsuk-organisation-logo {
  border: 0;
  max-height: 100px;
  max-width: 280px;
}
@media (max-width:450px) {
  .nhsuk-organisation-logo {
    max-width: 150px;
  }
}
.nhsuk-organisation-logo[src$=".svg"] {
  height: auto;
  max-width: 220px;
  width: 100%;
}
.nhsuk-header__link--service {
  height: auto;
  margin-bottom: -4px;
  text-decoration: none;
  width: auto;
}
@media (min-width:61.875em) {
  .nhsuk-header__link--service {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    width: auto;
  }
}
.nhsuk-header__link--service:hover {
  background: 0 0;
}
.nhsuk-header__link--service:hover .nhsuk-header__service-name {
  text-decoration: underline;
}
.nhsuk-header__link--service:focus {
  background: #ffeb3b;
  box-shadow: 0 0 0 4px #ffeb3b, 0 4px 0 4px #212b32;
}
.nhsuk-header__link--service:focus .nhsuk-header__service-name {
  color: #212b32;
  text-decoration: none;
}
.nhsuk-header__link--service:focus .nhsuk-logo {
  box-shadow: none;
}
.nhsuk-header__service-name {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-header__service-name {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-header__service-name {
    font-size: 13pt;
    line-height: 1.25;
  }
}
@media (min-width:61.875em) {
  .nhsuk-header__service-name {
    padding-left: 16px;
  }
}
@media (max-width:61.865em) {
  .nhsuk-header__service-name {
    max-width: 220px;
  }
}
.nhsuk-header__transactional-service-name {
  margin-bottom: -4px;
  padding-left: 16px;
  padding-top: 2px;
}
@media (max-width:40.0525em) {
  .nhsuk-header__transactional-service-name {
    padding-left: 0;
    padding-top: 8px;
    width: 100%;
  }
}
.nhsuk-header__transactional-service-name--link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
.nhsuk-header__transactional-service-name--link:visited {
  color: #fff;
}
.nhsuk-header__transactional-service-name--link:hover {
  color: #fff;
  text-decoration: none;
}
.nhsuk-header__transactional-service-name--link:focus {
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
  text-decoration: none;
}
.nhsuk-header__transactional-service-name--link:active {
  color: #002f5c;
}
@media (min-width:40.0625em) {
  .nhsuk-header__transactional-service-name--link {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .nhsuk-header__transactional-service-name--link {
    font-size: 13pt;
    line-height: 1.25;
  }
}
.nhsuk-header__transactional-service-name--link:hover {
  text-decoration: underline;
}
.nhsuk-header__transactional .nhsuk-header__container {
  justify-content: normal;
}
.nhsuk-header__transactional .nhsuk-header__link {
  height: 32px;
  width: 80px;
  display: block;
}
.nhsuk-header__transactional .nhsuk-logo {
  height: 32px;
  width: 80px;
}
.nhsuk-header__transactional--logo {
  max-width: 100%;
}
@media (min-width:40.0625em) {
  .nhsuk-header__transactional--logo .nhsuk-header__link--service {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    width: auto;
  }
  .nhsuk-header__transactional--logo .nhsuk-header__service-name {
    padding-left: 16px;
  }
}
.nhsuk-header--white {
  background-color: #fff;
}
.nhsuk-header--white .nhsuk-header__search-wrap {
  margin-bottom: 16px;
}
@media (max-width:40.0525em) {
  .nhsuk-header--white .nhsuk-header__search-wrap::after {
    background: #fff;
  }
}
.nhsuk-header--white .nhsuk-navigation-container {
  background-color: #005eb8;
}
.nhsuk-header--white .nhsuk-navigation .nhsuk-header__navigation-list {
  border-top: none;
}
.nhsuk-header--white .nhsuk-logo .nhsuk-logo__background {
  fill: #005eb8;
}
.nhsuk-header--white .nhsuk-logo .nhsuk-logo__text {
  fill: #fff;
}
.nhsuk-header--white .nhsuk-header__link:hover {
  color: #212b32;
  text-decoration: underline;
}
.nhsuk-header--white .nhsuk-header__link:hover .nhsuk-organisation-descriptor {
  color: #212b32;
}
.nhsuk-header--white .nhsuk-search__submit {
  background-color: #005eb8;
}
.nhsuk-header--white .nhsuk-search__submit .nhsuk-icon__search {
  fill: #fff;
}
.nhsuk-header--white .nhsuk-search__submit:hover {
  background-color: #004b93;
  border-color: #004b93;
}
.nhsuk-header--white .nhsuk-search__submit:focus {
  background-color: #ffeb3b;
}
.nhsuk-header--white .nhsuk-search__submit:focus .nhsuk-icon__search {
  fill: #212b32;
}
.nhsuk-header--white .nhsuk-search__input {
  border: 1px solid #aeb7bd;
}
.nhsuk-header--white .nhsuk-search__input:focus {
  border: 2px solid #212b32;
}
@media (max-width:40.0525em) {
  .nhsuk-header--white .nhsuk-search__input:focus {
    border: 4px solid #212b32;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-header--white .nhsuk-header__search-form {
    padding-top: 0;
  }
}
.nhsuk-header--white .nhsuk-organisation-name {
  color: #000;
}
.nhsuk-header--white .nhsuk-organisation-descriptor {
  color: #005eb8;
}
.nhsuk-header--white .nhsuk-header__transactional-service-name--link {
  color: #212b32;
}
.nhsuk-header--white .nhsuk-header__service-name {
  color: #212b32;
}
.nhsuk-header--white-nav .nhsuk-navigation-container {
  background-color: #fff;
}
.nhsuk-header--white-nav .nhsuk-navigation {
  background-color: #fff;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-list {
  border-top: 1px solid #f0f4f5;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-link {
  color: #005eb8;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-link:visited {
  color: #005eb8;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-link:focus {
  color: #212b32;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-link:focus:hover {
  background: #ffeb3b;
}
.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-icon__chevron-down {
  fill: #005eb8;
}
.nhsuk-hero {
  background-color: #005eb8;
  color: #fff;
  position: relative;
}
@media print {
  .nhsuk-hero {
    color: #212b32;
    fill: #212b32;
  }
  .nhsuk-hero:active,
  .nhsuk-hero:focus,
  .nhsuk-hero:visited {
    color: #212b32;
  }
}
.nhsuk-hero .nhsuk-hero--border {
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.nhsuk-hero__wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width:40.0625em) {
  .nhsuk-hero__wrapper {
    padding-top: 56px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-hero__wrapper {
    padding-bottom: 56px;
  }
}
.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 (-ms-high-contrast:active) {
  .nhsuk-hero--image {
    min-height: 0;
  }
}
.nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0, 47, 92, .1);
}
@media only screen {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    min-height: 200px;
  }
}
@media screen and (-ms-high-contrast:active) {
  .nhsuk-hero--image .nhsuk-hero__overlay {
    height: auto;
    min-height: 0;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content {
  background-color: #005eb8;
  color: #fff;
  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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    left: 46px;
  }
}
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after,
.nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before {
  border: solid 32px #005eb8;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0;
}
@media screen and (-ms-high-contrast:active) {
  .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
  }
}
@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;
  }
}
@media print {
  .nhsuk-hero--image-description .nhsuk-hero-content {
    color: #212b32;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (-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-hint {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c6272;
  display: block;
  margin-bottom: 16px;
}
@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: #fff;
  border-bottom: 1px solid #d8dde0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media (min-width:40.0625em) {
  .nhsuk-image {
    margin-bottom: 40px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-image {
    margin-top: 40px;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-image {
    width: 66.66667%;
  }
}
@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 {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  padding: 16px;
}
@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 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -moz-appearance: none;
  -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%;
}
@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-inner-spin-button,
.nhsuk-input::-webkit-outer-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;
}
@media (max-width:19.99em) {
  .nhsuk-input__wrapper {
    display: block;
  }
}
.nhsuk-input__prefix,
.nhsuk-input__suffix {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  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;
}
@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 {
    max-width: 9.1ex;
    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 {
  max-width: 44em;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 16px;
  border-left: 8px solid #005eb8;
}
.nhsuk-inset-text > :first-child {
  margin-top: 0;
}
.nhsuk-inset-text > :last-child {
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-inset-text {
    margin-bottom: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-inset-text {
    margin-top: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-inset-text {
    padding: 24px;
  }
}
@media print {
  .nhsuk-inset-text {
    border-color: #212b32;
  }
}
.nhsuk-label {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 4px;
}
@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--l,
.nhsuk-label--m,
.nhsuk-label--xl {
  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-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0;
}
@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-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width:40.0625em) {
  .nhsuk-pagination {
    margin-top: 48px;
  }
}
@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: -6px;
}
.nhsuk-pagination-item--previous .nhsuk-pagination__title {
  padding-left: 32px;
}
.nhsuk-pagination-item--next {
  float: right;
  text-align: right;
  width: 50%;
}
.nhsuk-pagination-item--next .nhsuk-icon {
  right: -6px;
}
.nhsuk-pagination-item--next .nhsuk-pagination__title {
  padding-right: 32px;
}
.nhsuk-pagination__link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media print {
  .nhsuk-pagination__link {
    color: #212b32;
  }
}
.nhsuk-pagination__link .nhsuk-icon {
  position: absolute;
  top: -2px;
}
@media print {
  .nhsuk-pagination__link .nhsuk-icon {
    color: #212b32;
    margin-top: 0;
  }
}
.nhsuk-pagination__link:hover {
  color: #7c2855;
}
.nhsuk-pagination__link:hover .nhsuk-icon {
  fill: #7c2855;
}
.nhsuk-pagination__link:hover .nhsuk-pagination__page {
  text-decoration: none;
}
.nhsuk-pagination__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-pagination__link:focus .nhsuk-pagination__page {
  text-decoration: none;
}
.nhsuk-pagination__link:focus:active .nhsuk-icon,
.nhsuk-pagination__link:focus:hover .nhsuk-icon,
.nhsuk-pagination__link:focus:visited .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #330072;
}
.nhsuk-pagination__link:visited:hover .nhsuk-icon {
  fill: #7c2855;
}
.nhsuk-pagination__link:visited:focus .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-pagination__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
}
@media (min-width:40.0625em) {
  .nhsuk-pagination__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-pagination__title {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media print {
  .nhsuk-pagination__title:after {
    content: " page";
  }
}
.nhsuk-pagination__page {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  display: block;
  text-decoration: underline;
}
@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-checkboxes__item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}
@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;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.nhsuk-checkboxes__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.nhsuk-checkboxes__input + .nhsuk-checkboxes__label::before {
  background: #fff;
  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: 0 0;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  content: "";
  height: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 13px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  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: .5;
}
.nhsuk-checkboxes__divider {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}
@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 {
  margin-bottom: 16px;
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}
@media (min-width:40.0625em) {
  .nhsuk-checkboxes__conditional {
    margin-bottom: 24px;
  }
}
.nhsuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}
.js-enabled .nhsuk-checkboxes__conditional--hidden {
  display: none;
}
.nhsuk-radios__item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}
@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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.nhsuk-radios__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.nhsuk-radios__input + .nhsuk-radios__label::before {
  background: #fff;
  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: .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 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}
@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 {
  margin-bottom: 16px;
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}
@media (min-width:40.0625em) {
  .nhsuk-radios__conditional {
    margin-bottom: 24px;
  }
}
.nhsuk-radios__conditional > :last-child {
  margin-bottom: 0;
}
.js-enabled .nhsuk-radios__conditional--hidden {
  display: none;
}
.nhsuk-select {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  height: 2.5rem;
  min-width: 23ex;
  max-width: 100%;
  padding: 4px;
}
@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: #fff;
}
.nhsuk-select--error {
  border: 2px solid #d5281b;
}
.nhsuk-skip-link {
  left: -9999px;
  padding: 8px;
  position: absolute;
}
.nhsuk-skip-link:active,
.nhsuk-skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 2;
}
.nhsuk-skip-link:visited {
  color: #212b32;
}
.nhsuk-summary-list {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 32px;
}
@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;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list {
    margin-bottom: 40px;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-summary-list__row {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 16px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list__row {
    display: table-row;
  }
}
.nhsuk-summary-list__actions,
.nhsuk-summary-list__key,
.nhsuk-summary-list__value {
  margin: 0;
  vertical-align: top;
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list__actions,
  .nhsuk-summary-list__key,
  .nhsuk-summary-list__value {
    border-bottom: 1px solid #d8dde0;
    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 {
    padding-right: 0;
    text-align: right;
    width: 20%;
  }
}
.nhsuk-summary-list__key,
.nhsuk-summary-list__value {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.nhsuk-summary-list__key {
  font-weight: 600;
  margin-bottom: 4px;
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-summary-list__value {
    margin-bottom: 16px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-summary-list__value {
    width: 50%;
  }
}
.nhsuk-summary-list__value > p {
  margin-bottom: 8px;
}
.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;
  margin-right: 8px;
  padding-right: 8px;
}
.nhsuk-summary-list__actions-list-item:not(:last-child) {
  border-right: 1px solid #d8dde0;
}
.nhsuk-summary-list__actions-list-item:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.nhsuk-summary-list--no-border .nhsuk-summary-list__actions,
.nhsuk-summary-list--no-border .nhsuk-summary-list__key,
.nhsuk-summary-list--no-border .nhsuk-summary-list__row,
.nhsuk-summary-list--no-border .nhsuk-summary-list__value {
  border: 0;
}
.nhsuk-table-container {
  margin-bottom: 40px;
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  width: 100%;
}
@media (min-width:40.0625em) {
  .nhsuk-table-container {
    margin-bottom: 48px;
  }
}
.nhsuk-table-container .nhsuk-table {
  margin: 0;
}
.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 {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #fff;
  color: #212b32;
  border: 1px solid #d8dde0;
  padding-top: 0 !important;
}
.nhsuk-table__panel-with-heading-tab > :first-child {
  margin-top: 0;
}
.nhsuk-table__panel-with-heading-tab > :last-child {
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-bottom: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    margin-top: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-table__panel-with-heading-tab {
    padding: 32px;
  }
}
@media print {
  .nhsuk-table__panel-with-heading-tab {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-table__panel-with-heading-tab .nhsuk-table,
.nhsuk-table__panel-with-heading-tab .nhsuk-table-container {
  margin: 0;
}
.nhsuk-table__heading-tab {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #005eb8;
  color: #fff;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (min-width:40.0625em) {
  .nhsuk-table__heading-tab {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-table__heading-tab {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-table__heading-tab {
    background: 0 0;
    color: #212b32;
    top: 0;
  }
}
.nhsuk-table-responsive {
  margin-bottom: 0;
  width: 100%;
}
.nhsuk-table-responsive thead {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nhsuk-table-responsive thead::before {
  content: "\a0";
}
.nhsuk-table-responsive thead::after {
  content: "\a0";
}
@media (min-width:48.0625em) {
  .nhsuk-table-responsive thead {
    clip: auto;
    -webkit-clip-path: initial;
    clip-path: initial;
    display: table-header-group;
    height: auto;
    overflow: auto;
    position: relative;
    width: auto;
  }
  .nhsuk-table-responsive thead:after,
  .nhsuk-table-responsive thead:before {
    content: "";
  }
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
  font-weight: 600;
  padding-right: 16px;
  text-align: left;
}
@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: block;
  margin-bottom: 24px;
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child {
  margin-bottom: 0;
}
@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row;
  }
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
  text-align: right;
}
@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align: left;
  }
}
.nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
  display: block;
  display: flex;
  justify-content: space-between;
  min-width: 1px;
}
@media all and (-ms-high-contrast:none) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: block;
  }
}
@media (min-width:48.0625em) {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: table-cell;
  }
}
@media (max-width:48.0525em) {
  .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 td:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}
.nhsuk-table__cell--numeric,
.nhsuk-table__header--numeric {
  text-align: right;
}
.nhsuk-tag {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  background-color: #0055a6;
  border: 1px solid #0055a6;
  color: #fff;
  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;
}
@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: #fff;
  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 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
}
@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;
  }
}
@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--cannot-start-yet,
.nhsuk-task-list__status--completed {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 6px;
  text-decoration: none;
}
@media (min-width:40.0625em) {
  .nhsuk-task-list__status--cannot-start-yet,
  .nhsuk-task-list__status--completed {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .nhsuk-task-list__status--cannot-start-yet,
  .nhsuk-task-list__status--completed {
    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 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-appearance: none;
  border: 2px solid #4c6272;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  min-height: 40px;
  padding: 4px;
  resize: vertical;
  width: 100%;
}
@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 {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 24px;
  background-color: #fff9c4;
  color: #212b32;
  border: 1px solid #ffeb3b;
  padding-top: 0 !important;
}
.nhsuk-warning-callout > :first-child {
  margin-top: 0;
}
.nhsuk-warning-callout > :last-child {
  margin-bottom: 0;
}
@media (min-width:40.0625em) {
  .nhsuk-warning-callout {
    margin-bottom: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-warning-callout {
    margin-top: 48px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-warning-callout {
    padding: 32px;
  }
}
@media print {
  .nhsuk-warning-callout {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.nhsuk-warning-callout__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #ffeb3b;
  color: #212b32;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (min-width:40.0625em) {
  .nhsuk-warning-callout__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.29167;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    font-size: 16pt;
    line-height: 1.25;
  }
}
@media (max-width:40.0525em) {
  .nhsuk-warning-callout__label {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .nhsuk-warning-callout__label {
    background: 0 0;
    color: #212b32;
    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;
  margin-bottom: 32px;
}
@media (min-width:40.0625em) {
  .nhsuk-tabs {
    margin-top: 4px;
  }
}
@media (min-width:40.0625em) {
  .nhsuk-tabs {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__title {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #212b32;
  margin-bottom: 8px;
}
@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;
  margin-bottom: 32px;
}
@media (min-width:40.0625em) {
  .nhsuk-tabs__list {
    margin-bottom: 40px;
  }
}
.nhsuk-tabs__list-item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 32px;
}
@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: "\2014";
  margin-left: -32px;
  padding-right: 4px;
}
.nhsuk-tabs__tab {
  color: #005eb8;
  display: inline-block;
  margin-bottom: 8px;
}
.nhsuk-tabs__tab:visited {
  color: #330072;
}
.nhsuk-tabs__tab:hover {
  color: #7c2855;
  text-decoration: none;
}
.nhsuk-tabs__tab:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.nhsuk-tabs__tab:focus:hover {
  text-decoration: none;
}
.nhsuk-tabs__tab:focus:visited {
  color: #212b32;
}
.nhsuk-tabs__tab:focus .nhsuk-icon {
  fill: #212b32;
}
.nhsuk-tabs__tab:active {
  color: #002f5c;
}
.nhsuk-tabs__panel {
  margin-bottom: 48px;
}
@media (min-width:40.0625em) {
  .nhsuk-tabs__panel {
    margin-bottom: 56px;
  }
}
@media (min-width:40.0625em) {
  .js-enabled .nhsuk-tabs__list {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 0;
  }
  .js-enabled .nhsuk-tabs__list:after {
    clear: both;
    content: "";
    display: block;
  }
  .js-enabled .nhsuk-tabs__title {
    display: none;
  }
  .js-enabled .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;
  }
  .js-enabled .nhsuk-tabs__list-item:before {
    content: none;
  }
  .js-enabled .nhsuk-tabs__list-item--selected {
    background-color: #fff;
    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;
  }
  .js-enabled .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    text-decoration: none;
  }
  .js-enabled .nhsuk-tabs__tab {
    margin-bottom: 0;
  }
  .js-enabled .nhsuk-tabs__tab:link,
  .js-enabled .nhsuk-tabs__tab:visited {
    color: #212b32;
  }
  .js-enabled .nhsuk-tabs__tab:hover {
    color: rgba(33, 43, 50, .99);
  }
  .js-enabled .nhsuk-tabs__tab:active,
  .js-enabled .nhsuk-tabs__tab:focus {
    color: #212b32;
  }
  .js-enabled .nhsuk-tabs__tab:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-enabled .nhsuk-tabs__panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #d8dde0;
    border-top: 0;
    padding: 40px 24px;
  }
}
@media (min-width:40.0625em) and (min-width:40.0625em) {
  .js-enabled .nhsuk-tabs__panel {
    margin-bottom: 0;
  }
}
@media (min-width:40.0625em) {
  .js-enabled .nhsuk-tabs__panel > :last-child {
    margin-bottom: 0;
  }
  .js-enabled .nhsuk-tabs__panel--hidden {
    display: none;
  }
}

/* src/styles.css */
* {
  max-width: 100%;
}
.m-w-900 {
  max-width: 900px;
}
.m-w-1200 {
  max-width: 1200px;
}
.bg-blue {
  background-color: #005eb8;
}
.bg-white {
  background-color: white;
}
.text-white {
  color: white;
}
.mx-auto {
  margin-inline: auto;
}
.mt-auto {
  margin-top: auto;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.py-0 {
  padding-block: 0px;
}
.py-4 {
  padding-block: 4px;
}
.py-24 {
  padding-block: 24px;
}
.py-48 {
  padding-block: 48px;
}
.px-0 {
  padding-inline: 0px;
}
.px-24 {
  padding-inline: 24px;
}
.p-24 {
  padding: 24px;
}
.flex {
  display: flex !important;
}
.flex-col {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.flex-start {
  justify-content: flex-start !important;
}
.item-center {
  align-items: center;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.grid-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-2-columns {
    grid-template-columns: 1fr;
  }
}
.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .grid-3-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .grid-4-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3-columns {
    grid-template-columns: 1fr;
  }
}
.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .grid-4-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-4-columns {
    grid-template-columns: 1fr;
  }
}
.grid-item-span-2 {
  grid-column: span 2;
}
.grid-item-span-3 {
  grid-column: span 3;
}
.border-light-grey {
  border: 1px solid #d8dde0;
  border-bottom: 4px solid #d8dde0;
}
.overflow-auto {
  overflow: auto;
  overflow-y: hidden;
}
.text-center {
  text-align: center;
}
.font-19 {
  font-size: 19px;
}
.font-32 {
  font-size: 32px;
}
.font-48 {
  font-size: 48px;
}
.font-56 {
  font-size: 56px;
}
.pointer {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  width: 200px;
  font-size: 0.8em;
}
.tooltip a {
  color: white;
  text-decoration: none;
}
.tooltip .bt {
  margin: 5px auto;
  color: black !important;
  padding: 0px 5px;
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.more-info-wrapper {
  text-align: center;
}
.nhsuk-grid-row {
  margin-left: 16px;
  margin-right: 16px;
  margin-inline: auto;
}
app-chart {
  width: 100%;
}
.full-height {
  height: 100%;
}
.highlight {
  background-color: yellow;
  font-weight: bold;
  padding: 2px;
  border-radius: 2px;
}
.missing-vaccine {
  margin-bottom: 24px;
}
.missing-vaccine ul {
  margin-bottom: 0 !important;
}
.missing-vaccine ul li {
  margin-bottom: 0px !important;
  min-width: 50px;
}
.missing-vaccine ul li:focus {
  border: none !important;
}
.missing-vaccine .nhsuk-form-group {
  position: relative;
}
.missing-vaccine .nhsuk-details__summary {
}
.missing-vaccine .nhsuk-details {
  display: block;
  background: white;
  padding-block: 4px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.missing-vaccine .nhsuk-details__summary {
  padding-left: 30px;
}
.missing-vaccine .nhsuk-details__summary:before {
  content: "--";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: inherit;
  font-weight: bold;
  width: initial;
  height: initial;
  border-style: initial;
  border-color: initial;
  clip-path: initial;
  border-width: initial;
  border-left-color: initial;
  bottom: initial;
  color: black;
}
.missing-vaccine .nhsuk-details__summary:focus {
  background-color: #ffffff;
  box-shadow: 0 -2px #ffffff, 0 4px #ffffff;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.missing-vaccine .nhsuk-details__summary-text {
  text-decoration: none;
  color: black;
}
.missing-vaccine .nhsuk-details__text {
  border-left: 4px solid #ffffff;
  margin-top: 8px;
  padding: 16px;
  padding-left: 20px;
}
.missing-vaccine .list-item[_ngcontent-ng-c1850930679]:focus {
  border: rgb(255, 255, 255) 4px solid;
}
.user-guide-image {
  margin-bottom: 30px;
}
.chis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 32px 0;
}
.chis-grid-cell {
  background: #025db8;
  color: #fff;
  padding: 24px 12px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px #0000000a;
}
.bg-red {
  background-color: #d5281b;
}
.bg-pale-yellow {
  background-color: #fff9c4;
}
.p-i-0 {
  padding-inline: 0;
}
.p-5px {
  padding: 5px;
}
.d-block {
  display: block;
}
.suspected-scid {
  outline: 2px solid #d5281b;
}
p.scid-key {
  font-size: smaller;
  display: flex;
  align-items: center;
}
.scid-key span {
  display: inline-block;
  width: 40px;
  height: 15px;
  border: 2px solid red;
  margin-right: 5px;
}
.z-index-above {
  z-index: 2;
  position: relative;
}
quill-editor {
  display: block;
  background-color: white;
  border: 2px solid #4c6272;
}
quill-editor:focus-within {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}
div[role=toolbar] {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: white;
}
quill-view .ql-editor {
  padding: 0 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
