:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---body-text-inter-tight: "Inter Tight", sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-switzer: Switzer, "Times New Roman", sans-serif;
  --_sizes---typography-heading-sizes--h1: 4.25rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 2.875rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_colors---swatches-neutral--blue-85: #2d3a55d9;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84.4375rem;
  --_colors---swatches-brand--primary: #273146;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --_colors---swatches-brand--secondary: #2d3a55;
  --_colors---swatches-brand--accent: #2f4e9c;
  --_colors---swatches-brand--dusty: #80819c;
  --_colors---swatches-neutral--white-80: #fffc;
  --_colors---swatches-brand--grey: #7d89a3;
  --_colors---swatches-brand--dark-blue: #111020;
  --_colors---swatches-neutral--light-grey: #f9fafb;
  --_colors---swatches-neutral--black-70: #000000b3;
  --_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-inter-tight);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 4.25rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 2.875rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 84.4375rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-switzer);
  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-switzer);
  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-switzer);
  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-switzer);
  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-switzer);
  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-switzer);
  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-inter-tight);
  margin-bottom: 0;
}

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

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

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

li {
  margin-bottom: 0;
}

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

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

blockquote {
  font-family: var(--_typeface---body-text-inter-tight);
  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%;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1;
}

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

.padding-section-small {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: var(--_sizes---paddings--sm-section);
}

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

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

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.3;
}

.text-size-regular.text-color-blue-85 {
  color: var(--_colors---swatches-neutral--blue-85);
}

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

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

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  letter-spacing: -.01em;
  line-height: 1.1;
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1;
}

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

.button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--primary);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  text-align: center;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .375rem .375rem 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

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

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

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

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

.hidden {
  display: none;
}

