@font-face {
  font-family: Robotoflex;
  src: url('../fonts/RobotoFlex-VariableFont_GRADXTRAYOPQYTASYTDEYTFIYTLCYTUCopszslntwdthwght.ttf') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Thin-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family--sans-serif: Satoshi, Arial, sans-serif;
  --size--base: 1rem;
  --line-height--normal: 1.5rem;
  --color--text--primary: var(--color--primitive--neutral-900);
  --font-size--font-5xl: 4rem;
  --font-family--serif: "Swear Display", serif;
  --color--primitive--brand-500: #ff6602;
  --font-size--font-xl: 1.5rem;
  --font-size--font-3xl: 2.5rem;
  --swatch--text-light: white;
  --font-size--font-base: 1rem;
  --line-height--loose: 1.75rem;
  --color--text--secondary: var(--color--primitive--neutral-500);
  --font-size--font-lg: 1.25rem;
  --color-neutral--black: black;
  --text-cream-2: #e4e1d8;
  --color-brand--black: black;
  --text-grey: #4f4d4b;
  --color-neutral--white: white;
  --line-height--snug: 1.25rem;
  --use-cases--small-headings-cta: var(--font-size--font-xl);
  --color-brand--white: white;
  --font-size--font-xs: .75rem;
  --text-color--primary: var(--color-brand--cream);
  --color--primitive--neutral-700: #444;
  --font-size--font-sm: .875rem;
  --color--primitive--neutral-300: #aaa;
  --cream: #c5bdab;
  --color-neutral--neutral-lighter: #ccc;
  --color--primitive--neutral-900: #222;
  --background-color--primary: #0f0e0d;
  --text-black: #0f0e0d;
  --color-neutral--neutral-dark: #444;
  --font-size--font-md: 1.125rem;
  --line-height--relaxed: 1.625rem;
  --space--3: 1.5rem;
  --background-light-3: #d8d3c7;
  --background-light-2: #e4e1d8;
  --background-light-1: #edebe5;
  --text-cream-1: #edebe5;
  --color--bg--page: var(--color--primitive--neutral-900);
  --color--text--inverse: var(--color--primitive--neutral-0);
  --color-brand--cream: #ff6602;
  --color-neutral--neutral-darkest: #1110;
  --split-text: 4rem;
  --use-cases--captions-footnotes: var(--font-size--font-xs);
  --use-cases--metadata-minor-labels: var(--font-size--font-sm);
  --use-cases--base: var(--font-size--font-base);
  --font-size--font-4xl: 3rem;
  --color-neutral--neutral-darker: #222;
  --text-color--secondary: var(--color-brand--white);
  --use-cases--hero-titles: var(--font-size--font-3xl);
  --h6: 2.5rem;
  --color--primitive--neutral-100: #ccc;
  --grid-gaps--small: var(--space--4);
  --border-radius--md: .5rem;
  --color--brand--primary-hover: #ff660230;
  --space--2: 1rem;
  --space--0: 0rem;
  --line-height--tight: 1.1rem;
  --color-neutral--neutral-light: #aaa;
  --space--4: 2rem;
  --color-neutral--neutral-lightest: #eee;
  --color--primitive--neutral-0: #fff;
  --font-size--font-2xl: 2rem;
  --_apps---colors--primary: var(--color-brand--cream);
  --color--primitive--neutral-50: #eee;
  --color--brand--primary: var(--color--primitive--brand-500);
  --border-color--default: var(--color--primitive--neutral-100);
  --color--bg--surface-2: var(--color--primitive--neutral-50);
  --border-radius--lg: 1rem;
  --color--overlay--light: #ffffff1a;
  --color--overlay--dark: #00000054;
  --color--primitive--accent-orange: #ff4c24;
  --color--primitive--pink-500: #ec4899;
  --color--primitive--purple-500: #7c3aed;
  --color--pill--border: #ff6703;
  --color--gradient--start: var(--color--primitive--purple-500);
  --color--gradient--end: var(--color--primitive--pink-500);
  --color--pill--bg: #ff660026;
  --color--accent--transition: var(--color--primitive--accent-orange);
  --color--status--success: #22c55e;
  --color--status--warning: #f59e0b;
  --color--status--error: #ef4444;
  --font-size--font-8xl: 8rem;
  --swatch--text-dark: var(--color-brand--black);
  --space--1: .5rem;
  --space--5: 3rem;
  --space--6: 4rem;
  --space--7: 5rem;
  --space--8: 6rem;
  --grid-gaps--regular: var(--space--5);
  --grid-gaps--large: var(--space--8);
  --use-cases--paragraph-lead-ins: var(--font-size--font-md);
  --use-cases--emphasized-body: var(--font-size--font-lg);
  --use-cases--h3-hero-sub-headings: var(--font-size--font-2xl);
  --use-cases--large-hero: var(--font-size--font-5xl);
  --use-cases--display: var(--font-size--font-4xl);
  --color--primitive--neutral-500: #666;
  --color--bg--surface-1: var(--color--primitive--neutral-0);
  --border-radius--none: 0rem;
  --border-radius--sm: .25rem;
  --border-radius--xl: 2rem;
  --display: var(--font-size--font-8xl);
  --font-size--font-6xl: 5rem;
  --font-size--font-7xl: 6rem;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: var(--font-family--sans-serif);
  font-size: var(--size--base);
  line-height: var(--line-height--normal);
  font-weight: 300;
  background-color: var(--color--bg--page);
}

/* Main page content sits above the fixed footer */
/* Exclude: nav (keeps its own fixed positioning), scripts, footer */
body > section,
body > main,
body > div:not(.footer-parallax-wrapper):not(.twostep-nav) {
  position: relative;
  z-index: 1;
  background-color: var(--color--bg--page);
}

h1 {
  font-family: var(--font-family--sans-serif);
  color: var(--color--text--primary);
  font-size: var(--font-size--font-5xl);
  text-align: left;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-family: var(--font-family--serif);
  color: #fff;
  font-size: var(--font-size--font-3xl);
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.15;
}

h3 {
  font-family: var(--font-family--sans-serif);
  color: #fff;
  font-size: var(--font-size--font-2xl);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  font-family: var(--font-family--sans-serif);
  color: #fff;
  font-size: var(--font-size--font-xl);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

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

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

p {
  color: var(--swatch--text-light);
  font-size: var(--font-size--font-base);
  line-height: var(--line-height--loose);
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--color--text--primary);
  text-decoration: underline;
}

ul {
  color: var(--color--text--secondary);
  font-size: var(--font-size--font-lg);
  line-height: var(--line-height--loose);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-weight: 300;
}

ol {
  color: var(--color--text--secondary);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  font-size: var(--size--base);
  height: auto;
  margin-bottom: .25rem;
  line-height: 2rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-top: .5rem;
  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;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.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-top.margin-medium.text-align-center {
  color: var(--color--text--secondary);
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: var(--color--text--primary);
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--color-neutral--black);
  color: var(--text-cream-2);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--color-brand--black);
}

.text-color-grey {
  color: var(--text-grey);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-rich-text {
  color: var(--color-neutral--white);
}

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

.text-rich-text h2 {
  line-height: var(--line-height--snug);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  font-size: var(--use-cases--small-headings-cta);
  line-height: var(--line-height--normal);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

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

.text-rich-text p {
  color: var(--color-brand--white);
  line-height: var(--line-height--normal);
  margin-bottom: 1rem;
}

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

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: none;
}

.text-rich-text.light-theme {
  font-weight: 300;
  line-height: 1.5;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.padding-global.padding-section-large {
  display: block;
}

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

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

.section_what-is-optimization {
  padding: 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  color: var(--color--text--primary);
  font-size: var(--font-size--font-xs);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-family: var(--font-family--serif);
  color: var(--text-color--primary);
  font-size: 4rem;
}

.fs-styleguide_heading-medium.text-color-grey {
  color: var(--color--primitive--neutral-700);
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--color--text--primary);
  font-weight: 400;
}

.text-size-regular.light-theme {
  line-height: var(--line-height--normal);
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 38em;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: var(--font-size--font-sm);
}

.text-size-small.text-color-grey {
  color: var(--color--primitive--neutral-300);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.text-align-left {
  text-align: left;
}

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--cream) var(--cream) var(--color-neutral--neutral-lighter);
  color: var(--color-brand--white);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.5em;
  font-weight: 500;
}

.form_input:hover {
  border-bottom-color: #4f4d4b;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: var(--text-grey);
  border-right-color: #c5bdab;
}

.form_input::placeholder {
  color: var(--text-grey);
}

.form_input.is-text-area {
  border-style: solid;
  border-color: var(--color-neutral--white);
  min-height: 8em;
  padding-top: .75rem;
}

.padding-section-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: var(--font-family--serif);
  color: var(--color--text--primary);
  font-size: var(--font-size--font-3xl);
  font-weight: 400;
  line-height: 1.15;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.page-wrapper.light-theme {
  --line-height--tight: 1.1rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.container-large {
  color: #0f0e0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 1;
}

.main-wrapper.home {
  color: var(--color--text--primary);
  overflow: hidden;
}

.main-wrapper.home-copy {
  background-color: var(--color--primitive--neutral-900);
  color: var(--color--text--primary);
  --line-height--tight: 1.1rem;
  overflow: hidden;
}

.main-wrapper.f-q {
  background-color: #fff;
}

.main-wrapper.f-q .hero-text.text-color-primary {
  color: var(--color--primitive--neutral-900);
}

.main-wrapper.f-q .sub-paragraph,
.main-wrapper.f-q .sub-paragraph.text-align-left,
.main-wrapper.f-q .sub-paragraph.text-align-center {
  color: var(--color--primitive--neutral-700);
  font-weight: 400;
  opacity: 1;
}

.main-wrapper.f-q p {
  color: var(--color--primitive--neutral-700);
  font-weight: 400;
  font-size: var(--font-size--font-base);
}

.main-wrapper.light-theme {
  background-color: var(--color--bg--page);
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--primary);
  color: var(--color-brand--white);
  text-align: center;
  border-radius: 6px;
  padding: 1em 2em;
  font-size: 1.125em;
  font-weight: 400;
  transition: all .5s;
}

.button:hover {
  background-color: var(--cream);
  color: var(--text-black);
  transform: scale(.98)translate(0, -2%);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1rem;
}

.button.is-form-submit {
  background-color: var(--color-neutral--neutral-dark);
  border-radius: 30px;
  margin-top: 2em;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--cream);
  color: var(--background-color--primary);
}

.button.is-secondary:hover {
  background-color: #b0a58c;
  transform: scale(.97)translate(0, -2%);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: var(--font-size--font-md);
  line-height: var(--line-height--relaxed);
  -webkit-text-stroke-color: white;
}

.text-size-medium.is-light {
  color: var(--color--text--primary);
}

