body {
  color: #333;
  background-color: #edf1f6;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

em {
  font-style: italic;
}

.navbar-no-shadow {
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0003;
  border: 1px #ffffff14;
  border-radius: 16px;
  width: 100%;
  margin-top: .75rem;
  padding: 24px 48px;
}

.navbar-no-shadow:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  background-color: #fff3;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 16px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  color: #000;
}

.nav-link:hover {
  color: #fff;
  background-color: #ffffff14;
  border-radius: 8px;
}

.nav-link:hover:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  color: #000;
  background-color: #00000014;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #ffffff29;
}

.nav-link.w--current:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  color: #000;
}

.nav-link.w--current:hover:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  background-color: #00000014;
  text-decoration: none;
}

.hightlight {
  color: #56c2ff;
  font-variation-settings: "wght" 300;
  font-family: Cormorantgaramond Variablefont Wght, Georgia, sans-serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 300;
}

.hightlight.black {
  color: #000;
}

.hightlight.black.center {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.logo_onlight {
  height: 24px;
  display: none;
  overflow: visible;
}

.logo_onlight:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  display: block;
}

.titlelarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4.5rem;
  font-weight: 200;
  line-height: 110%;
}

.titlelarge.white {
  color: #fff;
}

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

.bodyregular {
  color: #10273f;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.bodyregular.white {
  color: #fff;
}

.titlesectioncenter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 640px;
  display: flex;
}

.formwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-field {
  color: #333e49;
  background-color: #d4dadf;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 64px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.text-field:hover {
  border-style: solid;
  border-color: #00000014;
}

.text-field:focus {
  border-color: #000;
}

.text-field::placeholder {
  color: #333e49;
}

.submit-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #4577a0;
  border-radius: 8px;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.submit-button:hover {
  background-color: #10273f;
}

.footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #edf1f6;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 640px 80px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footerwrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.footerlinks {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  display: flex;
}

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

.divider.onlight {
  background-color: #10273f29;
}

.footersocial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.footerbrand {
  opacity: .48;
  width: 640px;
}

