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

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

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Extrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --bg-color: #f3f3f3;
  --black: #151515;
  --pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>: #ee64ff;
  --white: #fbfbfb;
  --light-green: #b6c58030;
  --radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>: #150438;
  --radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>: white;
  --radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>: #6d6d6d;
  --radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #116df8;
  --radiant-ui-components-library--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>: #e0ecff;
  --radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>: #eff2ff;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  background-color: var(--bg-color);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.heading-2 {
  margin-bottom: 32px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: .95;
}

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

.container.medium {
  max-width: 100rem;
  display: flex;
}

.container.large {
  max-width: 85vw;
}

.container.small {
  text-align: left;
  max-width: 90rem;
}

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

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.hero-style-guide-wrapper {
  background-image: linear-gradient(0deg, #12121263, #12121200);
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  width: 90%;
  font-size: 1.1rem;
  overflow: visible;
}

.button {
  grid-row-gap: .25rem;
  color: #3f3f3f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.heading-4-vw {
  font-size: 2.3vw;
  font-weight: 500;
  line-height: .95;
}

.heading-4-vw.caps.font-weight-black {
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
}

.heading-4-vw.caps.font-weight-black.cor {
  color: #b8a8da;
}

.heading-4-vw.caps.font-weight-black.rp {
  color: #fcba8b;
}

.heading-4-vw.caps.font-weight-black.mw {
  color: #f7c4c9;
}

.heading-4-vw.caps.font-weight-black.fs {
  color: #b3c478;
}

.heading-4-vw.caps.font-weight-black.els {
  color: #9abfe1;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.text-size-small.text-weight-medium.areas-of-impact {
  color: var(--black);
  font-weight: 500;
  display: none;
}

.text-size-small.text-weight-bold.font-cabinet {
  font-family: Poppins, sans-serif;
}

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

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-gudie-content.horizontal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: .95;
  display: block;
}

.heading-1.font-cabinet {
  font-size: 5rem;
}

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

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

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.text-size-xlarge {
  font-size: 2.5rem;
}

.text-weight-semi-bold {
  font-weight: 600;
}

.style-guide-content {
  margin-bottom: 6rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.15;
}

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

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-3.text-weight-medium {
  font-weight: 400;
}

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

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000001f;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

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

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.divider-line {
  background-color: #dfddda;
  height: 1px;
}

.home-hero-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 18vh;
  margin-bottom: 18vh;
  display: flex;
}

.home-hero-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.hero-tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.caps.text-weight-medium.text-size-large {
  font-size: 1.25rem;
  font-weight: 400;
}

