@font-face {
  font-family: Eau Sans;
  src: url('../fonts/eau_sans_book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eau Sans;
  src: url('../fonts/eau_sans_bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eau Sans;
  src: url('../fonts/eau_sans_black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --dim-grey: #6d6d78;
  --medium-sea-green: #6cb27b;
  --pale-violet-red: #da5d90;
  --light-steel-blue: #9da2cd;
  --deep-sky-blue: #00c2ff;
  --borders: #d2d2d2;
  --light-grey: #9c9b9b;
  --electric-blue: #59d7ef;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #000;
  font-family: Eau Sans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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 {
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-weight: 500;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.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_form-block {
  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: fixed;
  inset: 0% auto auto 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;
}

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

.margin-bottom.margin-small.naked-text {
  text-decoration: none;
}

.margin-bottom.margin-small.naked-text.marginright-custom {
  margin-right: 2rem;
}

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

.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.text-color-white {
  color: #fff;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  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;
  position: relative;
}

.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 {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-rich-text {
  color: #000;
}

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1;
}

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

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

.text-rich-text p {
  margin-bottom: 1rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.text-color-blue {
  color: #59d7ef;
}

.padding-global.max-height {
  height: 100%;
}

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

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

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

.text-color-white.naked-text {
  text-decoration: none;
}

.text-color-white.naked-text.marginright-custom {
  margin-right: 2rem;
}

.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 {
  font-size: .75rem;
}

.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-size: 4rem;
}

.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(--black);
  font-size: 1rem;
}

.text-size-regular.text-color-grey {
  color: #363940;
}

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

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  margin-top: 4rem;
  position: relative;
}

.max-width-medium.sustainability {
  text-align: center;
  max-width: none;
}

.max-width-medium.blog {
  max-width: 40rem;
}

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

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.background-color-white {
  background-color: #fff;
}

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

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

.text-size-medium.text-weight-semibold.text-inline {
  display: inline;
}

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

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

.max-width-xlarge.center {
  margin-left: auto;
  margin-right: auto;
}

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.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-size: 2.5rem;
  line-height: 1.2;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.text-weight-normal {
  font-weight: 400;
}

.page-wrapper.blogpage {
  background-color: var(--white);
}

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

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.max-height {
  height: 100%;
}

.container-large.navbar-2 {
  max-width: none;
}

.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 {
  position: relative;
}

.main-wrapper.black-background {
  background-color: #000;
}

.main-wrapper.dark {
  background-color: var(--black);
  color: var(--white);
}

.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 {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 1.15rem 3rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.is-secondary.is-nav {
  color: #fff;
  letter-spacing: .0833333rem;
  border-width: 1px;
  border-color: #fff;
  margin-bottom: .12rem;
  padding: .62rem 1.5rem .5rem;
  font-size: .8rem;
  font-weight: 700;
}

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

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-dark {
  background-color: var(--black);
  color: var(--white);
}

.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: 1.25rem;
  line-height: 1.5;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

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

.text-size-medium.text-align-center.max-width {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium.text-color-green {
  color: #296260;
}

.text-size-medium.hidden {
  display: none;
}

.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: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.sustainability {
  justify-content: center;
}

.button-group.hidden, .hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: #000;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar {
  background-color: #000;
  border-bottom: 1px solid #1a1a1a;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar_logo {
  width: 100%;
  max-width: 19rem;
  height: 100%;
  max-height: 4.5rem;
  display: block;
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_logo-link {
  flex: none;
}

.navbar_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.menu-button {
  color: #fff;
}

.navbar_container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  grid-column-gap: .75rem;
  color: #fff;
}

.navbar_link {
  color: var(--white);
  letter-spacing: .0833333rem;
  text-transform: uppercase;
  padding: 1.5rem 1.25rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
}

.navbar_link:active, .navbar_link.w--current {
  color: var(--white);
}

.header_background-video-wrapper {
  z-index: -1;
  background-image: url('../images/Ai-x-human-image.jpg');
  background-position: 100%;
  background-size: auto;
  position: absolute;
  inset: 20% 0% 0% 20%;
}

.header_background-video-wrapper.sustainability-page {
  inset: 0%;
}

.text-color-white {
  color: #fff;
}

.header {
  margin-bottom: 2rem;
  position: relative;
}

.header_background-video {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.header_background-video.mobile-only {
  display: none;
}

.header-100vh {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header-100vh.smaller {
  height: 85vh;
  min-height: 0;
  max-height: 75rem;
}

.video-overlay-layer {
  z-index: 1;
  opacity: 0;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_purpose.hidden {
  display: none;
}

.gallery_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.gallery_image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.gallery_image-wrapper:focus {
  opacity: .5;
}

.gallery_mask {
  overflow: hidden;
}

.section_expertise.background-color-black.hidden {
  display: none;
}

.gallery_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery_slide-nav {
  justify-content: flex-end;
  margin-top: -4px;
  padding-top: 0;
  font-size: .5rem;
  display: flex;
  position: static;
}

.gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery_image, .layout37_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout37_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_work {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.logo5_logo {
  max-height: 3.5rem;
}

.section_clients.background-color-black {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.section_clients.background-color-black.hidden {
  display: none;
}

.logo5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.section_cta {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
}

.cta_content {
  flex: 1;
}

.cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer_link-list {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer_social-link {
  color: var(--black);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: none;
}

.footer_social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  border-top: 1px solid #1a1a1a;
  overflow: hidden;
}

.footer_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.footer_credit-text {
  color: var(--dim-grey);
  font-size: .875rem;
}

.footer_link {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_logo-link {
  padding-left: 0;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header_component {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.header_component.mobile {
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.header_component.about {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
}

.header_component.sustainability {
  padding-top: 40vh;
}

.text-color-green {
  color: var(--medium-sea-green);
}

.text-span {
  color: #9da2cd;
}

.text-span-2 {
  color: var(--pale-violet-red);
}

.bold-text {
  color: var(--light-steel-blue);
}

.slider_grid {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
}

.max-width-smedium {
  width: 100%;
  max-width: 24rem;
}

.logo-grid {
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.logo-grid.hidden {
  display: none;
}

.logo-grid.shadow_grid {
  z-index: 2;
  grid-column-gap: 1rem;
  justify-items: stretch;
  position: absolute;
  inset: 0%;
}

.logo-grid.under_shadow {
  grid-column-gap: 1rem;
  justify-items: stretch;
}

.logo-img {
  opacity: 1;
  object-fit: contain;
  max-width: 9.5rem;
  max-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-img.happi {
  opacity: .84;
}

.text-span-3 {
  color: var(--deep-sky-blue);
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.contact_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact_component {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  letter-spacing: .125rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.error-text {
  color: #e23939;
}

.form-input {
  border: 1px solid var(--dim-grey);
  color: #000;
  background-color: #fff;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.section_contact7 {
  height: auto;
  padding-top: 3.4rem;
}

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

.form-field-wrapper {
  position: relative;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  font-weight: 800;
}

.div-block-2 {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.footer_link-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_social-link-2 {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_credit-text-2 {
  font-size: .875rem;
}

.footer_link-2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.section_whats-next {
  background-color: var(--dim-grey);
  color: var(--white);
  align-items: center;
  height: 100vh;
  display: flex;
}

.whats-next_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-3 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 4rem auto;
}

.frost-container {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: none;
}

.whats-next_image {
  aspect-ratio: auto;
  background-image: url('../images/0BA34405-7D1F-4D45-902F-46D5C1C3E41B.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.show-tablet {
  display: none;
}

.blog_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.blog_button-wrapper {
  grid-column-gap: 1.5rem;
  margin-top: 1.5rem;
  display: flex;
}

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

.blog_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem 3rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.button-3.is-dark {
  color: #fff;
  background-color: #000;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-3.is-secondary.is-nav {
  padding: .5rem 2rem;
  font-size: .875rem;
  font-weight: 700;
}

.blog_meta-wrapper-2 {
  margin-bottom: 1rem;
}

.blog_title-link-2 {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog_title-link-2.featured-article {
  color: #000;
  margin-bottom: 1rem;
}

.blog_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.footer_credit-text-3 {
  color: #6d6d78;
  font-size: .875rem;
}

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

.section_latest {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.blog_menu-link {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .75rem;
  text-decoration: none;
}

.blog_menu-link:hover {
  background-color: #6d6d781a;
}

.blog_menu-link.w--current {
  border-color: #000;
}

.blog_menu-link.current {
  color: #fff;
  background-color: #000;
}

.blog_menu-link.is-active {
  background-color: var(--black);
  color: var(--white);
}

.footer_link-3 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.section_cta-2 {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-2 {
  color: #fff;
  background-color: #000;
}

.overlay-dark {
  z-index: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-dark.z-index-1 {
  z-index: -1;
  background-color: #00000059;
}

.blog_category-menu {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog_category-menu.no-scrollbar {
  grid-column-gap: 1rem;
  justify-content: center;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.footer_social-link-3 {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.blog_component-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section_posts {
  height: auto;
  position: sticky;
  top: 0;
}

.section_posts.is-dark {
  background-color: var(--black);
}

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

.button-wrapper {
  flex: none;
  margin-top: 1.5rem;
  display: flex;
}

.blog_image-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_title-link {
  color: #000;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog_item {
  border: 1px solid var(--borders);
  background-color: var(--white);
  filter: grayscale();
  color: var(--black);
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: filter .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.blog_item:hover {
  filter: saturate(200%);
}

.blog_category-link {
  color: #6d6d78;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog_category-link.is-category {
  background-color: var(--black);
  color: var(--white);
  border-radius: .125rem;
  padding: .25rem .5rem;
}

.blog_meta-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_image-link {
  width: 100%;
  text-decoration: none;
}

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

.header_post {
  background-color: var(--black);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  text-align: center;
  position: relative;
}

.blogpost_author-image-wrapper {
  margin-bottom: 1rem;
}

.blogpost_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blogpost_divider {
  background-color: #000;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blogpost_content {
  margin-bottom: 4rem;
}

.blogpost_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost_author-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 100%;
}

.podcast_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.podcast_image-wrapper {
  background-color: var(--light-grey);
  padding-top: 100%;
  position: relative;
}

.podcast_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog_filters {
  margin-bottom: 0;
  display: none;
}

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

.button-4 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-4.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header_work {
  padding-top: 10rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.header_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.subheader {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 800;
}

.works_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.works-tab {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5rem;
  text-decoration: none;
}

.works-tab:hover {
  border-bottom-color: var(--black);
}

.works-tab.w--current {
  border-color: #000;
}

.works-tab.current {
  color: #fff;
  background-color: #000;
}

.works-tab.is-active {
  background-color: var(--black);
  color: var(--white);
}

.works_image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 75%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works_image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.works_item {
  border: 1px solid var(--borders);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.works_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works_content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.625rem;
  display: flex;
}

.works_content-wrapper.featured {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

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

.work_metadata-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.works_video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.results_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.works_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.splide__track {
  width: 100%;
}

.splide__list {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 80%;
}

.showcase_image-wrapper {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 64rem;
  height: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.slide-nav {
  position: relative;
}

.mask {
  text-align: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide {
  aspect-ratio: 3 / 2;
  width: 100%;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.showcase_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-2 {
  letter-spacing: .125rem;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: 700;
  position: relative;
}

.link-block {
  color: var(--black);
  text-decoration: none;
  position: relative;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prev-end {
  background-color: var(--white);
  color: var(--white);
  width: 33%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.next-end {
  background-color: var(--white);
  color: var(--white);
  width: 33%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.tag {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .125rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .75rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 1rem auto auto -1rem;
}

.image-3 {
  position: absolute;
  inset: 0%;
}

.collection-item-3 {
  position: relative;
}

.text-span-4 {
  color: var(--medium-sea-green);
}

.text-span-5, .text-span-6 {
  color: var(--pale-violet-red);
}

.bold-text-2 {
  color: var(--light-steel-blue);
}

.bold-text-3 {
  color: var(--medium-sea-green);
}

.results_1-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.results_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.posts_sticky {
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.works_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.works_content-layout {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.works_image-2 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.works_content-item {
  background-color: var(--dim-grey);
  height: 100vh;
  position: sticky;
}

.works_content-item.first-content-item {
  padding-bottom: 0;
  top: 4rem;
}

.works_content-item.content-item-2 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.works_content-item.content-item-3 {
  top: 8rem;
}

.works_image-wrapper-2 {
  position: relative;
}

.section_featured-works {
  background-color: #000;
}

.works_content-left {
  position: relative;
}

.works_anchor {
  height: 0;
  position: relative;
}

.background-overlay {
  display: block;
}

.div-block-11 {
  position: relative;
}

.works_content-item-2 {
  background-color: #fff;
  position: sticky;
}

.works_content-item-2.first-content-item {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  display: flex;
  top: 0;
  overflow: hidden;
}

.works_content-item-2.content-item-2 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.works_content-item-2.content-item-3 {
  margin-bottom: 4rem;
  top: 8rem;
}

.works_anchor-2 {
  height: 0;
  position: relative;
  top: -8rem;
}

.featured-image_container {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-copy {
  background-image: linear-gradient(150deg, #00000080, #0000 43%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-copy.hidden {
  display: none;
}

.featured-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
  inset: 0%;
}

.featured-image:hover {
  transform: scale(1.05);
}

.text-link {
  color: var(--white);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.featured_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 70vw;
  grid-auto-columns: 1fr;
  max-width: 94.5rem;
  height: 75vh;
  max-height: 35rem;
  margin-top: 2rem;
  margin-bottom: 8rem;
  position: relative;
}

.div-block-12 {
  color: var(--white);
  position: relative;
}

.layout356_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.layout356_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout356_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.layout356_content-item {
  color: var(--white);
  background-color: #0000;
  position: sticky;
}

.layout356_content-item.first-content-item {
  position: relative;
}

.layout356_content-item.content-item-2 {
  margin-bottom: 4rem;
  position: relative;
  top: 4rem;
}

.layout356_content-item.content-item-2.hidden {
  display: none;
}

.layout356_content-item.content-item-3 {
  top: 8rem;
}

.layout356_content-item.content-item-3.hidden {
  display: none;
}

.layout356_component {
  position: static;
  top: 0%;
}

.layout356_component.hide-mobile-landscape, .layout356_image-wrapper {
  position: relative;
}

.layout356_anchor {
  height: 0;
  position: relative;
  top: -8rem;
}

.layout356_anchor.hidden {
  display: none;
}

.pagination_component {
  letter-spacing: .05rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.section_what-s-next.hidden {
  display: none;
}

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

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.section_gallery13 {
  overflow: hidden;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery13_component.show-mobile {
  display: none;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

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

.header3_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.section_header {
  background-color: var(--black);
  color: var(--white);
}

.lp-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.button-group-3.is-center {
  justify-content: center;
}

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

.header3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header37_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header37_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.section_articles {
  background-color: var(--black);
  color: var(--white);
}

.testimonial2_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial2_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial2_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial2_logo {
  max-height: 3.5rem;
}

.div-block-13 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_component {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #000;
}

.video_embed {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.video_embed.lower {
  z-index: 1;
}

.image-4 {
  width: 100%;
  margin-top: -7.5rem;
  position: relative;
}

.section_sustainabilitycomingnext {
  background-image: url('../images/CreativeSolutions.webp');
  background-position: 0 0;
  background-size: auto;
}

.section_sustainabilitycomingnext.text-color-blue {
  color: var(--electric-blue);
  background-image: url('../images/model-layout-developed-neighborhood-stands-robot-vacuum-cleaner-3d-rendering.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section_sustainabilitycomingnext.text-color-white {
  background-image: url('../images/sustainable-journey.jpg');
  background-position: 100%;
  background-size: cover;
}

.text-span-7 {
  font-size: 2rem;
  font-weight: 500;
}

.padding-section-enormous {
  padding-top: 70vh;
  padding-bottom: 2rem;
}

.section_whatsnextbody.background-color-black.text-color-blue {
  color: var(--electric-blue);
}

.little-header {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.little-header.text-color-blue {
  color: var(--electric-blue);
}

.bold-text-4 {
  font-weight: 800;
}

.section_stakeholders {
  position: relative;
}

.absolute-green-background {
  z-index: -1;
  background-color: #296260;
  height: 42rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.inequalities_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.inequality {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.image-5 {
  width: 50%;
}

.category_image {
  width: 50%;
  margin-top: -25%;
}

.heading-2 {
  margin-top: 5rem;
}

.smaller-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.title {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1;
}

.title.about {
  line-height: .8;
}

.client-logo {
  object-fit: contain;
  object-position: 0% 100%;
  width: 100%;
  max-width: 10rem;
  height: 100%;
  max-height: 2.25rem;
  display: block;
}

.featured-image-wrapper {
  object-position: 100% 50%;
  width: 75vw;
  max-width: 70rem;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.drop-shadow {
  z-index: -1;
  filter: blur(125px);
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.hero-image {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 100% 50%;
  width: 75vw;
  max-width: none;
  height: 75vh;
  max-height: none;
  margin-left: auto;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.hero-image.homepage {
  object-fit: cover;
  background-image: url('../images/homepagehero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-image.about {
  background-image: url('../images/tnpbg.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 15%;
}

.extra-rightspace {
  margin-right: 3rem;
}

.works-title {
  color: var(--white);
  width: 100%;
  margin-top: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.works-title-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.featured-works-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70vw;
  grid-auto-columns: 1fr;
  max-width: 94.5rem;
  height: 100%;
  display: grid;
}

.client_mask {
  position: absolute;
  inset: 0%;
}

.logo-rotator {
  height: 4.625rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.logo-rotator.hide-desktop {
  display: none;
}

.logo_shadow {
  background-color: #000;
  width: 100%;
  height: 100%;
}

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

.hero-image-works {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-brand-logo {
  object-fit: contain;
  max-width: 10rem;
  max-height: 3rem;
  margin-top: 1rem;
  display: block;
}

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

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

.results-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.result_item {
  width: 100%;
  height: 100%;
  padding-right: 1rem;
}

.result_item.first-metric {
  padding-left: 1rem;
}

.result_item.last-metric {
  padding-right: 0;
}

.stat_label {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  width: 100%;
  font-size: .8rem;
  font-weight: 400;
}

.stat_metric {
  width: 100%;
  font-size: 4.5rem;
  line-height: 1;
}

.pagetitle-embed {
  filter: drop-shadow(4px 6px 8px #00000073);
}

.navbar-2, .nav-menu {
  background-color: #000;
}

.navbar-logo {
  object-fit: contain;
  height: auto;
  max-height: 4.5rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.arrow-icon.hide-desktop {
  display: none;
}

.logo-item {
  padding: .5rem 1rem;
}

._2-2-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: grid;
}

.grid-icon {
  max-width: 5rem;
}

.grid-copy {
  font-size: .85rem;
}

.cta-title {
  font-size: 2.5rem;
}

.blog-title {
  filter: drop-shadow(0 -3px 6px #00000080);
  color: var(--white);
  font-size: 2rem;
}

.agency-title {
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.35;
}

.agency-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.brand {
  height: 100%;
}

.ai-section-dark {
  background-color: #000;
  padding-top: 96px;
  padding-bottom: 96px;
}

.ai-section-light {
  background-color: #000;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-top: 88px;
  padding-bottom: 88px;
}

.ai-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.ai-eyebrow {
  color: #8b8f8b;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Söhne Buch, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.ai-hero-title {
  color: #f7f7f5;
  letter-spacing: -.025em;
  word-spacing: 0;
  max-width: 940px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.04;
}

.ai-section-title {
  letter-spacing: -.02em;
  word-spacing: 0;
  max-width: 860px;
  margin-bottom: 20px;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
}

.ai-title-dark, .ai-title-light {
  color: #f6f6f3;
}

.ai-lead {
  letter-spacing: 0;
  max-width: 700px;
  margin-bottom: 34px;
  font-family: Söhne Buch, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.ai-text-dark {
  color: #c8cbc8;
}

.ai-text-light {
  color: #b4b7b4;
}

.ai-comparison-row {
  font-family: Söhne Buch, sans-serif;
  font-size: inherit;
  border-top: 0 #0000;
  border-bottom: 1px solid #1f232b;
  grid-template-columns: 1fr 40px 1fr;
  margin-bottom: 0;
  padding: 0;
  line-height: normal;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.ai-comparison-row:hover {
  background-color: #ffffff05;
}

.ai-comparison-last {
  border-bottom: 0 solid #2f2f2f;
}

.ai-stat-number {
  color: #f6f6f3;
  letter-spacing: -.02em;
  margin-top: 28px;
  margin-bottom: 8px;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 72px;
  line-height: 1;
}

.ai-stat-label {
  color: #a4a8b1;
  letter-spacing: 0;
  max-width: 360px;
  font-family: Söhne Buch, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.ai-framework-item {
  transition: background-color .25s ease, border-color undefined undefined;
  color: #d9dde4;
  background-color: #0d0f13;
  border: 1px solid #262a33;
  border-bottom: 0 solid #262626;
  border-radius: 0;
  width: 100%;
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  font-family: Söhne Buch, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.ai-framework-item:hover {
  background-color: #151515;
  border-color: #343434;
}

.ai-hero-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

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

.ai-hero-pad {
  padding-top: 140px;
  padding-bottom: 72px;
}

.ai-button-outline-light {
  color: #f6f6f3;
  background-color: #0000;
  border-color: #3a3a3a;
}

.ai-button-outline-light:hover {
  background-color: #171717;
  border-color: #6b6b6b;
}

.ai-hidden {
  display: none;
}

.ai-compare-table {
  background-color: #0000;
  border: 1px solid #1f232b;
  border-radius: 12px;
  width: 100%;
  margin-top: 40px;
  display: block;
  overflow: hidden;
}

.ai-compare-header {
  color: #d6d6d6;
  letter-spacing: 0;
  text-transform: none;
  font-family: Söhne Buch, sans-serif;
  font-weight: 400;
  font-size: inherit;
  border-bottom: 1px solid #1f232b;
  grid-template-columns: 1fr 40px 1fr;
  padding: 0;
  line-height: normal;
  display: grid;
}

.ai-compare-grid-row {
  border-top: 0 solid #242424;
  border-bottom: 1px solid #222;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  padding: 0;
  transition: background-color .2s;
  display: grid;
}

.ai-compare-old {
  color: #8c9098;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 24px;
  font-family: Söhne Buch, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.ai-compare-arrow {
  color: #21b6ff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 24px;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.ai-compare-new {
  color: #dfe3ea;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 24px;
  font-family: Söhne Buch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.ai-stat-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 960px;
  margin: 48px auto;
  display: grid;
}

.ai-stat-card {
  background-color: #0b0d12;
  border: 1px solid #1f232b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 24px 40px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.ai-stat-card:hover {
  border-color: #333;
}

.ai-stat-card-number {
  color: #21b6ff;
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.ai-stat-card-text {
  color: #a4a8b1;
  max-width: 360px;
  margin-bottom: 0;
  font-family: Söhne Buch, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.ai-hero-secondary {
  color: #f5f5f3;
  background-color: #0000;
  border: 1px solid #4b4b4b;
}

.ai-hero-secondary:hover {
  color: #fff;
  background-color: #141414;
  border-color: #7a7a7a;
}

.ai-hero-badge {
  color: #57a8ff;
  background-color: #09111b;
  border: 1px solid #203957;
  border-radius: 999px;
  margin-bottom: 28px;
  padding: 6px 14px;
  display: inline-block;
}

.ai-framework-button {
  color: #f5f5f3;
  background-color: #0000;
  border: 1px solid #2a2f36;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 22px;
  font-family: Söhne Buch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.ai-framework-button:hover {
  background-color: #121212;
  border-color: #5a5a5a;
}

.ai-hero-stack {
  margin-top: 10px;
  margin-bottom: 16px;
}

.ai-hero-title-line {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.ai-hero-fragment {
  color: #f3f3f3;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: .98;
}

.ai-hero-gradient {
  color: #f3f3f3;
  letter-spacing: -.03em;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Söhne Kräftig, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: .98;
  display: inline-block;
}

.ai-final-wrap {
  text-align: center;
  border-top: 1px solid #232323;
  margin-top: 84px;
  padding-top: 84px;
  padding-bottom: 72px;
}

.ai-final-meta {
  color: #7c7c7c;
  letter-spacing: .08em;
  text-transform: none;
  margin-top: 88px;
  font-size: 11px;
  line-height: 16px;
}

.ai-hero-btn {
  letter-spacing: .06em;
  background-color: #000;
  padding: 16px 28px 14px;
  font-size: 14px;
  line-height: 20px;
}

.ai-hero-btn.white-bg {
  background-color: #fff;
}

.ai-hero-lead {
  margin-top: 48px;
}

.ai-subhead-center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ai-copy-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ai-framework-item-first {
  border-top: 1px solid #262a33;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  margin-top: 40px;
}

.ai-framework-item-last {
  border-bottom: 1px solid #262a33;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  margin-bottom: 14px;
}

.ai-playbook-container {
  max-width: 1360px;
  padding-left: 32px;
  padding-right: 32px;
}

.ai-playbook-title {
  letter-spacing: -.03em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 86px;
  font-weight: 700;
  line-height: 1.04;
}

.ai-playbook-lead {
  color: #a8adb6;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 1.42;
}

.ai-framework-panel-v2 {
  width: 100%;
  max-width: 640px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.ai-framework-row-v2 {
  grid-column-gap: 16px;
  background-color: #0d0f13;
  border-top: 1px solid #262a33;
  border-left: 1px solid #262a33;
  border-right: 1px solid #262a33;
  grid-template-columns: 24px 1fr;
  align-items: center;
  padding: 16px 20px;
  display: grid;
}

.ai-framework-row-v2-first {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ai-framework-row-v2-last {
  border-bottom: 1px solid #262a33;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.ai-framework-num-v2 {
  color: #5a5f67;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-family: Söhne Buch, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.ai-framework-label-v2 {
  color: #e3e5ea;
  margin-bottom: 0;
  font-family: Söhne Buch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.ai-framework-button-v2 {
  color: #ededed;
  background-color: #000;
  border: 1px solid #222;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 28px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.ai-compare-head-old {
  color: #80838a;
  letter-spacing: -.01em;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ai-compare-head-arrow {
  color: #e9edf5;
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.ai-compare-head-new {
  color: #e9edf5;
  letter-spacing: -.01em;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ai-cta-section-ref {
  text-align: center;
  padding: 120px 24px;
}

.ai-cta-title-ref {
  color: #f5f7fb;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
}

.ai-cta-text-ref {
  color: #a4a8b1;
  max-width: 440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.6;
}

.ai-title-center-fix {
  margin-left: auto;
  margin-right: auto;
}

.framework-section {
  text-align: center;
  color: var(--white);
  padding: 120px 24px;
}

.section-inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.shift-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
  font-family: "var(--font-mono)";
  font-size: 12px;
  display: block;
}

.reveal {
  margin-bottom: 20px;
  display: block;
}

.framework-layers {
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--border);
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  background-color: var(--border);
  border-radius: 12px;
  max-width: 640px;
  margin: 0 auto 48px;
  display: block;
  overflow: hidden;
}

.framework-layer {
  background-color: var(--surface);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border);
  transition-property: background-color;
  transition-duration: .2s;
  display: block;
}

.layer-header {
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border-width: 0;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  font-family: "var(--font-sans)";
  display: flex;
}

.layer-num {
  color: var(--muted);
  flex-shrink: 0;
  width: 24px;
  font-family: "var(--font-mono)";
  font-size: 12px;
}

.layer-name {
  color: var(--text);
  flex-grow: 1;
  font-family: "var(--font-sans)";
  font-size: 15px;
  font-weight: 500;
}

.layer-toggle {
  color: var(--muted);
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
}

.layer-body {
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.btn-secondary {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--border);
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  color: var(--white);
  background-color: #0000;
  border-radius: 999px;
  margin-top: 0;
  padding: 14px 18px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .featured_component {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .featured-image-wrapper {
    aspect-ratio: 2;
    object-fit: cover;
    max-width: 90rem;
  }

  .hero-image.homepage {
    aspect-ratio: 2;
    background-position: 50%;
    background-size: cover;
    max-width: none;
    max-height: none;
  }

  .featured-works-container {
    grid-template-columns: 1fr 77%;
  }

  ._9grid_grid {
    grid-column-gap: 1.5rem;
    aspect-ratio: 1;
    object-fit: cover;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
  }

  .image-6 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .text-size-medium.text-color-white {
    font-size: .85rem;
  }

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

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

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

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

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    color: #fff;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    color: #fff;
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 9999;
  }

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

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: #000;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    color: #fff;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0 .75rem 2rem;
    font-size: 1.125rem;
  }

  .cta_content {
    margin-right: 3rem;
  }

  .cta_component {
    grid-column-gap: 3rem;
  }

  .cta_button-row {
    flex: none;
  }

  .footer_link-list {
    grid-column-gap: 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start center;
  }

  .footer_link {
    font-size: 1.125rem;
  }

  .slider_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
  }

  .logo-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer_top-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .section_whats-next {
    background-color: var(--dim-grey);
    opacity: 1;
  }

  .whats-next_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-3 {
    width: 100%;
    padding-bottom: 4rem;
    position: relative;
    inset: 0% auto;
  }

  .fade-in-1000 {
    font-family: Raleway;
  }

  .whats-next_image {
    width: 100%;
  }

  .top-layer {
    z-index: 10;
    position: relative;
  }

  .show-tablet {
    display: block;
  }

  .full-width-image {
    width: 100%;
  }

  .blog_image-wrapper.padding75--on-tablet {
    padding-top: 75%;
  }

  .footer_link-3 {
    font-size: 1.125rem;
  }

  .blog_category-menu.no-scrollbar {
    justify-content: flex-start;
    overflow: scroll;
  }

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

  .blogpost_content {
    margin-bottom: 3rem;
  }

  .header_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .works_content-wrapper.featured {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .works_image-2 {
    height: 30rem;
  }

  .works_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .works_content-item.first-content-item {
    margin-bottom: 0;
    top: 0;
  }

  .works_content-item.content-item-2, .works_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .background-overlay {
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .works_content-item-2 {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .works_content-item-2.first-content-item {
    margin-bottom: 0;
  }

  .works_content-item-2.content-item-2, .works_content-item-2.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout356_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout356_image {
    height: 30rem;
  }

  .layout356_content-item {
    position: relative;
  }

  .layout356_content-item.first-content-item {
    margin-bottom: 0;
  }

  .layout356_content-item.content-item-2, .layout356_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .lp-header_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .header3_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header37_image {
    height: auto;
    max-height: none;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .div-block-13 {
    align-items: flex-start;
  }

  .menu-icon1_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .image-4 {
    margin-top: -4rem;
  }

  .section_sustainabilitycomingnext.text-color-white {
    background-position: 50%;
  }

  .padding-section-enormous {
    padding-top: 60vh;
    padding-bottom: 4rem;
  }

  .absolute-green-background {
    height: 30rem;
  }

  .heading-2 {
    font-size: 3.5rem;
  }

  .bold-text-5 {
    font-size: 1rem;
  }

  .smaller-title {
    font-size: 2.5rem;
  }

  .title {
    font-size: 4rem;
  }

  .works-title {
    font-size: 1rem;
  }

  .stat_label {
    font-size: .75rem;
  }

  .stat_metric {
    font-size: 4rem;
  }

  .nav-menu {
    padding-bottom: 1rem;
  }

  .ai-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ai-hero-title {
    font-size: 56px;
    line-height: 1.06;
  }

  .ai-section-title {
    font-size: 46px;
    line-height: 1.1;
  }

  .ai-lead {
    font-size: 20px;
  }

  .ai-hero-fragment, .ai-hero-gradient {
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #000;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    margin-bottom: .25rem;
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-width-medium.hero-subtext {
    margin-top: 0;
  }

  .max-width-large.margin-top.margin-xlarge.z-index-2.flex-goodies {
    top: -4.3rem;
  }

  .max-width-large.margin-top.margin-xlarge.z-index-2.homepagetitle {
    top: -3.7rem;
  }

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

  .text-size-medium.text-color-white {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

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

  .max-width-xlarge.center.text-center {
    text-align: center;
  }

  .max-width-xlarge.center.z-index-4 {
    z-index: 4;
    position: relative;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .text-size-medium.text-align-center.max-width {
    line-height: .5;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar {
    height: auto;
    min-height: 4rem;
  }

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

  .header {
    margin-bottom: 0;
  }

  .header-100vh.smaller {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
  }

  .section_purpose {
    background-color: #fff;
  }

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

  .gallery_slider {
    padding-bottom: 3rem;
  }

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

  .logo5_logo {
    max-height: 3rem;
  }

  .logo5_component {
    padding-top: 1rem;
  }

  .cta_content {
    margin-right: 0;
  }

  .cta_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .header_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 60vh auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 4rem;
    padding-bottom: 0;
    display: grid;
  }

  .header_component.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 8rem;
  }

  .header_component.sustainability {
    padding-top: 25vh;
  }

  .logo-grid {
    grid-column-gap: 0rem;
  }

  .logo-grid.shadow_grid.hide, .logo-grid.under_shadow {
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr 2fr 2fr;
  }

  .logo-img {
    max-height: 2.5rem;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_link-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text-2 {
    margin-top: 1rem;
  }

  .whats-next_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .blog_featured-item-content {
    padding: 0;
  }

  .blog_image-wrapper, .blog_image-wrapper.padding75--on-tablet {
    padding-top: 66%;
  }

  .blog_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_image-wrapper-2 {
    height: 16rem;
  }

  .blogpost_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost_content {
    margin-bottom: 2rem;
  }

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

  .header_component-2 {
    grid-row-gap: 3rem;
  }

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

  .works-tab.last-link {
    margin-right: 2rem;
  }

  .works_image-wrapper {
    height: 16rem;
  }

  .works_list, .works_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .works_content-item, .works_content-item-2 {
    padding-bottom: 2rem;
  }

  .featured-image {
    height: 50vh;
  }

  .featured_component {
    height: auto;
    max-height: none;
  }

  .layout356_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout356_component {
    position: static;
  }

  .gallery13_slide {
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .gallery13_component.show-mobile {
    display: block;
  }

  .lp-header_component, .header3_component {
    grid-row-gap: 3rem;
  }

  .header37_component {
    padding-top: 4rem;
  }

  .layout1_component, .blog33_list, .testimonial2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .image-4 {
    margin-top: -3rem;
  }

  .section_sustainabilitycomingnext.text-color-white {
    background-color: #000;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 300%;
  }

  .text-span-7 {
    font-size: 1.25rem;
  }

  .padding-section-enormous {
    padding-top: 75vh;
    padding-bottom: 4rem;
  }

  .padding-section-enormous.flip {
    padding-bottom: 4rem;
  }

  .section_philosophy {
    background-color: #fff;
  }

  .bold-text-4 {
    font-size: 2.75rem;
  }

  .section_stakeholders {
    background-color: #fff;
  }

  .absolute-green-background {
    z-index: 0;
    height: 82rem;
  }

  .inequalities_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .inequality {
    max-width: 20rem;
  }

  .heading-2 {
    font-size: 2.75rem;
  }

  .bold-text-5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: .75;
  }

  .smaller-title {
    font-size: 2rem;
  }

  .title {
    font-size: 3rem;
  }

  .featured-image-wrapper {
    width: 100vw;
    max-width: none;
  }

  .hero-image {
    width: 100vw;
    height: 60vh;
    max-height: none;
    top: 4rem;
    bottom: auto;
  }

  .hero-image.about {
    height: 52vh;
  }

  .works-title {
    font-size: 1.25rem;
  }

  .works-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .featured-works-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 50vh auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .logo-rotator {
    height: 10rem;
  }

  .logo-rotator.hide-desktop {
    height: 11rem;
    display: block;
  }

  .works_logotitle_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr auto;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: grid;
    position: static;
  }

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

  .text-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section_outcomes {
    padding-top: 6rem;
  }

  .results-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .result_item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .result_item.first-metric {
    padding-left: 0;
  }

  .result_item.middle-metric {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .result_item.title {
    display: block;
  }

  .stat_label {
    text-align: center;
    max-width: 25ch;
  }

  .stat_metric {
    text-align: center;
  }

  .pagetitle-embed {
    filter: drop-shadow(0 -3px 6px #000000b3);
  }

  .arrow-icon {
    height: 100%;
    display: flex;
  }

  .arrow-icon.hide-desktop {
    max-width: 1.5rem;
    display: flex;
  }

  .left-arrow, .right-arrow {
    height: 4rem;
    bottom: -115%;
  }

  .logo-item {
    padding: .25rem .4rem;
  }

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

  .cta-title {
    font-size: 2.5rem;
  }

  .agency-title {
    font-size: 1.5rem;
  }

  .agency-text {
    font-size: 1.35rem;
  }

  .ai-section-dark, .ai-section-light {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ai-container {
    padding-top: 4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ai-hero-title {
    font-size: 42px;
  }

  .ai-section-title {
    font-size: 36px;
  }

  .ai-lead {
    font-size: 18px;
  }

  .ai-stat-number {
    font-size: 56px;
  }

  .ai-framework-item {
    font-size: 16px;
  }

  .ai-compare-table {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    display: grid;
  }

  .ai-compare-header {
    grid-template-columns: 1fr 32px 1fr;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    display: none;
  }

  .ai-compare-grid-row {
    grid-template-columns: 1fr 32px 1fr;
    padding: 12px;
    display: block;
  }

  .ai-compare-old {
    margin-bottom: 4px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
  }

  .ai-compare-arrow {
    font-size: 18px;
    display: none;
  }

  .ai-compare-new {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }

  .ai-stat-grid {
    grid-template-columns: 1fr;
  }

  .ai-stat-card {
    min-height: 0;
  }

  .ai-stat-card-number {
    font-size: 46px;
  }

  .ai-hero-fragment, .ai-hero-gradient {
    font-size: 40px;
  }

  .ai-compare-head-old, .ai-compare-head-arrow, .ai-compare-head-new {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .padding-huge.padding-mobile {
    padding: 2.5rem 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-width-large.margin-top.margin-xlarge.z-index-2.flex-goodies {
    top: -3.8rem;
  }

  .max-width-large.margin-top.margin-xlarge.z-index-2.homepagetitle {
    top: -4.3rem;
  }

  .text-size-medium.text-color-white {
    font-size: 1.25rem;
    line-height: 1.33;
  }

  .text-align-center {
    font-size: 1.5rem;
  }

  .text-align-center.bumpypadding {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .button.is-dark {
    width: 100%;
  }

  .button-group {
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar {
    z-index: 9999;
    min-height: 3rem;
  }

  .navbar_logo {
    max-height: 3rem;
  }

  .menu-icon1 {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .menu-button.w--open {
    z-index: 99999;
  }

  .navbar_link {
    padding-left: 1rem;
  }

  .header_background-video.mobile-only {
    display: block;
  }

  .header-100vh.smaller {
    height: auto;
    max-height: none;
  }

  .gallery_slide-nav {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
  }

  .section_work {
    background-image: linear-gradient(#00000080, #00000080), url('../images/image-vertical_1image-vertical.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .logo5_component {
    justify-content: center;
  }

  .footer_link-list {
    justify-items: start;
  }

  .footer_top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_bottom-wrapper {
    margin-top: 2rem;
  }

  .logo-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .section_contact7 {
    padding-top: 2.5rem;
  }

  .div-block-2 {
    justify-content: center;
  }

  .section_whats-next {
    min-height: auto;
  }

  .whats-next_component {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .frost-container {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-3.is-dark {
    width: 100%;
  }

  .button-wrapper {
    margin-top: 1rem;
  }

  .blog_image-wrapper-2 {
    height: 12rem;
  }

  .blog_meta-wrapper {
    margin-bottom: .5rem;
  }

  .blogpost_author-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .header_work {
    padding-top: 6rem;
  }

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

  .works_image-wrapper {
    height: 12rem;
  }

  .works_content-wrapper {
    padding: 1.5rem 1.25rem;
  }

  .works_content-wrapper.featured {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 1.25rem;
  }

  .work_metadata {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .showcase_image-wrapper {
    padding-top: 60%;
  }

  .mask {
    width: 100%;
  }

  .slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tag {
    padding: .25rem .75rem;
    font-size: .5rem;
    top: .5rem;
    left: -.5rem;
  }

  .results_1-col, .results_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .works_content-layout {
    grid-template-columns: 1fr;
  }

  .works_image-2 {
    height: 25rem;
  }

  .background-overlay {
    background-color: #0009;
  }

  .featured_component {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .layout356_content-layout {
    grid-template-columns: 1fr;
  }

  .layout356_image {
    height: 25rem;
  }

  .lp-header_component, .header3_component, .header37_component, .layout1_component {
    grid-template-columns: 1fr;
  }

  .section_sustainabilitycomingnext.text-color-blue {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_sustainabilitycomingnext.text-color-white {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 200%;
  }

  .padding-section-enormous {
    padding-top: 60vh;
    padding-bottom: 4rem;
  }

  .padding-section-enormous.flip {
    padding-top: 2rem;
    padding-bottom: 50vh;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .bold-text-5 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .smaller-title {
    font-size: 1.25rem;
  }

  .smaller-title.homepage, .title {
    font-size: 1.75rem;
  }

  .title.homepage {
    font-size: 2.5rem;
  }

  .title.about {
    filter: drop-shadow(0 -3px 6px #000000b3);
  }

  .hero-image.about {
    height: 55vh;
  }

  .works-title-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: .5rem;
  }

  .works_logotitle_wrapper {
    align-items: center;
    height: 100%;
    padding-top: 1rem;
  }

  .hero-brand-logo {
    max-height: 2.5rem;
  }

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

  .section_outcomes {
    padding-top: 0;
    overflow: hidden;
  }

  .nav-menu {
    z-index: 9999;
  }

  .left-arrow, .right-arrow {
    bottom: -120%;
  }

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

  .agency-title {
    font-size: 1.4rem;
  }

  .agency-text {
    font-size: 1.3rem;
  }

  .featured-work-item {
    margin-bottom: -2rem;
  }
}

#w-node-aaeb662c-d9d6-6a61-20c4-7bf7a17e38af-a17e389f {
  justify-self: end;
}

#w-node-aaeb662c-d9d6-6a61-20c4-7bf7a17e38c2-a17e389f, #w-node-_1e187d28-6efa-bdd4-3d63-653b1bec3fa5-cae97eb7, #w-node-_1e187d28-6efa-bdd4-3d63-653b1bec3fa6-cae97eb7, #w-node-_741c26e2-4619-2e02-315f-8de375d0226c-cae97eb8, #w-node-_7d76fd99-437c-26c8-9e9b-6a90ff1cee8b-cae97eb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680306e3-3acb-7d6f-2502-5a7818d6620b-cae97eb8 {
  justify-self: end;
}

#w-node-f3b12a48-a74c-5ddf-a1d2-3afc310e056e-cae97ebc, #w-node-_19cdd238-0774-ab3f-bb98-542a9733b559-cae97ebc, #w-node-ffce6ea9-02e0-228d-a2f0-c1aa2d7fdeb3-cae97ebc, #w-node-_53928345-a389-fe4d-14da-c457e891afbf-cae97ebc {
  align-self: start;
}

#w-node-_32e97994-ed77-c0fe-a869-2799e5b080e6-cae97ebc, #w-node-d17044ba-baa6-6238-dab4-ff521d77a60e-cae97ebc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ecb13b-121d-56c7-94ca-2462092b5891-cae97ebc, #w-node-_5c948348-d919-0854-4c41-930dba775af6-cae97ebc, #w-node-_9bc0dd31-ff91-1e2a-d304-512534e54df3-cae97ebc, #w-node-_6aa77ffa-b849-1e8e-086c-091040c99e73-cae97ebc, #w-node-_531e2185-442f-37b6-c365-6a8e8414a9ad-cae97ebc, #w-node-afe0316c-49d8-6d86-7dd9-504b5569d940-284a76a0, #w-node-_1ecde8f9-d945-0867-0ee4-b6fb75bc0298-284a76a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-cae97ec0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-cae97ec0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-cae97ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-cae97ec0 {
  justify-self: start;
}

#w-node-b17fc272-ce52-2e77-caf6-1ff26102e0b1-cae97ec1, #w-node-_2cc19e38-8eec-4286-f98e-267bc4cebcd6-cae97ec1, #w-node-_63fb7486-e5b2-2198-7154-6575aa6fa014-cae97ec1, #w-node-_236efe53-a475-1899-7c9e-03035e758b47-cae97ec1, #w-node-b51b3448-ea2f-e7c3-4d6d-8221d973b2e5-cae97ec1, #w-node-aa92e0c1-69cf-7988-75d1-7b995be6db99-cae97ec2, #w-node-aa92e0c1-69cf-7988-75d1-7b995be6db9a-cae97ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df9d6058-68d2-4476-6820-f75c83ab9ce0-cae97edf {
  justify-self: end;
}

#w-node-_8300112e-6537-fd97-6ff9-b9f95c672baf-2649792d, #w-node-bad8a50c-4591-4db0-2de3-23fd45ff6cc0-2649792d {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-aaeb662c-d9d6-6a61-20c4-7bf7a17e38af-a17e389f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29a5a1df-3967-5f21-bc4d-b3af6728ddf5-cae97e9e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_91fea8dc-15fe-460f-fe00-8bee7e46aa55-cae97e9e, #w-node-_8788b308-e87e-3a7c-e984-f67e94becdf6-cae97e9e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9e20211c-303b-cccb-0263-65425dbbf5de-cae97ebc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32e97994-ed77-c0fe-a869-2799e5b080e6-cae97ebc, #w-node-d17044ba-baa6-6238-dab4-ff521d77a60e-cae97ebc {
    grid-column: 1 / 2;
  }

  #w-node-_8300112e-6537-fd97-6ff9-b9f95c672baf-2649792d, #w-node-bad8a50c-4591-4db0-2de3-23fd45ff6cc0-2649792d {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2afbfb42-e0c3-fd3d-428d-da747291af6e-2649792d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8300112e-6537-fd97-6ff9-b9f95c672baf-2649792d {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Eau Sans';
  src: url('../fonts/eau_sans_book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eau Sans';
  src: url('../fonts/eau_sans_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eau Sans';
  src: url('../fonts/eau_sans_black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}