@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap");
:root {
  --primary-colour: #4f1c67;
  --bs-body-bg: var(--bs-gray-100);
  --ink: #19322f;
  --muted-ink: #60736e;
  --mint: #dceee5;
  --paper: #f5f7f2;
  --line: rgba(25, 50, 47, 0.14);
  --section-inline-padding: clamp(2rem, 6vw, 5rem);
}

body {
  background: var(--paper);
  color: #000;
}

html {
  overflow-x: clip;
}

.two-panel-section {
  background: linear-gradient(90deg, #d9d7ff 0 50%, #cbc4f0 50% 100%);
}

.two-panel-left {
  background: #d9d7ff;
}

.two-panel-right {
  background: #cbc4f0;
}

.light-purple-section {
  background: #d9d7ff;
}

.promise-section.light-purple-section {
  background: #d9d7ff;
}

.light-purple-section .two-panel-left,
.light-purple-section .two-panel-right {
  background: transparent;
}

.light-purple-soft-section {
  background: #eceaff;
}

.promise-section.light-purple-soft-section {
  background: #eceaff;
}

.light-purple-soft-section .two-panel-left,
.light-purple-soft-section .two-panel-right {
  background: transparent;
}

body {
  font-family: "Roboto", sans-serif;
}

.hero-eyebrow {
  color: #006315;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none !important;
  color: #4f1c67;
  font-weight: 700;
}

h2 {
  margin-bottom: 2rem !important;
}

p {
  line-height: 1.5rem !important;
}

strong {
  font-weight: 500;
}

.secondary-text {
  color: #006315;
}

.hero-copy h2,
.services-intro h2,
.service-box h3,
.two-panel h3,
.guidance-intro h2,
.guidance-column h3,
.footer-column h3,
.site-logo {
  font-family: "Poppins", Georgia, serif;
}

.hero-copy h2 {
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero-description {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.services-intro h2,
.guidance-intro h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
}

.services-intro p,
.service-box p,
.guidance-intro p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6;
}

.service-box h3 {
  font-size: 1.5rem;
}

.two-panel h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.1;
}

.guidance-intro p {
  font-size: 1.15rem;
  margin: 0;
}

.guidance-column h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.1;
}

.footer-column h3 {
  color: #fff;
  font-size: 1.45rem;
}

