@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --_run-e-tokens---font--montserrat: Montserrat, sans-serif;
  --_run-e-tokens---brand--orange-500: #ff9100;
  --_run-e-tokens---type--display: clamp(48px, 6vw, 84px);
  --_run-e-tokens---lineheight--tight: 1.1;
  --_run-e-tokens---tracking--tight: -.02em;
  --_run-e-tokens---type--h1: clamp(40px, 4.5vw, 64px);
  --_run-e-tokens---grey--900: #0a0a0a;
  --_run-e-tokens---type--h2: clamp(32px, 3.5vw, 48px);
  --_run-e-tokens---lineheight--snug: 1.25;
  --_run-e-tokens---type--h3: clamp(24px, 2.5vw, 32px);
  --_run-e-tokens---type--h4: 20px;
  --_run-e-tokens---space--5: 24px;
  --_run-e-tokens---type--lede: 20px;
  --_run-e-tokens---lineheight--normal: 1.5;
  --_run-e-tokens---type--body: 16px;
  --_run-e-tokens---grey--700: #4d4e52;
  --_run-e-tokens---type--small: 14px;
  --_run-e-tokens---grey--500: #909195;
  --_run-e-tokens---type--caption: 13px;
  --_run-e-tokens---type--eyebrow: 12px;
  --_run-e-tokens---tracking--wider: .12em;
  --_run-e-tokens---type--label: 12px;
  --_run-e-tokens---space--10: 96px;
  --_run-e-tokens---brand--green-500: #006c54;
  --_run-e-tokens---space--3: 12px;
  --_run-e-tokens---space--4: 16px;
  --_run-e-tokens---space--6: 32px;
  --_run-e-tokens---space--8: 64px;
  --_run-e-tokens---grey--800: #2e2f33;
  --_run-e-tokens---grey--200: #ececee;
  --_run-e-tokens---radius--pill: 9999px;
  --_run-e-tokens---radius--lg: 14px;
  --_run-e-tokens---grey--600: #6b6c70;
  --_run-e-tokens---grey--100: #f6f6f7;
  --_run-e-tokens---space--2: 8px;
  --_run-e-tokens---space--9: 80px;
  --_run-e-tokens---util--white: #fff;
  --_run-e-tokens---space--7: 48px;
  --_run-e-tokens---tracking--normal: 0em;
  --_run-e-tokens---util--transparent: transparent;
  --_run-e-tokens---radius--md: 8px;
  --_run-e-tokens---grey--300: #d8d9dc;
  --_run-e-tokens---brand--amber-400: #ffc000;
  --_run-e-tokens---brand--green-600: #005a47;
  --_run-e-tokens---orange--50: #fff4e6;
  --_run-e-tokens---orange--100: #ffe0b3;
  --_run-e-tokens---orange--200: #ffc880;
  --_run-e-tokens---orange--300: #ffaf4d;
  --_run-e-tokens---orange--400: #ff9a26;
  --_run-e-tokens---orange--600: #e67d00;
  --_run-e-tokens---orange--700: #c46900;
  --_run-e-tokens---orange--800: #a35400;
  --_run-e-tokens---orange--900: #804000;
  --_run-e-tokens---grey--50: #fafafa;
  --_run-e-tokens---grey--400: #b8b9bd;
  --_run-e-tokens---util--black: #000;
  --_run-e-tokens---status--success: #009963;
  --_run-e-tokens---status--danger: #d92e2e;
  --_run-e-tokens---status--info: #0966c2;
  --_run-e-tokens---util--focus-ring: #ff9a2680;
  --_run-e-tokens---font--frutiger-condensed: "Frutiger Condensed", Lato, sans-serif;
  --_run-e-tokens---space--1: 4px;
  --_run-e-tokens---space--11: 128px;
  --_run-e-tokens---space--12: 160px;
  --_run-e-tokens---radius--sm: 4px;
  --_run-e-tokens---radius--xl: 22px;
  --_run-e-tokens---lineheight--loose: 1.7;
  --_run-e-tokens---tracking--wide: .04em;
}

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

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

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

.t-display {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--display);
  line-height: var(--_run-e-tokens---lineheight--tight);
  letter-spacing: var(--_run-e-tokens---tracking--tight);
  font-weight: 600;
}

.t-display._404 {
  margin-top: 60px;
}

.t-h1 {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--h1);
  line-height: var(--_run-e-tokens---lineheight--tight);
  letter-spacing: var(--_run-e-tokens---tracking--tight);
  font-weight: 600;
}

.t-h2 {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h2);
  line-height: var(--_run-e-tokens---lineheight--snug);
  font-weight: 400;
}

.t-h3 {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h3);
  line-height: var(--_run-e-tokens---lineheight--snug);
  font-weight: 500;
}

.t-h4 {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h4);
  line-height: var(--_run-e-tokens---lineheight--snug);
  font-weight: 500;
}

.t-lede {
  margin-bottom: var(--_run-e-tokens---space--5);
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--lede);
  line-height: var(--_run-e-tokens---lineheight--normal);
  font-weight: 400;
}

.t-body {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--normal);
  font-weight: 400;
}

.t-small {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--small);
  line-height: var(--_run-e-tokens---lineheight--normal);
  font-weight: 400;
}

.t-caption {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--500);
  font-size: var(--_run-e-tokens---type--caption);
  line-height: var(--_run-e-tokens---lineheight--normal);
  font-weight: 400;
}

.t-eyebrow {
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--eyebrow);
  line-height: var(--_run-e-tokens---lineheight--snug);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  font-weight: 600;
}

.t-label {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--label);
  line-height: var(--_run-e-tokens---lineheight--snug);
  font-weight: 600;
}

.cta-strip {
  padding: var(--_run-e-tokens---space--10) var(--_run-e-tokens---space--5);
  background-color: var(--_run-e-tokens---brand--green-500);
  text-align: center;
}

.cta-strip-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cta-strip-eyebrow {
  margin-bottom: var(--_run-e-tokens---space--3);
  opacity: .92;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--eyebrow);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}

