:root {
  --general--white-85: #ffffffd9;
  --_typography---font--primary: Geist, Arial, sans-serif;
  --general--black: #0b0b0f;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 3.75rem;
  --_typography---heading--h2: 3.25rem;
  --_typography---heading--h3: 2.25rem;
  --_typography---heading--h4: 1.875rem;
  --_typography---heading--h5: 1.5rem;
  --_typography---heading--h6: 1.375rem;
  --general--dark-blue: #26262c;
  --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
  --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --general--brand: #ff2d20;
  --general--gray-3: #e7e7ea;
  --general--gray-1: #a1a1aa;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --_primitives---colors--white\<deleted\|relume-variable-neutral-white\>: #fff;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.25rem;
  --_structure---padding-global--regular: 2.5rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --general--white: white;
  --general--gray: #5a5a66;
  --general--cinnamon: #fbf7f4;
  --general--pink: #ffc8bf;
  --general--white-10: #ffffff1a;
  --general--white-6: #ffffff0f;
  --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
  --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
  --general--color: white;
}

body {
  background-color: var(--general--white-85);
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---text--regular);
  --_typography---font--primary: Geist, Arial, sans-serif;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 3.75rem;
  --_typography---heading--h2: 3.25rem;
  --_typography---heading--h3: 2.25rem;
  --_typography---heading--h4: 1.875rem;
  --_typography---heading--h5: 1.5rem;
  --_typography---heading--h6: 1.375rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.25rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
  --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
  --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
  --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
  --_structure---padding-global--regular: 2.5rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font--primary);
  font-size: var(--_typography---heading--h1);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typography---font--primary);
  font-size: var(--_typography---heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--general--dark-blue);
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3ch;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: var(--_typography---text--regular);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: none;
}

.hide-tablet {
  display: block;
}

.hide {
  display: none;
}

.page-wrapper {
  max-width: 100vw;
  position: relative;
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: var(--_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>);
  margin-left: auto;
  margin-right: auto;
}

.text-size-tiny {
  font-size: var(--_typography---text--tiny);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--general--brand);
  min-height: 3rem;
  color: var(--general--white-85);
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 0 1.375rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: inline-flex;
}

.button:where(.w-variant-33f896ba-e448-cf7a-fee1-d684c17a2d51) {
  border: 1px solid var(--general--gray-3);
  color: var(--general--black);
  background-color: #2063ff00;
  transition: border-color .2s;
}

.button:where(.w-variant-65cb56b9-69ca-f6b4-c7f7-abac17a2d729) {
  color: #ff2d20;
  background-color: #ff2d2000;
  padding: 0;
  transition: opacity .2s;
}

.button:hover {
  filter: brightness(110%);
  box-shadow: 0 0 20px 15px #ff2d2026;
}

.button:hover:where(.w-variant-33f896ba-e448-cf7a-fee1-d684c17a2d51) {
  border-color: var(--general--gray-1);
  box-shadow: none;
  filter: none;
}

.button:hover:where(.w-variant-65cb56b9-69ca-f6b4-c7f7-abac17a2d729) {
  box-shadow: none;
  filter: none;
  color: #ff2d20cc;
}

.padding-global {
  padding-right: var(--_structure---padding-global--regular);
  padding-left: var(--_structure---padding-global--regular);
}

.show-tablet {
  display: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.button-group.is-cta {
  justify-content: center;
  align-items: center;
}

.spacer {
  width: 100%;
  height: 0;
  transition: height .2s;
}

.nav_logo {
  width: 9.3125rem;
  display: flex;
}

.nav_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--general--dark-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--general--brand);
}

.button-icon {
  width: 1rem;
  min-width: 1rem;
  display: flex;
}

.text-size-22 {
  font-size: 1.375rem;
}

.bg-color-black {
  background-color: var(--general--black);
}

.text-color-gray1 {
  color: var(--general--gray-1);
}

.coop_component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--general--gray);
  color: var(--general--gray-1);
  grid-template-rows: auto;
  grid-template-columns: 568fr 284fr 284fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.footer_logo {
  width: 9.3125rem;
  display: flex;
}

.footer_bottom-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--general--gray-1);
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  display: flex;
}

.footer_subheading {
  color: var(--general--white);
  font-size: var(--_typography---text--tiny);
  letter-spacing: .0866667em;
  text-transform: uppercase;
}

.footer_link {
  font-size: var(--_typography---text--small);
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: .8;
}

.footer_links-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-links-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.nav_menu-trigger {
  display: none;
}

.text-style-label {
  font-family: var(--_typography---font--secondary);
  font-size: var(--_typography---text--tiny);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.coop_text {
  font-family: var(--_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>);
  color: var(--general--gray);
  font-size: var(--_typography---text--tiny);
}

.eyebrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--general--gray);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.eyebrow:where(.w-variant-3258ed42-4c8a-8f46-f142-12bee39d43d1) {
  color: var(--general--gray-1);
}

.button-wrap {
  font-size: var(--_typography---text--small);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: inline-flex;
}

.nav_dropdown-link {
  color: var(--general--dark-blue);
  transition: color .2s;
}