.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 {
  background-image: url("https://cdn.prod.website-files.com/69b9162e7a1c592d15bf83d8/69b966fba597cad64378cdf1_hero%20bg%20(6).webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  min-height: 100svh;
  display: flex;
}

.section.cta_section {
  padding-left: .625rem;
  padding-right: .625rem;
}

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

.btn-icon {
  background-color: var(--_colors---swatches-brand--secondary);
  color: var(--_colors---swatches-neutral--white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  padding: .3125rem;
  display: flex;
}

.btn-icon.is-white {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--primary);
  background-color: var(--_colors---swatches-neutral--white);
}

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

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

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

.text-color-white-80 {
  color: var(--_colors---swatches-neutral--white-80);
}

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

.text-color-grey.display-inline-block {
  display: inline-block;
}

.nav_menu {
  flex: 1;
}

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

.navigation {
  z-index: 999;
  padding-left: 2.875rem;
  padding-right: 2.875rem;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav_logo {
  width: 100%;
}

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

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

.nav_brand {
  width: 11.3125rem;
  height: 2.375rem;
  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.hidden {
  display: none;
}

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

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

.nav-styles {
  display: none;
}

.nav_bg {
  opacity: 0;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  background-color: #2d333533;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-main-wrapper {
  max-width: var(--_sizes---paddings--container);
  width: 100%;
  margin: 12rem auto 3.8125rem;
}

.hero-content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-text {
  width: 100%;
  max-width: 31rem;
}

.splide__list {
  flex-flow: row;
  display: flex;
}

.splide__slide.hero-slide {
  aspect-ratio: 340 / 134;
  aspect-ratio: 340 / 134;
  flex: none;
  width: 21.25rem;
}

.hero-slide-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
}

.hero-slider-wrapper {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #597b9233;
  border-radius: .5rem;
  width: 100%;
  max-width: 21.25rem;
  height: 100%;
  margin-top: 8rem;
  margin-left: auto;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff4d;
}

.hero-slider-wrapper.animate-hero-8 {
  box-shadow: inset -.5px 0 0 1px #ffffff4d;
}

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

.slide-icon {
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.slide-title-style {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  text-transform: capitalize;
  font-weight: 400;
}

.pagination {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.9rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  display: flex;
}

.dot {
  background-color: #ffffff80;
  border-radius: 99rem;
  width: .625rem;
  height: 3px;
}

.dot.active {
  background-color: #fff;
  width: 2rem;
}

.years_grid {
  grid-template-rows: auto;
  grid-template-columns: 33.1343% 62.3134%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.years_grid-item {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  display: flex;
}

.years_grid-image {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 33.4375rem;
}

.split-text-style {
  color: var(--_colors---swatches-brand--dark-blue);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1.2;
}

.years-content_grid {
  grid-column-gap: 2.4375rem;
  grid-row-gap: 2.4375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.years-content_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.years-icon {
  color: var(--_colors---swatches-brand--secondary);
  background-color: #eaf1f8;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: .5rem;
  display: flex;
}

.years-cards-title {
  color: var(--_colors---swatches-brand--dark-blue);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  font-weight: 500;
  line-height: 1.2;
}

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

.years-inner-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.matters-main-wrapper {
  background-image: url("https://cdn.prod.website-files.com/69b9162e7a1c592d15bf83d8/69b9b806d84cd0e13616f16d_matters%20bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  padding: 4rem 2.3125rem 3.125rem 3.125rem;
}

.matters-inner-main {
  grid-column-gap: 13.0625rem;
  grid-row-gap: 13.0625rem;
  flex-flow: column;
  display: flex;
}

.matters-title {
  grid-template-rows: auto;
  grid-template-columns: 28% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.matters_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;
  justify-content: space-between;
  display: grid;
}

.matters_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #597b9233;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  padding: 1.75rem;
  display: flex;
  box-shadow: inset -.5px 0 0 1px #ffffff4d;
}

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

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

.outcome_grid {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  height: 24.125rem;
  display: grid;
}

.outcome_grid-item {
  background-image: linear-gradient(153deg, #edf2f9, #edf2f933);
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.outcome_grid-item._01 {
  padding: 2.375rem 1.1875em 1.4375rem 1.4375rem;
}

.outcome-image {
  width: 12.125rem;
  height: 12.125rem;
  position: absolute;
  top: -1.2rem;
  left: auto;
  right: 0%;
}

.outcome-content {
  z-index: 1;
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.outcome-content._02 {
  grid-column-gap: 8.6875rem;
  grid-row-gap: 8.6875rem;
}

.outcome-content._03 {
  grid-column-gap: 11.375rem;
  grid-row-gap: 11.375rem;
}

.outcome-number {
  font-family: var(--_typeface---headings-switzer);
  color: #a4b0ca;
  font-size: var(--_sizes---typography-heading-sizes--h4);
  font-weight: 500;
  line-height: 1;
}

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

.leaders_grid {
  grid-template-rows: auto;
  grid-template-columns: 49.3708% 43.8194%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.leaders_grid-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.leaders_grid-image-wrapper {
  position: relative;
}

.leader-image {
  object-fit: cover;
  object-position: 100% 100%;
  border-radius: 1.5rem;
  width: 100%;
  height: 33.8125rem;
}

.leaders-content-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(3.125rem);
  backdrop-filter: blur(3.125rem);
  background-image: linear-gradient(#0a25364d, #243c4c33);
  border-radius: 1.25rem;
  flex-flow: column;
  width: 18.8125rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 2rem auto auto -4rem;
  box-shadow: inset 0 1px 1px 1px #ffffff4d;
}

.leader-icon {
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.leader-title {
  color: var(--_colors---swatches-neutral--white);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.leader-box-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.leader-box-text-title {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.5;
}

.leading-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.leading-text {
  width: 100%;
  max-width: 36rem;
}

.cta-main-wrapper {
  padding: 9.875rem var(--_sizes---paddings--padding-global) 8.1875rem;
  background-image: url("https://cdn.prod.website-files.com/69b9162e7a1c592d15bf83d8/69b9ce20f1a14228da144ece_cta%20bg%20(2).webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
}

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

.cta-title {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  display: flex;
}

.cta-text {
  width: 100%;
  max-width: 31.625rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-padding {
  padding-top: 3.125rem;
  padding-bottom: 1.9375rem;
}

.footer-main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

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

.footer_flex-right-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 8%;
  display: flex;
}

.footer-brand {
  width: 11.3125rem;
  height: 2.375rem;
}

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

.text-color-black-70 {
  color: var(--_colors---swatches-neutral--black-70);
}

.footer-heading {
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.4;
}

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

.footer_link {
  opacity: .7;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: .01em;
  text-transform: capitalize;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_link:hover {
  opacity: 1;
}

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

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

.copyright-text {
  color: var(--_colors---swatches-neutral--black-70);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: .01em;
}

.copyright-link {
  opacity: .7;
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: .01em;
  text-decoration: none;
}

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

.scripts, .splide-js {
  display: none;
}

.anchor {
  position: absolute;
  inset: -4rem 0% auto;
}

.footer-link {
  opacity: .7;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: .01em;
  text-transform: capitalize;
  text-decoration: none;
  transition: opacity .3s;
}

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

.hero-text-style {
  color: var(--_colors---swatches-neutral--light-grey);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.01em;
}

.hero-slider-text {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.overlay-wrapper {
  display: none;
}

.modal {
  z-index: 1001;
  background-color: #17171740;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.modal-close-img {
  object-fit: scale-down;
  width: 50%;
  height: 50%;
}

.modal-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 50rem;
  margin: auto;
  padding: 2.5rem 3.125rem;
  position: relative;
}

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

.modal-headings {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  border-bottom: .09375rem solid #ddd;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  display: flex;
}

.modal-close-btn {
  cursor: pointer;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.contact_logo {
  width: 2.25rem;
}

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

.form_label {
  color: #5e5e5e;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
}

.input {
  color: #222;
  background-color: #f5f6f8;
  border: .0625rem solid #ddd;
  border-radius: .75rem;
  height: 2.5rem;
  margin-bottom: 0;
  padding: 0 .75rem;
  font-size: 1rem;
}

.input::placeholder {
  color: #2222224d;
}

.input.text_area {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 8.875rem;
  min-height: 8.875rem;
  max-height: 8.875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
}

.form_button-flex {
  display: flex;
}

.success_msg {
  background-color: #0000;
  padding: 0;
}

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

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

.success_text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.form_block {
  margin-bottom: 0;
}

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

  .tablet-hidden {
    display: none;
  }

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

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

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

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

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

  .section.hero_section {
    background-position: 0%;
  }

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

  .show-tablet {
    display: block;
  }

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

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

  .years_grid-image {
    object-position: 50% 100%;
    height: 28rem;
  }

  .matters-main-wrapper {
    padding: 2.5rem 1.25rem 1.5rem 1.5rem;
  }

  .matters-inner-main {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .matters-title {
    grid-template-columns: 39% 60%;
  }

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

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

  .leader-image {
    height: 100%;
  }

  .cta-main-wrapper {
    background-position: 16% 39%;
  }

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

  .footer_flex-right-column {
    width: 13%;
  }

  .modal-wrapper {
    max-width: 44.6rem;
  }

  .success_flex {
    padding: 0;
  }
}

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

  .mobile-hidden {
    display: none;
  }

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

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

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

  .section.hero_section {
    background-image: url("https://cdn.prod.website-files.com/69b9162e7a1c592d15bf83d8/69b966fba597cad64378cdf1_hero%20bg%20(6).webp");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .nav_menu {
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
    background-color: #2d333533;
    height: 100svh;
    padding: 6rem 1rem 2rem;
  }

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

  .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;
    filter: invert();
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand {
    z-index: 9999;
  }

  .nav-menu_list-item.has-button {
    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_bg {
    display: block;
  }

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

  .hero-main-wrapper {
    z-index: 2;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10rem;
    display: flex;
    position: relative;
  }

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

  .hero-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .hero-slider-wrapper {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.75rem;
  }

  .hero-slider-wrapper.animate-hero-8 {
    inset: auto 0% 0%;
    height: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .pagination {
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }

  .years-content_grid {
    flex-flow: column;
    display: flex;
  }

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

  .matters-main-wrapper {
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .matters-inner-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .matters-title {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

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

  .outcome_grid {
    flex-flow: column;
    height: auto;
    display: flex;
  }

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

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

  .leaders_grid-image-wrapper {
    flex-flow: column;
    order: -9999;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .leader-image {
    width: 90%;
    height: 28rem;
  }

  .leaders-content-box {
    left: 0;
  }

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

  .cta-main-wrapper {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/69b9162e7a1c592d15bf83d8/69b9ce20f1a14228da144ece_cta%20bg%20(2).webp");
    background-position: 0 0, 13% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

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

  .footer_flex-right-column {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .footer-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer-bottom_flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    align-items: center;
  }

  .copyright-flex {
    order: 9999;
  }

  .overlay-wrapper {
    z-index: 1;
    mix-blend-mode: color;
    background-color: #8293adbf;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .modal-wrapper {
    max-width: 31.7rem;
    padding: 1.5rem;
    overflow: scroll;
  }

  .modal-headings {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .modal-close-btn.trigger-close-modal {
    top: 0;
    right: 0;
  }

  .contact_logo {
    width: 1.75rem;
    min-width: 1.75rem;
  }

  .input {
    border-radius: .5rem;
  }

  .form_grid {
    grid-column-gap: .5rem;
  }

  .success_headings {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

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

  .section.hero_section {
    background-position: 10%;
  }

  .hero-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-slider-wrapper {
    margin-top: 4rem;
  }

  .hero-slider-wrapper.animate-hero-8 {
    height: auto;
    margin-top: 2rem;
    padding-top: 1.25rem;
  }

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

  .pagination {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .matters_grid-item {
    padding: 1rem;
  }

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

  .outcome-content._02 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .outcome-content._03 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .leader-image {
    height: 26rem;
  }

  .leaders-content-box {
    width: 15rem;
    padding: 1.25rem;
  }

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

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

  .copyright-text {
    font-size: .7rem;
    line-height: 1;
  }

  .copyright-link, .footer-link {
    font-size: .7rem;
  }

  .hero-text-style {
    color: var(--_colors---swatches-neutral--light-grey);
    font-size: var(--_sizes---typography-text-sizes--sm-text);
  }

  .hero-slider-text {
    color: var(--_colors---swatches-neutral--white);
    font-size: var(--_sizes---typography-text-sizes--xs-text);
  }

  .modal {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .modal-headings {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .input {
    height: 2.25rem;
  }

  .input.text_area {
    height: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

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

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

#w-node-_06902011-edc0-0254-8558-a9907da08ab8-15bf83cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dff3f69f-e4e6-c13d-7cb8-5e9746c5d943-15bf83cf, #w-node-f7f3ab4d-aa5f-7b21-df4f-60785862e31d-15bf83cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dde9544-d898-2a33-beb7-55d2bf96f6cc-15bf83cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
