:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---body-text-open-sauce-one: Opensauceone, Tahoma, sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-open-sauce-tow: Opensaucetwo, Impact, sans-serif;
  --_sizes---typography-heading-sizes--h1: 5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_colors---swatches-support--green: #dffd6e;
  --_sizes---typography-text-sizes--xlg-text: 1.5rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---paddings--padding-global: 2.5rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_colors---swatches-management--pink: #e85bf0;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_colors---swatches-brand--medium-aqua-green: #86d0d2;
  --_sizes---paddings--container: 84rem;
  --_colors---swatches-brand--bg-green: #004241;
  --_colors---swatches-insights--baby-blue: #9fdbdb;
  --_colors---swatches-insights--red: #f53639;
  --_colors---swatches-management--dark-blue: #032451;
  --_colors---swatches-listening--aqua-blue: #09aeb2;
  --_colors---swatches-insights--dark-red: #92252c;
  --_colors---swatches-neutral--transparent: #fff0;
  --_colors---swatches-listening--green: #045a5d;
  --_colors---swatches-support--bordeaux: #4a003c;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-brand--dark-green: #045a5d;
  --_colors---swatches-management--blue: #5271ff;
  --_colors---swatches-support--pink: #ff3d7e;
  --_colors---swatches-support--orange: #ff6a3d;
  --_colors---swatches-insights--light-aqua-green-2: #addedf;
  --_colors---swatches-insights--blue: #06afb4;
  --_colors---swatches-management--light-blue: #b6c3ff;
  --_colors---swatches-brand--dark-salmon: #fa5b33;
  --_colors---swatches-brand--light-pink: #fde2fb;
  --_colors---swatches-brand--light-orange: #fed59a;
  --_colors---swatches-brand--dark-purple: #84078c;
  --_colors---swatches-brand--baby-pink: #ec9ef6;
  --_sizes---paddings--md-section: 5rem;
  --_colors---swatches-support--baby-blue: white;
  --_colors---swatches-brand--medium-salmon: #fd856a;
  --_colors---swatches-brand--light-salmon: #feb3a0;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

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

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

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

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

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

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

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

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

a {
  font-family: var(--_typeface---body-text-open-sauce-one);
}

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

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

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: 0;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

.heading-style-h3.text-color-white {
  -webkit-text-stroke-color: var(--_colors---swatches-neutral--white);
  text-transform: capitalize;
  font-style: normal;
}

.heading-style-h3.text-color-white.text-weight-semibold {
  float: left;
  color: var(--_colors---swatches-support--green);
  text-align: left;
}

.heading-style-h3.text-color-white.text-color-green {
  color: var(--_colors---swatches-support--green);
}

.heading-style-h3.text-color-green {
  font-family: var(--_typeface---body-text-open-sauce-one);
  text-align: left;
  margin-bottom: -1.5rem;
}

.heading-style-h3.text-color-baby-blue {
  margin-top: 3rem;
}

.heading-style-h3.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3.text-color-green-copy {
  font-family: var(--_typeface---body-text-open-sauce-one);
  color: var(--_colors---swatches-support--green);
  line-height: 1.2;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.15;
}

.heading-style-h1.text-color-light-aqua-green-2 {
  font-size: var(--_sizes---paddings--sm-section);
  font-weight: 700;
  line-height: 1.25;
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

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

.heading-style-h4 {
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.03125em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4.text-color-green.text-weight-semibold {
  text-align: center;
  text-decoration: none;
}

.heading-style-h4.text-color-light-pink {
  color: var(--_colors---swatches-management--pink);
}

.heading-style-h4.text-color-white {
  font-style: normal;
  text-decoration-style: solid;
}

.heading-style-h4.text-color-baby-blue {
  padding-top: 0;
}

.heading-style-h4.text-weight-xbold {
  font-weight: 800;
}

.heading-style-h2 {
  color: var(--_colors---swatches-brand--medium-aqua-green);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h2.text-color-dark-green {
  margin-top: -3.8rem;
}

.heading-style-h2.text-color-dark-green:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b), .heading-style-h2.text-color-dark-green:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b), .heading-style-h2.text-color-dark-green:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5), .heading-style-h2.text-color-dark-green:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86) {
  color: var(--_colors---swatches-neutral--white);
}

.heading-style-h2.text-color-support-pink, .heading-style-h2.text-color-aqua-green {
  margin-top: -25.1rem;
}

.heading-style-h2.text-color-white.text-weight-semibold {
  text-align: center;
  align-self: flex-start;
  position: static;
}

.heading-style-h2.text-color-blue {
  padding-top: 50px;
}

.page-wrapper {
  --_sizes---typography-heading-sizes--h1: 5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--xlg-text: 1.5rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---paddings--padding-global: 2.5rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--md-section: 5rem;
}

.heading-style-h5 {
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1;
}

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

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

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-support--green);
  font-family: var(--_typeface---headings-open-sauce-tow);
  color: var(--_colors---swatches-brand--bg-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-white {
  background-color: var(--_colors---swatches-neutral--white);
}

.button.is-icon:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b), .button.is-icon:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5) {
  background-color: var(--_colors---swatches-insights--baby-blue);
}