.footerlogocontainer {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.image-3 {
  opacity: .48;
  width: 24px;
  max-width: none;
  height: 24px;
}

.image-4 {
  opacity: .48;
}

.eyebrowregular {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.eyebrowregular.white {
  color: #fff;
}

.eyebrowregular.center {
  align-self: center;
}

.bodysmall {
  color: #fff;
  flex: 0 auto;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bodysmall.onlight {
  color: #000;
}

.bodysmall.transparent {
  color: #ffffff7a;
  text-decoration: none;
}

.bodysmall.transparent:hover {
  color: #fff;
}

.sociallink {
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.sociallink:hover {
  border: 1px solid #ffffff7a;
}

.form-block {
  width: 640px;
  margin-bottom: 0;
}

.titlesectionreports {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.bodylarge {
  direction: ltr;
  color: #10273f;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.bodylarge.white {
  color: #fff;
}

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

.logo_ondark {
  height: 24px;
}

.logo_ondark:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
  display: none;
}

.newsletter-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-hero {
  height: 100%;
}

.container.is-content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-footer {
  z-index: 10;
  position: relative;
}

.container.is-nav {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}

.section.is-hero {
  position: relative;
}

.section.is-navbar {
  align-self: center;
  padding-top: .75rem;
}

.title-wrapper:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  justify-content: space-between;
  display: flex;
}

.structure {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.rich-text h2 {
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.rich-text em {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 56px;
}

.partners-grid-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.partner-img-wrp {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.partner-logo {
  height: 48px;
}

.page-wrapper {
  background-color: #edf1f6;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
  overflow-x: clip;
}

.years-wrp {
  border-bottom: 2px solid #fff;
}

.years-links-wrp {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.year-link {
  opacity: .65;
  color: #10273f;
  padding: 1rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.spacing {
  height: 120px;
}

.spacing:where(.w-variant-71fa2941-f1f5-6141-2ee1-8fbe7dd545ad) {
  height: 80px;
}

.spacing:where(.w-variant-20556ed1-6512-f16f-a12f-cd8b3d503148) {
  height: 200px;
}

.subscribe-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-wrp {
  color: #000;
  flex-flow: column;
  flex-shrink: 0;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.highlight-wrp.swiper-slide {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-right: 1rem;
  transition: transform .3s;
}

.highlight-wrp.swiper-slide:hover {
  transform: scale(1.02);
}

.highlight-img-wrp {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.highlight-text-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.font-h3 {
  color: #10273f;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.highlight-img {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.swiper-slide:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.section-report {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #10273f;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .4fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 3rem;
  display: grid;
}

.color-white-80 {
  opacity: .8;
  color: #fff;
}

.report-title-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.report-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

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

.download-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #10273f;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.swiper {
  position: relative;
}

.swiper:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  position: relative;
  overflow: visible;
}

.hide:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  display: none;
}

.nav-wrp, .nav-wrp:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: absolute;
  inset: -7rem 0% auto auto;
}

.nav-btn.is-right, .nav-btn.is-right:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  transform: rotate(180deg);
}

.nav-btn {
  opacity: .65;
  cursor: pointer;
  border: 1px solid #4577a0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.nav-btn:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  aspect-ratio: 1;
  border: 1px solid #4577a0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.nav-btn:hover:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  opacity: 1;
}

.nav-btn.is-right, .nav-btn.is-right:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9), .nav-btn.is-right, .nav-btn.is-right:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
  transform: rotate(180deg);
}

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

@media screen and (max-width: 991px) {
  .hero {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .herotitle {
    width: 100%;
  }

  .navbar-no-shadow {
    border-radius: 0;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
  }

  .navbar-no-shadow:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    margin-top: 0;
    top: 0;
  }

  .nav-menu-wrapper {
    z-index: 99;
    background-color: #fff;
    border-radius: 1rem;
    margin-top: 16px;
    position: absolute;
  }

  .nav-menu {
    z-index: 999999;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 3rem;
    display: flex;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

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

  .sectionreport {
    padding: 96px 48px 98px;
  }

  .container1440 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .textarea {
    width: 100%;
  }

  .reportcover {
    height: 320px;
  }

  .h2-wrp {
    width: 100%;
  }

  .footer {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .icon {
    color: #fff;
  }

  .icon:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    color: #000;
  }

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

  .sectionpage {
    padding: 48px;
  }

  .titlesectionreports {
    width: 100%;
  }

  .herocontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 0;
  }

  .reports_container1440 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div50 {
    width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heroaffordance {
    order: 1;
    align-self: flex-start;
  }

  .aboutcontainer1440 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .teamthumb {
    height: 320px;
  }

  .container1440home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container.is-nav {
    z-index: 999;
    z-index: 999;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-report {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .media-wrp {
    padding: 2rem;
  }

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

  .lines-wrp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .menu-line {
    background-color: #fff;
    width: 100%;
    height: 2px;
  }

  .menu-line:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    background-color: #000;
  }

  .menu-line.is-one {
    opacity: .6;
    transform: translate(0, -4px);
  }

  .menu-line.is-three {
    opacity: .6;
    transform: translate(0, 4px);
  }

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

  .containerquiz.is-nav {
    z-index: 999;
    z-index: 999;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading.highlight {
    font-size: 48px;
    line-height: 110%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container1440 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .sectionnewsletter {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 96px 48px;
  }

  .titlesectioncenter, .div-block-9 {
    width: 100%;
  }

  .formwrapper {
    flex-flow: column;
  }

  .herocontainer, .reports_container1440, .aboutcontainer1440 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .teamthumb {
    background-position: 50% 0;
    height: 460px;
  }

  .container1440home {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .partners-grid-wrp, .tab-grid {
    flex-flow: column;
    display: flex;
  }

  .nav-wrp:where(.w-variant-471bc18b-9b60-646d-a15d-ed957f7660a9) {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    right: auto;
  }

  .content, .contentarquetypes {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container_1440 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading.highlight {
    width: 100%;
    font-size: 40px;
  }

  .navbar-no-shadow {
    border-radius: 0;
    margin-top: 0;
    padding: 16px 5%;
    top: 0;
  }

  .navbar-no-shadow:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .navbar-no-shadow-container:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    margin-left: 0;
    margin-right: 0;
  }

  .container-regular:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    min-height: auto;
  }

  .nav-menu-wrapper {
    margin-top: 8px;
  }

  .nav-menu-wrapper:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    background-color: #fff;
    overflow: hidden;
  }

  .nav-menu {
    padding: 2rem;
  }

  .nav-link {
    font-size: 1.6rem;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open, .menu-button.w--open:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    background-color: #0000;
  }

  .hightlight {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 56px;
    line-height: 100%;
  }

  .hightlight.black {
    font-size: 54px;
    line-height: 56%;
  }

  .logo_onlight:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    height: 20px;
  }

  .sectionreport {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 24px;
  }

  .titlelarge {
    font-size: 40px;
    line-height: 56px;
  }

  .titlelarge.center {
    font-size: 48px;
    line-height: 56px;
  }

  .bodyregular {
    font-size: 16px;
  }

  .buttonprimary {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .title-description-wrp {
    display: flex;
  }

  .background-video, .opacity {
    pointer-events: none;
  }

  .sectionnewsletter {
    padding: 48px 24px;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footerwrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footerlinks {
    flex-flow: column;
  }

  .icon {
    color: #fff;
  }

  .icon:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    color: #000;
  }

  .eyebrowregular {
    font-size: 12px;
  }

  .form-block {
    width: 100%;
  }

  .sectionpage {
    padding-left: 24px;
    padding-right: 24px;
  }

  .herocontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .titlemedium, .titlemedium.center, .titlemedium.center {
    font-size: 48px;
    line-height: 56px;
  }

  .slide {
    width: 100%;
  }

  .mask {
    overflow: hidden;
  }

  .titlesmall {
    font-size: 38px;
    line-height: 56px;
  }

  .titlesmall.center, .titlesmall-copy, .titlesmall-copy.center, .titlesmall-copy.center {
    font-size: 48px;
    line-height: 56px;
  }

  .aboutcontainer1440 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .teamthumb {
    height: 320px;
  }

  .teamtextarea {
    padding-right: 0;
  }

  .teamgroup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo_ondark, .logo_ondark:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    height: 20px;
  }

  .h1-title-wrp, .newsletter-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container1440home {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-wrapper {
    align-self: center;
  }

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

  .section-report {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 1.6rem;
  }

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

  .report-btns {
    flex-flow: column;
    align-self: stretch;
  }

  .download-btn {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .tabs-wrp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .media-wrp {
    aspect-ratio: 1;
    padding: 1.5rem;
  }

  .hide {
    display: none;
  }

  .list-item:where(.w-variant-4027a48d-861f-661a-adcc-032c547bfb9e) {
    align-self: stretch;
    padding: 25px;
  }

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

#w-node-_7f8b90e6-4d9e-3c17-b97c-d8af170d2395-170d2394 {
  align-self: center;
}
