:root {
  --gray-700: #232e3d;
  --gray-100: #fafafa;
  --red: #ee402d;
  --blue-600-primary: #006eb5;
  --blue-400: #4f95dd;
  --gray-500: #a9b1b7;
  --dark-green: #59ba47;
  --light-green: #b8ecb6;
  --light-red: #ffbcb7;
  --blue-700: #1f5a95;
  --blue-100: #b5d5f5;
  --seashell: #fff8f4;
  --gray-300: #edeff0;
  --dark-red: #e4003f;
  --blue-500: #3288ce;
  --blue-200: #94c4f5;
  --blue-300: #6babeb;
  --gray-200: #f7f7f7;
  --gray-400-primary: #d4d6d8;
  --gray-600: #55606e;
  --light-yellow: #ffe17e;
  --yellow: #ffeb00;
  --dark-yellow: #fab210;
  --green: #4aa245;
  --light-azure: #a2daf3;
  --azure: #60d4f2;
  --dark-azure: #00c1ff;
  --purple-700: #68418f;
  --yellow-2: #ffeb00;
  --blue-governance: var(--blue-600-primary);
  --finance-one: #b2cf4d;
  --steel-blue: #207fe7;
  --red-2: #ed4333;
  --deep-pink: #eb3091;
  --coral: #f16e32;
  --medium-aquamarine: #36dda8;
  --primary-90: #2d57a6;
}

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

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  color: #333;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Söhnebreit dreiviertelfett, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 78px;
}

h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Proximanova, sans-serif;
  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 {
  color: #000;
  margin-bottom: 10px;
}

a {
  color: var(--gray-700);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 28px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  font-size: 16px;
}

.c-section {
  background-color: #0000;
  align-items: stretch;
  padding: 32px;
  display: flex;
  position: relative;
}