.pink-elipse {
  background-color: var(--pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>);
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.hero-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero-header.bigger {
  max-width: 102ch;
}

.hero-header.smaller {
  max-width: 95ch;
}

.header-description {
  max-width: none;
}

.header-description.text-weight-light {
  font-weight: 400;
}

.button-primary {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-image {
  position: relative;
  inset: 0%;
}

.circular-text {
  position: absolute;
}

.button-arrow {
  position: relative;
  inset: auto 0% 0%;
}

.areas-of-impact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  display: flex;
}

.areas-of-impact-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.areas-of-impact-card.w--current {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  display: block;
  overflow: hidden;
}

.areas-of-impact-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.areas-of-impact-content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.areas-of-impact-top-content {
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 15rem;
  display: flex;
}

.category-tag {
  width: 40px;
  height: auto;
  color: var(--white);
  border: 1px solid #ffffff30;
  border-radius: 15rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.category-tag.cor {
  background-color: #b8a8da;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
}

.category-tag.rp {
  background-color: #fcba8b;
  padding: .5rem 0;
}

.category-tag.mw {
  background-color: #f7c4c9;
  padding: .5rem 0;
}

.category-tag.fs {
  background-color: #b3c478;
  padding: .5rem 0;
}

.category-tag.els {
  background-color: #9abfe1;
  padding: .5rem 0;
}

.areas-of-impact-bottom-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-50ch {
  max-width: 50ch;
}

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

.big-numbers-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.big-numbers-component {
  grid-column-gap: 5.3vw;
  grid-row-gap: 5.3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 110ch;
  display: flex;
}

.big-number-div {
  width: auto;
}

.big-numbers-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.tabs-wrapper {
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.pricing-cards-wrapper {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 6rem;
  display: grid;
}

.pricing-card {
  background-color: var(--white);
  min-width: 22vw;
  height: 100%;
  min-height: 60vh;
  color: var(--black);
  border-radius: .4165vw;
  padding: 2.5rem 2.5rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.pricing-card-component {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.top-content {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-family: Cabinetgrotesk, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.password {
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing-card-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>);
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  padding: .833vw;
  display: flex;
}

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

.features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.features-component {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.check-icon {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .375rem;
  display: flex;
}

.pricing-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-right: 4.167vw;
  display: flex;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #e5e6e8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #e5e6e899;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.arrow {
  width: auto;
  height: auto;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.faq-heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 8.5rem;
  display: flex;
}

.max-width-60ch {
  max-width: 60ch;
}

.faq-hero {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 15vh;
  display: flex;
}

.blog-list-wrap {
  width: 100%;
  margin-top: 8rem;
}

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

.blog-card {
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
  color: var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-card-image {
  border-radius: .5rem;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.title-wrapper {
  max-width: 30vw;
  text-decoration: none;
}

.team-member-job {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .8;
  flex-flow: row;
  display: flex;
}

.team-member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  min-height: 30rem;
  display: flex;
  overflow: hidden;
}

.social-links {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.social-links:hover {
  color: var(--pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>);
  transform: translate(0, 1px);
}

.team-member-post {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 4rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 3.3rem 1rem 1rem;
  display: grid;
  overflow: hidden;
}

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

.section {
  background-color: var(--white);
  padding: 5rem 6rem;
}

.section.white-background {
  background-color: var(--white);
  padding-bottom: 5rem;
}

.section.white-background.hero {
  background-image: url('../images/AR23-24_HeroBG.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 0 0 0 5rem;
  font-size: 1rem;
  display: flex;
}

.section.white-background.areas-of-impact {
  padding-bottom: 2.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.section.white-background.testimonial-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.l-green-background {
  background-color: var(--light-green);
  padding: 5rem 6rem;
  overflow: hidden;
}

.section.l-green-background.bottom-less-padding {
  padding-bottom: 2rem;
}

.section.d-green-background {
  background-color: #b6c58078;
  padding: 5rem 6rem;
}

.section.d-green-background.top-less-padding {
  padding-top: 2rem;
}

.section.areas-of-impact-tabs-old {
  padding-top: 1rem;
  padding-bottom: 0;
  display: none;
}

.section.grey-background {
  background-color: #f3f3f300;
  padding-left: 6rem;
  padding-right: 6rem;
}

.section.grey-background.top-less-padding {
  padding-top: 2rem;
}

.section.message-ceo-grid {
  width: 100%;
  padding-left: 6rem;
  padding-right: 0;
}

.section.small {
  padding-top: 0;
}

.section.small.grey-background {
  background-color: #f3f3f3;
  padding: 3rem 6rem;
  font-size: 1.2rem;
  display: block;
}

.section.areas-of-impact-tabs-new {
  padding-top: 1rem;
  padding-bottom: 0;
}

.section.areas-of-impact-tabs-top-padding {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.section.testimonial-section {
  background-color: #fbfbfb;
  padding: 2rem 6rem;
}

.section.financial-strength {
  padding-top: 2rem;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.social-icons {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.blog-hero {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15vh;
  display: flex;
}

.blog-hero-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 70vw;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 80vh;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}

.mask-frame {
  z-index: 2;
  opacity: 1;
  background-color: #c9d4d8;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 15px;
  line-height: 1.2;
}

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

.event-item {
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.event-date {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.event-content {
  z-index: 10;
  border-top: 1px solid #15151526;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.event-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.event-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: flex;
}

.event-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.event-name {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.event-component {
  align-items: center;
  display: flex;
}

.event-info {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  display: flex;
}

.event-button {
  background-color: var(--pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>);
  color: var(--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.4rem;
  font-family: Cabinetgrotesk, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button.w--current {
  font-family: Cabinetgrotesk, sans-serif;
}

.event-category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  align-items: center;
  display: flex;
}

.event-content-wrapper {
  margin-top: 2rem;
  overflow: hidden;
}

.arrow-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  display: none;
  overflow: hidden;
}

.areas-of-impact-item {
  align-self: auto;
  width: 100%;
  height: auto;
}

.button-hover {
  background-color: var(--black);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.button-hover.bigger {
  width: 11rem;
  height: 11rem;
}

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

.button-hover-pricing {
  background-color: var(--pink\<deleted\|variable-6f15d74b-5381-8620-a7c1-2b225decb57a\>);
  border-radius: 50%;
  width: 35rem;
  height: 35rem;
  position: absolute;
}

.button-hover-pricing.small {
  width: 16rem;
  height: 16rem;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 4rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.credits {
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

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

.paragraph {
  color: #00000080;
}

.footer-social {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #0000;
  transform: translate(0, -2px);
}

.footer-link {
  color: #8e8c87;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--black);
  transform: translate(0, -2px);
}

.footer-component {
  background-color: #dbe3ec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.not-fount-text-size {
  font-size: 22rem;
  font-weight: 800;
  line-height: 1;
}

.button-home {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 3.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home.w--current {
  justify-content: center;
  align-items: center;
  font-family: Cabinetgrotesk, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-field-contact {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #15151526;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: var(--black);
  border-color: #212121;
}

.text-size-contact {
  font-size: 1.375rem;
}

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

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

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

.max-width-70ch {
  max-width: 70ch;
}

.contact-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

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

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper {
  width: 50%;
  margin-bottom: 0;
}

.form-content {
  width: 100%;
}

.services-image-sticky {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 260vh;
  position: relative;
}

.services-image-component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-image {
  border-radius: 2.125rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.font-cabinet {
  font-family: Cabinetgrotesk, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.link-block-navbar {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 1.8rem;
  display: flex;
}

.brand.w--current {
  width: 10rem;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.divider-line-instructions {
  background-color: var(--black);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.heading-2-instruction {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-top-description {
  margin-top: 2rem;
}

.link {
  color: #3c00ff;
  text-decoration: underline;
}

.link:hover {
  color: #3c00ff;
}

.link:visited {
  color: #9438bb;
}

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

.max-width-50ch-2 {
  max-width: 50ch;
}

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

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding: 12rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

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

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

.font-poppins {
  font-family: Poppins, sans-serif;
}

.card-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #131313 14%, #15151500);
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-4 {
  font-size: 3.7rem;
  line-height: 1;
}

.opacity-80 {
  opacity: .8;
}

.team-cards-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.team-cards-component {
  width: 100%;
}

.speakers-cards-collection-list {
  grid-column-gap: 1.38rem;
  grid-row-gap: 2.69rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-speakers {
  perspective: 1000px;
}

.team-image {
  border-radius: .2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image.border-team {
  border-radius: 1rem;
}

.team-cards-content {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.speakers-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.highlight {
  opacity: .05;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.highlight.team-card {
  width: 12rem;
  height: 12rem;
  position: absolute;
}

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

.exit {
  z-index: 5;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: .5rem;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.webflix-link {
  color: #101828;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-embed {
  display: flex;
}

.green-elipse {
  background-color: #9d9cd3;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.message-from-ceo-tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.message-from-ceo-tag.eyebrow-no-padding {
  margin-bottom: 8px;
  font-size: .75rem;
}

.editorial-signature {
  margin-top: 40px;
}

.link-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.logo-img {
  object-fit: contain;
}

.areas-of-impact-cover-img {
  cursor: auto;
  height: 100%;
  display: inline;
  overflow: visible;
}

.credentials {
  -webkit-text-stroke-color: #687f94;
  font-size: 14px;
}

.ost-name-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flip-box-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #879aaa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ost-card-content {
  backface-visibility: hidden;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ost-contain {
  color: #1f1f1f;
}

.ost-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  overflow: visible;
}

.ost-headshot {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-bottom: 24px;
}

.ost-grid_wrapper.cfo {
  display: none;
}

.team-position {
  color: #1f1f1f;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.team-position.bod-padding {
  text-align: left;
  margin-top: 0;
}

.leadership-name {
  color: #1f1f1f;
  text-align: center;
  -webkit-text-stroke-color: #687f94;
  flex: 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.ost-card {
  min-height: 300px;
  position: relative;
}

.flip-box-text {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.flip-box-text.divisions {
  font-weight: 300;
}

.grid-2 {
  grid-column-gap: 0px;
}

.bod-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 0;
  padding: 10px 10px 10px 0;
}

.bod-stack.executive-board {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
}

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

.ost-name-copy {
  color: #1f1f1f;
  text-align: center;
  -webkit-text-stroke-color: #687f94;
  font-size: 16px;
  font-weight: 700;
}

.bod-name {
  display: flex;
}

.bod {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  margin-top: 40px;
  padding: 0;
}

.text-span, .text-span-2 {
  font-weight: 400;
}

.cell {
  text-align: left;
  flex-flow: column;
  display: flex;
}

.bod-name-left-align {
  color: #1f1f1f;
  text-align: left;
  -webkit-text-stroke-color: #687f94;
  flex: 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.section-timeline-heading {
  z-index: 1;
  background-color: #0a0a0a;
  position: absolute;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

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

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

.slider-2 {
  width: 50%;
}

.right-arrow {
  flex-flow: column;
  display: none;
}

.timeline-page-wrapper {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: 50rem;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.circle_wrap {
  flex: none;
  width: 90em;
  height: 27.5rem;
  margin-top: 0;
  padding-top: 100px;
  padding-right: 0;
  overflow: hidden;
}

.circle-height {
  width: 55rem;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55rem;
  padding-right: 0;
  position: relative;
}

.circle {
  text-align: center;
  border: 3px solid #202020;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: opacity .2s, transform .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle_wrapper {
  width: 100%;
  height: 100%;
}

.circle_list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circle_item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.circle_item.item_1 {
  position: relative;
}

.circle_item.item_2 {
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(-40deg);
}

.circle_item.item_3 {
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(40deg);
}

.circle_number {
  z-index: 3;
  width: auto;
  height: auto;
  margin-top: -65.5px;
  padding-left: 0;
  position: relative;
}

.circle_text {
  z-index: 1;
  width: 65%;
  margin-top: 0%;
  margin-bottom: 0;
  position: absolute;
  inset: 19% 17.5% auto auto;
}

.circle_dot {
  z-index: 5;
  background-color: red;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1em;
  line-height: 1.6;
  position: relative;
}

.circle_text_container {
  display: none;
}

.circle_text_container.middle_step {
  display: block;
}

.circle_date {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.6;
}

.div-block {
  flex-flow: row;
  display: flex;
}

.image-2 {
  height: 3%;
}

.map-section {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 60px 10px 80px;
  position: relative;
  overflow: hidden;
}

.content-container {
  max-width: 90%;
}

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

.location-map {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 70%;
}

.office-locations {
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text {
  font-size: 16px;
}

.areas-of-impact-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #8b8b8b;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-position-relative {
  position: relative;
}

.rt-number-img-bg-inner {
  width: 200px;
  height: 200px;
  color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.tab-link-co-r {
  background-color: #0000;
  border-radius: 50px;
}

.tab-link-co-r.w--current {
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-el-s {
  background-color: #0000;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-el-s.w--current {
  background-color: #0000;
}

.tab-link-fs {
  background-color: #0000;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-fs.w--current {
  background-color: #0000;
}

.tab-link-mh-w {
  background-color: #0000;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-mh-w.w--current {
  background-color: #0000;
}

.tab-link-r-p {
  background-color: #0000;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-r-p.w--current {
  background-color: #0000;
}

.by-the-numbers-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  flex: 1;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  display: flex;
}

.dot {
  z-index: 3;
  width: 12px;
  height: 12px;
  color: var(--black);
  background-color: #eeeff4;
  border-radius: 50%;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.by-the-numbers {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: var(--\<unknown\|variable-833923e3-7c54-040c-5b0e-fd7538b0e992\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.btn {
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.btn-block {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 55vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  -webkit-text-fill-color: inherit;
  background-color: #016dd1;
  background-clip: border-box;
  width: 7px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.by-the-numbers-header {
  color: #151515;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.by-the-numbers-header.research {
  font-size: 2rem;
}

.by-the-numbers-description {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.btn-content-section {
  text-align: center;
}

.btn-content-section.hidden {
  display: none;
}

.scroll-animate-blue, .scroll-animate-green, .scroll-animate-red {
  transform-origin: 50% 0;
  background-color: #006cd1;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate-orange {
  transform-origin: 50% 0;
  background-color: #fcba8b;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.category-card-r-p, .category-card-mh-w, .category-card-fs, .category-card-el-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.chart-row-copy {
  background-color: #f5f5f5;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 15px 20px;
  display: flex;
}

.chart-row-copy.right-stroke {
  background-color: #b6c780;
  border-top: 1px #969a9c;
  border-left: 1px #969a9c;
  border-right-color: #969a9c;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chart-row-h {
  color: #1f1f1f;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.financial-strength_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 60px;
}

.table-cell {
  color: #1f1f1f;
  text-align: center;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  display: flex;
}

.table-cell.total {
  font-weight: 600;
}

.chart-rows {
  border-bottom: 1px solid #bec3c7;
  display: flex;
}

.chart-rows.total {
  background-color: #ecf0f1;
}

.grid-finance-flex {
  border: 1px #bec3c7;
  border-style: solid none none solid;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 0 10px -3px #0000007a;
}

.grid-finance-flex.headstart-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

.grid-finance-flex.headstart-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.table-cell-header {
  color: #1f1f1f;
  text-align: center;
  background-color: #b6c780;
  border-top: 1px #969a9c;
  border-right: 1px solid #969a9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
}

.table-cell-header.no-right-stroke {
  background-color: #b6c780;
  border-right-style: none;
  width: 50%;
}

.chart-row-t {
  color: #1f1f1f;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.chart-row-t.total {
  font-weight: 600;
}

.chart-row {
  background-color: #0000;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 15px 20px;
  display: flex;
}

.chart-row.chart-row-double {
  background-color: #0000;
  width: 50%;
}

.financial-strength_div {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

.financial-strength_div.last-div {
  margin-bottom: 0;
}

.grid-financial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
}

.big-numbers {
  width: 90%;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: .95;
}

.big-numbers.font-cabinet {
  font-size: 5rem;
}

.big-numbers.test-fs-component {
  display: none;
}

.chart-row-double {
  background-color: #f5f5f5;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 15px 20px;
  display: flex;
}

.chart-row-double.right-stroke {
  background-color: #b6c780;
  border-top: 1px #969a9c;
  border-left: 1px #969a9c;
  border-right-color: #969a9c;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chart-row-h-2 {
  color: #1f1f1f;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.chart-row-t-2 {
  color: #1f1f1f;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.chart-row-t-2.total {
  font-weight: 600;
}

.chart-row-t-3 {
  color: #1f1f1f;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-2 {
  text-transform: uppercase;
  font-weight: 500;
}

.areas-of-impact-description {
  background-color: var(--bg-color);
  text-align: left;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 50px;
  padding: 50px;
  display: inline-block;
}

.areas-of-impact-paragraph {
  text-align: left;
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
}

.by-the-numbers-title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.by-the-numbers-title.heading-4 {
  letter-spacing: 1px;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 300;
}

.category-tabs-header {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.category-tabs-header.heading-4 {
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.7rem;
  font-weight: 400;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper-2 {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper-2.rticon-two {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-dotted-line-2 {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper-2 {
  max-width: 495px;
}

.rt-border-radius-six-2 {
  border-radius: 6px;
}

.rt-advertise-content-wrapper-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-position-relative-2 {
  position: relative;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-margin-top-fifteen {
  margin-top: 15px;
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
}

.rt-home-one-our-service-heading {
  max-width: 20ch;
}

.rt-home-one-service-top-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-short-header {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.rt-home-one-service-card-line {
  opacity: .2;
  background-color: #07070780;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

.rt-small-counter-text.rt-text-white-two {
  color: #150438;
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-home-one-service-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 95px;
  display: grid;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-home-one-service-large-number-wrap {
  flex: none;
  padding-left: 48px;
  position: relative;
}

.rt-home-one-service-bottom-card, .rt-home-one-service-section-wrap {
  align-items: stretch;
}

.rt-counter.rt-heading-three-counter {
  height: 35px;
  overflow: hidden;
}

.rt-home-one-service-card-top-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-color: #f5f5fb;
  border-radius: 100%;
  min-width: 117px;
  min-height: 117px;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-home-one-our-service-top-right-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-bottom: 6px;
}

.rt-home-one-service-large-number-image {
  z-index: 2;
  position: relative;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-text-black {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-home-one-tab-wrap {
  perspective: 500px;
  padding-bottom: 170px;
  position: relative;
}

.rt-home-one-tab-link-wrap {
  align-items: stretch;
}

.rt-home-one-tab-image-overlay {
  z-index: 2;
  background-image: linear-gradient(#00001a00, #00001ae6);
  position: absolute;
  inset: 0%;
}

.rt-home-one-service-bottom-block {
  display: flex;
}

.rt-tab-image-two-wrap-2 {
  z-index: 1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-tab-link {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  white-space: normal;
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  padding: 40px 30px 40px 60px;
}

.rt-home-one-tab-link.w--current {
  background-color: var(--radiant-ui-components-library--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border-bottom-style: none;
  border-bottom-color: #fff0;
  border-radius: 10px;
}

.rt-home-one-tab-link.rt-top-border {
  border-top: 1px solid #ffffff4d;
}

.rt-home-one-tab-link.rt-top-border.w--current {
  border-top-color: #fff0;
}

.rt-home-one-tab-contain {
  width: 100%;
  max-width: 407px;
  margin-right: 100px;
}

.rt-home-one-tab-menu {
  flex-flow: column;
  width: 100%;
  max-width: 742px;
  display: flex;
}

.rt-home-one-tabe-image-block-two {
  transform-style: preserve-3d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(0);
}

.rt-home-one-tab-contain-box {
  overflow: hidden;
}

.rt-tab-image-one-wrap-2 {
  border-radius: 4px;
  overflow: hidden;
}

.rt-home-one-tab-image-block-one {
  z-index: 2;
  transform-style: preserve-3d;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  transform: rotateX(0)rotateY(13deg)rotateZ(0);
}

.rt-tab-description {
  white-space: normal;
  max-width: 47ch;
  margin-top: 25px;
  margin-bottom: 0;
}

.rt-heading-five-size {
  font-size: 21px;
  font-weight: 400;
}

.message-from-ceo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 15px solid #b6c580eb;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  height: 60%;
}

.ceo-responsive {
  background-color: var(--white);
  border-radius: 160px;
  width: 40%;
  height: 100%;
}

.dr_o_sign-img {
  width: 200px;
}

.fs-numbercount_number {
  font-size: 4rem;
  line-height: 1;
}

.fs-numbercount_number.big-numbers {
  padding-right: 0;
}

.big-numbers-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.btn-number_img {
  width: auto;
}

.btn_button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #92a0ad;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.btn_button:hover {
  background-color: #2c5576;
}

.btn_button.w--current {
  background-color: #2e80b6;
}

.btn_button.light-background {
  background-color: #0a3b60;
  border-radius: 30px;
  align-self: auto;
  margin-top: 16px;
  font-size: 14px;
}

.btn_button.light-background:hover {
  background-color: #0a3b60bf;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #92a0ad;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-2:hover {
  background-color: #2c5576;
}

.button-2.w--current {
  background-color: #2e80b6;
}

.button-2.light-background {
  background-color: #799b3e;
  border-radius: 30px;
  font-size: 14px;
}

.button-2.light-background:hover {
  background-color: #b6c780;
}

.text-block-3 {
  font-size: 14px;
}

.button_center {
  text-align: center;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-card-two {
  border: 1px #e4ebf3;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 24px;
  font-weight: 400;
}

.testimonial-info-three {
  background-color: #f1f1f1;
  border-radius: 18px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-author {
  font-weight: 700;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-quote_img {
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  width: 8%;
  height: auto;
  overflow: clip;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-5 {
  width: 20%;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block-2 {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap-2 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate-2 {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.rt-tag {
  color: var(--radiant-ui-components-library--color--linear-color-two\<deleted\|variable-0d6d2b37-af11-268f-1f44-334c65813a0d\>);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-tag.rt-text-black-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.btn-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-three-x-card-section-two {
  border-radius: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-overflow-none-2 {
  overflow: hidden;
}

.btn-wrap {
  align-items: stretch;
}

.btn-wrap.hidden {
  display: none;
}

.btn-grid-community {
  grid-column-gap: 32px;
  grid-row-gap: 51px;
  border-bottom: 1px #0000001a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
  display: grid;
  position: relative;
  overflow: visible;
}

.btn-grid-community.hidden {
  display: none;
}

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-margin-top-twenty-seven.rt-component-text {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-home-two-award-image-block {
  display: block;
}

.rt-home-two-award-button {
  border: 1px solid var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.rt-home-two-award-left-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-content {
  border-top: 1px solid #ffffff1a;
  flex-flow: column;
  align-items: stretch;
  margin-top: 40px;
  display: block;
}

.rt-text-black-2 {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-three {
  color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.btn-img-community {
  width: 50%;
  min-width: 50%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-3 {
  flex: 1;
  width: 40%;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.btn-header {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 150%;
}

.areas-of-impact-section {
  background-color: var(--white);
  padding: 3rem 6rem 5rem;
}

.areas-of-impact-section.white-background {
  background-color: var(--white);
  padding-bottom: 5.5rem;
}

.areas-of-impact-section.white-background.hero {
  padding-bottom: 5.5rem;
}

.areas-of-impact-section.l-green-background {
  background-color: var(--light-green);
  overflow: visible;
}

.areas-of-impact-section.l-green-background.bottom-less-padding {
  padding-bottom: 2rem;
}

.areas-of-impact-section.d-green-background {
  background-color: #b6c58078;
}

.areas-of-impact-section.d-green-background.top-less-padding {
  padding-top: 2rem;
}

.areas-of-impact-section.areas-of-impact-tabs-old {
  padding-top: 1rem;
  padding-bottom: 0;
  display: block;
}

.areas-of-impact-section.grey-background {
  background-color: #f3f3f357;
}

.areas-of-impact-section.grey-background.top-less-padding {
  padding-top: 2rem;
}

.areas-of-impact-section.message-ceo-grid {
  width: 100%;
}

.areas-of-impact-section.small {
  padding-top: 0;
}

.areas-of-impact-section.small.grey-background {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.2rem;
  display: block;
}

.areas-of-impact-section.areas-of-impact-tabs-new {
  padding-top: 1rem;
  padding-bottom: 0;
}

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

.image-6 {
  position: static;
}

.div-block-6 {
  position: absolute;
}

.up-right-arrow {
  flex: 1;
  width: 40%;
  max-width: none;
  height: auto;
  overflow: clip;
}

.areas-of-impact-list-wrapper {
  display: block;
}

.tabs, .tabs-header-none {
  display: none;
}

.areas-of-impact-section-timeline-copy {
  background-color: var(--white);
  padding: 5.5rem 3rem;
  display: none;
}

.areas-of-impact-section-timeline-copy.white-background {
  background-color: var(--white);
  padding-bottom: 5.5rem;
}

.areas-of-impact-section-timeline-copy.white-background.hero {
  padding-bottom: 5.5rem;
}

.areas-of-impact-section-timeline-copy.l-green-background {
  background-color: var(--light-green);
  overflow: visible;
}

.areas-of-impact-section-timeline-copy.l-green-background.bottom-less-padding {
  padding-bottom: 2rem;
}

.areas-of-impact-section-timeline-copy.d-green-background {
  background-color: #b6c58078;
}

.areas-of-impact-section-timeline-copy.d-green-background.top-less-padding {
  padding-top: 2rem;
}

.areas-of-impact-section-timeline-copy.areas-of-impact-tabs-old {
  padding-top: 1rem;
  padding-bottom: 0;
  display: block;
}

.areas-of-impact-section-timeline-copy.grey-background {
  background-color: #f3f3f357;
}

.areas-of-impact-section-timeline-copy.grey-background.top-less-padding {
  padding-top: 2rem;
}

.areas-of-impact-section-timeline-copy.message-ceo-grid {
  width: 100%;
}

.areas-of-impact-section-timeline-copy.small {
  padding-top: 0;
}

.areas-of-impact-section-timeline-copy.small.grey-background {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.2rem;
  display: block;
}

.areas-of-impact-section-timeline-copy.areas-of-impact-tabs-new {
  padding-top: 1rem;
  padding-bottom: 0;
}

.areas-of-impact-section-timeline-copy.areas-of-impact-tabs-timeline-copy {
  padding-top: 1rem;
  padding-bottom: 0;
  display: block;
}

.areas-of-impact-header {
  background-color: var(--bg-color);
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 50px;
}

.btn-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  width: 100%;
}

.image-7 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: auto;
  display: inline-flex;
}

.image-8 {
  width: 30%;
  max-width: none;
  height: auto;
}

.image-9 {
  width: 40%;
  max-width: none;
  height: auto;
}

.hero-image {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: clip;
}

.ceo {
  background-color: var(--white);
  border-radius: 160px;
  width: 40%;
  height: 100%;
  display: none;
}

.areas-of-impact-tabs-menu-old {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #8b8b8b;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: none;
  overflow: visible;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider-3 {
  background-color: #fbfbfb;
  height: auto;
}

.left-arrow, .right-arrow-2 {
  display: none;
}

.testimonial {
  text-align: center;
}

.slide-nav-2 {
  margin-top: 20px;
  position: relative;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.category-card-text {
  color: #000;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.category-card-text.rt-text-white {
  color: #fff;
}

.rt-text-white {
  color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.category-card-content {
  background-color: var(--bg-color);
  color: #6d6d6d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  overflow: visible;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.spaces-padding {
  padding-top: 20px;
}

.spaces-padding.spaces-extra-padding {
  color: var(--black);
  background-color: #f3f3f3;
  flex-flow: row;
  align-items: stretch;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.category-card-title-row {
  color: #6d6d6d;
  background-color: #adc5e0;
  border-radius: 0;
  flex-flow: row;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: visible;
}

.category-card-title {
  color: #6d6d6d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 23px;
  display: flex;
  position: static;
}

.category-image-box {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

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

.category-cover-image.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.category-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.category-card.category {
  background-color: var(--bg-color);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.category-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fbfbfb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 40px;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.my-slider-progress-bar {
  background-color: #cd00d1;
  width: 0;
  height: .25rem;
  transition: width .4s;
}

.splide-component {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.my-slider-progress {
  background-color: #ececec;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

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

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

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

.splide.steps {
  z-index: 99;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-componnet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__list.year {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.splide__track {
  width: 100%;
  overflow: hidden;
}

.splide__track.is--main {
  padding: 3rem;
}

.clone-me {
  background-color: #f8f9fa;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.padding-xhuge {
  padding: 10rem;
}

.splide__slide {
  flex: none;
  width: 100%;
}

.splide__slide.slide--year {
  flex: 1;
  width: auto;
  transition: font-size .2s, color .4s;
}

.slide-2 {
  text-align: left;
  height: auto;
  padding: 60px 60px 40px;
}

.slide-nav-3 {
  height: auto;
  padding-bottom: 20px;
  font-size: 1rem;
  position: relative;
}

.mask-2 {
  height: auto;
}

.slider-4 {
  background-color: var(--bg-color);
  border-radius: 20px;
  height: auto;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.left-arrow-2, .right-arrow-3 {
  display: none;
}

.image-10 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: inline-flex;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.icon {
  display: none;
}

.btn-flex-horizontal-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.btn-img-research {
  object-fit: contain;
  width: 100%;
}

.btn-grid-research {
  grid-column-gap: 56px;
  grid-row-gap: 52px;
  border-bottom: 1px #0000001a;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
  display: grid;
  position: relative;
}

.btn-grid-research.hidden {
  display: none;
}

.btn-grid-early-learning {
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  border-bottom: 1px #0000001a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
  display: grid;
  position: relative;
}

.btn-grid-early-learning.hidden {
  display: none;
}

.btn-img-early-learning {
  width: 50%;
  min-width: 50%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

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

.areas-of-impact-title {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.our-spaces-card {
  border-radius: 0;
  padding: 30px;
}

.our-spaces-text {
  color: #000;
}

.program-highlights {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.program-highlights-header {
  font-weight: 500;
}

.program-highlights-text {
  margin-top: 8px;
}

.program-highlights-icon {
  width: 50%;
  height: auto;
}

.ph-icon-block {
  margin-bottom: 16px;
  display: block;
}

.dropdown-link {
  padding-top: 15px;
}

.dropdown-link:hover {
  color: #1515158a;
}

.dropdown-link.w--current {
  color: var(--black);
  padding-bottom: 15px;
}

.dropdown-link-2 {
  padding-top: 15px;
}

.dropdown-link-2.w--current {
  padding-bottom: 15px;
}

.dropdown-link-3 {
  padding-top: 15px;
}

.dropdown-link-3.w--current {
  padding-bottom: 15px;
}

.link_2 {
  color: #3c00ff;
  text-decoration: underline;
}

.link_2:hover, .link_2:visited {
  color: #74008b;
}

.download-pdf {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #92a0ad;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.download-pdf:hover {
  background-color: #2c5576;
}

.download-pdf.w--current {
  background-color: #2e80b6;
}

.download-pdf.light-background {
  background-color: #0a3b60;
  border-radius: 30px;
  align-self: auto;
  margin-top: 0;
  font-size: 14px;
}

.download-pdf.light-background:hover {
  background-color: #0a3b60bf;
}

@media screen and (min-width: 1280px) {
  .areas-of-impact-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section.white-background {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.white-background.hero {
    padding-left: 8rem;
  }

  .section.white-background.areas-of-impact, .section.l-green-background, .section.d-green-background {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.message-ceo-grid {
    padding-left: 8rem;
  }

  .section.small.grey-background, .section.testimonial-section, .section.financial-strength {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-block {
    width: 40%;
  }

  .rt-home-one-service-bottom-block {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-tab-link {
    border-radius: 8px;
  }

  .rt-home-two-award-left-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .areas-of-impact-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .areas-of-impact-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .program-highlights-text {
    white-space: normal;
    word-break: normal;
  }

  .program-highlights-icon {
    width: 40%;
  }
}

@media screen and (min-width: 1440px) {
  .heading-4-vw.caps.font-weight-black {
    font-size: 1.5rem;
  }

  .home-hero-component {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .areas-of-impact-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section {
    padding-left: 5rem;
  }

  .section.white-background {
    border-top-right-radius: 6px;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.white-background.areas-of-impact, .section.l-green-background, .section.d-green-background {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.message-ceo-grid {
    padding-left: 8rem;
  }

  .section.small.grey-background {
    background-color: #f3f3f3;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.testimonial-section, .section.financial-strength {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .flip-box-back {
    backface-visibility: hidden;
    background-color: #879aaa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .ost-card-content {
    backface-visibility: hidden;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    inset: 0%;
  }

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

  .ost-headshot {
    width: 150px;
    height: 150px;
    max-height: none;
  }

  .ost-card {
    min-height: 0;
    position: relative;
  }

  .flip-box-text {
    color: #fff;
  }

  .map-section {
    border-right-style: solid;
  }

  .locations {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .5fr;
    justify-content: stretch;
  }

  .location-map {
    max-width: 70%;
  }

  .by-the-numbers-container {
    max-width: 90%;
  }

  .img-block {
    width: 40%;
  }

  .scroll-animate {
    background-color: #016dd1;
  }

  .by-the-numbers-header.research {
    font-size: 2rem;
  }

  .chart-row-copy {
    background-color: #b6c780;
  }

  .chart-row-copy.right-stroke {
    border-right-color: #969a9c;
    width: 65%;
  }

  .chart-row-h {
    font-weight: 600;
  }

  .financial-strength_grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .table-cell {
    width: 60%;
  }

  .table-cell.total {
    font-weight: 600;
  }

  .table-cell-header {
    background-color: #b6c780;
    border-right-color: #969a9c;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .table-cell-header.no-right-stroke {
    border-right-style: none;
    width: 60%;
  }

  .chart-row-t {
    font-size: 16px;
  }

  .chart-row-t.total {
    font-weight: 600;
  }

  .chart-row {
    width: 65%;
  }

  .grid-financial {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .chart-row-double {
    background-color: #b6c780;
  }

  .chart-row-double.right-stroke {
    border-right-color: #969a9c;
    width: 50%;
  }

  .chart-row-h-2 {
    font-weight: 600;
  }

  .chart-row-t-2 {
    font-size: 16px;
  }

  .chart-row-t-2.total {
    font-weight: 600;
  }

  .chart-row-t-3 {
    font-size: 16px;
  }

  .ceo-responsive {
    border-radius: 170px;
    width: 30%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-2 {
    width: 100%;
    height: 100%;
  }

  .dr_o_sign-img {
    width: 200px;
    height: auto;
  }

  .btn-number_img {
    max-width: 80%;
  }

  .btn-wrap {
    padding: 0;
  }

  .btn-grid-community {
    grid-column-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .btn-img-community {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .div-block-5 {
    flex-flow: row;
  }

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

  .areas-of-impact-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .areas-of-impact-header {
    text-align: center;
  }

  .ceo {
    border-radius: 170px;
    width: 30%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spaces-padding.spaces-extra-padding {
    padding-left: 20px;
    padding-right: 30px;
  }

  .category-image-box {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .category-card.category {
    background-color: #f3f3f3;
    border-radius: 6px;
  }

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

  .btn-flex-horizontal-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .image-11 {
    width: 50%;
  }

  .btn-img-research {
    width: 80%;
  }

  .btn-grid-research {
    grid-column-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  .btn-grid-early-learning {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .btn-img-early-learning {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .areas-of-impact-title {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: block;
  }

  .our-spaces-card {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .program-highlights {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .program-highlights-icon {
    width: 40%;
  }

  .non-breaking {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-component {
    padding-bottom: 12rem;
  }

  .section.white-background, .section.white-background.areas-of-impact, .section.l-green-background, .section.d-green-background {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.message-ceo-grid {
    padding-left: 8rem;
  }

  .section.small.grey-background {
    background-color: #f3f3f3;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .section.testimonial-section, .section.financial-strength {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .img-block {
    width: 40%;
  }

  .rt-advertise-image-wrapper-2 {
    border-radius: 6px;
  }

  .ceo-responsive {
    border-radius: 250px;
    width: 30%;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .btn-number_img {
    max-width: 80%;
  }

  .rt-tag.rt-text-black-2 {
    color: var(--radiant-ui-components-library--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  }

  .btn-grid-community {
    justify-content: space-between;
    width: 100%;
  }

  .areas-of-impact-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ceo {
    border-radius: 250px;
    width: 30%;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .btn-grid-research, .btn-grid-early-learning {
    justify-content: space-between;
    width: 100%;
  }

  .program-highlights-icon {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .container {
    max-width: 90vw;
  }

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

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

  .section-style-guide {
    margin-top: 4rem;
  }

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

  .heading-4-vw {
    font-size: 2rem;
    line-height: 1;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .heading-1 {
    margin-top: 0;
    font-size: 3rem;
    line-height: 1.1;
  }

  .heading-5, .heading-6 {
    font-size: 3rem;
  }

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

  .heading-3 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 150%;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-header {
    max-width: none;
  }

  .areas-of-impact-wrapper {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr;
  }

  .areas-of-impact-card {
    padding: 1rem 1rem 2rem;
  }

  .big-numbers-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .big-numbers-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    max-width: none;
  }

  .big-number-div {
    text-align: center;
  }

  .big-numbers-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
  }

  .header {
    margin-top: 8rem;
  }

  .pricing-cards-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .pricing-card {
    border-radius: .5rem;
    min-width: 0;
    padding: 3rem 1rem 1rem;
  }

  .pricing-card-component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .pricing-card-icon {
    width: auto;
    height: auto;
    padding: 1rem;
  }

  .pricing-gap {
    margin-right: 0;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

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

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .faq-heading.margin-mobile {
    margin-top: 6rem;
  }

  .max-width-60ch {
    max-width: 70%;
  }

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

  .blog-card {
    width: 100%;
    max-width: none;
  }

  .title-wrapper {
    max-width: none;
  }

  .team-member-job {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-member-image {
    background-position: 50%;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 30rem;
    min-height: 0;
  }

  .team-member-post {
    width: 100%;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.3rem;
    padding-right: 1rem;
  }

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

  .section {
    padding: 4rem;
    overflow: hidden;
  }

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

  .section.white-background.areas-of-impact {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section.l-green-background, .section.d-green-background {
    padding: 4rem;
  }

  .section.grey-background {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section.message-ceo-grid {
    padding: 4rem;
  }

  .section.small.grey-background {
    padding: 2rem 4rem;
  }

  .section.testimonial-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-hero-component {
    width: 100%;
  }

  .mask-frame {
    z-index: 4;
  }

  .blog-component {
    max-width: none;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .event-item {
    padding-left: 0;
    padding-right: 0;
  }

  .event-content {
    margin-right: 0;
  }

  .event-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .event-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .event-bottom-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .event-name {
    align-items: center;
  }

  .event-info {
    justify-content: space-between;
    width: 100%;
  }

  .event-category {
    justify-content: flex-start;
    width: 50%;
  }

  .button-hover-pricing {
    width: 52rem;
    height: 52rem;
  }

  .footer-social-wrapper {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .footer-text-size {
    font-size: 1.4rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .contact-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .services-image-sticky {
    margin-top: 0;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--bg-color);
    color: var(--black);
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: absolute;
  }

  .right-navbar-content {
    display: none;
  }

  .brand, .brand.w--current {
    width: 8rem;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: var(--white);
    background-color: #093b61;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-link {
    color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .nav-link.w--current {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link.no-padding {
    margin-bottom: 0;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .max-width-50ch-2 {
    max-width: none;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

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

  .highlight {
    width: 100%;
    height: 100%;
  }

  .highlight.team-card {
    width: 8rem;
    height: 8rem;
  }

  .editorial-signature {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

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

  .ost-name-label {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .flip-box-back {
    justify-content: center;
    align-items: center;
  }

  .ost-card-content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .ost-contain {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .ost-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ost-headshot {
    width: 190px;
    height: 190px;
  }

  .team-position {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .team-position.bod-padding {
    justify-content: center;
    align-items: flex-start;
  }

  .leadership-name {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .ost-card {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .ost-name-copy {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .bod-name-left-align {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .map-section {
    padding-top: 40px;
  }

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

  .location-map {
    align-self: center;
  }

  .areas-of-impact-tabs-menu {
    border-radius: 60px;
    flex-flow: wrap;
    justify-content: center;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-co-r.w--current {
    border-radius: 60px;
  }

  .scoll-wrap {
    display: none;
  }

  .btn-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 50vh;
  }

  .by-the-numbers-header {
    font-size: 2.3rem;
  }

  .category-card-r-p, .category-card-mh-w, .category-card-fs, .category-card-el-s {
    padding: 1rem 1rem 2rem;
  }

  .chart-row-copy {
    padding: 20px;
  }

  .chart-row-h {
    font-size: 16px;
  }

  .financial-strength_grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-cell {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-finance-flex.headstart-top, .grid-finance-flex.headstart-bottom {
    width: 90%;
  }

  .table-cell-header {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-cell-header.no-right-stroke {
    width: 50%;
  }

  .chart-row-t {
    font-size: 16px;
  }

  .chart-row {
    padding: 20px;
  }

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

  .big-numbers {
    font-size: 3rem;
  }

  .chart-row-double {
    padding: 20px;
  }

  .chart-row-h-2, .chart-row-t-2, .chart-row-t-3 {
    font-size: 16px;
  }

  .areas-of-impact-description {
    padding: 40px;
  }

  .rt-advertise-content-text-wrapper-2 {
    max-width: none;
  }

  .rt-advertise-content-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-one-our-service-heading {
    max-width: none;
  }

  .rt-home-one-service-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .rt-home-one-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rt-counter.rt-heading-three-counter {
    height: 30px;
  }

  .rt-home-one-our-service-top-right-block {
    max-width: none;
  }

  .rt-home-one-tab-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-tab-contain {
    width: 100%;
    max-width: none;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tab-menu {
    max-width: none;
  }

  .rt-home-one-tabe-image-block-two {
    width: 100%;
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .rt-tab-description {
    max-width: none;
  }

  .message-from-ceo-grid {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .ceo-responsive {
    border-radius: 120px;
    flex: 0 auto;
    align-self: flex-start;
    width: 40%;
    font-size: 11rem;
    display: none;
  }

  .dr_o_sign-img {
    height: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 16px;
  }

  .testimonial-info-three {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-slide {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0 30px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-author {
    display: block;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-quote_img {
    width: 8%;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .btn-grid-community {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-two-award-image-block {
    display: none;
  }

  .rt-home-two-award-left-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex-basis: 70%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-component-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .btn-img-community {
    max-width: none;
  }

  .areas-of-impact-section {
    padding: 2rem;
    overflow: hidden;
  }

  .areas-of-impact-section.white-background {
    padding-top: 4rem;
  }

  .areas-of-impact-section-timeline-copy {
    padding: 5rem 2rem;
    overflow: hidden;
  }

  .areas-of-impact-section-timeline-copy.white-background {
    padding-top: 4rem;
  }

  .ceo {
    border-radius: 120px;
    flex: 0 auto;
    align-self: flex-start;
    width: 40%;
    font-size: 11rem;
    display: block;
  }

  .areas-of-impact-tabs-menu-old {
    border-radius: 60px;
    flex-flow: wrap;
    justify-content: center;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .slider-3 {
    height: auto;
  }

  .testimonial {
    flex: 0 auto;
    display: block;
  }

  .slide-nav-2 {
    margin-top: 20px;
    line-height: 1;
  }

  .category-card-text.rt-text-white {
    max-width: none;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .category-card-title-row {
    align-items: stretch;
  }

  .category-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

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

  .home-hero-componnet {
    flex-direction: column;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .btn-flex-horizontal-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .btn-img-research {
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .btn-grid-research {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-grid-early-learning {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-img-early-learning {
    max-width: none;
  }

  .areas-of-impact-title {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }

  .program-highlights-icon {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 2rem;
  }

  .container.large {
    max-width: 90vw;
  }

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

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

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

  .heading-4-vw.caps.font-weight-black {
    font-size: 4vw;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

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

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-hero-component {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .areas-of-impact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .areas-of-impact-card {
    height: 100%;
  }

  .big-numbers-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .big-numbers-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .big-numbers-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .header, .tabs-wrapper, .pricing-cards-wrapper {
    margin-top: 4rem;
  }

  .pricing-card-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .faq-heading.margin-mobile, .blog-list-wrap {
    margin-top: 4rem;
  }

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

  .section {
    padding: 3rem 2rem;
  }

  .section.white-background {
    padding-bottom: 4rem;
  }

  .section.white-background.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.white-background.areas-of-impact {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.l-green-background, .section.d-green-background {
    padding: 3rem 2rem;
  }

  .section.grey-background {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.message-ceo-grid {
    align-self: auto;
    padding: 3rem 2rem;
  }

  .section.small.grey-background, .section.testimonial-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .blog-image-wrapper, .blog-component {
    margin-top: 4rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .event-content {
    padding-bottom: 1rem;
  }

  .event-bottom-content {
    padding-bottom: 0;
  }

  .event-info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .event-category {
    width: auto;
  }

  .areas-of-impact-item {
    height: 50vh;
  }

  .button-hover-pricing {
    width: 42rem;
    height: 42rem;
  }

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

  .footer-text-size {
    font-size: 1.3rem;
  }

  .credits-wrapper {
    flex-flow: row;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .not-fount-text-size {
    font-size: 14rem;
  }

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

  .brand, .brand.w--current {
    width: 10rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

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

  .speakers-cards-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .team-image {
    height: 50vw;
  }

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

  .delete-this {
    left: 1.5rem;
  }

  .ost-name-label {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ost-card-content {
    text-align: center;
  }

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

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .map-section {
    padding-top: 40px;
  }

  .locations {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .location-map {
    max-width: 100%;
  }

  .areas-of-impact-tabs-menu {
    border-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .by-the-numbers {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .btn-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  .by-the-numbers-header {
    text-align: left;
    font-size: 2rem;
  }

  .category-card-r-p, .category-card-mh-w, .category-card-fs, .category-card-el-s {
    height: 100%;
  }

  .chart-row-copy {
    padding: 15px;
  }

  .chart-row-copy.right-stroke {
    width: 40%;
  }

  .chart-row-h {
    font-size: 16px;
  }

  .table-cell {
    width: 50%;
    padding: 10px 15px;
  }

  .chart-rows.total {
    background-color: #ecf0f1;
  }

  .grid-finance-flex.headstart-top, .grid-finance-flex.headstart-bottom {
    width: 100%;
  }

  .table-cell-header {
    width: 50%;
    padding: 10px 15px;
  }

  .table-cell-header.no-right-stroke {
    width: 50%;
  }

  .chart-row-t {
    font-size: 16px;
  }

  .chart-row {
    width: 40%;
    padding: 15px;
  }

  .chart-row.chart-row-double {
    background-color: #0000;
    width: 50%;
  }

  .big-numbers {
    font-size: 3.5rem;
  }

  .chart-row-double {
    padding: 15px;
  }

  .chart-row-double.right-stroke {
    width: 50%;
  }

  .chart-row-h-2, .chart-row-t-2, .chart-row-t-3 {
    font-size: 16px;
  }

  .rt-home-one-service-grid {
    grid-template-columns: 1fr;
  }

  .rt-home-one-tab-wrap {
    height: 500px;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tabe-image-block-two {
    display: none;
  }

  .message-from-ceo-grid {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .ceo-responsive {
    flex: 0 auto;
    align-self: auto;
    width: 40%;
    height: auto;
    margin-bottom: 0;
  }

  .dr_o_sign-img {
    width: 150px;
  }

  .btn_button.light-background {
    margin-top: 8px;
  }

  .text-block-3 {
    display: block;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-text-two {
    margin-bottom: 16px;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    height: auto;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
    display: flex;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-author {
    position: static;
    overflow: visible;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-quote_img {
    width: 10%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .step-content-block-2 {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap-2 {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .btn-grid-community {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .rt-component-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .areas-of-impact-section {
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .areas-of-impact-section-timeline-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero-image {
    align-self: flex-end;
  }

  .ceo {
    flex: 0 auto;
    align-self: auto;
    width: 40%;
    height: auto;
    margin-bottom: 0;
  }

  .areas-of-impact-tabs-menu-old {
    border-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .slider-3 {
    height: auto;
  }

  .testimonial {
    flex: 0 auto;
    height: auto;
  }

  .slide-nav-2 {
    margin-top: 20px;
    line-height: 1;
    display: block;
    position: relative;
  }

  .slide {
    height: auto;
  }

  .mask {
    overflow: hidden;
  }

  .category-card-content {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

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

  .splide-component {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .btn-img-research {
    width: 60%;
    min-width: 60%;
    margin-top: 40px;
  }

  .btn-grid-research {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .btn-grid-early-learning {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .program-highlights-icon {
    width: 80%;
  }

  .download-pdf.light-background {
    margin-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

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

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium {
    text-align: center;
    width: 100%;
  }

  .heading-4-vw {
    font-size: 2rem;
  }

  .heading-4-vw.caps.font-weight-black {
    font-size: 1.4rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .heading-1 {
    margin-bottom: 4rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-1.font-poppins {
    line-height: 1.2;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .style-guide-menu-wrapper, .style-guide-component, .divider-line {
    width: 100%;
  }

  .home-hero-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 6vh;
  }

  .home-hero-component {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .areas-of-impact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .areas-of-impact-card {
    padding-bottom: 1rem;
  }

  .areas-of-impact-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .areas-of-impact-top-content {
    margin-bottom: 5rem;
  }

  .big-number-div {
    width: auto;
  }

  .big-numbers-info {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
  }

  .tabs-wrapper {
    margin-top: 2rem;
  }

  .pricing-card-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .max-width-60ch {
    max-width: none;
  }

  .blog-list {
    grid-row-gap: 0rem;
  }

  .blog-card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

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

  .team-member-job {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-image {
    height: 25rem;
  }

  .team-member-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-member-grid {
    grid-row-gap: 1rem;
  }

  .section {
    padding: 3rem 2rem;
  }

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

  .section.white-background.hero {
    padding-top: 5rem;
    padding-left: 2rem;
  }

  .section.l-green-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .section.d-green-background, .section.grey-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mask-frame {
    z-index: 4;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .event-content {
    padding-bottom: 2rem;
  }

  .event-title-wrapper {
    padding-right: 3.5rem;
  }

  .event-bottom-content {
    display: flex;
  }

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

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

  .event-category {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .areas-of-impact-item {
    height: 30vh;
  }

  .button-hover-pricing {
    width: 25rem;
    height: 25rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-social-wrapper {
    margin-bottom: 1rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-text-size {
    font-size: 1.2rem;
  }

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

  .credits-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-component {
    padding-top: 3rem;
  }

  .not-fount-text-size {
    font-size: 7rem;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .font-cabinet {
    font-size: 1.2rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .brand {
    width: 15rem;
  }

  .brand.w--current {
    width: 14rem;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .divider-line-instructions {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

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

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .card-gradient {
    background-image: linear-gradient(0deg, #131313 10%, #15151500);
    height: 65%;
  }

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

  .speakers-cards-collection-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-image {
    height: 80vw;
  }

  .modal-link {
    flex-flow: wrap;
  }

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

  .editorial-signature {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .areas-of-impact-cover-img {
    object-fit: cover;
  }

  .ost-name-label {
    align-self: center;
  }

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

  .ost-grid {
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .team-position {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .bod-name-left-align {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .map-section {
    padding-top: 0;
  }

  .location-map {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .areas-of-impact-tabs-menu {
    padding: 0;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .img-block {
    width: 90%;
    min-height: 40vh;
  }

  .by-the-numbers {
    padding: 10%;
  }

  .content-wrap {
    height: 30vh;
  }

  .btn {
    display: block;
    position: static;
  }

  .btn-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: 50vh;
  }

  .content {
    font-size: 20px;
  }

  .by-the-numbers-header {
    font-size: 2rem;
  }

  .by-the-numbers-header.research {
    text-align: center;
  }

  .by-the-numbers-description {
    text-align: center;
    font-size: 1rem;
  }

  .financial-revenue {
    width: 100%;
  }

  .chart-row-copy {
    width: 50%;
    padding: 10px;
  }

  .chart-row-copy.right-stroke {
    width: 50%;
  }

  .chart-row-h {
    font-size: 14px;
    line-height: 150%;
  }

  .financial-strength_grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    overflow: hidden;
  }

  .table-cell {
    width: 50%;
    padding: 5px;
    font-size: 13.5px;
  }

  .table-cell-header {
    width: 40%;
    padding: 5px;
    font-size: 14px;
  }

  .table-cell-header.no-right-stroke {
    width: 40%;
  }

  .table-cell-header._50 {
    width: 50%;
  }

  .chart-row-t {
    font-size: 13.5px;
    line-height: 150%;
  }

  .chart-row {
    width: 50%;
    padding: 10px;
  }

  .chart-row.chart-row-double {
    width: 70%;
  }

  .grid-financial-expenditure {
    width: 100%;
  }

  .grid-financial {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    overflow: hidden;
  }

  .big-numbers {
    width: 100%;
    font-size: 3rem;
  }

  .big-numbers.font-poppins {
    line-height: 1.2;
  }

  .chart-row-double {
    width: 50%;
    padding: 10px;
  }

  .chart-row-double.right-stroke {
    width: 70%;
  }

  .chart-row-h-2 {
    font-size: 14px;
  }

  .chart-row-t-2 {
    font-size: 14px;
    line-height: 150%;
  }

  .chart-row-t-3 {
    font-size: 14px;
  }

  .areas-of-impact-description {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px;
  }

  .rt-dotted-line-2 {
    display: none;
  }

  .rt-advertise-content-2 {
    flex-direction: column;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-our-service-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-one-tab-wrap {
    align-items: stretch;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-one-tab-link {
    padding-left: 30px;
  }

  .rt-home-one-tabe-image-block-two {
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    margin-left: 0;
    transform: none;
  }

  .ceo-responsive {
    border-radius: 50px;
    width: 80%;
  }

  .dr_o_sign-img {
    width: 150px;
  }

  .btn_button {
    margin-bottom: 25px;
  }

  .btn_button.light-background {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .button-2 {
    margin-bottom: 25px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-quote_img {
    width: 30%;
    margin-bottom: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .img-block-2 {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content-2 {
    font-size: 20px;
  }

  .btn-grid-community {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-two-award-button {
    display: none;
  }

  .rt-home-two-award-left-block {
    flex-basis: 100%;
  }

  .btn-img-community {
    width: 100%;
    min-width: 60%;
  }

  .btn-header {
    text-align: left;
    font-size: 1.5rem;
  }

  .areas-of-impact-section {
    padding: 0 2rem 3rem;
  }

  .areas-of-impact-section.white-background, .areas-of-impact-section.l-green-background, .areas-of-impact-section.d-green-background, .areas-of-impact-section.grey-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .areas-of-impact-section-timeline-copy {
    padding: 3rem 1rem;
  }

  .areas-of-impact-section-timeline-copy.white-background, .areas-of-impact-section-timeline-copy.l-green-background, .areas-of-impact-section-timeline-copy.d-green-background, .areas-of-impact-section-timeline-copy.grey-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .areas-of-impact-header {
    padding: 40px;
  }

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

  .ceo {
    border-radius: 120px;
    width: 70%;
    height: auto;
  }

  .div-block-7 {
    align-self: flex-start;
  }

  .areas-of-impact-tabs-menu-old {
    padding: 0;
  }

  .container-7 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .category-card-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .splide-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .splide__slide {
    display: flex;
  }

  .btn-flex-horizontal-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .btn-img-research {
    width: 100%;
  }

  .btn-grid-research, .btn-grid-early-learning {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-img-early-learning {
    width: 100%;
    min-width: 80%;
  }

  .areas-of-impact-title {
    font-size: 1.4rem;
  }

  .program-highlights {
    grid-template-columns: 1fr;
  }

  .program-highlights-header, .program-highlights-text {
    text-align: center;
  }

  .program-highlights-icon {
    width: 100%;
  }

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

  .download-pdf {
    margin-bottom: 25px;
  }

  .download-pdf.light-background {
    margin-top: 16px;
    margin-bottom: 0;
  }
}

#w-node-_6213fe7f-ab83-ecab-a1da-5ce84db564ea-4dbc3a6e, #w-node-_9b18339e-517b-d647-dde4-ea5286c9911e-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c262b8aa-4b32-13d3-4076-b5d882f5c815-4dbc3a6e {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr 1fr .75fr 1fr;
}

#w-node-_4f89ab1f-3cc9-1cf4-131f-165fc3c76a27-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a3046e5-7f94-6409-0962-512e2211ebe5-4dbc3a6e {
  place-self: stretch stretch;
}

#w-node-_1cd2170a-991b-6ea2-591d-44b02a767bff-4dbc3a6e, #w-node-_4039fbc4-5022-3c1e-25e9-539248a5e5b1-4dbc3a6e, #w-node-_80689cd7-56c6-16d7-4721-b739d516beee-4dbc3a6e, #w-node-_3175f15a-625f-a2ea-ba00-fbd53357bc21-4dbc3a6e {
  justify-self: stretch;
}

#w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74d3-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e608ef-efb3-6dab-a0f9-a0c3244463db-4dbc3a6e {
  align-self: auto;
}

#w-node-b5e7c506-ff13-3734-2ce8-6414344bc30f-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b5e7c506-ff13-3734-2ce8-6414344bc31a-4dbc3a6e {
  align-self: stretch;
}

#w-node-_68f59af9-8403-4866-97f5-ef23948fabc1-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68f59af9-8403-4866-97f5-ef23948fabc2-4dbc3a6e {
  align-self: center;
}

#w-node-a4d68648-5a30-28fa-a4df-c057314a7e47-4dbc3a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe6a5e30-699d-5243-a8ec-64004cf0035f-4dbc3a6e {
  place-self: center;
}

#w-node-fe6a5e30-699d-5243-a8ec-64004cf00360-4dbc3a6e {
  justify-self: start;
}

#w-node-eba605d6-b547-781d-84c5-f52ec87f9989-4dbc3a74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fe6a5e30-699d-5243-a8ec-64004cf0035f-4dbc3a6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-fe6a5e30-699d-5243-a8ec-64004cf00360-4dbc3a6e {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_607aabbf-bf41-21ae-5018-e54c28db1b6c-4dbc3a6e, #w-node-_9b18339e-517b-d647-dde4-ea5286c9911e-4dbc3a6e {
    justify-self: center;
  }

  #w-node-_68f59af9-8403-4866-97f5-ef23948fabc1-4dbc3a6e, #w-node-a4d68648-5a30-28fa-a4df-c057314a7e46-4dbc3a6e {
    place-self: center;
  }

  #w-node-eba605d6-b547-781d-84c5-f52ec87f9989-4dbc3a74 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_607aabbf-bf41-21ae-5018-e54c28db1b6c-4dbc3a6e, #w-node-_6213fe7f-ab83-ecab-a1da-5ce84db564ea-4dbc3a6e, #w-node-_9b18339e-517b-d647-dde4-ea5286c9911e-4dbc3a6e {
    align-self: stretch;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74d3-4dbc3a6e {
    justify-self: center;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74d4-4dbc3a6e {
    align-self: auto;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74dc-4dbc3a6e {
    place-self: auto center;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74dd-4dbc3a6e {
    place-self: auto;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74e2-4dbc3a6e {
    justify-self: center;
  }

  #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74e8-4dbc3a6e, #w-node-_7df2ede5-59e3-cf5a-dbcb-30e6974e74ee-4dbc3a6e {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_607aabbf-bf41-21ae-5018-e54c28db1b6c-4dbc3a6e {
    place-self: auto;
  }

  #w-node-c262b8aa-4b32-13d3-4076-b5d882f5c815-4dbc3a6e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a4d68648-5a30-28fa-a4df-c057314a7e46-4dbc3a6e {
    place-self: center;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}