@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-sans-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dm-sans-latin-500-normal.woff2") format("woff2");
}
:root {
  --sl-ink: #222826;
  --sl-muted: #626b68;
  --sl-blue: #25579c;
  --sl-gold: #a08a51;
  --sl-white: #fff;
  --sl-soft: #f3f5f4;
  --sl-line: #dce1de;
  --sl-serif: "Cormorant Garamond", Georgia, serif;
  --sl-sans: "DM Sans", Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body.sapphire-site {
  margin: 0;
  background: var(--sl-white);
  color: var(--sl-ink);
  font-family: var(--sl-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.sapphire-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}
.sapphire-site h1,
.sapphire-site h2,
.sapphire-site h3,
.sapphire-site h4,
.sapphire-site .elementor-heading-title {
  color: var(--sl-ink);
  font-family: var(--sl-serif);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.sapphire-site h1 {
  font-size: 64px;
}
.sapphire-site h2 {
  font-size: 48px;
}
.sapphire-site h3 {
  font-size: 30px;
}
.sapphire-site p {
  margin: 0 0 20px;
}
.sapphire-site p:last-child {
  margin-bottom: 0;
}
.sapphire-site a {
  color: inherit;
  text-decoration: none;
}
.sapphire-site button,
.sapphire-site input,
.sapphire-site select,
.sapphire-site textarea {
  font: inherit;
}
.sapphire-site img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sapphire-site a,
.sapphire-site button {
  touch-action: manipulation;
}
.sapphire-site [hidden] {
  display: none !important;
}
.sapphire-site :focus-visible {
  outline: 2px solid var(--sl-blue);
  outline-offset: 5px;
}
.sl-wrap {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin-inline: auto;
}
.sl-topbar {
  font-size: 11px;
  background: #f1f3f2;
  border-bottom: 1px solid #e8ebe8;
  color: #56615d;
  line-height: 1;
}
.sl-topbar .sl-wrap {
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl-topbar a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sl-topbar svg {
  width: 12px;
  height: 12px;
}
.sl-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #e5e8e6;
}
.sl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 91px;
  gap: 32px;
}
.sl-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.sl-brand-mark {
  width: 39px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4a372;
  color: var(--sl-gold);
  font-family: var(--sl-serif);
  font-size: 37px;
  line-height: 1;
  border-radius: 0;
}
.sl-brand-words {
  font-family: var(--sl-serif);
  font-size: 31px;
  line-height: 0.9;
  display: block;
}
.sl-brand-words > span {
  display: block;
  font-family: var(--sl-sans);
  font-size: 9px;
  line-height: 1;
  margin-top: 8px;
  text-align: left;
  color: #6e766f;
}
.sl-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.sl-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.sl-nav-list > li {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}
.sl-nav-list a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid transparent;
}
.sl-nav-list a:hover,
.sl-nav-list .current-menu-item a {
  color: var(--sl-blue);
  border-color: var(--sl-blue);
}
.sapphire-site .sl-button,
.sapphire-site .sl-button .elementor-button {
  background: var(--sl-ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 15px 24px;
  min-height: 50px;
  border: 1px solid var(--sl-ink);
  border-radius: 0;
  font-size: 12px;
  font-family: var(--sl-sans);
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.sapphire-site .sl-button:hover {
  background: var(--sl-blue);
  border-color: var(--sl-blue);
  color: #fff;
}
.sl-button svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.sl-button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.sapphire-site .sl-header-cta {
  font-size: 11px;
  padding: 13px 18px;
  min-height: 44px;
  gap: 18px;
}
.sl-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--sl-line);
  background: white;
  color: var(--sl-ink);
  border-radius: 0;
}
.sl-menu-toggle svg {
  height: 22px;
  width: 22px;
}
.sl-skip {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--sl-ink);
  color: white !important;
  padding: 12px 20px;
  z-index: 200;
}
.sl-skip:focus {
  top: 10px;
}
.sl-hero {
  position: relative;
  isolation: isolate;
  min-height: 570px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f1f4f5;
}
.sl-hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center 26%;
  filter: grayscale(0.75);
  opacity: 0.83;
}
.sl-hero .sl-wrap {
  padding-top: 64px;
  padding-bottom: 68px;
  position: relative;
}
.sl-eyebrow {
  font-family: var(--sl-sans) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--sl-blue);
  line-height: 1.5 !important;
  margin: 0 0 19px !important;
}
.sl-hero .sl-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sl-hero .sl-eyebrow:before {
  content: "";
  height: 1px;
  width: 27px;
  background: var(--sl-gold);
}
.sapphire-site .sl-hero h1 {
  font-size: 88px;
  line-height: 1.03;
  margin: 0 0 21px;
  max-width: 650px;
}
.sl-hero-tagline {
  font-family: var(--sl-serif);
  font-size: 34px;
  line-height: 1.15;
  max-width: 540px;
  margin-bottom: 20px !important;
}
.sl-hero-description {
  max-width: 405px;
  color: #4c5651;
  font-size: 14px;
  line-height: 1.8;
}
.sl-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  padding: 7px 0;
  border-bottom: 1px solid #aab4ad;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.sl-text-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sl-text-link:hover {
  color: var(--sl-blue);
  border-color: var(--sl-blue);
}
.sl-hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #5b625e;
  font-size: 10px;
  margin-top: 30px !important;
}
.sl-hero-note svg {
  width: 13px;
  height: 13px;
}
.sl-principles {
  border-bottom: 1px solid var(--sl-line);
  background: #fbfcfb;
}
.sl-principles .sl-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0;
}
.sl-principle {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-size: 12px;
  border-right: 1px solid var(--sl-line);
}
.sl-principle:first-child {
  justify-content: flex-start;
}
.sl-principle:last-child {
  border: 0;
  justify-content: flex-end;
}
.sl-principle svg {
  width: 22px;
  height: 22px;
  color: var(--sl-gold);
}
.sl-section {
  padding: 88px 0;
}
.sl-section-soft {
  background: var(--sl-soft);
}
.sl-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 40px;
}
.sl-section-heading h2 {
  max-width: 710px;
}
.sl-heading-aside {
  max-width: 340px;
  font-size: 13px;
  color: var(--sl-muted);
}
.sl-heading-aside .sl-text-link {
  margin-top: 7px;
  color: var(--sl-ink);
}
.sl-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sl-line);
  border-left: 1px solid var(--sl-line);
}
.sl-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-height: 275px;
  border-right: 1px solid var(--sl-line);
  border-bottom: 1px solid var(--sl-line);
  background: white;
  transition: background 0.2s;
}
.sl-service-card:hover {
  background: #f8faf9;
}
.sl-service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  color: var(--sl-blue);
}
.sl-service-card-top svg {
  width: 29px;
  height: 29px;
}
.sl-service-number {
  font-size: 10px;
  color: #89918c;
}
.sl-service-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.sl-service-card p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--sl-muted);
  margin-bottom: 24px;
}
.sl-service-card .sl-text-link {
  align-self: flex-start;
  margin-top: auto;
  font-size: 11px;
}
.sl-service-card.sl-service-enquiry {
  background: var(--sl-ink);
  color: #f7f7f4;
  border-color: var(--sl-ink);
}
.sl-service-enquiry h3 {
  color: white;
  font-size: 34px;
  max-width: 235px;
  margin-top: 12px;
}
.sl-service-enquiry p {
  color: #c4ccc6;
}
.sl-service-enquiry .sl-text-link {
  color: white;
  border-color: #727c73;
}
.sl-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 92px;
  align-items: center;
}
.sl-feature-image {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  filter: grayscale(0.65);
}
.sl-split-copy h2 {
  margin-bottom: 25px;
}
.sl-split-copy > p:not(.sl-eyebrow) {
  color: var(--sl-muted);
  font-size: 14px;
}
.sl-split-copy .sl-text-link {
  margin-top: 8px;
}
.sl-note-caption {
  font-size: 10px;
  color: #768077;
  margin-top: 10px !important;
}
.sl-process {
  border-top: 1px solid var(--sl-line);
}
.sl-process-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 21px;
  border-bottom: 1px solid var(--sl-line);
  padding: 22px 0;
}
.sl-process-step > span {
  font-size: 11px;
  color: var(--sl-gold);
  padding-top: 5px;
}
.sl-process-step h3 {
  font-size: 29px;
  margin-bottom: 7px;
}
.sl-process-step p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--sl-muted);
}
.sl-sectors {
  background: #25342e;
  color: #e5ebe6;
  padding: 58px 0;
}
.sl-sectors .sl-eyebrow {
  color: #bdcbbf;
}
.sl-sectors h2 {
  color: white;
  font-size: 41px;
}
.sl-sectors .sl-section-heading {
  margin-bottom: 32px;
}
.sl-sectors .sl-text-link {
  color: white;
  border-color: #72847a;
}
.sl-sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #57675c;
}
.sl-sector-grid a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #57675c;
  padding: 26px 24px;
  font-family: var(--sl-serif);
  font-size: 28px;
}
.sl-sector-grid a:first-child {
  padding-left: 0;
}
.sl-sector-grid a:last-child {
  border: 0;
  padding-right: 0;
}
.sl-sector-grid svg {
  width: 21px;
  height: 21px;
  color: #c2b17f;
}
.sl-sector-grid a:hover {
  color: #d5c999;
}
.sl-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.sl-insight-card {
  min-width: 0;
}
.sl-insight-image {
  display: block;
  overflow: hidden;
  background: #ecefeb;
}
.sl-insight-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.65;
  object-fit: cover;
  filter: grayscale(0.65);
  transition: transform 0.4s;
}
.sl-insight-image:hover img {
  transform: scale(1.025);
}
.sl-insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: var(--sl-blue);
  margin: 20px 0 12px;
}
.sl-insight-meta span:last-child {
  color: #79827c;
  white-space: nowrap;
}
.sl-insight-card h3 {
  font-size: 29px;
  line-height: 1.18;
  margin-bottom: 20px;
  max-width: 340px;
}
.sl-insight-card h3 a:hover {
  color: var(--sl-blue);
}
.sl-insight-card .sl-text-link {
  font-size: 11px;
}
.sl-insight-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--sl-line);
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.sl-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.sl-filters button {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-size: 11px;
  color: var(--sl-muted);
  padding: 7px 0;
  cursor: pointer;
  border-radius: 0;
}
.sl-filters button[aria-pressed="true"] {
  border-color: var(--sl-blue);
  color: var(--sl-blue);
}
.sl-search {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--sl-line);
  min-width: 215px;
  padding: 8px 12px;
}
.sl-search svg {
  width: 16px;
  height: 16px;
}
.sl-search input[type="search"] {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 24px;
  font-size: 12px;
  width: 170px;
}
.sl-no-results {
  padding: 36px 0;
  color: var(--sl-muted);
}
.sl-cta {
  background: #eaf0f5;
  padding: 57px 0;
  border-top: 1px solid #dce5ed;
}
.sl-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.sl-cta h2 {
  font-size: 42px;
  max-width: 760px;
}
.sl-cta .sl-eyebrow {
  margin-bottom: 10px !important;
}
.sl-cta .sl-button {
  flex-shrink: 0;
}
.sapphire-site .sl-button-light {
  background: white;
  color: var(--sl-ink);
  border-color: white;
}
.sl-footer {
  background: #fafbf9;
  padding: 68px 0 0;
}
.sl-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.9fr 1.2fr;
  gap: 48px;
  padding-bottom: 58px;
}
.sapphire-site .sl-footer h2 {
  font-family: var(--sl-sans);
  font-size: 11px;
  margin: 0 0 24px;
  color: #465048;
}
.sl-footer-grid > div > a:not(.sl-brand) {
  display: block;
  font-size: 12px;
  color: #626c64;
  margin: 0 0 11px;
  overflow-wrap: anywhere;
}
.sl-footer-grid > div > a:hover {
  color: var(--sl-blue);
}
.sl-footer-brand > p {
  font-size: 12px;
  color: var(--sl-muted);
  margin-top: 25px;
  line-height: 1.9;
}
.sl-footer-contact > p {
  font-size: 11px;
  color: var(--sl-muted);
  margin-top: 23px;
  line-height: 1.8;
}
.sl-footer-contact > p > span {
  font-size: 10px;
  color: #8a928b;
}
.sl-footer-bottom {
  border-top: 1px solid var(--sl-line);
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 10px;
  color: #7a827b;
  padding: 22px 0;
}
.sl-footer-bottom p {
  margin: 0;
  flex: 1;
}
.sl-back-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}
.sl-back-top svg {
  width: 13px;
  height: 13px;
}
.sl-page-intro {
  background: #f1f4f2;
  padding: 50px 0 62px;
  border-bottom: 1px solid var(--sl-line);
}
.sl-page-intro .sl-eyebrow {
  margin-top: 34px !important;
}
.sl-page-intro h1 {
  max-width: 900px;
}
.sl-page-lead {
  font-size: 16px;
  color: var(--sl-muted);
  line-height: 1.8;
  max-width: 720px;
  margin-top: 24px !important;
}
.sl-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #748077;
}
.sl-breadcrumb svg {
  width: 12px;
  height: 12px;
}
.sl-breadcrumb a:hover {
  color: var(--sl-blue);
}
.sl-prose {
  max-width: 810px;
  margin-inline: auto;
  font-size: 15px;
  color: #58615b;
  line-height: 1.9;
}
.sl-prose h2 {
  font-size: 35px;
  margin: 38px 0 18px;
  color: var(--sl-ink);
}
.sl-prose h3 {
  font-size: 27px;
  margin: 24px 0 14px;
}
.sl-prose > h2:first-child {
  margin-top: 0;
}
.sl-prose ul,
.sl-prose ol {
  padding-left: 22px;
  margin: 18px 0 25px;
}
.sl-prose li {
  padding-left: 5px;
  margin-bottom: 8px;
}
.sl-prose a {
  color: var(--sl-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sl-prose p {
  margin: 0 0 21px;
}
.sl-prose hr {
  margin: 38px 0;
  border: 0;
  border-top: 1px solid var(--sl-line);
}
.sl-service-detail {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 90px;
  padding: 49px 0;
  border-bottom: 1px solid var(--sl-line);
  scroll-margin-top: 120px;
}
.sl-service-detail:first-child {
  padding-top: 0;
}
.sl-service-detail-title .sl-eyebrow {
  margin-bottom: 18px !important;
}
.sl-service-detail-title h2 {
  font-size: 38px;
  max-width: 310px;
}
.sl-service-detail-title svg {
  width: 34px;
  height: 34px;
  margin-bottom: 25px;
  color: var(--sl-blue);
}
.sl-service-detail-copy {
  font-size: 14px;
  color: var(--sl-muted);
}
.sl-service-detail-copy ul {
  list-style: none;
  padding: 0;
  margin: 23px 0;
}
.sl-service-detail-copy li {
  border-top: 1px solid var(--sl-line);
  padding: 12px 0;
  font-size: 12px;
  display: flex;
  gap: 12px;
}
.sl-service-detail-copy li:before {
  content: "+";
  color: var(--sl-gold);
}
.sl-wide-copy {
  max-width: 790px;
}
.sl-wide-copy h2 {
  margin-bottom: 25px;
}
.sl-wide-copy p {
  color: var(--sl-muted);
  font-size: 14px;
}
.sl-contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.4fr;
  gap: 100px;
}
.sl-contact-details h2 {
  font-size: 38px;
  margin-bottom: 22px;
}
.sl-contact-details > p {
  color: var(--sl-muted);
  font-size: 13px;
  margin-bottom: 28px;
}
.sl-contact-item {
  padding: 22px 0;
  border-top: 1px solid var(--sl-line);
}
.sl-contact-item span {
  display: block;
  font-size: 10px;
  color: #7f8982;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sl-contact-item a,
.sl-contact-item p {
  font-size: 14px;
  color: var(--sl-ink);
  overflow-wrap: anywhere;
}
.sl-contact-item small {
  font-size: 11px;
  color: var(--sl-muted);
}
.sl-contact-form-intro h2 {
  font-size: 37px;
  margin-bottom: 15px;
}
.sl-contact-form-intro p {
  color: var(--sl-muted);
  font-size: 12px;
  margin-bottom: 28px;
}
.sl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 22px;
}
.sl-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.sl-field-wide {
  grid-column: 1/-1;
}
.sl-field label {
  font-size: 11px;
  font-weight: 500;
  color: #48534b;
}
.sl-form input:not([type="checkbox"]),
.sl-form select,
.sl-form textarea {
  width: 100%;
  border: 1px solid #cfd7d1;
  border-radius: 0;
  background: white;
  min-height: 47px;
  padding: 11px 13px;
  font-size: 13px;
  color: var(--sl-ink);
  box-shadow: none;
}
.sl-form input::placeholder,
.sl-form textarea::placeholder {
  color: #929b94;
}
.sl-form textarea {
  min-height: 150px;
  resize: vertical;
}
.sl-form input:focus,
.sl-form textarea:focus,
.sl-form select:focus {
  border-color: var(--sl-blue);
  outline: 1px solid var(--sl-blue);
  outline-offset: 0;
}
.sl-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--sl-blue);
  flex-shrink: 0;
  margin-top: 3px;
}
.sl-form .sl-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 11px;
  font-weight: 400;
  color: var(--sl-muted);
}
.sl-form .sl-consent a {
  color: var(--sl-blue);
  text-decoration: underline;
}
.sl-form .sl-consent > label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 11px;
  font-weight: 400;
  color: var(--sl-muted);
}
.sl-draft-notice {
  padding: 12px 20px;
  background: #faf6e9;
  color: #625626;
  border-bottom: 1px solid #e5dab4;
  font-size: 12px;
  text-align: center;
}
.sl-form .sl-button {
  justify-self: start;
  grid-column: 1/-1;
}
.sl-form-status {
  grid-column: 1/-1;
  font-size: 13px;
  line-height: 1.7;
}
.sl-form-status:empty {
  display: none;
}
.sl-form-status[data-state="success"] {
  padding: 15px;
  background: #edf5ec;
  color: #2c5f34;
  border-left: 2px solid #5b9355;
}
.sl-form-status[data-state="error"] {
  padding: 15px;
  background: #fbefed;
  color: #993b33;
  border-left: 2px solid #ba554b;
}
.sl-faq-list {
  max-width: 850px;
  margin-inline: auto;
  border-top: 1px solid var(--sl-line);
}
.sl-faq-list details {
  border-bottom: 1px solid var(--sl-line);
  padding: 23px 0;
}
.sl-faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--sl-serif);
  font-size: 28px;
  line-height: 1.3;
}
.sl-faq-list summary::-webkit-details-marker {
  display: none;
}
.sl-faq-list summary:after {
  content: "+";
  font-family: var(--sl-sans);
  font-size: 19px;
  color: var(--sl-gold);
  flex-shrink: 0;
}
.sl-faq-list details[open] summary:after {
  content: "-";
}
.sl-faq-list details p {
  font-size: 14px;
  color: var(--sl-muted);
  max-width: 750px;
  margin-top: 20px;
}
.sl-article-top {
  background: var(--sl-soft);
  padding: 40px 0 62px;
}
.sl-article-top .sl-eyebrow {
  margin-top: 40px !important;
}
.sl-article-top h1 {
  max-width: 960px;
  font-size: 59px;
  line-height: 1.1;
}
.sl-article-intro {
  margin-top: 25px !important;
  color: var(--sl-muted);
  font-size: 14px;
}
.sl-article-body {
  padding: 62px 0;
}
.sl-fallback {
  padding-block: 65px;
}
.sl-fallback > h1 {
  margin-bottom: 45px;
}
.sl-not-found {
  padding-block: 110px;
}
.sl-not-found h1 {
  margin-bottom: 30px;
}
.sl-not-found > p {
  max-width: 600px;
}
.sl-not-found .sl-button {
  margin-top: 15px;
}
.sapphire-site .elementor-widget-text-editor {
  font-family: var(--sl-sans);
  color: inherit;
}
.sapphire-site .elementor-widget-container {
  margin: 0;
}
.sapphire-site
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: none;
}
.sapphire-site
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}
.sapphire-site .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.sapphire-site .elementor-widget-html,
.sapphire-site .elementor-widget-shortcode {
  width: 100%;
}
.sl-editor-prose {
  max-width: 1280px;
  width: calc(100% - 112px);
  margin: 65px auto !important;
}
.sl-editor-prose .elementor-widget-container {
  max-width: 810px;
  margin-inline: auto !important;
}
@media (min-width: 1700px) {
  .sl-hero {
    min-height: 610px;
  }
  .sl-hero .sl-wrap {
    padding-top: 70px;
    padding-bottom: 76px;
  }
  .sl-hero-image {
    object-position: center 34%;
  }
}
@media (max-width: 1200px) {
  .sl-wrap {
    width: calc(100% - 80px);
  }
  .sl-nav {
    gap: 22px;
  }
  .sl-nav-list {
    gap: 18px;
  }
  .sl-header-inner {
    gap: 22px;
  }
  .sl-nav-list > li {
    font-size: 11px;
  }
  .sl-split {
    gap: 55px;
  }
  .sl-footer-grid {
    gap: 32px;
  }
  .sl-contact-grid {
    gap: 60px;
  }
  .sl-service-detail {
    gap: 55px;
  }
}
@media (max-width: 1100px) {
  .sl-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .sl-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 40px 30px;
    box-shadow: 0 12px 15px #1e302014;
    border-top: 1px solid var(--sl-line);
  }
  .sl-nav.is-open {
    display: block;
  }
  .sl-nav-list {
    display: block;
  }
  .sl-nav-list > li {
    font-size: 14px;
    white-space: normal;
  }
  .sl-nav-list a {
    padding: 13px 0;
    border-bottom: 1px solid #edf0ed;
  }
  .sl-header-cta {
    margin-top: 20px;
  }
  .sl-header-inner {
    min-height: 80px;
  }
  .sl-service-card {
    padding: 26px;
  }
  .sl-service-card h3 {
    font-size: 27px;
  }
  .sl-footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }
  .sl-footer-contact {
    grid-column: 2/4;
  }
  .sl-footer-brand {
    grid-row: 1/3;
  }
  .sl-insight-card h3 {
    font-size: 27px;
  }
  .sl-contact-grid {
    grid-template-columns: 1fr 1.35fr;
    gap: 42px;
  }
}
@media (max-width: 900px) {
  .sl-wrap {
    width: calc(100% - 56px);
  }
  .sl-hero {
    min-height: 560px;
  }
  .sl-hero-image {
    object-position: 62% 20%;
    opacity: 0.66;
  }
  .sapphire-site .sl-hero h1 {
    font-size: 78px;
  }
  .sl-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sl-split {
    gap: 40px;
  }
  .sl-split-copy h2 {
    font-size: 40px;
  }
  .sl-section {
    padding: 65px 0;
  }
  .sl-section-heading h2 {
    font-size: 42px;
  }
  .sl-section-heading {
    gap: 30px;
  }
  .sl-heading-aside {
    max-width: 280px;
  }
  .sl-insight-grid {
    gap: 22px;
  }
  .sl-sector-grid a {
    padding: 24px 15px;
    font-size: 26px;
  }
  .sl-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .sl-contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .sl-contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
  .sl-contact-details h2,
  .sl-contact-details > p {
    grid-column: 1/-1;
  }
  .sl-contact-item {
    padding: 18px 0;
  }
  .sl-editor-prose {
    width: calc(100% - 56px);
  }
  .sl-prose {
    max-width: 100%;
  }
  .sl-article-body {
    width: calc(100% - 80px);
  }
  .sl-service-detail {
    grid-template-columns: 1fr 1.5fr;
    gap: 35px;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 88px;
  }
  .sl-wrap {
    width: calc(100% - 40px);
  }
  .sl-topbar .sl-wrap {
    height: 29px;
  }
  .sl-topbar {
    font-size: 9px;
  }
  .sl-topbar a {
    font-size: 9px;
    gap: 5px;
  }
  .sl-topbar svg {
    width: 10px;
    height: 10px;
  }
  .sl-header-inner {
    min-height: 73px;
  }
  .sl-brand-mark {
    width: 33px;
    height: 37px;
    font-size: 32px;
  }
  .sl-brand-words {
    font-size: 27px;
  }
  .sl-brand-words > span {
    font-size: 8px;
    margin-top: 6px;
  }
  .sl-brand {
    gap: 10px;
  }
  .sl-nav {
    padding: 12px 20px 24px;
  }
  .sl-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 9px;
  }
  .sl-hero {
    min-height: 570px;
    align-items: flex-start;
  }
  .sl-hero .sl-wrap {
    padding: 42px 0 60px;
  }
  .sl-hero-image {
    object-position: 62% bottom;
    opacity: 0.55;
    object-fit: cover;
  }
  .sapphire-site .sl-hero h1 {
    font-size: 62px;
    line-height: 1.03;
    margin-bottom: 22px;
  }
  .sl-hero .sl-eyebrow {
    font-size: 9px !important;
    gap: 9px;
  }
  .sl-hero .sl-eyebrow:before {
    width: 18px;
  }
  .sl-hero-tagline {
    font-size: 29px;
    max-width: 340px;
  }
  .sl-hero-description {
    font-size: 13px;
    max-width: 320px;
    line-height: 1.85;
  }
  .sl-actions {
    gap: 16px;
    margin-top: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .sl-hero-note {
    margin-top: 23px !important;
    font-size: 9px;
  }
  .sl-hero .sl-button {
    min-height: 48px;
    font-size: 11px;
    padding: 14px 20px;
  }
  .sl-actions .sl-text-link {
    display: none;
  }
  .sl-principles .sl-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 23px 0;
  }
  .sl-principle,
  .sl-principle:first-child,
  .sl-principle:last-child {
    justify-content: flex-start;
    border: 0;
    font-size: 11px;
  }
  .sl-principle svg {
    width: 18px;
    height: 18px;
  }
  .sl-section {
    padding: 51px 0;
  }
  .sl-section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    margin-bottom: 30px;
  }
  .sapphire-site h2,
  .sl-section-heading h2 {
    font-size: 38px;
    line-height: 1.12;
  }
  .sl-heading-aside {
    max-width: 100%;
    font-size: 12px;
  }
  .sl-eyebrow {
    font-size: 9px !important;
    margin-bottom: 14px !important;
  }
  .sl-services-grid {
    grid-template-columns: 1fr;
  }
  .sl-service-card {
    padding: 27px;
    min-height: 240px;
  }
  .sl-service-card h3 {
    font-size: 29px;
  }
  .sl-service-card-top {
    margin-bottom: 21px;
  }
  .sl-service-card p {
    font-size: 12px;
    max-width: 400px;
  }
  .sl-service-enquiry h3 {
    font-size: 33px;
    max-width: 100%;
  }
  .sl-split {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .sl-feature-image {
    aspect-ratio: 1.25;
  }
  .sl-split-copy h2 {
    font-size: 39px;
  }
  .sl-split-copy > p:not(.sl-eyebrow) {
    font-size: 13px;
  }
  .sl-process-step h3 {
    font-size: 29px;
  }
  .sl-process-step {
    padding: 21px 0;
  }
  .sl-sectors {
    padding: 44px 0;
  }
  .sl-sectors h2 {
    font-size: 35px;
  }
  .sl-sector-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sl-sector-grid a {
    padding: 22px 14px !important;
    font-size: 26px;
    border-bottom: 1px solid #57675c;
  }
  .sl-sector-grid a:nth-child(even) {
    border-right: 0;
  }
  .sl-sector-grid a:nth-child(odd) {
    padding-left: 0 !important;
  }
  .sl-sector-grid a:nth-child(n + 3) {
    border-bottom: 0;
  }
  .sl-sector-grid svg {
    width: 18px;
    height: 18px;
  }
  .sl-insight-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .sl-insight-card h3 {
    font-size: 32px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .sl-insight-meta {
    font-size: 10px;
  }
  .sl-insight-image img {
    aspect-ratio: 1.7;
  }
  .sl-insight-tools {
    align-items: stretch;
    gap: 20px;
  }
  .sl-filters {
    gap: 14px 20px;
  }
  .sl-filters button {
    font-size: 11px;
  }
  .sl-search {
    width: 100%;
  }
  .sl-search input[type="search"] {
    width: 100%;
  }
  .sl-cta {
    padding: 40px 0;
  }
  .sl-cta h2 {
    font-size: 35px;
  }
  .sl-cta-inner {
    gap: 25px;
  }
  .sl-cta .sl-button {
    font-size: 11px;
  }
  .sl-footer {
    padding-top: 45px;
  }
  .sl-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 37px 25px;
    padding-bottom: 35px;
  }
  .sl-footer-brand {
    grid-column: 1/-1;
    grid-row: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .sl-footer-brand > p {
    margin: 0;
    font-size: 10px;
  }
  .sl-footer-contact {
    grid-column: 1/-1;
  }
  .sapphire-site .sl-footer h2 {
    margin-bottom: 19px;
  }
  .sl-footer-grid > div > a:not(.sl-brand) {
    font-size: 11px;
  }
  .sl-footer-bottom {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 9px;
    padding: 20px 0;
  }
  .sl-footer-bottom > p {
    flex-basis: 100%;
  }
  .sl-footer-bottom .sl-back-top {
    margin-left: auto;
  }
  .sl-footer-contact > p {
    font-size: 11px;
  }
  .sl-page-intro {
    padding: 30px 0 43px;
  }
  .sl-page-intro .sl-eyebrow {
    margin-top: 27px !important;
  }
  .sl-page-intro h1 {
    font-size: 46px;
  }
  .sl-page-lead {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 20px !important;
  }
  .sl-breadcrumb {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .sl-prose {
    font-size: 13px;
    line-height: 1.95;
  }
  .sl-prose h2 {
    font-size: 31px;
    margin-top: 31px;
  }
  .sl-prose h3 {
    font-size: 25px;
  }
  .sl-editor-prose {
    width: calc(100% - 40px);
    margin: 43px auto !important;
  }
  .sl-service-detail {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 34px 0;
  }
  .sl-service-detail-title h2 {
    font-size: 35px;
    max-width: 100%;
  }
  .sl-service-detail-title svg {
    margin-bottom: 15px;
    width: 29px;
    height: 29px;
  }
  .sl-service-detail-copy {
    font-size: 13px;
  }
  .sl-service-detail-copy li {
    font-size: 11px;
  }
  .sl-contact-details {
    display: block;
  }
  .sl-contact-details h2 {
    font-size: 34px;
  }
  .sl-contact-form-intro h2 {
    font-size: 34px;
  }
  .sl-form {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .sl-field-wide {
    grid-column: auto;
  }
  .sl-form .sl-button {
    width: 100%;
  }
  .sl-form input:not([type="checkbox"]),
  .sl-form select,
  .sl-form textarea {
    font-size: 16px;
    min-height: 48px;
  }
  .sl-form .sl-consent {
    font-size: 11px;
  }
  .sl-faq-list summary {
    font-size: 25px;
  }
  .sl-faq-list details p {
    font-size: 13px;
  }
  .sl-article-top {
    padding: 30px 0 42px;
  }
  .sl-article-top h1 {
    font-size: 44px;
  }
  .sl-article-top .sl-eyebrow {
    margin-top: 30px !important;
  }
  .sl-article-intro {
    font-size: 12px;
  }
  .sl-article-body {
    width: calc(100% - 40px);
    padding: 43px 0;
  }
  .sl-not-found {
    padding-block: 65px;
  }
  .sl-not-found h1 {
    font-size: 45px;
  }
  .sl-fallback h1 {
    font-size: 48px;
  }
  .sl-wide-copy h2 {
    font-size: 36px;
  }
  .sl-wide-copy p {
    font-size: 13px;
  }
}
@media (max-width: 370px) {
  .sapphire-site .sl-hero h1 {
    font-size: 56px;
  }
  .sl-hero-tagline {
    font-size: 27px;
  }
  .sl-topbar a svg {
    display: none;
  }
  .sl-topbar {
    font-size: 8px;
  }
  .sl-hero .sl-wrap {
    padding-top: 42px;
  }
  .sl-sector-grid a {
    font-size: 24px;
  }
  .sl-footer-brand {
    display: block;
  }
  .sl-footer-brand > p {
    margin-top: 20px;
  }
  .sl-page-intro h1 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .sapphire-site * {
    transition: none !important;
    animation: none !important;
  }
}