.c-section.cta {
  background-color: var(--gray-100);
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-section.value {
  margin-top: 128px;
  padding-top: 0%;
}

.c-section.value.medium-margint-top {
  margin-top: 100px;
}

.c-section.impact-key-results {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15%;
}

.c-container {
  color: var(--gray-700);
  align-self: stretch;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-container.nav {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100px;
  display: flex;
  position: relative;
}

.c-container.black {
  color: var(--gray-700);
}

.c-container.search-results {
  margin-top: 160px;
  margin-bottom: 160px;
}

.c-container.full-width {
  max-width: 100%;
}

.c-button {
  background-color: var(--gray-700);
  color: var(--gray-100);
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.c-button:hover {
  background-color: var(--red);
}

.c-button.icon {
  color: var(--gray-700);
  background-color: #0000;
  background-image: url('../images/arrow-red.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.c-button.icon:hover {
  padding-right: 32px;
}

.c-button.newsletter {
  background-color: var(--gray-100);
  color: var(--blue-600-primary);
  height: 54px;
}

.c-button.icon-fill {
  background-image: url('../images/arrow-black.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-right: 32px;
}

.c-button.icon-fill:hover {
  padding-right: 40px;
}

.c-button.secondary {
  background-color: var(--blue-600-primary);
  white-space: nowrap;
}

.c-button.secondary:hover {
  background-color: var(--blue-400);
}

.c-button.form {
  height: 54px;
}

.c-button.like {
  border: 2px solid var(--gray-500);
  color: var(--gray-700);
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/like-icon.svg');
  background-position: 10px 25%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-radius: 4px;
  margin-right: 10px;
  padding: 8px 8px 8px 40px;
  font-size: 13px;
  line-height: 14.3px;
}

.c-button.like.w--current {
  border-color: var(--dark-green);
  background-color: var(--light-green);
  color: var(--dark-green);
  background-image: url('../images/like-green-icon.svg');
}

.c-button.dislike {
  border: 2px solid var(--gray-500);
  color: var(--gray-700);
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/dislike-icon.svg');
  background-position: 10px 25%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-radius: 4px;
  margin-right: 10px;
  padding: 8px 8px 8px 40px;
  font-size: 13px;
  line-height: 14.3px;
}

.c-button.dislike.w--current {
  border-color: var(--red);
  background-color: var(--light-red);
  color: var(--red);
  background-image: url('../images/dislike-red-icon.svg');
}

.c-button.dowload {
  color: var(--gray-700);
  background-color: #0000;
  background-image: url('../images/Download-Default.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  align-items: center;
  padding: 5px 28px 0 0;
  display: flex;
}

.c-button.dowload:hover {
  background-image: url('../images/Download-Hover.svg');
  background-position: 100% 100%;
  background-size: 18px 24px;
}

.c-spacing {
  background-color: var(--blue-700);
}

.c-spacing._01 {
  min-width: 2px;
  max-width: 2px;
  min-height: 2px;
  max-height: 2px;
}

.c-spacing._01.no-color {
  background-color: #0000;
}

.c-spacing._02 {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.c-spacing._02.no-color {
  background-color: #0000;
}

.c-spacing._03 {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.c-spacing._03.no-color {
  background-color: #0000;
}

.c-spacing._04 {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
}

.c-spacing._04.no-color {
  background-color: #0000;
}

.c-spacing._05 {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.c-spacing._05.no-color {
  background-color: #0000;
}

.c-spacing._06 {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.c-spacing._06.no-color {
  background-color: #0000;
}

.c-spacing._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing._07.no-color {
  background-color: #0000;
}

.c-spacing._08 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.c-spacing._08.no-color {
  background-color: #0000;
  display: none;
}

.c-spacing._09 {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.c-spacing._09.no-color {
  background-color: #0000;
}

.c-spacing._10 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.c-spacing._10.no-color {
  background-color: #0000;
}

.c-spacing._11 {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.c-spacing._11.no-color {
  background-color: #0000;
}

.c-spacing._12 {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
}

.c-spacing._12.no-color {
  background-color: #0000;
}

.c-spacing._13 {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}

.c-spacing._13.no-color {
  background-color: #0000;
  min-height: 160px;
}

.c-spacing_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  place-items: center start;
  display: grid;
}

.c-form-block, .c-form {
  width: 100%;
}

.c-form.newsletter {
  width: 400px;
}

.c-form_label {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.5px;
}

.c-form_input {
  border: 2px solid #000;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 22px;
}

.c-form_input:focus {
  border-color: var(--blue-400);
}

.c-form_input.newsletter {
  border-color: var(--gray-100);
  color: var(--gray-100);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.c-form_input.newsletter::placeholder {
  color: var(--gray-100);
}

.c-form_input.textarea {
  height: 175px;
}

.c-form_input.search-v2 {
  border-width: 1px;
  border-color: #e7e7e7;
  margin-bottom: 0;
}

.c-form_input.search-v2:focus {
  border-color: var(--blue-100);
  box-shadow: none;
}

.brand {
  flex: 1;
  align-items: center;
  width: 260px;
  height: 110%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  left: 0;
}

.brand.w--current {
  z-index: 3;
  align-items: center;
  width: 260px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-nav_menu {
  z-index: 2;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.c-nav_menu.middle {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  z-index: 9999;
  background-color: var(--gray-100);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 6px #0000001a;
}

.title--half {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.title--half.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.title--half.grid._7-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  place-items: start center;
  margin-bottom: 50px;
}

.title--half.grid._3-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 50px;
}

.title--half.grid._6-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.title--half.grid.principle {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.title--half.featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title--half.cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title--half.atom {
  flex-direction: column;
}

.title--half.half {
  grid-column-gap: 4rem;
  flex-direction: row;
  align-items: flex-start;
}

.title--half.half.subsequent {
  margin-top: 10rem;
}

.title--half.cream-wrapper {
  background-color: var(--seashell);
  color: #000;
  height: auto;
  padding: 60px;
}

.title--half.center {
  text-align: center;
  flex-flow: column;
}

.c-text {
  padding: 0;
  font-size: 14px;
  line-height: 15.4px;
}

.c-text.paragraphlink {
  color: #000;
  column-count: 0;
  object-fit: fill;
  column-gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.5px;
}

.c-text.paragraphlink.newsletter {
  text-align: right;
  margin-bottom: 12px;
}

.c-text.paragraphlink.copy-right {
  color: var(--gray-300);
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.c-text.paragraphlink.primary {
  margin-right: 125px;
}

.c-text.paragraphlink.primary.gray {
  margin-right: 325px;
}

.c-text.paragraphlink.small.opacity {
  opacity: .5;
}

.c-text.paragraphlink.small.opacity.down {
  margin-top: 4px;
  margin-bottom: 16px;
}

.c-text.paragraphlink.atom-card {
  margin-bottom: 40px;
}

.c-text.paragraphlink.atom-card.top {
  margin-top: 40px;
}

.c-text.paragraphlink.breadcrumb {
  color: var(--dark-red);
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.4px;
  transition: all .4s ease-in-out;
}

.c-text.paragraphlink.breadcrumb:hover {
  color: var(--red);
}

.c-text.paragraphlink.breadcrumb.w--current {
  color: var(--gray-700);
}

.c-text.paragraphlink.big {
  font-size: 25px;
  line-height: 28.55px;
}

.c-text.paragraphlink.need-help {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}

.c-text.paragraphlink.useful {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
}

.c-text.paragraphlink.xsmall {
  font-size: 13px;
  line-height: 14.3px;
}

.c-text.paragraphlink.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-text.paragraphlink.small.w--current {
  color: #006eb5;
  font-weight: 700;
}

.c-text.paragraphlink.small.nav-link {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 600;
  display: flex;
}

.c-text.paragraphlink.small.nav-link.down {
  margin-left: 10px;
}

.c-text.paragraphlink.small.nav-link.down.menu-link {
  color: #006eb5;
  font-size: 14px;
  line-height: 15.75px;
}

.c-text.h1 {
  color: var(--blue-600-primary);
  letter-spacing: 2px;
  font-family: Söhnebreit dreiviertelfett, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 108.33px;
}

.c-text.h1.mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Söhnebreit dreiviertelfett, sans-serif;
  font-weight: 400;
}

.c-text.cms-title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.5px;
}

.c-text.h2 {
  color: var(--blue-600-primary);
  border: 0 #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.95px;
}

.c-text.h2.atom {
  margin-bottom: 50px;
}

.c-text.h2.mobile {
  color: var(--blue-600-primary);
  font-family: Sohnebreit Buch, sans-serif;
  font-weight: 400;
}

.c-text.h2.mobile.trend-title {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2em;
}

.c-text.h2.card-title-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.c-text.nav {
  color: #000;
  flex: 0 auto;
  margin-bottom: .9rem;
  margin-left: 24px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.84px;
}

.c-text.blue {
  color: var(--blue-600-primary);
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.h3 {
  color: var(--blue-600-primary);
  font-family: Söhnebreit fett, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.c-text.h3.blue-card {
  color: var(--gray-100);
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.h3.story__title {
  z-index: 20;
  color: #000;
  margin-top: 2rem;
  font-family: Proxima, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.c-text.h3.p-sidebar-heading {
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
}

.c-text.h5 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

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

.c-text.h5.bold.toc {
  margin-bottom: 20px;
}

.c-text.h5.blue {
  display: block;
}

.c-text.h6 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.c-text.h4 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text.h4.atom {
  margin-bottom: 24px;
}

.c-text.link {
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.richtext {
  color: #000;
  flex-direction: column;
  font-size: 20px;
  line-height: 27.5px;
  position: relative;
}

.c-text.richtext h1 {
  margin-bottom: 24px;
  font-family: Sohnebreit dreiviertelfett;
  font-size: 100px;
  line-height: 108.33px;
}

.c-text.richtext h2 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 59.95px;
}

.c-text.richtext h3 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 39.97px;
}

.c-text.richtext h4 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 39.97px;
}

.c-text.richtext h5 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.55px;
}

.c-text.richtext h6 {
  margin-bottom: 2px;
  font-size: 16px;
}

.c-text.richtext blockquote {
  border-left-width: 4px;
  border-left-color: var(--blue-500);
  margin-top: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.c-text.richtext li {
  color: #000;
}

.c-text.richtext a {
  border-bottom: 0px none var(--dark-red);
  outline-offset: 0px;
  color: #000;
  mix-blend-mode: normal;
  outline: 0 #000;
  margin-top: -10px;
  padding-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.c-text.richtext.accordion-text {
  text-align: center;
  width: 60%;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
}

.c-text.richtext img {
  min-width: 600px;
  height: auto;
  display: block;
}

.c-text.richtext.small {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.c-text.richtext.figcaption {
  color: #55606e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.c-text.richtext.credit {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.c-text.richtext.credit.center {
  text-align: left;
  object-fit: fill;
  width: 100%;
  line-height: 22.4px;
}

.c-text.richtext.credit.center.simple {
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: -16px;
  margin-left: 0;
  padding-left: 10px;
}

.c-text.footer {
  margin-left: 24px;
  font-size: 23px;
  line-height: 26.2px;
}

.c-footer {
  background-color: var(--blue-600-primary);
  text-align: center;
  align-items: flex-start;
  padding: 60px 3rem 48px;
}

.c-footer.white {
  background-color: var(--gray-100);
}

.c-footer_wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 110px;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.footer-link {
  color: var(--gray-100);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--blue-100);
  text-decoration: none;
}

.footer-link:focus-visible, .footer-link[data-wf-focus-visible] {
  border: 2px solid var(--gray-300);
  border-radius: 2px;
  padding: 9px;
}

.footer-link.black {
  color: var(--gray-700);
}

.footer-link.footer-link--pdf {
  text-decoration: underline;
}

.c-line {
  background-color: var(--gray-100);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 48px;
}

.c-footer-col_wrapper {
  color: var(--gray-100);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-footer-col_wrapper.center {
  align-items: center;
}

.c-footer-col_wrapper.center.black {
  color: var(--gray-700);
}

.c-footer-col_wrapper.grid {
  align-items: flex-end;
}

.c-footer-col_wrapper.grid.black {
  color: var(--gray-700);
}

.c-footer-col {
  overflow: hidden;
}

.c-footer-col.left {
  text-align: right;
}

.c-footer-col.mobile.black {
  color: var(--gray-700);
}

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

.c-social_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  display: grid;
}

.c-social_wrapper.hide {
  display: none;
}

.c-social {
  border: 2px solid #0000;
  border-radius: 2px;
  max-width: 28px;
  max-height: 28px;
  transition: all .3s ease-in-out;
}

.c-social:focus-visible, .c-social[data-wf-focus-visible] {
  border: 2px solid var(--gray-300);
  border-radius: 2px;
  max-width: 26px;
  max-height: 26px;
}

.footer-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.c-atom {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
}

.c-atom_wrapper {
  border-top: 1.5px solid #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding-top: 24px;
  display: flex;
}

.c-line_wrapper {
  border: 1px dashed #7b61ff;
  border-radius: 5px;
  padding: 20px;
}

.c-line_wrapper.grey {
  background-color: var(--gray-500);
}

.c-line_wrapper.grey.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.c-line_wrapper.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
  display: grid;
}

.c-line_wrapper.flex.v {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.c-line_wrapper.grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-color {
  background-color: var(--gray-300);
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.e-color._1 {
  background-color: var(--blue-100);
}

.e-color._2 {
  background-color: var(--blue-200);
}

.e-color._3 {
  background-color: var(--blue-300);
}

.e-color._4 {
  background-color: var(--blue-400);
}

.e-color._5 {
  background-color: var(--blue-500);
}

.e-color._6 {
  background-color: var(--blue-600-primary);
}

.e-color._7 {
  background-color: var(--blue-700);
}

.e-color.g1 {
  background-color: var(--gray-100);
}

.e-color.g2 {
  background-color: var(--gray-200);
}

.e-color.g3 {
  background-color: var(--gray-300);
}

.e-color.g4 {
  background-color: var(--gray-400-primary);
}

.e-color.g5 {
  background-color: var(--gray-500);
}

.e-color.g6 {
  background-color: var(--gray-600);
}

.e-color.g7 {
  background-color: var(--gray-700);
}

.e-color.y1 {
  background-color: var(--light-yellow);
}

.e-color.y2 {
  background-color: var(--yellow);
}

.e-color.y3 {
  background-color: var(--dark-yellow);
}

.e-color.r1 {
  background-color: var(--light-red);
}

.e-color.r2 {
  background-color: var(--red);
}

.e-color.r3 {
  background-color: var(--dark-red);
}

.e-color.ge2 {
  background-color: var(--green);
}

.e-color.ge3 {
  background-color: var(--dark-green);
}

.e-color.az1 {
  background-color: var(--light-azure);
}

.e-color.az2 {
  background-color: var(--azure);
}

.e-color.az3 {
  background-color: var(--dark-azure);
}

.e-color.ge1 {
  background-color: var(--light-green);
}

.e-color._100 {
  background-color: var(--gray-100);
  width: 100%;
}

.c-icon_wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
}

.c-icon_arrow.left {
  transform: rotate(-180deg);
}

.c-icon_arrow.top {
  transform: rotate(90deg);
}

.c-icon_arrow.bot {
  transform: rotate(-90deg);
}

.c-icon_arrow.right {
  transform: rotate(0);
}

.c-icon_arrowsmall {
  width: 28px;
  height: 28px;
}

.c-icon_arrowsmall.left {
  transform: rotate(-180deg);
}

.c-icon_arrowsmall.top {
  transform: rotate(-90deg);
}

.c-icon_arrowsmall.bot {
  transform: rotate(90deg);
}

.c-icon_arrowlong.right, .c-icon_arrowround.left {
  transform: rotate(180deg);
}

.c-icon_arrowround.top {
  transform: rotate(-90deg);
}

.c-icon_arrowround.bot {
  transform: rotate(90deg);
}

.hr {
  border-top: 1px solid var(--gray-500);
  background-color: var(--gray-300);
  border-radius: 4px;
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.hr.black {
  background-color: var(--gray-700);
}

.accordion {
  width: 100%;
  display: block;
}

.accordion.js-accordion {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.accordion.js-accordion.mobile {
  display: none;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  color: var(--gray-100);
  cursor: pointer;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-header.js-accordion-header.black {
  color: var(--gray-700);
  align-items: center;
  margin-top: -32px;
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px 32px 16px;
  transition: opacity .3s ease-in-out;
}

.accordion-body {
  color: #9096a4;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  align-self: center;
  width: 60%;
  position: relative;
}

.accordion__frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.accordion__frame.js-accordion-item.active {
  cursor: default;
}

.c-button_long {
  text-transform: uppercase;
  flex: 1;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-button_longtext {
  z-index: 3;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.c-button_arrowlong {
  z-index: 2;
  object-fit: contain;
  object-position: 100% 50%;
  width: 10px;
  min-height: 15px;
  max-height: 15px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-button_arrowbody {
  z-index: 1;
  min-height: 15px;
  max-height: 15px;
}

.c-chip {
  background-color: var(--gray-200);
  border-radius: 100px;
  padding: 4px 16px 6px;
  font-size: 16px;
  line-height: 22px;
  transition: all .4s ease-in-out;
  box-shadow: 0 1px 2px #0003;
}

.c-chip:hover {
  background-color: var(--gray-300);
  box-shadow: none;
}

.c-chip.icon {
  background-image: url('../images/close.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  padding-left: 26px;
}

.c-list.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  display: grid;
}

.c-card-image_wrapper {
  margin-bottom: 100px;
  position: relative;
}

.c-card-image_wrapper._300px {
  width: 300px;
}

.c-card-image_wrapper._600px {
  width: 600px;
  height: 300px;
}

.c-card-image_wrapper.margin {
  margin: -24px -24px 24px;
}

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

.c-card_image.no-color {
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
  padding-left: 0;
}

.c-card_overlay {
  z-index: 2;
  background-image: linear-gradient(45deg, var(--yellow), #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-card_item {
  background-color: var(--gray-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.c-card_item.download {
  background-color: var(--gray-200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 24px;
  display: flex;
}

.c-card_item.border {
  background-color: #0000;
  border-top: 2px solid #000;
  justify-content: flex-start;
  height: auto;
}

.c-card_item.border:hover {
  background-color: var(--gray-200);
}

.c-card_item.border-download {
  background-color: #0000;
  border-top: 2px solid #000;
  justify-content: flex-start;
  height: auto;
}

.c-card_item.border-download:hover {
  background-color: var(--gray-200);
}

.c-card_item.no-color {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s ease-in-out;
}

.c-card_item.no-color:hover {
  background-color: var(--gray-200);
}

.dropdown {
  position: fixed;
  top: 0;
}

.dropdown.antdot {
  border: 1px dashed var(--blue-600-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 10px;
}

.dropdown-list {
  background-color: var(--gray-100);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dropdown-list.w--open {
  border: 1px dashed var(--blue-500);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  margin-top: 10px;
}

.c-nav_logo {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
}

.c-breadcrumb_wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.c-breadcrumb_spacer {
  color: var(--dark-red);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.c-needhelp {
  border-top: 2px solid var(--blue-600-primary);
  width: 100%;
  margin-top: 64px;
  margin-bottom: 160px;
  padding-top: 32px;
}

.c-text_link {
  color: var(--blue-600-primary);
  text-decoration: underline;
}

.c-vote_wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}

.c-accordion {
  margin-top: 64px;
}

.text-red {
  color: var(--dark-red);
}

.c-form_checkbox {
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  border: 2px solid var(--gray-500);
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 0;
  margin-right: 10px;
  box-shadow: 0 0 0 -20px #fff;
}

.checkbox:hover {
  border-color: var(--blue-600-primary);
}

.checkbox.w--redirected-checked {
  background-color: var(--blue-600-primary);
  border-color: #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #0000;
}

.c-search {
  align-items: center;
  display: flex;
}

.c-search._100 {
  width: 100%;
}

.c-seach-result_item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-button {
  display: none;
}

.c-modal {
  z-index: 99999;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
}

.c-modal_wrapper {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 750px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-modal-closearea {
  z-index: 1;
  background-color: var(--blue-600-primary);
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.c-modal_container {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.c-modal_close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-modal_close_btn:hover {
  color: #444;
}

.c-modal_closetop {
  z-index: 3;
  cursor: pointer;
  background-image: url('../images/Times-circle.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 40px;
  height: 100px;
  position: absolute;
  inset: 0% 40px auto auto;
}

.tocitem {
  color: var(--gray-700);
  border-left: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  transition: all .2s;
}

.tocitem:hover {
  color: var(--blue-600-primary);
}

.tocitem.toc-h2 {
  margin-left: 10px;
}

.tocitem.toc-h3 {
  margin-left: 20px;
}

.tocitem.toc-h5 {
  margin-left: 40px;
}

.tocitem.toc-h6 {
  margin-left: 50px;
}

.tocitem.active {
  border-left-color: var(--blue-500);
  color: var(--blue-600-primary);
  font-weight: 700;
}

.tocitem.toc-h4 {
  margin-left: 30px;
}

.toc-wrapper {
  flex-direction: column;
  display: flex;
}

.c-button_download {
  justify-content: flex-start;
  align-items: flex-end;
  height: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-button_downloadup {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 0%;
  min-width: 18px;
  max-width: 18px;
  height: auto;
  position: relative;
}

.c-button_downloaddown {
  z-index: 1;
  min-width: 24px;
  max-width: 24%;
  position: relative;
}

.c-button_download-iconwrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-button_download-iconwrapper.flex {
  flex-direction: row;
  position: relative;
}

.c-button_arrow {
  align-items: center;
  display: flex;
}

.c-button_arrowsmall {
  object-fit: contain;
  object-position: 100% 50%;
  width: 10px;
  max-height: 18px;
  display: block;
}

.c-nav_menuwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.c-nav_link {
  outline-offset: 0px;
  color: var(--blue-600-primary);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border: 0 solid #fff;
  outline: 0 #000;
  justify-content: center;
  align-items: center;
  padding: 19px 14px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.c-nav_link:hover {
  color: var(--gray-600);
  border: 1px #000;
}

.c-nav_link.w--current {
  border-bottom-color: var(--blue-600-primary);
  color: var(--blue-600-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.c-content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.c-content_wrapper.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.c-content_wrapper.right {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.c-content_wrapper.left-accordion {
  width: 40%;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.left-accordion.outcome {
  max-width: none;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.sidebar-content {
  flex: none;
  width: 65%;
  display: block;
}

.c-content_wrapper.p-left-accordion {
  width: 40%;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.p-left-accordion.outcome {
  max-width: none;
  position: sticky;
  top: 150px;
}

.c-content_wrapper.p-left-accordion.outcome.sidebar {
  max-width: 330px;
  padding-top: 5%;
}

.c-content_wrapper.p-left-accordion.outcome.sidebar.p-sidebar {
  width: 30%;
  max-width: none;
  top: 100px;
}

.c-card_content {
  margin-left: 0;
  padding-left: 32px;
}

.c-card_content.no-color {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.c-dropdown_list {
  overflow: hidden;
}

.c-dropdown_list.w--open {
  background-color: var(--gray-200);
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.c-dropdown_link {
  border-bottom: 1px solid var(--gray-500);
  text-transform: uppercase;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 15.75px;
  transition: all .3s ease-in-out;
}

.c-dropdown_link:hover {
  color: var(--blue-600-primary);
}

.c-button_wrapper {
  align-items: center;
  display: flex;
}

.c-button_wrapper.cta {
  flex-direction: column;
  align-items: flex-start;
}

.c-button_wrapper.cta.hide {
  display: none;
}

.c-image_standard {
  object-fit: contain;
  object-position: 0% 50%;
  width: 30%;
}

.c-standard_wrapper {
  color: #232e3d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 100px;
  display: flex;
}

.c-button_dropdown {
  margin-left: 10px;
  margin-right: 0;
  position: static;
}

.c-button_toggle {
  background-color: var(--gray-700);
  color: var(--gray-100);
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-button_toggle:hover {
  background-color: var(--red);
}

.c-button_toggle.secondary {
  background-color: var(--blue-600-primary);
  white-space: nowrap;
}

.c-button_toggle.secondary:hover {
  background-color: var(--blue-400);
}

.c-dropdown_wrapper {
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-content {
  position: sticky;
  top: 150px;
}

.c-footer_text {
  justify-content: space-between;
  display: flex;
}

.principle-card {
  background-color: var(--blue-200);
  color: var(--gray-100);
  height: 100%;
  padding: 48px;
}

.principle-card.color-4 {
  background-color: #0000;
  height: auto;
}

.c-card_item-yellow {
  background-color: var(--gray-100);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
}

.dropdown-icon {
  height: 16px;
  margin-top: -6px;
  margin-left: 12px;
}

.c-nav_dropdownnav {
  align-items: center;
  height: 100%;
  margin-right: 5%;
  display: block;
  position: absolute;
  right: 0;
}

.c-button_togglenav {
  color: var(--blue-600-primary);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-dropdown_listnav {
  top: 66px;
  overflow: hidden;
}

.c-dropdown_listnav.w--open {
  background-color: var(--gray-200);
  top: 75%;
  right: 0;
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1140px;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.password-logo {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0 -32px;
  padding: 0;
  display: block;
}

.image.dots {
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.image.img-line {
  width: 300px;
  height: 300px;
  margin: -100px -120px -100px -200px;
}

.text-block {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 15.75px;
}

.text-block.menu-link {
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 15.75px;
}

.text-block-2.menu-link {
  font-weight: 400;
}

.menu-link {
  color: #000;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.75px;
}

.undp-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 27.5px;
}

.value-stats {
  grid-row-gap: 8px;
  background-color: var(--gray-100);
  color: #000;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 32px;
  display: flex;
}

.windows-scroll {
  border: 1px solid var(--gray-400-primary);
  padding: 60px 40px 32px;
}

.windows-scroll:hover {
  border-color: var(--gray-100);
  background-color: var(--gray-100);
  margin: 0;
}

.windows-scroll.p-sidebar-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 999px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.more-grid-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-700);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.more-grid-links:hover {
  background-color: var(--blue-600-primary);
}

.governance {
  margin-top: 140px;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block {
  color: #000;
}

.climate, .div-block-2 {
  margin-top: 140px;
}

.trends-number {
  position: sticky;
  top: 180px;
}

.trend {
  margin-top: 128px;
  margin-bottom: 220px;
  display: flex;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px 10px;
  display: grid;
}

.comparison-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27.5px;
}

.comparison-title.first {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 27.5px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px 10px;
  display: grid;
  overflow: auto;
}

.h2 {
  color: var(--blue-600-primary);
  font-size: 2.5rem;
  line-height: 1.2em;
}

.h2.h2--theme {
  color: var(--seashell);
  max-width: 550px;
  font-family: Proximanova, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4em;
}

.h2.moveinup {
  font-family: Proximanova, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.h2.moveinup.h2--first {
  margin-top: 3rem;
}

.h2.moveinup.h1--first {
  font-family: Sohnebreit Buch, sans-serif;
}

.h2.grey {
  color: var(--gray-600);
  font-size: 2rem;
  display: block;
}

.h2.grey.moveinup.title--logo {
  font-size: 2rem;
}

.h2.grey.moveinup.h2--partners {
  color: var(--gray-700);
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2em;
}

.h2.grey.moveinup.h2--partners2 {
  text-align: center;
}

.h2.white {
  color: var(--seashell);
}

.h2.bold.h2--impact {
  color: var(--gray-700);
}

.text-block-4 {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.table-amount {
  color: #000;
  text-align: right;
  font-size: 20px;
  line-height: 27.5px;
}

.figure-number {
  color: var(--gray-500);
  font-size: 25px;
  line-height: 28.55px;
}

.figure-title {
  color: var(--gray-600);
  font-size: 25px;
  line-height: 28.55px;
}

.c-spacing-2 {
  background-color: #1f5a95;
}

.c-spacing-2._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing-2._07.no-color {
  background-color: #0000;
  overflow: auto;
}

.image-5 {
  display: block;
}

.list-2 {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.list-item {
  padding-bottom: 24px;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-button_togglenav-2 {
  color: #006eb5;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.c-dropdown_listnav-2 {
  top: 66px;
  overflow: hidden;
}

.c-dropdown_listnav-2.w--open {
  background-color: #f7f7f7;
  top: 75%;
  right: 0;
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.dropdown-icon-2 {
  height: 18px;
}

.c-dropdown_link-2 {
  text-transform: uppercase;
  border-bottom: 1px solid #a9b1b7;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 15.75px;
  transition: all .3s ease-in-out;
}

.c-dropdown_link-2:hover {
  color: #006eb5;
}

.link-block-2 {
  grid-column-gap: 12px;
  align-self: center;
  margin-right: 5%;
  display: flex;
}

.link-block-2:focus-visible, .link-block-2[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #f4b90ea6;
}

.table-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  overflow: auto;
}

.table-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 0;
  display: grid;
}

.table-row.header {
  background-color: #f5f7fa;
  align-items: end;
  font-weight: 700;
}

.table-text {
  color: #000;
  font-size: 20px;
  line-height: 27.5px;
}

.table-text.right {
  text-align: right;
  width: 100%;
}

.table-item {
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  min-width: 150px;
  padding: 12px;
}

.table-item.header {
  background-color: #f5f7fa;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.old-table {
  display: none;
}

.lottie-animation {
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.lottie-animation.lottie--desktop {
  width: 100%;
  max-width: 90rem;
  padding-top: 0;
  padding-bottom: 0;
}

.lottie-animation.lottie--mobile {
  display: none;
}

.accordion__item {
  background-image: url('../images/PNUD-RDC-2014_Singles_32-web.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
}

.accordion__item.item__01 {
  background-image: linear-gradient(90deg, #cc796985, #848ac757), url('../images/general.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  height: auto;
  min-height: 75vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.gradient--first {
  z-index: 1;
  background-image: linear-gradient(11deg, #303f8d33, #303f8d 35%, #f7e861);
  width: 300px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient--first.gradient--impact {
  background-image: linear-gradient(11deg, #5a2d79, #5a2d79 24% 39%, #a5be34 76%, #a5be34);
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.gradient--first.gradient--trends {
  background-image: linear-gradient(11deg, var(--purple-700), var(--purple-700) 35%, var(--red));
  height: 100%;
  margin-top: 100px;
}

._2023inreview-islottie {
  z-index: 2;
  max-width: 464px;
  margin-top: 2.5px;
  position: relative;
  left: -70px;
}

.area__content {
  z-index: 2;
  border-bottom: 2px solid var(--seashell);
  margin-top: 40px;
  position: static;
}

.story-preview {
  background-color: var(--gray-300);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section {
  -webkit-text-stroke-color: black;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10rem 10%;
}

.section.hero {
  background-image: url('../images/bg-hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  padding: 1.5rem 0 0;
  display: flex;
}

.section.welcome {
  background-color: var(--gray-200);
  background-image: linear-gradient(106deg, #fff 57%, #ffffffb3 78%, #ffffff75), linear-gradient(180deg, var(--blue-700), var(--yellow-2));
  position: static;
}

.section.section--review {
  padding: 0 0 2.5rem;
}

.section.section--review.section--review--impact {
  min-width: 100vw;
  min-height: 100vh;
  padding-bottom: 2.5rem;
}

.section.section--review.section--review--trends, .section.section--review.section--review--finances {
  min-width: 100vw;
  min-height: 100vh;
}

.section.accordion__item.item__01 {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757), url('../images/Totoperas_Sn-MateodelMar29.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.accordion__item.item__02 {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757), url('../images/334374913_505593521545180_2493822277580714558_n.jpg');
  min-height: 100vh;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.accordion__item.section--finances {
  background-image: linear-gradient(90deg, var(--red), #fff0 71%), url('../images/66213e26312272480599d117_UNDP-Jamaica-2018_water_harvesting-186-web.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  min-height: 100vh;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.accordion__item.item__04 {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757);
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 0;
}

.section.accordion__item.item__finance {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757), url('../images/66213e26312272480599d117_UNDP-Jamaica-2018_water_harvesting-186-web.jpg');
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.accordion__item.section--trends {
  background-image: linear-gradient(90deg, var(--red), #fff0 61%), url('../images/galerja-opt.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
}

.section.review.stats {
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.section.contributions {
  background-color: var(--gray-200);
  margin-top: 0;
  margin-bottom: 0;
}

.section.value {
  background-color: var(--gray-300);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 0%;
}

.section.partners {
  background-color: var(--gray-200);
  border-bottom: 1px solid #000;
  display: none;
}

.section.moonshots {
  background-color: var(--gray-300);
}

.section.wheel {
  padding-bottom: 2.5rem;
}

.section.logopool {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 10%;
  box-shadow: 0 1px 4px #00000026;
}

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

.section.section--archive {
  background-color: var(--gray-200);
}

.section.section--video {
  padding: 0;
}

.section.keyresults {
  background-color: var(--gray-200);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.finances--content {
  flex-flow: column;
  display: flex;
}

.section.video-bg {
  display: none;
}

.section.section-cards {
  -webkit-text-stroke-color: var(--gray-400-primary);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.logopool2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0% 3rem;
  display: flex;
  overflow: hidden;
}

.section.contributions2 {
  background-color: var(--gray-200);
  margin-top: 0;
  margin-bottom: 0;
}

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

.section.section--hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-top: 100px;
  padding: 0;
  display: flex;
}

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

.author__picture {
  border-radius: 9999px;
  width: 100%;
  max-width: 60%;
  height: auto;
}

.welcome__grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-rows: 1fr;
  padding: 0;
}

.welcome__author {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.author__name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  font-size: 1.5rem;
}

.overline {
  font-family: Söhnebreit dreiviertelfett, sans-serif;
  font-weight: 400;
}

.overline.story__overline {
  z-index: 20;
  text-transform: uppercase;
  font-family: Proxima, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  position: relative;
}

.flex-block-2 {
  z-index: 2;
}

.container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  place-content: stretch center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.container-theme {
  flex-flow: column;
  justify-content: flex-start;
  margin: 0 0 0 -50px;
  display: block;
}

.container.container-theme.theme--inner {
  min-height: 85vh;
}

.container.container-theme.theme--inner.theme--inner--landing {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.contributions {
  grid-column-gap: 1rem;
  border-bottom: 1px solid var(--gray-500);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.container.contributions.cb50 {
  flex: 0 50%;
}

.container.contributions.contributions--last {
  max-width: 48rem;
  margin-left: 0;
}

.container.title-contribution {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

.container.title-contribution.title-contribution--moonshots {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.container.title-contribution.title--review {
  margin-bottom: 0;
}

.container.moveinup.notescontainer {
  display: none;
}

.container.value__charts {
  grid-row-gap: 2rem;
  background-image: url('../images/value.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  min-height: 100vh;
}

.container.value__charts.moveinup {
  background-position: 100%;
  justify-content: flex-start;
  min-height: 80vh;
}

.container.container--wheel {
  max-width: 71rem;
  margin-top: 0;
}

.container.container-logotypes {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
}

.container.container--caption {
  justify-content: flex-start;
  align-items: center;
}

.container.container--review {
  margin-top: 3rem;
  margin-left: 10%;
}

.container.container--finances {
  margin-top: 3rem;
  margin-left: 10%;
  padding-bottom: 2rem;
}

.container.center {
  align-items: center;
}

.container.value__charts--finances {
  grid-row-gap: 2rem;
  background-image: url('../images/value.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  min-height: 100vh;
}

.container.value__charts--finances.moveinup {
  background-image: url('../images/66213e26312272480599d0c9_Eldery-people-in-Cuttack.jpg');
  background-position: -90%;
  background-size: auto 100%;
  justify-content: flex-start;
}

.container.footer-wrapper {
  width: 83%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.icon {
  order: -1;
  width: 80px;
  height: auto;
}

.photo-credits {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-bottom: 2px solid #000;
  min-width: 60%;
  max-width: 64rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.ticker {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 100px;
}

.readmore {
  z-index: 20;
  text-transform: uppercase;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 1rem;
  position: relative;
}

.story__link {
  z-index: 30;
  transform-origin: 0%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.story__underlay {
  z-index: 10;
  background-color: var(--dark-yellow);
  position: absolute;
  inset: 0%;
}

.marquee-wrapper {
  background-color: var(--gray-100);
  color: #dfdfdf;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text {
  white-space: nowrap;
  color: #000;
  font-size: 3.5vw;
  line-height: 1.5em;
}

.marquee-icon {
  width: 2.5vw;
}

.area__icon {
  width: 96px;
  margin-bottom: 24px;
}

.area__icon.area__icon--sidebar {
  width: 48px;
  margin-bottom: 0;
}

.area__icon.area__icon--sidebar.padded {
  margin: .5rem;
}

.text-block-7 {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  flex: 1;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 128px;
  padding-bottom: 64px;
  display: block;
}

.value-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.icon-2 {
  background-color: var(--dark-yellow);
  display: block;
}

.icon-2.arrow-slider {
  background-color: var(--blue-600-primary);
  border-radius: 20px;
}

.left-arrow {
  display: block;
}

.icon-3 {
  background-color: #006eb5;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
}

.trends-image {
  margin-top: 20px;
  margin-bottom: 60px;
}

.photo-credits__copy {
  opacity: 1;
  flex: 1 1 0;
  display: block;
}

.h3 {
  color: var(--blue-600-primary);
  margin-bottom: 2rem;
  font-family: Proxima, sans-serif;
  font-size: 1.75rem;
  line-height: 1.4em;
}

.h3.h3--card {
  text-align: center;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 40px;
}

.h3.h3--stat {
  text-align: center;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 1.75rem;
}

.h3.h3--stat.h3--stat--light {
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.h3.h3--stat.h3--stat--light.tooltip {
  font-family: Sohnebreit Buch, sans-serif;
}

.h3.moveinup {
  font-family: Proximanova, sans-serif;
}

.h3.moveinup.half {
  flex: 50%;
}

.h3.value--highlight {
  max-width: 50%;
  font-family: Proximanova, sans-serif;
}

.h3.grey {
  color: var(--gray-600);
}

.h3.h3--pe {
  color: var(--dark-red);
}

.h3.h3--gr {
  color: var(--blue-governance);
  margin-bottom: 1rem;
}

.h3.h3--nce {
  color: var(--green);
  margin-bottom: 1rem;
}

.h3.h3--ge {
  color: var(--purple-700);
  margin-bottom: 1rem;
}

.h3.h3--stat.h3--stat--light {
  font-family: Proxima, sans-serif;
}

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

.h3.h3--light.h3--as-p {
  font-family: Proximanova, sans-serif;
}

.h3.h3--light.h3--light--impact {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-family: Proximanova, sans-serif;
}

.paragraph {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.paragraph.moonshot__paragraph {
  color: var(--gray-700);
}

.paragraph.p-2cols {
  column-count: 2;
  column-rule-style: solid;
  column-rule-width: 4px;
  white-space: pre-wrap;
  column-rule-color: #fff;
  column-gap: 2.5rem;
  font-size: 1rem;
  line-height: 1.4rem;
}

.paragraph.footnote {
  border-bottom: 1px solid #000;
  margin-top: 1rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

.paragraph.paragraph--blue {
  color: #006eb5;
  text-align: right;
  margin-top: 1rem;
  font-weight: 400;
}

.paragraph.thanks {
  font-size: 1.25rem;
  font-weight: 700;
}

.paragraph.half {
  flex: 50%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.media-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 61.8034%;
  padding: 3rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 100%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

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

.sticky-container {
  width: 100%;
  height: 600vw;
  display: none;
  position: relative;
}

.card_image {
  max-width: 128px;
  height: auto;
  margin-bottom: 2rem;
}

.card_description {
  color: var(--dark-yellow);
  text-align: center;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 2rem;
  line-height: 1.3em;
}

.card_arrow {
  max-width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.bold-text-2 {
  vertical-align: baseline;
}

.select {
  background-color: var(--seashell);
  color: var(--gray-700);
  text-transform: uppercase;
  -webkit-text-stroke-color: black;
  border: 2px solid #000;
}

.stat_chart--pie {
  width: 8rem;
  height: auto;
}

.bar-chart {
  background-color: var(--dark-yellow);
  transform-origin: 0%;
  border-radius: 20px;
  width: 79%;
  height: 40px;
}

.bar-chart.bar-chart--1 {
  background-color: var(--dark-yellow);
  width: 88%;
}

.bar-chart.bar-chart--2 {
  width: 66%;
}

.bar-chart.bar-chart--3, .bar-chart.bar-chart--4 {
  width: 64%;
}

.bar-chart.bar-chart--5 {
  width: 55%;
}

.bar-chart.bar-chart--2--finances {
  background-color: var(--dark-yellow);
  width: 59%;
}

.bar-chart.bar-chart--3--finances {
  background-color: var(--dark-yellow);
  width: 51%;
}

.bar-chart.bar-chart--4--finances {
  background-color: var(--dark-yellow);
  width: 32.39%;
}

.bar-chart.bar-chart--5--finances {
  background-color: var(--dark-yellow);
  width: 27%;
}

.bar-chart.bar-chart--6--finances {
  background-color: var(--dark-yellow);
  width: 20.35%;
}

.bar-chart.bar-chart--7--finances {
  background-color: var(--dark-yellow);
  width: 14.38%;
}

.bar-chart.bar-chart--8--finances {
  background-color: var(--dark-yellow);
  width: 13.36%;
}

.bar-chart.bar-chart--9--finances {
  background-color: var(--dark-yellow);
  width: 12%;
}

.bar-chart.bar-chart--10--finances {
  background-color: var(--dark-yellow);
  width: 10.47%;
}

.bar-chart.bar-chart--5--finances-copy {
  background-color: var(--dark-yellow);
  width: 30%;
}

.cell-center {
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
}

.bold {
  font-family: Proximanova, sans-serif;
}

.stat--change {
  color: var(--dark-yellow);
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.stat__chart-data {
  color: var(--blue-600-primary);
  text-align: center;
  margin-top: 1rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
}

.stat--highlight {
  color: var(--blue-600-primary);
  text-align: center;
  width: 100%;
  padding: 0;
  font-family: Proximanova, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2em;
}

.notes {
  background-image: linear-gradient(270deg, #fab210 1%, #fcd377 68%);
  border-radius: 8px;
  margin: 2rem;
  padding: 3rem;
  position: relative;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.contributions {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex: 1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.contribution__data {
  color: var(--blue-600-primary);
  object-fit: fill;
  flex: 25%;
  min-width: 250px;
  padding: 0;
  font-size: 1.75rem;
  overflow: visible;
}

.contribution__data.value__data {
  flex: 1;
  width: auto;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-right: 1rem;
  font-weight: 600;
}

.contribution__data.value__data.auto {
  min-width: auto;
}

.contribution__data.cb50 {
  flex-basis: 0%;
}

.contribution__label {
  color: var(--blue-600-primary);
  margin-top: .75rem;
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.contribution__percentage {
  color: var(--dark-yellow);
  min-width: 130px;
  padding: 0;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 1.75rem;
}

.contribution__percentage__label {
  color: var(--gray-700);
  margin-top: .75rem;
  font-family: Proxima, sans-serif;
  font-size: 1rem;
}

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

.moveinup.welcome__author.quote__author {
  text-align: center;
  flex: 30%;
  order: 1;
  padding: .5rem;
}

.stats__card {
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
  max-height: 80%;
  padding: 1rem;
}

.stats__card.moveinup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-basis: 33%;
  justify-content: center;
  align-items: center;
}

.stats__card.moveinup.pooled-resources {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 33%;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  margin-top: 1rem;
}

.stats__card.card__full {
  border-top: 0px none var(--gray-500);
  border-bottom: 1px #000;
}

.stats__card.card__full.moveinup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-basis: 100%;
  justify-content: center;
}

.stats__card.card__full.moveinup.left {
  border-top-style: none;
  border-bottom-style: none;
  align-items: flex-start;
}

.stats__card.divider--full {
  border-top: 1px solid var(--gray-500);
  margin-top: 1rem;
}

.stats__card.pooled-resources {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding: 1rem;
}

.stats__grid {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  display: flex;
}

.box-tag {
  border: 1px solid var(--gray-500);
  background-color: var(--seashell);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
  position: absolute;
  inset: -10px -20px auto auto;
}

.box-tag__content {
  color: var(--dark-yellow);
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1.125rem;
}

.arrow-lr {
  transform-origin: 0%;
  padding: 0;
}

.contribution__percentage__text, .contribution__data__text {
  font-size: 2rem;
}

.contribution__data__text.contribution__data_text--finances {
  margin-bottom: .5rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.contribution__data__text.contribution__data_text--finances-copy, .contribution__data__text.contribution__data_text--finances-copy-copy {
  margin-bottom: .5rem;
}

.contribution__data__text.contribution__data-country-finance {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.value__chart__container {
  display: flex;
}

.moonshot {
  border-bottom: 2px solid var(--dark-yellow);
  flex: 48%;
  padding: 1.5rem;
}

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

.moonshot__meta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.moonshot__icon {
  width: 80px;
}

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

.wheel__area {
  text-align: center;
  flex-flow: column;
  flex: 25%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dollar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.superscript {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--blue-600-primary);
  color: inherit;
  font-weight: 400;
}

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

.logopartner {
  max-height: 4rem;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, var(--gray-300), #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, var(--gray-300), #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  max-width: none;
  max-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline-2 {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate.logo-animateeee {
  width: 186rem;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 1rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 200rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.logos-marquee {
  overflow: hidden;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon-4 {
  object-fit: contain;
  width: 65%;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 0;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  flex: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title--half-flex {
  flex: 40%;
}

.dropdown-toggle {
  display: block;
}

.dropdown_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
}

.icon-5 {
  color: var(--dark-red);
}

.chevron-dropdown {
  width: 1.2rem;
}

.dropdown-select {
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown-list-2 {
  background-color: #0000;
  border: 2px solid #000;
  border-top-style: none;
  display: none;
}

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

.dropdown-link {
  border-bottom: 1px solid var(--gray-500);
}

.video--full {
  width: 150%;
}

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

.c-spacing-3 {
  background-color: #1f5a95;
}

.c-spacing-3._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing-3._07.no-color {
  background-color: #0000;
}

.c-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.c-wrapper.caption-credit {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  height: auto;
  min-height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.undp-image-2 {
  margin-bottom: 100px;
}

.video-bg {
  background-image: url('../images/bg-hero.jpg'), linear-gradient(315deg, #fff 48%, #fff0);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.video {
  min-width: 63.975rem;
  max-width: 63.975px;
  min-height: 37.875rem;
  max-height: 37.875px;
}

.video.moveinup {
  max-width: 63.975rem;
  max-height: 37.875rem;
  margin-top: 3rem;
}

.track {
  height: 300vw;
  padding: 0;
}

.camera {
  width: 100vw;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: auto;
  padding: 3rem;
  display: flex;
}

.item.item--2 {
  padding-left: 0;
  padding-right: 0;
}

.element33.yello {
  background-color: var(--yellow-2);
}

.element50 {
  width: 50%;
}

.item__image {
  object-fit: cover;
}

.element {
  background-color: var(--gray-200);
  box-shadow: none;
}

.element.element33 {
  box-shadow: none;
  flex-basis: 33%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.element.element33.moveinup {
  flex-flow: column;
  min-height: 50vh;
}

.element.element50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-lr--grey {
  height: 10%;
}

.impact-lottie {
  z-index: 2;
  max-width: 464px;
  margin-top: 40px;
  position: relative;
  left: -70px;
}

.flag {
  max-height: 50px;
}

.contribution__data__text--alt {
  color: var(--dark-yellow);
  font-family: Proxima, sans-serif;
  font-size: 2rem;
}

.im-ic {
  width: 48px;
  height: 48px;
}

.im-ic.im-ic-02 {
  margin-left: 5px;
}

.c-spacing-4 {
  background-color: #1f5a95;
}

.c-spacing-4._07 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.c-spacing-4._07.no-color {
  background-color: #0000;
}

.section--area {
  -webkit-text-stroke-color: black;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 10% 4rem;
}

.section--area.hero {
  background-image: url('../images/bg-hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  padding: 1.5rem 0 0;
  display: flex;
}

.section--area.welcome {
  background-color: var(--gray-200);
  background-image: linear-gradient(106deg, #fff 57%, #ffffffb3 78%, #ffffff75), linear-gradient(180deg, var(--blue-700), var(--yellow-2));
  position: static;
}

.section--area.section--review {
  padding: 0 0;
}

.section--area.section--review.section--review--impact {
  padding-bottom: 2.5rem;
}

.section--area.accordion__item.item__01 {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757), url('../images/FWS-Burkina-Faso-Kaya-site-visits_3.jpg');
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section--area.accordion__item.item__02 {
  background-image: linear-gradient(90deg, #6b69cc85, #848ac757), url('../images/334374913_505593521545180_2493822277580714558_n.jpg');
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section--area.review.stats {
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.section--area.contributions {
  background-color: var(--gray-200);
  margin-top: 0;
  margin-bottom: 0;
}

.section--area.value {
  padding-right: 0%;
}

.section--area.partners {
  background-color: var(--gray-200);
  display: none;
}

.section--area.moonshots {
  background-color: var(--gray-300);
}

.section--area.logopool {
  background-color: var(--gray-300);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.section--area.section--archive {
  background-color: var(--gray-200);
}

.section--area.section--video {
  padding: 0;
}

.section--area.keyresults {
  background-color: var(--gray-200);
  margin-top: 0;
  margin-bottom: 0;
}

.section--area.section--area-trends {
  padding-left: 10%;
}

.h4 {
  color: var(--gray-700);
  margin-bottom: 2rem;
  font-family: Proxima, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.h4.h3--card {
  text-align: center;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 40px;
}

.h4.h3--stat {
  text-align: center;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.h4.h3--stat.h3--stat--light {
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.h4.value--highlight {
  max-width: 50%;
}

.h4.grey {
  color: var(--gray-600);
}

.h4.h3--pe {
  color: var(--dark-red);
}

.h4.h3--gr {
  color: var(--blue-governance);
}

.h4.h3--nce {
  color: var(--green);
}

.h4.h3--ge {
  color: var(--purple-700);
}

.h4.h3--light {
  font-family: Sohnebreit Buch, sans-serif;
  font-weight: 400;
}

.h4.h4--light {
  margin-bottom: 2rem;
  font-family: Proximanova, sans-serif;
}

.h4.h4--light.uppercase {
  text-transform: uppercase;
}

.h4.h4--light.uppercase.h4--box {
  margin-bottom: 1rem;
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
}

.h4.h4--light.h4--card {
  font-family: Proximanova, sans-serif;
}

.h4.h4--blue {
  color: var(--blue-600-primary);
  margin-bottom: 1rem;
}

.case {
  background-color: var(--gray-200);
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem;
}

.case.moveinup {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.label--round {
  background-color: var(--gray-200);
  border: 4px solid #fff;
  border-radius: 999px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.label__text {
  -webkit-text-stroke-color: var(--gray-700);
  border: 0 #fff;
  min-width: 120px;
  padding: .5rem;
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 1rem;
}

.blockquote {
  color: var(--blue-700);
  flex: 70%;
  order: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Proxima, sans-serif;
  font-size: 1.125rem;
}

.read {
  background-color: var(--dark-yellow);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  box-shadow: 8px 8px #ffe8b9;
}

.story__link__arrow {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.case--icon {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.case--icon.moveinup {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.case--icon__icon {
  width: 64px;
  height: auto;
}

.highlight--icon {
  width: 64px;
  height: auto;
  margin-right: 1rem;
}

.highlight-div {
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.highlight-div.red {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-red);
  margin: 2rem 0;
}

.highlight-div.cyan {
  color: #2d91ab;
}

.highlight-div.purple {
  color: var(--purple-700);
}

.highlight-div.blue {
  color: var(--blue-600-primary);
  justify-content: space-between;
  align-items: flex-start;
}

.highlight-div.green {
  color: #5ab258;
}

.h3--highlight {
  margin-bottom: .25rem;
  font-family: Söhnebreit fett, sans-serif;
  font-size: 1.75rem;
}

.text-block-9 {
  font-family: Proximanova, sans-serif;
  font-size: 1.25rem;
}

.quote {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.case--location {
  border-top: 1px solid var(--gray-600);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.case--location.case--location--first {
  border-top-style: none;
  border-bottom: 1px #000;
}

.case--location.case--location--first.nopadbottom {
  padding-bottom: 0;
}

.cta__link--embed {
  z-index: 20;
  margin-top: auto;
  position: relative;
}

.cta__link--embed.cta__link--embed--story {
  align-self: auto;
  margin-top: auto;
}

.cta-link {
  margin-top: 2rem;
}

.container--cb50 {
  flex-flow: wrap;
  display: flex;
}

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

.bold-text-3 {
  font-size: 2.25rem;
}

.dollar__image {
  height: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.color {
  background-color: #287f9b;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

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

.text-size-medium {
  flex: none;
  font-size: 1.25rem;
}

.chart_key-block {
  grid-column-gap: 1rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chart_key-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
  font-family: Proxima, sans-serif;
  display: flex;
}

.chart_key-colour {
  background-color: #9ec32d;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
}

.chart_key-colour.is-blue {
  background-color: #287f9b;
  border-radius: 100%;
  flex: none;
}

.chart_key-colour.is-orange {
  background-color: #542d7d;
  flex: none;
}

.chart_key-colour.is-yellow {
  background-color: #dc0030;
}

.chart_key-colour.is-purple {
  background-color: #816cff;
}

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

._2-col-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  display: grid;
}

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

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

.chart_wrapper {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.spacer-64 {
  width: 4rem;
  height: 4rem;
}

.text-color-pink {
  color: #ff6ca8;
}

.donut-container {
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  max-height: 33vh;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8 {
  margin-top: 3rem;
}

.code-embed {
  width: 100%;
}

.data-table {
  margin-top: 4rem;
}

.article {
  align-self: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article.article--summary {
  align-items: flex-start;
  display: block;
}

.chart-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.chart-data {
  flex: 1 1 0;
}

.dta-table {
  margin-top: 4rem;
}

.bar-container {
  flex: 2 0 86%;
  width: 100%;
}

.bar-chart--finances {
  background-color: var(--dark-yellow);
  transform-origin: 0%;
  border-radius: 20px;
  width: 79%;
  height: 40px;
}

.bar-chart--finances.bar-chart--1 {
  background-color: var(--dark-yellow);
  width: 79%;
}

.bar-chart--finances.bar-chart--2 {
  width: 66%;
}

.bar-chart--finances.bar-chart--3, .bar-chart--finances.bar-chart--4 {
  width: 64%;
}

.bar-chart--finances.bar-chart--5 {
  width: 55%;
}

.bar-chart--finances.bar-chart-1--finances {
  background-color: var(--dark-yellow);
  width: 88%;
}

.value__chart__container-finance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.grey {
  color: var(--gray-500);
}

.wheel-minor {
  display: none;
}

.bar-chart--container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-logo-left-gradient-2 {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient-2.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.logos-marquee-2 {
  overflow: hidden;
}

.container--container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contribution__label2 {
  color: var(--blue-600-primary);
  max-width: 50%;
  margin-top: .75rem;
  font-family: Proxima, sans-serif;
  font-size: 1rem;
}

.h1.h2.h1--first {
  font-family: Sohnebreit Buch, sans-serif;
}

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

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

.h1--finance {
  color: var(--blue-600-primary);
  font-family: Sohnebreit Buch, sans-serif;
  font-size: 3rem;
  line-height: 1.3em;
}

.div-block-11 {
  background-image: url('../images/334374913_505593521545180_2493822277580714558_n.jpg');
  background-position: 0%;
  background-size: cover;
}

.section-3 {
  min-height: 100vh;
}

.hero__gradient.gradient__1 {
  background-image: linear-gradient(354deg, #5a2d79, #5a2d79 24% 39%, #a5be34 76%, #a5be34);
  width: 300px;
}

.hero__gradient.gradient__2 {
  background-image: linear-gradient(354deg, var(--purple-700), var(--purple-700) 35%, var(--red));
  width: 300px;
}

.hero__gradient.gradient__3 {
  background-image: linear-gradient(180deg, var(--finance-one), var(--light-yellow));
  width: 300px;
}

.hero__image {
  background-image: linear-gradient(96deg, #6b69cc, #7475ca33 37%, #848ac757), url('../images/334374913_505593521545180_2493822277580714558_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.hero__image.hero__image__2 {
  background-image: linear-gradient(96deg, var(--red), #7475ca33 51%), url('../images/galerja-opt.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero__image.hero__image__3 {
  background-image: linear-gradient(96deg, var(--finance-one), #7475ca33 51%), url('../images/UNDP-Costa-Rica-2020-climate-action-67.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.trends--lottie {
  z-index: 2;
  max-width: 464px;
  margin-top: 40px;
  position: relative;
  left: -70px;
}

.finances--lottie {
  z-index: 99;
  max-width: 464px;
  margin-top: 40px;
  position: relative;
  left: -70px;
}

.c-nav_menu-2 {
  z-index: 2;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.c-nav_menu-2.middle {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-nav_logo-2 {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
}

.c-dropdown_listnav-3 {
  top: 66px;
  overflow: hidden;
}

.c-dropdown_listnav-3.w--open {
  background-color: #f7f7f7;
  top: 75%;
  right: 0;
  box-shadow: 0 6px 8px -1px #232e3d40;
}

.c-container-2 {
  color: #232e3d;
  align-self: stretch;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-container-2.nav {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100px;
  display: flex;
  position: relative;
}

.c-nav_link-2 {
  outline-offset: 0px;
  color: #006eb5;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border: 0 solid #fff;
  outline: 0 #000;
  justify-content: center;
  align-items: center;
  padding: 19px 14px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.c-nav_link-2:hover {
  color: #55606e;
  border: 1px #000;
}

.c-nav_link-2:focus-visible, .c-nav_link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #f4b90ea6;
}

.c-nav_link-2.w--current {
  color: #006eb5;
  text-align: center;
  border-bottom-color: #006eb5;
  justify-content: center;
  align-items: center;
}

.c-dropdown_link-3 {
  text-transform: uppercase;
  border-bottom: 1px solid #a9b1b7;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 15.75px;
  transition: all .3s ease-in-out;
}

.c-dropdown_link-3:hover {
  color: #006eb5;
}

.brand-2 {
  align-items: center;
  width: 260px;
  height: 110%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.brand-2:focus-visible, .brand-2[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #f4b90ea6;
}

.brand-2.w--current {
  z-index: 3;
  align-items: center;
  width: 260px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-nav_logo-3 {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
  height: 100%;
}

.link-extra--mobile {
  grid-column-gap: 12px;
  align-self: center;
  margin-right: 5%;
  display: none;
}

.link-extra--mobile:focus-visible, .link-extra--mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #f4b90ea6;
}

.number {
  font-family: Sohnebreit Buch, sans-serif;
}

.number.bold {
  font-family: Söhnebreit fett, sans-serif;
}

.number.bold.numb {
  font-size: 2rem;
}

.icon--fw {
  order: -1;
  display: none;
}

.cell-4 {
  padding-right: 40px;
}

.bo-d, .bold-text-5 {
  font-family: Söhnebreit fett, sans-serif;
}

.br {
  display: block;
}

.grid-partners.mobile-only {
  display: none;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

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

.flex-horizontal-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.icon-6, .icon-7 {
  width: 65%;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .italic-text {
  font-family: Proximanova, sans-serif;
}

.footer-link {
  margin-bottom: 4px;
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }

  .c-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .c-container.nav {
    height: 75px;
  }

  .c-spacing._06.no-color {
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
  }

  .c-spacing._10.no-color {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .c-spacing._13.no-color {
    min-width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
  }

  .brand {
    z-index: 3;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 48px;
  }

  .c-nav_menu {
    background-color: var(--gray-100);
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 28px 48px;
    box-shadow: 0 12px 12px 2px #0000001a;
  }

  .c-nav_button {
    margin-right: 48px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .c-nav_button.w--open {
    color: var(--gray-100);
    background-color: #0000;
  }

  .title--half {
    text-align: center;
    flex-direction: column;
  }

  .title--half.grid.principle {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .title--half.featured {
    grid-template-columns: 1fr 1fr;
  }

  .title--half.cta, .title--half.half {
    flex-direction: column;
  }

  .title--half.cream-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }

  .title--half.solutions-icon-wrapper {
    flex-direction: row;
  }

  .title--half.title--half--fixed {
    grid-column-gap: 1rem;
    flex-flow: row;
    align-items: flex-start;
  }

  .c-text {
    padding: 0;
  }

  .c-text.h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text.h1.mobile {
    font-size: 48px;
    line-height: 125%;
  }

  .c-text.h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text.h2.mobile.trend-title {
    text-align: left;
  }

  .c-text.nav {
    margin-left: 16px;
    margin-right: auto;
    font-size: 16px;
    line-height: 18.84px;
  }

  .c-text.h3.blue-card {
    font-size: 30px;
    line-height: 34.97px;
  }

  .c-text.h3.p-sidebar-heading {
    text-align: left;
  }

  .c-text.h4.center {
    text-align: center;
    width: 100%;
  }

  .c-text.richtext h1 {
    font-size: 82px;
    line-height: 88.83px;
  }

  .c-text.richtext h2 {
    font-size: 45px;
    line-height: 49.05px;
  }

  .c-text.richtext img {
    min-width: 500px;
  }

  .c-text.footer {
    margin-left: 16px;
    margin-right: auto;
  }

  .c-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-image {
    height: 75px;
  }

  .c-footer-col_wrapper.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .c-footer-col.left {
    text-align: left;
  }

  .c-social_wrapper {
    justify-content: flex-start;
  }

  .c-social {
    margin-left: 0;
  }

  .accordion.js-accordion {
    flex: auto;
  }

  .accordion__frame {
    flex-flow: column;
  }

  .c-list.grid {
    grid-template-columns: auto auto;
  }

  .c-modal {
    order: -1;
    margin-left: auto;
  }

  .c-nav_buttonlottie {
    width: 42px;
    height: 100%;
  }

  .c-nav_menuwrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: flex-start start;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .c-content_wrapper.right, .c-content_wrapper.right-accordion {
    width: 100%;
    margin-left: auto;
  }

  .c-content_wrapper.left-accordion.outcome {
    width: 100%;
    position: relative;
    top: 0;
  }

  .c-content_wrapper.sidebar-content {
    flex: 0 50%;
    width: 100%;
  }

  .c-content_wrapper.p-left-accordion.outcome {
    width: 100%;
    position: relative;
    top: 0;
  }

  .c-content_wrapper.p-left-accordion.outcome.sidebar {
    max-width: 100%;
  }

  .c-content_wrapper.p-left-accordion.outcome.sidebar.p-sidebar {
    flex-flow: row;
    display: flex;
    position: sticky;
  }

  .c-dropdown_list.w--open {
    right: -16px;
  }

  .c-button_wrapper {
    width: 100%;
  }

  .c-button_wrapper.cta {
    align-items: center;
  }

  .c-image_standard {
    width: auto;
  }

  .c-standard_wrapper {
    align-self: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .c-standard_wrapper.center {
    align-self: center;
  }

  .c-footer_text {
    flex-direction: column;
  }

  .principle-card {
    padding: 40px;
  }

  .c-nav_dropdownnav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .c-dropdown_listnav.w--open {
    right: -16px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .image.img-line {
    margin-bottom: -200px;
  }

  .menu-link.menu-link--mobile {
    font-weight: 600;
  }

  .menu-link.menu-link--mobile.menu-blue {
    color: var(--blue-700);
  }

  .trends-number {
    position: static;
  }

  .comparison-row {
    overflow: scroll;
  }

  .h2.moveinup {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .h2.white.moveinup {
    text-align: center;
  }

  .h2.bold.h2--impact {
    text-align: left;
  }

  .c-nav_button-2 {
    margin-right: 48px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .c-nav_button-2.w--open {
    color: #fafafa;
    background-color: #0000;
  }

  .c-dropdown_listnav-2.w--open {
    right: -16px;
  }

  .link-block-2 {
    display: none;
  }

  .table-text {
    font-size: 18px;
    line-height: 25.5px;
  }

  .table-item {
    min-width: 150px;
  }

  .lottie-animation.lottie--desktop {
    height: auto;
  }

  .section {
    padding: 3.125rem 2rem;
  }

  .section.hero {
    margin-top: 75px;
  }

  .section.welcome {
    background-position: 105%;
  }

  .section.accordion__item.item__01 {
    background-position: 0 0, 0 20%;
  }

  .section.value {
    padding-right: 2rem;
  }

  .section.wheel {
    padding-bottom: 3.125rem;
  }

  .section.video-bg {
    min-width: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .section.section-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.contributions2 {
    margin-top: 3rem;
  }

  .section.section--hero {
    margin-top: 0;
  }

  .container {
    max-width: 90rem;
  }

  .container.container-theme.theme--inner.theme--inner--landing {
    max-width: none;
    margin-left: 0;
  }

  .container.contributions.cb50 {
    flex: 1;
  }

  .container.title-contribution.title-contribution--moonshots {
    margin-bottom: 1rem;
  }

  .container.value__charts.moveinup {
    background-position: 110%;
    margin-right: -2rem;
  }

  .container.container--wheel {
    display: flex;
  }

  .container.container-logotypes {
    flex-flow: column;
  }

  .container.value__charts--finances.moveinup {
    background-position: -20%;
    background-size: cover;
  }

  .area__icon.area__icon--sidebar.padded.area__icon--highlight {
    width: 96px;
  }

  .h3.h3--pe, .h3.h3--gr, .h3.h3--nce, .h3.h3--ge {
    margin-bottom: 1rem;
  }

  .h3.h3--light.h3--light--impact, .paragraph {
    text-align: left;
  }

  .paragraph.p-2cols {
    text-align: left;
    column-count: auto;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .stat--highlight {
    font-size: 1.25rem;
  }

  .contribution__data.value__data {
    flex: 1;
    min-width: auto;
  }

  .contribution__data.value__data.auto {
    width: auto;
  }

  .contribution__data.cb50 {
    min-width: 0;
  }

  .contribution__data.data-numbers {
    flex-basis: 50%;
  }

  .stats__card.pooled-resources {
    padding: 1rem;
  }

  .arrow-lr {
    flex: 0 33%;
  }

  .moonshot__meta {
    flex-flow: column;
    display: block;
  }

  .moonshot__icon {
    margin-bottom: 2rem;
  }

  .wheel__image {
    display: none;
  }

  .wheel__area-grid {
    flex-flow: wrap;
    flex: 100%;
    justify-content: space-between;
    align-self: baseline;
    align-items: stretch;
  }

  .wheel__area {
    flex: 40%;
  }

  .icon-container {
    height: 5rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .c-wrapper {
    flex-direction: column;
  }

  .c-wrapper.caption-credit {
    grid-template-columns: 3.25fr;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .video-bg {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .video.moveinup {
    min-width: 37.875rem;
    max-width: 37.875px;
    min-height: 22rem;
    max-height: 22rem;
  }

  .track {
    height: auto;
  }

  .camera {
    flex-flow: wrap;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .frame {
    flex-flow: wrap;
  }

  .item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    height: auto;
    padding: 1.5rem 1.5rem 0;
  }

  .item.item--2 {
    height: auto;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .element.element33.moveinup {
    flex-flow: wrap;
    flex: 48%;
    min-height: auto;
  }

  .element.element33.movinup {
    flex-grow: 1;
  }

  .arrow-lr--grey {
    display: none;
  }

  .impact-lottie {
    margin-top: 140px;
  }

  .section--area {
    padding: 3.125rem 2rem;
  }

  .section--area.welcome {
    background-position: 105%;
  }

  .h4.h4--light, .h4.h4--card, .blockquote {
    text-align: left;
  }

  .case--icon.moveinup {
    text-align: left;
    flex-flow: column;
  }

  .h3--highlight.h3--card {
    text-align: left;
  }

  .quote {
    flex-flow: column;
  }

  .container--cb50 {
    flex-flow: wrap;
    align-items: flex-start;
  }

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

  .p-card, .paragraph-2 {
    text-align: left;
  }

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

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

  .chart-wrapper {
    flex-flow: column;
  }

  .bar-container {
    flex-grow: 1;
    flex-basis: 30%;
  }

  .wheel-minor {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .code-embed-2 {
    display: block;
  }

  .hero__gradient.gradient__1, .hero__gradient.gradient__2, .hero__gradient.gradient__3 {
    width: 200px;
  }

  .trends--lottie, .finances--lottie {
    margin-top: 140px;
  }

  .c-nav_menu-2 {
    background-color: #fafafa;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 28px 48px;
    box-shadow: 0 12px 12px 2px #0000001a;
  }

  .c-dropdown_listnav-3.w--open {
    right: -16px;
  }

  .c-container-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .c-container-2.nav {
    height: 75px;
  }

  .c-nav_buttonlottie-2 {
    width: 38px;
    height: 100%;
  }

  .brand-2 {
    z-index: 3;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 48px;
  }

  .c-nav_extralinks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px solid var(--gray-500);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .link-extra--mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-right: 0%;
    padding: 19px 14px 15px 4px;
    font-size: 14px;
    display: flex;
    position: relative;
  }

  .icon--fw {
    display: block;
  }

  .text-block-11 {
    text-align: left;
  }

  .grid-partners.mobile-only {
    display: none;
  }
}

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

  .c-button {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .c-form-block {
    text-align: left;
  }

  .c-form.newsletter {
    width: 100%;
    margin-top: 40px;
  }

  .brand {
    margin-left: 24px;
    padding-left: 0;
  }

  .brand.w--current {
    align-content: flex-start;
  }

  .c-nav_menu {
    padding-left: 24px;
  }

  .c-nav_button {
    margin-right: 24px;
  }

  .title--half {
    flex-direction: column;
  }

  .title--half.grid.principle {
    grid-template-columns: 1fr;
  }

  .title--half.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-text.paragraphlink {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.paragraphlink.newsletter {
    text-align: left;
  }

  .c-text.h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text.h1.mobile {
    font-size: 32px;
  }

  .c-text.h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text.nav {
    margin-left: 12px;
    display: block;
  }

  .c-text.h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text.h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text.richtext h1 {
    font-size: 47px;
    line-height: 50.92px;
  }

  .c-text.richtext h2 {
    font-size: 40px;
    line-height: 43.6px;
  }

  .c-text.richtext h3 {
    font-size: 30px;
    line-height: 34.26px;
  }

  .c-text.richtext h4 {
    font-size: 25px;
    line-height: 28.55px;
  }

  .c-text.richtext h5 {
    font-size: 20px;
    line-height: 22.84px;
  }

  .c-text.richtext blockquote {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.richtext li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .c-text.richtext img {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-text.footer {
    margin-left: 12px;
    font-size: 20px;
    line-height: 22.84px;
  }

  .footer-image {
    object-fit: contain;
    height: 82.5px;
  }

  .c-footer-col_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .c-footer-col_wrapper.center {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-footer-col_wrapper.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .c-footer-col.left {
    text-align: left;
  }

  .c-footer-col.mobile {
    display: block;
  }

  .c-social_wrapper {
    justify-content: flex-start;
  }

  .c-social_wrapper.v2 {
    display: none;
  }

  .c-social_wrapper.hide {
    margin-top: 0;
    display: block;
  }

  .footer-list {
    padding-left: 0;
  }

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

  .accordion.js-accordion.mobile {
    display: block;
  }

  .accordion-header.js-accordion-header {
    color: var(--gray-100);
  }

  .accordion-header.js-accordion-header.black {
    color: var(--gray-700);
  }

  .accordion-body.js-accordion-body {
    width: 100%;
  }

  .accordion__frame.js-accordion-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-list.grid {
    grid-template-columns: auto;
  }

  .c-nav_logo {
    object-fit: contain;
    max-width: 60px;
    padding-left: 0;
  }

  .c-modal_close_btn {
    font-size: 1.8rem;
  }

  .c-content_wrapper.left.top {
    padding-top: 15%;
  }

  .c-content_wrapper.p-left-accordion.outcome.sidebar.p-sidebar {
    display: none;
  }

  .c-button_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-button_wrapper.cta {
    flex-direction: row;
    align-items: center;
  }

  .c-button_toggle {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .principle-card {
    padding: 28px;
  }

  .c-button_togglenav {
    font-size: 14px;
    line-height: 16px;
  }

  .c-dropdown_listnav.w--open {
    right: -15px;
  }

  .image.dots {
    height: 72px;
  }

  .h2.trend-title {
    text-align: left;
  }

  .c-nav_button-2 {
    margin-right: 24px;
  }

  .c-button_togglenav-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .c-dropdown_listnav-2.w--open {
    right: -15px;
  }

  .table-text {
    font-size: 16px;
    line-height: 23.5px;
  }

  .table-item {
    min-width: 150px;
  }

  .section.hero {
    height: 80vh;
  }

  .section.accordion__item.item__01 {
    background-position: 0 0, -10% 20%;
  }

  .container.contributions.cb50 {
    justify-content: center;
    align-items: center;
  }

  .container.value__charts.moveinup {
    background-position: 310%;
  }

  .container.value__charts--finances.moveinup {
    background-position: -10% 100%;
  }

  .h3.h3--light.h3--as-p, .paragraph.p-2cols {
    text-align: left;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .bar-chart.bar-chart--1 {
    width: 67.6923%;
  }

  .bar-chart.bar-chart--2 {
    width: 50.7692%;
  }

  .bar-chart.bar-chart--3, .bar-chart.bar-chart--4 {
    width: 49.2308%;
  }

  .bar-chart.bar-chart--5 {
    width: 42.3077%;
  }

  .stat--highlight {
    padding: 2rem;
  }

  .contribution__data {
    flex-basis: 40%;
  }

  .contribution__percentage {
    text-align: right;
    flex: 0 15%;
  }

  .stats__card {
    display: flex;
  }

  .stats__card.pooled-resources {
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .contribution__data__text {
    font-size: 1.25rem;
  }

  .moonshot__meta {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .icon-container {
    height: 5rem;
  }

  .marquee {
    height: 70vw;
  }

  .c-wrapper {
    flex-direction: column;
  }

  .c-wrapper.caption-credit {
    grid-template-columns: 3.25fr;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .video.moveinup {
    min-width: 364px;
    max-width: 364px;
    min-height: 221px;
    max-height: 221px;
  }

  .track {
    flex-flow: column;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .camera {
    overflow: hidden;
  }

  .frame {
    flex-flow: column;
    display: block;
  }

  .item {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .item.item--2 {
    width: 100vw;
    padding: .5rem 1.5rem;
  }

  .element.element33.moveinup {
    width: auto;
    margin-bottom: 1rem;
    padding: 2rem;
    display: block;
  }

  .element.element33.movinup {
    width: 100%;
  }

  .element.element50.moveinup {
    width: 100%;
    display: block;
  }

  .highlight-div.blue.flex-vertical.flex-center {
    justify-content: center;
    align-items: center;
  }

  .highlight-div__copy {
    margin-top: 1rem;
  }

  .text-block-9 {
    text-align: left;
  }

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

  .article.article--summary {
    flex-flow: column;
  }

  .code-embed-2 {
    display: block;
  }

  .hero__gradient.gradient__1, .hero__gradient.gradient__2, .hero__gradient.gradient__3 {
    width: 120px;
  }

  .finances--lottie {
    margin-top: 120px;
  }

  .c-nav_menu-2 {
    padding-left: 24px;
  }

  .c-nav_logo-2 {
    object-fit: contain;
    padding-left: 0;
  }

  .c-dropdown_listnav-3.w--open {
    right: -15px;
  }

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

  .brand-2 {
    margin-left: 24px;
    padding-left: 0;
  }

  .brand-2.w--current {
    align-content: flex-start;
  }

  .c-nav_logo-3 {
    object-fit: contain;
    padding-left: 0;
  }

  .grid-partners.mobile-only {
    display: none;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }
}

@media screen and (max-width: 479px) {
  p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
  }

  .c-section.value {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-section.value.medium-margint-top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c-container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .c-spacing._07.no-color {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .c-spacing._11.no-color {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .brand {
    margin-left: 16px;
  }

  .c-nav_menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-nav_button {
    margin-right: 18px;
  }

  .title--half {
    padding-top: 0%;
    display: block;
  }

  .title--half.featured {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .title--half.half {
    height: auto;
  }

  .title--half.half.subsequent {
    margin-top: 0;
  }

  .title--half.cream-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title--half.top {
    padding-top: 30%;
  }

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

  .c-text.h1.mobile {
    white-space: normal;
    max-width: 100%;
    font-size: 28px;
  }

  .c-text.h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
  }

  .c-text.h2.mobile {
    font-size: 30px;
    line-height: 33.6px;
  }

  .c-text.h2.card-title-white {
    font-size: 35px;
  }

  .c-text.h3.blue-card {
    font-size: 25px;
    line-height: 29.97px;
  }

  .c-text.richtext {
    font-size: 16px;
    line-height: 22px;
  }

  .c-text.richtext a {
    color: #000;
  }

  .c-text.richtext.accordion-text {
    color: var(--gray-700);
    width: 100%;
    padding-right: 0;
  }

  .c-text.richtext img {
    min-width: auto;
  }

  .c-text.richtext.figcaption {
    border-bottom: 1px solid #a9b1b7;
    font-size: 14px;
    line-height: 19.25px;
  }

  .c-text.richtext.credit {
    text-align: left;
  }

  .c-footer {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-footer_wrapper {
    flex-direction: column;
  }

  .footer-heading.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-footer-col_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .c-footer-col_wrapper.grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .accordion.js-accordion {
    display: none;
  }

  .accordion-header.js-accordion-header.black {
    margin-top: -18px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 18px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__frame.js-accordion-item {
    margin-bottom: 32px;
  }

  .c-card_item.no-color.mobile {
    display: none;
  }

  .c-nav_logo {
    object-fit: contain;
    max-width: 50px;
  }

  .c-vote_wrapper {
    display: flex;
  }

  .c-form_checkbox {
    align-items: flex-start;
  }

  .c-nav_link {
    justify-content: flex-start;
    width: 100%;
  }

  .c-nav_link.w--current {
    justify-content: flex-start;
  }

  .c-content_wrapper.left {
    z-index: 2;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .c-content_wrapper.left.top {
    padding-top: 15%;
  }

  .c-content_wrapper.right, .c-content_wrapper.right-accordion {
    z-index: 1;
    width: 100%;
  }

  .c-content_wrapper.left-accordion, .c-content_wrapper.sidebar-content, .c-content_wrapper.p-left-accordion {
    width: 100%;
  }

  .c-content_wrapper.p-left-accordion.outcome.sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .c-card_content {
    padding-left: 0;
  }

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

  .c-button_wrapper.cta {
    flex-direction: column;
  }

  .c-card_item-yellow {
    padding: 18px;
  }

  .image.img-line {
    margin-left: -150px;
  }

  .value-stats {
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .windows-scroll {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .windows-scroll:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .trend {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    display: block;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    clear: none;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    place-items: center stretch;
    display: grid;
    overflow: visible;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    display: block;
  }

  .h2.moveinup {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
  }

  .h2.moveinup.h2--first {
    font-size: 2.5rem;
  }

  .h2.moveinup.h2--first.first--finance-title, .h2.grey.moveinup {
    font-size: 2rem;
  }

  .h2.grey.moveinup.h2--partners, .h2.grey.moveinup.h2--partners2 {
    font-size: 1.5rem;
  }

  .h2.white.moveinup {
    font-size: 1.75rem;
  }

  .h2.bold.h2--impact {
    text-align: left;
  }

  .h2.trend-title {
    line-height: .8em;
  }

  .table-amount {
    display: block;
  }

  .c-nav_button-2 {
    margin-right: 18px;
  }

  .table-text {
    display: block;
  }

  .trend-number-wrapper {
    min-width: 78px;
    min-height: 78px;
  }

  .lottie-animation {
    height: auto;
    display: block;
  }

  .lottie-animation.lottie--desktop {
    display: none;
  }

  .lottie-animation.lottie--mobile {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .accordion__item.item__01 {
    background-position: 0 0, 50%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient--first {
    width: 100px;
  }

  ._2023inreview-islottie {
    margin-left: -33%;
    left: 0;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 78px;
    display: flex;
  }

  .section.welcome {
    background-image: linear-gradient(236deg, #fff 26%, #ffffffb3 92%, #ffffff75), linear-gradient(180deg, var(--blue-700), var(--yellow-2));
    flex-flow: column;
    align-items: stretch;
    padding: 3rem 1rem 1rem;
    display: flex;
  }

  .section.section--review {
    margin-top: 0;
    padding-top: 0;
  }

  .section.accordion__item.item__01 {
    background-position: 0 0, 3%;
  }

  .section.accordion__item.section--finances {
    background-position: 0 0, 40%;
  }

  .section.value {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.logopool {
    overflow: hidden;
  }

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

  .section.video-bg {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 3.125rem;
  }

  .section.section-cards {
    padding: 2rem 0;
  }

  .section.section--hero {
    margin-top: 78px;
  }

  .section.section--notoppad {
    overflow: hidden;
  }

  .welcome__author {
    text-align: center;
  }

  .container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container.container-theme {
    margin-top: 0;
    margin-left: 0;
    padding: 1rem;
  }

  .container.contributions {
    text-align: center;
    flex-flow: column;
  }

  .container.title-contribution {
    margin-bottom: 0;
  }

  .container.title-contribution.title-contribution--moonshots {
    flex-flow: column;
  }

  .container.value__charts.moveinup {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-right: auto;
  }

  .container.container-logotypes {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .container.container--review {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.value__charts--finances.moveinup {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .photo-credits {
    font-size: 10px;
  }

  .h3 {
    text-align: left;
    font-size: 1.5rem;
  }

  .h3.h3--stat.h3--stat--light.tooltip {
    font-size: 1.25rem;
  }

  .h3.value--highlight {
    text-align: center;
    max-width: none;
  }

  .h3.grey.m-center {
    text-align: center;
  }

  .h3.h3--pe, .h3.h3--gr, .h3.h3--nce, .h3.h3--ge {
    text-align: center;
    margin-bottom: 0;
  }

  .h3.h3--stat.h3--stat--light {
    font-size: 1.25rem;
    line-height: 1.2em;
  }

  .h3.h3--light.h3--as-p {
    color: var(--gray-700);
    font-family: Proxima, sans-serif;
    font-size: 1rem;
  }

  .h3.h3--light.h3--light--impact {
    line-height: 1.2em;
  }

  .paragraph {
    text-align: left;
  }

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

  .paragraph.p-2cols {
    column-count: auto;
  }

  .paragraph.p-area {
    display: none;
  }

  .bar-chart {
    height: 20px;
    margin-top: 1rem;
    display: none;
  }

  .bar-chart.bar-chart--1, .bar-chart.bar-chart--2--finances, .bar-chart.bar-chart--3--finances, .bar-chart.bar-chart--4--finances, .bar-chart.bar-chart--5--finances, .bar-chart.bar-chart--6--finances, .bar-chart.bar-chart--7--finances, .bar-chart.bar-chart--8--finances, .bar-chart.bar-chart--9--finances, .bar-chart.bar-chart--10--finances, .bar-chart.bar-chart--5--finances-copy {
    transform-origin: 50%;
  }

  .bold {
    font-family: Söhnebreit fett, sans-serif;
  }

  .stat__chart-data, .stat__chart-data.tooltip {
    font-size: 1.25rem;
  }

  .stat--highlight {
    padding: 0;
    font-size: 1.25rem;
  }

  .stat--highlight.moveinup {
    padding: 1rem;
  }

  .notes {
    flex: 1;
    margin: 0;
    padding: 1rem;
  }

  .contribution__data {
    text-align: center;
    order: -1;
  }

  .contribution__data.value__data {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .contribution__label {
    font-size: 1.125rem;
    line-height: 1.4em;
  }

  .contribution__percentage {
    text-align: center;
    order: -1;
  }

  .arrow-l-r {
    display: none;
  }

  .moveinup.welcome__author {
    margin-bottom: 2rem;
  }

  .moveinup.welcome__author.quote__author {
    margin-bottom: 0;
  }

  .stats__card.moveinup {
    flex-basis: 100%;
    display: flex;
  }

  .stats__card.moveinup.pooled-resources {
    flex-grow: 1;
  }

  .stats__card.divider--full, .arrow-lr {
    display: none;
  }

  .contribution__data__text {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .contribution__data__text.contribution__data_text--finances {
    color: var(--gray-700);
    font-size: 1.5rem;
  }

  .contribution__data__text.contribution__data-country-finance {
    font-size: 1.5rem;
  }

  .value__chart__container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .text-block-8 {
    flex: auto;
  }

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

  .moonshot-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .moonshot__meta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }

  .wheel__area-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dollar {
    justify-content: center;
    align-items: center;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .icon-container {
    height: 3rem;
  }

  .marquee {
    flex: 100%;
    min-height: 150px;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .flex-horizontal.flex-logo-transition {
    display: none;
  }

  .dropdown-list-2 {
    background-color: var(--gray-200);
  }

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

  .c-spacing-3._07.no-color {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .c-wrapper {
    padding-top: 0%;
  }

  .c-wrapper.caption-credit {
    flex-direction: column;
    grid-template-columns: 3.25fr;
  }

  .c-wrapper.caption-credit.hidden-mobile {
    display: none;
  }

  .video-bg {
    min-width: auto;
    min-height: auto;
  }

  .video {
    width: 320px;
    min-width: auto;
    max-width: none;
    height: 90px;
    min-height: auto;
    max-height: none;
  }

  .video.moveinup {
    width: 280px;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .track {
    padding-top: 0;
    display: block;
  }

  .camera {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .item {
    padding: 0;
    display: block;
  }

  .item.item--2 {
    padding: 0;
  }

  .element.element33.moveinup {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .element.element33.movinup {
    width: 100%;
  }

  .impact-lottie {
    margin-top: 20px;
    left: 0;
  }

  .contribution__data__text--alt {
    margin-bottom: 1rem;
  }

  .c-spacing-4._07.no-color {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .section--area {
    width: auto;
    padding: 0 1.5rem;
  }

  .section--area.hero {
    background-size: cover;
    flex-flow: column;
    height: 750px;
    margin-top: 78px;
    display: flex;
  }

  .section--area.welcome {
    background-position: 150%;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .section--area.value {
    padding-right: 2em;
  }

  .section--area.section--area-trends {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h4.value--highlight {
    max-width: 100%;
  }

  .h4.h4--light {
    margin-top: 1rem;
  }

  .h4.h4--light.h4--card {
    text-align: left;
  }

  .h4.h4--blue {
    font-size: 1.5rem;
  }

  .h4.h4--card {
    text-align: left;
  }

  .case.moveinup {
    margin-left: auto;
    margin-right: auto;
  }

  .case.moveinup.focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label--round {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: -20px 0% auto;
  }

  .label__text {
    font-size: .85rem;
  }

  .blockquote {
    text-align: left;
    font-size: 1rem;
  }

  .read {
    margin-top: 0;
    padding: 1rem;
  }

  .case--icon.moveinup {
    flex-flow: column;
    transform: rotate(0);
  }

  .case--icon__icon {
    align-self: center;
    transform: rotate(0);
  }

  .highlight-div.red {
    align-items: flex-start;
  }

  .highlight-div.cyan {
    text-align: left;
    align-items: flex-start;
  }

  .highlight-div.blue.flex-vertical.flex-center {
    justify-content: space-between;
    align-items: center;
  }

  .highlight-div__copy {
    text-align: left;
  }

  .h3--highlight {
    line-height: 1.2em;
  }

  .h3--highlight.h3--card {
    text-align: left;
  }

  .text-block-9 {
    text-align: left;
    font-size: 1rem;
  }

  .quote {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .case--location {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container--cb50 {
    display: block;
  }

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

  .dollar__image {
    width: 80%;
  }

  .p-card, .paragraph-2 {
    text-align: left;
  }

  .text-size-medium {
    flex: 0 auto;
  }

  .chart_key-block {
    justify-content: center;
    align-items: flex-start;
  }

  .chart_wrapper {
    padding: 2rem;
  }

  .article.article--finance {
    margin-top: 0;
  }

  .chart-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bar-container {
    display: none;
  }

  .bar-chart--finances {
    height: 20px;
    margin-top: 1rem;
  }

  .bar-chart--finances.bar-chart--1, .bar-chart--finances.bar-chart-1--finances {
    transform-origin: 50%;
  }

  .value__chart__container-finance {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .map-chart.moveinup {
    width: 140%;
    max-width: none;
    margin-top: 20px;
    margin-left: -120px;
  }

  .wheel-minor.moveinup {
    max-width: 90vw;
    margin-top: 2rem;
  }

  .bar-chart--container {
    flex-flow: column;
  }

  .contribution__label2 {
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 1.4em;
  }

  .code-embed-2 {
    display: block;
  }

  .hero__gradient.gradient__1, .hero__gradient.gradient__2 {
    display: none;
  }

  .hero__gradient.gradient__3 {
    background-image: linear-gradient(180deg, var(--finance-one), var(--light-yellow));
    display: none;
  }

  .hero__image {
    background-image: linear-gradient(96deg, #6b69cc, #7475ca33 100%, #848ac757), url('../images/334374913_505593521545180_2493822277580714558_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero__image.hero__image__2 {
    background-image: linear-gradient(96deg, var(--red), #7475ca33), url('../images/galerja-opt.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero__image.hero__image__3 {
    background-image: linear-gradient(96deg, var(--finance-one), #7475ca33), url('../images/UNDP-Costa-Rica-2020-climate-action-67.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .trends--lottie, .finances--lottie {
    margin-top: 20px;
    left: 0;
  }

  .c-nav_menu-2, .c-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-nav_link-2 {
    justify-content: flex-start;
    width: 100%;
  }

  .c-nav_link-2.w--current {
    justify-content: flex-start;
  }

  .brand-2 {
    margin-left: 16px;
  }

  .icon--fw {
    display: block;
  }

  .second-class-gone {
    display: none;
  }

  .grid-partners.mobile-only {
    display: block;
  }

  .grid-partner--element {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .marquee-horizontal-large {
    height: 130px;
    overflow: hidden;
  }

  .icon-container-alt {
    box-shadow: none;
    width: 300px;
    height: 100px;
    padding: 0;
  }

  .icon-6 {
    width: 80%;
    height: 100%;
  }

  .track-horizontal-alt {
    display: flex;
  }
}

#w-node-_9dcd9ee2-09db-95ad-695b-30b290f03844-0599d048 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 2fr;
}

#w-node-_43dd1fd9-700f-67ea-5658-f117ef9de3bd-0599d048, #w-node-_41fe3530-8b34-ba32-2c40-6645525d3459-0599d048 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eaccddee-fc97-4960-9553-d4ff4c56e461-0599d048 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_62602f4e-cbcc-071a-ea2b-84c3774da966-0599d048 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a3dddeb1-163e-d423-e670-e7c51ad4016f-0599d048 {
  grid-column: span 2 / span 2;
}

#w-node-aaf0f200-0cbe-3415-12d4-07fe2ab2743f-0599d048, #w-node-_121a3440-6064-b7ab-447b-7f68fe8b90b5-0599d048, #w-node-_892b7e19-5c82-6c46-d428-2eec9b6255d1-0599d048 {
  align-self: start;
}

#w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a6-0599d048 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_66f265f6-5081-6119-4c0f-f60d9aa92219-0599d048 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_98e4c052-bab0-db3a-d24d-36144d4167a5-0599d04a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_98e4c052-bab0-db3a-d24d-36144d4167b2-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167bf-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167cc-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167d9-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167e6-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167f3-0599d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e2d1b062-31a9-6dbe-6a6b-f950258f1787-0599d04d, #w-node-f72e3328-dd70-ad23-a7ab-fe655a538d8a-0599d04d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_893f63ed-ef38-4ac4-dd77-71812c65742c-0599d04f, #w-node-_529a753b-b5cf-91bf-b682-4b7ac90b696f-0599d04f {
  grid-area: 1 / 1 / 2 / 8;
  place-self: end;
}

#w-node-fbd877a1-4bb6-9c46-6e95-d743a3a8a91e-0599d04f, #w-node-fbd877a1-4bb6-9c46-6e95-d743a3a8a91f-0599d04f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1c9f4bf-e1a8-94a3-92ff-d0ef3a497847-0599d050 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_48937e4f-e740-5c64-d611-390a04b54256-0599d051 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48937e4f-e740-5c64-d611-390a04b54262-0599d051 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-0599d052, #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-0599d052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ead1ac5b-a5d5-50cc-1e85-9313a3a56ad6-0599d055 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eaccddee-fc97-4960-9553-d4ff4c56e461-0599d048, #w-node-_62602f4e-cbcc-071a-ea2b-84c3774da966-0599d048 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3dddeb1-163e-d423-e670-e7c51ad4016f-0599d048 {
    grid-column: span 1 / span 1;
  }

  #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a6-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_6066251a-c362-45e2-f7f9-adead6fb6832-d6fb67de, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a1-0599d04a, #w-node-a2fb7b43-c30a-719d-7341-34aa7ea63aac-0599d052, #w-node-_6acd4200-cebb-e5ef-9cad-cf8c9ae9b0a9-0599d052, #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d1-0599d052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-0599d052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90933-0599d052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-0599d052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dcd9ee2-09db-95ad-695b-30b290f03844-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_62602f4e-cbcc-071a-ea2b-84c3774da966-0599d048 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a6-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_66f265f6-5081-6119-4c0f-f60d9aa92219-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6066251a-c362-45e2-f7f9-adead6fb6832-d6fb67de, #w-node-a2fb7b43-c30a-719d-7341-34aa7ea63aac-0599d052, #w-node-_6acd4200-cebb-e5ef-9cad-cf8c9ae9b0a9-0599d052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7e9-0599d052 {
    order: 9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d1-0599d052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d3-0599d052 {
    order: -9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d9-0599d052 {
    order: 9999;
  }

  #w-node-_12e79849-6ec4-fd09-b648-d3107ae8d7d6-0599d052 {
    order: -9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90931-0599d052 {
    order: 9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90933-0599d052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90935-0599d052 {
    order: -9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec90938-0599d052 {
    order: 9999;
  }

  #w-node-_4749b691-546d-8ae8-ecc4-2fb46ec9093e-0599d052 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9dcd9ee2-09db-95ad-695b-30b290f03844-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-eaccddee-fc97-4960-9553-d4ff4c56e461-0599d048, #w-node-_62602f4e-cbcc-071a-ea2b-84c3774da966-0599d048 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a6-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a7-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71a9-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71ab-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71ad-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71af-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71b1-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71b3-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71b5-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71b7-0599d048, #w-node-_711869e8-35c6-85b2-2bb7-43279a8d71b9-0599d048 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66f265f6-5081-6119-4c0f-f60d9aa92219-0599d048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a1-0599d04a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98e4c052-bab0-db3a-d24d-36144d4167a5-0599d04a, #w-node-_98e4c052-bab0-db3a-d24d-36144d4167f3-0599d04a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—semiboldit.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—regularit.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—boldit.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima-Nova—bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhnebreit fettkursiv';
  src: url('../fonts/SohneBreit-FettKursiv.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhnebreit dreiviertelfettkursiv';
  src: url('../fonts/SohneBreit-DreiviertelfettKursiv.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Söhnebreit fett';
  src: url('../fonts/SohneBreit-Fett.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhnebreit dreiviertelfett';
  src: url('../fonts/SohneBreit-Dreiviertelfett.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit Buch';
  src: url('../fonts/SohneBreit-Buch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}