@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

pre.w-code-block code > span {
  display: block !important;
}

.w-optimization {
  display: contents;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w--tab-active {
  display: block;
}

.w-ix-emptyfix:after {
  content: "";
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

:root {
  --font-family: Manrope, sans-serif;
  --color: #222223;
  --orange: #e55e4c;
  --white: white;
  --light-grey: #e6e7e8;
  --dark-orange: #c14538;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* Webflow 12-column grid, trimmed to the two classes this site uses
   (.w-row on the projects list, .w-col-6 on its cards). Must sit with the
   other Webflow component rules so page styles still override it. */
.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-row:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.w-col-6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--font-family);
  color: var(--color);
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

a {
  border-bottom: 2px solid var(--color);
  color: var(--color);
  text-decoration: none;
}

.backgound-orange {
  background-color: var(--orange);
}

.backgound-orange.pattern-orange {
  background-position: 50% 100%;
  background-size: 80%;
}

.intro-wrapper {
  gap: 44px;
  padding-bottom: 44px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1360px;
  min-height: 150px;
  display: flex;
}

.homepage-heading {
  color: var(--color);
  order: -1;
  align-self: center;
  margin-top: -30px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: block;
}

.text-span {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.profile-image {
  float: right;
  order: 1;
  width: 35%;
  margin-bottom: -30px;
}

.background-grey {
  z-index: 1;
  border-bottom: 1px none var(--color);
  background-color: var(--light-grey);
  position: static;
}

.background-grey.white-pattern {
  background-image: url('../img/background-white.svg');
  background-position: 0 0;
  background-size: 100%;
}

.wrapper {
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.header {
  padding-bottom: 40px;
}

.wrapper.footer {
  color: var(--white);
}

.wrapper.service-wrapper {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.wrapper.wrapper-narrow {
  padding-left: 5%;
  padding-right: 5%;
  display: inline;
}

.wrapper.wrapper-testimonial {
  background-image: url('../img/quote-white.svg'), url('../img/quote-grey.svg');
  background-position: 0 60px, 100% 105px;
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 70px, 90px 70px;
  padding-right: 140px;
}

.wrapper.projects-wrapper {
  width: 90%;
  max-width: 1080px;
}

.wrapper.credential-wrapper {
  text-align: center;
}

.wrapper.slider-wrapper {
  width: calc(90% - 160px);
}

.wrapper.wrapper-logos {
  width: calc(90% - 160px);
  padding-top: 0;
}

.intro-text {
  font-family: var(--font-family);
  color: var(--color);
  order: -1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 3.3rem;
}

.intro-text.intro-projects {
  width: 80%;
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 2rem;
  line-height: 3rem;
}

.intro-link {
  border-bottom: 2px solid var(--color);
  color: var(--color);
  border-radius: 1px;
  flex: 0 auto;
  text-decoration: none;
  display: inline;
  position: relative;
}

.intro-small {
  color: var(--color);
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: block;
}

.quick-stack {
  grid-column-gap: 30px;
  padding-left: 0;
  padding-right: 0;
}

.programme {
  background-color: var(--white);
  border-top: 15px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.prog-list {
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 0 0;
}

.prog-list.progr-list-servicepage {
  flex: none;
  width: 45%;
  margin-left: 40px;
  margin-right: 20px;
  padding-right: 0;
}

.body {
  color: var(--color);
  letter-spacing: .03rem;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.programme-name {
  background-color: var(--color);
  width: 100%;
  font-family: var(--font-family);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.programme-name.service-name {
  margin-bottom: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.highlight {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.prog-list-item {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.prog-list-item.go {
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.prog-list-item.prog-list-item-last {
  border-bottom-style: none;
}

.arrow-link {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../img/arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

.arrow-link.arrow-link-project {
  text-transform: uppercase;
  background-position: 100% 100%;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 10px;
  display: inline-block;
}

.arrow-link.arrow-link-back {
  background-image: url('../img/arrow-back.svg');
  background-position: 0%;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 0;
  display: block;
}

.background-white {
  background-color: var(--white);
}

.heading-3 {
  float: left;
  width: 50%;
  color: var(--color);
  margin-top: 0;
  padding-right: 15px;
  font-weight: 400;
}

.benefits {
  float: right;
  width: 50%;
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
}

.orange, .text-span-3 {
  color: var(--orange);
}

.logo {
  float: right;
  width: 120px;
  margin-top: -19px;
}

.nav-menu-2 {
  clear: left;
  margin-top: 20px;
}

.navbar {
  float: left;
  background-color: #ddd0;
}

.navigation-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right: 0 #000;
  margin-right: 20px;
  padding: 0 0 10px;
}

.navigation-link:hover {
  color: var(--white);
  border: 1px #000;
}

.navigation-link:focus {
  border-right-style: none;
  border-right-width: 0;
}

.navigation-link:lang(en) {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navigation-link.w--current {
  border-style: solid;
  border-width: 0 0 1.3px;
  border-color: black black var(--color);
  color: var(--color);
  margin-right: 20px;
  padding: 0 0 10px;
  text-decoration: none;
}

.navigation-link.nav-on {
  border-bottom-width: 1.3px;
}

.navigation-link.projects-nav {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.link {
  border-bottom-width: .125rem;
}

.heading-6, .heading-7, .heading-8 {
  font-weight: 400;
}

.paragraph {
  letter-spacing: .003rem;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.bold-text {
  font-weight: 500;
}

.icon-image {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.icon-description {
  width: 90%;
  color: var(--color);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 29px;
}

.quoter {
  color: var(--color);
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.single-quote {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 26px;
  line-height: 35px;
}

.single-quote.on-orange {
  color: var(--white);
}

.background-charcoal {
  background-color: var(--color);
}

/* The footer's two columns. A flex row rather than the floats Webflow left
   here, so the menu is the same height as the contact block and lines up with
   it top and bottom however the contact copy grows. */
.footer-cols {
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  display: flex;
}

/* Keeps the half-width column the floats gave it, so the intro and the note
   below the button wrap where they always did rather than at whatever width
   the email line happens to need. */
.footer-contact {
  flex: 0 1 50%;
  color: var(--orange);
}

.paragraph-3 {
  color: var(--white);
}

.heading-10 {
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

/* space-between spreads the five links over the contact column's height,
   which is what makes the two columns finish level. */
.footer-nav {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
}

.footer-link {
  color: var(--light-grey);
}

.footer-link:hover {
  color: var(--orange);
}

.copyright {
  clear: both;
  color: #888;
  width: 50%;
  margin-top: 0;
  padding-top: 40px;
  font-size: 12px;
}

.back-up {
  float: right;
  clear: none;
  width: 25px;
}

.body-2 {
  background-color: var(--orange);
}

.body-3 {
  border-top: 11px solid var(--color);
  background-color: var(--color);
}

.pattern-orange {
  background-color: var(--orange);
  background-image: url('../img/background3.svg');
  background-position: 50% 0;
  background-size: 100%;
}

.text-span-5 {
  color: #888;
}

.quick-stack-2 {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
}

.quick-stack-2.credentials {
  margin-top: -97px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  justify-content: space-between;
  align-items: center;
}

.top-section {
  width: 90%;
  max-width: 1360px;
  padding-bottom: 160px;
}

.top-section.top-section-small {
  padding-bottom: 60px;
}

.top-section.top-section-credientials {
  padding-bottom: 140px;
}

.page-heading {
  font-size: 44px;
}

.page-sub-heading {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3rem;
}

.service {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 47px;
}

.service-content {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.go-link {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../img/arrow-right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom-style: none;
  flex-flow: column;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: baseline;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  display: flex;
}

.service-description {
  width: 55%;
  margin-bottom: 0;
  margin-left: 30px;
}

.service-text {
  width: auto;
  margin-right: 40px;
  padding: 25px 20px 20px 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.button {
  background-color: var(--color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../img/arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  font-size: 14px;
  display: inline-block;
}

.button.cta-button {
  align-self: flex-end;
  margin-top: auto;
  padding: 12px 70px 12px 20px;
  font-size: 18px;
}

.button.cta-button.home-cards {
  padding: 8px 60px 8px 15px;
  font-size: 16px;
}

.wrapper-services {
  margin-top: -148px;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 60px;
}

.accordion {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.accordion-panel {
  opacity: 1;
  transition: opacity .2s;
  display: block;
  overflow: hidden;
}

.accordion-q {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.accordion-icon-wrapper {
  flex: none;
}

.image {
  width: 20px;
}

.faq {
  border-top: 1px solid #000;
  width: 100%;
}

.dropdown-toggle {
  display: flex;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  overflow: hidden;
}

.accordion-paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-11 {
  text-align: center;
}

.credential-block {
  float: left;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--light-grey);
  flex-flow: row;
  align-items: flex-start;
  width: 25%;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.credential-heading {
  float: none;
  width: 100%;
  color: var(--orange);
  margin-top: -2px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.credential-list {
  float: none;
  clear: none;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 19px;
  line-height: 27px;
}

.text-span-6 {
  color: var(--orange);
}

.list-item {
  margin-bottom: 10px;
}

.credential-list-item {
  margin-bottom: 20px;
  line-height: 36px;
}

.cta {
  width: 60%;
  color: var(--white);
  text-align: center;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 52px;
}

.cta.cta-on-white {
  color: var(--color);
}

.call-to-action {
  text-align: center;
  margin-bottom: 10px;
}

.image-2 {
  float: left;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 120px;
  margin-right: 15px;
  display: inline;
}

.testimonial-text {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}

.testimonial {
  background-color: var(--white);
  padding-right: 0;
}

.testimonial-type {
  color: var(--orange);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  display: none;
}

.author {
  color: var(--orange);
  margin-top: 0;
  padding-top: 7px;
}

.author-role {
  font-size: 16px;
}

.author-name-role {
  clear: left;
  margin-top: 0;
}

.code-embed {
  font-size: 18px;
}

.project-list-item {
  background-color: var(--white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 30%;
  margin-bottom: 3%;
  margin-left: 0%;
  margin-right: 3%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body3 {
  display: block;
}

.text-block-2 {
  float: left;
  width: 70%;
  margin-top: -6px;
  padding-bottom: 40px;
  padding-right: 30px;
  font-size: 35px;
  line-height: 62px;
}

.key-points {
  float: right;
  width: 30%;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}

.project-image {
  aspect-ratio: 2;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  margin-top: -120px;
}

.heading-12 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 60px;
}

.rich-text-block {
  margin-top: 40px;
}

.link-block {
  float: right;
  border-bottom-width: 0;
}

.link-block.w--current {
  z-index: 8;
  border-bottom-style: none;
  position: relative;
}

.link-block-2 {
  float: right;
  border-bottom-width: 0;
  text-decoration: none;
}

.project-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-3 {
  object-fit: contain;
}

.project-listing-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.link-block-3 {
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}

.link-block-3:hover {
  background-color: #f5f6f7;
}

.project-image-listing {
  aspect-ratio: 2;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  display: block;
  overflow: clip;
}

.project-listing-text {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 20px 10px;
  display: flex;
}

.pattern-white {
  background-color: var(--white);
  background-image: url('../img/background-grey.svg');
  background-position: 0 0;
  background-size: 100%;
}

.heading-13 {
  flex: none;
  margin-top: 0;
}

.project-link-text {
  border-bottom-style: none;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.project-image-link {
  border-bottom-style: none;
  margin: 20px 20px 10px;
}

.text-block-3 {
  flex: 1;
}

.paragraph-5 {
  margin-bottom: 25px;
}

.project-text {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.rich-text-block-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.icon-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.icon-wrapper.icon-wrapper-credentials {
  margin-top: -70px;
}

.icon-item {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block {
  border-radius: 0%;
  width: 180px;
  height: 180px;
}

.image-4 {
  width: 100%;
  max-width: 140px;
}

.rich-text-block-3, .rich-text-block-4, .paragraph-6, .paragraph-7 {
  display: block;
}

.paragraph-8 {
  margin-bottom: 16px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.credential-icon {
  float: left;
  width: 130px;
  margin-right: 60px;
  padding-bottom: 20px;
  display: block;
}

.credential-text {
  float: none;
  width: 80%;
  padding-left: 0;
}

.credential-header-image {
  order: 1;
  width: 40%;
  max-width: 700px;
  margin-bottom: -40px;
}

.collection-list-wrapper {
  margin-top: -150px;
  margin-right: -10px;
  padding-left: 10px;
}

.text-span-7 {
  color: var(--orange);
}

.collection-list-wrapper-2 {
  margin-top: 0;
}

.collection-list {
  margin-top: -25px;
  margin-bottom: -25px;
}

.div-block-2 {
  order: -1;
  position: static;
}

.intro-email {
  margin-top: 25px;
  padding-left: 0;
  font-size: 23px;
}

.email-link {
  border-bottom-style: none;
  border-bottom-color: var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.card-content {
  width: 100%;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.card-content.card-services {
  width: 55%;
  display: block;
}

.list {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: block;
}

.card-content-list-item {
  border-bottom: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.logo-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider {
  background-color: #0000;
  height: 180px;
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 16%;
  margin-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left-icon {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}

.left-icon.right-icon {
  padding-left: 20px;
}

.slide-nav, .slide-nav-2 {
  display: none;
}

.cms-slider {
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-2 {
  vertical-align: middle;
  width: 16.6667%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.slide-3, .slide-4 {
  width: 16%;
}

.mask {
  mix-blend-mode: luminosity;
  align-self: center;
}

.left-arrow {
  flex: 0 auto;
  order: 0;
  margin-left: -80px;
  padding-left: 0;
}

.right-arrow {
  margin-right: -80px;
}

.collection-item {
  justify-content: space-around;
  align-items: stretch;
  display: inline-flex;
}

.image-5 {
  flex: none;
  align-self: center;
  width: 100%;
  display: block;
}

.slider-2 {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: stretch;
  height: 160px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.project-footnote {
  border-top: 1px solid var(--light-grey);
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding-top: 10px;
  font-size: 15px;
  display: flex;
}

.project-bottom {
  order: 1;
  align-self: stretch;
  margin-top: 30px;
}

.text-block-4 {
  height: 20px;
  color: var(--orange);
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.project-footnote-text {
  margin-bottom: 5px;
  margin-left: -10px;
  display: block;
}

.icon-2, .icon-3 {
  color: var(--color);
}

.container {
  text-align: center;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
}

.image-6 {
  mix-blend-mode: luminosity;
  flex: none;
  align-self: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-2 {
  align-self: center;
  display: block;
}

.slide-5 {
  width: 16.6667%;
  height: 150px;
  padding-bottom: 0;
}

.slide-nav-3 {
  display: none;
}

.collection-list-wrapper-3 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  align-self: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.slider-3 {
  background-color: var(--light-grey);
  text-align: center;
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.left-arrow-2 {
  color: var(--color);
  margin-left: -80px;
}

.icon-4 {
  color: var(--color);
}

.right-arrow-2 {
  margin-right: -80px;
}

.collection-item-2 {
  display: flex;
}

.heading-15 {
  text-align: center;
  width: 90%;
  min-width: 0;
  max-width: 1360px;
  margin: 0 auto 30px;
  padding-top: 60px;
  font-size: 31px;
}

.pagination {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: -25px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.pagination-link {
  border-bottom: 1px solid var(--color);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.next {
  background-color: var(--white);
  border-style: none;
  border-radius: 6px;
  margin-top: 20px;
}

.next-2 {
  background-color: var(--light-grey);
  border-style: none;
}

.testimonial-rich {
  margin-bottom: 0;
  display: block;
}

.first-card-item {
  color: var(--orange);
  padding-top: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.italic-text {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.home-card-heading {
  border-bottom: 1px solid var(--light-grey);
  width: 100%;
  color: var(--orange);
  border-radius: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 27px;
}

.text-span-8 {
  color: var(--color);
}

.home-card-text {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .homepage-heading {
    margin-bottom: 40px;
    line-height: 62px;
  }

  .background-grey {
    z-index: 0;
    position: static;
  }

  .background-grey.white-pattern {
    background-size: 200%;
  }

  .wrapper {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .wrapper.header {
    z-index: 34;
    width: 100%;
    position: relative;
  }

  .intro-text {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }

  .arrow-link.arrow-link-project {
    background-position: 100% 100%;
    flex: 1;
    justify-content: flex-start;
    align-self: baseline;
    align-items: flex-end;
    display: flex;
  }

  .logo {
    z-index: 2;
    margin-right: 40px;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--orange);
    width: 100%;
    margin-top: -120px;
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
    position: absolute;
    box-shadow: 0 3px 3px 2px #0003;
  }

  .navbar {
    z-index: 0;
    width: 100%;
    margin-top: -50px;
  }

  .navigation-link {
    text-align: left;
    width: 100%;
    margin-right: 0;
    font-size: 24px;
    line-height: 33px;
  }

  .navigation-link.w--current {
    border: 0 #000;
  }

  .navigation-link.projects-nav {
    border-bottom-style: none;
  }

  .icon-image {
    width: 100px;
  }

  .icon-description {
    width: 90%;
    font-size: 21px;
    line-height: 28px;
  }

  .icon-description.credentials {
    font-size: 21px;
  }

  .pattern-orange {
    z-index: 1;
    background-position: 50%;
    background-size: 180%;
    position: static;
  }

  .quick-stack-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .quick-stack-2.credentials {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .top-section {
    padding-bottom: 140px;
  }

  .top-section.top-section-credientials {
    padding-bottom: 100px;
  }

  .page-sub-heading {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }

  .accordion-header {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-panel {
    display: block;
  }

  .accordion-icon-wrapper {
    align-self: center;
  }

  .image {
    height: 20px;
  }

  .credential-block {
    width: 50%;
    margin-bottom: 20px;
  }

  .credential-heading {
    clear: left;
    font-size: 25px;
  }

  .credential-list {
    clear: left;
    padding-bottom: 0;
    padding-right: 40px;
    font-size: 20px;
  }

  .cta, .cta.cta-on-white {
    width: 100%;
  }

  .project-list-item {
    flex-flow: column;
    width: 47%;
    display: flex;
  }

  .text-block-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 41px;
  }

  .key-points {
    padding-bottom: 0;
  }

  .link-block-3 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: block;
  }

  .project-listing-text {
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
  }

  .pattern-white {
    background-size: 200%;
  }

  .heading-13 {
    flex: 0 auto;
    order: 0;
  }

  .rich-text-block-2 {
    margin-bottom: 40px;
  }

  .icon {
    font-size: 30px;
  }

  .menu-button {
    float: left;
    margin-left: 40px;
    padding-left: 0;
  }

  .menu-button.w--open {
    z-index: 1001;
    float: left;
    background-color: var(--orange);
    font-size: 14px;
    font-weight: 400;
  }

  .icon-wrapper {
    width: 100%;
  }

  .icon-wrapper.icon-wrapper-credentials {
    margin-top: -50px;
    padding-bottom: 10px;
  }

  .div-block {
    height: 200px;
  }

  .image-4 {
    max-width: 110px;
  }

  .credential-icon {
    width: 120px;
    margin-right: 40px;
    display: none;
  }

  .credential-text {
    width: 100%;
  }

  .credential-header-image {
    width: 50%;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .slide-2 {
    outline-offset: 0px;
    outline: 3px #555;
    width: 25%;
  }

  .left-arrow {
    margin-left: -100px;
  }

  .right-arrow {
    margin-right: -100px;
  }

  .slider-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-footnote {
    margin-bottom: 0;
  }

  .text-block-4 {
    display: inline-block;
  }

  .slide-5 {
    width: 25%;
    padding-bottom: 0;
  }

  .heading-15 {
    min-width: 0;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .homepage-heading {
    flex: 0 auto;
    align-self: auto;
    font-size: 42px;
    line-height: 52px;
  }

  .profile-image {
    flex: 0 auto;
    width: 40%;
  }

  .background-grey {
    z-index: 0;
    position: static;
  }

  .wrapper {
    padding-bottom: 40px;
  }

  .wrapper.header {
    z-index: 3;
    position: relative;
  }

  .wrapper.wrapper-testimonial {
    background-image: none;
    padding-right: 0;
  }

  .wrapper.projects-wrapper {
    width: 90%;
  }

  .wrapper.slider-wrapper {
    width: calc(90% - 100px);
  }

  .intro-text {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  .intro-text.intro-projects {
    width: 100%;
  }

  .prog-list.progr-list-servicepage {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .programme-name.service-name {
    padding-left: 20px;
  }

  .prog-list-item.prog-list-item-last {
    border-bottom-width: 2px;
    border-bottom-color: var(--light-grey);
  }

  .heading-3 {
    width: 100%;
  }

  .benefits {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }

  .nav-menu-2 {
    z-index: 7;
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-shadow: 0 -3px 4px 8px #0000001a;
  }

  .navigation-link:hover {
    border: 0 solid #000;
  }

  .icon-image {
    flex: none;
    order: -1;
  }

  .icon-description {
    text-align: center;
    width: 90%;
    padding-left: 0;
    display: block;
  }

  .single-quote.on-orange {
    margin-bottom: 0;
  }

  .pattern-orange {
    z-index: 1;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 180% 200%;
    position: static;
  }

  .quick-stack-2.credentials {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .top-section {
    padding-bottom: 140px;
  }

  .page-heading {
    font-size: 39px;
  }

  .page-sub-heading {
    margin-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .service-content {
    display: block;
  }

  .service-description {
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-text {
    border-top: 1px none var(--light-grey);
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .accordion-icon-wrapper {
    align-self: flex-start;
    margin-top: 20px;
    padding-top: 0;
  }

  .credential-heading {
    width: 100%;
    margin-bottom: 0;
  }

  .credential-list {
    width: 100%;
    padding-top: 20px;
  }

  .cta {
    font-size: 28px;
    line-height: 44px;
  }

  .text-block-2 {
    width: 100%;
    padding-right: 0;
  }

  .key-points {
    width: 100%;
  }

  .project-image-link {
    margin: 10px 10px 0;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .rich-text-block-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    margin-left: 5%;
  }

  .menu-button.w--open {
    z-index: 8;
  }

  .icon-wrapper {
    text-align: center;
    flex-flow: wrap;
  }

  .icon-wrapper.icon-wrapper-credentials {
    padding-bottom: 0;
  }

  .icon-item {
    flex-flow: column;
    width: 50%;
    margin-bottom: 30px;
  }

  .section {
    display: block;
  }

  .credential-icon {
    width: 100px;
    margin-right: 30px;
  }

  .credential-text {
    float: none;
  }

  .collection-list-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .card-content.card-services {
    width: 100%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .slide-2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow {
    margin-left: -100px;
  }

  .right-arrow {
    margin-right: -100px;
  }

  .icon-2, .icon-3 {
    font-size: 24px;
  }

  .heading-14 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 38px;
  }

  .slide-5 {
    width: 50%;
    padding-bottom: 0;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

  .heading-15 {
    padding-top: 40px;
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .intro-wrapper {
    display: block;
  }

  .homepage-heading {
    margin-top: -23px;
    margin-bottom: 24px;
    font-size: 37px;
    line-height: 43px;
  }

  .profile-image {
    width: 100%;
  }

  .background-grey {
    position: static;
  }

  .background-grey.white-pattern {
    background-position: 0%;
    background-repeat: repeat-x;
    background-size: 320%;
  }

  .wrapper.header {
    z-index: 31;
  }

  .wrapper.service-wrapper {
    padding-bottom: 20px;
  }

  .wrapper.projects-wrapper {
    width: 90%;
    padding-top: 27px;
    padding-bottom: 40px;
  }

  .wrapper.credential-wrapper {
    text-align: left;
  }

  .wrapper.slider-wrapper {
    width: calc(90% - 60px);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.wrapper-logos {
    width: calc(90% - 40px);
  }

  .intro-text {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .intro-text.intro-projects {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .intro-small {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .quick-stack {
    padding-top: 0;
  }

  .programme {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prog-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .prog-list.progr-list-servicepage {
    padding-top: 0;
  }

  .nav-menu-2 {
    padding-top: 120px;
    padding-left: 20px;
    position: static;
  }

  .navbar {
    z-index: 1;
  }

  .icon-description {
    text-align: left;
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 19px;
    line-height: 27px;
  }

  .footer-contact {
    width: 100%;
    margin-bottom: 26px;
  }

  /* The row unwinds here, or the columns stay side by side and the menu's
     space-between pitch stretches to fill the taller contact column. */
  .footer-cols {
    flex-direction: column;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }

  .footer-nav-link, .footer-link {
    text-align: left;
  }

  .pattern-orange {
    background-position: 50% 0;
    background-size: 320%;
  }

  .top-section {
    padding-bottom: 120px;
  }

  .top-section.top-section-small {
    padding-bottom: 20px;
  }

  .top-section.top-section-credientials {
    padding-bottom: 40px;
  }

  .page-heading {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .page-sub-heading {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .service {
    margin-top: 22px;
  }

  .go-link {
    margin-left: 20px;
  }

  .button.cta-button {
    font-size: 15px;
    line-height: 22px;
  }

  .wrapper-services {
    margin-top: -121px;
  }

  .accordion-q {
    padding-right: 10px;
  }

  .accordion-icon-wrapper {
    flex: none;
  }

  .heading-11 {
    text-align: left;
  }

  .credential-block {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .credential-heading {
    margin-top: 0;
  }

  .credential-list {
    border-bottom: 1px solid var(--light-grey);
    padding-top: 10px;
    padding-right: 0;
  }

  .cta {
    text-align: left;
    font-size: 24px;
    line-height: 38px;
  }

  .cta.cta-on-white {
    font-size: 24px;
    line-height: 36px;
  }

  .call-to-action {
    text-align: left;
  }

  .project-list-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .text-block-2 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .project-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-top: 0;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 30px;
    line-height: 44px;
  }

  .link-block {
    border-bottom-width: 0;
  }

  .link-block.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
    position: relative;
  }

  .pattern-white {
    background-position: 0 100%;
    background-size: 320%;
  }

  .project-text {
    margin-top: 20px;
  }

  .rich-text-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .icon-wrapper {
    padding-bottom: 20px;
  }

  .icon-wrapper.icon-wrapper-credentials {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .icon-item {
    flex-flow: row;
    flex: none;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }

  .image-4 {
    max-width: 90px;
  }

  .credential-icon {
    float: none;
  }

  .credential-header-image {
    width: 100%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slide-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .left-arrow {
    margin-left: -80px;
  }

  .right-arrow {
    margin-right: -80px;
  }

  .slider-2, .div-block-3 {
    height: 150px;
  }

  .icon-2, .icon-3 {
    font-size: 22px;
  }

  .heading-14 {
    margin-bottom: 20px;
  }

  .image-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-5 {
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-3 {
    mix-blend-mode: luminosity;
    width: 100%;
    overflow: visible;
  }

  .left-arrow-2 {
    width: 30px;
    margin-left: -30px;
  }

  .icon-4 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .right-arrow-2 {
    flex: none;
    width: 30px;
    margin-right: -30px;
  }

  .icon-5 {
    font-size: 30px;
  }

  .pagination-link {
    font-size: 15px;
  }

  .home-card-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .home-card-text {
    margin-bottom: 20px;
  }
}

#w-node-_8a1fffab-309c-ae38-d831-ee71f9e846db-34e10d89 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8a1fffab-309c-ae38-d831-ee71f9e846db-34e10d89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a1fffab-309c-ae38-d831-ee71f9e846db-34e10d89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Styles lifted from Webflow per-page embeds, consolidated here.
   ========================================================================== */

.button {
  background-position: right 12px center !important;
}

.card-content ul li {
  color: #222223;
  border-bottom: 1px solid #e6e7e8;
  margin: 0 0 10px;
  padding: 10px 0 15px;
}
.card-content ul li em,
.card-content em {
  color: #e55e4c;
  font-style: normal;
}
.card-content p {
  color: #222223;
  font-style: normal;
}

.benefits span {
  color: #e55e4c;
}

.accordion-q:before {
  content: '//';
  color: #E55E4C;
  margin-right: 5px;
}

.credential-list li:before {
  content: '//';
  color: #E55E4C;
  margin-right: 5px;
}
.credential-list li {
  list-style: none;
  text-indent: none;
  margin-bottom: 20px;
}
.credential-list li li {
  margin-bottom: 0;
  padding-left: 0;
}
.credential-list li li:before {
  content: '\2192';
  color: #E55E4C;
  margin-right: 5px;
  margin-bottom: 0;
}
.credential-list ul {
  margin-left: 0;
  padding-left: 0;
}
.credential-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.key-points li:before {
  content: '//';
  color: #E55E4C;
  margin-right: 5px;
}
.key-points li {
  list-style: none;
  text-indent: none;
  border-bottom: 1px solid #61595b;
  margin-bottom: 20px;
}
.key-points ul {
  margin-left: 0;
  padding-left: 0;
}
.key-points:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.key-points a {
  text-decoration: none;
  border-bottom: 0;
}
.project-text p {
  margin-bottom: 20px;
}

.project-list-item {
  pointer-events: none;
}
.project-link-text,
.project-image-link {
  pointer-events: auto;
}
.project-list-item:hover {
  background: #f4f4f4;
}
.project-footnote-text:first-letter {
  padding-left: 15px;
}

.testimonial:nth-child(2n) {
  background: #e6e7e8;
}
.testimonial:nth-child(2n) .wrapper-testimonial {
  padding-left: 140px;
  padding-right: 0;
}
@media only screen and (max-width: 568px) {
  .testimonial:nth-child(2n) .wrapper-testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ==========================================================================
   Local additions: hamburger icon, client-logo grid, no-JS fallback.
   ========================================================================== */

/* Hamburger, formerly a Webflow icon-font glyph. The 30x30 box matches the
   glyph's rendered size, which the header height depends on. */
.menu-button .icon {
  width: 30px;
  height: 30px;
  display: block;
}
.menu-button .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Client logos: replaces the Finsweet/Webflow slider with a static grid.
   Explicit column counts per breakpoint read more predictably here than
   auto-fit, which lands on awkward counts at mid widths. */
.logo-grid {
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 34px 30px;
  width: 100%;
  display: grid;
}
.logo-grid img {
  filter: grayscale(100%);
  opacity: .75;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  transition: opacity .2s, filter .2s;
  display: block;
}
.logo-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;
  }
}
@media screen and (max-width: 479px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Accordion: collapsed by default, but readable if JavaScript never runs. */
.no-js .accordion-panel {
  height: auto !important;
}
.accordion-icon-wrapper {
  transition: transform .2s ease;
}
.accordion-header[aria-expanded="true"] .accordion-icon-wrapper {
  transform: rotate(180deg);
}

/* The accordion height is animated by site.js; Webflow drove it from IX2. */
.accordion-panel {
  transition: height .25s ease, opacity .2s;
}

/* ==========================================================================
   Hero. A short headline carries the claim, with the qualification moved
   down into the supporting line, so the heading keeps its original weight
   and the eyebrow, lede and call to action stack beneath it.
   ========================================================================== */

.hero-eyebrow {
  text-wrap: balance;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.hero-eyebrow span {
  opacity: .55;
  margin: 0 2px;
}

.homepage-heading {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 58px;
}

.hero-lede {
  color: var(--color);
  max-width: 30em;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

/* The CTA slot was already in the markup, just empty. */
.intro-email {
  margin-top: 28px;
}

.button.book-cta {
  align-self: flex-start;
  margin-top: 0;
  padding: 14px 58px 14px 22px;
  font-size: 16px;
}

.cta-note {
  color: var(--color);
  opacity: .8;
  margin: 10px 0 0;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}

.cta-note .slash {
  opacity: .55;
  margin-right: 5px;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .homepage-heading {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 50px;
  }
  .hero-eyebrow {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-lede {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .homepage-heading {
    font-size: 38px;
    line-height: 46px;
  }
  .intro-wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .homepage-heading {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 40px;
  }
  .hero-lede {
    max-width: none;
  }
  .button.book-cta {
    text-align: left;
    width: 100%;
  }
  .intro-wrapper {
    padding-bottom: 48px;
  }
  .profile-image {
    margin-bottom: 0;
  }
  .intro-email {
    margin-bottom: 32px;
  }
}

/* ==========================================================================
   Client and institution logos.

   A plain horizontal scroller: nothing moves unless the reader asks it to,
   via the buttons, a trackpad swipe, or the arrow keys. Native overflow
   scrolling means touch devices get swiping for free.
   ========================================================================== */

.logo-band {
  align-items: center;
  gap: 26px;
  padding-top: 0;
  display: flex;
}

.logo-band .logo-strip {
  flex: 1;
  min-width: 0;
}

/* Sits inline to the left of the scroller, so the band is one row deep. */
.logo-label {
  color: var(--color);
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .09em;
  white-space: nowrap;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

/* Labels the whole grey band. Sits at 70% rather than lighter: on this grey
   that measures 5.2:1, where 65% would land on the 4.5 threshold. */
.band-eyebrow {
  color: var(--color);
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 20px;
}

.band-eyebrow span {
  color: var(--orange);
  opacity: .8;
  margin: 0 2px;
}

.logo-strip {
  align-items: center;
  gap: 6px;
  display: flex;
}

.logo-viewport {
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}
.logo-viewport::-webkit-scrollbar {
  display: none;
}
.logo-viewport:focus-visible {
  outline: 2px solid var(--color);
  outline-offset: 6px;
}

.logo-set {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.logo-set li {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 170px;
  display: flex;
}

.logo-set img {
  filter: grayscale(100%);
  opacity: .75;
  width: auto;
  max-width: 140px;
  max-height: 54px;
  transition: opacity .2s, filter .2s;
  display: block;
}
.logo-set img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logo-nav {
  color: var(--color);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  flex: none;
  width: 38px;
  height: 38px;
  padding: 0;
  transition: opacity .2s, background-color .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-nav svg {
  width: 22px;
  height: 22px;
}
.logo-nav:hover {
  background-color: #0000000d;
}
.logo-nav:focus-visible {
  outline: 2px solid var(--color);
  outline-offset: 2px;
}
.logo-nav[disabled] {
  opacity: .25;
  cursor: default;
  background: none;
}
/* Hidden outright when every logo already fits. */
.logo-strip.is-static .logo-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .logo-band {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-top: 0;
  }
  .band-eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }
  /* Two 38px buttons would take a third of the row here, and touch scrolls
     by swiping anyway. The part-visible logo at the edge is the affordance;
     the viewport keeps its tabindex so arrow keys still work. */
  .logo-nav {
    display: none;
  }
  .logo-strip {
    gap: 0;
  }
  .logo-set li {
    width: 132px;
  }
  .logo-set img {
    max-width: 110px;
    max-height: 44px;
  }
}

/* Smooth scrolling is a user-initiated transition, but honour the preference. */
@media (prefers-reduced-motion: reduce) {
  .logo-viewport {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
   Body sections.

   Two columns above 768px: the heading on the left, the argument running
   linearly down the right. Below that they simply stack, which preserves
   the reading order without any reordering.
   ========================================================================== */

.split {
  align-items: flex-start;
  gap: 50px;
  display: flex;
}

/* The audit row is a single short line, so it reads better centred than
   top-aligned like the sections above it. */
.split.split-middle {
  align-items: center;
}

.split-l {
  flex: 0 1 36%;
  min-width: 0;
}

.split-r {
  flex: 1 1 64%;
  min-width: 0;
}

.section-heading {
  color: var(--color);
  text-wrap: balance;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.section-text {
  color: var(--color);
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 30px;
}
.section-text:last-child {
  margin-bottom: 0;
}

.section-text em {
  color: var(--orange);
  font-style: normal;
  font-weight: 500;
}

.section-sting {
  color: var(--color);
  border-left: 2px solid var(--orange);
  margin: 26px 0;
  padding-left: 16px;
  font-size: 20px;
  line-height: 30px;
}

.cta-block {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .split {
    flex-direction: column;
    /* flex-start shrinks the columns to their content once the axis flips. */
    align-items: stretch;
    gap: 20px;
  }
  /* .split-middle is more specific than .split, so it needs resetting too. */
  .split.split-middle {
    align-items: stretch;
    gap: 24px;
  }
  .section-heading {
    font-size: 28px;
    line-height: 37px;
  }
  .section-sting {
    margin: 22px 0;
  }
  .section-text {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 30px;
  }
  .section-text:last-child {
    margin-bottom: 0;
  }
  .cta-block {
    margin-top: 28px;
  }
}

/* The three mechanics in "How a few hours a week is enough": a short claim,
   then the detail that backs it up. */

.step {
  margin-bottom: 26px;
}

.step-title {
  color: var(--orange);
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.step-title:before {
  content: '//';
  margin-right: 5px;
}

.step-text {
  color: var(--color);
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

/* The testimonial closes the section by confirming the claim it just made,
   so it sits apart from the steps above it. Photo treatment matches the
   testimonials page: 120px, square, rounded along the bottom edge only. */
.quote-card {
  border-top: 1px solid #0000001f;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
  padding-top: 24px;
  display: flex;
}

.quote-photo {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex: none;
  width: 80px;
  height: auto;
  display: block;
}

.quote-body {
  min-width: 0;
}

.quote-text {
  /* Webflow styles bare <blockquote> with a grey left rule and padding;
     this one carries its own treatment, so reset those. */
  color: var(--color);
  border-left: 0;
  margin: 0 0 8px;
  padding: 0;
  font-size: 19px;
  font-style: italic;
  line-height: 29px;
}

/* The shared author block is centred and stacked for the testimonials page
   grid; here name and role sit on one line to keep the card tight. */
.quote-card .author-name-role {
  align-items: baseline;
  gap: 7px;
  text-align: left;
  display: flex;
}

.quote-card .author {
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.quote-card .author-sep {
  color: var(--orange);
  opacity: .7;
}

.quote-card .author-role {
  opacity: .75;
}

@media screen and (max-width: 767px) {
  .step {
    margin-bottom: 22px;
  }
  .step-title,
  .step-text {
    font-size: 19px;
    line-height: 30px;
  }
  .quote-card {
    gap: 16px;
    margin-top: 26px;
    padding-top: 22px;
  }
  .quote-text {
    font-size: 18px;
    line-height: 28px;
  }
}


/* ==========================================================================
   Proof and credentials, side by side. Two short columns of numbers, each
   leading to the page that carries the detail. Each figure is marked with
   the // used for lists elsewhere on the site, and a rule separates the two
   subjects.
   ========================================================================== */

.duo {
  gap: 40px 70px;
  display: flex;
}

.duo-col {
  flex-direction: column;
  flex: 1 1 50%;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.duo-heading {
  color: var(--color);
  margin: 0 0 26px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.stats {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.stat {
  color: var(--color);
  margin-bottom: 14px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

/* Hanging marker, so wrapped lines align under the text rather than the //. */
.stat:before {
  content: '//';
  color: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
}

.stat:last-child {
  margin-bottom: 0;
}

/* The figure is highlighted by colour rather than size: it stays in the flow
   of the sentence it belongs to. */
.stat-num {
  color: var(--orange);
  font-weight: 500;
}

/* A rule rather than a gap: the two columns are different subjects, not
   two halves of one list. */
.duo-col + .duo-col {
  border-left: 1px solid #0000001f;
  padding-left: 70px;
}

/* Sits on .arrow-link, which already supplies the orange, the uppercase and
   the arrow. Only the bottom alignment is specific to this layout. */
.duo-link {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .duo {
    flex-direction: column;
    gap: 38px;
  }
  .duo-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 37px;
  }
  .duo-col + .duo-col {
    border-left: 0;
    border-top: 1px solid #0000001f;
    padding-top: 34px;
    padding-left: 0;
  }
  .stat {
    padding-left: 23px;
    font-size: 19px;
    line-height: 29px;
  }
}

/* ==========================================================================
   Footer booking call to action. Same button as the hero, in an outline
   variant: the solid dark button is invisible on the charcoal band.
   ========================================================================== */

.button.book-cta-light {
  color: var(--white);
  background-color: #0000;
  border: 1px solid var(--white);
  margin-top: 24px;
  transition: background-color .2s;
  display: inline-block;
}

.button.book-cta-light:hover {
  background-color: #ffffff1a;
}

/* Contact block spacing: the intro and the address are separate lines with
   real space between them, not one paragraph split by a <br>. */
.footer-intro {
  /* The muted grey the old .text-span-5 used, kept from the Webflow footer. */
  color: #888;
  margin: 0;
}

.contact-line {
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  line-height: 1;
  display: flex;
}

.contact-line .slash {
  color: var(--orange);
}

.contact-line .footer-link {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.contact-line .footer-link:hover {
  border-bottom-color: var(--light-grey);
}

/* Copies the address to the clipboard. mailto: fails silently on machines
   with no mail client configured, so the address needs to be liftable. */
.copy-email {
  color: var(--light-grey);
  cursor: pointer;
  background: #ffffff0a;
  border: 1px solid #5c5c5f;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: background-color .18s, border-color .18s, color .18s;
  display: inline-flex;
}

.copy-email:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.copy-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 14px;
  height: 14px;
  display: block;
}

/* The icon swaps rather than the label, so the button never changes width. */
.copy-icon-done {
  display: none;
}

.copy-email.copied,
.copy-email.copy-failed {
  color: var(--orange);
  border-color: var(--orange);
}

.copy-email.copied .copy-icon-default {
  display: none;
}

.copy-email.copied .copy-icon-done {
  display: block;
}

.copy-status {
  color: var(--orange);
  font-size: 13px;
  line-height: 1;
}

/* The note is charcoal on the orange hero; here it sits on charcoal. */
.footer .cta-note {
  color: var(--light-grey);
  opacity: .75;
  margin-top: 12px;
}

.footer .cta-note .slash {
  color: var(--orange);
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .button.book-cta-light {
    width: auto;
  }
}

/* Anchor jumps: the nav's Contact scrolls to the footer rather than firing
   mailto:, which does nothing on a machine with no mail client configured. */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
   Start with an audit. A narrow left column carrying the offer, the price and
   the link, with the description alongside it. Deliberately shorter than the
   sections above: it is the hand-off, and the booking call to action is in the
   footer directly below.
   ========================================================================== */

.audit-wrapper {
  padding-top: 44px;
  padding-bottom: 44px;
}




.audit-title {
  color: var(--color);
  text-wrap: balance;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.audit-price {
  color: var(--color);
  margin: 6px 0 0;
  font-size: 22px;
  line-height: 32px;
}

.audit-text {
  color: var(--color);
  margin: 0;
  font-size: 22px;
  line-height: 34px;
}

.audit-link {
  margin-top: 18px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .audit-title {
    font-size: 26px;
    line-height: 34px;
  }
  .audit-text {
    font-size: 19px;
    line-height: 30px;
  }
}