.cta-strip-heading {
  margin-bottom: var(--_run-e-tokens---space--4);
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--h2);
  line-height: var(--_run-e-tokens---lineheight--tight);
  letter-spacing: var(--_run-e-tokens---tracking--tight);
  margin-top: 0;
  font-weight: 600;
}

.cta-strip-sub {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: var(--_run-e-tokens---space--6);
  opacity: .92;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--lede);
  line-height: var(--_run-e-tokens---lineheight--normal);
  margin-top: 0;
  margin-left: auto;
}

.cta-strip-actions {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.cta-strip-link {
  opacity: .9;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--small);
  text-decoration: underline;
}

.footer-section {
  width: 100%;
  padding-top: var(--_run-e-tokens---space--8);
  background-color: var(--_run-e-tokens---grey--900);
  color: #fff;
}

.footer-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding-right: var(--_run-e-tokens---space--6);
  padding-left: var(--_run-e-tokens---space--6);
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 9999px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-column-heading {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--eyebrow);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-link {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fffc;
  font-size: var(--_run-e-tokens---type--small);
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--small);
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .15s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-bottom-strip {
  width: 100%;
  margin-top: var(--_run-e-tokens---space--4);
  padding: var(--_run-e-tokens---space--4) var(--_run-e-tokens---space--5);
  background-color: var(--_run-e-tokens---grey--800);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  display: flex;
}

.footer-bottom-text {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff9;
  font-size: var(--_run-e-tokens---type--caption);
  text-align: left;
  margin: 0;
}

.nav-top {
  z-index: 100;
  padding-top: 16px;
  padding-right: var(--_run-e-tokens---space--5);
  padding-bottom: 16px;
  padding-left: var(--_run-e-tokens---space--5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_run-e-tokens---grey--200);
  background-color: #fff;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  height: 40px;
  text-decoration: none;
  display: flex;
}

.nav-logo.w--current {
  justify-content: flex-start;
  align-items: stretch;
}

.nav-links {
  align-items: center;
  gap: 24px;
  display: flex;
}

.nav-link {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--small);
  font-weight: 500;
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--small);
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.nav-link:hover {
  color: #ea580c;
}

.nav-utilities {
  align-items: center;
  gap: 16px;
  display: flex;
}

.nav-cta {
  border-radius: var(--_run-e-tokens---radius--pill);
  background-color: var(--_run-e-tokens---brand--orange-500);
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  font-size: var(--_run-e-tokens---type--small);
  border-radius: var(--_run-e-tokens---radius--pill);
  background-color: var(--_run-e-tokens---brand--orange-500);
  font-weight: 600;
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--small);
  border: 1px solid #ff9100;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
}

.nav-cta:hover {
  color: #ff9100;
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0000001f;
}

.feat-card {
  border-color: var(--_run-e-tokens---grey--200);
  border-top-left-radius: var(--_run-e-tokens---radius--lg);
  border-top-right-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-left-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-right-radius: var(--_run-e-tokens---radius--lg);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 32px;
  transition-property: transform, box-shadow;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  box-shadow: 0 1px 2px #0000000a;
}

.feat-card.capabilities-card {
  flex-flow: column;
  flex: 320px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feat-card-title {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h4);
  line-height: var(--_run-e-tokens---lineheight--snug);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.feat-card-body {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--normal);
  margin-top: 0;
  margin-bottom: 20px;
}

.feat-card-link {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--small);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.step-card {
  padding-top: 16px;
  padding-right: 16px;
}

.step-card-number {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--h2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1;
}

.stat-block {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.stat-block-number {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--display);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
}

.stat-block-caption {
  max-width: 320px;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #ffffffd9;
  font-size: var(--_run-e-tokens---type--body);
  margin: 0 auto;
  line-height: 1.4;
}

.case-card {
  border-color: var(--_run-e-tokens---grey--200);
  border-top-left-radius: var(--_run-e-tokens---radius--lg);
  border-top-right-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-left-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-right-radius: var(--_run-e-tokens---radius--lg);
  border-style: solid;
  border-width: 1px;
  border-color: var(--_run-e-tokens---grey--200);
  border-top-left-radius: var(--_run-e-tokens---radius--lg);
  border-top-right-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-left-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-right-radius: var(--_run-e-tokens---radius--lg);
  background-color: #fff;
  flex-direction: column;
  flex: 320px;
  justify-content: flex-start;
  gap: 16px;
  padding: 32px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.case-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #00000014;
}

.case-card.case-section-overview {
  align-content: stretch;
}

.case-card-tag {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--600);
  font-size: var(--_run-e-tokens---type--eyebrow);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.case-card-logo {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-height: 40px;
}

.case-card-outcome {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--normal);
  margin: 0;
  font-style: italic;
}

.case-card-headline {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h3);
  line-height: var(--_run-e-tokens---lineheight--snug);
  margin: 0;
  font-weight: 600;
}

.team-card {
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  display: flex;
}

.team-card-portrait {
  aspect-ratio: 1;
  border-radius: var(--_run-e-tokens---radius--lg);
  background-color: var(--_run-e-tokens---grey--100);
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  margin-bottom: 12px;
}

.contact-form-wrapper {
  border-top-left-radius: var(--_run-e-tokens---radius--lg);
  border-top-right-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-left-radius: var(--_run-e-tokens---radius--lg);
  border-bottom-right-radius: var(--_run-e-tokens---radius--lg);
  background-color: var(--_run-e-tokens---grey--100);
  width: 100%;
  max-width: 640px;
  min-height: 780px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
}

.container-1200 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding-right: var(--_run-e-tokens---space--5);
  padding-left: var(--_run-e-tokens---space--5);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.section-base {
  padding-top: var(--_run-e-tokens---space--9);
  padding-bottom: var(--_run-e-tokens---space--9);
}

