:root {
  --_fonts---primary-font: Inter, sans-serif;
  --_theme---text--body-text: var(--base-color-brand--green-1000);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --base-color-brand--cream: #f5f1ed;
  --background-color--background-dark: var(--base-color-brand--green-700);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--green-800);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-on-light: color-mix(in srgb, var(--base-color-neutral--black) 20%, transparent);
  --background-color--background-light: var(--base-color-brand--cream);
  --background-color--background-darker: var(--base-color-brand--green-800);
  --link-color--link-primary: var(--base-color-brand--green-800);
  --background-color--background-darkest: var(--base-color-brand--green-900);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--green-700) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --base-color-system--warning-yellow: #fcf8d8;
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--cream);
  --_backgrounds---cream: var(--base-color-brand--cream);
  --_backgrounds---green-900: var(--base-color-brand--green-900);
  --_backgrounds---green-800: var(--base-color-brand--green-800);
  --_backgrounds---green-700: var(--base-color-brand--green-700);
  --_backgrounds---green-1000: var(--base-color-brand--green-1000);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --base-color-brand--green-600: #8ba9ac;
  --_theme---text--border: var(--border-color--border-on-light);
  --_radius---8px: .5rem;
  --base-color-brand--green-1000: #1c343d;
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --base-color-brand--green-700: #567a7d;
  --base-color-brand--transparent: #fff0;
  --base-color-brand--green-900: #203c47;
  --base-color-brand--green-800: #2d4f52;
  --_radius---100vw: 100vw;
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --base-color-neutral--white: #fff;
  --_radius---16px: 1rem;
  --base-color-brand--orange: #ff9b6a;
  --_radius---0px: 0px;
  --black\<deleted\|variable-ff6d7179\>: black;
  --link-color--link-secondary: var(--base-color-brand--cream);
  --base-color-brand--green-1100: #172b33;
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  --base-color-neutral--black: #1f1d1e;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-on-dark: color-mix(in srgb, var(--base-color-brand--cream) 20%, transparent);
  --link-color--link-alternate: var(--base-color-brand--green-600);
}