.button.is-outline {
  border: 1px solid var(--_colors---swatches-support--green);
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-support--green);
}

.button.is-aqua-green {
  background-color: var(--_colors---swatches-listening--aqua-blue);
}

.button.is-dark-green {
  background-color: var(--_colors---swatches-listening--green);
  color: var(--_colors---swatches-neutral--white);
}

.button.is-text {
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-listening--aqua-blue);
  text-underline-offset: 2px;
  margin-top: auto;
  padding: 0;
  text-decoration: underline;
}

.button.is-nav {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.button.is-nav:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  background-color: var(--_colors---swatches-management--pink);
}

.button.is-nav:where(.w-variant-81a23ba7-66ce-10da-5f66-dead02406cc9) {
  background-color: var(--_colors---swatches-insights--baby-blue);
}

.button.is-nav:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
  background-color: var(--_colors---swatches-insights--red);
  color: var(--_colors---swatches-management--dark-blue);
}

.button.is-nav:where(.w-variant-ef7902a9-257e-1dd3-70f0-7ec5484f0444) {
  background-color: var(--_colors---swatches-listening--aqua-blue);
}

.button.is-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  padding: .875rem 1.375rem;
}

.button.is-icon:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b) {
  background-color: var(--_colors---swatches-management--pink);
}

.button.is-icon:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b), .button.is-icon:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5) {
  background-color: var(--_colors---swatches-insights--baby-blue);
}

.button.is-icon:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86) {
  background-color: var(--_colors---swatches-insights--baby-blue);
  color: var(--_colors---swatches-insights--dark-red);
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 400;
  line-height: 1.6;
}