.hero-section {
  padding-top: var(--_run-e-tokens---space--8);
  padding-bottom: var(--_run-e-tokens---space--10);
  background-color: var(--_run-e-tokens---util--white);
  max-width: 1280px;
  padding: var(--_run-e-tokens---space--8) 32px var(--_run-e-tokens---space--10);
  background-color: var(--_run-e-tokens---util--white);
  margin-left: auto;
  margin-right: auto;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 48px;
  display: flex;
}

.hero-grid.hero-container {
  flex-flow: row;
}

.hero-text {
  flex-direction: column;
  gap: 20px;
  width: 55%;
  display: flex;
}

.hero-actions {
  margin-top: var(--_run-e-tokens---space--3);
  flex-flow: row;
  align-items: center;
  gap: 12px;
  display: flex;
}

.hero-art {
  border-radius: var(--_run-e-tokens---radius--lg);
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 45%;
  display: flex;
  overflow: clip;
}

.hero-art.hero-art-left {
  justify-content: flex-start;
  align-items: stretch;
}

.btn {
  border-radius: var(--_run-e-tokens---radius--pill);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--snug);
  white-space: nowrap;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color, transform;
  transition-duration: .2s;
  display: inline-flex;
}

.btn.btn-primary-hero {
  color: #fff;
  background-color: #006c54;
  border: 1px solid #006c54;
}

.btn.btn-primary-hero:hover {
  color: #fff;
  background-color: #ff9100;
  border-color: #ff9100;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.btn.btn-ghost-inverse {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.btn.btn-ghost-inverse:hover {
  color: #0a0a0a;
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.btn.btn-primary {
  width: 250px;
  margin-top: var(--_run-e-tokens---space--8);
  align-self: center;
}

.btn.btn-primary._404 {
  margin-top: var(--_run-e-tokens---space--9);
}

.btn-primary {
  border-color: var(--_run-e-tokens---brand--orange-500);
  background-color: var(--_run-e-tokens---brand--orange-500);
  color: var(--_run-e-tokens---util--white);
  border-color: var(--_run-e-tokens---brand--orange-500);
  background-color: var(--_run-e-tokens---brand--orange-500);
  transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow undefined undefined, filter undefined undefined;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-primary:hover {
  color: #ff9100;
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.btn-primary.btn {
  margin-top: var(--_run-e-tokens---tracking--normal);
}

.btn-ghost {
  border-color: var(--_run-e-tokens---brand--orange-500);
  background-color: var(--_run-e-tokens---util--transparent);
  color: var(--_run-e-tokens---brand--orange-500);
  border-color: var(--_run-e-tokens---brand--orange-500);
  background-color: #fff;
}

.btn-ghost:hover {
  color: #fff;
  background-color: #ff9100;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.trust-section {
  padding: var(--_run-e-tokens---space--9) var(--_run-e-tokens---space--5);
  background-color: var(--_run-e-tokens---grey--100);
  padding: var(--_run-e-tokens---space--9) 32px;
  background-color: var(--_run-e-tokens---grey--100);
}

.trust-eyebrow-row {
  margin-bottom: var(--_run-e-tokens---space--5);
  text-align: center;
  display: block;
}

.trust-logos {
  width: 100%;
  margin-top: var(--_run-e-tokens---space--5);
  margin-bottom: var(--_run-e-tokens---space--8);
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.trust-logo {
  border-style: solid;
  border-width: 1px;
  border-color: var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--md);
  background-color: var(--_run-e-tokens---util--white);
  min-width: 100px;
  min-height: 100px;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  text-align: center;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.trust-logo:hover {
  filter: none;
}

.trust-chips {
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  display: flex;
}

.trust-chip {
  min-width: 200px;
  padding: var(--_run-e-tokens---space--5);
  border: 1px solid var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--md);
  background-color: var(--_run-e-tokens---util--white);
  transition: transform .2s cubic-bezier(.22, 1, .36, 1), box-shadow undefined undefined;
  flex-direction: column;
  flex: 240px;
  gap: 8px;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.trust-chip-lead {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--h4);
  line-height: var(--_run-e-tokens---lineheight--snug);
  overflow-wrap: break-word;
  min-width: 0;
  font-weight: 700;
}

.trust-chip-sub {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--small);
  line-height: var(--_run-e-tokens---lineheight--normal);
  overflow-wrap: break-word;
  min-width: 0;
}

.audience-section {
  padding-top: var(--_run-e-tokens---space--9);
  padding-bottom: var(--_run-e-tokens---space--9);
  background-color: var(--_run-e-tokens---util--white);
}

.audience-header {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: var(--_run-e-tokens---space--8);
  text-align: center;
  flex-direction: column;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

.audience-split {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  display: grid;
}

.audience-track {
  width: 100%;
  padding: var(--_run-e-tokens---space--7);
  border: 1px solid var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--lg);
  background-color: var(--_run-e-tokens---util--white);
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

.audience-track-tinted {
  width: 100%;
  padding: var(--_run-e-tokens---space--7);
  border: 1px solid var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--lg);
  background-color: var(--_run-e-tokens---grey--100);
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

.audience-card-grid-3 {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  gap: 12px;
  width: 100%;
  display: grid;
}

.audience-card-grid-2 {
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  display: flex;
}

.audience-card {
  min-width: 140px;
  padding: var(--_run-e-tokens---space--4);
  border: 1px solid var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--md);
  background-color: var(--_run-e-tokens---util--white);
  flex-flow: column;
  flex: 0;
  gap: 8px;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1), box-shadow;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.audience-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #00000014;
}

.audience-card-title {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h4);
  line-height: var(--_run-e-tokens---lineheight--snug);
  overflow-wrap: break-word;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.audience-card-body {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--small);
  line-height: var(--_run-e-tokens---lineheight--normal);
  overflow-wrap: break-word;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.audience-card-link {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--small);
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
}

.audience-cta-row {
  margin-top: var(--_run-e-tokens---space--3);
  display: flex;
}

.audience-track-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.audience-track-lede {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--normal);
  margin-top: 0;
  margin-bottom: 0;
}

