:root {
  --_colors---swatches-neutral--black: #000;
  --_typeface---body-text-geist: Geist, sans-serif;
  --_colors---swatches-neutral--white: #fff;
  --_typeface---headings-alexandria: Alexandria, sans-serif;
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 7.5rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 76.5625rem;
  --_colors---swatches-brand--bright-mint: #0affc4;
  --_colors---swatches-brand--deep-navy-blue: #1b2447;
  --_colors---swatches-neutral--transparent: #fff0;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-brand--white-66: #ffffffa8;
  --_colors---swatches-neutral--03: #d9d9d9;
  --_colors---swatches-neutral--grey: #f3eff0;
  --_colors---swatches-neutral--light-grey: #c3c3c3;
  --_colors---swatches-brand--dark-green: #09150c;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-neutral--black);
  font-family: var(--_typeface---body-text-geist);
  color: var(--_colors---swatches-neutral--white);
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 7.5rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 76.5625rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-alexandria);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-geist);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-geist);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-geist);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

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

blockquote {
  font-family: var(--_typeface---body-text-geist);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: -.005em;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: -.005em;
  font-weight: 300;
  line-height: 1;
}

.text-weight-normal {
  font-weight: 400;
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.0025em;
  line-height: 1.2;
}

.heading-style-h4 {
  font-family: var(--_typeface---body-text-geist);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.0025em;
  font-weight: 600;
  line-height: 1;
}

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
}

.heading-style-h5 {
  font-size: var(--_sizes---typography-heading-sizes--h5);
  font-weight: 500;
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: var(--_sizes---paddings--container);
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-brand--bright-mint);
  color: var(--_colors---swatches-brand--deep-navy-blue);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  text-align: center;
  letter-spacing: -.06em;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.is-bg-black {
  border: 1px solid var(--_colors---swatches-brand--bright-mint);
  background-color: var(--_colors---swatches-neutral--black);
  color: var(--_colors---swatches-brand--bright-mint);
  box-shadow: 0 .0625rem .1875rem #03071214;
}

.button.is-outline {
  background-color: var(--_colors---swatches-neutral--black);
  color: var(--_colors---swatches-neutral--white);
  box-shadow: 0 .0625rem .125rem #8f8f907a;
}

.button.is-text-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--bright-mint);
  padding: 0;
}

.button.is-submit, .button.is-medium {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.button.is-text {
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--bright-mint);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.button.is-case-text-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--bright-mint);
  letter-spacing: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
}

.button.is-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3;
  box-shadow: 0 .270625rem .1875rem #ffffff1f;
}

.button.is-medium {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.button.is-post-text-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--bright-mint);
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.0025em;
  line-height: 1.2;
}