.text-size-medium.text-color-white {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--xlg-text);
  margin-top: 6px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  --_sizes---typography-heading-sizes--h1: 5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--xlg-text: 1.5rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---paddings--padding-global: 2.5rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--md-section: 5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.section.hero_section {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.support_section {
  background-color: var(--_colors---swatches-neutral--transparent);
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

.section.support-banner_section {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.section.supprot_section {
  background-color: var(--_colors---swatches-insights--baby-blue);
  padding-left: 0;
  padding-right: 0;
}

.section.magic_section {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.section.creation_section {
  background-color: var(--_colors---swatches-support--bordeaux);
  margin-bottom: 6rem;
  overflow: visible;
}

.section.social_section {
  background-color: var(--_colors---swatches-neutral--transparent);
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

.section.social-banner_section {
  background-color: var(--_colors---swatches-listening--aqua-blue);
}

.section.services_section {
  background-color: var(--_colors---swatches-brand--bg-green);
}

.section.insights-banner_section {
  background-color: var(--_colors---swatches-insights--baby-blue);
}

.section.insights_section {
  background-color: var(--_colors---swatches-insights--dark-red);
  padding-left: 0;
  padding-right: 0;
}

.section.about_section {
  --_sizes---typography-heading-sizes--h1: 5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--xlg-text: 1.5rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---paddings--padding-global: 2.5rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--md-section: 5rem;
  margin-left: -200px;
  margin-right: -200px;
  display: flex;
}

.section.overflow-visible {
  z-index: 66;
  overflow: hidden;
}

.section.blog-hero_section {
  padding-left: 0;
  padding-right: 0;
}

.section.blog {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.wave_section {
  margin-bottom: -.5625rem;
  padding-left: 0;
  padding-right: 0;
}

.section.is-padding-none {
  padding-left: 0;
  padding-right: 0;
}

.section.footer_section {
  background-color: var(--_colors---swatches-brand--bg-green);
}

.section.footer_section:where(.w-variant-a871748d-bb95-ea88-d85e-149a98d0b90c) {
  background-color: var(--_colors---swatches-management--dark-blue);
}

.section.footer_section:where(.w-variant-bda4696f-d421-7a9c-5794-618610009178) {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.section.footer_section:where(.w-variant-c55143ce-6fcf-98f5-5649-7f64105e2667) {
  background-color: var(--_colors---swatches-insights--dark-red);
}

.section.community_section {
  background-color: var(--_colors---swatches-management--dark-blue);
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

.section.community-banner_section {
  background-color: var(--_colors---swatches-management--dark-blue);
}

.section.brand_section {
  background-color: var(--_colors---swatches-management--dark-blue);
  padding-left: 0;
  padding-right: 0;
}

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

.text-size-xlarge {
  font-size: var(--_sizes---typography-text-sizes--xlg-text);
  line-height: 1.4;
}

.text-color-pink {
  color: var(--_colors---swatches-management--pink);
}

.text-color-blue {
  color: var(--_colors---swatches-management--blue);
}

.text-color-support-pink {
  color: var(--_colors---swatches-support--pink);
}

.text-color-aqua-green {
  color: var(--_colors---swatches-listening--aqua-blue);
}

.text-color-baby-blue {
  color: var(--_colors---swatches-insights--baby-blue);
}

.text-color-dark-blue {
  color: var(--_colors---swatches-management--dark-blue);
}

.bg-color-bg-green {
  background-color: var(--_colors---swatches-brand--bg-green);
}

.bg-color-bordeaux {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.bg-color-dark-red {
  background-color: var(--_colors---swatches-insights--dark-red);
}

.nav_menu {
  flex: 1;
}

.nav-menu_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.top-nav_logo {
  width: 100%;
  height: 100%;
}

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

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

.nav_brand {
  width: 9.5rem;
  height: 2.8125rem;
  padding: 0;
}

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

.nav-menu_list-item.has-button {
  margin-left: 1.375rem;
}

.nav_link {
  font-family: var(--_typeface---headings-open-sauce-tow);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_link:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  color: var(--_colors---swatches-neutral--white);
}

.nav_link:hover {
  color: var(--_colors---swatches-insights--baby-blue);
}

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

.nav_dropdown:hover:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  color: var(--_colors---swatches-insights--light-aqua-green-2);
}

.nav_dropdown-toggle {
  font-family: var(--_typeface---headings-open-sauce-tow);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  padding: 0 1.3rem 0 0;
  font-weight: 600;
  line-height: 1.4;
}

.nav_dropdown-toggle:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  color: var(--_colors---swatches-neutral--white);
}

.nav_dropdown-toggle:hover, .nav_dropdown-toggle:hover:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab), .nav_dropdown-toggle:hover:where(.w-variant-81a23ba7-66ce-10da-5f66-dead02406cc9), .nav_dropdown-toggle:hover:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  color: var(--_colors---swatches-insights--light-aqua-green-2);
}

.nav_dropdown-icon {
  margin-right: 0;
}

.nav_dropdown-list {
  color: var(--_colors---swatches-brand--bg-green);
  list-style-type: disc;
}

.nav_dropdown-list:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
  color: var(--_colors---swatches-management--dark-blue);
}

.nav_dropdown-list_link {
  font-family: var(--_typeface---headings-open-sauce-tow);
  color: var(--_colors---swatches-brand--bg-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  padding: 0;
  font-weight: 600;
}

.nav_dropdown-list_link:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
  color: var(--_colors---swatches-management--dark-blue);
}

.nav_dropdown-list_link.w--current {
  color: var(--_colors---swatches-brand--bg-green);
}

.nav_dropdown-navigation.w--open {
  background-color: var(--_colors---swatches-support--green);
  border-radius: .625rem;
  margin-top: 1.5rem;
  padding: 1rem 1.4375rem 1rem .625rem;
}

.nav_dropdown-navigation.w--open:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  background-color: var(--_colors---swatches-management--pink);
}

.nav_dropdown-navigation.w--open:where(.w-variant-81a23ba7-66ce-10da-5f66-dead02406cc9) {
  background-color: var(--_colors---swatches-insights--baby-blue);
}

.nav_dropdown-navigation.w--open:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
  background-color: var(--_colors---swatches-insights--red);
}

.nav_dropdown-navigation.w--open:where(.w-variant-ef7902a9-257e-1dd3-70f0-7ec5484f0444) {
  background-color: var(--_colors---swatches-listening--aqua-blue);
}

.nav_dropdown_list-item {
  margin-bottom: .5rem;
}

.home-nav_bg {
  background-color: var(--_colors---swatches-brand--bg-green);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-nav_bg:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
  background-color: var(--_colors---swatches-management--dark-blue);
}

.home-nav_bg:where(.w-variant-81a23ba7-66ce-10da-5f66-dead02406cc9) {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.home-nav_bg:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
  background-color: var(--_colors---swatches-insights--dark-red);
}

.cta-main-wrapper {
  margin-bottom: 2rem;
}

.cta-inner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 4.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 43rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cta-title {
  max-width: 25rem;
  margin-top: 0;
}

.btn-icon {
  width: .875rem;
  height: .875rem;
}

.cta-bg-shape {
  z-index: 0;
  width: 100%;
  height: 100%;
  color: var(--_colors---swatches-neutral--white);
  position: absolute;
  inset: auto 0% 0%;
}

.cta-bg-shape:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b) {
  color: var(--_colors---swatches-management--dark-blue);
}

.cta-bg-shape:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b) {
  color: var(--_colors---swatches-support--bordeaux);
}

.cta-bg-shape:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5) {
  color: var(--_colors---swatches-brand--bg-green);
}

.cta-bg-shape:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86) {
  color: var(--_colors---swatches-insights--dark-red);
}

.curriculum-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  position: absolute;
  inset: 0% -12.4rem 0% auto;
  overflow: hidden;
}

.footer-padding {
  padding-top: 6rem;
  padding-bottom: 3.75rem;
}

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

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

.footer_flex-item.is-last-column {
  width: 19.6141%;
}

.footer-heading {
  font-family: var(--_typeface---body-text-open-sauce-one);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  font-weight: 500;
  line-height: 1.3;
}