.approach-section {
  padding-top: var(--_run-e-tokens---space--9);
  padding-bottom: var(--_run-e-tokens---space--9);
  background-color: var(--_run-e-tokens---grey--100);
}

.approach-grid {
  width: 100%;
  margin-top: var(--_run-e-tokens---space--5);
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.step-num {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--eyebrow);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  font-weight: 700;
}

.approach-cta-center {
  margin-top: var(--_run-e-tokens---space--8);
  justify-content: center;
  display: flex;
}

.stats-section {
  padding-top: var(--_run-e-tokens---space--9);
  padding-bottom: var(--_run-e-tokens---space--9);
  background-color: var(--_run-e-tokens---grey--900);
}

.stats-eyebrow-white {
  margin-bottom: var(--_run-e-tokens---space--6);
  color: var(--_run-e-tokens---util--white);
  text-align: center;
  display: block;
}

.stats-grid {
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 32px;
  width: 100%;
  display: flex;
}

.stat-item {
  min-width: 240px;
  padding-top: var(--_run-e-tokens---space--5);
  padding-bottom: var(--_run-e-tokens---space--5);
  text-align: center;
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.stat-number-big {
  width: 100%;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  text-align: center;
  letter-spacing: var(--_run-e-tokens---tracking--tight);
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 800;
  line-height: 1;
}

.stat-caption-white {
  max-width: 260px;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--300);
  font-size: var(--_run-e-tokens---type--small);
  line-height: var(--_run-e-tokens---lineheight--normal);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section {
  padding: var(--_run-e-tokens---space--9) var(--_run-e-tokens---space--6) var(--_run-e-tokens---space--9) 0px;
  background-color: var(--_run-e-tokens---util--white);
}

.testimonial-grid {
  width: 100%;
  padding-right: var(--_run-e-tokens---space--6);
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: stretch;
  gap: 48px;
  padding-left: 0;
  display: flex;
}

.testimonial-grid:lang(en) {
  justify-content: center;
  align-items: center;
}

.testimonial-logo {
  width: 40%;
  padding: var(--_run-e-tokens---space--4) var(--_run-e-tokens---space--6) var(--_run-e-tokens---space--4) 0px;
  aspect-ratio: auto;
  border-radius: var(--_run-e-tokens---tracking--normal) var(--_run-e-tokens---radius--lg) var(--_run-e-tokens---radius--lg) var(--_run-e-tokens---tracking--normal);
  background-color: var(--_run-e-tokens---grey--200);
  filter: grayscale(1%);
  text-align: center;
  background-image: none;
  align-self: center;
}

.testimonial-content {
  flex-direction: column;
  gap: 20px;
  width: 60%;
  display: flex;
}

.testimonial-quote {
  color: var(--_run-e-tokens---grey--900);
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.testimonial-name {
  font-family: var(--_run-e-tokens---font--montserrat);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--snug);
  font-weight: 700;
}

.cases-section {
  padding-top: var(--_run-e-tokens---space--9);
  padding-bottom: var(--_run-e-tokens---space--9);
  background-color: var(--_run-e-tokens---grey--100);
  padding: var(--_run-e-tokens---space--9) 32px;
  background-color: var(--_run-e-tokens---grey--100);
  flex-flow: wrap;
  place-content: space-around flex-start;
  align-items: stretch;
  display: block;
}

.cases-grid {
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cases-grid.cases-grid-overview {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
}

.case-feat {
  min-width: 320px;
  padding: var(--_run-e-tokens---space--7);
  border: 1px solid var(--_run-e-tokens---grey--200);
  border-radius: var(--_run-e-tokens---radius--lg);
  background-color: var(--_run-e-tokens---util--white);
  transition: transform .2s cubic-bezier(.22, 1, .36, 1), box-shadow undefined undefined;
  flex-direction: column;
  flex: 0;
  gap: 16px;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.case-feat:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #00000014;
}

.case-feat.case-feat-home {
  flex-flow: column;
}

.case-feat-tag {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  font-size: var(--_run-e-tokens---type--eyebrow);
  letter-spacing: var(--_run-e-tokens---tracking--wider);
  text-transform: uppercase;
  font-weight: 700;
}

.case-feat-logo {
  border-radius: var(--_run-e-tokens---radius--md);
  min-height: 80px;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--200);
  font-size: var(--_run-e-tokens---type--h4);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.case-feat-outcome {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--700);
  font-size: var(--_run-e-tokens---type--body);
  line-height: var(--_run-e-tokens---lineheight--normal);
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.case-feat-headline {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--900);
  font-size: var(--_run-e-tokens---type--h3);
  line-height: var(--_run-e-tokens---lineheight--snug);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.case-feat-availability {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---grey--600);
  font-size: var(--_run-e-tokens---type--caption);
  line-height: var(--_run-e-tokens---lineheight--normal);
  font-style: italic;
}

.nav-logo-img {
  cursor: pointer;
  width: auto;
  height: 40px;
  display: block;
}

.footer-logo-row {
  width: 100%;
  max-width: 70%;
  margin-right: auto;
  margin-bottom: var(--_run-e-tokens---space--7);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-bottom: var(--_run-e-tokens---space--7);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-logo-img {
  cursor: pointer;
  width: auto;
  height: 32px;
  display: block;
}

.audience-card-tall {
  grid-area: 1 / 2 / span 2;
}

.re-mobile-nav {
  display: contents;
}

.re-burger {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: none;
}

.re-mobile-drawer {
  z-index: 200;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  z-index: 50;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  inset: 0;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-end;
  padding: 32px 20px;
  display: none;
  position: fixed;
  inset: 72px 0 0;
  overflow-y: auto;
}

.re-mobile-drawer.open {
  display: flex;
}

.re-burger-bar {
  background-color: var(--_run-e-tokens---grey--800);
  width: 24px;
  height: 2px;
  display: block;
}

.btn-primary-inverse {
  border-radius: var(--_run-e-tokens---radius--pill);
  font-family: var(--_run-e-tokens---font--montserrat);
  color: var(--_run-e-tokens---brand--orange-500);
  border-radius: var(--_run-e-tokens---radius--pill);
  transition: transform .18s cubic-bezier(.22, 1, .36, 1), box-shadow undefined undefined;
  font-weight: 600;
  font-family: var(--_run-e-tokens---font--montserrat);
  background-color: #fff;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-inverse:hover {
  color: #fff;
  background-color: #ff9100;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.re-mobile-drawer-header {
  border-bottom: 1px solid #0000000f;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.re-mobile-close {
  color: #1a1a1a;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-top: -16px;
  margin-right: 4px;
  padding: 8px;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .15s;
  display: flex;
}

.re-mobile-close:hover {
  color: #ea580c;
}

.re-mobile-link {
  width: 100%;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #1a1a1a;
  text-align: right;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 60%;
  padding: 16px 16px 16px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .15s;
  display: flex;
}

.re-mobile-link:hover {
  color: #ff9100;
}

.re-mobile-locale {
  width: 100%;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #1a1a1a;
  letter-spacing: normal;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .15s;
  display: flex;
}

.re-mobile-locale:hover {
  color: #ff9100;
}

.re-mobile-cta {
  width: auto;
  transition: filter .18s cubic-bezier(.22, 1, .36, 1), transform undefined undefined, box-shadow undefined undefined;
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #fff;
  white-space: nowrap;
  background-color: #ea580c;
  border: 1px solid #ea580c;
  border-radius: 9999px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: filter, transform, box-shadow;
  transition-duration: .18s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  display: flex;
}

.re-mobile-cta:hover {
  color: #ea580c;
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #00000024;
}

.div-block {
  padding-right: var(--_run-e-tokens---space--5);
  padding-left: var(--_run-e-tokens---space--5);
}

.is-hidden {
  display: none;
}

.cta-strip-secondary {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: .15s;
}

.cta-strip-secondary:hover {
  opacity: .85;
}

.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;
  max-width: 80%;
  display: flex;
}

.about-cta-band {
  color: #fff;
  text-align: center;
  background-color: #006c54;
  padding-top: 96px;
  padding-bottom: 96px;
}

.founding-story-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.values-section {
  background-color: #f6f6f7;
  padding-top: 96px;
  padding-bottom: 96px;
}

.partner-network-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero-narrow-text {
  max-width: 800px;
}

.founding-story-split {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  display: flex;
}

.founding-story-image {
  aspect-ratio: auto;
  border-radius: var(--_run-e-tokens---radius--lg);
  width: 50%;
  overflow: hidden;
}

.founding-story-text {
  flex-direction: column;
  gap: 16px;
  width: 50%;
  display: flex;
}

.values-grid {
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  display: flex;
}

.partner-grid {
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  display: flex;
}

.value-card {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  flex: 230px;
  gap: 8px;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.value-num {
  color: #ff9100;
  letter-spacing: .05em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}

.value-card-title {
  color: #0a0a0a;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.value-card-body {
  color: #4d4e52;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.partner-card {
  background-color: #fff;
  border: 1px solid #ececee;
  border-radius: 14px;
  flex-direction: column;
  flex: 300px;
  gap: 8px;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px #0000000a;
}

.partner-location {
  color: #909195;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.partner-card-title {
  color: #0a0a0a;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.partner-card-body {
  color: #4d4e52;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.partner-card-link {
  color: #ff9100;
  margin-top: 8px;
  font-weight: 500;
  text-decoration: none;
}

.case-ref-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero-dark {
  color: #fff;
  background-color: #2e2f33;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-green-panel {
  background-color: #006c54;
  border-radius: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 32px;
  display: inline-block;
}

.featured-customer-logo {
  object-fit: contain;
  max-width: 160px;
  height: auto;
  margin-bottom: 8px;
}

.featured-customer-logo.featured-customer-logo-small {
  max-height: 50px;
}

.risk-table-wrap {
  background-color: #fff;
  border: 1px solid #ececee;
  border-radius: 14px;
  margin-top: 32px;
  overflow-x: auto;
}

.risk-table {
  grid-template-columns: minmax(220px, 2.5fr) minmax(140px, 1fr) minmax(180px, 1.6fr) minmax(120px, .8fr);
  min-width: 720px;
  display: grid;
}

.risk-cell-header {
  color: #4d4e52;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f6f6f7;
  border-bottom: 1px solid #ececee;
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 600;
}

.risk-cell {
  color: #0a0a0a;
  border-bottom: 1px solid #ececee;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin-bottom: 10px;
  padding: 16px;
  font-size: 14px;
  display: flex;
}

.risk-cell-deploy {
  font-weight: 600;
}

.risk-cell-deploy-ex {
  color: var(--_run-e-tokens---grey--700);
  font-size: 12px;
}

.risk-row-tonsley {
  background-color: #f7fff7;
  margin-bottom: 10px;
}

.risk-extreme {
  color: #fff;
  text-align: center;
  background-color: #d92e2e;
  align-items: center;
  font-weight: 700;
}

.risk-veryhigh {
  color: #fff;
  text-align: center;
  background-color: #ef5454;
  align-items: center;
  font-weight: 700;
}

.risk-high {
  color: #0a0a0a;
  text-align: center;
  background-color: #f59e4c;
  align-items: center;
  font-weight: 700;
}

.risk-medium {
  color: #0a0a0a;
  text-align: center;
  background-color: #ffc850;
  align-items: center;
  font-weight: 700;
}

.risk-low {
  color: #0a0a0a;
  text-align: center;
  background-color: #c8db5c;
  align-items: center;
  font-weight: 700;
}

.risk-none {
  color: #fff;
  text-align: center;
  background-color: #006c54;
  align-items: center;
  font-weight: 700;
}

.problem-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.comparison-section {
  background-color: #f6f6f7;
  padding-top: 96px;
  padding-bottom: 96px;
}

.deployments-section {
  padding: var(--_run-e-tokens---space--10) var(--_run-e-tokens---space--6);
  background-color: #fff;
}

.capabilities-section {
  padding-top: 96px;
  padding-bottom: var(--_run-e-tokens---space--10);
  background-color: var(--_run-e-tokens---grey--200);
}

.case-bevsage-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.compliance-section {
  background-color: #f6f6f7;
  padding-top: 96px;
  padding-bottom: 96px;
}

.recent-work-section {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.problem-questions {
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.problem-question {
  border-left: 3px solid #ff9100;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.problem-question-title {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.image-2 {
  border-radius: var(--_run-e-tokens---radius--lg);
  align-self: center;
  min-height: 480px;
}

.image-3 {
  border-radius: var(--_run-e-tokens---radius--lg);
}

.problem-split {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problem-image {
  aspect-ratio: auto;
  border-radius: var(--_run-e-tokens---radius--lg);
  width: 50%;
  overflow: hidden;
}

.problem-image:lang(en) {
  border-radius: var(--_run-e-tokens---radius--lg);
}

.problem-image.map-image {
  border-radius: var(--_run-e-tokens---tracking--normal);
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problem-text {
  flex-direction: column;
  gap: 20px;
  width: 50%;
  display: flex;
}

.problem-image-img {
  border-radius: var(--_run-e-tokens---radius--lg);
  filter: none;
  width: 100%;
  display: block;
}

.problem-image-img:lang(en) {
  border-radius: var(--_run-e-tokens---radius--lg);
}

.capabilities-grid {
  flex-wrap: wrap;
  align-content: stretch;
  gap: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-head {
  max-width: 1200px;
  padding-right: var(--_run-e-tokens---space--6);
  padding-left: var(--_run-e-tokens---space--6);
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trust-strip-grid {
  grid-column-gap: var(--_run-e-tokens---space--5);
  grid-row-gap: var(--_run-e-tokens---space--5);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trust-strip-logo {
  flex: 0 140px;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.trust-strip-img {
  opacity: .7;
  filter: grayscale();
  object-fit: contain;
  max-width: 140px;
  max-height: 44px;
  transition: filter .2s, opacity .2s;
}

.case-cido-section {
  color: #fff;
  background-color: #0a0a0a;
  padding: 96px 32px;
}

.case-cido-split {
  align-items: stretch;
  gap: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-cido-left {
  flex-direction: column;
  gap: 20px;
  width: 55%;
  display: flex;
}

.case-cido-right {
  border-left: 3px solid #ff9100;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 45%;
  padding-left: 32px;
  display: flex;
}

.case-cido-eyebrow {
  opacity: .7;
  color: #fff;
}

.case-cido-h2 {
  color: #ff9100;
}

.case-cido-quote {
  color: #fff;
}

.case-cido-attribution {
  opacity: .8;
  color: #fff;
  font-size: 14px;
}

.case-cido-body {
  opacity: .85;
  color: #fff;
}

.case-cido-link {
  color: #ff9100;
  margin-top: 8px;
  font-weight: 600;
  text-decoration: none;
}

.partners-section {
  background-color: #f6f6f7;
  padding: 96px 32px;
}

.partners-strip-grid {
  grid-column-gap: var(--_run-e-tokens---space--5);
  grid-row-gap: var(--_run-e-tokens---space--5);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.deployment-points {
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.deployment-intro {
  max-width: 880px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.deployment-footnote {
  color: #6b6c70;
  text-align: center;
  max-width: 880px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.image-5 {
  border-radius: var(--_run-e-tokens---radius--lg);
  object-fit: cover;
  max-width: 150%;
  min-height: 480px;
}

.chip-pill {
  color: #0a0a0a;
  background-color: #f6f6f7;
  border: 1px solid #ececee;
  border-radius: 9999px;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  display: inline-flex;
}

.chips-row {
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  aspect-ratio: auto;
  border-radius: var(--_run-e-tokens---radius--lg);
  object-fit: cover;
  max-width: 150%;
  min-height: 480px;
  overflow: clip;
}

.image-7 {
  width: 250px;
}

.image-8 {
  border-radius: var(--_run-e-tokens---radius--lg);
  filter: grayscale();
  object-fit: cover;
  align-self: center;
  max-width: 150%;
  min-height: 480px;
}

.image-9 {
  width: 150px;
}

.screenshot-gallery {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.screenshot-item {
  flex: 220px;
  max-width: 280px;
}

.screenshot-img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.image-10 {
  border-radius: var(--_run-e-tokens---radius--lg);
  object-fit: cover;
  align-self: center;
  max-width: 150%;
  min-height: 480px;
}

.screenshot-img-wide {
  max-width: 170%;
  max-height: 100%;
  display: block;
  position: relative;
}

.hero-product-lockup {
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 72px;
  margin-bottom: 16px;
  display: block;
}

.card-product-lockup {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 54px;
  margin-bottom: 16px;
  display: block;
}

.card-product-lockup-toldu {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 72px;
  margin-bottom: 16px;
  display: block;
}

.image-11 {
  width: 200px;
}

.leadership-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leadership-card {
  background-color: #fff;
  border: 1px solid #ececee;
  border-radius: 14px;
  flex-direction: column;
  flex: 0 320px;
  display: flex;
  overflow: hidden;
}

.leadership-image-wrap {
  aspect-ratio: 1;
  background-color: #ececee;
  width: 100%;
  overflow: hidden;
}

.leadership-portrait {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.leadership-card-text {
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.leadership-linkedin {
  color: #ff9100;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.join-us-section {
  text-align: center;
  background-color: #f6f6f7;
  padding: 64px 32px;
}

.join-us-inner {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cs-facts-band {
  background-color: #f6f6f7;
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  padding: 48px 32px;
}

.cs-facts-row {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cs-fact {
  flex-direction: column;
  flex: 0 auto;
  gap: 4px;
  min-width: 140px;
  display: flex;
}

.cs-fact-label {
  color: #909195;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cs-fact-value {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
}

.cs-body-section {
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px;
}

.cs-pullquote {
  color: #fff;
  text-align: center;
  background-color: #0a0a0a;
  padding: 80px 32px;
}

.cs-pullquote-inner {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cs-pullquote-text {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.cs-features-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  list-style: disc;
  display: grid;
}

.cs-quote-light {
  color: #0a0a0a;
  text-align: center;
  background-color: #f6f6f7;
  padding: 80px 32px;
}

.cs-quote-light-text {
  color: #0a0a0a;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
}

.legal-hero {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.legal-body {
  padding-top: 0;
  padding-bottom: 6rem;
}

.legal-wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.legal-meta {
  opacity: .6;
  margin-top: 1rem;
  font-size: .875rem;
}

.legal-h {
  margin-top: 3rem;
  margin-bottom: .75rem;
}

.legal-list {
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Montserrat, Tahoma, sans-serif;
}

.legal-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.legal-link {
  color: #ff9100;
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: underline;
}

.nav-item-mega {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.nav-link-with-caret {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: inline-flex;
}

.nav-caret {
  font-size: 10px;
  transition: transform .18s;
}

.nav-mega-panel {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 12px;
  min-width: 560px;
  padding: 20px 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  box-shadow: 0 12px 40px #00000014;
}

.nav-mega-products-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.nav-mega-col {
  flex-direction: column;
  min-width: 240px;
  display: flex;
}

.nav-mega-col-heading {
  color: #00000080;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
}

.nav-mega-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: inherit;
  border-radius: 8px;
  align-items: center;
  margin: 2px -8px;
  padding: 10px 8px;
  text-decoration: none;
  transition: background-color .12s;
  display: flex;
}

.nav-mega-mark {
  box-sizing: border-box;
  color: #ff9100;
  text-align: center;
  letter-spacing: .06em;
  object-fit: contain;
  background-color: #f6f6f7;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  display: flex;
}

.nav-mega-mark-moots {
  letter-spacing: .02em;
  font-size: 9px;
}

.nav-mega-mark-img {
  background-color: #f6f6f7;
  padding: 8px;
}

.nav-mega-text {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.nav-mega-title {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.nav-mega-tagline {
  color: #0009;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

.nav-mega-footer-link {
  color: #ff9100;
  border-top: 1px solid #00000014;
  margin-top: 14px;
  padding-top: 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-mega-panel-services {
  min-width: 340px;
}

.nav-mega-services-list {
  flex-direction: column;
  display: flex;
}

.nav-mega-stage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: inherit;
  border-radius: 8px;
  align-items: flex-start;
  margin: 2px -8px;
  padding: 10px 8px;
  text-decoration: none;
  transition: background-color .12s;
  display: flex;
}

.nav-mega-stage-num {
  color: #ff9100;
  letter-spacing: .04em;
  min-width: 24px;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 700;
}

.nav-mega-stage-text {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.nav-mega-stage-name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.nav-mega-stage-desc {
  color: #0009;
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.4;
}

.re-mobile-acc {
  flex-direction: column;
  display: flex;
}

.re-mobile-acc-trigger {
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  border-style: none;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.re-mobile-acc-caret {
  color: #00000080;
  font-size: 12px;
  transition: transform .22s;
  display: none;
}

.re-mobile-acc-panel {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  padding-bottom: 8px;
  padding-left: 12px;
  display: flex;
}

.re-mobile-sub-link {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #000000bf;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.re-mobile-sub-link:hover {
  color: #ff9100;
}

.re-mobile-sub-link-all {
  color: #ff9100;
  font-weight: 600;
}

.re-mobile-sub-link-all:hover {
  filter: brightness(1.05);
  color: #ff9100;
}

.re-mobile-acc-group-label {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #00000080;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 4px;
  padding: 14px 12px 4px;
  font-size: 10px;
  font-weight: 600;
}

.re-mobile-stage-num {
  color: #ff9100;
  letter-spacing: .04em;
  min-width: 28px;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.inline-svg-0 {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014;
}

.footer-col-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  min-width: 0;
  display: block;
}

.footer-logo-link {
  width: fit-content;
  display: inline-flex;
}

.footer-summary {
  max-width: 260px;
  padding-top: var(--_run-e-tokens---space--4);
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #ffffffb3;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.footer-column-sub-eyebrow {
  color: #ffffff73;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: var(--_run-e-tokens---type--label);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

._w-embed {
  color: #fff9;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: var(--_run-e-tokens---type--caption);
}

.div-block-2 {
  width: 100%;
  padding-bottom: var(--_run-e-tokens---space--5);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-12 {
  border-radius: var(--_run-e-tokens---radius--lg);
  filter: grayscale();
  object-fit: cover;
  max-width: 150%;
  min-height: 480px;
  overflow: hidden;
}

.div-block-3 {
  width: 55%;
}

.capabilities-section-contact {
  background-color: var(--_run-e-tokens---grey--200);
  padding-top: 96px;
}

.image-13, .image-14, .image-15, .image-16 {
  cursor: pointer;
  object-fit: contain;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tbody, .tbody-2, .tbody-3, .thead, .thead-2, .heading, .text-block {
  font-family: Montserrat, Tahoma, sans-serif;
}

.image-17 {
  align-self: center;
  width: 150px;
}

.code-embed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.re-locale {
  font-family: var(--_run-e-tokens---font--montserrat);
  color: #1a1a1a;
  letter-spacing: normal;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .15s;
  display: flex;
}

.re-locale:hover {
  color: #ff9100;
}

.nav-top-copy {
  z-index: 100;
  padding-top: 16px;
  padding-right: var(--_run-e-tokens---space--5);
  padding-bottom: 16px;
  padding-left: var(--_run-e-tokens---space--5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_run-e-tokens---grey--200);
  background-color: #fff;
  position: sticky;
  top: 0;
}

.image-18 {
  border-radius: var(--_run-e-tokens---radius--lg);
  max-width: 120%;
}

.image-19 {
  border-radius: var(--_run-e-tokens---radius--lg);
}

.testimonial-portrait {
  width: 40%;
  padding: var(--_run-e-tokens---space--4) var(--_run-e-tokens---space--6);
  aspect-ratio: auto;
  filter: grayscale(1%);
  background-image: none;
  align-self: center;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

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

@media screen and (min-width: 1280px) {
  .footer-logo-row {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .footer-container {
    width: 100%;
  }

  .footer-grid {
    gap: 32px;
  }

  .nav-logo {
    justify-content: center;
    align-items: center;
  }

  .nav-logo.w--current {
    justify-content: center;
    align-items: stretch;
  }

  .nav-links, .nav-utilities, .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-art {
    aspect-ratio: auto;
  }

  .trust-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .trust-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .audience-split {
    grid-template-columns: 1fr;
  }

  .approach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonial-logo {
    padding-right: var(--_run-e-tokens---space--5);
  }

  .cases-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-logo-row {
    justify-content: center;
    align-items: center;
  }

  .footer-logo-img {
    display: block;
  }

  .re-burger {
    display: flex;
  }

  .div-block {
    padding-right: var(--_run-e-tokens---space--5);
  }

  .image-2 {
    min-height: 300px;
  }

  .problem-split {
    flex-flow: column-reverse;
    gap: 32px;
  }

  .problem-image, .problem-text {
    width: 100%;
  }

  .trust-strip-grid {
    gap: 24px;
  }

  .trust-strip-logo {
    flex: 0 120px;
  }

  .case-cido-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-cido-split {
    flex-direction: column;
    gap: 32px;
  }

  .case-cido-left {
    width: 100%;
  }

  .case-cido-right {
    width: 100%;
    padding-left: 20px;
  }

  .partners-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-5, .image-6 {
    min-height: 300px;
  }

  .image-7 {
    width: 200px;
  }

  .image-8, .image-10 {
    min-height: 300px;
  }

  .screenshot-img-wide {
    max-width: 100%;
  }

  .footer-col-brand {
    flex-flow: column;
    flex-basis: 100%;
    align-items: center;
    max-width: 100%;
    margin-bottom: 16px;
    display: flex;
  }

  .footer-logo-link.w--current {
    align-self: center;
  }

  .footer-summary {
    text-align: center;
    align-self: center;
    max-width: 560px;
  }

  .image-12 {
    object-fit: cover;
    min-height: 300px;
  }

  .testimonial-portrait {
    padding-right: var(--_run-e-tokens---space--5);
  }
}

@media screen and (max-width: 767px) {
  .footer-container {
    padding-right: var(--_run-e-tokens---space--6);
    padding-left: var(--_run-e-tokens---space--6);
  }

  .footer-grid {
    gap: 24px;
  }

  .container-1200 {
    padding-right: var(--_run-e-tokens---space--4);
    padding-left: var(--_run-e-tokens---space--4);
  }

  .hero-section, .trust-section {
    padding-top: var(--_run-e-tokens---space--7);
    padding-bottom: var(--_run-e-tokens---space--7);
  }

  .trust-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audience-section {
    padding-top: var(--_run-e-tokens---space--7);
    padding-bottom: var(--_run-e-tokens---space--7);
  }

  .audience-card-grid-2 {
    grid-template-columns: 1fr;
  }

  .approach-section {
    padding-top: var(--_run-e-tokens---space--7);
    padding-bottom: var(--_run-e-tokens---space--7);
  }

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

  .stats-section {
    padding-top: var(--_run-e-tokens---space--7);
    padding-bottom: var(--_run-e-tokens---space--7);
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonial-section, .cases-section {
    padding-top: var(--_run-e-tokens---space--7);
    padding-bottom: var(--_run-e-tokens---space--7);
  }

  .cases-grid {
    grid-template-columns: 1fr;
  }

  .case-feat.case-feat-home {
    min-width: 80%;
  }

  .image-2, .image-5, .image-6, .image-8, .image-10 {
    min-height: 240px;
  }

  .footer-col-brand {
    padding-bottom: 20px;
  }

  .image-12 {
    min-height: 240px;
  }
}

@media screen and (max-width: 479px) {
  .footer-grid {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .container-1200 {
    padding-right: var(--_run-e-tokens---space--2);
    padding-left: var(--_run-e-tokens---space--2);
    flex-flow: column;
  }

  .hero-grid {
    flex-flow: column-reverse;
  }

  .hero-grid.hero-container {
    flex-flow: column;
  }

  .hero-text {
    width: 100%;
  }

  .hero-actions {
    flex-flow: column;
  }

  .hero-art {
    width: 100%;
  }

  .trust-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-split {
    grid-template-columns: 100%;
    width: 100%;
  }

  .audience-track, .audience-track-tinted {
    padding-right: var(--_run-e-tokens---space--4);
    padding-left: var(--_run-e-tokens---space--4);
  }

  .audience-card-grid-3 {
    grid-template-columns: 50%;
  }

  .audience-card {
    padding-right: var(--_run-e-tokens---space--3);
    padding-left: var(--_run-e-tokens---space--3);
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    flex-flow: column;
  }

  .testimonial-logo {
    text-align: center;
    width: 100%;
  }

  .testimonial-content {
    width: 100%;
    padding-left: var(--_run-e-tokens---space--6);
  }

  .cases-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .founding-story-split {
    flex-flow: column;
  }

  .founding-story-image, .founding-story-text {
    width: 100%;
  }

  .problem-split {
    gap: 24px;
  }

  .trust-strip-grid {
    gap: 20px;
  }

  .trust-strip-logo {
    flex: 0 100px;
    height: 48px;
  }

  .trust-strip-img {
    max-width: 100px;
    max-height: 36px;
  }

  .case-cido-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-cido-split {
    gap: 24px;
  }

  .partners-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col-brand {
    padding-bottom: 40px;
  }

  .div-block-3 {
    width: 100%;
  }

  .testimonial-portrait {
    text-align: center;
    width: 100%;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}