.button-group {
  z-index: 7;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group.cta-btn {
  z-index: 4;
  z-index: 4;
  position: relative;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.section {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.hero_section {
  justify-content: center;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.section.services-hero_section {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.section.contact_section {
  background-image: linear-gradient(#000, #081b14 70%, #0000);
}

.section.services-overview-hero_section {
  z-index: 1;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.section.overflow-visible {
  justify-content: flex-end;
  overflow: visible;
}

.section._404_section {
  background-image: linear-gradient(#000, #081b14 63%, #000);
  margin-bottom: -180px;
}

.section.jim_section {
  overflow: visible;
}

.section.exist_section {
  margin-top: -206px;
}

.section.ways_section {
  overflow: hidden;
}

.section.is-padding-custom {
  padding-left: 3rem;
  padding-right: 3rem;
}

.section.cta_section {
  z-index: 2;
  overflow: visible;
}

.section.footer_section {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.section.blog_section {
  overflow: visible;
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.text-color-white-66 {
  color: var(--_colors---swatches-brand--white-66);
}

.navigation {
  z-index: 999;
  background-color: var(--_colors---swatches-neutral--transparent);
  padding: 1.5rem 7.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_list-centered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-nav_logo {
  object-fit: cover;
  height: 4rem;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-left {
  z-index: 2;
  z-index: 2;
  position: absolute;
  left: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.nav-absolute-right {
  position: absolute;
  right: 0;
}

.nav_link {
  opacity: .47;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_link:hover, .nav_link.w--current {
  opacity: 1;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.nav_bg {
  background-color: var(--_colors---swatches-neutral--black);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-mint-green {
  color: var(--_colors---swatches-brand--bright-mint);
  font-weight: 700;
}

.cta-main-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/69a5483c73d05f0d81e5e5cc/69a6a8ac4341bcd3b2c82dc7_cta%20bg%20(10).webp"), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6.8125rem 8em 6.8125rem 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #363636;
}

.cta-title {
  z-index: 11;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.cta-gradient {
  background-color: var(--_colors---swatches-brand--bright-mint);
  opacity: .38;
  filter: blur(6.25rem);
  border-radius: 50%;
  width: 40rem;
  height: 100%;
  position: absolute;
  top: -70%;
}

.cta-shape {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_flex-left-column {
  width: 30%;
}

.footer_flex-right-column {
  grid-template-rows: auto;
  grid-template-columns: 14% 26% 26% 15%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 60.5714%;
  display: grid;
}

.footer-brands-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-brand {
  width: 8.125rem;
  height: 4rem;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.footer_flex-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-heading {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.005em;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1;
}

.footer-heading.footer-text-gradient {
  color: var(--_colors---swatches-brand--bright-mint);
  letter-spacing: .02em;
  letter-spacing: .02em;
  font-weight: 500;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links {
  opacity: .5;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.0025em;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.social_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: cover;
  order: 9999;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social_links {
  opacity: .5;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.social_links:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 2px solid #e9fff717;
  margin-top: 5.25rem;
  padding-top: 2.25rem;
  padding-bottom: 2.0625rem;
}

.footer-bottom_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.copyright-text {
  opacity: .5;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.horizontal-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-menu-divider {
  background-color: var(--_colors---swatches-neutral--white);
  opacity: .5;
  object-fit: cover;
  width: 2px;
  height: 1rem;
}

.green-gradient-box {
  z-index: 0;
  background-image: linear-gradient(#0000, #01040324 7%, #081b14 42%, #00000061);
  width: 100%;
  height: 120rem;
  position: absolute;
  top: -100%;
  left: 0%;
  right: 0%;
}

.green-gradient-box.is-top {
  background-image: linear-gradient(#0000 18%, #081b14 66%, #000);
  height: 100rem;
  top: 0%;
}

.green-gradient-box.is-home {
  z-index: 1;
  background-image: linear-gradient(#0000, #01040324 0%, #081b14 42%, #00000061);
  top: -133%;
}

.green-gradient-box.is-services {
  background-image: linear-gradient(#0000, #01040300 7%, #081b14 42%, #00000061);
  top: -331%;
}

.green-gradient-box.is-services-main {
  background-image: linear-gradient(#0000, #01040324 7%, #00000061 24%, #081b14);
}

.green-gradient-box.is-services-main.is-bottom {
  background-image: linear-gradient(#0000, #01040324 0%, #00000061 24%, #081b14);
}

.green-gradient-box.is-single-post {
  background-image: linear-gradient(#000 16%, #081b14 29%, #000);
  height: 130rem;
  top: 29%;
}

.resources-hero-bg-image {
  z-index: 1;
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-left-shape {
  z-index: 0;
  object-fit: cover;
  width: 25rem;
  height: 33.6rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-shape {
  background-image: linear-gradient(#000 34%, #fff0);
  width: 100%;
  height: 58.6875rem;
  position: absolute;
  inset: 0% 0% auto;
}

.policy-top-right-shape {
  z-index: 0;
  object-fit: cover;
  width: 25rem;
  height: 33.6rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-collection_list {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection_list.inner {
  grid-template-rows: auto;
}

.post-card {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.post-card:hover {
  -webkit-backdrop-filter: blur(9.9375rem);
  backdrop-filter: blur(9.9375rem);
}

.post-card-image {
  object-fit: cover;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  width: 100%;
  height: 14.25rem;
}

.post-card-content {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  border-bottom: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #1d161600;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-flow: column;
  padding: 2.25rem 1.03125rem 1.375rem;
  display: flex;
}

.post-card-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category {
  color: var(--_colors---swatches-brand--bright-mint);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  background-color: #084132;
  border-radius: 99rem;
  padding: .125rem .75rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.date {
  color: var(--_colors---swatches-brand--white-66);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.4;
}

.post-card-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.post-btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-btn-icon {
  width: .87875rem;
  height: .7325rem;
}

.single-post-padding {
  padding-top: 13.4375rem;
  padding-bottom: 2.9375rem;
}

.single-post-main-wrapper {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 59.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  display: flex;
  position: relative;
}

.single-post-hero-wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-category {
  color: var(--_colors---swatches-brand--white-66);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  background-color: #ffffff1c;
  border-radius: 99rem;
  padding: .3125rem 1.0625rem;
  font-weight: 400;
}

.author_flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-hero-image {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 19.5438rem;
}

.post-full-content {
  grid-column-gap: 4.1875rem;
  grid-row-gap: 4.1875rem;
  flex-flow: column;
  display: flex;
}

.case-main-wrapper {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  display: flex;
}

.blog-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-rich-text h2 {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.005em;
  margin-top: 4.1875rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.blog-rich-text h3, .blog-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-rich-text h5, .blog-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.blog-rich-text p {
  color: var(--_colors---swatches-neutral--light-grey);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  margin-bottom: 1.375rem;
  font-weight: 400;
}

.blog-rich-text ul, .blog-rich-text ol {
  margin-bottom: 1.5rem;
}

.blog-rich-text blockquote {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-rich-text li {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.blog-align-center-rich-text {
  text-align: center;
}

.blog-align-center-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-align-center-rich-text h2 {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  text-align: center;
  letter-spacing: -.005em;
  margin-top: 4.1875rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.blog-align-center-rich-text h3 {
  font-family: var(--_typeface---body-text-geist);
  color: var(--_colors---swatches-brand--bright-mint);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  margin-top: 1.375rem;
  margin-bottom: 0;
  font-weight: 600;
}

.blog-align-center-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-align-center-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.blog-align-center-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.blog-align-center-rich-text p {
  color: var(--_colors---swatches-neutral--light-grey);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.blog-align-center-rich-text ul, .blog-align-center-rich-text ol {
  margin-bottom: 1.5rem;
}

.blog-align-center-rich-text blockquote {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-align-center-rich-text li {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.nav_dropdown-toggle {
  opacity: .47;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  padding: 0 1.25rem 0 0;
  font-weight: 600;
  line-height: 1.5;
  transition: opacity .3s;
}

.nav_dropdown-toggle:hover {
  opacity: 1;
}

.nav_dropdown-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  margin-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_dropdown-navigation.w--open {
  background-color: var(--_colors---swatches-neutral--transparent);
  border-radius: 1rem;
  min-width: 15.8125rem;
  margin-top: 1.25rem;
  margin-left: -7.3rem;
  overflow: visible;
  box-shadow: 0 0 .91875rem .3125rem #0affc40d, 0 0 0 1px #0affc442;
}

.nav_dropdown-navigation.is-about.w--open {
  margin-left: -6.1rem;
}

.nav_dropdown-navigation.is-resources.w--open {
  margin-left: -4.7rem;
}

.dropdown-inner-blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(4.5625rem);
  backdrop-filter: blur(4.5625rem);
  background-color: #0c170b4f;
  border-radius: 1rem;
  margin-top: 0;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 #0003;
}

.dropdown-links-wrapper {
  z-index: 3;
  padding: 1.4375rem 1.875rem .9375rem;
  position: relative;
}

.dropdown_links {
  opacity: .34;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  margin-bottom: 1.25rem;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.dropdown_links:hover {
  opacity: 1;
  color: var(--_colors---swatches-neutral--light-grey);
}

.dropdown_links.w--current {
  opacity: 1;
  color: var(--_colors---swatches-neutral--white);
}

.dropdown_links.margin-removed {
  margin-bottom: 0;
}

.dropdown_links.is-indent {
  padding-left: .875rem;
}

.bg-green-blur {
  z-index: 0;
  object-fit: cover;
  background-color: #0affc475;
  width: 6rem;
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.top-divider {
  background-color: var(--_colors---swatches-brand--bright-mint);
  width: 6rem;
  height: 1px;
  position: absolute;
  inset: -.1rem 0% auto 50%;
  transform: translate(-50%);
}

.nav_bg-mobile {
  background-color: var(--_colors---swatches-neutral--black);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 76.5625rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    z-index: 99;
  }

  .button.is-nav {
    padding: .875rem 1.125rem;
    line-height: 1.2;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section.hero_section {
    z-index: 2;
    justify-content: center;
    height: auto;
    min-height: auto;
  }

  .section.services-hero_section {
    background-image: linear-gradient(#000 14%, #081b14 81%, #01020200 100%, #000);
    justify-content: space-between;
  }

  .section.services-overview-hero_section {
    background-image: linear-gradient(#000 29%, #081b14 60%, #000 82%);
    justify-content: space-between;
  }

  .section.exist_section {
    margin-top: -87px;
  }

  .section.is-padding-custom {
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .navigation {
    padding: 1rem 0;
  }

  .nav-menu_list-centered {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .top-nav_logo {
    height: 3.5rem;
  }

  .nav-menu_button {
    margin-left: auto;
    margin-right: 1rem;
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: var(--_colors---swatches-neutral--transparent);
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    filter: invert();
    width: 150%;
    height: 150%;
  }

  .nav_brand.nav-absolute-left {
    width: 10rem;
    height: 2.3rem;
    left: 1.25rem;
  }

  .nav_brand.nav-absolute-left.w--current {
    left: 1.25rem;
  }

  .nav-menu_list-item {
    width: 100%;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: column;
    width: 100%;
    margin-top: auto;
    position: static;
  }

  .nav_link, .nav_link.w--current {
    font-size: 1.5rem;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-neutral--black);
    height: 100svh;
    padding: 2rem 1.25rem 6rem;
  }

  .nav_bg {
    display: block;
  }

  .hero-content {
    max-width: 49rem;
  }

  .hero-title {
    margin-bottom: 1rem;
  }

  .hero-main-wrapper {
    justify-content: space-around;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-image {
    height: 15rem;
  }

  .blog-card-content {
    margin-top: 1.25rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-collection-list {
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .faq-question-style {
    font-size: var(--_sizes---typography-text-sizes--md-text);
  }

  .blur-wrapper {
    z-index: 0;
  }

  .cta-main-wrapper {
    padding: 4rem 5em 4rem 5rem;
  }

  .footer_flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .footer_flex-left-column {
    width: 50%;
  }

  .footer_flex-right-column {
    width: 100%;
    display: flex;
  }

  .footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }

  .footer-bottom_flex {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .help-main-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .help_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .help_grid-item {
    max-width: 24rem;
    height: auto;
    min-height: auto;
  }

  .gradient-box {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_colors---swatches-brand--bright-mint), #0000 53%);
  }

  .card-header {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .help-card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    position: relative;
  }

  .help-card-content.is-first {
    margin-top: 1.3rem;
  }

  .help-image {
    height: 100%;
  }

  .green-gradient-box.is-home {
    background-image: linear-gradient(#0000, #01040300 24%, #081b14 42%, #00000061);
    top: -98%;
  }

  .green-gradient-box.is-services {
    top: -363%;
  }

  .hero_grid {
    z-index: 3;
    grid-template-rows: auto;
    grid-template-columns: 44% 46%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spline-wrapper {
    min-width: 100%;
    height: 120%;
    top: -3%;
    left: 0;
    right: 0;
  }

  .spline-code-wrapper {
    width: 130%;
    min-height: 40rem;
    overflow: hidden;
    transform: scale(.8);
  }

  .practice_grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .practice_grid-item {
    flex: 0 30%;
    height: 18.375rem;
  }

  .display-inline-block.mobile-inline {
    display: inline;
  }

  .services-padding {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .services-hero_grid {
    grid-column-gap: 1.3125rem;
    grid-row-gap: 1.3125rem;
    grid-template-rows: auto;
    grid-template-columns: 57% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .platform_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 36.6584% 59.1022%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .platform_grid-item {
    margin-bottom: 0;
  }

  .platform_grid-title, .platform-form-block {
    order: -9999;
  }

  .about-padding {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .about-hero_grid {
    grid-template-columns: 53% 1fr;
  }

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

  .spline {
    min-width: 35rem;
    height: 100%;
    margin-left: -4.8rem;
  }

  .spline-blend.is-radial {
    left: -8%;
  }

  .why_grid-image {
    height: 100%;
  }

  .behind-image {
    object-fit: cover;
    height: 25rem;
  }

  .behind-card-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .behind-description {
    margin-top: 1.25rem;
  }

  .about-green-gradient-box {
    background-image: linear-gradient(#0000, #0000 17%, #081a13 31%, #081b14 76%, #00000061);
  }

  .approach-padding {
    padding-top: 8rem;
  }

  .approach_grid {
    margin-bottom: 0;
  }

  .stack-wrapper {
    height: 50rem;
  }

  .stack-column {
    justify-content: flex-start;
  }

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

  .resources-hero-bg-image {
    object-fit: cover;
  }

  .top-left-shape, .policy-top-right-shape {
    width: 20rem;
    height: 30rem;
  }

  .contact_grid {
    grid-template-columns: 43% 54%;
  }

  .blog-padding {
    padding-top: 8rem;
  }

  .blogs-main-wrapper {
    margin-top: 5rem;
  }

  .blog-collection_list {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .single-post-padding {
    padding-top: 8rem;
  }

  .nav_dropdown {
    width: 100%;
  }

  .nav_dropdown-toggle {
    width: 100%;
    font-size: 1.5rem;
  }

  .nav_dropdown-navigation.w--open {
    margin-left: 0;
    position: relative;
  }

  .nav_dropdown-navigation.is-about.w--open, .nav_dropdown-navigation.is-resources.w--open, .nav_dropdown-navigation.is-about.w--open, .nav_dropdown-navigation.is-resources.w--open {
    margin-left: 0;
  }

  .hero-image-wrapper-services {
    max-width: 60rem;
    height: 30rem;
    margin-top: 0;
    margin-right: -5.025rem;
    right: -6%;
    transform: translate(0, -50%);
  }

  .hero-image-wrapper-services.is-change {
    height: 26rem;
  }

  .hero-image-wrapper-platform {
    height: 30rem;
    margin-right: 1.375rem;
    right: -6%;
  }

  .about-hero-text {
    margin-top: 0;
  }

  .hero-image-wrapper-resources {
    max-width: 40rem;
    height: 30rem;
    margin-top: -1.8rem;
    margin-right: 1.375rem;
    right: -6%;
  }

  .hero-image-wrapper-overview {
    max-width: 40rem;
    height: 30rem;
    margin-top: 0;
    margin-right: -5.025rem;
    right: -1%;
    transform: translate(0, -50%);
  }

  .hero-bg-image-roi {
    object-fit: cover;
    height: 120rem;
  }

  .hero-bg-image-contact {
    object-fit: cover;
    height: 130rem;
  }

  .hero-bg-image-home {
    object-fit: cover;
    height: 107rem;
  }

  .hero-bg-image-about {
    object-fit: cover;
    height: 160rem;
    top: -83%;
  }

  .hero-image-wrapper-services-inner {
    max-width: 60rem;
    height: 30rem;
    margin-top: 0;
    margin-right: -5.025rem;
    right: -6%;
    transform: translate(0, -50%);
  }

  .hero-platform-bg-image {
    object-fit: cover;
  }

  .resources-hero_grid {
    grid-column-gap: 1.3125rem;
    grid-row-gap: 1.3125rem;
    grid-template-rows: auto;
    grid-template-columns: 57% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-change-padding {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .puzzle-graphic {
    width: 100%;
  }

  .home-cta-wrapper {
    padding: 4rem 5em 4rem 5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.4rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 76.5625rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .button.is-nav {
    font-size: var(--_sizes---typography-text-sizes--lg-text);
    font-size: var(--_sizes---typography-text-sizes--lg-text);
  }

  .section.services-hero_section, .section.services-overview-hero_section {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero_section {
    justify-content: flex-start;
  }

  .section.services-hero_section, .section.services-overview-hero_section {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

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

  .mobile-only {
    display: block;
  }

  .navigation {
    padding: 0;
  }

  .nav-menu_list-centered {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    filter: invert();
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand.nav-absolute-left {
    position: relative;
  }

  .nav_brand.nav-absolute-left.w--current {
    width: auto;
    height: auto;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: column;
    margin-top: auto;
    position: relative;
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-neutral--black);
    height: 100svh;
    padding: 2rem 1rem 5rem;
  }

  .nav_bg {
    display: block;
  }

  .hero-main-wrapper {
    justify-content: flex-start;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .blog-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-collection-list {
    flex-flow: column;
    display: flex;
  }

  .impact-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .impact_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .impact_grid-image-wrapper {
    order: -9999;
    height: 30rem;
  }

  .splide__slide.reviews-slide {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .faq-collection-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .cta-main-wrapper {
    padding: 3rem 2.25em 3rem 2.25rem;
  }

  .footer_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_flex-left-column {
    width: 100%;
  }

  .footer_flex-right-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-bottom_flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .copyright-text {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
  }

  .horizontal-menu {
    order: -9999;
  }

  .help-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .help_grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .help_grid-item.right {
    border-left-width: 2px;
  }

  .help_grid-item.left {
    border-right-width: 2px;
  }

  .gradient-box {
    height: 90%;
  }

  .green-gradient-box.is-home {
    top: -25%;
  }

  .hero_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .spline-wrapper {
    height: 125%;
    position: absolute;
    top: -12%;
  }

  .spline-code-wrapper {
    order: -9999;
    width: 100%;
    height: 150%;
    min-height: 35rem;
  }

  .practice_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .practice_grid-item {
    flex-basis: 48%;
  }

  .services-hero-text {
    margin-bottom: 0;
  }

  .services-padding {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .ai-work-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ai-work-title {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-work_grid {
    flex-flow: column;
    display: flex;
  }

  .left-shape.is-platform {
    bottom: -12.1rem;
  }

  .together_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .together_grid-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .together-title-inner {
    margin-left: auto;
    margin-right: auto;
  }

  .services-hero_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stack-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .punk-card {
    padding: 1.25rem;
  }

  .services-main-wrapper {
    padding: 4rem 2.25em 4rem 2.25rem;
  }

  .implementation-card {
    padding: 1.25rem;
  }

  .platform_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .platform_grid-item {
    order: 9999;
  }

  .about-padding {
    padding-top: 6rem;
  }

  .about-hero_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 53% 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-spline {
    order: -9999;
  }

  .spline {
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .spline-blend.is-radial {
    top: 0%;
    left: 0%;
  }

  .why_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 2.75rem;
    display: flex;
  }

  .stand-inner-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .stand_grid, .behind_grid {
    flex-flow: column;
    display: flex;
  }

  .behind-image {
    height: 100%;
  }

  .approach-padding {
    padding-top: 8rem;
  }

  .approach_grid {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .stack-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100%;
    position: static;
  }

  .work_grid {
    flex-flow: column;
    display: flex;
  }

  .approach-green-gradient-box {
    top: -39%;
  }

  .top-left-shape, .policy-top-right-shape {
    width: 15rem;
    height: 20rem;
  }

  .contact-padding {
    padding-top: 8rem;
  }

  .contact_grid {
    grid-row-gap: 2rem;
  }

  .contact_grid-item.is-inverse {
    margin-top: 0;
  }

  .form_grid, .blog-collection_list {
    flex-flow: column;
    display: flex;
  }

  .single-post-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_dropdown {
    width: 100%;
  }

  .nav_dropdown-toggle {
    width: 100%;
    font-size: 1.5rem;
  }

  .nav_dropdown-icon {
    width: 1rem;
    height: 1.3rem;
    margin-top: .7rem;
  }

  .nav_dropdown-navigation.w--open {
    min-width: 100%;
    box-shadow: none;
    margin-left: 0;
    position: relative;
  }

  .nav_dropdown-navigation.is-about.w--open, .nav_dropdown-navigation.is-resources.w--open, .nav_dropdown-navigation.is-about.w--open, .nav_dropdown-navigation.is-resources.w--open {
    margin-left: 0;
  }

  .dropdown-inner-blur {
    display: none;
  }

  .dropdown-links-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .bg-green-blur, .top-divider {
    display: none;
  }

  .hero-image-wrapper-services {
    width: 100%;
    min-width: 110%;
    height: 100%;
    margin-bottom: 0;
    margin-left: -2rem;
    position: relative;
    inset: 0%;
    transform: none;
  }

  .hero-image-wrapper-services.is-change {
    height: 24rem;
  }

  .hero-image-wrapper-platform {
    width: 100%;
    min-width: 150%;
    height: 100%;
    margin: 0 0 0 -18.3rem;
    position: relative;
    inset: 0%;
    transform: none;
  }

  .about-hero-text {
    grid-column-gap: 0rem;
  }

  .hero-image-wrapper-resources {
    width: 100%;
    min-width: 150%;
    height: 100%;
    margin: 0 0 0 -17rem;
    position: relative;
    inset: 0%;
    transform: none;
  }

  .hero-image-wrapper-overview {
    width: 100%;
    min-width: 110%;
    height: 100%;
    margin-bottom: 0;
    margin-left: -2rem;
    position: relative;
    inset: 0%;
    transform: none;
  }

  .stack-card-1, .stack-card-2, .stack-card-3 {
    position: static;
  }

  ._404-heading {
    font-size: 11rem;
  }

  .hero-bg-image-roi, .hero-bg-image-contact, .hero-bg-image-home {
    opacity: .7;
    height: 180rem;
  }

  .hero-bg-image-about {
    height: 180rem;
  }

  .hero-image-wrapper-services-inner {
    width: 100%;
    min-width: 110%;
    height: 100%;
    margin-bottom: 0;
    margin-left: -2rem;
    position: relative;
    inset: 0%;
    transform: none;
  }

  .hero-platform-bg-image {
    opacity: .7;
    height: 180rem;
  }

  .resources-hero_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-change-padding {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .puzzle-graphic {
    inset: 0%;
  }

  .home-cta-wrapper {
    padding: 3rem 2.25em 3rem 2.25rem;
  }

  .platform-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_bg-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button-group.cta-btn {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

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

  .section.services-hero_section {
    background-image: linear-gradient(#000 16% 65%, #000);
  }

  .section.services-overview-hero_section {
    background-image: linear-gradient(#000 26%, #081b14 45%, #000 82%);
  }

  .hero-main-wrapper {
    padding-top: 2rem;
  }

  .hero-bg-image {
    top: -79%;
  }

  .impact-image {
    object-fit: cover;
  }

  .faq-collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .faq-trigger {
    box-sizing: border-box;
    white-space: pre-wrap;
    width: 100%;
    height: 4.8rem;
    margin-right: 0;
    padding-right: 1rem;
    display: flex;
  }

  .faq-question-style {
    padding-right: 2rem;
  }

  .faq-icon {
    right: 1rem;
  }

  .cta-main-wrapper {
    padding: 3rem 1.25em 3rem 1.25rem;
  }

  .copyright_flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .copyright-text {
    font-size: var(--_sizes---typography-text-sizes--xs-text);
  }

  .gradient-box {
    width: 100%;
    height: 95%;
  }

  .green-gradient-box.is-services {
    background-image: linear-gradient(#0000, #01040300 7%, #000 42%, #00000061);
  }

  .spline-wrapper {
    width: 100%;
    min-width: 160%;
    height: 178%;
    min-height: auto;
    inset: -32% 0% 0% 50%;
    transform: translate(-50%)scale(.65);
  }

  .spline-code-wrapper {
    height: 100%;
    min-height: 25rem;
    overflow: hidden;
    transform: none;
  }

  .practice_grid {
    flex-flow: column;
    align-items: stretch;
  }

  .practice_grid-item {
    flex-basis: 100%;
  }

  .ai-work-title {
    max-width: 25rem;
  }

  .hero-image {
    object-position: 100% 50%;
  }

  .hero-image.is-middle {
    object-position: 85% 50%;
  }

  .hero-image.jim-platform {
    object-fit: cover;
    object-position: 50% 50%;
    width: 160%;
    max-width: none;
  }

  .services-main-wrapper {
    padding: 3rem 1.25em 3rem 1.25rem;
  }

  .spline-blend {
    width: 85%;
  }

  .stand_grid-item.is-taller {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about-green-gradient-box {
    background-image: linear-gradient(#0000, #0000 17%, #081a13 65%, #081b14 81%, #00000061);
  }

  .approach_grid {
    margin-bottom: 0;
  }

  .stack-wrapper {
    margin-top: 2rem;
    padding-top: 0;
  }

  .approach-green-gradient-box {
    top: -49%;
  }

  .policy-rich-text h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .contact-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-filters-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .blog-filters-wrapper.is-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .filters_form {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sort-article-flex {
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .sort-article-flex.is-last {
    order: 9999;
  }

  .terms-rich-text h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .hero-image-wrapper-services {
    object-position: 73% 50%;
    min-width: 110%;
    max-width: 100%;
    height: 100%;
    margin-left: -1rem;
    margin-right: 0;
  }

  .hero-image-wrapper-services.is-change {
    height: 13rem;
  }

  .hero-image-wrapper-platform {
    aspect-ratio: 1;
    object-position: 73% 50%;
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    margin-top: 0;
    margin-left: .4rem;
    display: flex;
    overflow: visible;
  }

  .about-hero-text {
    grid-row-gap: 2rem;
  }

  .hero-image-wrapper-resources {
    object-position: 73% 50%;
    min-width: 123%;
    max-width: 60rem;
    height: 28rem;
    margin-left: -.9rem;
  }

  .hero-image-wrapper-overview {
    object-position: 73% 50%;
    min-width: 110%;
    max-width: 100%;
    height: 100%;
    margin-left: -1rem;
    margin-right: 0;
  }

  ._404-heading {
    font-size: 9rem;
  }

  .hero-bg-image-roi, .hero-bg-image-contact {
    height: 160rem;
    top: -79%;
  }

  .hero-bg-image-home {
    height: 180rem;
    top: -79%;
  }

  .hero-bg-image-about {
    height: 200rem;
    top: -79%;
  }

  .hero-image-wrapper-services-inner {
    object-position: 73% 50%;
    min-width: 110%;
    max-width: 100%;
    margin-left: -1rem;
    margin-right: 0;
  }

  .hero-platform-bg-image {
    height: 160rem;
    top: -79%;
  }

  .mask-wrapper {
    overflow: visible;
  }

  .home-cta-wrapper {
    padding: 3rem 1.25em 3rem 1.25rem;
  }

  .faq-inner-main {
    width: 100%;
  }
}
