body.node-type-parallax-page {
  font-family: Graphik, sans-serif;
  color: #008475;
  font-size: 1vw;
  line-height: 1.6;
}

.node-type-parallax-page h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas neue pro';
  font-size: 10em;
  line-height: 0.85;
  font-weight: 700;
  text-transform: uppercase;
}

.node-type-parallax-page p {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.node-type-parallax-page .section {
  z-index: 1;
  padding: 3em 10vw;
}

.section.get-involved {
  padding-top: 8em;
  background-color: #b9fcd8;
}

.section.wb-facts-top {
  overflow: hidden;
  width: 100%;
  padding: 4em 0vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b9fcd8), color-stop(24%, rgba(219, 253, 235, 0.81)), color-stop(49%, #fff));
  background-image: linear-gradient(0deg, #b9fcd8, rgba(219, 253, 235, 0.81) 24%, #fff 49%);
}

.section.get-to-know-us {
  padding-bottom: 8em;
}

.section.footer {
  position: relative;
  padding-top: 6em;
  padding-bottom: 4em;
  background-color: #008475;
  color: #fff;
}

.section.hero-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0em 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.get-inspired {
  overflow: visible;
  padding-top: 9.6em;
}

.section.newsletter {
  background-color: #26d07c;
}

.section.newsletter.hidden-on-homepage {
  display: none;
}

.section.articles {
  padding-bottom: 8em;
}

.section.news {
  overflow: hidden;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  background-image: none;
}

.section.wb-facts-figures {
  overflow: hidden;
  padding: 4em 0vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9fcd8), color-stop(24%, rgba(219, 253, 235, 0.81)), color-stop(49%, #fff));
  background-image: linear-gradient(180deg, #b9fcd8, rgba(219, 253, 235, 0.81) 24%, #fff 49%);
}

.logo_link {
  width: auto;
  padding-right: 1em;
  text-decoration: none;
}

.logo_link.wb {
  padding-left: 1em;
  border-left: 1px solid #929291;
}

.c4c_logo {
  width: auto;
  height: 35px;
}

.wb_logo {
  width: auto;
  height: 35px;
}

.menu_item_link {
  display: inline-block;
  margin-right: 2em;
  padding: 0px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 350ms cubic-bezier(.409, .007, .596, .989);
  transition: border-color 350ms cubic-bezier(.409, .007, .596, .989);
  color: #008475;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_item_link:hover {
  border-bottom: 3px solid #48e1be;
}

.menu_item_link.w--current {
  border-bottom-color: #48e1be;
  color: #008475;
}

.navbar_divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background-image: url('../images/parallax/header_divider.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: rgba(183, 250, 214, 0.7);
}

.hero-text-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-text-wrapper.mobile {
  display: none;
}

.call-to-action {
  position: relative;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-transition: color 200ms cubic-bezier(.404, .007, .591, .989);
  transition: color 200ms cubic-bezier(.404, .007, .591, .989);
  font-family: Graphik, sans-serif;
  color: #008475;
  font-size: 3.5em;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.call-to-action:hover {
  color: #fdfdfd;
}

.social-media {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10em;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-link {
  width: 0.6em;
  margin-bottom: 0.5em;
  -webkit-transition: flex-grow 350ms cubic-bezier(.409, .007, .591, .983), -webkit-box-flex 350ms cubic-bezier(.409, .007, .591, .983), -webkit-flex-grow 350ms cubic-bezier(.409, .007, .591, .983);
  transition: flex-grow 350ms cubic-bezier(.409, .007, .591, .983), -webkit-box-flex 350ms cubic-bezier(.409, .007, .591, .983), -webkit-flex-grow 350ms cubic-bezier(.409, .007, .591, .983);
  transition: flex-grow 350ms cubic-bezier(.409, .007, .591, .983);
  transition: flex-grow 350ms cubic-bezier(.409, .007, .591, .983), -webkit-box-flex 350ms cubic-bezier(.409, .007, .591, .983), -webkit-flex-grow 350ms cubic-bezier(.409, .007, .591, .983), -ms-flex-positive 350ms cubic-bezier(.409, .007, .591, .983);
  color: #44a899;
  text-decoration: none;
}

.social-media-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-media-link.twitter {
  width: 1em;
}

.social-media-link.instagram {
  width: 1em;
}

.social-media-link.youtube {
  width: 1em;
}

.social-media-link.linkedin {
  width: 1em;
}

.social-media-link.linkedin:hover {
  color: #f7d940;
}

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

.wrapper.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/parallax/Asset-14.svg'), url('../images/parallax/Asset-13.svg');
  background-position: 100% 50%, 0% 50%;
  background-size: 15%, 15%;
  background-repeat: no-repeat, no-repeat;
}

.wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8em;
}

.side-blocks.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.side-blocks.wwa {
  margin-top: 3em;
  margin-bottom: 0em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-block._w-40 {
  width: 40%;
}

.side-block._w-60 {
  width: 60%;
}

.wwd_image_people {
  position: relative;
  z-index: 2;
  width: 100%;
}

.wwd_image_back {
  position: absolute;
  left: 1em;
  z-index: 1;
  width: 90%;
}

.wwd_image_front {
  position: absolute;
/*  left: -1.2em;*/
  top: -3em;
  z-index: 3;
  display: block;
  width: 100%;
}

.side-info {
  position: relative;
  width: 100%;
  padding-left: 1.2em;
}
.wb-figures{
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #26cc7c;
  -webkit-text-fill-color: transparent;    
}
.news-section-intro{
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #26cc7c;
  -webkit-text-fill-color: transparent;    
}
.node-type-parallax-page .heading-3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
}

.list_item {
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 0em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.articles {
  width: 100%;
}

.htc_image_people {
  position: relative;
  z-index: 2;
  display: block;
  width: 80%;
}

.htc_image_back {
  position: absolute;
  left: 4.3em;
  top: 1.2em;
  z-index: 1;
  display: block;
  width: 80%;
}

.htc_image_front {
  position: absolute;
  left: 3.2em;
  top: -6.4em;
  z-index: 3;
  display: block;
  width: 90%;
}

.wwa_image_front {
  position: absolute;
  left: 1.8em;
  top: 4.3em;
  z-index: 3;
  display: block;
  width: 90%;
}

.wwa_image_back {
  position: absolute;
  left: 3em;
  top: 11.3em;
  z-index: 1;
  width: 90%;
}

.wwa_image_people {
  position: relative;
  z-index: 2;
  width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-right: 0.5em;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-field {
  width: 20em;
  height: 3em;
  margin-bottom: 0px;
  padding: 0em 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 1.1em;
}

.form-block {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submit-button {
  height: 3em;
  padding: 0.5em 2em;
  background-color: #fff;
  color: #26d07c;
  font-size: 1.1em;
  text-transform: uppercase;
}

.social-media-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-right: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 350ms cubic-bezier(.398, .013, .602, .989);
  transition: color 350ms cubic-bezier(.398, .013, .602, .989);
  color: #b7fad6;
  font-size: 1em;
}

.social-media-footer-link:hover {
  color: #f7d940;
}

.social-medias-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.twitter {
  width: 2em;
}

.instagram {
  width: 2em;
}

.youtube {
  width: 2em;
}

.linkedin {
  width: 2em;
}

.logos-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  margin-right: 1em;
  text-decoration: none;
}

.link-footer.c4c {
  padding-right: 1em;
  border-right: 1px solid #fff;
}

.c4c-logo-footer {
  width: 20em;
}

.wb-logo-footer {
  width: 20em;
}

.logos-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.federal-ministry-logo {
  width: 10em;
}

.second-partner-logo {
  width: 8em;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.marker.wwd {
  left: 3%;
  bottom: -11%;
  width: 130%;
  margin-left: -2em;
  opacity: 1;
}

.marker.htc {
  left: 3%;
  bottom: -12%;
  display: block;
  width: 130%;
  margin-left: -2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.marker.wwa {
  bottom: -11%;
  display: block;
  width: 130%;
  margin-left: -2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.cta-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  margin-left: 0.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-list {
  margin-top: 3em;
}

.section-title {
  position: relative;
  display: inline;
}

.section-arrow {
  position: absolute;
  left: 27.4em;
  top: 12.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18.75em;
  height: 18.175em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-section {
  position: absolute;
  left: 21.3em;
  top: 12.4em;
}

.arrow-section.wwa {
  left: 25.9em;
  top: 15.2em;
  width: 18.75em;
  height: 30em;
}

.arrow-section-2 {
  position: absolute;
  left: 21.3em;
  top: 12.4em;
}

.arrow-section-2.htc {
  left: 23.8em;
  top: 10.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 18.75em;
  height: 18.75em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.list_item_wrapper {
  position: static;
  overflow: hidden;
  height: 100%;
}

.list_item_marker {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/parallax/wwd-link-marker.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.list_item_marker.wwd {
  width: 20em;
}

.list_item_marker.stories {
  left: 0%;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.stories.hover {
  display: none;
}

.list_item_marker.organization {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 20em;
  background-image: none;
}

.list_item_marker.organization.hover {
  display: none;
}

.list_item_marker.platforms {
  top: 11%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.platforms.hover {
  display: none;
}

.list_item_marker.campaigns {
  left: 0em;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.campaigns.hover {
  display: none;
}

.list_item_marker.young-person {
  left: 2%;
  top: 2%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.young-person.hover {
  display: none;
}

.list_item_marker.feeling-creative {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 20em;
  background-image: none;
}

.list_item_marker.feeling-creative.hover {
  display: none;
}

.list_item_marker.mission {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.mission.hover {
  display: none;
}

.list_item_marker.community {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.community.hover {
  display: none;
}

.list_item_marker.team {
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.team.hover {
  display: none;
}

.list_item_marker.legacy {
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.list_item_marker.legacy.hover {
  display: none;
}

.node-type-parallax-page h1.heading-highlight-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0em;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1;
  font-weight: 400;
}

.heading-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  padding-right: 0.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-title-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title-wrapper.w70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 2em;
}

.heading {
  position: relative;
  overflow: visible;
}

.arrow-connect-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.connect-with-us-copy {
  position: relative;
  z-index: 1;
  font-family: Bebasneue, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-copy {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.moving-title {
  margin-top: 2em;
  margin-bottom: 4em;
  color: #fff;
}

.scrolling-wrapper {
  padding-top: 0em;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.sticky-scrolling-blocks {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list_item_text {
  position: relative;
  z-index: 1;
  font-size: 1.8em;
}

.link {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #008475;
  font-weight: 600;
  text-decoration: none;
}

.link.campaigns {
  -webkit-transition: color 350ms cubic-bezier(.398, .001, .602, .989);
  transition: color 350ms cubic-bezier(.398, .001, .602, .989);
}

.link.stories {
  -webkit-transition: color 350ms cubic-bezier(.392, .007, .591, .989);
  transition: color 350ms cubic-bezier(.392, .007, .591, .989);
}

.link.platforms {
  -webkit-transition: color 350ms cubic-bezier(.386, .001, .602, .989);
  transition: color 350ms cubic-bezier(.386, .001, .602, .989);
}

.link.organization {
  -webkit-transition: color 350ms cubic-bezier(.392, .007, .591, .989);
  transition: color 350ms cubic-bezier(.392, .007, .591, .989);
}

.link.young-person {
  -webkit-transition: color 350ms cubic-bezier(.392, .001, .602, .995);
  transition: color 350ms cubic-bezier(.392, .001, .602, .995);
}

.link.young-person:hover {
  color: #fff;
}

.link.feeling-creative {
  -webkit-transition: color 350ms cubic-bezier(.409, .007, .591, .995);
  transition: color 350ms cubic-bezier(.409, .007, .591, .995);
  white-space: normal;
}

.link.mission {
  -webkit-transition: color 350ms cubic-bezier(.392, .001, .602, .995);
  transition: color 350ms cubic-bezier(.392, .001, .602, .995);
}

.link.team {
  -webkit-transition: color 350ms cubic-bezier(.392, .001, .602, .995);
  transition: color 350ms cubic-bezier(.392, .001, .602, .995);
}

.link.community {
  -webkit-transition: color 350ms cubic-bezier(.392, .001, .602, .995);
  transition: color 350ms cubic-bezier(.392, .001, .602, .995);
}

.link.legacy {
  -webkit-transition: color 350ms cubic-bezier(.392, .001, .602, .995);
  transition: color 350ms cubic-bezier(.392, .001, .602, .995);
}

.section-text {
  width: 26ch;
  margin-top: 2em;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-left-inner {
  padding-right: 3em;
}

.text-block-5 {
  font-family: Bebasneue, sans-serif;
  font-size: 1.5em;
}

.footer-right-inner {
  margin-left: 4em;
}

.footer-left-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #037063;
}

.footer-right-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #008275;
}

.footer-paragraph {
  margin-bottom: 0px;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em;
  background-image: url('../images/parallax/footer-paragraph-bg.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 1.2em;
}

.sticky-content-inner {
  -o-object-fit: fill;
  object-fit: fill;
}

.main-article-image-container {
  overflow: hidden;
  margin-bottom: 3em;
  -o-object-fit: fill;
  object-fit: fill;
}

.main_article_info {
  padding-left: 1em;
}

.main-article-text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.article_hashtag {
  font-size: 1.2em;
  font-weight: 600;
}

.article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.article-container.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.article-image-container {
  width: 30%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.article-info-container {
  position: relative;
  overflow: hidden;
  width: 70%;
  padding-right: 0.25em;
  padding-left: 1em;
}

.article-text {
  margin-top: 0.25em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.article-marker {
  position: absolute;
  left: -2%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.article-marker.yellow {
  top: -10%;
  background-image: none;
}

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

.list_item_marker_wrapper {
  position: absolute;
  left: 13.4em;
  top: -16%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 20em;
}

.list_item_marker_wrapper.young-person {
  left: 8.5em;
  top: -1%;
}

.list_item_marker_wrapper.feeling-creative {
  left: 6.7em;
  top: -16%;
}

.list_item_marker_wrapper.mission {
  top: 0%;
}

.list_item_marker_wrapper.team {
  left: 8.5em;
  top: 0%;
}

.list_item_marker_wrapper.community {
  left: 10.4em;
  top: 0%;
}

.list_item_marker_wrapper.legacy {
  left: 11.8em;
  top: 24%;
}

.list_item_marker_wrapper.organization {
  left: 9.2em;
  top: -6%;
}

.list_item_marker_wrapper.stories {
  left: 0em;
  top: 0%;
  width: 18%;
}

.list_item_marker_wrapper.platforms {
  left: 0em;
  top: 0%;
  width: 10em;
}

.list_item_marker_wrapper.campaigns {
  left: 0em;
  top: 8%;
  width: 12em;
}

.page-wrapper {
  overflow: visible;
}

.article_image {
  width: 100%;
}

.main-article-title-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-left: 0em;
}

.main-article-marker {
  position: absolute;
  left: -2%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero-yellow-animation {
  width: 40%;
}

.stories-lottie {
  width: 100%;
}

.organization-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 62%;
  height: 90%;
}

.feeling-creative-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 78%;
  height: 98%;
}

.mission-lottie {
  width: 55%;
}

.community-lottie {
  width: 70%;
}

.arrow-get-inspired {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 18.75em;
  height: 18.75em;
}

.arrow-get-involved {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.arrow-get-to-know-us {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.menu_icon {
  display: none;
  width: 4em;
}

.background-video {
  width: 100%;
  height: 100%;
}

.bg-video {
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.article-title-link {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: color 350ms cubic-bezier(.398, .013, .591, .989);
  transition: color 350ms cubic-bezier(.398, .013, .591, .989);
  font-family: Bebasneue, sans-serif;
  color: #008475;
  font-size: 2em;
  text-decoration: none;
}

.article-title-link:hover {
  color: #fff;
}

.main-article-title-link {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: color 350ms cubic-bezier(.398, .013, .591, .989);
  transition: color 350ms cubic-bezier(.398, .013, .591, .989);
  font-family: Bebasneue, sans-serif;
  color: #008475;
  font-size: 2.5em;
  line-height: 1.2;
  text-decoration: none;
}

.main-article-title-link:hover {
  color: #fff;
}

.news-section-intro {
  display: inline-block;
  overflow: visible;
  margin-right: 3vw;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  font-family: Bebasneue, sans-serif;
  color: #008475;
  font-size: 7.5vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.news-section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wb-figures-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wb-figures {
  overflow: visible;
  margin-right: 1vw;
  font-family: Bebasneue, sans-serif;
  color: #008475;
  font-size: 7.5vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding: 1em 10vw;
  background-color: #fff;
}

.inner-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-rect-green-marker {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.connect_now_lottie {
  position: absolute;
  left: 0%;
  top: -0.125em;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: 100%;
}

.main-article-lottie {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
}

.article-title-lottie {
  width: auto;
  height: 100%;
}

.young-person-lottie {
  width: auto;
  height: 100%;
}

.team-lottie {
  width: 100%;
  height: auto;
}

.legacy-lottie {
  width: 100%;
  height: auto;
}

.main-article-image {
  width: 100%;
  height: auto;
}

.facebook-icon {
  max-width: 100%;
}

.facebook-icon-2 {
  width: 2em;
}

.twitter-icon-2 {
  width: 2em;
}

.instagram-icon-2 {
  width: 2em;
}

.youtube-icon-2 {
  width: 2em;
}

.linkedin-icon-2 {
  width: 2em;
}

.social-media-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrapper {
  position: absolute;
  left: 0%;
  top: -0.5em;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.short-arrow-get-to-know-us {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 18.75em;
  height: 18.75em;
}

.node-type-parallax-page .heading-highlight-mobile {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0em;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1;
  font-weight: 400;
}

.mobile-hero-marker {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

@media screen and (min-width: 1280px) {
  .section.wb-facts-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b9fcd8), color-stop(41%, rgba(222, 255, 234, 0.36)), to(#fff));
    background-image: linear-gradient(0deg, #b9fcd8, rgba(222, 255, 234, 0.36) 41%, #fff);
  }

  .section.wb-facts-figures {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b9fcd8), color-stop(55%, rgba(222, 255, 234, 0.21)), to(#fff));
    background-image: linear-gradient(180deg, #b9fcd8, rgba(222, 255, 234, 0.21) 55%, #fff);
  }

  .menu_item_link.w--current {
    color: #008475;
  }

  .wwa_image_back {
    width: 90%;
  }

  .wwa_image_people {
    width: 100%;
  }

  .field-label {
    margin-bottom: 0px;
  }

  .section-title {
    overflow: hidden;
  }

  .section-arrow {
    left: 60%;
  }

  .list_item_marker.stories {
    top: 15%;
  }

  .hero-title-wrapper.w70 {
    width: 65%;
  }

  .moving-title {
    margin-bottom: 1em;
  }

  .article-info-container {
    padding-left: 2em;
  }

  .article-info-container.less-left-padding {
    padding-right: 1em;
    padding-left: 1em;
  }

  .article-marker {
    background-image: none;
  }

  .article-marker.yellow {
    background-image: none;
  }

  .main-article-marker {
    background-image: none;
    background-position: 0px 0px;
  }

  .arrow-get-inspired {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .arrow-get-involved {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-rect-green-marker {
    width: auto;
    height: auto;
  }

  .connect_now_lottie {
    top: 0em;
  }

  .short-arrow-get-to-know-us {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .mobile-hero-marker {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section.wb-facts-top {
    overflow: hidden;
  }

  .section.newsletter.hidden-on-homepage {
    display: none;
  }

  .section.news {
    overflow: hidden;
  }

  .c4c_logo {
    width: auto;
  }

  .wb_logo {
    width: auto;
  }

  .menu_item_link.w--current {
    border-bottom-color: #48e1be;
    color: #008475;
  }

  .heading-3 {
    padding-right: 0.25em;
    font-size: 8em;
  }

  .list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0em;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .htc_image_back {
    display: block;
    width: 75%;
  }

  .wwa_image_front {
    left: 1.7em;
    top: 2.3em;
  }

  .wwa_image_back {
    left: 5.1em;
    top: 12.5em;
    width: 85%;
  }

  .text-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .marker.wwd {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .marker.wwa {
    bottom: -13%;
  }

  .section-title {
    overflow: visible;
    padding-left: 0em;
  }

  .section-arrow {
    left: 57%;
    top: 23%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arrow-section.wwa {
    left: 23em;
    top: 10.6em;
  }

  .list_item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list_item_marker.stories {
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 0%;
    background-size: 40%;
  }

  .list_item_marker.organization {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .list_item_marker.platforms {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .list_item_marker.campaigns {
    left: 0em;
    top: -8%;
    width: 100%;
    background-image: none;
    background-size: auto;
  }

  .list_item_marker.young-person {
    left: 2%;
    width: 13em;
  }

  .list_item_marker.feeling-creative {
    width: 20em;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-highlight-copy {
    margin-top: 10px;
    padding-right: 0em;
    padding-left: 0em;
  }

  .hero-title-wrapper {
    display: block;
    padding-right: 1em;
    padding-left: 1em;
  }

  .hero-title-wrapper.w70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-copy {
    display: none;
  }

  .section-text {
    width: 26ch;
  }

  .list_item_marker_wrapper.feeling-creative {
    width: 20em;
  }

  .list_item_marker_wrapper.stories {
    top: 0%;
    width: 18%;
  }

  .stories-lottie {
    width: 100%;
  }

  .organization-lottie {
    width: 65%;
    height: 90%;
  }

  .feeling-creative-lottie {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 78%;
    height: 98%;
  }

  .arrow-get-inspired {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 18.75em;
    height: 18em;
  }

  .arrow-get-involved {
    width: auto;
    height: auto;
  }

  .wb-figures {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .hero-rect-green-marker {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .campaigns-lottie {
    height: 100%;
  }

  .platforms-lottie {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-lottie {
    width: 100%;
    height: auto;
  }

  .legacy-lottie {
    width: 100%;
    height: auto;
  }

  .marker-wrapper {
    top: 0em;
    z-index: 0;
  }

  .short-arrow-get-to-know-us {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 18.75em;
    height: 18em;
  }

  .heading-highlight-mobile {
    margin-top: 10px;
    padding-right: 0em;
    padding-left: 0em;
  }

  .mobile-hero-marker {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

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

  .section.get-involved {
    padding-top: 1em;
  }

  .section.get-to-know-us {
    padding-top: 0em;
  }

  .section.get-inspired {
    padding-top: 5em;
  }

  .section.articles {
    padding-bottom: 4em;
  }

  .section.wb-facts-figures {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .c4c_logo {
    width: auto;
  }

  .wb_logo {
    width: auto;
  }

  .menu_item_link {
    width: 100%;
    margin-right: 0em;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 52px;
    text-align: left;
  }

  .hero-text-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .call-to-action {
    font-size: 2.5em;
  }

  .social-media {
    display: none;
  }

  .wrapper.newsletter {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-blocks {
    margin-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-blocks.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-blocks.wwa {
    margin-top: 0em;
  }

  .side-block {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .side-block._w-40 {
    width: 100%;
    padding-top: 2em;
  }

  .side-block._w-60 {
    width: 100%;
    margin-top: 1em;
  }

  .side-block.to-padding {
    margin-top: 4em;
  }

  .htc_image_back {
    width: 70%;
  }

  .wwa_image_front {
    top: -5.5em;
  }

  .wwa_image_back {
    top: -1.7em;
  }

  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .field-label {
    font-size: 2em;
  }

  .text-field {
    width: 15em;
    margin-bottom: 0em;
  }

  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-media-footer-link {
    margin-right: 1em;
  }

  .list_item_marker.platforms {
    top: -0.25em;
  }

  .heading-highlight-copy {
    font-size: 3.5em;
  }

  .scrolling-wrapper {
    padding-top: 0em;
  }

  .sticky-scrolling-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 4em;
  }

  .footer-right {
    width: 100%;
  }

  .footer-left-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-right-inner {
    margin-left: 0em;
  }

  .footer-left-bg {
    width: 100%;
  }

  .footer-right-bg {
    display: none;
  }

  .footer-paragraph {
    margin-top: 2em;
    padding-bottom: 4em;
    padding-left: 0em;
    background-position: 50% 50%;
    background-size: contain;
  }

  .main_article_info {
    padding-left: 0em;
  }

  .list_item_marker_wrapper.platforms {
    top: 17%;
    width: 10em;
  }

  .list_item_marker_wrapper.campaigns {
    width: 12em;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .main-article-container {
    margin-bottom: 5em;
  }

  .menu_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .hamburger-icon-lottie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .news-section-title-wrapper {
    margin-left: 0vw;
  }

  .wb-figures-wrapper {
    margin-left: 0vw;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
    background-color: #b7fad6;
  }

  .hero-rect-green-marker {
    position: static;
    top: -0.25em;
    width: auto;
  }

  .main-article-lottie {
    width: 100%;
    height: auto;
  }

  .article-title-lottie {
    width: 100%;
    height: auto;
  }

  .marker-wrapper {
    top: -0.25em;
    width: auto;
    height: 100%;
  }

  .node-type-parallax-page .heading-highlight-mobile {
    font-size: 3.5em;
  }

  .mobile-hero-marker {
    position: static;
    top: -0.25em;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.get-involved {
    padding-top: 1em;
  }

  .section.newsletter {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.news {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo_link {
    padding-right: 0.5em;
    padding-left: 0px;
  }

  .logo_link.wb {
    margin-top: 0px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    border-left-style: solid;
  }

  .c4c_logo {
    width: auto;
  }

  .wb_logo {
    width: auto;
  }

  .menu_item_link {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 52px;
  }

  .call-to-action {
    font-size: 30px;
  }

  .wrapper.newsletter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-block.to-padding {
    margin-top: 4em;
  }

  .heading-3 {
    font-size: 100px;
  }

  .htc_image_front {
    left: 2.1em;
    top: -4.7em;
  }

  .wwa_image_front {
    top: -3.7em;
  }

  .wwa_image_back {
    top: -1.6em;
  }

  .form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .field-label {
    width: 100%;
    margin-bottom: 20px;
    font-family: Bebasneue, sans-serif;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
  }

  .text-field {
    width: auto;
    margin-bottom: 10px;
  }

  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .marker.wwa {
    bottom: -16%;
  }

  .section-arrow {
    left: 17.2em;
    top: 4em;
    display: block;
    width: 14em;
    height: 14em;
  }

  .arrow-section.wwa {
    left: 24.3em;
    top: 5.5em;
    display: block;
    width: 9em;
  }

  .arrow-section-2.htc {
    left: 26em;
    top: 9.2em;
    display: block;
    width: 7em;
    height: 12em;
  }

  .list_item_marker.stories {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list_item_marker.platforms {
    top: 2%;
  }

  .list_item_marker.campaigns {
    top: 2%;
  }

  .list_item_marker.mission {
    width: 18em;
  }

  .heading-highlight-copy {
    font-size: 48px;
  }

  .hero-title-wrapper.w70 {
    width: 80%;
    height: auto;
  }

  .arrow-connect-now {
    margin-top: 5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .connect-with-us-copy {
    font-size: 1.6em;
  }

  .scrolling-wrapper {
    padding-top: 0em;
  }

  .sticky-scrolling-blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list_item_text {
    font-size: 30px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    width: 100%;
  }

  .footer-left-inner {
    margin-bottom: 2.9em;
    padding-right: 0em;
  }

  .footer-right-inner {
    margin-left: 0em;
  }

  .footer-left-bg {
    width: 100%;
  }

  .footer-right-bg {
    width: 100%;
  }

  .footer-paragraph {
    background-position: 50% 50%;
    background-size: contain;
  }

  .main-article-text {
    font-size: 16px;
  }

  .article_hashtag {
    font-size: 16px;
  }

  .article-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-container.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-image-container {
    width: 100%;
  }

  .article-info-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .article-marker {
    top: -10%;
  }

  .list_item_marker_wrapper.mission {
    width: 18em;
  }

  .list_item_marker_wrapper.stories {
    top: 6%;
    width: 8em;
  }

  .list_item_marker_wrapper.platforms {
    top: -1%;
    width: 10em;
  }

  .list_item_marker_wrapper.campaigns {
    top: -1%;
    width: 12em;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .main-article-container {
    margin-bottom: 5em;
  }

  .hero-yellow-animation {
    display: block;
  }

  .organization-lottie {
    width: 70%;
  }

  .arrow-get-inspired {
    width: 14em;
    height: 12em;
  }

  .menu_icon {
    width: 2em;
  }

  .navigation-bar {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-rect-green-marker {
    width: auto;
  }

  .article-title-lottie {
    width: 100%;
    height: auto;
  }

  .marker-wrapper {
    top: -0.25em;
  }

  .marker-wrapper.mobile {
    top: -0.5em;
  }

  .short-arrow-get-to-know-us {
    width: 14em;
    height: 12em;
  }

  .node-type-parallax-page  .heading-highlight-mobile {
    font-size: 48px;
  }

  .mobile-hero-marker {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.get-involved {
    padding-top: 1em;
  }

  .section.wb-facts-top {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.get-to-know-us {
    overflow: visible;
  }

  .section.get-inspired {
    padding-bottom: 1em;
  }

  .section.articles {
    padding-bottom: 4em;
  }

  .section.news {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.wb-facts-figures {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo_link {
    padding-right: 0em;
  }

  .logo_link.wb {
    margin-top: 10px;
    padding-right: 0em;
    padding-left: 0em;
    border-left-style: none;
  }

  .c4c_logo {
    width: auto;
    height: 35px;
  }

  .wb_logo {
    width: auto;
    height: 35px;
  }

  .menu_item_link {
    font-size: 32px;
  }

  .hero-text-wrapper {
    display: none;
  }

  .hero-text-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .call-to-action {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 36px;
  }

  .social-media {
    display: none;
  }

  .side-blocks {
    margin-bottom: 1em;
  }

  .side-block {
    margin-bottom: 4em;
    padding-right: 0em;
  }

  .side-info {
    padding-left: 0px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .list_item {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .list_item.feeling-creative {
    overflow: visible;
  }

  .htc_image_people {
    width: 100%;
  }

  .htc_image_back {
    left: 0em;
    top: 0.6em;
    width: 100%;
  }

  .htc_image_front {
    left: 1.8em;
    top: -0.5em;
  }

  .wwa_image_front {
    left: 1.7em;
    top: -2.7em;
  }

  .wwa_image_back {
    left: 1.7em;
  }

  .field-label {
    font-size: 32px;
    text-align: center;
  }

  .text-field {
    width: auto;
  }

  .form-block {
    width: 100%;
  }

  .marker.wwd {
    left: 16%;
    bottom: -25%;
  }

  .marker.htc {
    left: 14%;
    bottom: -25%;
  }

  .marker.wwa {
    left: 16%;
    bottom: -21%;
  }

  .section-list {
    padding-left: 0px;
  }

  .section-arrow {
    left: 12.8em;
    top: 2.7em;
    width: 9em;
    height: 9em;
  }

  .arrow-section.wwa {
    left: 9.5em;
    top: 2em;
    width: 12em;
    height: 8em;
  }

  .arrow-section-2.htc {
    left: 15.3em;
    top: 2.2em;
    overflow: visible;
    height: 7em;
  }

  .list_item_marker.stories {
    top: 9%;
    width: 30%;
  }

  .list_item_marker.organization {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list_item_marker.platforms {
    top: -3em;
    width: 100%;
  }

  .list_item_marker.campaigns {
    left: 0em;
    top: -41%;
    width: 100%;
  }

  .list_item_marker.young-person {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 13em;
    height: 100%;
  }

  .list_item_marker.feeling-creative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list_item_marker.mission {
    width: 100%;
  }

  .list_item_marker.community {
    width: 140%;
  }

  .list_item_marker.team {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 4.5em;
  }

  .list_item_marker.legacy {
    width: 7em;
  }

  .heading-highlight-copy {
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 48px;
  }

  .hero-title-wrapper.w70 {
    width: 100%;
  }

  .arrow-connect-now {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .connect-with-us-copy {
    font-size: 50px;
  }

  .scrolling-wrapper {
    padding-top: 1em;
  }

  .list_item_text {
    font-size: 26px;
  }

  .link {
    padding-right: 4px;
    padding-left: 4px;
  }

  .section-text {
    width: 100%;
    font-size: 20px;
  }

  .footer-left {
    margin-bottom: 1em;
  }

  .footer-paragraph {
    padding-top: 0em;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }

  .article-container {
    margin-bottom: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-container.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-image-container {
    width: 100%;
  }

  .article-info-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .article-marker {
    /*top: -10%;*/
top: 8%;
  }

  .list_item_marker_wrapper.young-person {
    left: 7.2em;
    top: 3%;
    width: 60%;
  }

  .list_item_marker_wrapper.feeling-creative {
    left: 28%;
    top: 11%;
    overflow: visible;
    width: 75%;
  }

  .list_item_marker_wrapper.mission {
    left: 12.3em;
    width: 45%;
  }

  .list_item_marker_wrapper.team {
    left: 7.9em;
    top: 43%;
    width: 50%;
  }

  .list_item_marker_wrapper.community {
    left: 9.1em;
    width: 50%;
  }

  .list_item_marker_wrapper.legacy {
    left: 9.7em;
    top: 43%;
    width: 50%;
  }

  .list_item_marker_wrapper.organization {
    left: 8.1em;
    top: 5%;
    overflow: visible;
    width: 60%;
  }

  .list_item_marker_wrapper.stories {
    top: 4%;
    width: 100%;
  }

  .list_item_marker_wrapper.platforms {
    top: 8%;
    width: 8.5em;
  }

  .list_item_marker_wrapper.campaigns {
    top: 7%;
    width: 45%;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .main-article-marker {
    top: -10%;
  }

  .hero-yellow-animation {
    display: none;
  }

  .organization-lottie {
    position: static;
    width: 65%;
    height: auto;
  }

  .feeling-creative-lottie {
    position: static;
    top: 0px;
    width: 60%;
    height: auto;
  }

  .mission-lottie {
    width: 80%;
  }

  .arrow-get-inspired {
    width: 9em;
    height: 9em;
  }

  .arrow-get-involved {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .arrow-get-to-know-us {
    display: none;
  }

  .article-title-link {
    line-height: 1.6;
  }

  .node-type-parallax-page .news-section-intro {
    font-size: 52px;
  }

  .news-section-title-wrapper {
    width: 100vw;
    margin-left: 0vw;
  }

  .wb-figures-wrapper {
    width: 100vw;
    margin-left: 0vw;
  }

  .node-type-parallax-page .wb-figures {
    font-size: 52px;
  }

  .hero-rect-green-marker {
    width: auto;
    height: auto;
  }

  .main-article-lottie {
    width: auto;
    height: 100%;
  }

  .marker-wrapper.mobile {
    left: 0%;
    top: -0.375em;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block {
    margin-top: 1em;
  }

  .short-arrow-get-to-know-us {
    left: 34%;
    display: block;
    width: 8em;
    height: 8em;
  }

  .node-type-parallax-page .heading-highlight-mobile {
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 48px;
  }

  .mobile-hero-marker {
    width: auto;
    height: auto;
  }
}

@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BEBASNEUE.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