.nav_dropdown-link:hover, .nav_dropdown-link.w--current {
  color: var(--general--brand);
}

.nav_dropdown-link-icon {
  width: 1rem;
  display: inline-flex;
}

.nav_dropdown-toggle-links.w--open {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--general--gray-3);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--general--gray-3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--general--gray-3);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--general--gray-3);
  background-color: #fff;
  border-radius: .25rem;
  min-width: fit-content;
  inset: 2rem 0% auto;
}

.clients-content_img {
  aspect-ratio: 12 / 6.3;
  border-radius: .625rem;
  width: 100%;
}

.clients-hero_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.clients-hero_label {
  border: 1px solid var(--general--pink);
  color: var(--general--brand);
  font-size: var(--_typography---text--tiny);
  letter-spacing: .055em;
  text-transform: uppercase;
  border-radius: 99rem;
  padding: .3125rem .6875rem;
}

.clients-hero_list-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.clients-content_item h1 {
  font-size: var(--_typography---heading--h2);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item h2 {
  font-size: var(--_typography---heading--h3);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item h3 {
  font-size: var(--_typography---heading--h5);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item h4 {
  font-size: var(--_typography---heading--h6);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item h5 {
  font-size: var(--_typography---text--large);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item h6 {
  font-size: var(--_typography---text--medium);
  margin-top: 1.5em;
  margin-bottom: .75em;
}

.clients-content_item p, .clients-content_item blockquote {
  margin-bottom: 1.5em;
}

.clients-content_item ol {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  margin-bottom: 1.5em;
  padding-left: 2em;
  display: flex;
}

.clients-content_item ul {
  margin-bottom: 1.5em;
  padding-left: 2em;
}

.clients-content_item li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font--primary: Geist, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 3.75rem;
    --_typography---heading--h2: 3.25rem;
    --_typography---heading--h3: 2.25rem;
    --_typography---heading--h4: 1.875rem;
    --_typography---heading--h5: 1.5rem;
    --_typography---heading--h6: 1.375rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.25rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
    --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
    --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
    --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
    --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
    --_structure---padding-global--regular: 2.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .nav_menu {
    background-color: var(--general--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .home-hero_component {
    grid-template-columns: 592fr;
  }

  .home-trust_logo {
    width: 100%;
  }

  .nav_menu-trigger {
    display: block;
  }

  .contact-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-100 {
    font-size: 5rem;
  }

  .dts-services_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 24fr 250fr 525fr;
  }

  .dts-deliverables_component, .dts-work_component {
    grid-template-columns: 1fr 1fr;
  }

  .dts-shapes_table {
    min-width: 56.25rem;
  }

  .dts-shapes_table-wrap {
    width: 100vw;
    padding-right: var(--_structure---padding-global--regular);
    padding-left: var(--_structure---padding-global--regular);
    margin-left: calc(var(--_structure---padding-global--regular) * -1);
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font--primary: Geist, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 2.5rem;
    --_typography---heading--h2: 2rem;
    --_typography---heading--h3: 1.5rem;
    --_typography---heading--h4: 1.25rem;
    --_typography---heading--h5: 1.125rem;
    --_typography---heading--h6: 1rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.25rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .25rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: .5rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1rem;
    --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
    --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
    --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
    --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
    --_structure---padding-global--regular: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr 1fr;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-trust_component {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .home-trust_logos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .home-trust_logo {
    height: 1rem;
  }

  .home-tasks_component {
    grid-template-columns: 1fr;
  }

  ._2-col-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: .75fr;
  }

  .home-tools_component, .home-founders_item-wrap {
    grid-template-columns: 1fr;
  }

  .footer_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: max-content 1fr;
  }

  .home-stats_component {
    grid-template-columns: 1fr;
  }

  .max-content {
    flex-flow: column;
    display: flex;
  }

  .hws-hero_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 640fr;
  }

  .about-rules_component, .about-press_component, .work-featured_item-wrap {
    grid-template-columns: 1fr;
  }

  .work-featured_item-content {
    padding: 1rem;
  }

  .work-featured_item-stats, .work-clients_component, .work-stats_component, .fse-services_component, .fse-process_component, .fse-plans_component, .dts-hero_component, .dts-services_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dts-principles_component {
    grid-template-columns: 1fr;
  }

  .dts-principles_item {
    border-bottom: 1px solid var(--general--white);
    margin-bottom: -1px;
  }

  .dts-process_item-content {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr;
  }

  .button-group.is-cta {
    flex-flow: column;
    align-items: stretch;
  }

  .home-hero_content {
    flex-flow: column;
  }

  .hws-hero_items {
    padding-left: 1rem;
  }

  .work-clients_item-content {
    padding: 1rem;
  }

  .text-size-100 {
    font-size: 4rem;
  }

  .dts-deliverables_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item {
    grid-template-columns: 2rem 1fr;
  }

  .dts-principles_item {
    padding: 1.75rem;
  }

  .dts-work_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item-content {
    padding-left: 0;
  }

  .div-block-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_119cbc5a-121a-cb74-6cf5-2cd2ae742a3a-ae742a35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