.text-size-medium.text-align-center {
  color: var(--color--text--secondary);
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.horizontal-div-xxlarge {
  grid-column-gap: 6.25rem;
  display: flex;
}

.horizontal-div-xlarge {
  grid-column-gap: 5rem;
  display: flex;
}

.horizontal-div-large {
  grid-column-gap: 3.75rem;
  display: flex;
}

.horizontal-div-medium {
  grid-column-gap: 2.5rem;
  display: flex;
}

.horizontal-div-regular {
  grid-column-gap: 1.25rem;
  display: flex;
}

.horizontal-div-small {
  grid-column-gap: .625rem;
  display: flex;
}

.horizontal-div-tiny {
  grid-column-gap: .3125rem;
  display: flex;
}

.vertical-div-xxlarge {
  grid-column-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-xlarge {
  grid-column-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-large {
  grid-column-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-medium {
  grid-column-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-regular {
  grid-column-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-small {
  grid-column-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.vertical-div-tiny {
  grid-column-gap: .3125rem;
  flex-direction: column;
  display: flex;
}

.background-color-light3 {
  background-color: var(--background-light-3);
}

.background-color-light2 {
  background-color: var(--background-light-2);
  color: var(--text-black);
}

.background-color-light1 {
  background-color: var(--background-light-1);
  color: var(--text-black);
}

.background-color-cream {
  background-color: var(--cream);
}

.text-color-cream2 {
  color: var(--text-cream-2);
}

.text-color-cream1 {
  color: var(--text-cream-1);
}

.text-color-cream {
  color: var(--cream);
}

.section_hero {
  background-color: var(--color--bg--page);
  line-height: var(--line-height--normal);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  min-height: 100vh;
}

.section_hero:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
  background-image: radial-gradient(circle closest-corner at 50% -20%, #0241ff73 15%, #fff0 90%);
  height: auto;
}

.section_hero.light-theme {
  background-color: var(--color-neutral--white);
}

.section_hero.contact {
  --line-height--tight: 1.1rem;
  height: 80vh;
}

.section_hero.success {
  margin-top: 8rem;
  display: flex;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-content-wrapper.resources {
  height: 50vh;
}

.hero-section-content {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  transform: translate3d(0, 0, 11px);
}

.hero-section-content:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
  max-width: 60rem;
}

.hero-section-content.top-margin {
  margin-top: 5rem;
}

.split {
  color: #fff;
  letter-spacing: -.5rem;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.split.letter-spacing {
  color: var(--color--text--primary);
  text-align: center;
  letter-spacing: -.4rem;
  font-size: 12rem;
  font-weight: 700;
}

.split.scramble {
  color: var(--color--text--primary);
  font-size: 16vw;
}

.video-wrapper {
  background-color: var(--color--primitive--neutral-900);
  --line-height--tight: 1.1rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 8% 4% 4%;
  display: flex;
  overflow: hidden;
}

.background-video {
  width: 100%;
  max-width: 100%;
  height: 60em;
}

.work-wrapper {
  grid-column-gap: 6.3em;
  grid-row-gap: 6.3em;
  color: var(--color--text--primary);
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.work-image-wrapper {
  box-shadow: none;
  border: 1px solid #ffffff1a;
  border-radius: 1.5em;
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.work-details {
  margin-top: 1rem;
  text-decoration: none;
}

.work-card {
  z-index: 1;
  box-shadow: none;
  flex-direction: column;
  display: flex;
}

.collection-list {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  display: grid;
  overflow: hidden;
}

.collection-list._2col {
  grid-auto-flow: row;
}

.work-grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.work-content-wrapper {
  text-align: left;
  color: #e4e1d8;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacing-large {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: flex-start;
  align-items: center;
}

.max-width {
  color: var(--color--text--secondary);
}

.partners-section {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
}

.partners-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-maquee {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.maqee-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: none;
  margin-right: 1.5em;
  display: flex;
}

.partners-image {
  object-fit: scale-down;
  width: 9.375em;
  height: 6.25em;
}

.partners-logo-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.linear-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--color--primitive--neutral-900) 50%, #0f0e0d00 100%);
  width: 13em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.linear-left.right {
  background-image: linear-gradient(270deg, var(--color--primitive--neutral-900) 50%, #0f0e0d00 100%);
  inset: 0% 0% 0% auto;
}

.testimonial-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.large-name-text {
  text-align: center;
  letter-spacing: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 22vw;
  line-height: 1;
}

.footer-section {
  background-color: var(--color--bg--page);
  transform-origin: bottom;
  color: var(--swatch--text-light);
  padding-top: 4rem;
  padding-bottom: 4em;
}

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

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

.brand-logo-footer {
  justify-content: center;
  align-items: center;
  width: 6.25em;
  height: 6.25em;
  display: flex;
}

.large-footer-text {
  color: #e4e1d8;
  letter-spacing: -.15rem;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.icon-embed-footerarrow {
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6.25em;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--text-grey);
  justify-content: space-between;
  margin-top: 6.25em;
  padding-top: 3em;
  padding-bottom: 2em;
}

.footer-menu-link {
  color: var(--text-cream-2);
  padding: 1em;
  font-size: 1.125em;
}

.footer-menu-wrapper {
  margin-top: 2em;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.footer-social-link-container {
  color: var(--text-black);
  padding: 1em;
}

.footer-small-link {
  color: var(--color--text--inverse);
}

.footer-small-link.light-theme {
  color: #0f0e0d;
}

.footer-bottom-link-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.play-button-wrapper {
  width: 100%;
  height: 100%;
}

.flex-vertical {
  grid-column-gap: var(--space--3);
  grid-row-gap: var(--space--3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-section-wrapper {
  background-color: var(--color--bg--page);
  color: var(--text-black);
  --line-height--tight: 1.1rem;
  padding: 0 0;
}

.articles-hero-section {
  background-color: #0f0e0d;
  color: #e4e1d8;
  width: 100%;
  margin-top: 0;
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: 8rem 0 3.5rem;
}

.articles-hero-section.background-color-black {
  color: #e4e1d8;
  width: 100%;
  margin-top: 0;
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.article-hero-content {
  grid-column-gap: 0em;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: flex-start;
  max-width: 52rem;
  margin-bottom: 0;
}

.article-hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.cover-image-wrapper {
  background-color: var(--color-brand--cream);
  border-radius: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Work card thumbnails: undo the absolute hero positioning */
.work-image-wrapper .cover-image-wrapper {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 1.5em !important;
  aspect-ratio: 4 / 3;
  object-fit: cover !important;
  object-position: center !important;
}

.article-content {
  background-color: var(--color-neutral--black);
}

.article-rich-text {
  font-family: var(--font-family--sans-serif);
  color: var(--color-neutral--neutral-darkest);
  font-size: var(--size--base);
  width: auto;
  max-width: none;
  height: auto;
  font-weight: 400;
}

.article-rich-text h1 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--split-text);
  text-align: left;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.article-rich-text h2 {
  font-size: var(--use-cases--captions-footnotes);
  letter-spacing: -.1rem;
  max-width: 30ch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.article-rich-text h3 {
  font-size: var(--use-cases--metadata-minor-labels);
  margin-top: 1em;
  margin-bottom: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.article-rich-text h4 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--use-cases--base);
  margin-top: 1em;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.article-rich-text h5 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--use-cases--base);
  margin-top: 1.25em;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.article-rich-text h6 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--size--base);
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
}

.article-rich-text p {
  color: var(--color-neutral--white);
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.article-rich-text.margin-bottom {
  font-size: var(--size--base);
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.5;
}

.project-hero {
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2.5rem;
}

.form-section {
  background-color: var(--color--bg--page);
}

.form-section .text-field {
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}

.form-section .text-field::placeholder {
  color: rgba(255,255,255,0.4);
}

.form-section .text-field:focus {
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,102,2,0.6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,102,2,0.15);
}

.form-section textarea.text-field {
  border-radius: 1rem;
  min-height: 8rem;
  line-height: 1.6;
  padding-top: 0.85rem;
  resize: vertical;
}

.form-section select.text-field option {
  background-color: #1a1917;
  color: #fff;
}

.form-section .primary-button.is-primary,
.form-section .primary-button.is-black {
  margin-top: 1.5rem;
  width: 100%;
  height: 3.3rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.form-section .w-form-done {
  background-color: rgba(255,102,2,0.12);
  border: 1px solid rgba(255,102,2,0.3);
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}

.form-section .w-form-fail {
  background-color: rgba(220,50,50,0.12);
  border: 1px solid rgba(220,50,50,0.3);
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}

.brand-logo {
  width: 4em;
  height: 4em;
}

.brand-logo.w--current {
  width: var(--font-size--font-4xl);
  height: auto;
}

.menu-content-wrapper {
  z-index: 200;
  background-color: var(--color-neutral--neutral-darker);
  --line-height--tight: 1.1rem;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2% 2.5em;
  display: none;
  position: fixed;
  inset: 0%;
}

.right-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
}

.nav-link-text {
  font-family: var(--font-family--sans-serif);
  color: var(--color--text--primary);
  font-size: var(--font-size--font-lg);
  text-align: right;
  text-transform: none;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-text:hover {
  font-weight: 400;
  text-decoration: none;
}

.nav-link-text.w--current {
  font-family: var(--font-family--sans-serif);
  color: var(--text-color--secondary);
  font-weight: 500;
}

.hiden-h1 {
  z-index: 50;
  width: 0;
  height: 0;
  font-family: Robotoflex, sans-serif;
  font-size: 1em;
  position: relative;
  left: -1000px;
}

.hero-eyebrow {
  color: var(--color--primitive--brand-500);
  font-family: var(--font-family--sans-serif);
  font-size: var(--font-size--font-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 24px;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.hero-eyebrow.small {
  font-family: var(--font-family--sans-serif);
  font-size: var(--font-size--font-sm);
  letter-spacing: 0.08em;
  padding-left: 0;
  font-weight: 500;
}

.hero-eyebrow.pill {
  margin-bottom: 1rem;
}

.body {
  background-color: var(--color--bg--page);
  line-height: var(--line-height--normal);
  justify-content: center;
  align-items: center;
}

.body.light-theme {
  background-color: var(--color-neutral--white);
}

.heading-2 {
  font-size: var(--use-cases--hero-titles);
  letter-spacing: -.2rem;
}

.heading-2.light-theme {
  color: var(--text-black);
  font-size: var(--h6);
  text-align: left;
  letter-spacing: 0;
  font-weight: 700;
}

.heading-2.light-theme.text-weight-bold {
  margin-bottom: 2rem;
  font-weight: 700;
}

.heading-2.light-theme.text-weight-bold.text-spacing-15, .heading-2.text-weight-bold {
  letter-spacing: -.15rem;
}

.heading-2.text-weight-bold.letter-spacing-minus-15 {
  font-size: var(--use-cases--hero-titles);
  line-height: var(--line-height--snug);
  letter-spacing: -.15rem;
}

.heading-2.text-weight-bold.letter-spacing-minus-15.text-color-black {
  color: #fff;
}

.heading-2.text-weight-bold.light-theme {
  font-size: var(--use-cases--hero-titles);
}

.project-short-description {
  color: var(--color--primitive--neutral-300);
  font-size: var(--font-size--font-base);
  font-weight: 400;
  line-height: 1.6;
}

.project-title {
  color: var(--swatch--text-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: var(--font-family--sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.slected-projects_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 59ch;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
  --line-height--tight: 1.1rem;
}

.top-menu {
  z-index: 999;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 1rem;
  padding-left: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburg-wrap {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--color--primitive--brand-500);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  padding-left: .5rem;
  padding-right: .75rem;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.menu-hamburg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-neutral--black);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  padding: .5rem;
  display: flex;
}

.white-line-3 {
  color: var(--color-neutral--black);
  background-color: #e4e1d8;
  width: 100%;
  height: 1.5px;
}

.wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0f0e0dcc;
  border-radius: 0;
  justify-content: space-between;
}

.white-line-2y {
  color: var(--color-neutral--black);
  background-color: #e4e1d8;
  width: 80%;
  height: 1.5px;
}

.new-nav {
  background-color: var(--color-neutral--black);
  display: flex;
}

.blog-hero-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.blog-page-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--text-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.link-block {
  text-decoration: none;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--text--primary);
  justify-content: flex-start;
  align-items: center;
}

.section-benefits {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-benefits.light-theme {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

._3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-grid.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: var(--grid-gaps--small);
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  border: 1px solid var(--color--primitive--neutral-700);
  border-radius: var(--border-radius--md);
  background-color: var(--color--primitive--neutral-900);
  padding: 3rem;
  transition: all .35s;
  position: relative;
}

.card:hover {
  border-color: var(--color--brand--primary-hover);
  background-image: radial-gradient(circle farthest-side at 50% 0%, var(--color--brand--primary-hover), #fff0 57%);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--color--primitive--brand-500);
}

.card:active {
  background-color: var(--color--bg--page);
  background-image: none;
}

/* ── Aluro-style service benefit cards (webflow-agency only) ── */

/* Single-column sticky stack layout */
.section_why-partner .section-benefits .w-layout-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section_why-partner .section-benefits .card {
  background-color: #2c2c2c;
  border: 1px solid var(--color--primitive--neutral-700);
  border-radius: 1rem;
  padding: 2rem;
  overflow: hidden;
  position: sticky;
  top: 5rem;
  margin-bottom: 1.5rem;
}

.section_why-partner .section-benefits .card:nth-child(1) { z-index: 1; }
.section_why-partner .section-benefits .card:nth-child(2) { z-index: 2; top: 5.5rem; }
.section_why-partner .section-benefits .card:nth-child(3) { z-index: 3; top: 6rem; }
.section_why-partner .section-benefits .card:nth-child(4) { z-index: 4; top: 6.5rem; }
.section_why-partner .section-benefits .card:nth-child(5) { z-index: 5; top: 7rem; }
.section_why-partner .section-benefits .card:nth-child(6) { z-index: 6; top: 7.5rem; }

.section_why-partner .section-benefits .card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 20%, rgba(255, 102, 2, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.section_why-partner .section-benefits .card:nth-child(1)::after { content: '01'; }
.section_why-partner .section-benefits .card:nth-child(2)::after { content: '02'; }
.section_why-partner .section-benefits .card:nth-child(3)::after { content: '03'; }
.section_why-partner .section-benefits .card:nth-child(4)::after { content: '04'; }
.section_why-partner .section-benefits .card:nth-child(5)::after { content: '05'; }
.section_why-partner .section-benefits .card:nth-child(6)::after { content: '06'; }

.section_why-partner .section-benefits .card::after {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-size: 5.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  font-family: var(--font-family--sans-serif);
  letter-spacing: -0.03em;
}

.section_why-partner .section-benefits .card h3,
.section_why-partner .section-benefits .card h4,
.section_why-partner .section-benefits .card .card-title {
  color: #fff;
}

.card-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* ── Aluro-style AEO pricing cards ── */
.aeo-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.aeo-card {
  background-color: #2c2c2c;
  border: 1px solid var(--color--primitive--neutral-700);
  border-radius: 1rem;
  padding: 2.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.aeo-card:hover {
  background-color: #333;
  border-color: rgba(255,102,2,0.3);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.aeo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 90%, rgba(255, 102, 2, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.aeo-card-tier {
  font-size: var(--font-size--font-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 4px 14px;
  display: inline-block;
  width: fit-content;
}

.aeo-card-tier.is-featured {
  border-color: rgba(255, 102, 2, 0.6);
  color: #ff6602;
}

.aeo-card-price {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family--sans-serif);
  letter-spacing: -0.03em;
  margin: 0;
}

.aeo-card-title {
  font-size: var(--font-size--font-xl);
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: var(--font-family--sans-serif);
}

.aeo-card-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size--font-base);
  line-height: 1.6;
  flex: 1;
}

.aeo-card .primary-button {
  background: #ff6602;
  color: #fff;
  border-radius: 8px;
  padding: 0.875rem 1.5rem;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: var(--font-size--font-base);
  letter-spacing: 0.01em;
  text-decoration: none;
  display: block;
  transition: background 0.2s ease;
  margin-top: 0.25rem;
}

.aeo-card .primary-button:hover {
  background: #e55a00;
}

.aeo-card-features-label {
  font-size: var(--font-size--font-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.aeo-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.aeo-card-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--font-size--font-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.aeo-card-features li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #ff6602;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4 7L10 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.card.is-large {
  padding: 4rem;
}

.card.is-large:hover {
  background-color: var(--color-neutral--neutral-darker);
}

.card.is-large.is-services {
  grid-column-gap: var(--space--2);
  grid-row-gap: var(--space--2);
  border-style: none;
  border-color: var(--color--primitive--neutral-900);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  transition: all .35s;
  display: flex;
}

.card.is-large.is-services:hover {
  background-color: var(--color-neutral--neutral-darker);
}

.card.is-large.is-services.border {
  border-style: solid;
  border-color: var(--color--primitive--brand-500);
  color: var(--color--primitive--brand-500);
}

.card.is-large.is-services.border:hover {
  background-color: var(--color--primitive--neutral-900);
  border-style: none;
}

.card.dark-theme {
  color: var(--color--text--primary);
}

.card.dark-theme:hover {
  background-color: var(--color-neutral--neutral-darker);
}

.service-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--swatch--text-light);
  flex-flow: column;
  display: flex;
}

.card-title {
  color: #fff;
  font-family: var(--font-family--sans-serif);
  font-size: var(--use-cases--small-headings-cta);
  line-height: var(--line-height--normal);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.card-title.light-theme {
  color: #fff;
  font-size: 1.6rem;
  line-height: var(--line-height--tight);
  font-weight: 700;
}

.card-title.light-theme.letter-spacing-15 {
  letter-spacing: -.12rem;
  font-size: 1.6rem;
}

.card-title.light-theme.letter-spacing-12y {
  letter-spacing: -.12rem;
}

.card-title.text-weight-bold {
  color: #fff;
}

.card-title.text-weight-bold.no-border-3 {
  color: var(--swatch--text-light);
  font-size: var(--use-cases--hero-titles);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

.light-theme {
  color: var(--text-black);
  font-size: var(--size--base);
  font-weight: 400;
}

.grid-3col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.project-kpi-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.is-bold {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
}

.project-kpi-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
}

.portfolio-header {
  font-family: var(--font-family--sans-serif);
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.portfolio-header.bottom-line {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-bottom: 0;
}

.project-hero-wrapper {
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.0) 100%);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 55%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  padding-top: 6rem;
}

.ready-to-switch-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.work-collection-list {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  display: grid;
  overflow: hidden;
}

.our-partners-header-wrapper {
  justify-content: center;
  align-items: center;
}

.footer-wrapper {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  margin-top: 3rem;
  padding: 3.6em 3.5em;
  line-height: 1.5;
  display: flex;
}

/* =============================================
   FOOTER — Sticky Reveal + Editorial Design
   ============================================= */

/* Fixed behind page content — revealed on scroll */
.footer-parallax-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.footer-section {
  background-color: #f0ece5;
  color: #111;
  overflow: hidden;
  padding: 0;
}

.footer-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 2rem 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Top bar: badge + email */
.footer-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-top-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-info-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  font-family: var(--font-family--sans-serif);
}

.webfloq_banner {
  width: 7rem;
  height: auto;
}

/* Email link */
.footer-medium-link {
  color: #ff6602;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
  font-family: var(--font-family--sans-serif);
}

.footer-medium-link:hover {
  opacity: 0.7;
}

/* Big headline */
.footer-headline-wrapper {
  padding: 0.25rem 0;
  overflow: hidden;
}

.footer-heading-link {
  text-decoration: none;
  display: block;
  line-height: 1;
}

.footer-heading {
  font-family: var(--font-family--sans-serif);
  font-size: clamp(5rem, 21.5vw, 24rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #111;
  line-height: 0.88;
  text-transform: uppercase;
  white-space: nowrap;
  transition: letter-spacing 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              color 0.3s ease;
  cursor: pointer;
}

.footer-heading-link:hover .footer-heading {
  color: var(--color--primitive--brand-500);
  letter-spacing: -0.02em;
}

/* Bottom bar */
.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-copyright {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.35);
  font-family: var(--font-family--sans-serif);
  letter-spacing: 0.02em;
}

.footer-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer-nav-link {
  color: #111;
  font-size: 0.7rem;
  font-family: var(--font-family--sans-serif);
  text-decoration: none;
  opacity: 0.35;
  transition: opacity 0.2s ease;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  opacity: 1;
}

.social_icons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

.footer-social-link-container {
  opacity: 0.35;
  transition: opacity 0.2s;
  color: #111;
}

.footer-social-link-container:hover {
  opacity: 1;
}

.footer-social-link {
  display: flex;
  align-items: center;
}

/* Legacy classes — keep for compatibility */
.footer-v2,
.footer-heading-component,
.certified-partner-wrapper,
.footer-nav-col,
.footer-button,
.address-content {
  /* neutralized — new HTML structure used instead */
}

.opacity-50 {
  opacity: .74;
  color: var(--swatch--text-light);
}

.footer-copy-wright {
  display: none;
}

.flex-block-8 {
  display: none;
}

.article-section {
  background-color: #f9f8f6;
  color: #1a1917;
}

/* Rich text article body */
.blog-rich-text {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #1a1917;
  max-width: 68ch;
  margin: 0 auto;
}
.blog-rich-text h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0f0e0d;
  margin: 2.5rem 0 0.75rem;
  letter-spacing: -0.01em;
}
.blog-rich-text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f0e0d;
  margin: 2rem 0 0.5rem;
}
.blog-rich-text p {
  margin: 0 0 1.25rem;
}
.blog-rich-text ul,
.blog-rich-text ol {
  padding-left: 1.5rem;
  margin: 0 0 1.25rem;
}
.blog-rich-text li {
  margin-bottom: 0.4rem;
}
.blog-rich-text strong,
.blog-rich-text b {
  color: #0f0e0d !important;
  font-weight: 700;
}
.blog-rich-text a {
  color: #ff6602;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-rich-text blockquote {
  border-left: 3px solid #ff6602;
  margin: 2rem 0;
  padding: 0.75rem 1.5rem;
  background: rgba(255,102,2,0.05);
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
  color: #444;
}

.primary-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--swatch--text-light);
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  display: flex;
}

.primary-button.is-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-neutral--neutral-lightest);
  color: var(--text-black);
  line-height: var(--line-height--normal);
  border-radius: 20rem;
  height: 3em;
  margin-top: 0;
  padding: 0 1.37em;
  font-weight: 400;
  transition: all .35s;
}

.primary-button.is-secondary:where(.w-variant-2d0a40f3-45dd-e976-8663-ae6c1dae2201), .primary-button.is-secondary:hover {
  background-color: var(--color-brand--cream);
}

.primary-button.is-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-neutral--neutral-darker);
  color: #fff;
  border-radius: 20rem;
  margin-top: 2rem;
  padding: .93rem 1.37em;
  font-weight: 400;
}

.primary-button.is-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--primitive--brand-500);
  color: var(--color--text--inverse);
  border-radius: 20rem;
  height: 3em;
  margin-top: 0;
  padding: 0 1.37em;
  font-weight: 400;
}

.primary-button.is-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-neutral--neutral-lightest);
  color: var(--text-black);
  line-height: var(--line-height--normal);
  border-radius: 20rem;
  height: 3em;
  margin-top: 0;
  padding: 0 1.37em;
  font-weight: 400;
  transition: all .35s;
}

.primary-button.is-tertiary:where(.w-variant-2d0a40f3-45dd-e976-8663-ae6c1dae2201) {
  background-color: var(--color-brand--cream);
}

.primary-button.is-tertiary:where(.w-variant-00e5dcd6-97e4-3e5e-c4eb-75db92fb6141) {
  background-color: var(--color--primitive--brand-500);
  color: var(--color--text--inverse);
}

.primary-button.is-tertiary:hover {
  background-color: var(--color-brand--cream);
}

.primary-button.is-tertiary:hover:where(.w-variant-00e5dcd6-97e4-3e5e-c4eb-75db92fb6141) {
  background-color: var(--color--primitive--neutral-0);
}

.primary-button.text-align-left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.blog-image-wrapper {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 70vh;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ready-to-switch-section {
  background-color: var(--color--bg--page);
  background-image: radial-gradient(circle, #ff66021a, #fff0);
}

.migration-form {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.migration-form-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex: 1;
  order: -9999;
  justify-content: space-between;
  align-items: center;
}

.form-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-field {
  color: #0f0e0d;
  font-size: var(--font-size--font-base);
  border-radius: 20rem;
  min-height: 3.3rem;
  padding-left: 20px;
  padding-right: 12px;
  font-weight: 500;
  line-height: 2;
}

.link-block-3 {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-brand--white);
  text-decoration-color: var(--color-brand--white);
  padding-left: 0;
  padding-right: 1.25rem;
}

.content {
  color: var(--color-brand--white);
  text-align: center;
  letter-spacing: -.4rem;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
  overflow: visible;
}

.switch-form {
  background-color: var(--color--bg--page);
}

.selected-resources {
  background-color: var(--color-brand--white);
  padding-bottom: 0;
  overflow: hidden;
}

.collection-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.persona-title {
  font-size: var(--font-size--font-sm);
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.6;
}

.collection-list-wrapper-2 {
  color: var(--color-neutral--neutral-darkest);
}

.persona-sub-titles {
  font-size: .875em;
  font-weight: 700;
}

.persona-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.sub-paragraph {
  color: var(--color--primitive--neutral-300);
  font-size: var(--font-size--font-lg);
  line-height: 1.6;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  display: block;
}

.sub-paragraph.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.sub-paragraph.align-center.ch50 {
  max-width: 50ch;
}

.sub-paragraph.text-align-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.sub-paragraph.text-align-left.text-weight-bold {
  --line-height--tight: 1.1rem;
  font-weight: 700;
}

.sub-paragraph.text-align-center {
  max-width: 61rem;
  margin-top: 0;
}

.scroll-into-view-0-4s {
  display: flex;
}

.splittext-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  line-height: var(--line-height--tight);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80ch;
  display: flex;
  overflow: hidden;
}

.scroll-into-view-06 {
  color: var(--color--text--primary);
}

.scroll-into-view-08s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.highlight {
  margin-bottom: 5rem;
  line-height: 1.7;
}

.contact-form-block {
  flex-flow: column;
  display: block;
}

.selected-wordpress-pain {
  background-color: var(--color--bg--page);
  --line-height--tight: 1.1rem;
  padding-bottom: 0;
  overflow: hidden;
}

._2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.certified-partner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1rem;
  display: flex;
}

.portfolio_feature-img {
  width: 100%;
}

.blog-rich-text {
  font-family: var(--font-family--sans-serif);
  color: #000;
  font-size: var(--size--base);
  width: auto;
  max-width: none;
  height: auto;
  font-weight: 400;
}

.blog-rich-text h1 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--split-text);
  text-align: left;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.blog-rich-text h2 {
  color: #fff;
  font-size: var(--font-size--font-xl);
  font-weight: 600;
  font-family: var(--font-family--sans-serif);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0;
  max-width: none;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.3;
}

.blog-rich-text h3 {
  color: #fff;
  font-size: var(--font-size--font-lg);
  font-weight: 600;
  font-family: var(--font-family--sans-serif);
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.blog-rich-text h4 {
  color: #fff;
  font-family: var(--font-family--sans-serif);
  font-size: var(--font-size--font-base);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.blog-rich-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--font-size--font-base);
  line-height: 1.75;
  font-family: var(--font-family--sans-serif);
}

.blog-rich-text a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.blog-rich-text strong { color: rgba(255, 255, 255, 0.9); font-weight: 600; }
.blog-rich-text li { color: rgba(255, 255, 255, 0.65); font-size: var(--font-size--font-base); line-height: 1.75; }

.blog-rich-text h5 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--use-cases--base);
  margin-top: 1.25em;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.blog-rich-text h6 {
  font-family: var(--font-family--sans-serif);
  font-size: var(--size--base);
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: 500;
}

.blog-rich-text p {
  color: var(--color--text--secondary);
  font-size: 1.1rem;
  line-height: var(--line-height--loose);
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
}

.gsap {
  color: var(--color--text--primary);
  max-width: 20ch;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.15;
}

.scramble {
  color: var(--color--text--primary);
  font-size: 20vw;
}

.dim-30 {
  opacity: .7;
}

.projectlink {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  text-align: left;
  font-weight: 500;
  display: flex;
  text-decoration: none;
}

.link-block-3 {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 3px;
}

.list {
  color: var(--swatch--text-light);
  font-size: var(--font-size--font-base);
  letter-spacing: .1px;
  font-weight: 300;
}

.accent {
  color: var(--color-brand--cream);
}

.action-wrapper {
  z-index: 999;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.section_this-is-you {
  background-color: var(--color--bg--page);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.helpstartups_1 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var(--swatch--text-light);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

.helpstartups_wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var(--color--text--primary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.bullet-point {
  border: 1px solid var(--_apps---colors--primary);
  border-radius: 150%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  max-height: 1.5rem;
  display: flex;
}

.point {
  background-color: var(--_apps---colors--primary);
  border-radius: 150%;
  width: .5rem;
  height: .5rem;
}

.helpstartups_video-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.low-brow {
  color: var(--swatch--text-light);
  font-size: var(--font-size--font-lg);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 1.5rem;
  display: block;
}

.our-partners_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--color--text--primary);
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

.section_header-wrapper.ch80 {
  max-width: 80ch;
}

.section_header-wrapper.text-align-left {
  justify-content: center;
  align-items: flex-start;
}

.card_text-secondary-col {
  color: var(--color--text--primary);
  font-weight: 300;
}

.section_need-taunch {
  color: var(--color--text--primary);
  background-image: radial-gradient(circle at 50% 0, #fa721738, #fff0 59%);
  padding-bottom: 0;
  overflow: hidden;
}

.home-featured-projects-section {
  background-color: var(--color--bg--page);
  overflow: hidden;
}

.section_why-partner, .section_work {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
  padding-bottom: 0;
  overflow: visible;
}

.pixelated-image-card {
  color: #ff4c24;
  background-color: #131313;
  border-radius: .5em;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.before__100 {
  padding-top: 100%;
}

.pixelated-image-card__default {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__active {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__pixels {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__pixel {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.webfloq_banner {
  width: 8.5rem;
}

.section_webflow-out-box {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
  --line-height--tight: 1.1rem;
  background-image: radial-gradient(circle, #ff66021a, #fff0);
  padding-bottom: 0;
  overflow: hidden;
}

.btn-slanted {
  z-index: 100;
  background-color: var(--color--primitive--brand-500);
  color: #fff;
  border-radius: 2.1em;
  padding: .625em 1.5em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-slanted:where(.w-variant-6ff66950-cd80-5898-506e-d190fec48fe0) {
  background-color: var(--color--primitive--neutral-0);
  color: var(--color--text--inverse);
}

.btn-slanted-label__wrap {
  z-index: 1;
  place-items: center;
  display: grid;
  position: relative;
}

.btn-slanted-label:where(.w-variant-6ff66950-cd80-5898-506e-d190fec48fe0) {
  color: var(--color--text--primary);
}

.btn-slanted-bg {
  z-index: 0;
  background-color: var(--color--primitive--neutral-900);
  transform-origin: 50% 0;
  border-radius: inherit;
  width: 135%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0;
  transform: rotate(-30deg)translate(30%, 290%);
}

.btn-slanted-bg:where(.w-variant-6ff66950-cd80-5898-506e-d190fec48fe0) {
  background-color: var(--color--primitive--brand-500);
}

.collection-item {
  color: #0f0e0d;
}

.collection-list-3 {
  color: #0f0e0d;
  line-height: var(--line-height--loose);
}

.navigation {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.navigation__dark-bg {
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: opacity .7s cubic-bezier(.5, .5, 0, 1), visibility .7s undefined;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.hamburger-nav__bg {
  transition: width .7s cubic-bezier(.5, .5, 0, 1), height .7s undefined;
  background-color: #e2e1df;
  border-radius: 1.75em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__group {
  visibility: hidden;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color--primitive--brand-500);
  opacity: 0;
  pointer-events: auto;
  transform-origin: 100% 0;
  transition: transform .5s cubic-bezier(.5, .5, 0, 1), opacity .5s undefined, visibility .5s undefined;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  display: flex;
  position: relative;
  transform: scale(.15)rotate(.001deg);
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.hamburger-nav__ul {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__a:hover {
  text-decoration: none;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}

.hamburger-nav__dot {
  color: var(--color--primitive--neutral-0);
  background-color: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  width: .5em;
  height: .5em;
}

.hamburger-nav__toggle {
  transition: transform .7s cubic-bezier(.5, .5, 0, 1);
  transform: translate(0)rotate(.001deg);
}

.hamburger-nav__toggle-bar {
  background-color: #e4e1d8;
  width: 100%;
  height: 2px;
  transition: transform .7s cubic-bezier(.5, .5, 0, 1);
  position: relative;
  transform: translateY(-.15em)rotate(.001deg);
}

.blurred-background-wrapper {
  z-index: 0;
  --line-height--tight: 1.1rem;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.home-hero-section_blurred-background {
  filter: blur(40px);
  border-radius: 100%;
  width: 45vw;
  height: 45vw;
  position: absolute;
}

.home-hero-section_blurred-background.cc-left {
  z-index: 0;
  filter: none;
  transform-origin: 50% 120%;
  --line-height--tight: 1.1rem;
  background-color: #8a420430;
  position: absolute;
  top: -22.5vw;
  left: 5vw;
  transform: rotate(0);
}

.home-hero-section_blurred-background.cc-right {
  z-index: 0;
  filter: none;
  transform-origin: 50% 120%;
  mix-blend-mode: normal;
  --line-height--tight: 1.1rem;
  background-color: #f1ce0600;
  border: 1px solid #ff660240;
  position: absolute;
  inset: auto 5vw -22.5vw auto;
}

.form-hero-section {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
  line-height: var(--line-height--normal);
  background-image: radial-gradient(circle closest-corner at 50% -20%, #093efc73 15%, #fff0 90%);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_section {
  background-color: var(--color--primitive--neutral-50);
  color: var(--color--primitive--neutral-50);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.form-label {
  opacity: .7;
  color: var(--color--text--primary);
  font-size: var(--font-size--font-md);
  line-height: var(--line-height--relaxed);
  --line-height--tight: 1.1rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.form-field {
  font-size: var(--font-size--font-lg);
  border-radius: .5rem;
  height: 2rem;
}

.spacer-medium {
  width: 100%;
  height: 3.5rem;
}

.demo-main {
  overflow: clip;
}

.footer-wrap {
  position: relative;
  overflow: hidden;
}

.demo-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer.black {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--color--primitive--neutral-900);
  --line-height--tight: 1.1rem;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-eyebrow {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: var(--color--text--secondary);
  font-size: var(--font-size--font-2xl);
  line-height: 1;
  text-decoration: none;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 5rem;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-5 {
  text-align: left;
}

.what-you-get_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.what-you-get {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.text-color-primary {
  text-align: left;
}

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

.pricing-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--color--text--secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wraper {
  justify-content: center;
  align-items: center;
}

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

.code-embed {
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text {
  font-family: var(--font-family--serif);
  color: var(--swatch--text-light);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.hero-text:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
  font-size: 5rem;
}

.hero-text.text-color-primary {
  color: var(--color--text--inverse);
}

.hero-text.new {
  color: var(--swatch--text-light);
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}

.text-block-6 {
  font-size: var(--font-size--font-base);
}

.section-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-section-label {
  font-family: var(--font-family--sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color--primitive--brand-500);
  margin-bottom: 1.25rem;
}

.project-section-image {
  margin: 2rem 0 0;
  padding: 0;
}

.project-section-image img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.project-section-image figcaption {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
  margin-top: 0.5rem;
  font-style: italic;
}

.section-card {
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.project-rich-text {
  line-height: var(--line-height--loose);
  --line-height--tight: 1.1rem;
}

.project-rich-text h2 {
  font-size: var(--font-size--font-xl);
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family--sans-serif);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.project-rich-text h3 {
  font-size: var(--font-size--font-lg);
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family--sans-serif);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.project-rich-text h4 {
  font-size: var(--font-size--font-base);
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family--sans-serif);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.project-rich-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--font-size--font-base);
  line-height: 1.75;
  font-family: var(--font-family--sans-serif);
}

.project-rich-text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.project-rich-text a:hover {
  color: var(--color--primitive--brand-500);
}

.project-rich-text strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.project-rich-text ul,
.project-rich-text ol {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.project-rich-text li {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--font-size--font-base);
  line-height: 1.75;
  font-family: var(--font-family--sans-serif);
}

.project-card--header {
  color: rgba(255, 255, 255, 0.25);
  font-size: var(--font-size--font-sm);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: var(--font-family--sans-serif);
}

/* ── FAQ page header ── */
.faq-page-header {
  background-color: var(--color--bg--page);
  padding-top: 10rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-page-header-inner {
  max-width: 48rem;
}

/* ── More Cases section ── */
.more-cases-section {
  background-color: var(--color--bg--page);
  padding: 5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.more-cases-heading {
  font-size: var(--font-size--font-3xl);
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  font-family: var(--font-family--sans-serif);
  line-height: 1.15;
}

.more-cases-heading em {
  font-family: var(--font-family--serif);
  font-weight: 400;
  font-style: italic;
}

.more-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.more-case-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: block;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.more-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.more-case-card:hover img {
  transform: scale(1.04);
}

.more-case-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
}

.more-case-card-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.more-case-card-tag {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-family--sans-serif);
}

.more-case-card-tag + .more-case-card-tag::before {
  content: '·';
  margin-right: 0.4rem;
  color: rgba(255, 255, 255, 0.25);
}

.more-case-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

.more-case-card-title {
  color: #fff;
  font-size: var(--font-size--font-lg);
  font-weight: 700;
  margin: 0 0 0.4rem;
  font-family: var(--font-family--sans-serif);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.more-case-card-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: var(--font-size--font-sm);
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .more-cases-grid {
    grid-template-columns: 1fr;
  }
}

.div-block-8 {
  text-align: left;
  align-self: flex-start;
}

.transition {
  z-index: 100;
  background-color: #ff4c24;
  grid-template-columns: repeat(8, 1fr);
  align-content: center;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.transition-block {
  background-color: #ff4c24;
  width: 100%;
  padding-bottom: 100%;
}

.footer-parallax-wrapper {
  z-index: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.link {
  color: var(--color--text--primary);
}

._2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.twostep-nav {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.twostep-nav__bg {
  z-index: 0;
  visibility: hidden;
  pointer-events: auto;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__width {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48em;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.twostep-nav__bar {
  pointer-events: auto;
  color: #201d1d;
  width: 100%;
  max-width: 25em;
  position: relative;
  overflow: visible;
}

.twostep-nav__back {
  z-index: 0;
  z-index: 0;
  inset: 0;
  position: absolute;
  inset: 0;
}

.twostep-nav__top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: .75em 1.25em;
  display: flex;
  position: relative;
}

.twostep-nav__bottom {
  grid-template-rows: 0fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.twostep-nav__bottom-overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twostep-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  order: -1;
  justify-content: center;
  align-items: center;
  column-gap: .5em;
  width: auto;
  height: 2.5em;
  padding: 0 0 0 2.5em;
  display: flex;
  position: relative;
}

.twostep-nav__top-line {
  z-index: 2;
  background-color: #0000001a;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .5em;
  right: .5em;
}

.twostep-nav__bottom-col {
  flex: 1;
  min-height: 100%;
  display: flex;
}
.twostep-nav__bottom-col.is--visual {
  flex-direction: column;
}

.twostep-nav__toggle-bar {
  background-color: #131313;
  width: 1.875em;
  height: .125em;
  position: absolute;
  left: 0;
}

.twostep-nav__info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__bottom-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.twostep-nav__visual {
  aspect-ratio: 1;
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.twostep-nav__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.twostep-nav__back-bg-2 {
  background-color: #f2f2f2;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.twostep-nav__logo {
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.twostep-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.twostep-nav__ul.is--small {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Nav promo card */
.twostep-nav__promo-card {
  background: #0f0e0d;
  border-radius: 0.75rem;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.twostep-nav__promo-card::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255,102,2,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.twostep-nav__promo-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6602;
  background: rgba(255,102,2,0.12);
  border: 1px solid rgba(255,102,2,0.25);
  border-radius: 2rem;
  padding: 0.3rem 0.75rem;
}
.twostep-nav__promo-headline {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0;
  font-family: var(--font-family--sans-serif);
}
.twostep-nav__promo-body {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.twostep-nav__mobile-start {
  display: none;
}
.twostep-nav__promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #ff6602;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
  border-radius: 0.4rem;
  align-self: flex-start;
  transition: background 0.2s ease, gap 0.2s ease;
  margin-top: auto;
}
.twostep-nav__promo-cta span {
  transition: transform 0.2s ease;
}
.twostep-nav__promo-cta:hover {
  background: #e55a00;
  gap: 0.6em;
}
.twostep-nav__promo-cta:hover span {
  transform: translateX(3px);
}

.twostep-nav__start-project {
  margin-top: 0.5em;
  padding-top: 1.25em;
  border-top: 1px solid rgba(0,0,0,0.1);
  width: 100%;
}
.twostep-nav__start-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ff6602;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: gap 0.2s ease, opacity 0.2s ease;
}
.twostep-nav__start-link:hover {
  opacity: 0.8;
  gap: 0.65em;
}
.twostep-nav__start-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}
.twostep-nav__start-link:hover .twostep-nav__start-arrow {
  transform: translateX(3px);
}

.twostep-nav__logo-svg {
  height: 100%;
  display: none;
}

.twostep-nav__bottom-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-logo {
  width: 40px;
}

.twostep-nav__cta {
  color: #fff;
  letter-spacing: .02em;
  background-color: #ff6602;
  border-radius: 6px;
  order: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.twostep-nav__cta:hover {
  text-decoration: none;
}

.blog-hero {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 4rem 5rem;
}

.blog-hero-label {
  color: var(--color--brand--primary);
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  column-gap: .5rem;
  margin-bottom: 2rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.blog-hero-title {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 800px;
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
}

.blog-hero-description {
  color: rgba(255, 255, 255, 0.5);
  max-width: 520px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}

.blog-filters {
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.blog-filter-tag {
  border: 1px solid var(--border-color--default);
  color: var(--color--text--secondary);
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  font-weight: 500;
  text-decoration: none;
}

.blog-filter-tag:hover {
  border-color: var(--color--text--secondary);
  background-color: var(--color--bg--surface-2);
}

.blog-filter-tag.blog-filter-tag-active {
  border-color: var(--color--brand--primary);
  background-color: var(--color--brand--primary);
  color: #fff;
  font-weight: 700;
}

.blog-featured-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.blog-featured-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--default);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--default);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--default);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--default);
  border-top-left-radius: var(--border-radius--lg);
  border-top-right-radius: var(--border-radius--lg);
  border-bottom-left-radius: var(--border-radius--lg);
  border-bottom-right-radius: var(--border-radius--lg);
  background-color: var(--color--bg--surface-2);
  color: inherit;
  grid-template-columns: 1.2fr 1fr;
  text-decoration: none;
  transition-property: transform, box-shadow, border-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
  overflow: hidden;
}

.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px #0000001a;
}

.blog-featured-img-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-featured-badge {
  z-index: 1;
  background-color: var(--color--brand--primary);
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: .7rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.blog-featured-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.blog-category-label {
  color: var(--color--brand--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .7rem;
  font-weight: 700;
}

.blog-card-excerpt {
  color: var(--color--text--secondary);
  margin-bottom: 1.5rem;
  font-size: .9375rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.blog-card-meta {
  color: var(--color--text--secondary);
  align-items: center;
  column-gap: 1rem;
  margin-top: auto;
  font-size: .8125rem;
  display: flex;
}

.blog-featured-title {
  color: var(--color--text--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-section-heading {
  color: var(--color--text--primary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.blog-posts-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog-post-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--default);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--default);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--default);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--default);
  border-top-left-radius: var(--border-radius--lg);
  border-top-right-radius: var(--border-radius--lg);
  border-bottom-left-radius: var(--border-radius--lg);
  border-bottom-right-radius: var(--border-radius--lg);
  background-color: var(--color--bg--surface-2);
  color: inherit;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition-property: transform, box-shadow, border-color;
  transition-duration: .4s, 0s, 0s;
  transition-timing-function: ease, ease, ease;
  display: flex;
  overflow: hidden;
}

.blog-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #00000014;
}

.blog-newsletter {
  background-color: var(--color--text--primary);
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 5rem 4rem;
  display: none;
}

.blog-newsletter-inner {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-newsletter-title {
  color: var(--color--bg--surface-2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.blog-newsletter-desc {
  color: var(--border-color--default);
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-newsletter-form {
  column-gap: .75rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-newsletter-input {
  border: 1px solid var(--border-color--default);
  color: var(--color--bg--surface-2);
  background-color: #0000;
  border-radius: .5rem;
  flex-grow: 1;
  padding: .875rem 1.25rem;
  font-size: .9375rem;
}

.blog-newsletter-btn {
  background-color: var(--color--brand--primary);
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  border-width: 0;
  border-radius: .5rem;
  padding: .875rem 2rem;
  font-size: .9375rem;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.blog-newsletter-btn:hover {
  background-color: #e55a00;
}

.blog-hero-line {
  background-color: var(--color--brand--primary);
  width: 48px;
  height: 2px;
}

.blog-post-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-post-title {
  color: var(--color--text--primary);
  font-size: var(--font-size--font-lg);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.blog-post-excerpt {
  color: var(--color--text--secondary);
  max-height: 4.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.blog-card_footer {
  border-top: 1px solid var(--color--primitive--neutral-100);
  color: var(--color--primitive--neutral-300);
  font-size: var(--font-size--font-sm);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.text-about {
  color: var(--color--primitive--neutral-300);
  font-size: var(--font-size--font-xl);
}

.section_price-card {
  padding: 0;
}

.section_faq {
  -webkit-text-stroke-color: #0f0e0d;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.aeo-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  display: grid;
}

.aeo-card-tier {
  color: #888780;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}

.aeo-card-title {
  color: var(--swatch--text-light);
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

.pricong-text {
  opacity: .7;
}

.text-color-light {
  text-align: left;
}

.text-color-light.dim {
  opacity: .61;
  font-weight: 300;
}

.hero-section {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
  line-height: var(--line-height--normal);
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* Hide split-text elements before GSAP runs to prevent flash */
[data-gsap="split-text"] {
  opacity: 0;
}

/* Reduce height for work/lab-work hero — not full viewport */
.hero-section.lab-work {
  height: auto;
  min-height: unset;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.hero-section:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
  background-image: radial-gradient(circle closest-corner at 50% -20%, #0241ff73 15%, #fff0 90%);
  height: auto;
}

.section_logo-quilt {
  background-color: var(--color--bg--page);
  color: var(--color--text--primary);
}

.div-block-9 {
  color: var(--swatch--text-light);
  text-align: left;
}

.footer-medium-link {
  color: #ff6602 !important;
  text-decoration: none;
}

.text-block-9 {
  text-align: left;
}

.section_intro-text {
  background-color: var(--color--bg--page);
}

.text-block-10, .list-item {
  color: var(--swatch--text-light);
}

.list-item.dim-30:hover {
  opacity: 100;
}

.proof-bar {
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  column-gap: 0;
  margin-top: 56px;
  display: flex;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.proof-item {
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  display: flex;
  padding: 20px 36px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.proof-item:last-child {
  border-right: none;
}

.proof-num {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-family--sans-serif);
}

.proof-label {
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.scroll-indicator {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-text {
  color: #777;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.scroll-line {
  transform-origin: top;
  background-image: linear-gradient(#e8601c, #0000);
  width: 1px;
  height: 40px;
}

.text-span {
  color: var(--color--primitive--neutral-100);
}

.circle-transition {
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.orange-circle {
  background-color: #e8601c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.circle-content {
  z-index: 2;
  opacity: 0;
  text-align: center;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
}

.circle-quote {
  color: #fff;
  max-width: 800px;
  font-size: 42px;
  font-style: italic;
  line-height: 1.4;
}

.circle-attribution {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 600;
}

.text-block-11 {
  display: none;
}

.scroll-into-view-08s-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.aeo-card-price {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--size--base);
  }

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

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

  .text-rich-text {
    font-size: var(--size--base);
  }

  .text-rich-text h1 {
    font-size: 2.25rem;
  }

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

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

  .text-size-regular {
    font-size: var(--size--base);
  }

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

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

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

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

  .button.is-form-submit {
    width: auto;
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: var(--space--3);
  }

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

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

  .horizontal-div-xxlarge, .horizontal-div-xlarge {
    grid-column-gap: 5rem;
  }

  .horizontal-div-large {
    grid-column-gap: 2.5rem;
  }

  .horizontal-div-medium {
    grid-column-gap: 2rem;
  }

  .vertical-div-xxlarge, .vertical-div-xlarge {
    grid-column-gap: 5rem;
  }

  .vertical-div-large {
    grid-column-gap: 2.5rem;
  }

  .vertical-div-medium {
    grid-column-gap: 2rem;
  }

  .section_hero:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero-section-content:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    max-width: 36rem;
  }

  .split {
    font-size: 8.5rem;
  }

  .split.letter-spacing {
    font-size: 9rem;
  }

  .video-wrapper {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .background-video {
    height: 100%;
    max-height: 60em;
  }

  .work-image-wrapper {
    height: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .max-width {
    font-size: var(--size--base);
  }

  .footer-menu-link {
    color: #e4e1d8;
  }

  .footer-small-link {
    font-size: clamp(1rem, .8em, 1.125rem);
  }

  .article-section-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .article-rich-text h2 {
    font-size: 2rem;
  }

  .article-rich-text h3 {
    font-size: 1.75rem;
  }

  .menu-content-wrapper {
    height: auto;
  }

  .hero-eyebrow {
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .menu-wrapper {
    width: 60em;
  }

  .heading-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  ._3-grid.gap-small {
    grid-template-columns: 1fr;
  }

  .card.is-large.is-services {
    grid-column-gap: var(--space--0);
    grid-row-gap: var(--space--0);
    padding: 2rem;
  }

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

  .project-kpi-wrapper {
    font-size: var(--size--base);
  }

  .work-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  /* Tablet footer adjustments */
  .footer-wrapper {
    padding: 1.75rem 2.5rem 1.5rem;
  }

  .footer-heading {
    font-size: clamp(4rem, 18vw, 12rem);
    letter-spacing: -0.04em;
  }

  .footer-nav {
    gap: 1.25rem;
  }

  .primary-button.is-secondary, .primary-button.is-primary, .primary-button.is-tertiary {
    font-size: .8rem;
  }

  .migration-form-component {
    justify-content: space-between;
    align-items: flex-start;
  }

  .field-label {
    font-size: .8rem;
  }

  .content {
    font-size: 9rem;
  }

  .persona-sub-titles {
    font-size: .875rem;
  }

  .text-block-2 {
    font-size: var(--size--base);
  }

  .sub-paragraph.align-center {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .sub-paragraph.text-align-left {
    text-align: left;
    --line-height--tight: 1.1rem;
  }

  .form-2 {
    font-size: 1.15rem;
  }

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

  .blog-rich-text h2 {
    color: var(--color--text--primary);
    font-size: var(--font-size--font-3xl);
    border-bottom: 1px solid #000;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }

  .action-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .helpstartups_video-wrapper {
    flex: none;
  }

  .low-brow {
    font-size: 1.4em;
  }

  .section_header-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pixelated-image-card {
    width: 20em;
  }

  .btn-slanted {
    width: 100%;
    max-width: 300px;
  }

  .form-hero-section {
    text-align: center;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .what-you-get {
    text-align: left;
  }

  .hero-text {
    margin-top: 0;
    margin-bottom: 1.25rem;
    line-height: .95;
  }

  .hero-text:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    font-size: 4.5rem;
  }

  .section-card {
    border-color: #27272a;
    padding: 32px;
  }

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

  .blog-hero {
    padding: 8rem 2rem 3rem;
  }

  .blog-hero-title {
    font-size: 3rem;
  }

  .blog-filters, .blog-featured-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .hero-section {
    text-align: center;
  }

  .hero-section:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-medium-link {
    text-decoration: none;
  }

  .proof-bar {
    column-gap: 32px;
    margin-top: 40px;
  }

  .circle-quote {
    font-size: 32px;
  }
}

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

  h2 {
    font-size: var(--font-size--font-2xl);
    line-height: 1.2;
  }

  h3 {
    font-size: 1.5rem;
  }

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

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

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

  .text-rich-text.light-theme {
    font-size: var(--font-size--font-xs);
  }

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

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

  .padding-global.padding-section-medium:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_what-is-optimization {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .text-size-regular.light-theme {
    text-align: left;
  }

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

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

  .padding-section-large {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .horizontal-div-xxlarge, .horizontal-div-xlarge {
    grid-column-gap: 3.75rem;
  }

  .horizontal-div-large {
    grid-column-gap: 2.5rem;
  }

  .horizontal-div-medium {
    grid-column-gap: 1.5rem;
  }

  .vertical-div-xxlarge, .vertical-div-xlarge {
    grid-column-gap: 3.75rem;
  }

  .vertical-div-large {
    grid-column-gap: 2.5rem;
  }

  .vertical-div-medium {
    grid-column-gap: 1.5rem;
  }

  .section_hero {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section_hero:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    background-image: radial-gradient(circle closest-corner, #0241ff73 15%, #fff0 90%);
    height: auto;
    display: block;
  }

  .section_hero.contact {
    height: 30vh;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-wrapper.resources {
    height: 30vh;
    font-size: 2vw;
  }

  .hero-section-content {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-section-content.top-margin {
    margin-top: 3rem;
  }

  .split {
    letter-spacing: -.2rem;
    font-size: 4.2rem;
  }

  .split.letter-spacing {
    color: var(--swatch--text-light);
    font-size: 6.5rem;
  }

  .split.scramble {
    letter-spacing: -.3rem;
  }

  .video-wrapper {
    height: 40em;
  }

  .background-video {
    max-height: none;
  }

  .work-image-wrapper {
    height: 25rem;
  }

  .collection-list._2col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .max-width {
    width: 80%;
    line-height: 1.5;
  }

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

  .large-name-text {
    font-size: 22vw;
  }

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

  .large-footer-text {
    font-size: 5.8em;
  }

  .icon-embed-footerarrow {
    width: 5em;
    height: 5.25em;
  }

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

  .article-rich-text h1 {
    font-size: 2rem;
  }

  .article-rich-text h2 {
    font-size: 1.75rem;
  }

  .article-rich-text h3 {
    font-size: 1.5rem;
  }

  .article-rich-text h4, .article-rich-text h5 {
    font-size: 1.125rem;
  }

  .menu-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    overflow: auto;
  }

  .right-content {
    align-items: flex-start;
  }

  .hero-eyebrow {
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
  }

  .hero-eyebrow.left-padding-0 {
    padding-left: 0;
  }

  .body {
    font-size: var(--size--base);
  }

  .heading-2.text-weight-bold.letter-spacing-minus-15 {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .project-short-description {
    line-height: 1.5;
  }

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

  .menu-wrapper {
    width: 50em;
  }

  ._3-grid, ._3-grid.gap-small {
    grid-template-columns: 1fr;
  }

  .service-card-content {
    grid-column-gap: var(--space--3);
    grid-row-gap: var(--space--3);
    flex-flow: column;
    display: flex;
  }

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

  .project-kpi-wrapper {
    font-size: var(--size--base);
  }

  .footer-copy-wright {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-8 {
    padding-left: 2em;
  }

  .primary-button.is-secondary {
    font-size: 1rem;
  }

  .primary-button.is-primary {
    width: 100%;
    font-size: 1rem;
  }

  .primary-button.is-tertiary {
    font-size: 1rem;
  }

  .content {
    color: var(--swatch--text-light);
    font-size: 5rem;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .persona-card {
    padding: 0;
  }

  .scroll-into-view-08s {
    justify-content: center;
    align-items: center;
  }

  .form-2.align-center {
    flex-flow: column;
    display: flex;
  }

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

  .blog-rich-text h1 {
    font-size: 2rem;
  }

  .blog-rich-text h2 {
    font-size: 1.75rem;
  }

  .blog-rich-text h3 {
    font-size: 1.5rem;
  }

  .blog-rich-text h4, .blog-rich-text h5 {
    font-size: 1.125rem;
  }

  .gsap {
    font-size: 2rem;
  }

  .action-wrapper {
    flex-flow: column;
  }

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

  .low-brow {
    color: var(--swatch--text-light);
    font-size: 1rem;
    line-height: 1.2;
  }

  .form-hero-section {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-eyebrow {
    font-size: 1.4em;
  }

  .demo-footer__links {
    font-size: 1.5vh;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-footer__logo-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .content-wraper.gap-0-5 {
    grid-row-gap: 1rem;
  }

  .hero-text {
    font-size: 5rem;
    line-height: .95;
  }

  .hero-text.new {
    font-size: 3rem;
  }

  .transition {
    grid-template-columns: repeat(6, 1fr);
  }

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

  .twostep-nav__bottom-overflow {
    overflow: hidden;
  }

  .twostep-nav__toggle {
    font-size: var(--size--base);
  }

  .twostep-nav__top-line {
    bottom: -.5em;
    left: 1em;
    right: 1em;
  }

  .twostep-nav__bottom-col.is--visual {
    display: none;
  }

  .twostep-nav__mobile-start {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.25rem;
    padding: 0.65rem 1.25rem;
    background: #ff6602;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    width: fit-content;
  }

  .twostep-nav__mobile-start:hover {
    background: #e05500;
    transform: translateY(-2px);
  }

  .twostep-nav__cta {
    flex: none;
  }

  .blog-hero {
    padding-top: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-hero-title {
    font-size: 2.25rem;
  }

  .blog-filters, .blog-featured-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blog-newsletter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-newsletter-title {
    font-size: 1.75rem;
  }

  .blog-newsletter-form {
    flex-direction: column;
  }

  .section_price-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .hero-section {
    background-image: radial-gradient(circle closest-corner, #1404bf5e 15%, #fff0 90%);
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .hero-section:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    background-image: radial-gradient(circle closest-corner, #0241ff73 15%, #fff0 90%);
    height: auto;
    display: block;
  }

  .hero-section.lab-work {
    background-image: radial-gradient(circle closest-corner at 50% 0, #1404bf5e 18%, #fff0 90%);
    height: 100vh;
  }

  .proof-bar {
    column-gap: 24px;
    margin-top: 32px;
  }

  .proof-num {
    font-size: 16px;
  }

  .proof-label {
    font-size: 12px;
  }

  .circle-quote {
    font-size: 24px;
  }

  .scroll-into-view-08s-copy {
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: var(--font-size--font-xl);
    letter-spacing: 0;
  }

  p {
    letter-spacing: 0;
  }

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

  .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-top.margin-large {
    margin-top: 3rem;
  }

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

  .container-small {
    margin-top: 2rem;
  }

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

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

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

  .padding-global.padding-section-medium.smaller {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .text-size-tiny {
    align-self: auto;
  }

  .text-size-tiny.secondary-color {
    color: var(--color--text--secondary);
  }

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

  .text-weight-light.dim-30 {
    font-size: .9rem;
  }

  .text-size-regular {
    letter-spacing: 0;
  }

  .text-size-small {
    text-decoration: none;
  }

  .text-size-large {
    line-height: 1;
  }

  .main-wrapper.home, .main-wrapper._2rem, .main-wrapper.home-copy {
    margin-top: 0;
  }

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

  .button.is-form-submit {
    font-size: 1rem;
  }

  .button.is-form-submit:hover {
    color: var(--swatch--text-light);
    transform: none;
  }

  .text-size-medium.is-light {
    letter-spacing: 0;
  }

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

  .horizontal-div-xxlarge, .horizontal-div-xlarge {
    grid-column-gap: 2.5rem;
  }

  .horizontal-div-large {
    grid-column-gap: 2rem;
  }

  .vertical-div-xxlarge, .vertical-div-xlarge {
    grid-column-gap: 2.5rem;
  }

  .vertical-div-large {
    grid-column-gap: 2rem;
  }

  .section_hero {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .section_hero:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    background-image: radial-gradient(circle closest-corner, #0241ff73 41%, #fff0);
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section_hero.contact {
    height: 60vh;
    min-height: auto;
    margin-top: 0;
  }

  .hero-content-wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5rem;
  }

  .hero-content-wrapper.resources {
    height: auto;
  }

  .hero-section-content {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-content:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    max-width: none;
  }

  .split {
    text-align: center;
    letter-spacing: -.2rem;
    font-size: 3rem;
    line-height: 1.2;
  }

  .split.letter-spacing {
    letter-spacing: -.1rem;
    font-size: 4rem;
  }

  .split.scramble {
    letter-spacing: -.1rem;
    font-size: 20vw;
  }

  .background-video {
    min-height: auto;
  }

  .work-wrapper.scroll-into-view-0-4s {
    grid-column-gap: 6em;
  }

  .work-image-wrapper {
    height: auto;
  }

  .work-details {
    margin-top: 1.5rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list._2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-grid {
    width: 92%;
  }

  .max-width {
    width: auto;
  }

  .partners-grid {
    grid-column-gap: var(--space--3);
    grid-row-gap: var(--space--3);
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-section.light-theme {
    padding-top: 2rem;
    padding-bottom: 2em;
  }

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

  .large-footer-text {
    font-size: 4em;
  }

  .icon-embed-footerarrow {
    width: 2.9em;
    height: 3.9em;
  }

  .footer-bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .footer-menu-link {
    font-size: 1.25em;
  }

  .footer-menu-wrapper {
    flex-wrap: wrap;
  }

  .footer-small-link {
    font-size: var(--font-size--font-xs);
    white-space: normal;
    word-break: break-all;
  }

  .footer-bottom-link-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 1em;
  }

  .articles-hero-section.background-color-black {
    margin-top: 0;
  }

  .article-hero-content {
    margin-bottom: 2rem;
  }

  .article-rich-text h1 {
    font-size: 1.75rem;
    font-weight: 700;
  }

  .article-rich-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .article-rich-text h3 {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .article-rich-text h4, .article-rich-text h5, .article-rich-text h6 {
    font-weight: 700;
  }

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

  .project-hero {
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
  }

  .brand-logo {
    width: 2.6rem;
    height: auto;
  }

  .brand-logo.w--current {
    width: var(--font-size--font-3xl);
  }

  .menu-content-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: none;
    overflow: scroll;
  }

  .right-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: 8rem;
    padding-left: 0;
  }

  .nav-link-text {
    text-align: left;
    font-size: 2em;
    line-height: 1.3;
  }

  .nav-link-text.w--current {
    text-align: left;
  }

  .hero-eyebrow {
    font-size: var(--font-size--font-xs);
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .hero-eyebrow.left-padding-0 {
    padding-left: 0;
  }

  .heading-2.light-theme.text-weight-bold.text-spacing-15 {
    font-size: var(--use-cases--metadata-minor-labels);
  }

  .heading-2.text-weight-bold {
    font-size: 2rem;
    line-height: 1;
  }

  .project-short-description {
    font-size: var(--font-size--font-sm);
    text-align: left;
    letter-spacing: 0;
  }

  .project-title {
    font-size: 1.75rem;
  }

  .slected-projects_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .top-menu {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper {
    margin-top: 0;
  }

  .menu-wrapper {
    width: 90%;
  }

  ._3-grid.gap-small {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 2rem;
  }

  .card.is-large.is-services {
    padding-left: 0;
  }

  .grid-3col {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .project-kpi-text {
    color: var(--color-neutral--neutral-light);
  }

  .portfolio-header.bottom-line {
    border-bottom-color: var(--color-neutral--neutral-light);
    color: var(--swatch--text-light);
  }

  .project-hero-wrapper {
    margin-top: 0;
    position: absolute;
  }

  .work-collection-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .our-partners-header-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-wrapper {
    padding: 3rem 1.5rem 2rem;
  }

  /* Mobile footer adjustments */
  .footer-wrapper {
    padding: 1.25rem 1.25rem 1rem;
  }

  .footer-top-bar {
    padding-bottom: 0.75rem;
  }

  .footer-info-label {
    display: none;
  }

  .footer-heading {
    font-size: clamp(3.5rem, 22vw, 8rem);
    letter-spacing: -0.04em;
  }

  .footer-bottom-bar {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  .footer-nav {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .social_icons-wrapper {
    gap: 1rem;
  }

  .opacity-50 {
    color: #fff;
    text-align: center;
  }

  .footer-copy-wright {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1rem;
  }

  .flex-block-8 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-button {
    flex-flow: row;
    font-size: 1rem;
  }

  .primary-button.is-secondary:where(.w-variant-2d0a40f3-45dd-e976-8663-ae6c1dae2201) {
    background-color: var(--color--primitive--brand-500);
    color: var(--color--text--primary);
    line-height: var(--line-height--tight);
    height: 3rem;
  }

  .primary-button.is-black {
    letter-spacing: 0;
  }

  .primary-button.is-primary {
    width: 100%;
  }

  .primary-button.is-tertiary:where(.w-variant-2d0a40f3-45dd-e976-8663-ae6c1dae2201) {
    background-color: var(--color--primitive--brand-500);
    color: var(--color--text--primary);
    line-height: var(--line-height--tight);
    height: 3rem;
  }

  .blog-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .text-block {
    font-size: .85rem;
  }

  .migration-form {
    justify-content: space-between;
    align-items: flex-start;
  }

  .migration-form-component {
    justify-content: space-between;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    text-align: center;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    text-align: center;
    letter-spacing: -.1rem;
    display: block;
  }

  .content.mobile {
    font-size: 3rem;
  }

  .collection-list-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .persona-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 0;
  }

  .sub-paragraph {
    font-size: var(--font-size--font-base);
    letter-spacing: 0;
    width: 100%;
    display: block;
  }

  .sub-paragraph.align-center {
    text-align: center;
    letter-spacing: 0;
    font-size: .9rem;
  }

  .sub-paragraph.text-align-center {
    text-align: center;
    line-height: 1.5rem;
  }

  .scroll-into-view-0-4s {
    letter-spacing: -.1em;
  }

  .form-2.align-center {
    flex-flow: column;
    display: flex;
  }

  .certified-partner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-rich-text h1 {
    font-size: 1.75rem;
    font-weight: 700;
  }

  .blog-rich-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .blog-rich-text h3 {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .blog-rich-text h4, .blog-rich-text h5, .blog-rich-text h6 {
    font-weight: 700;
  }

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

  .gsap {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .scramble {
    letter-spacing: -.1em;
    font-size: 26vw;
  }

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

  .action-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .helpstartups_1 {
    letter-spacing: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .helpstartups_wrapper {
    order: 9999;
  }

  .bullet-point {
    flex: none;
  }

  .point {
    width: .5rem;
    height: .5rem;
  }

  .helpstartups_video-wrapper {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .low-brow {
    color: #fff;
    letter-spacing: 1px;
    font-size: .8rem;
    display: block;
  }

  .section_need-taunch {
    background-image: none;
  }

  .pixelated-image-card {
    flex: 1;
    width: auto;
  }

  .pixelated-image-card__pixels {
    left: auto;
  }

  .btn-slanted {
    border-radius: 1.6em;
    align-self: stretch;
    max-width: 100%;
    font-size: 1.1rem;
  }

  .btn-slanted-label:where(.w-variant-6ff66950-cd80-5898-506e-d190fec48fe0) {
    font-size: .9rem;
  }

  .form-hero-section {
    background-image: radial-gradient(circle closest-corner, #093efc73 19%, #fff0);
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .form-label {
    font-size: var(--font-size--font-base);
    margin-bottom: 1rem;
    line-height: 1.625rem;
  }

  .form-field {
    font-size: var(--font-size--font-base);
  }

  .spacer-medium {
    height: 1rem;
  }

  .demo-footer.black {
    min-height: 80svh;
    padding-left: 2em;
    padding-right: 2em;
  }

  .demo-footer__col {
    font-size: .9rem;
  }

  .demo-eyebrow {
    font-size: .8rem;
  }

  .demo-footer__links {
    font-size: .5rem;
  }

  .demo-footer__logo-row {
    padding-left: .25rem;
  }

  .footer-logo {
    width: 3.6rem;
    font-size: 1vw;
  }

  .text-block-5 {
    font-size: 1rem;
  }

  .pricing-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pricing-card.top-border {
    border-top: 1px solid var(--color--primitive--neutral-700);
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .code-embed {
    position: absolute;
  }

  .hero-text {
    height: auto;
    font-size: 2.5rem;
    line-height: .95;
  }

  .hero-text.new {
    font-size: 2rem;
  }

  .hero-text.text-color-light {
    color: var(--swatch--text-light);
  }

  .link-block-4 {
    color: #000;
    font-size: 1vw;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .transition {
    grid-template-columns: repeat(4, 1fr);
  }

  ._2-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .twostep-nav__bottom {
    overflow: hidden;
  }

  .text-about {
    font-size: var(--font-size--font-lg);
  }

  .section_faq {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-color-light, .text-color-light.dim {
    letter-spacing: 0;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .hero-section:where(.w-variant-4f659238-ac25-98d6-a1d6-80b6a19378a4) {
    background-image: radial-gradient(circle closest-corner, #0241ff73 41%, #fff0);
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.lab-work {
    height: auto;
    margin-top: 5rem;
  }

  .section_logo-quilt {
    color: var(--swatch--text-light);
  }

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

  .proof-bar {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 32px;
  }

  .text-block-11 {
    display: flex;
  }
}

#w-node-_8198cc65-2230-fcd4-7dbe-d13b18769117-64f45f5b {
  align-self: stretch;
}

#w-node-_558606a1-425f-f66f-97c1-dc5d6a899f2a-64f45f5f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da0bffba-bb88-4973-8246-9e64bcf75a9a-64f45f5f, #w-node-da0bffba-bb88-4973-8246-9e64bcf75a9d-64f45f5f, #w-node-da0bffba-bb88-4973-8246-9e64bcf75aa0-64f45f5f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-64f45f63, #w-node-_39cf28bd-030a-a9d3-cb26-8cda7df737bb-64f45f63, #w-node-_39cf28bd-030a-a9d3-cb26-8cda7df737bc-64f45f63, #w-node-_0249779e-13b1-6e0a-0503-07ff94b3ace1-64f45f63, #w-node-_0249779e-13b1-6e0a-0503-07ff94b3ace2-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-64f45f63, #w-node-_9be3c631-6096-a7f9-51c5-864fcd7282e7-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c39-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c3e-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c43-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c48-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c4d-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c52-64f45f63, #w-node-d55e275d-1fe8-3d3f-5018-6283d73a1c57-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d05-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d0a-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d0f-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d14-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d19-64f45f63, #w-node-f63fabe1-c59e-68fd-e50e-eca6ff115d1e-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-64f45f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-64f45f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-64f45f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-64f45f63 {
  justify-self: start;
}

#w-node-bf27b464-ffff-de62-4ddc-62b6d53a0d2a-145f26f4, #w-node-f9751fd2-e26a-5bc7-67d7-4359155ce804-145f26f4, #w-node-ca43d8ca-6ad9-6dcf-2435-b6c7ce1c5f78-145f26f4, #w-node-_84c28660-d917-b7f3-60fa-8588bca69657-145f26f4 {
  place-self: center;
}

#w-node-_8ab41320-1d7d-6624-c5b4-dae38f82c4bf-54dfb950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab41320-1d7d-6624-c5b4-dae38f82c4e9-54dfb950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8ab41320-1d7d-6624-c5b4-dae38f82c541-54dfb950 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_9dcc3233-893a-ab7b-6ca8-1039778c6f19-64f45f5a, #w-node-d0ee6d7d-2988-3821-d707-4fef48409a32-8b067e9c, #w-node-_38c232a5-13d5-b88c-72f4-4a2cb55ef972-145f26f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ab41320-1d7d-6624-c5b4-dae38f82c4e9-54dfb950 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9dcc3233-893a-ab7b-6ca8-1039778c6f19-64f45f5a, #w-node-d0ee6d7d-2988-3821-d707-4fef48409a32-8b067e9c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-da0bffba-bb88-4973-8246-9e64bcf75a9a-64f45f5f, #w-node-da0bffba-bb88-4973-8246-9e64bcf75a9d-64f45f5f, #w-node-da0bffba-bb88-4973-8246-9e64bcf75aa0-64f45f5f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_38c232a5-13d5-b88c-72f4-4a2cb55ef972-145f26f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ab41320-1d7d-6624-c5b4-dae38f82c4e9-54dfb950 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Robotoflex';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* =============================================
   ARTICLE PAGE — SEO + AEO ADDITIONS
   ============================================= */

/* Breadcrumb nav */
.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.article-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.article-breadcrumb a:hover {
  color: #ff6602;
}
.article-breadcrumb span[aria-hidden] {
  opacity: 0.35;
}

/* Article lead description (speakable, visible) */
.article-description {
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  max-width: 52ch;
  margin: 0.75rem 0 0;
}

/* Article meta row */
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.article-category {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 102, 2, 0.45);
  color: #ff6602;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.article-date,
.article-author {
  color: rgba(255, 255, 255, 0.4);
}

/* =============================================
   ARTICLES LISTING PAGE
   ============================================= */

.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 2rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-filter-btn {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.blog-filter-btn:hover,
.blog-filter-btn.is-active {
  background: #ff6602;
  border-color: #ff6602;
  color: #fff;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0 2rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-posts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 579px) {
  .blog-posts-grid { grid-template-columns: 1fr; padding: 0 1rem 3rem; }
  .blog-filter-bar { padding: 0 1rem 1.5rem; }
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.blog-post-card:hover {
  border-color: rgba(255,102,2,0.4);
  transform: translateY(-3px);
}
.blog-post-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blog-post-image--placeholder {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(255,102,2,0.12), rgba(104,64,255,0.1));
}
.blog-post-card-body {
  flex: 1;
  padding: 1.25rem 1.25rem 0.75rem;
}
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.blog-post-date {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
}
.blog-post-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 0.5rem;
}
.blog-post-excerpt {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card_footer {
  padding: 0.75rem 1.25rem 1.25rem;
}
.blog-post-link {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ff6602;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.blog-post-link:hover { opacity: 0.75; }

/* =============================================
   WORK LISTING — CMS-DRIVEN ADDITIONS
   ============================================= */
.work-image-placeholder {
  background: linear-gradient(135deg, rgba(255,102,2,0.12), rgba(104,64,255,0.1));
  aspect-ratio: 16/9;
  width: 100%;
}
.work-card-meta {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.work-card-category {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255,102,2,0.4);
  color: #ff6602;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.work-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.work-card-tag {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.35);
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
}

/* =============================================
   ARTICLE — RELATED POSTS SECTION
   ============================================= */
.article-related-section {
  background-color: #0f0e0d;
  padding: 5rem 0;
}
.article-related-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.article-related-header {
  margin-bottom: 2.5rem;
}
.article-related-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6602;
  margin-bottom: 0.75rem;
}
.article-related-line {
  display: block;
  width: 2rem;
  height: 2px;
  background: #ff6602;
  flex-shrink: 0;
}
.article-related-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0;
}
.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .article-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 579px) {
  .article-related-grid { grid-template-columns: 1fr; }
}
.article-related-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
.article-related-card:hover {
  border-color: rgba(255,102,2,0.45);
  transform: translateY(-4px);
}
.article-related-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.article-related-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.article-related-card:hover .article-related-img {
  transform: scale(1.04);
}
.article-related-img-placeholder {
  background: linear-gradient(135deg, rgba(255,102,2,0.12), rgba(104,64,255,0.1));
}
.article-related-body {
  flex: 1;
  padding: 1.25rem 1.25rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.article-related-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.article-related-card-excerpt {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-related-card-cta {
  padding: 0.75rem 1.25rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ff6602;
  letter-spacing: 0.02em;
}

/* =============================================
   ARTICLE — SUBSCRIBE SECTION
   ============================================= */
.article-subscribe-section {
  background-color: #191816;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 5rem 0;
}
.article-subscribe-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .article-subscribe-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.article-subscribe-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.1;
}
.article-subscribe-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0;
}
.article-subscribe-input-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 479px) {
  .article-subscribe-input-row { flex-direction: column; }
}
.article-subscribe-input {
  flex: 1;
  padding: 0.85rem 1.1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.article-subscribe-input::placeholder {
  color: rgba(255,255,255,0.3);
}
.article-subscribe-input:focus {
  border-color: #ff6602;
}
.article-subscribe-btn {
  padding: 0.85rem 1.75rem;
  background: #ff6602;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.02em;
}
.article-subscribe-btn:hover {
  background: #e55a00;
  transform: translateY(-1px);
}
.article-subscribe-fine {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
  margin: 0;
  letter-spacing: 0.02em;
}

/* ================================================
   PARTNERS SECTION
   ================================================ */
.partners-section {
  background: #0f0e0d;
  padding: 4rem 0 5rem;
  overflow: hidden;
}
.partners-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* Label with line */
.partners-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.5rem;
}
.partners-label-line {
  display: block;
  width: 2rem;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

/* ── Ticker (trusted by) ── */
.partners-ticker-wrap {
  position: relative;
  overflow: hidden;
}
.partners-ticker {
  overflow: hidden;
}
.partners-ticker-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: partnersTicker 22s linear infinite;
}
.partners-ticker-track:hover {
  animation-play-state: paused;
}
@keyframes partnersTicker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partners-logo {
  height: 2rem;
  width: auto;
  opacity: 0.55;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.partners-logo:hover {
  opacity: 0.9;
}
/* Fade overlays */
.partners-ticker-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 2;
  pointer-events: none;
}
.partners-ticker-fade--left {
  left: 0;
  background: linear-gradient(to right, #0f0e0d 0%, transparent 100%);
}
.partners-ticker-fade--right {
  right: 0;
  background: linear-gradient(to left, #0f0e0d 0%, transparent 100%);
}

/* ── Certified badges ── */
.partners-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.partners-badge-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s;
  flex: 1 1 200px;
}
.partners-badge-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
}
.partners-badge-img {
  height: 2.25rem;
  width: auto;
  flex-shrink: 0;
}
.partners-clutch-icon,
.partners-tech-icon {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-tech-icon--rounded {
  border-radius: 8px;
  object-fit: cover;
}
.partners-badge-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.partners-badge-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.partners-badge-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 767px) {
  .partners-section {
    padding: 3rem 0 4rem;
  }
  .partners-badges {
    flex-direction: column;
  }
  .partners-badge-item {
    flex: unset;
  }
}

/* ================================================
   AEO SERVICES PAGE — STATS + MATURITY MODEL
   ================================================ */

/* Stats bar */
.aeo-stats-section {
  background: #ff6602;
  padding: 3.5rem 4rem;
}
.aeo-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.aeo-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0 3rem;
}
.aeo-stat-item:first-child {
  padding-left: 0;
}
.aeo-stat-item:last-child {
  padding-right: 0;
}
.aeo-stat-number {
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.aeo-stat-label {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  max-width: 22ch;
}
.aeo-stat-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

/* Maturity Model */
.aeo-maturity-section {
  background: #0f0e0d;
  padding-top: 0 !important;
  border-top: 3px solid rgba(255,102,2,0.15);
}
.aeo-maturity-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.aeo-maturity-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  cursor: default;
}
.aeo-maturity-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-4px);
}
.aeo-maturity-card--highlight {
  background: rgba(255,102,2,0.1);
  border-color: rgba(255,102,2,0.35);
}
.aeo-maturity-card--highlight:hover {
  background: rgba(255,102,2,0.18);
  border-color: rgba(255,102,2,0.6);
  transform: translateY(-4px);
}
.aeo-maturity-level {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff6602;
  text-transform: uppercase;
}
.aeo-maturity-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.aeo-maturity-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.aeo-maturity-list li {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
  padding-left: 0.75rem;
  position: relative;
}
.aeo-maturity-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: rgba(255,102,2,0.5);
}
.aeo-maturity-cta-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.5rem;
}
.aeo-inline-link {
  color: #ff6602;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.aeo-inline-link:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 900px) {
  .aeo-stats-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .aeo-stat-divider { display: none; }
  .aeo-stat-item {
    flex: 1 1 40%;
    padding: 0;
  }
  .aeo-maturity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aeo-maturity-grid .aeo-maturity-card:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  .aeo-stat-item { flex: 1 1 100%; }
  .aeo-maturity-grid { grid-template-columns: 1fr; }
  .aeo-maturity-grid .aeo-maturity-card:last-child { grid-column: auto; }
}