body {
  font-family: var(--_fonts---primary-font);
  color: var(--_theme---text--body-text);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: var(--_theme---text--body-text-o70);
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  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;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-medium {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-medium.flip-180 {
  transform: rotate(180deg);
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-global {
  z-index: 3;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.padding-section-large {
  flex: 1;
}

.padding-global.padding-section-large.padding-top-0 {
  padding-top: 0;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.is-hero {
  background-color: #0000;
  padding-top: 12rem;
}

.heading-style-h2 {
  flex: none;
  font-size: 1.95rem;
  line-height: 1.2;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.nav_absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.short-eyebrow_line {
  background-color: var(--_theme---eyebrow--short-line-color);
  width: 1.5rem;
  height: 1px;
}

.button_main_wrap {
  color: var(--text-color--text-alternate);
  border-radius: 100vw;
  display: inline-block;
  position: relative;
}

.button_main_wrap:where(.w-variant-213d3e82-e3e9-078d-53a9-084fb2abcd3d) {
  background-color: var(--_theme---button-secondary--background-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.button_main_wrap.is-form {
  background-color: var(--_theme---button-secondary--border-color);
  color: var(--_theme---button-primary--text-color);
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.button_main_wrap.is-form:hover {
  background-color: var(--_theme---button-primary--background-hover);
  color: var(--_theme---button-primary--text-hover);
}

.button_main_wrap.secondary {
  background-color: var(--_theme---button-secondary--background-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.button_main_wrap.is-nav {
  background-color: var(--base-color-system--warning-yellow);
  color: var(--_theme---button-primary--text-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.button_main_wrap.is-nav:hover {
  background-color: var(--_theme---button-primary--background-hover);
  color: var(--_theme---button-primary--text-hover);
}

.button_main_wrap.is-contact-mob {
  background-color: var(--_theme---button-primary--background-color);
  color: var(--_theme---button-primary--text-color);
  font-weight: 500;
  display: none;
}

.background_wrap {
  background-color: var(--_backgrounds---cream);
  position: absolute;
  inset: 0%;
}

.background_wrap:where(.w-variant-3df5ee60-ffc3-c1db-993f-7f4b16675a43) {
  background-color: var(--_backgrounds---green-900);
}

.background_wrap:where(.w-variant-cf107296-86f0-f024-0a01-9a8333feef8c) {
  background-color: var(--_backgrounds---green-800);
}

.background_wrap:where(.w-variant-e8ef0d33-1ddc-2f56-a2fe-a3bc8665477b) {
  background-color: var(--_backgrounds---green-700);
}

.background_wrap:where(.w-variant-272f31d6-ce3c-1c2c-aec8-7fb82ee5f5b8) {
  background-color: var(--_backgrounds---green-1000);
}

.long-eyebrow_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.long-eyebrow_text {
  color: var(--_theme---eyebrow--text-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  display: flow-root;
}

.long-eyebrow_line {
  background-color: var(--_theme---eyebrow--long-line);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.icon_wrap {
  background-color: var(--base-color-brand--green-700);
  width: 3rem;
  height: 3rem;
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_home-industries {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--green-1000);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--green-700) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--cream);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-light);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  position: relative;
  overflow: hidden;
}

.section_home-industries:where(.w-variant-9278a0af-4aa6-ad61-d2ef-47048d43b52a) {
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
}

.footer {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  position: relative;
}

.footer_logo {
  max-width: 10rem;
}

.footer_divider {
  background-color: var(--_theme---text--border);
  width: 100%;
  height: 1px;
}

.footer_links-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer_text-link {
  color: var(--_theme---text--body-text-o70);
  font-size: .875rem;
  text-decoration: none;
}

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

.footer_legal-txt {
  color: var(--_theme---text--body-text-o70);
}

.footer_legal-txt.text-size-small {
  color: color-mix(in srgb, var(--_theme---text--body-text) 50%, transparent);
}

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

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

.footer_socials-link {
  color: var(--_theme---text--body-text-o70);
}

.navbar_component {
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  display: flex;
}

.navbar_component.padding-global {
  z-index: 99;
  background-color: var(--base-color-brand--transparent);
  height: 140%;
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
}

.navbar_component.padding-global:where(.w-variant-2b7c4946-c4d5-296c-49bb-5ff0e863b529) {
  background-color: var(--base-color-brand--green-700);
  --_theme---text--body-text: var(--base-color-brand--green-1000);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--green-700) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--cream);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-light);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  grid-template: "Area" .25fr
  / .25fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_container:where(.w-variant-2b7c4946-c4d5-296c-49bb-5ff0e863b529) {
  background-color: var(--base-color-brand--green-700);
}

.navbar_logo-link {
  padding-bottom: 0;
  padding-left: 0;
}

.navbar_logo-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_link {
  color: var(--_theme---text--body-text);
  padding: .5rem 1rem;
}

.navbar_link:where(.w-variant-2b7c4946-c4d5-296c-49bb-5ff0e863b529) {
  color: var(--text-color--text-alternate);
}

.navbar_link.w--current {
  color: var(--_theme---text--body-text);
}

.navbar_link.w--current:where(.w-variant-2b7c4946-c4d5-296c-49bb-5ff0e863b529) {
  color: var(--text-color--text-alternate);
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.nav_line {
  background-color: var(--_theme---text--border);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-eyebrow_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.icon-eyebrow_text {
  color: var(--_theme---eyebrow--text-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  display: flow-root;
}

.text-opacity-70 {
  color: var(--_theme---text--body-text-o70);
}

.text-wrap-balance {
  text-wrap: balance;
}

.banner_img-wrap {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner_overlay {
  z-index: 2;
  background-color: var(--base-color-brand--green-900);
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner_img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.banner_img.is-hero {
  height: 120%;
  top: -10%;
}

.section_img-hero {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  position: relative;
}

.img-hero_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-hero_grid.is-contact {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr;
}

.img-hero_heading {
  text-wrap: balance;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 80ch;
  display: block;
}

.section_services-grid {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  position: relative;
}

.services-grid_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid_img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.services-grid_img.is-left-align {
  object-position: 10% 0%;
  object-position: 10% 0%;
}

.services-main-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top-left-radius: var(--_radius---8px);
  border-top-right-radius: var(--_radius---8px);
  border-bottom-left-radius: var(--_radius---8px);
  border-bottom-right-radius: var(--_radius---8px);
  background-color: var(--base-color-brand--green-1000);
  height: 100%;
  color: var(--_theme---text--body-text);
  direction: ltr;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: flex;
  overflow: hidden;
}

.services-main-card:hover {
  background-color: var(--_theme---text--card-hover);
}

.services-main-card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_why-us-tab {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--green-1000);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--green-700) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--cream);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-light);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
  position: relative;
}

.section_services-results {
  color: var(--_theme---text--body-text);
  position: relative;
}

.section_footer-cta {
  position: relative;
}

.section_footer-cta:where(.w-variant-20a5d0d9-498a-fe82-a2bc-c2bccc3c4a32), .section_footer-cta.dark, .section_footer-cta.dark-2, .section_footer-cta.dark {
  color: var(--_theme---text--body-text);
  --_theme---text--body-text: var(--base-color-brand--cream);
  --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
  --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
  --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
  --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
  --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
  --_theme---button-primary--background-hover: var(--_theme---text--body-text);
  --_theme---button-primary--text-hover: var(--_theme---text--background);
  --_theme---button-primary--background-color: var(--base-color-brand--orange);
  --_theme---button-secondary--border-color: var(--_theme---text--border);
  --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
  --_theme---button-secondary--text-color: var(--_theme---text--body-text);
  --_theme---button-primary--border-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
  --_theme---button-secondary--text-hover: var(--_theme---text--background);
  --_theme---text--background: var(--base-color-brand--green-800);
  --_theme---eyebrow--long-line: var(--_theme---text--border);
  --_theme---text--border: var(--border-color--border-on-dark);
  --_theme---text--card-hover: var(--base-color-brand--green-1100);
  --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
  --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
  --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
  --_theme---button-primary--border-color: var(--base-color-brand--orange);
}

.footer-cta_wrap {
  border-radius: var(--_radius---16px);
  position: relative;
  overflow: hidden;
}

.footer-cta_banner {
  z-index: 1;
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-cta_banner:where(.w-variant-20a5d0d9-498a-fe82-a2bc-c2bccc3c4a32), .footer-cta_banner.dark-17 {
  height: 8rem;
}

.footer-cta_main-text {
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.footer-cta_main-text.is-left-align {
  padding-left: 4rem;
}

.footer-cta_content {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 35rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.footer-cta_content.is-centered {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.services-article-cta_icon {
  width: 3.75rem;
}

.services-grid_coll-item:first-child {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column: 1 / span 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid_coll-item:last-child {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  direction: rtl;
  grid-column: auto / span 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shape-on-navy {
  height: 90%;
  position: absolute;
  inset: 50% 0% 0 auto;
  transform: translate(0, -50%);
}

.navbar_underlay {
  display: none;
}

.footer_legal-wrap {
  display: flex;
}

.services-grid_img-wrap {
  aspect-ratio: 1;
  border-radius: var(--_radius---8px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.short-eyebrow_line-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 1px;
  display: flex;
}

.heading-2 {
  width: 350px;
  color: var(--link-color--link-secondary);
  letter-spacing: .03em;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.image {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.is-hero {
    padding-top: 10rem;
  }

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

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

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

  .section_home-hero {
    padding-top: 3rem;
  }

  .home-hero_padding.padding-global.padding-section-large {
    padding-top: 4rem;
  }

  .home-hero_content-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-about_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .approach_tabs {
    flex-flow: column;
    min-height: 0;
  }

  .approach_tabs-menu {
    padding-right: 0;
  }

  .approach_tabs-content {
    margin-top: 3rem;
    padding-left: 0;
  }

  .approach_tab-img_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    flex-flow: column;
    display: flex;
  }

  .approach_tab-text_wrap {
    order: 9999;
    position: static;
    transform: none;
  }

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

  .slide-mask {
    max-width: calc(50% - .66rem);
  }

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

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-text-fill-color: inherit;
    background-color: #203c47cc;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    border-bottom: 1.5px solid var(--_theme---text--border);
    --_theme---text--body-text: var(--base-color-brand--cream);
    --_theme---text--body-text-o70: color-mix(in srgb, var(--_theme---text--body-text) 70%, transparent);
    --_theme---eyebrow--short-line-color: var(--base-color-brand--green-600);
    --_theme---eyebrow--text-color: color-mix(in srgb, var(--base-color-brand--cream) 70%, transparent);
    --_theme---button-secondary--background-color: var(--_theme---text--background-o20);
    --_theme---button-primary--text-color: var(--base-color-brand--green-1000);
    --_theme---button-primary--background-hover: var(--_theme---text--body-text);
    --_theme---button-primary--text-hover: var(--_theme---text--background);
    --_theme---button-primary--background-color: var(--base-color-brand--orange);
    --_theme---button-secondary--border-color: var(--_theme---text--border);
    --_theme---text--background-o70: color-mix(in srgb, var(--_theme---text--background) 70%, transparent);
    --_theme---button-secondary--text-color: var(--_theme---text--body-text);
    --_theme---button-primary--border-hover: var(--_theme---text--body-text);
    --_theme---button-secondary--background-hover: var(--_theme---text--body-text);
    --_theme---button-secondary--text-hover: var(--_theme---text--background);
    --_theme---text--background: var(--base-color-brand--green-800);
    --_theme---eyebrow--long-line: var(--_theme---text--border);
    --_theme---text--border: var(--border-color--border-on-dark);
    --_theme---text--card-hover: var(--base-color-brand--green-1100);
    --_theme---text--background-o0: color-mix(in srgb, var(--_theme---text--background) 0%, transparent);
    --_theme---text--background-o50: color-mix(in srgb, var(--_theme---text--background) 50%, transparent);
    --_theme---text--background-o20: color-mix(in srgb, var(--_theme---text--background) 20%, transparent);
    --_theme---button-primary--border-color: var(--base-color-brand--orange);
    border-bottom: 1.5px solid var(--_theme---text--border);
    padding-bottom: 1rem;
    transition: height .5s;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--_theme---text--body-text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--_theme---text--body-text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--_theme---text--body-text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .featured_card {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .featured_text-wrap {
    flex: 1;
  }

  .home-industries_heading {
    text-wrap: balance;
    max-width: 75%;
  }

  .about-hero_top-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .about-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-timeline_grid {
    grid-template-columns: 1fr;
  }

  .about-values_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .about-different_box {
    justify-content: center;
    align-items: flex-start;
  }

  .about-team_grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-awards_grid, .img-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .services-grid_grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-us_tabs {
    flex-flow: column;
    min-height: 0;
  }

  .why-us_tabs-menu {
    width: 100%;
    max-width: none;
    margin-top: 2rem;
    padding-right: 0;
  }

  .why-us_tabs-content {
    order: -9999;
    padding-left: 0;
  }

  .why-us_heading {
    max-width: none;
    margin-bottom: 3rem;
    position: static;
  }

  .services-results_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .services-results_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services-results_stats {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-cta_main-text.is-left-align {
    text-align: center;
    text-align: center;
    padding-left: 2rem;
  }

  .footer-cta_content {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .serivce-article-hero_top-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .serivce-article-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services-cs_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-cs_grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-article_grid {
    grid-template-columns: 1fr;
  }

  .services-article_cta-wrap {
    position: static;
  }

  .case-studies-grid_item {
    grid-template-columns: 1fr 1fr;
  }

  .case-studies-grid_text-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shape-on-navy {
    display: none;
  }

  .navbar_underlay {
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000004d;
    width: 100vw;
    height: 100svh;
    position: fixed;
    inset: 0%;
  }

  .navbar_underlay:where(.w-variant-2b7c4946-c4d5-296c-49bb-5ff0e863b529) {
    background-color: #f5f1ed99;
  }

  .cs-article-hero_top-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cs-article-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cs-article_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cs-article-results_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .cs-article-results_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cs-article-results_stats {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-grid_grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-article_grid {
    grid-template-columns: 1fr;
  }

  .blog-article_sticky {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .home-featured_list-wrapper {
    width: 100%;
  }

  .case-studies_testimonials_heading {
    text-wrap: balance;
    max-width: 75%;
  }

  .approach_tab-img_img-wrapper, .about-hero_img_wrapper {
    aspect-ratio: 16 / 9;
  }

  .about-timeline_img-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .why-us_img-wrap, .case-studies-grid_img-wrap, .blog-hero_img_wrap, .case-article_hero-img_wrap {
    aspect-ratio: 16 / 9;
  }

  .admins-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 5rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .admin-nav-container {
    width: auto;
    height: auto;
  }

  .admin-menu-brand {
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .admin-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: .0625rem solid #e1e5e7;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    position: absolute;
    inset: 5rem auto auto 0%;
    box-shadow: 0 3px .3125rem #0000000d;
  }

  .admin-menu-button {
    margin-right: .75rem;
    padding: .9375rem;
    top: -.625rem;
  }

  .admin-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 2.5rem;
  }

  .admin-menu-icon {
    font-size: 2rem;
  }

  .admin-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .grid {
    margin-left: 0;
  }

  .services-categories_list.icon-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.15rem;
  }

  h6 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-rich-text p {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-hero {
    padding-top: 7rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.15rem;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .home-about_content-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats_text.heading-style-h1 {
    font-size: 3rem;
  }

  .centered-header_wrap {
    justify-content: center;
    align-items: center;
  }

  .centered-header_line {
    display: none;
  }

  .approach_tabs-content {
    margin-top: 2rem;
  }

  .approach_tab-img_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .arrow-left, .arrow-right {
    top: -1.5rem;
  }

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

  .home-news_image-wrap {
    aspect-ratio: 2;
  }

  .footer_links-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_wrapper {
    padding: .75rem 1rem;
  }

  .logo_logo {
    max-height: 3rem;
  }

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

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

  .about-different_grid {
    grid-template-columns: 1fr;
  }

  .about-different_heading.heading-style-h4 {
    font-size: 1.2rem;
  }

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

  .services-grid_grid {
    grid-template-columns: 1fr;
  }

  .services-grid_img {
    aspect-ratio: 16 / 9;
    object-position: 50% 20%;
  }

  .services-cs_grid {
    grid-template-columns: 1fr;
  }

  .services-cs_card-img {
    aspect-ratio: 3 / 2;
  }

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

  .services-grid_coll-item {
    flex-flow: column;
    display: flex;
  }

  .services-grid_coll-item:first-child {
    grid-column: 1 / span 1;
    grid-template-columns: 1fr;
  }

  .services-grid_coll-item:last-child {
    grid-column: auto / span 1;
    grid-template-columns: 1fr;
  }

  .case-studies-grid_item {
    grid-template-columns: 1fr;
  }

  .shape-on-cream, .shape-on-navy {
    display: none;
  }

  .cs-article-results_paragraph.heading-style-h2 {
    font-size: 1.3rem;
  }

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

  .blog-grid_grid {
    grid-template-columns: 1fr;
  }

  .blog-card_content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cs-article_intro-text p {
    font-size: 1.5rem;
  }

  .blog-grid_collection-list.blog-grid_grid {
    grid-row-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-form_wrap {
    padding: 1.5rem;
  }

  .case-study-rich-text p {
    font-size: 1rem;
  }

  .policy-rich-text h2 {
    font-size: 1.25rem;
  }

  .policy-rich-text h3 {
    font-size: 1.15rem;
  }

  .policy-rich-text p {
    font-size: 1rem;
  }

  .services-cs_paragraph.text-size-regular {
    margin-bottom: 1rem;
  }

  .services-grid_img-wrap {
    aspect-ratio: 16 / 9;
    object-position: 50% 20%;
  }

  .services-cs_card-img_wrap {
    aspect-ratio: 16 / 9;
  }

  .centered-header_line_wrap, .centered-header_line_wrap.is-left, .centered-header_line_wrap.is-left {
    display: none;
  }

  .admin-menu-brand.w--current {
    margin-top: .875rem;
  }

  .admin-menu {
    background-color: #fff;
  }

  .admin-content {
    margin-left: 0;
  }

  .admin-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .admin-changelog {
    padding-bottom: 0;
    font-size: .875rem;
  }

  .heading.h3 {
    font-size: 1.75rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait, .button_main_wrap.is-nav {
    display: none;
  }

  .button_main_wrap.is-nav {
    display: none;
  }

  .button_main_wrap.is-contact-mob {
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .home-about_stats-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-about_stat-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .stats_vertical-divider {
    width: 100%;
    height: 1px;
  }

  .centered-header_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
  }

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

  .home-services_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .home-services_img {
    aspect-ratio: 3 / 2;
    object-position: 50% 20%;
    position: static;
  }

  .approach_tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .approach_tabs-pane {
    margin-top: 1rem;
  }

  .approach_tab-img_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .home-testimonials_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .testimonial_name {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

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

  .arrow-button_wrap {
    width: 2rem;
    height: 2rem;
  }

  .arrow-button_wrap.is-small {
    z-index: 10;
    z-index: 10;
    width: 2rem;
    height: 2rem;
  }

  .slide-mask {
    max-width: calc(100% - 1rem);
  }

  .arrow-left {
    left: 0;
    right: auto;
  }

  .arrow-right {
    margin-left: 0;
    left: 3.75rem;
  }

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

  .home-news_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .home-news_image-wrap {
    aspect-ratio: 3 / 2;
  }

  .home-news_img {
    object-position: 50% 20%;
  }

  .footer_links-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_legal-txt_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar_component.padding-global {
    min-height: 3.5rem;
  }

  .featured_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem;
  }

  .featured_img-wrap {
    display: none;
  }

  .featured_text-wrap {
    width: 100%;
  }

  .featured_support-txt {
    text-wrap: wrap;
    max-width: none;
  }

  .icon-eyebrow_text {
    line-height: 1.3;
  }

  .featured_icon {
    width: 1rem;
    height: 1rem;
  }

  .home-industries_heading {
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .about-hero_content {
    grid-template-columns: 1fr;
  }

  .logo_list {
    justify-content: center;
  }

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

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

  .about-timeline_date-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .about-values_img-grid {
    aspect-ratio: auto;
    grid-template-columns: 1fr;
  }

  .about-values_img.is-2 {
    object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .about-values_img-holder {
    aspect-ratio: 16 / 9;
  }

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

  .icon-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-different_grid {
    grid-template-columns: 1fr;
  }

  .about-different_box {
    padding: 1.5rem;
  }

  .about-team_grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-main-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .services-results_content, .services-results_stats {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-results_stats-item {
    padding-left: 1.5rem;
  }

  .footer-cta_main-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-cta_main-text.is-left-align {
    padding-left: 1.5rem;
  }

  .footer-cta_points-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .serivce-article-hero_content {
    grid-template-columns: 1fr;
  }

  .services-cs_grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-cs_card-content, .services-article_cta-wrap {
    padding: 1.5rem;
  }

  .case-studies-grid_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .case-studies-grid_text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-studies-grid_stat-wrap {
    padding-left: 1.5rem;
  }

  .cs-article-hero_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cs-article-results_content, .cs-article-results_stats {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cs-article-results_stats-item {
    padding-left: 1.5rem;
  }

  .blog-hero_img-caption {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .featured_teext-wrap {
    line-height: 1.3;
  }

  .blog-hero_form-wrap {
    padding: 1.5rem;
  }

  .blog-article_sticky {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .form-field_flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .back-btn_txt {
    line-height: 1.3;
  }

  .case-studies_testimonials_heading {
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .admin-menu-brand {
    margin-left: 1rem;
  }

  .admin-menu-button {
    margin-right: .25rem;
  }

  .admin-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-categories_list.icon-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }
}

#w-node-dfa5570c-3baf-555c-8a1d-41026cb6135f-f8ff161c {
  align-self: end;
}

#w-node-_3e9daf52-3bb4-99ae-5484-f3c237646dfc-37646dfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3e9daf52-3bb4-99ae-5484-f3c237646e01-37646dfa {
  justify-self: center;
}

#w-node-_3e9daf52-3bb4-99ae-5484-f3c237646e0c-37646dfa {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_8ed81723-e745-1106-1686-f434030aa0b3-030aa06a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