.footer-menu {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.footer_links {
  opacity: .5;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.social-flex {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

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

.social_links:hover {
  opacity: 1;
}

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

.footer-main-wrapper {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom_flex-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 35.6913%;
  display: flex;
}

.footer-bottom_flex-item.is-small {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 29%;
}

.footer-brand {
  width: 9.5rem;
  height: 2.8125rem;
}

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

.footer-bottom-text, .copyright-text {
  color: #ffffff80;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.3;
}

.copyright-link {
  opacity: .5;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-link:hover {
  opacity: 1;
}

.cta-padding {
  padding-top: 2.5rem;
}

.cta-image-loop {
  height: 100%;
}

.cta-inner-main {
  object-fit: cover;
  border-radius: 2.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 6.2rem;
  padding-bottom: 3.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.community-padding {
  padding-top: 15rem;
  padding-bottom: 0;
}

.community-hero-content {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.our_grid {
  grid-template-rows: auto;
  grid-template-columns: 67% 32.3846%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 81.25rem;
  display: grid;
}

.our_grid-item {
  grid-column-gap: 4.0625rem;
  grid-row-gap: 4.0625rem;
  flex-flow: column;
  margin-bottom: 3.3125rem;
  display: flex;
}

.our-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.our-text {
  color: var(--_colors---swatches-neutral--black);
  font-size: 2rem;
  font-weight: 400;
}

.our-text.text-color-dark-red {
  color: var(--_colors---swatches-insights--dark-red);
}

.our-inner-heading {
  font-family: var(--_typeface---body-text-open-sauce-one);
  color: var(--_colors---swatches-management--pink);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-bottom: -3rem;
  font-weight: 700;
  line-height: 1.4;
}

.our-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: .4375rem;
  display: grid;
}

.our-list-item {
  margin-bottom: 0;
}

.our-list-item.padding-inner {
  padding-right: 5rem;
}

.our_grid-image-wrapper {
  grid-column-gap: 4.0625rem;
  grid-row-gap: 4.0625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-shape {
  z-index: 0;
  background-color: var(--_colors---swatches-management--pink);
  border-radius: 99rem;
  width: 33.625rem;
  height: 33.625rem;
  position: absolute;
  inset: 100% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

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

.community-banner-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.banner-content {
  text-align: center;
  width: 100%;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

.year-main-wrapper {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  flex-flow: column;
  width: 100%;
  max-width: 78.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.year_grid {
  grid-template-rows: auto;
  grid-template-columns: 19.0779% 25% 17.8855%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.year_grid-item {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.year-span-style {
  font-family: Vollkorn, serif;
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  font-style: italic;
}

.year-span-number-style {
  font-family: var(--_typeface---headings-open-sauce-tow);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  font-weight: 900;
}

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

.brand_grid {
  grid-template-rows: auto;
  grid-template-columns: 39.2361% 55.2778%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.brand_grid-item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
  padding-left: 2.4375rem;
  display: flex;
}

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

.brand-inner-title {
  width: 100%;
  max-width: 21.0625rem;
}

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

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

.benefits_grid {
  grid-template-rows: auto;
  grid-template-columns: 42.5595% 54.6131%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.benefits_grid-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 43.125rem;
}

.benefits_grid-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.benefits-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.benefits-text {
  font-size: var(--_sizes---typography-text-sizes--xlg-text);
  letter-spacing: -.02em;
  line-height: 1.4;
}

.benefits-heading {
  color: var(--_colors---swatches-management--pink);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.02em;
  font-weight: 700;
  line-height: 1.2;
}

.services-main-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.services_grid-item {
  background-color: var(--_colors---swatches-management--dark-blue);
  text-align: center;
  border-radius: .75rem;
  padding: 1.5rem 2.25rem;
  text-decoration: none;
}

.services_grid-item.bg-color-bordeaux {
  background-color: var(--_colors---swatches-support--bordeaux);
}

.services_grid-item.bg-color-bg-green {
  background-color: var(--_colors---swatches-brand--bg-green);
}

.services_grid-item.bg-color-dark-red {
  background-color: var(--_colors---swatches-insights--dark-red);
}

.cta-text {
  color: #00000080;
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 400;
  line-height: 1.6;
}

.cta-text:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b) {
  color: var(--_colors---swatches-neutral--white);
  font-weight: 500;
}

.cta-text:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b), .cta-text:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5), .cta-text:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86) {
  color: var(--_colors---swatches-neutral--white);
}

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

.hero-sub-heading {
  color: var(--_colors---swatches-management--blue);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: -.8rem;
  font-weight: 700;
  line-height: 1;
}

.section-after {
  background-color: var(--_colors---swatches-management--dark-blue);
  border-bottom-right-radius: 105%;
  border-bottom-left-radius: 38%;
  width: 159%;
  height: 25rem;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
}

.section-after.is-support {
  background-color: var(--_colors---swatches-support--bordeaux);
  border-bottom-right-radius: 171%;
  border-bottom-left-radius: 41%;
  height: 30rem;
  top: 0%;
}

.section-after.is-social {
  background-color: var(--_colors---swatches-brand--bg-green);
  border-bottom-right-radius: 171%;
  border-bottom-left-radius: 41%;
  height: 30rem;
  top: 0%;
}

.section-after.is-insights {
  background-color: var(--_colors---swatches-insights--dark-red);
  border-bottom-right-radius: 171%;
  border-bottom-left-radius: 41%;
  height: 30rem;
  top: 0%;
}

.heading-style-cta {
  color: var(--_colors---swatches-listening--green);
  letter-spacing: -.03em;
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-cta:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86), .heading-style-cta:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5), .heading-style-cta:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b) {
  color: var(--_colors---swatches-brand--medium-aqua-green);
}

.heading-style-cta:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b) {
  color: var(--_colors---swatches-neutral--white);
}

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

  .tablet-hidden {
    display: none;
  }

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

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

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

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

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

  .section.support_section, .section.social_section {
    overflow: visible;
  }

  .section.community_section {
    background-color: var(--_colors---swatches-management--dark-blue);
    overflow: visible;
  }

  .section.support_section, .section.social_section {
    overflow: visible;
  }

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

  .show-tablet {
    display: block;
  }

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

  .text-size-xlarge.text-weight-semibold.text-color-bordeaux {
    font-size: var(--_sizes---typography-text-sizes--lg-text);
    font-size: var(--_sizes---typography-text-sizes--lg-text);
    font-size: var(--_sizes---typography-text-sizes--lg-text);
  }

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

  .hero-padding {
    padding-bottom: .9rem;
  }

  .hero-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heading {
    padding-bottom: 11px;
    font-size: 4rem;
  }

  .marquee_list {
    min-width: 100rem;
  }

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

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

  .results_grid-item {
    aspect-ratio: 1;
    min-height: auto;
  }

  .result-card-title.is-small {
    max-width: none;
  }

  .impact_grid-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .impact_grid-item.is-green, .impact_grid-item.is-aqua-green, .impact_grid-item.is-green, .impact_grid-item.is-aqua-green {
    padding-left: 1.5rem;
  }

  .impact-card-content {
    z-index: 4;
    max-width: 30rem;
    position: relative;
  }

  .impact-image {
    width: auto;
  }

  .impact-green-content {
    max-width: 100%;
  }

  .cta-floating-wrapper {
    margin-bottom: .3rem;
  }

  .cta-inner-wrapper {
    background-color: var(--_colors---swatches-neutral--white);
    border-radius: 1.5rem;
    padding-left: 2rem;
    overflow: visible;
  }

  .cta-inner-wrapper:where(.w-variant-d3e394fc-57c3-5c57-da45-de83b620830b) {
    background-color: var(--_colors---swatches-management--dark-blue);
  }

  .cta-inner-wrapper:where(.w-variant-03422ef1-699f-521f-b53a-d5fb3269c80b) {
    background-color: var(--_colors---swatches-support--bordeaux);
  }

  .cta-inner-wrapper:where(.w-variant-0d03ab99-2536-ab20-a494-8edfdfbc75a5) {
    background-color: var(--_colors---swatches-brand--bg-green);
  }

  .cta-inner-wrapper:where(.w-variant-93836f9f-655d-8503-64fc-8346c4383b86) {
    background-color: var(--_colors---swatches-insights--dark-red);
  }

  .cta-content {
    max-width: 28rem;
  }

  .cta-bg-shape {
    border-radius: 1.5rem;
    top: -6%;
  }

  .curriculum-wrapper {
    object-fit: cover;
  }

  .footer-padding {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

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

  .footer_flex-item {
    width: 25%;
  }

  .footer_flex-item.is-last-column {
    width: 20%;
  }

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

  .footer-main-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-bottom_flex-item {
    width: 47%;
  }

  .footer-bottom_flex-item.is-small {
    width: 43%;
  }

  .cta-padding {
    padding-top: 4rem;
  }

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

  .cta-inner-main {
    padding-top: 5rem;
  }

  .community-padding {
    margin-bottom: 0;
  }

  .our_grid-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .bg-shape {
    width: 20rem;
    height: 20rem;
    left: -9%;
  }

  .banner-content {
    max-width: 45rem;
  }

  .year-main-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .year_grid {
    grid-template-columns: 24% 38% 22%;
  }

  .benefits_grid {
    align-items: center;
  }

  .benefits_grid-image {
    height: auto;
  }

  .benefits_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .benefits-heading {
    font-size: 1.25rem;
  }

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

  .services_grid-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 7rem;
    display: flex;
  }

  .our-padding {
    padding-top: 7rem;
  }

  .hero-sub-heading {
    font-size: 2rem;
  }

  .section-after {
    width: 234%;
    top: 0%;
  }

  .section-after.is-support, .section-after.is-social, .section-after.is-insights, .section-after.is-support, .section-after.is-social, .section-after.is-insights {
    height: 25rem;
  }

  .support-hero-sub-heading {
    font-size: 2rem;
  }

  .orange-bg-shape {
    width: 30rem;
    height: 20rem;
  }

  .magic_grid {
    align-items: start;
  }

  .magic_grid-image {
    height: auto;
  }

  .creative_grid {
    justify-content: space-between;
    place-items: center;
    max-width: 40rem;
  }

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

  .creation_grid-image {
    height: auto;
  }

  .creation-heading {
    font-size: 4rem;
  }

  .support-padding {
    margin-bottom: 0;
    padding-top: 12rem;
  }

  .our-support-padding {
    padding-top: 8rem;
  }

  .sodial-our-sub-heading {
    font-size: 1.25rem;
  }

  .social-bg-shape {
    width: 25rem;
    height: 20rem;
  }

  .social_grid-image {
    height: auto;
  }

  .social-benefits-heading {
    font-size: 1.25rem;
  }

  .social-benefits_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .social-benefits_grid-image {
    height: auto;
  }

  .social-benefits_grid {
    align-items: start;
  }

  .insights-padding {
    margin-bottom: 0;
    padding-top: 12rem;
  }

  .insights-our_grid {
    align-items: center;
  }

  .insights-bg-shape {
    width: 30rem;
    height: 30rem;
  }

  .insights_grid-item {
    padding-right: 1.25rem;
  }

  .insights_grid-image {
    height: 100%;
  }

  .insights-benefits_grid {
    align-items: start;
  }

  .insights-benefits_grid-image {
    height: auto;
  }

  .insights-benefits_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .insights-benefits-heading {
    font-size: 1.25rem;
  }

  .about-heading {
    font-size: 3rem;
  }

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

  .team_grid-item {
    min-height: 20rem;
  }

  .join-item {
    grid-template-columns: 40% 24% 19%;
  }

  .thankyou-bg-shape {
    max-width: 40rem;
    height: 40rem;
    inset: -5% auto auto 0%;
  }

  .privacy-padding {
    padding-top: 10rem;
  }

  .policy-bg-shape {
    max-width: 50rem;
    height: 45rem;
  }

  ._404-bg-shape {
    inset: 0% 0% auto auto;
  }

  .contact-bg-shape {
    max-width: 40rem;
    height: 40rem;
    inset: -5% auto auto 0%;
  }

  .our-text-bold {
    font-size: 1.25rem;
  }

  .small-star {
    top: -9%;
    right: 10%;
  }

  .video {
    border-radius: 2.8rem;
    width: 17rem;
    height: 32.7rem;
  }

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

  .case-padding {
    padding-top: 11rem;
  }

  .case-heading {
    font-size: 3rem;
  }

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

  .radio-group {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .radio-group.is-list-active {
    border-radius: 1.3rem;
  }

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

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

  .single-case-padding {
    padding-top: 11rem;
  }

  .case-detail_grid {
    align-items: start;
  }

  .case-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .case-bg-shape {
    left: 0%;
  }

  .main-image {
    height: auto;
    margin-top: -5.3rem;
  }

  .bottom-wave {
    bottom: -22%;
  }
}

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

  .mobile-hidden {
    display: none;
  }

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

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

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

  .mobile-only {
    display: block;
  }

  .nav_menu {
    background-color: var(--_colors---swatches-brand--bg-green);
    height: calc(100vh - 4rem);
    padding: 2rem 1rem;
  }

  .nav_menu:where(.w-variant-9000b2e3-0fa3-516a-dd3c-10a44618d453) {
    background-color: var(--_colors---swatches-management--dark-blue);
  }

  .nav_menu:where(.w-variant-81a23ba7-66ce-10da-5f66-dead02406cc9) {
    background-color: var(--_colors---swatches-support--bordeaux);
  }

  .nav_menu:where(.w-variant-2ede3812-9ef8-bd1e-2bb0-ff6afaba67ab) {
    background-color: var(--_colors---swatches-insights--dark-red);
  }

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

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

  .nav-menu_button {
    padding: 1rem;
  }

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

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

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

  .nav-menu_list-item.has-button {
    flex-flow: column;
    width: 100%;
    margin-top: auto;
    margin-left: 0;
  }

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

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

  .nav_dropdown {
    width: 100%;
  }

  .nav_dropdown-toggle {
    width: 100%;
    font-size: var(--_sizes---typography-text-sizes--lg-text);
  }

  .nav_dropdown-navigation {
    background-color: var(--_colors---swatches-support--green);
    border-radius: .625rem;
    margin-top: 1rem;
    padding: 1rem;
    position: relative;
  }

  .nav_dropdown-navigation.w--open {
    margin-top: 1rem;
    position: static;
  }

  .home-nav_bg {
    z-index: 0;
    display: block;
  }

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

  .hero-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

  .marquee_list {
    min-width: 100rem;
  }

  .gradient-loop.is-left, .gradient-loop.is-right, .gradient-loop.is-left, .gradient-loop.is-right, .gradient-loop.is-left, .gradient-loop.is-right, .gradient-loop.is-left, .gradient-loop.is-right {
    width: 5rem;
  }

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

  .results-main-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .results_grid {
    flex-flow: column;
  }

  .result-card-title.is-small {
    max-width: 100rem;
  }

  .impact_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .impact_grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .impact_grid-item.is-green {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .impact_grid-item.is-orange {
    padding-right: 5rem;
  }

  .impact-green-content {
    padding-top: 2rem;
    padding-right: 1.25rem;
  }

  .impact-green-overlay {
    background-image: linear-gradient(0deg, #0000, #0000006b);
  }

  .imapct-green-shape {
    width: 50rem;
    height: 100%;
  }

  .imapct-green-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: static;
  }

  .imapct-aqua-image {
    width: 100%;
    height: 60%;
  }

  .cta-inner-wrapper {
    height: 100%;
    padding-bottom: 0;
  }

  .cta-content {
    max-width: 100%;
    padding-right: 2rem;
  }

  .curriculum-wrapper {
    max-width: 100%;
    height: 100%;
    margin-bottom: -17.3rem;
    margin-left: -1rem;
    position: static;
    overflow: hidden;
  }

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

  .footer_flex-item, .footer_flex-item.is-last-column, .footer_flex-item.is-last-column {
    width: 100%;
  }

  .social-flex {
    justify-content: flex-start;
  }

  .footer-bottom_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom_flex-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-bottom_flex-item.is-small {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

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

  .cta-inner-main {
    height: auto;
  }

  .community-padding {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

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

  .our_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .our-list-wrapper {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .bg-shape {
    width: 40rem;
    height: 30rem;
    top: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .year-main-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .year_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .brand_grid-image {
    height: 100%;
  }

  .benefits-main-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .services-main-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .our-padding {
    padding-top: 7rem;
  }

  .hero-sub-heading {
    font-size: 1.5rem;
  }

  .section-after {
    width: 250%;
    top: -6%;
  }

  .section-after.is-support, .section-after.is-social {
    height: 22rem;
  }

  .section-after.is-support, .section-after.is-social {
    height: 22rem;
  }

  .section-after.is-insights {
    height: 21rem;
  }

  .support-hero-sub-heading {
    font-size: 1.5rem;
  }

  .support-our_grid {
    flex-flow: column;
    display: flex;
  }

  .orange-bg-shape {
    width: 40rem;
    height: 30rem;
    top: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .support_grid-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .magic_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .magic_grid-image {
    height: 100%;
  }

  .magic_grid-item {
    padding-right: 1.25rem;
  }

  .magic-heading {
    font-size: 4rem;
  }

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

  .creation_grid {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .creation_grid-item {
    order: -9999;
  }

  .creation-heading {
    font-size: 3rem;
  }

  .support-padding {
    padding-top: 10rem;
  }

  .our-support-padding {
    padding-top: 7.5rem;
  }

  .social-hero-sub-heading {
    font-size: 1.5rem;
  }

  .social-our_grid {
    flex-flow: column;
    display: flex;
  }

  .social-bg-shape {
    width: 40rem;
    height: 30rem;
    top: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

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

  .social_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .social-benefits-sub-heading {
    font-size: 1.5rem;
  }

  .social-benefots-inner-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .social-benefits_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .insights-padding {
    padding-top: 10rem;
  }

  .insights-hero-sub-heading {
    font-size: 1.5rem;
  }

  .insights-our_grid {
    flex-flow: column;
    display: flex;
  }

  .insights-bg-shape {
    width: 40rem;
    height: 30rem;
    top: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

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

  .insights_grid-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .insights_grid-image {
    height: 100%;
  }

  .insights-benefits_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .about-hero_grid {
    flex-flow: column;
    display: flex;
  }

  .about-hero_grid-item {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

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

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

  .contact_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 45.8333% 45.9821%;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .join-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .title-wrapper {
    max-width: 100rem;
  }

  .policy-bg-shape {
    max-width: 35rem;
    height: 30rem;
  }

  ._404-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._404-bg-shape {
    inset: -17% -3% auto auto;
  }

  .small-star {
    display: block;
    inset: -15% -2% auto auto;
  }

  .impact-aqua-gradient {
    background-image: linear-gradient(3deg, #8bd2d3 45%, #0000 60%);
  }

  .image-wrapper {
    overflow: hidden;
  }

  .blog_cover-image.curve {
    min-height: 8rem;
  }

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

  .case-filter-block {
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    overflow: auto;
  }

  .case-filters-form {
    min-width: 135%;
  }

  .case-collection_list {
    flex-flow: column;
    display: flex;
  }

  .single-case-hero-content {
    margin-bottom: 3rem;
  }

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

  .case-image-wrapper {
    order: -9999;
  }

  .case-bg-shape {
    width: 100%;
    height: 40rem;
    top: -6%;
    left: 11%;
  }

  .main-image {
    object-fit: cover;
    margin-top: 0;
  }

  .star-image {
    display: none;
  }

  .bottom-wave {
    bottom: -8%;
  }

  .impact-gradient {
    z-index: 3;
    background-image: linear-gradient(90deg, var(--_colors---swatches-brand--dark-salmon) 70%, #fa5b3300);
    width: 80%;
    height: 100%;
  }
}

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

  .heading-style-h3.text-color-green-copy {
    font-size: var(--_sizes---typography-text-sizes--xlg-text);
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2.25rem;
    --_sizes---typography-heading-sizes--h4: 1.75rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--xlg-text: 1.75rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 84rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---paddings--md-section: 3rem;
    font-weight: 700;
    font-size: var(--_sizes---typography-text-sizes--xlg-text);
    font-weight: 700;
  }

  .heading-style-h1.text-color-support-pink, .heading-style-h1.text-color-aqua-green {
    font-size: var(--_sizes---paddings--sm-section);
    margin-top: -3rem;
  }

  .heading-style-h1.text-color-pink {
    font-size: var(--_sizes---paddings--sm-section);
  }

  .heading-style-h1.text-color-support-pink, .heading-style-h1.text-color-aqua-green {
    font-size: var(--_sizes---paddings--sm-section);
    margin-top: -3rem;
  }

  .heading-style-h1.text-color-light-aqua-green-2 {
    margin-top: -2.3rem;
  }

  .heading-style-h2.text-color-blue {
    padding-top: 25px;
  }

  .heading-style-h2.text-color-support-pink {
    margin-top: -3rem;
  }

  .heading-style-h2.text-color-aqua-green {
    margin-top: 0;
  }

  .heading-style-h2.text-color-red {
    margin-top: 1.5rem;
    margin-bottom: -6px;
    padding-bottom: 11px;
  }

  .text-size-medium.text-color-white {
    margin-top: 6px;
    line-height: 1.3;
  }

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

  .padding-section-medium {
    margin-top: -16px;
  }

  .text-color-green.display-inline-block {
    margin-top: 21px;
  }

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

  .results_grid {
    display: flex;
  }

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

  .impact_grid-item {
    aspect-ratio: 4 / 5;
    justify-content: flex-start;
    align-items: stretch;
  }

  .impact_grid-item.is-green {
    aspect-ratio: 1;
  }

  .impact_grid-item.is-aqua-green {
    aspect-ratio: 1;
    justify-content: flex-end;
    align-items: stretch;
  }

  .impact_grid-item.is-orange {
    aspect-ratio: auto;
    padding-top: 1.5rem;
    padding-bottom: 20rem;
    padding-right: 1.5rem;
  }

  .impact-image {
    height: 40%;
  }

  .impact-shape {
    height: 60%;
  }

  .impact-overlay {
    height: 80%;
  }

  .cta-inner-wrapper {
    height: auto;
    padding-left: 1.25rem;
  }

  .cta-content {
    margin-bottom: 2rem;
    padding-right: 1.25rem;
  }

  .cta-bg-shape {
    top: -3%;
  }

  .curriculum-wrapper {
    margin-bottom: -11.2rem;
    margin-left: -.6rem;
  }

  .footer-bottom_flex-item.is-small {
    flex-flow: wrap;
  }

  .cta-inner-main {
    border-radius: 0;
    padding-top: 2rem;
  }

  .community-padding {
    padding-bottom: 0;
  }

  .our_grid-item {
    margin-top: 5rem;
  }

  .our-title {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .our-text {
    margin-bottom: 4.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-text.text-color-dark-red {
    margin-bottom: 0;
    padding-bottom: 17px;
    padding-left: 0;
  }

  .our-inner-heading {
    margin-bottom: 0;
  }

  .brand_grid-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .our-padding {
    padding-top: 0;
  }

  .hero-sub-heading {
    margin-top: 0;
    font-size: 1.25rem;
  }

  .section-after {
    width: 250%;
    height: 20rem;
    top: 25%;
  }

  .section-after.is-social {
    height: 21rem;
  }

  .section-after.is-insights {
    height: 22rem;
  }

  .support-hero-sub-heading {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1;
  }

  .support-our-inner-heading.is-orange {
    margin-top: -3.8rem;
  }

  .support_grid-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .magic-heading {
    font-size: 3rem;
  }

  .divider {
    width: 100%;
  }

  .dynamic-main-wrapper {
    align-items: center;
  }

  .creative_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .creative_grid-list.minus-list {
    margin-left: -2.1rem;
  }

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

  .our-support-padding {
    padding-top: 4.3rem;
  }

  .social-hero-sub-heading {
    margin-top: 0;
    line-height: 1;
  }

  .social-our-text {
    margin-bottom: -57px;
  }

  .social-our_grid {
    align-items: stretch;
  }

  .social-benefits-title {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .social-benefits-sub-heading {
    margin-top: -.8rem;
    padding-left: 30px;
  }

  .insights-hero-sub-heading {
    line-height: 1;
  }

  .insights-our_grid {
    align-items: stretch;
    padding-top: 0;
    padding-left: 0;
  }

  .insights_grid-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero_grid-item {
    padding-bottom: 0;
    padding-left: 200px;
    padding-right: 200px;
  }

  .team-main-wrapper {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

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

  .team_grid-item, .team-content {
    min-height: 20rem;
  }

  .join-item {
    align-items: stretch;
  }

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

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

  .thankyou-bg-shape {
    top: -16%;
  }

  ._404-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._404-heading, ._404-heading-icon {
    height: 8rem;
  }

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

  ._404-bg-shape {
    top: -34%;
  }

  .contact-bg-shape {
    top: -12%;
  }

  .our-text-bold {
    padding-top: 16px;
  }

  .small-star {
    top: -5%;
    right: 15%;
  }

  .video {
    border-radius: 2.1rem;
    width: 11.8rem;
    height: 22.5rem;
  }

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

  .case-padding {
    padding-bottom: 0;
  }

  .case-filters-form {
    min-width: 248%;
  }

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

  .case-card-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .card-image {
    object-position: 50% 0%;
    order: -9999;
  }

  .hero-shape {
    background-color: var(--_colors---swatches-management--dark-blue);
    height: 5rem;
    top: 0%;
  }

  .hero-shape.single-case-page {
    background-color: #03245100;
  }

  .inner-shape {
    margin-top: 3.2rem;
    display: inline-block;
  }

  .single-case-page-shape {
    width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .case-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .case-bg-shape {
    top: -47%;
  }

  .bottom-wave {
    bottom: -10%;
  }

  .impact-gradient {
    background-image: linear-gradient(180deg, var(--_colors---swatches-brand--dark-salmon) 61%, #fa5b3300 90%);
    width: 100%;
  }
}