@media (max-width: 991.98px) {
  .hero-eyebrow {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  h2 {
    margin-bottom: 1rem !important;
  }
  p {
    font-size: 1rem !important;
  }
  main h1 {
    font-size: 26px !important;
  }
  main h2 {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  p {
    font-size: 1rem !important;
  }
  main h1 {
    font-size: 44px !important;
  }
  main h2 {
    font-size: 36px !important;
    line-height: 1.4 !important;
  }
}
@media (min-width: 992px) {
  main h2 {
    font-size: 36px !important;
  }
}
.p-lg-6 {
  padding: 5rem !important;
}

.site-header {
  border-bottom: 1px solid var(--line);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #fff;
}

.header-inner {
  align-items: center;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 991.98px) {
  .header-inner {
    padding: 0 1.25rem;
  }
}
.site-footer {
  background: #4f1c67;
  color: #fff;
}

.footer-inner {
  max-width: 1240px;
}

.footer-column h3 {
  color: #fff;
  margin-bottom: 1.25rem;
}

.footer-column > a {
  color: #fff;
  display: block;
  margin-bottom: 0.55rem;
  text-decoration: none;
}

.footer-column > a:hover {
  color: #d9d7ff;
}

.footer-column p {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 1.25rem 0 0;
}

.footer-column p + p {
  margin-top: 0.75rem;
}

.footer-column-30:last-child > p:first-child {
  margin-top: 0;
}

.footer-flag-grid {
  align-items: center;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.footer-flag-grid img {
  display: block;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
  width: 100%;
}

.footer-image-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
}

.footer-image-grid img {
  display: block;
  height: auto;
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.footer-logo-cell {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  min-height: 6rem;
  padding: 0.75rem;
}

.footer-logo-pair {
  gap: 0.5rem;
}

.footer-logo-pair img {
  max-width: calc(50% - 0.25rem);
}

@media (min-width: 992px) {
  .footer-column-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-column-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.header-button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.1rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.header-button i {
  display: none;
}

.header-button-light {
  color: var(--ink);
}

.header-button-light:hover {
  background: var(--mint);
}

.header-button-dark {
  background: var(--ink);
  color: #fff;
}

.header-button-dark:hover {
  background: #31554d;
  color: #fff;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(245, 247, 242, 0.35);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  height: 2.25rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
  width: 2.25rem;
}

.social-links a:hover {
  background: var(--paper);
  color: var(--ink);
}

@media screen and (min-width: 991.98px) {
  .link-button {
    border: 0;
  }
  .link-button:hover {
    background: none;
  }
  .link-button:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .header-button {
    align-items: center;
    border-color: #4f1c67;
    border-radius: 50%;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
  }
  .header-button i {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    color: #4f1c67;
  }
  .header-button-label {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
  }
  .header-button-dark {
    background: transparent;
    color: #4f1c67;
  }
  .header-button-dark:hover {
    background: var(--mint);
    color: #4f1c67;
  }
}
.menu-links .nav-link {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.menu-links .nav-link:hover {
  color: var(--ink);
}

.mega-menu {
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 1rem 2rem rgba(25, 50, 47, 0.12);
  display: none;
  left: 0;
  position: absolute;
  top: calc(100% - 1px);
  width: 100vw;
  z-index: 1020;
}

.mega-menu.is-open,
.mega-menu:hover,
.mega-menu:focus-within {
  display: block;
}

.mega-menu-inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: 2rem;
}

.mega-menu-intro {
  border-right: 1px solid var(--line);
  padding-right: 3rem;
}

.mega-menu-categories a.is-active {
  color: var(--primary-colour) !important;
  font-weight: 700;
  opacity: 1;
}

.mega-menu-categories a {
  align-items: center;
  color: #000;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  opacity: 0.7;
  transition: color 200ms ease, opacity 200ms ease;
  font-size: 1rem !important;
}

.mega-menu-categories a i {
  color: currentColor;
  flex: 0 0 auto;
}

.mega-menu-categories a:hover,
.mega-menu-categories a:focus-visible {
  color: var(--primary-colour);
  opacity: 1;
}

.mega-menu-links.mega-menu-submenu {
  min-width: 0;
}
.mega-menu-links.mega-menu-submenu a {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.mega-menu-links.mega-menu-submenu a:hover, .mega-menu-links.mega-menu-submenu a:focus-visible {
  color: var(--primary-colour);
}
.mega-menu-links.mega-menu-submenu a i {
  color: currentColor;
  flex: 0 0 auto;
}

.mega-menu-intro h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 0.75rem !important;
}

.mega-menu-intro h2 a {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
}

.mega-menu-intro h2 a:hover,
.mega-menu-intro h2 a:focus-visible {
  color: var(--primary-colour);
}

.mega-menu-intro h2 a i {
  color: currentColor;
  flex: 0 0 auto;
  font-size: 1rem;
}

.mega-menu-intro p {
  color: #000;
  margin: 0;
  max-width: 22rem;
}

.mega-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mega-menu-links a {
  color: var(--ink);
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 1rem;
}

.mega-menu-links a:hover,
.mega-menu-links a:focus-visible {
  color: var(--secondary);
  text-decoration: underline;
}

.mega-menu-submenu a[data-support-parent].is-selected,
.mega-menu-submenu a[data-support-parent]:hover,
.mega-menu-submenu a[data-support-parent]:focus-visible {
  color: var(--primary-colour);
  font-weight: 700;
}

.site-logo {
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-logo span {
  color: #5b9b78;
}

.site-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 8rem;
}

.header-actions {
  justify-content: flex-end;
}

.menu-panel-header,
.menu-panel-intro,
.menu-panel-support,
.menu-panel-close,
.mobile-support-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .mega-menu {
    display: none;
  }
  .mega-menu-inner {
    grid-template-columns: 1fr;
  }
  .site-logo img {
    max-width: 100%;
  }
  .menu-toggle {
    align-items: center;
    border: 1px solid #4f1c67;
    border-radius: 50%;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
  }
  .header-actions {
    gap: 0.5rem;
  }
  .menu-backdrop {
    background: rgba(25, 50, 47, 0.45);
    inset: 0;
    position: fixed;
    z-index: 1020;
  }
  .menu-links {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    box-shadow: -0.5rem 0 2rem rgba(25, 50, 47, 0.2);
    height: 100vh;
    max-width: 28rem;
    overflow-y: auto;
    padding: 1.5rem 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 250ms ease;
    visibility: hidden;
    width: 100vw;
    z-index: 1050;
    padding-bottom: 0;
  }
  @supports (height: 100dvh) {
    .menu-links {
      height: 100dvh;
    }
  }
  .menu-links.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .menu-panel-header {
    align-items: center;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: flex;
    font-family: "Poppins", Georgia, serif;
    font-size: 1.35rem;
    justify-content: space-between;
    margin: 0 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mobile-menu-logo {
    display: block;
    height: auto;
    max-width: 8rem;
    width: 8rem;
  }
  .menu-panel-close {
    align-items: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
  }
  .menu-links .navbar-nav {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 1.5rem;
  }
  .menu-links .nav-link {
    font-size: 1rem;
    padding: 0.5rem;
    text-align: left;
  }
  .menu-links .mega-menu-trigger {
    color: var(--primary-colour);
    font-weight: 700;
  }
  .menu-panel-intro,
  .menu-panel-support {
    display: block;
    padding: 1.5rem 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .menu-panel-intro {
    display: none;
  }
  .menu-panel-intro p:last-child {
    color: #000;
    line-height: 1.6;
    margin: 0.75rem 0 0;
  }
  .menu-panel-support h2 {
    color: var(--primary-colour);
    font-family: "Poppins", Georgia, serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .menu-panel-support {
    display: none;
  }
  .menu-panel-support {
    max-height: calc(100vh - 18rem);
    overflow-y: auto;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-panel-support a {
    border-bottom: 1px solid var(--line);
    color: #000;
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
  }
  .mobile-support-menu {
    background: var(--light-purple-soft, #eceaff);
    border-bottom: 1px solid var(--line);
    display: block;
    padding: 1.5rem;
    height: 100%;
  }
  .mobile-support-about {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0 0 1rem;
    text-decoration: none;
  }
  .mobile-support-about:hover,
  .mobile-support-about:focus-visible {
    color: var(--primary-colour);
  }
  .mobile-support-menu h2 {
    color: var(--primary-colour);
    font-family: "Poppins", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1rem;
  }
  .mobile-support-categories {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .mobile-support-category {
    display: flex;
    flex-direction: column;
  }
  .mobile-support-categories button {
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(79, 28, 103, 0.18);
    border-radius: 0.35rem;
    color: var(--primary-colour);
    display: flex;
    font: inherit;
    font-size: 1.1rem;
    font-weight: 700;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    text-align: left;
    width: 100%;
    transition: color 200ms ease, opacity 200ms ease;
  }
  .mobile-support-categories button i {
    margin-left: 0.75rem;
  }
  .mobile-support-categories button.is-active {
    color: var(--primary-colour);
  }
  .mobile-support-menu.has-selection .mobile-support-categories button:not(.is-active) {
    background: transparent;
    border-color: transparent;
    color: #000;
    opacity: 0.7;
  }
  .mobile-support-description {
    color: #000;
    line-height: 1.5;
    margin: 0.75rem 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(1rem);
    transition: max-height 250ms ease, opacity 250ms ease, transform 250ms ease;
    display: none;
  }
  .mobile-support-menu.has-selection .mobile-support-description {
    max-height: 6rem;
    opacity: 1;
    transform: translateX(0);
  }
  .mobile-support-links {
    background: rgba(255, 255, 255, 0.68);
    border-left: 3px solid var(--primary-colour);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 1rem;
    transform: translateX(1rem);
    transition: max-height 300ms ease, opacity 250ms ease, transform 300ms ease;
  }
  .mobile-support-links.is-open {
    max-height: 22rem;
    opacity: 1;
    overflow-y: auto;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    transform: translateX(0);
  }
  .mobile-support-links a {
    align-items: center;
    border-top: 1px solid #d9d7ff;
    color: #000;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.7rem 0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 200ms ease, padding-left 200ms ease;
  }
  .mobile-support-links a:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .mobile-support-links a i {
    color: var(--primary-colour);
    flex: 0 0 auto;
  }
  .mobile-support-links a[data-mobile-support-parent].is-selected,
  .mobile-support-links a[data-mobile-support-parent]:hover,
  .mobile-support-links a[data-mobile-support-parent]:focus-visible {
    color: var(--primary-colour);
    font-weight: 700;
  }
  .mobile-support-links a:hover,
  .mobile-support-links a:focus-visible {
    color: var(--primary-colour);
    padding-left: 0.35rem;
  }
}
.mega-menu-categories {
  display: none;
}

.service-box {
  background: var(--mint);
  border: 1px solid var(--line);
}

.service-box h3 {
  margin-bottom: 0.75rem;
}

.service-box ul {
  list-style: disc;
  margin: 1.5rem 0 0;
  padding: 1rem 0 0 1.25rem;
}

.service-box li {
  border-bottom: none;
  color: var(--ink);
  font-size: 0.9rem;
  padding: 0.35rem 0;
}

.accessibility-backdrop {
  background: rgba(25, 50, 47, 0.45);
  inset: 0;
  position: fixed;
  z-index: 1040;
}

.accessibility-panel {
  background: #fff;
  box-shadow: -0.5rem 0 2rem rgba(25, 50, 47, 0.2);
  height: 100vh;
  max-width: 28rem;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 250ms ease;
  width: min(90vw, 28rem);
  z-index: 1050;
}

.accessibility-panel.is-open {
  transform: translateX(0);
}

.accessibility-panel-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}

.accessibility-panel-header h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: 1.35rem;
  margin: 0;
}

.accessibility-close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.accessibility-panel-body {
  padding: 1.5rem;
}

.accessibility-group {
  border: 0;
  border-bottom: 1px solid var(--line);
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}

.accessibility-group legend {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.accessibility-choice-row {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.accessibility-choice-row button {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  color: var(--ink);
  padding: 0.7rem 0.4rem;
}

.accessibility-choice-row button:first-letter {
  font-size: 1.1rem;
  font-weight: 700;
}

.accessibility-choice-row button span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

.accessibility-toggle {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.7rem 0;
}

.accessibility-toggle input {
  accent-color: var(--primary-colour);
  height: 1.1rem;
  order: 2;
  width: 1.1rem;
}

.accessibility-reset {
  background: var(--primary-colour);
  border: 1px solid var(--primary-colour);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.1rem;
}

body.accessibility-large-text {
  font-size: 112.5%;
}

body.accessibility-small-text {
  font-size: 87.5%;
}

body.accessibility-high-contrast {
  --ink: #000;
  --muted-ink: #222;
  --line: rgba(0, 0, 0, 0.6);
  filter: contrast(1.2);
}

body.accessibility-grayscale {
  filter: grayscale(1);
}

body.accessibility-underline-links a {
  text-decoration: underline;
}

body.accessibility-reduced-motion *,
body.accessibility-reduced-motion *::before,
body.accessibility-reduced-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

.participant-backdrop,
.contact-backdrop {
  background: rgba(25, 50, 47, 0.45);
  inset: 0;
  position: fixed;
  z-index: 1040;
}

.participant-panel,
.contact-panel {
  background: #fff;
  box-shadow: -0.5rem 0 2rem rgba(25, 50, 47, 0.2);
  height: 100vh;
  max-width: 41rem;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 250ms ease;
  width: min(92vw, 41rem);
  z-index: 1050;
}

.participant-panel iframe,
.contact-panel iframe {
  border: 0;
  display: block;
  height: 800px !important;
  max-height: none !important;
  overflow: auto;
  width: 100%;
}

.participant-iframe-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}

.participant-panel.is-open,
.contact-panel.is-open {
  transform: translateX(0);
}

.participant-panel-intro {
  background: var(--primary-colour);
  color: #fff;
  padding: 2rem;
}

.participant-panel-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
}

.participant-panel:not(.contact-panel) .participant-panel-header .participant-close {
  position: absolute;
  right: 0;
  top: 0;
}

.participant-panel-header h2 {
  color: #fff;
  font-family: "Poppins", Georgia, serif;
  font-size: 1.6rem;
  margin: 0;
}

.participant-panel-intro p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
  margin: 1rem 0 0;
}

.participant-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.participant-form-body {
  padding: 2rem;
}

.participant-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.participant-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.participant-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.participant-field label {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
}

.participant-field input,
.participant-field select,
.participant-field textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  color: var(--ink);
  font: inherit;
  min-height: 2.9rem;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.participant-field textarea {
  resize: vertical;
}

.participant-field input:focus,
.participant-field select:focus,
.participant-field textarea:focus {
  border-color: var(--primary-colour);
  outline: 2px solid rgba(79, 28, 103, 0.2);
}

.participant-submit {
  align-self: flex-start;
  background: var(--primary-colour);
  border: 1px solid var(--primary-colour);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.25rem;
}

.participant-submit:hover {
  background: #6a2a86;
  border-color: #6a2a86;
}

@media (max-width: 575.98px) {
  .participant-form-grid {
    grid-template-columns: 1fr;
  }
}
.contact-panel {
  max-width: 41rem;
}

.contact-panel .participant-panel-header {
  display: block;
  padding-right: 3.5rem;
  position: relative;
}

.contact-panel .participant-panel-header h2 {
  margin-bottom: 1rem;
}

.contact-panel .participant-panel-header p {
  margin-top: 0.75rem;
}

.contact-panel .participant-panel-header .participant-close {
  position: absolute;
  right: 0;
  top: 0;
}

.home-main-banner-button[data-participant-open],
.contact-section {
  display: none !important;
}

.home-main-banner {
  align-items: center;
  background: url("images/home-main-banner.webp") top/cover no-repeat;
  display: flex;
  max-height: 650px;
  min-height: 600px;
  padding: clamp(2rem, 6vw, 5rem);
}

.home-main-banner-overlay {
  background: rgba(217, 215, 255, 0.7);
  border-radius: 100px 0 100px 0;
  color: #fff;
  max-width: 34rem;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.home-main-banner-overlay h2 {
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.home-main-banner-overlay p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.home-main-banner-button {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.7rem 1.1rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.home-main-banner-button:hover {
  background: var(--mint);
  border-color: var(--mint);
  color: var(--ink);
}

.hero-banner {
  min-height: 540px;
}

.video-hero {
  background: rgba(217, 215, 255, 0.7);
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-inline: 0 !important;
  width: 100%;
}

.video-hero > .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.video-hero .hero-copy {
  background: transparent;
}

.video-hero .hero-copy h2 {
  color: #4f1c67;
}

.video-hero .hero-description {
  color: #000;
}

.hero-copy {
  align-self: center;
  padding: 5rem clamp(1.25rem, 5vw, 5rem);
}

.hero-image-wrap {
  min-height: 540px;
  max-height: 640px;
}

.hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center top;
  max-height: 640px;
}

.hero-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-slider-section {
  overflow: hidden;
  padding: 7rem 0;
  width: 100%;
}

.image-slider-header {
  margin: 0 0 3rem;
  padding-left: var(--section-inline-padding);
}

.image-slider-header h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.image-slider {
  overflow: hidden;
  padding-left: var(--section-inline-padding);
  padding-right: 0;
  position: relative;
}

.image-slider-track {
  display: flex;
  gap: 1.25rem;
  transform: translateX(0);
  transition: transform 450ms ease;
}

.image-slide {
  aspect-ratio: 1.15;
  flex: 0 0 calc((100vw - max(2rem, (100vw - 1240px) / 2) - 3.75rem) / 3.5);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.image-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-slide-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 20%;
  padding: 1.25rem 1.5rem;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: transform 250ms ease;
}

.image-slide:hover .image-slide-overlay,
.image-slide:focus-within .image-slide-overlay {
  transform: translateY(0);
}

.image-slide-overlay h3 {
  color: #d9d7ff;
  font-family: "Poppins", Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.image-slide-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.image-slider-next {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
  z-index: 1;
}

.image-slider-next:hover {
  background: #31554d;
}

.about-page .care-team-section {
  display: block;
  padding: 7rem var(--section-inline-padding);
  width: 100%;
}

.about-page .care-team-header {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  max-width: 34rem;
}

.about-page .care-team-header h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.about-page .care-team-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-self: end;
  max-width: 55rem;
  width: 100%;
}

.about-page .care-team-card {
  min-width: 0;
}

.about-page .care-team-card img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.about-page .care-team-card img.center {
  object-position: center top;
}

.about-page .care-team-card h3 {
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: 1.15rem;
  margin: 1rem 0 0.25rem;
}

.about-page .care-team-card > p {
  color: var(--muted-ink);
  font-size: 0.9rem;
  margin: 0;
}

.about-page .care-team-card-featured {
  grid-column: 4;
}

.about-page .care-team-contact {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.about-page .care-team-contact a {
  align-items: center;
  display: flex;
  justify-content: center;
  color: var(--ink);
  font-size: 1.25rem;
  height: 2rem;
  width: 2rem;
}

.feature-section {
  background: #4f1c67;
  color: #000;
  padding: 7rem var(--section-inline-padding);
  width: 100%;
}

.about-page .feature-section {
  background: #4f1c67;
  color: #fff;
  padding: 7rem var(--section-inline-padding);
  width: 100%;
}

.feature-section-header {
  margin-bottom: 4rem;
  max-width: 50%;
}

.feature-section .hero-eyebrow {
  color: #b7f7c2;
}

.feature-section-header h2 {
  color: #d9d7ff;
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.feature-section-header > p:last-child {
  color: #d9d7ff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.about-page .feature-section-header {
  margin: 0 auto;
  max-width: 40rem;
  text-align: center;
}

.about-page .feature-section-header h2 {
  color: #fff;
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.about-page .feature-section-header > p:last-child {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 auto 2rem;
}

.about-page .feature-section-button {
  background: #d9d7ff;
  color: #4f1c67;
  display: inline-block;
  font-weight: 700;
  padding: 0.85rem 1.4rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.about-page .feature-section-button:hover {
  background: #fff;
  color: #4f1c67;
}

.feature-rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-row {
  align-items: center;
  display: flex;
  gap: 2rem;
  width: 50%;
}

.feature-row-left {
  align-self: flex-end;
}

.feature-row-reverse {
  align-self: flex-start;
  flex-direction: row-reverse;
}

.feature-row-right {
  align-self: flex-end;
}

.feature-icon {
  align-items: center;
  background: #65527f;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 5rem;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

.feature-icon img {
  height: 2.25rem;
  object-fit: contain;
  width: 2.25rem;
}

.feature-icon svg {
  height: 2.25rem;
  width: 2.25rem;
}

.feature-copy {
  background: #d9d7ff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  flex: 1;
  padding: 2.5rem clamp(2rem, 5vw, 5rem);
  width: 100%;
}

.feature-copy h3 {
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.feature-copy p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 992px) {
  .feature-icon {
    flex-basis: 180px;
    height: 180px;
    width: 180px;
  }
  .feature-icon img,
  .feature-icon svg {
    height: 180px;
    width: 180px;
  }
  .feature-icon img {
    filter: brightness(0) invert(1);
    height: 120px;
    width: 120px;
  }
  .feature-icon svg {
    height: 120px;
    width: 120px;
  }
  .feature-copy {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.quote-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.quote-slider-track {
  display: flex;
  transition: transform 450ms ease;
}

.quote-slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 50% 50%;
  min-height: 560px;
}

.quote-slide-copy {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 8rem) var(--section-inline-padding);
}

.quote-slide-copy blockquote {
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.1;
  margin: 1.5rem 0 2rem;
}

.quote-attribution {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.quote-slide-image {
  min-height: 560px;
}

.quote-slide-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quote-slider-controls {
  bottom: 2rem;
  display: flex;
  gap: 0.75rem;
  left: var(--section-inline-padding);
  position: absolute;
}

.quote-slider-button {
  align-items: center;
  background: var(--primary-colour);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.quote-slider-button:hover {
  background: #6a2a86;
}

.contact-section {
  background: url("images/contact-form-bkg.jpg") center/cover no-repeat;
  display: flex;
  justify-content: flex-end;
  min-height: 760px;
  padding: 5rem var(--section-inline-padding);
  width: 100%;
}

.contact-form-wrap {
  background: rgba(255, 255, 255, 0.96);
  max-width: 40rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  width: 40%;
}

.contact-form-wrap h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.contact-intro {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-field label {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  color: var(--ink);
  font: inherit;
  min-height: 2.9rem;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

.contact-field textarea {
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--primary-colour);
  outline: 2px solid rgba(79, 28, 103, 0.2);
}

.contact-submit {
  align-self: flex-start;
  background: var(--primary-colour);
  border: 1px solid var(--primary-colour);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.8rem 1.25rem;
}

.contact-submit:hover {
  background: #6a2a86;
  border-color: #6a2a86;
}

.services-section {
  padding-bottom: 7rem !important;
  padding-top: 7rem !important;
}

.promise-section {
  background: #eceaff;
}

.promise-box {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  padding: 3rem;
}

.promise-box h3 {
  color: #4f1c67;
}

.promise-box p {
  color: #000;
}

.promise-box-accent {
  background: #d9d7ff;
  border-radius: 80px;
}

@media (max-width: 767.98px) {
  .promise-box {
    padding: 2rem;
  }
}
.guidance-section {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
}

.services-intro {
  margin-bottom: 3rem;
}

.services-intro h2 {
  margin-bottom: 1rem;
}

.two-panel {
  min-height: 360px;
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}

.two-panel h3 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.two-panel ul {
  list-style: disc;
  margin: 0;
  padding: 0rem 0 0 1.25rem;
}

.two-panel li {
  border-bottom: none;
  font-size: 1rem;
  padding: 0 0 1rem 0;
}

.guidance-intro {
  margin-bottom: 4rem;
  max-width: 44rem;
}

.guidance-intro h2 {
  margin-bottom: 1.25rem;
}

.guidance-column {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.guidance-column h3 {
  margin-bottom: 1.5rem;
}

.guidance-column ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

.guidance-column li {
  border-bottom: none;
  font-size: 0.95rem;
  padding: 0.75rem 0;
}

@media (max-width: 991.98px) {
  .home-main-banner {
    justify-content: center;
    min-height: 560px;
    padding: 1.25rem;
  }
  .home-main-banner-overlay {
    border-radius: 50px 0 50px 0;
    padding-left: clamp(3rem, 12vw, 6rem);
    padding-right: clamp(3rem, 12vw, 6rem);
  }
  .hero-copy {
    max-width: 42rem;
    padding: 4rem 1.25rem 3rem;
  }
  .hero-image-wrap {
    min-height: 360px;
  }
  .care-team-section {
    grid-template-columns: 1fr;
    padding: 5rem 0;
  }
  .care-team-header {
    padding-left: var(--section-inline-padding);
    padding-right: var(--section-inline-padding);
  }
  .care-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 var(--section-inline-padding);
  }
  .care-team-card-featured {
    grid-column: 1/-1;
  }
  .image-slider-section {
    padding: 5rem 0;
  }
  .image-slider-header {
    padding-left: var(--section-inline-padding);
  }
  .image-slider {
    padding-left: var(--section-inline-padding);
  }
  .image-slide {
    flex-basis: min(78vw, 24rem);
  }
  .image-slider-next {
    right: 1.25rem;
  }
  .feature-section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .feature-section-header {
    margin-bottom: 3rem;
    max-width: 100%;
  }
  .feature-row,
  .feature-row-reverse,
  .feature-row-right {
    align-self: stretch;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .feature-copy {
    max-width: none;
  }
  .quote-slide {
    grid-template-columns: 1fr;
  }
  .quote-slide-copy,
  .quote-slide-image {
    min-height: auto;
  }
  .quote-slide-copy {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
  .quote-slide-image {
    height: 22rem;
  }
  .contact-section {
    justify-content: stretch;
    padding: 3rem 1.25rem;
  }
  .contact-form-wrap {
    max-width: none;
    width: 100%;
  }
  .contact-form-grid-two {
    grid-template-columns: 1fr;
  }
}
.supports-page .hero-image {
  object-position: center top;
}

@media (min-width: 992px) {
  .supports-page main > .hero-banner:first-child {
    min-height: 500px;
    max-height: 640px;
    overflow: hidden;
  }
  .supports-page main > .hero-banner:first-child > .row {
    height: 100%;
  }
}
body.services-page {
  overflow-x: clip;
}

.services-page-banner {
  align-items: center;
  background: #b09ece;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 3.5rem;
  width: 100%;
}

.services-page-banner h2 {
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: 36px;
  margin: 0;
  text-align: center;
}

.services-content {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  padding-bottom: 5rem;
}

.services-content-copy h2 {
  font-size: 24px !important;
  line-height: 1.25;
  margin-bottom: 1rem !important;
}
.services-content-copy h3 {
  font-family: "Poppins", Georgia, serif;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.75rem;
}
.services-content-copy .accordion-header {
  margin-bottom: 0;
}
.services-content-copy p {
  max-width: 48rem;
}
.services-content-copy ul li {
  margin-bottom: 0.75rem;
}

.services-accordion {
  margin-top: 2rem;
}
.services-accordion .accordion-item {
  background: transparent;
  border-color: var(--line);
  padding: 1rem;
}
.services-accordion .accordion-button {
  background: transparent;
  color: #4f1c67;
  font-family: "Poppins", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0;
}
.services-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.services-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 28, 103, 0.2);
}
.services-accordion .accordion-body {
  padding: 0.25rem 2.5rem 1.25rem 0;
}
.services-accordion .accordion-body p {
  margin-top: 1rem;
}

.services-content-boxes {
  display: grid;
  gap: 1.25rem;
}
.services-content-boxes .services-box {
  padding: 4rem 2rem;
}
.services-content-boxes .services-box h2 {
  font-family: "Poppins", Georgia, serif;
  font-size: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}
.services-content-boxes .services-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.services-content-boxes .services-box p {
  margin-bottom: 0;
}
.services-content-boxes .services-box-primary {
  background: #d9d7ff;
  border-radius: 80px 0 80px 0;
}
.services-content-boxes .services-box-primary p {
  margin-bottom: 1rem;
}
.services-content-boxes .services-box-primary ul li {
  margin-bottom: 0.75rem;
}
.services-content-boxes .services-box-secondary {
  background: #dbdddc;
  border-radius: 0 80px 0 0;
}
.services-content-boxes .services-box-secondary p {
  margin-bottom: 1rem;
}
.services-content-boxes .services-box-secondary ul li {
  margin-bottom: 0.75rem;
}
.services-content-boxes .services-box-tertiary {
  background: #eef5ee;
  border-radius: 80px;
}

.services-box-button {
  background: #4f1c67;
  border-radius: 999px;
  color: #fff;
  margin-top: 1.25rem;
  padding: 0.7rem 1.25rem;
}
.services-box-button:hover, .services-box-button:focus {
  background: #006315;
  color: #fff;
}

@media (max-width: 767.98px) {
  .services-content {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
  .services-box {
    padding: 1.75rem;
  }
}
