@font-face {
  font-family: BDO Grotesk;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-lightest: #f5f7f8;
  --bdo: "BDO Grotesk", Arial, sans-serif;
  --black: #21282b;
  --white: white;
  --neutral-dark: #6b767b;
  --neutral-light: #e9eff1;
  --neutral-mid: #d7dee0;
  --neutral-darkest: #3b4a51;
  --primary: #0f5172;
  --border-dark: #00000026;
  --secondary: #7a9bae;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--neutral-lightest);
  font-family: var(--bdo);
  color: var(--black);
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 49px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3em;
}

h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.4em;
  display: flex;
}

.heading-4 {
  font-family: var(--bdo);
  color: var(--black);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.back-to-top-container {
  height: 0;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.navbar-right-contents.hide-desktop {
  display: none;
}

.nav-links-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.nav-logo {
  height: 32px;
}

.mobile-logo {
  display: none;
}

.navbar {
  background-color: var(--neutral-lightest);
  border-radius: 9px;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.navbar.bg-white {
  color: #fff;
  background-color: #fff3;
  border-radius: 4px;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.nav-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar-wrapper {
  z-index: 99;
  padding: 8px;
  position: sticky;
  top: 0;
}

.navbar-wrapper.inside-image-bg-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
}

.navbar-wrapper.show-desktop {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
}

.menu-button-cross-line {
  background-color: #262626;
  width: 75%;
  height: 2px;
  position: absolute;
}

.nav-link {
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 9px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  position: static;
}

.nav-link:hover {
  background-color: #e9eff140;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  background-color: #fff3;
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.grey {
  color: var(--neutral-dark);
}

.nav-link.grey:hover {
  background-color: var(--neutral-light);
}

.menu-button-horizontal-line {
  background-color: #262626;
  width: 100%;
  height: 2px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--neutral-mid);
  color: var(--black);
}

.button.nav-button {
  background-color: var(--white);
  border-style: none;
}

.button.nav-button.bg-white {
  color: var(--neutral-darkest);
  background-color: #fff;
  border-color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.button.nav-button.bg-white:hover {
  color: #fff;
  background-color: #0000;
}

.button.arrow-down.white {
  border-color: var(--white);
  color: var(--white);
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4em;
}

.button.arrow-down.white:hover {
  color: var(--neutral-darkest);
}

.button.arrow-right {
  flex: 0 auto;
}

.menu-button {
  padding: 0;
}

.nav-menu {
  position: static;
}

.navbar-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
}

.trigger-search-modal {
  padding: 0;
}

.arrow-link-icon {
  width: 20px;
}

.hero-heading---vertical-flex-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.arrow-link-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-link-wrapper.down {
  flex-direction: column;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
}

.arrow-link-wrapper.right {
  justify-content: flex-end;
  width: 20px;
  height: 20px;
}

.image-bg {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text {
  font-family: var(--bdo);
}

.about-header-contents {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-3 {
  font-family: var(--bdo);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-3.text-weight__light {
  font-weight: 300;
}

.container---main {
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.container---main.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100%;
  margin-top: 82px;
  padding-bottom: 128px;
  display: flex;
}

.container---main.image-bg-feature-contents {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-bg-header {
  z-index: 100;
  color: #fff;
  background-color: #6b767b;
  flex-direction: column;
  width: 100%;
  height: 720px;
  margin-top: -82px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-bg-header.align-bottom {
  aspect-ratio: 2;
  justify-content: flex-end;
  height: 100svh;
  padding-bottom: 48px;
  overflow: hidden;
}

.image-bg-header.align-bottom.about-us {
  background-color: #0000;
  background-image: url('../images/AdobeStock_1598358744-1-1-min.jpg');
  background-position: 0 0;
  background-size: auto;
}

.customer-link-image {
  aspect-ratio: 3 / 2;
  opacity: .75;
  object-fit: cover;
}

.item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: var(--bdo);
  font-weight: 400;
  line-height: 1.5em;
}

.customer-link {
  background-color: var(--black);
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-featured-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cms-featured-grid.halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-5.text-weight__semi-bold {
  font-weight: 600;
}

.heading-two {
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  font-size: 39px;
  line-height: 1.2em;
}

.section {
  background-color: var(--neutral-lightest);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.neutral-light {
  background-color: var(--neutral-light);
}

.section.neutral-light.even-padding {
  padding-bottom: 48px;
}

.section.increased-padding {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.no-top-padding {
  padding-top: 0;
}

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

.section.border {
  border-top: 1px solid var(--neutral-mid);
  border-bottom: 1px solid var(--neutral-mid);
}

.section.transparent-navbar {
  margin-top: 82px;
  padding-top: 36px;
}

.section.less-top-padding {
  padding-top: 48px;
}

.section.less-top-padding.no-top-padding__tablet.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.logo-marquee {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.marquee-group {
  flex: none;
}

.marquee-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-right: 32px;
  display: flex;
}

.logo-box {
  background-color: var(--neutral-lightest);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 150px;
  display: flex;
}

.logo-box.double-row {
  width: auto;
  height: 120px;
}

.logo-box-image {
  max-width: 90%;
  height: 40px;
}

.logo-box-image.logo-large {
  height: 56px;
}

.logo-box-image.small {
  height: 32px;
}

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

.widget-with-image {
  background-color: #6b767b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.widget-with-image.restricted-width {
  max-width: 50%;
}

.widget-bg {
  aspect-ratio: 1;
  opacity: 1;
  object-fit: cover;
}

.widget-bg.max-height-desktop {
  max-height: 500px;
}

.widget-bg.max-height-desktop.fit-fill {
  object-fit: fill;
}

.container---s {
  width: 100%;
  max-width: 456px;
}

.container---s.customer-quote {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container---s.justify {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.horizontal-line {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.horizontal-line.white {
  opacity: .1;
  background-color: #fff;
}

.footer-logo-address-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.large-text {
  font-family: var(--bdo);
  font-size: 20px;
  line-height: 1.5em;
}

.large-text.neutral-dark {
  color: var(--neutral-dark);
  text-decoration: none;
}

.small-text {
  font-family: var(--bdo);
  font-size: 13px;
  line-height: 1.5em;
}

.small-text.muted {
  opacity: .5;
}

.footer-menu-details {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-address {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-licenses-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.footer-address-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-columns-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-menus-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uppercase-text {
  font-family: var(--bdo);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5em;
  text-decoration: none;
}

.uppercase-text.muted {
  opacity: .5;
}

.text-white {
  color: #fff;
  text-decoration: none;
}

.text-white.no-underline {
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  color: #fff;
  padding-top: 72px;
  padding-bottom: 24px;
}

.footer-menu-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.link-underline {
  background-color: #6b767b;
  width: 100%;
  height: 1px;
  position: absolute;
}

.select-wrapper {
  border: 1px #000;
  border-bottom: 1px solid #6b767b;
  padding: 0;
  overflow: hidden;
}

.checkbox {
  cursor: pointer;
  background-color: #0000;
  border-style: solid;
  border-color: #6b767b;
  border-radius: 0;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #6b767b;
  background-size: 12px 12px;
}

.underlined-link {
  color: var(--black);
  flex-direction: column;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.small-text-2 {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

.form-success {
  background-color: #0f5172;
  border-radius: 6px;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.neutral-light {
  background-color: var(--neutral-light);
}

.style-guide-swatch.neutral-dark {
  background-color: var(--neutral-dark);
}

.style-guide-swatch.neutral-dark.white {
  background-color: var(--white);
}

.style-guide-swatch.neutral-mid {
  background-color: var(--neutral-mid);
}

.style-guide-swatch.neutral-lightest {
  background-color: var(--neutral-lightest);
  border: 1px solid #e9eff1;
}

.style-guide-swatch.bg-primary-1 {
  background-color: var(--primary);
}

.style-guide-swatch.neutral-darkest {
  background-color: var(--neutral-darkest);
}

.style-guide-swatch.black {
  background-color: var(--black);
}

.form-error {
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px;
  font-size: 13px;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.style-guide-section-contents.form {
  justify-items: stretch;
}

.selectable-label {
  font-family: var(--bdo);
  color: var(--neutral-darkest);
  margin-bottom: 0;
  margin-left: 14px;
}

.radio {
  cursor: pointer;
  background-color: #0000;
  border-color: #6b767b;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  background-color: #fff;
  border-width: 6px;
  border-color: #6b767b;
}

.heading-2 {
  font-family: var(--bdo);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.2em;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.heading-1 {
  font-family: var(--bdo);
  font-size: 49px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-1.text-weight__semi-bold {
  font-weight: 600;
}

.heading-1.text-weight__regular {
  font-weight: 400;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #6b767b;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.display-heading {
  font-family: Inter, sans-serif;
  font-size: 61px;
  line-height: 1.1em;
}

.select-field {
  color: var(--neutral-darkest);
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.link-underline-wrapper {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.form-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #6b767b;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.form-input:focus {
  border-bottom-color: #6b767b;
}

.form-input::placeholder {
  color: #6b767b;
}

.form-input.text-area {
  color: var(--neutral-darkest);
  min-height: 150px;
}

.form-input.text-area.large {
  color: var(--neutral-darkest);
  min-height: 80px;
}

.form-input.large {
  font-variation-settings: "wght" 400;
  font-size: 20px;
  line-height: 1.4em;
}

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

.services-heading__vertical-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container---m {
  width: 100%;
  max-width: 630px;
}

.container---m.feature-description-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.button-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #6b767b;
}

.section-with-title {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.section-with-title.with-padding {
  margin-bottom: 64px;
}

.section-with-title.with-padding.less-gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.customer-spotlight-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.muted {
  opacity: .5;
}

.customer-spotlight-text-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-height: 400px;
}

.image.no-max-height {
  max-height: none;
}

.case-study__vertical-text-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.customer-logo {
  max-height: 40px;
  position: static;
}

.text-link {
  color: var(--black);
  font-weight: 500;
}

.text-link.underlined-link {
  text-decoration: underline;
}

.post-meta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: none;
}

.post-meta-divider {
  opacity: .5;
  background-color: #6b767b;
  width: 1px;
}

.button-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #6b767b;
}

.customer-quote-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-logo {
  height: 48px;
}

.medium-text.neutral-dark {
  color: var(--neutral-dark);
}

.flex-block {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
}

.customer-logo-wrapper {
  position: absolute;
}

.customer-logo-wrapper.hide {
  display: none;
}

.wide-feature-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--neutral-lightest);
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.wide-feature-box.neutral-light {
  background-color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.service-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-image-wrapper {
  height: 100%;
  display: flex;
}

.slide {
  background-image: url('../images/Quatro---Business-and-Technology-min-1-min_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Quatro-Solutions---Oil-Tankers-With-Graph1_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/AdobeStock_1598358744-1-1-min.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.button-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-5:hover {
  color: #fff;
  background-color: #6b767b;
}

.title-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrapper.less-gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.button-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-6:hover {
  color: #fff;
  background-color: #6b767b;
}

.cta-wrapper {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-wrapper.adjacent {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
}

.cta-adjacent-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 456px;
  display: flex;
}

.button-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b767b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #6b767b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-7:hover {
  color: #fff;
  background-color: #6b767b;
}

.about-text-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.about-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container---l {
  width: 100%;
  max-width: 930px;
}

.feature-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--neutral-lightest);
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px 24px;
  text-decoration: none;
  display: flex;
}

.feature-cards-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-icon-circle {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-icon-circle.reduced-gaps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 280px;
  text-decoration: none;
}

.icon-circle {
  background-color: var(--neutral-lightest);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.icon-circle.bg-white {
  background-color: #fff;
}

.values-cards-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-card {
  grid-row-gap: 48px;
  border-style: solid;
  border-width: 1px .5px;
  border-color: var(--border-dark);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 48px 24px;
  display: flex;
}

.values-card.first-card {
  border-style: solid;
  border-width: 1px .5px 1px 1px;
  border-color: var(--border-dark);
}

.values-card.last-card {
  border-right-width: 1px;
}

.value-heading-wrapper {
  height: 4rem;
}

.values-icon {
  width: 40px;
  height: 40px;
}

.form-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.form-success-2 {
  background-color: var(--secondary);
  border-radius: 6px;
}

.form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #272b27;
  text-align: center;
  background-color: #0000;
  border: 1px solid #272b27;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.btn:hover {
  color: #fff;
  background-color: #272b27;
}

.btn.form-button {
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 16px;
}

.form-columns {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-hero {
  padding-top: 48px;
  padding-bottom: 72px;
}

.section-hero.text-header {
  padding-top: 144px;
  padding-bottom: 24px;
}

.section-hero.text-header.above-image-bg.hide {
  display: none;
}

.image-bg-feature {
  color: #fff;
  background-color: #272b27;
  width: 100%;
  height: auto;
  min-height: 700px;
  padding-top: 36px;
  padding-bottom: 48px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-bg-feature.hide {
  display: none;
}

.image-bg-feature-image {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
}

.logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.case-studies-section {
  padding-top: 48px;
  padding-bottom: 72px;
}

.case-studies-section.title {
  margin-top: 82px;
  padding-top: 36px;
  padding-bottom: 0;
}

.testimonial-image-container {
  object-fit: cover;
}

.about-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  max-height: 400px;
}

.contact-button-flex.middle-align {
  justify-content: center;
  align-items: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-blog {
  padding-top: 48px;
  padding-bottom: 72px;
}

.section-blog.transparent-navbar-section {
  margin-top: 82px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.article {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  margin-top: -36px;
  margin-bottom: -36px;
  display: flex;
}

.uppercase-text-2 {
  font-variation-settings: "wght" 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
}

.post-meta-divider-2 {
  opacity: .5;
  background-color: #272b27;
  width: 1px;
}

.post-meta-divider-2.rotate {
  width: 24px;
  height: 1px;
}

.post-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.post-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-grid.title {
  align-items: end;
}

.post-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.post-meta-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.post-meta-2.align-middle {
  align-items: center;
}

.container---main-2 {
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.bold-text {
  color: var(--black);
  text-decoration: none;
}

.bold-text-2, .link {
  color: var(--black);
}

.services-text__vertical-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.divider---anchor {
  height: 96px;
}

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

.cms-featured-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cms-featured-flex.halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.testimonial-flex-halves {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.arrow-hover-icon {
  display: block;
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: flex;
}

.container---main-3 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-2 {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.rounded-edges {
  aspect-ratio: 1;
  border-radius: 6px;
}

.rounded-edges.max-height {
  max-height: 600px;
}

.contact-details-image {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.body-text {
  color: #000000b3;
}

.conact-pair-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px #0000001f;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: flex;
}

.arrow-hover-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.arrow-hover-link-contact-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000000b3;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider {
  background-color: var(--neutral-light);
  height: 1px;
}

@media screen and (max-width: 991px) {
  .navbar-right-contents.hide-desktop {
    display: flex;
  }

  .mobile-logo {
    align-self: flex-start;
    margin-bottom: 48px;
    display: block;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .nav-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }

  .nav-menu-close {
    pointer-events: auto;
    margin-top: -16px;
    padding: 16px;
  }

  .navbar-wrapper {
    z-index: 199;
    background-color: var(--neutral-lightest);
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    position: fixed;
  }

  .navbar-wrapper.inside-image-bg-section {
    display: none;
  }

  .navbar-wrapper.show-desktop {
    height: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    color: var(--black);
    font-variation-settings: "wght" 450;
    text-align: left;
    border-bottom: 1px solid #e9eff1;
    border-radius: 0;
    width: 100%;
    padding: 0 0 12px;
    font-size: 21px;
    line-height: 1.4em;
  }

  .nav-link:hover {
    background-color: #0000;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .nav-link.white.hide-desktop, .nav-link.hide-desktop {
    display: block;
  }

  .button.nav-button {
    background-color: var(--neutral-light);
    border-style: none;
  }

  .button.arrow-right {
    flex: 0 auto;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    z-index: 999;
    background-color: #f5f7f8;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .navbar-row {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    display: flex;
  }

  .about-header-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-bg-header {
    height: 540px;
    margin-top: 0;
  }

  .image-bg-header.align-bottom {
    height: 100svh;
    padding-bottom: 72px;
  }

  .item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .cms-featured-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-two {
    line-height: 1.1em;
  }

  .section.less-top-padding__tablet {
    padding-top: 72px;
  }

  .section.less-top-padding.no-top-padding__tablet {
    padding-top: 0;
  }

  .logo-box {
    height: 120px;
  }

  .logo-box.double-row {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-box-image {
    max-width: 80%;
  }

  .grid-halves {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .widget-with-image.restricted-width {
    max-width: 100%;
  }

  .widget-bg.max-height-desktop {
    aspect-ratio: 2;
  }

  .container---s {
    max-width: none;
  }

  .container---s.customer-quote {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .container---s.justify {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .large-text.medium-text-tablet {
    font-size: 16px;
  }

  .footer-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .heading-1.text-weight__semi-bold {
    font-size: 39px;
  }

  .container---m {
    max-width: none;
  }

  .section-with-title {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .customer-spotlight-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .customer-spotlight-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image {
    max-height: none;
  }

  .testimonial-logo {
    height: 32px;
  }

  .wide-feature-box {
    flex-direction: column;
  }

  .slide {
    background-position: 50%;
  }

  .title-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cta-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .cta-wrapper.adjacent {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
  }

  .cta-adjacent-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    max-width: 100%;
  }

  .about-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column-reverse;
    display: flex;
  }

  .feature-card {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .feature-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .title-icon-circle.reduced-gaps {
    grid-row-gap: 48px;
  }

  .values-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .values-card {
    border-left-width: 1px;
    border-right-width: 1px;
    justify-content: flex-start;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .values-card.first-card {
    border-style: solid;
    border-width: 1px;
  }

  .values-card.last-card {
    border-left-width: 1px;
  }

  .form {
    align-items: stretch;
  }

  .section-hero.text-header {
    padding-top: 96px;
  }

  .image-bg-feature {
    min-height: 500px;
  }

  .testimonial-image-container {
    order: 9999;
  }

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

  .image-wrapper {
    display: none;
  }

  .about-us-image {
    object-fit: cover;
    max-height: 400px;
  }

  .article {
    margin-left: auto;
    margin-right: auto;
  }

  .post-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .post-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .post-grid.title {
    align-items: flex-start;
  }

  .divider---anchor {
    height: 64px;
  }

  .client-testimonial {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .cms-featured-flex {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .testimonial-flex-halves {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 21px;
  }

  .navbar-row {
    height: 48px;
  }

  .about-header-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---main {
    max-width: 767px;
  }

  .container---main.hide-overflow {
    overflow: hidden;
  }

  .image-bg-header {
    height: 420px;
  }

  .image-bg-header.align-bottom {
    aspect-ratio: 3 / 2;
    padding-bottom: 36px;
  }

  .image-bg-header.align-bottom.about-us {
    background-position: 30%;
  }

  .cms-featured-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .heading-two {
    font-size: 42px;
  }

  .section.increased-padding {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .logo-box.double-row {
    overflow: clip;
  }

  .logo-box.double-row.hide-mobile {
    display: none;
  }

  .logo-box-image.small.mobile-max-height-and-width {
    max-height: 24px;
  }

  .logo-box-image.mobile-max-height-medium {
    max-height: 32px;
  }

  .grid-halves, .container---s.customer-quote {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .large-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .footer-menu-details {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .form-input.large {
    font-size: 18px;
  }

  .section-with-title {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-with-title.with-padding.less-gap.less-margin {
    margin-bottom: 32px;
  }

  .customer-spotlight-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .customer-spotlight-text-wrapper, .title-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cta-wrapper {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .feature-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-card-text {
    max-width: none;
  }

  .values-cards-grid {
    grid-template-columns: 1fr;
  }

  .values-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .value-heading-wrapper {
    height: auto;
  }

  .form-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .form-columns {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    display: flex;
  }

  .section-hero.text-header {
    padding-top: 72px;
  }

  .image-bg-feature {
    min-height: 450px;
  }

  .logo-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: start;
    justify-items: stretch;
  }

  .contact-button-flex {
    justify-content: center;
    align-items: center;
  }

  .article {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .post-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .post-grid.title {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .client-testimonial {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cms-featured-flex {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .testimonial-flex-halves, .contact-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .heading-4 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .mobile-logo-image {
    width: auto;
    max-height: 29px;
    display: block;
  }

  .nav-logo {
    width: auto;
    max-height: 26px;
  }

  .mobile-logo {
    margin-bottom: 24px;
  }

  .nav-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-wrapper.show-desktop {
    height: auto;
  }

  .nav-link {
    font-size: 16px;
  }

  .button.nav-button {
    display: none;
  }

  .navbar-row {
    height: 42px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .container---main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-bg-header.align-bottom {
    aspect-ratio: auto;
    height: 100svh;
    padding-bottom: 48px;
  }

  .cms-featured-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .heading-two {
    letter-spacing: 0;
    font-size: 29px;
  }

  .section, .section.neutral-light {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.neutral-light.even-padding {
    padding-bottom: 36px;
  }

  .section.increased-padding {
    padding-top: 96px;
  }

  .section.less-top-padding__tablet {
    padding-top: 64px;
  }

  .section.less-top-padding {
    padding-top: 32px;
  }

  .logo-box {
    width: 250px;
    height: 120px;
  }

  .logo-box.double-row.hide-mobile-portrait {
    display: none;
  }

  .logo-box-image {
    max-width: 150px;
    height: 32px;
  }

  .logo-box-image.small.mobile-max-height-and-width {
    max-width: 96px;
  }

  .widget-with-image {
    flex-direction: column;
  }

  .widget-bg {
    opacity: 1;
  }

  .container---s.customer-quote {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container---s.justify {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-logo-address-wrapper {
    align-items: stretch;
  }

  .footer-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .large-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.5em;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-logo-image {
    width: auto;
    max-height: 24px;
  }

  .footer-logo-address {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-address-contact {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-columns-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-menus-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .uppercase-text {
    font-size: 12px;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-menu-links {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .selectable-field {
    align-items: flex-start;
  }

  .small-text-2 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 1.3em;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-1 {
    font-size: 31px;
    line-height: 1.3em;
  }

  .display-heading {
    font-size: 39px;
    line-height: 1.3em;
  }

  .form-input.large {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .section-with-title {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-with-title.with-padding.less-gap.less-margin {
    margin-bottom: 32px;
  }

  .post-meta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .customer-quote-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-logo {
    height: 32px;
  }

  .wide-feature-box {
    padding: 32px 16px;
  }

  .cta-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cta-wrapper.adjacent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-adjacent-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .about-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .feature-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .icon-circle {
    width: 72px;
    height: 72px;
  }

  .values-cards-grid {
    grid-template-columns: 1fr;
  }

  .values-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .form, .form-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .section-hero.text-header {
    padding-bottom: 0;
  }

  .section-hero.text-header.above-image-bg {
    padding-bottom: 24px;
  }

  .image-bg-feature {
    min-height: 400px;
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .logo-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .case-studies-section, .section-blog {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .section-blog.transparent-navbar-section {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .uppercase-text-2 {
    font-size: 12px;
  }

  .post-meta-divider-2.rotate {
    width: 12px;
  }

  .post-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .post-grid.title, .post-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .post-meta-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container---main-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cms-featured-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .container---main-3 {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-pair {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }
}

#w-node-_8445d74e-d1e5-5161-9da4-e8f978825a63-5f3be8dc, #w-node-_8445d74e-d1e5-5161-9da4-e8f978825a6a-5f3be8dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8445d74e-d1e5-5161-9da4-e8f978825aa7-5f3be8dc {
  justify-self: stretch;
}

#w-node-_8445d74e-d1e5-5161-9da4-e8f978825aad-5f3be8dc, #w-node-_0c17ac0e-882e-5dc2-8e54-1d15071dab11-55e4a706, #w-node-_42204e0c-2a8e-34bd-11ad-ca6c91dc0e54-55e4a706 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221dc41e-265f-5812-62fc-07648746a5e7-55e4a706 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b2b325a-afab-8eae-1e9c-b4ec64794cca-64794cc7, #w-node-_2b2b325a-afab-8eae-1e9c-b4ec64794ce1-64794cc7, #w-node-_2b2b325a-afab-8eae-1e9c-b4ec64794d04-64794cc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_073e475f-ab5d-6858-3aa0-44853d95b54f-78919384, #w-node-d3e97853-1c0c-4d36-d284-68f7b295b237-78919384, #w-node-fc10d819-18d6-ec44-b561-b0952019200d-78919384 {
  justify-self: end;
}

#w-node-a4cf1056-862d-6795-ecd3-a5333bb92e07-78919384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7d3608-f4c3-7201-7ff4-91f5223c013d-78919384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46dc1c0c-58f1-49f9-345a-54835f21b9f4-3b47c4b0, #w-node-_635bd7d0-bcd0-4c07-2f4a-0a62875b295a-3b47c4b0, #w-node-_635bd7d0-bcd0-4c07-2f4a-0a62875b2962-3b47c4b0, #w-node-_635bd7d0-bcd0-4c07-2f4a-0a62875b296a-3b47c4b0, #w-node-_492dd97a-3989-1489-0db1-0f71f28a1d74-3b47c4b0, #w-node-_3f878bf2-5558-bdf2-adc4-816c0cce62f6-3b47c4b0, #w-node-_492dd97a-3989-1489-0db1-0f71f28a1d7d-3b47c4b0, #w-node-_492dd97a-3989-1489-0db1-0f71f28a1d86-3b47c4b0, #w-node-fb658cea-7c56-efbb-cae3-53ca0a861580-3b47c4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8e0dbb-2253-a51d-8631-333b8f24ad41-3b47c4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6c6990bc-f9ad-954e-4c2e-e50dce63ca95-3b47c4b0, #w-node-_9ad9062e-f9c8-e1ea-ba63-545eef53e828-3b47c4b0, #w-node-_7b5b6bea-cf84-05b6-da40-2c8f32221bf7-97b042db, #w-node-_070f10ac-3778-4129-5e50-4fbaad5489fc-97b042db, #w-node-_0bdd30b8-d4ec-30eb-acf8-5e236c1a407b-97b042db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54fe1ac5-05e0-66f2-6f23-40702f1cdd01-97b042db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2ade52cf-6406-529f-9a8b-c43a4ee58f5a-0cd5e238, #w-node-_05f96a0d-22bb-0455-ec7a-634bb0d28c5e-0cd5e238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54fe1ac5-05e0-66f2-6f23-40702f1cdd01-0cd5e238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29e95378-12c7-6cca-38ac-a0b15f95ce60-aed021f8, #w-node-_29e95378-12c7-6cca-38ac-a0b15f95ce66-aed021f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29e95378-12c7-6cca-38ac-a0b15f95ce6b-aed021f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d2a-42d7ffa7, #w-node-_6575250e-4867-75fc-1e83-ede1beed9d30-42d7ffa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a756879d-cfdf-12b9-3919-25a987219df4-42d7ffa7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d36-42d7ffa7 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d2a-3764ef5b, #w-node-_6575250e-4867-75fc-1e83-ede1beed9d30-3764ef5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a756879d-cfdf-12b9-3919-25a987219df4-3764ef5b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d36-3764ef5b {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d2a-b395af85, #w-node-_6575250e-4867-75fc-1e83-ede1beed9d30-b395af85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a756879d-cfdf-12b9-3919-25a987219df4-b395af85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d36-b395af85 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d2a-383631e1, #w-node-_6575250e-4867-75fc-1e83-ede1beed9d30-383631e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a756879d-cfdf-12b9-3919-25a987219df4-383631e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6575250e-4867-75fc-1e83-ede1beed9d36-383631e1 {
  grid-area: 2 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_42204e0c-2a8e-34bd-11ad-ca6c91dc0e54-55e4a706 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_221dc41e-265f-5812-62fc-07648746a5e7-55e4a706 {
    justify-self: stretch;
  }

  #w-node-_073e475f-ab5d-6858-3aa0-44853d95b54f-78919384, #w-node-d3e97853-1c0c-4d36-d284-68f7b295b237-78919384, #w-node-fc10d819-18d6-ec44-b561-b0952019200d-78919384 {
    justify-self: auto;
  }

  #w-node-a4cf1056-862d-6795-ecd3-a5333bb92e07-78919384 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-fb7d3608-f4c3-7201-7ff4-91f5223c013d-78919384 {
    justify-self: stretch;
  }

  #w-node-fb658cea-7c56-efbb-cae3-53ca0a861580-3b47c4b0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-fd8e0dbb-2253-a51d-8631-333b8f24ad41-3b47c4b0 {
    justify-self: stretch;
  }

  #w-node-_0bdd30b8-d4ec-30eb-acf8-5e236c1a407b-97b042db {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_54fe1ac5-05e0-66f2-6f23-40702f1cdd01-97b042db {
    justify-self: stretch;
  }

  #w-node-_05f96a0d-22bb-0455-ec7a-634bb0d28c5e-0cd5e238 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_54fe1ac5-05e0-66f2-6f23-40702f1cdd01-0cd5e238 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03e7d6d7-4c9d-ee46-756f-04e1e7cc3106-97b042db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}