:root {
  --dark-slate-grey: #025b67;
  --old-lace: #f8f2e3;
  --gold: #ebbc07;
  --deep-sky-blue: #4fa8d7;
  --firebrick: #c23318;
  --alice-blue: #edf7fe;
  --old-lace-2: white;
  --olive-drab: #73aa2d;
  --peru: #d17e11;
  --dark-slate-grey-2: #05525c;
  --black: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #012b31;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 190%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: var(--dark-slate-grey);
  font-family: effra, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

strong {
  color: var(--dark-slate-grey);
  font-weight: 700;
  display: inline-block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
}

.grid.m-t-negative {
  margin-top: -120px;
}

.grid.grid-extrapadding {
  padding-top: 50px;
}

.grid.bg-sand {
  background-color: var(--old-lace);
}

.div-block {
  margin-top: -100px;
  padding-left: 60px;
}

.div-block-2 {
  display: block;
}

.sectionheader {
  background-color: var(--dark-slate-grey);
}

.directors-note-content-container {
  background-color: #fff;
  padding: 40px;
}

.hovercard {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 16px;
  display: flex;
}

.hovercard.blue {
  background-color: var(--deep-sky-blue);
}

.hovercard.darkgreen {
  background-color: var(--dark-slate-grey);
}

.hovercard.red {
  background-color: var(--firebrick);
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1130px;
  margin: 40px auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.container.flex-center {
  align-items: center;
  height: 100%;
  display: flex;
}

.container.max-w-860 {
  text-align: center;
  max-width: 860px;
  font-size: 1.2rem;
  line-height: 140%;
}

.container.max-w-860.margin-bottom {
  margin-bottom: 80px;
}

.container.m-top-100 {
  margin-top: 100px;
}

.container.m-top-100.m-botom {
  margin-bottom: 80px;
}

.container.s-plide-container {
  position: static;
}

.container.learn-more {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  max-width: 750px;
  padding: 60px;
}

.container.section-sand {
  color: var(--dark-slate-grey);
  position: static;
}

.container.section-sand.container-maria-offset {
  margin-top: 200px;
}

.container.m-btm-80 {
  margin-bottom: 80px;
}

.container.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.container.details-hero {
  margin-bottom: 400px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.foreword {
  background-color: var(--old-lace);
  padding-bottom: 200px;
  overflow: visible;
}

.section.lightblue {
  background-color: #edf7fe;
}

.section.bg-cream {
  background-color: var(--old-lace);
}

.section.overflow-top {
  margin-top: -175px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.p-top-0.bg-lightblue {
  background-color: var(--alice-blue);
}

.section.m-btm-0 {
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--dark-slate-grey);
  padding-top: 0;
  padding-bottom: 20px;
}

.section.section-lesspadding, .section.p-top-40 {
  padding-top: 0;
}

.image-2 {
  display: inline;
}

.hovercard-title {
  padding-top: 0;
}

.hovercard_paragraph {
  margin-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
}

.heading {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0;
  text-decoration: none;
}

.heading.underline {
  color: var(--dark-slate-grey);
  text-align: center;
  border-bottom-width: 4px;
  border-radius: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: effra, sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  transform: translate(0);
}

.heading.underline.center {
  object-fit: fill;
  width: auto;
  display: inline-block;
}

.h3-name {
  color: var(--dark-slate-grey);
  font-size: 2.5rem;
}

.headingp3 {
  color: var(--dark-slate-grey);
  font-size: 4.5rem;
  line-height: 110%;
}

.text-block.text-below-imageheader {
  text-align: center;
  white-space: normal;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}

.text-block.text-below-imageheader.left-aligned {
  text-align: left;
  max-width: 95%;
  line-height: 2rem;
}

.chapter-heading-section {
  text-align: center;
  background-image: url('../images/IVTG-research.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chapter-heading-section.education {
  background-image: url('../images/IVTG-education.jpg');
}

.chapter-heading-section.international {
  background-image: url('../images/IVTG-international.jpg');
}

.chapter-heading-section.events {
  background-image: url('../images/IVTG-events.jpg');
}

.chapter-heading-section.staff {
  background-image: url('../images/IVTG-staff.jpg');
}

.chapter-heading-section.medical {
  background-image: url('../images/IVTG-Medical.jpg');
}

.chapter-heading-section.facts {
  background-image: url('../images/IVTG-numbers.jpg');
}

.chapter-heading {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: effra, sans-serif;
  font-size: 10rem;
  display: flex;
}

.chapter-bg-image {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-link {
  color: var(--old-lace-2);
  padding: 16px 12px;
  font-weight: 400;
  display: inline-block;
}

.nav-link:hover {
  border-bottom: 1px solid var(--gold);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--gold);
  color: var(--old-lace-2);
}

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

.nav-container {
  clear: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 97%;
  display: flex;
}

.navbar {
  background-color: var(--dark-slate-grey);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.nav-menu {
  color: var(--old-lace-2);
  font-family: effra, sans-serif;
}

.brand {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 40px;
  height: 100%;
  display: flex;
}

.image-3 {
  flex: 0 auto;
  max-width: 100%;
  display: block;
}

.category-container {
  color: var(--old-lace-2);
  padding: 4px 15px;
  font-size: .9rem;
}

.category-container.green {
  background-color: var(--olive-drab);
}

.category-container.blauw {
  background-color: var(--deep-sky-blue);
}

.category-container.rood {
  background-color: var(--firebrick);
}

.category-container.oranje {
  background-color: var(--peru);
}

.highlight-content-container {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.link-container-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 1.12rem;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.link-container-arrow:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.link-container-arrow.w--current {
  flex: 1;
}

.link-container-arrow.journal-link {
  font-weight: 500;
}

.link-container-arrow.link-right {
  justify-content: flex-end;
}

.link-container-arrow.link-right.link-margin {
  padding-top: 20px;
  padding-bottom: 0;
}

.link-container-arrow.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: ff-tisa-web-pro, sans-serif;
}

.hero-content-container {
  justify-content: space-between;
  min-height: 54vh;
  display: flex;
}

.hero-title {
  align-self: flex-end;
  width: 30%;
  margin-bottom: 20px;
}

.desktop-animation-container {
  width: 70%;
  margin-bottom: -120px;
  display: flex;
}

.hero-h1 {
  margin-top: 10px;
  font-size: 60px;
}

.font-weight-light {
  font-size: 2.4rem;
  font-weight: 400;
}

._2022 {
  font-family: effra, sans-serif;
  font-size: 250px;
  line-height: 60%;
}

.hero-subject-container {
  z-index: 1;
  justify-content: center;
  width: 25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-animation-image {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-animation-content {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-animation-h2 {
  margin-bottom: 20px;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 32px;
}

.hero-dicover {
  border-bottom: 2px solid var(--gold);
  align-self: center;
  padding-bottom: 5px;
  font-size: 19.2px;
  font-weight: 500;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(#0000, #00000080);
  position: absolute;
  inset: 0%;
}

.rich-text-block {
  margin-bottom: 10px;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.rich-text-block.cms-source {
  font-style: italic;
  font-weight: 400;
}

.rich-text-block.text-allgn-left {
  text-align: left;
}

.rich-text-block.align-left {
  text-align: left;
  position: relative;
}

.tabs {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.partner-countries-mobile {
  margin-top: 30px;
  display: none;
}

.legend-txt {
  margin-left: 5px;
  font-size: 16px;
}

.map-popup-container {
  align-items: center;
  display: flex;
}

.map-popup-container.europe2, .map-popup-container.guinea, .map-popup-container.benin, .map-popup-container.peru, .map-popup-container.ethiopia, .map-popup-container.nepal, .map-popup-container.rwanda {
  position: absolute;
  inset: 0%;
}

.legend {
  z-index: 0;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 40px;
  display: flex;
}

.map-paragraph-txt {
  color: #012b31;
  font-family: effra, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}

.ip-map-title {
  color: #025c67;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.map-partner-countries-2 {
  background-image: url('../images/map-partners-c-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 630px;
  position: relative;
}

.map-partner-countries-2.institutional {
  background-image: url('../images/Map-InstitutionalPartners-0304.svg');
  background-size: 110%;
}

.tab-pane-tab-2 {
  margin-left: auto;
  margin-right: auto;
}

.ip-map-item {
  z-index: 2;
  background-color: #fff;
  width: 300px;
  margin-top: -22px;
  margin-left: 42px;
  display: none;
  position: absolute;
  box-shadow: 1px 1px 7px #0003;
}

.ip-map-item.visual {
  width: 300px;
  display: none;
}

.ip-map-item.right {
  display: none;
  left: auto;
  right: 8px;
}

.map-txt-box {
  z-index: 10;
  padding: 20px;
  position: relative;
}

.legend-item {
  flex: 0 auto;
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.legend-item.first {
  justify-content: flex-end;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.maps {
  width: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-map {
  background-color: #fff;
  border-top: 2px solid #00000014;
  border-left: 2px solid #00000014;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
  left: -13px;
  transform: rotate(-45deg);
}

.arrow-map.dcr {
  top: 268px;
  left: auto;
  right: -12px;
  transform: rotate(137deg);
}

.arrow-map.antwerp {
  top: 293px;
}

.arrow-map.peru {
  top: 277px;
}

.arrow-map.benin {
  top: 299px;
}

.arrow-map.dubai {
  top: 311px;
  left: -12px;
  right: auto;
  transform: rotate(-45deg);
}

.arrow-map.right {
  left: auto;
  right: -13px;
  transform: rotate(137deg);
}

.arrow-map.nepal {
  top: 246px;
  left: auto;
  right: -12px;
  transform: rotate(137deg);
}

.image-4 {
  object-fit: cover;
  object-position: 50% 33%;
  width: 100%;
  max-height: 240px;
}

.map-partner-countries {
  background-image: url('../images/Map-2000.2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1000px;
  height: 630px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map-paragraph-txt-2 {
  color: #012b31;
  font-family: effra, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.map-popup-trigger {
  z-index: 3;
  width: 40px;
  height: 40px;
}

.map-popup-trigger.benin {
  position: absolute;
  top: 301px;
  left: 415px;
}

.map-popup-trigger.europe2 {
  margin-top: 54px;
  position: absolute;
  inset: 20% auto auto 47%;
}

.map-popup-trigger.dcr {
  margin-top: 54px;
  position: absolute;
  inset: 46% auto auto 50%;
}

.map-popup-trigger.antwerp {
  margin-top: 54px;
  position: absolute;
  inset: 18% auto auto 46%;
}

.map-popup-trigger.peru {
  margin-top: 54px;
  position: absolute;
  top: 326px;
  left: 177px;
}

.map-popup-trigger.guinea {
  position: absolute;
  top: 298px;
  left: 369px;
}

.map-popup-trigger.ethiopia {
  margin-top: 54px;
  position: absolute;
  inset: 41% auto auto 54.5%;
}

.map-popup-trigger.nepal {
  margin-top: 54px;
  position: absolute;
  inset: 29% auto auto 67.5%;
}

.map-popup-trigger.rwanda {
  margin-top: 54px;
  position: absolute;
  inset: 46% auto auto 50%;
}

.dot-green {
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
}

.tab-button {
  border: 1px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #0000;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 10px;
  font-family: effra, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.tab-button:hover {
  border-color: var(--olive-drab);
  color: #fff;
  background-color: #73aa2d;
}

.tab-button.w--current {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  font-family: effra, sans-serif;
  font-weight: 500;
}

.map-popup-content {
  z-index: 4;
  background-color: #fff;
  width: 450px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 7px #0003;
}

.map-popup-content.content-peru {
  width: 490px;
  transition: all .2s;
  display: none;
  position: absolute;
  top: 111px;
  left: 225px;
}

.map-popup-content.benin {
  width: 550px;
  display: none;
  top: 3.5%;
  left: 46%;
}

.map-popup-content.antwerp {
  width: 490px;
  transition: all .2s;
  display: none;
  position: absolute;
  top: -120px;
  left: 505px;
}

.map-popup-content.ethiopia {
  width: 490px;
  display: none;
  position: absolute;
  top: 52px;
  left: 49px;
}

.map-popup-content.dubai {
  width: 490px;
  display: none;
  position: absolute;
  top: -120px;
  left: 519px;
}

.map-popup-content.guinea {
  width: 530px;
  display: none;
  top: 50px;
  left: 417px;
}

.map-popup-content.nepal {
  width: 490px;
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

.map-popup-content.rwanda {
  width: 490px;
  display: none;
  position: absolute;
  top: 82px;
  left: 1px;
}

.tabs-menu-2 {
  text-align: center;
  margin-bottom: 60px;
}

.accordeon-item-title {
  color: #025c67;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.map-title {
  color: #025c67;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.tabs-content {
  overflow: visible;
}

.accordeon-content {
  overflow: hidden;
}

.map-txt-box-copy {
  z-index: 10;
  padding: 20px;
  position: relative;
}

.front-dot-legend {
  z-index: 1;
  background-color: #c23318;
  border-radius: 50%;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  margin-top: 8px;
}

.front-dot-legend.green {
  background-color: var(--olive-drab);
}

.front-dot-legend.blue {
  background-color: #4fa8d7;
}

.h2-worldwide {
  color: var(--olive-drab);
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
  font-weight: 600;
}

.h2-worldwide.m-btm-60.blue {
  color: var(--deep-sky-blue);
  text-align: center;
}

.h2-worldwide.m-btm-60.h2-red {
  color: var(--firebrick);
}

.h2-worldwide.m-btm-60.orange, .h2-worldwide.m-btm-40.orange {
  text-align: center;
}

.bg-field {
  z-index: 0;
  background-color: #edf7fe;
  position: absolute;
  inset: 50% 0% 0%;
}

.mobile-slider-container {
  display: none;
}

.hero-slider-content {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.research-highlights {
  color: var(--deep-sky-blue);
  text-align: center;
  font-weight: 400;
}

.institutional-partner-container {
  position: absolute;
}

.institutional-partner-container.maputo---mozambique {
  display: flex;
  top: 71%;
  left: 53.8%;
}

.institutional-partner-container.dharan---nepal {
  top: 37.2%;
  left: 70%;
}

.institutional-partner-container.cochabamba-bolivia {
  top: 66.5%;
  left: 24.5%;
}

.institutional-partner-container.hanoi---vietnam {
  top: 41%;
  left: 76%;
}

.institutional-partner-container.kempese-dcr {
  top: 58%;
  left: 48%;
}

.institutional-partner-container.lubumbashi---drc {
  top: 62%;
  left: 52.5%;
}

.institutional-partner-container.kampala-uganda {
  top: 55%;
  left: 54%;
}

.institutional-partner-container.yogyakarta---indonesia {
  top: 59.5%;
  left: 79%;
}

.institutional-partner-container.lima-peru {
  top: 62.5%;
  left: 20.6%;
}

.institutional-partner-container.pretoria---south-africa {
  top: 71%;
  left: 52.2%;
}

.institutional-partner-container.rabat-morocco {
  top: 34%;
  left: 41.8%;
}

.institutional-partner-container.gondar---ethiopia {
  top: 47%;
  left: 55.2%;
}

.institutional-partner-container.cotonou---benin {
  top: 51%;
  left: 44.5%;
}

.institutional-partner-container.bangelore---india {
  top: 46%;
  left: 67.3%;
}

.institutional-partner-container.kinshasa-dcr {
  top: 56.5%;
  left: 49.1%;
}

.institutional-partner-container.cape-town---south-africa {
  top: 76.5%;
  left: 49.5%;
}

.institutional-partner-container.ecuador {
  top: 55%;
  left: 19%;
}

.institutional-partner-container.cuba {
  top: 40.5%;
  left: 18.5%;
}

.institutional-partner-container.conakry-guinea {
  top: 48%;
  left: 38.9%;
}

.institutional-partner-container.maferinyah-guinea {
  top: 48%;
  left: 40%;
}

.institutional-partner-container.burkina-faso {
  top: 46.6%;
  left: 43.5%;
}

.institutional-partner-container.tete-mozambique {
  top: 65%;
  left: 54.1%;
}

.institutional-partner-container.kigali-rwanda {
  top: 55.8%;
  left: 53%;
}

.institutional-partner-container.addisababa-ethiopia {
  top: 49%;
  left: 56.2%;
}

.institutional-partner-container.jimma-ethiopia {
  top: 50.1%;
  left: 55%;
}

.institutional-partner-container.kathmandu-nepal {
  top: 36.5%;
  left: 69.2%;
}

.institutional-partner-container.phnompenh-cambodia {
  top: 47%;
  left: 77%;
}

.white-bg-plane {
  background-color: var(--old-lace-2);
}

.p-40-white {
  background-color: #fff;
  padding: 40px;
}

.p-40-white.text-align-center {
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.p-40-white.our-financials {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.connection-dots-tag {
  background-color: var(--firebrick);
  color: var(--old-lace-2);
  margin-bottom: 10px;
  padding: 4px 10px;
  font-family: effra, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.global-h3 {
  color: var(--olive-drab);
  margin-top: 0;
}

.flex-around {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  display: flex;
}

.svg-300x300 {
  max-width: 300px;
  max-height: 300px;
}

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

.text-align-center.text-under-graphic {
  margin-top: 20px;
  font-size: 1.12rem;
}

.number {
  padding-bottom: 8px;
  font-size: 2.18rem;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.number.red {
  color: var(--firebrick);
}

.number.blue {
  color: var(--deep-sky-blue);
}

.number.yellow {
  color: var(--gold);
  display: inline-block;
}

.number.green {
  color: var(--olive-drab);
}

.m-btm-60 {
  margin-bottom: 60px;
}

.m-top-20 {
  margin-top: 20px;
}

.splide__list {
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.splide__track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.html-embed {
  background-color: #0000;
}

.splide {
  width: 100%;
  height: auto;
  position: relative;
}

.splide.slider1 {
  position: static;
  overflow: visible;
}

.splide-content-container {
  flex: 1;
  height: 100%;
  padding: 20px;
  font-size: 1.12rem;
  line-height: 140%;
  position: relative;
}

.splide-card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 320px;
}

.splide-card-image.crop-to-top {
  object-fit: cover;
  object-position: 50% 10%;
}

.splide__slide {
  background-color: var(--alice-blue);
  align-self: stretch;
  max-width: 80dvw;
  overflow: visible;
}

.splide-title {
  color: #025c67;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 120%;
}

.splide__arrows {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.splide__arrows.slider1 {
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.masonry-container {
  column-count: 2;
  column-gap: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.collection-item {
  float: none;
  margin-bottom: 30px;
  display: inline-block;
  position: static;
}

.collection-list-wrapper {
  display: block;
}

.section-overflow-hero {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.section-2 {
  display: block;
}

.image-5 {
  flex: 1;
  align-self: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.detail-header {
  color: var(--old-lace-2);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 120%;
  display: flex;
}

.detail-tag {
  border-bottom: 3px solid var(--gold);
  color: var(--old-lace-2);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1px;
  font-family: effra, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.detail-tag.underline {
  flex-flow: column-reverse;
  place-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.detail-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 80vh;
  max-height: 800px;
  margin-top: -350px;
  display: block;
  position: static;
}

.detail-introduction {
  float: none;
  clear: none;
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 200%;
}

.section-spacing {
  margin-top: 240px;
}

.container-2 {
  max-width: 80%;
}

.container-detail-paragraph {
  max-width: 85ch;
  padding: 0;
}

.container-3 {
  flex-direction: column;
  align-self: center;
  max-width: 80vw;
  margin-bottom: 317px;
  display: flex;
}

.detail-body {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 160%;
}

.detail-body.center-text {
  text-align: center;
}

.detail-body.center-text img {
  max-width: 200px;
}

.divider {
  border-bottom: 4px solid var(--gold);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  margin: 0 auto 50px;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section-sand-back-to-home {
  background-color: var(--old-lace);
  color: var(--old-lace);
  margin-top: auto;
}

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

.link.backhome {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 26px;
  font-family: ff-tisa-web-pro, sans-serif;
}

.container-detail-body {
  margin-top: auto;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-4 {
  position: relative;
}

.section-4.bg-green {
  color: #fff;
  background-color: #025c67;
}

.container-4 {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-4.share {
  padding-top: 0;
}

.div-center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.share {
  color: #025c67;
  font-weight: 600;
}

.addthis_inline_share_toolbox_aecy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-image {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.splide-slide-container {
  background-color: var(--alice-blue);
  height: 100%;
}

.funcraising-tag {
  background-color: var(--olive-drab);
  color: #fff;
  padding: 4px 8px 5px;
  font-family: effra, sans-serif;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  top: -10px;
}

.button-outline {
  border: 1px solid var(--gold);
  background-color: #0000;
  padding: 4px 18px;
}

.button-outline:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.m-btm-40 {
  margin-bottom: 40px;
}

.learn-more {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  transition: all .2s;
}

.image-container-min40px-right {
  object-fit: contain;
  margin-right: 40px;
  position: relative;
}

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

.bg-under-image {
  z-index: 0;
  background-color: #d17e11;
  width: 70%;
  height: 70%;
  position: absolute;
  inset: auto -40px -40px auto;
}

.bg-under-image.sand {
  z-index: -2;
  background-color: var(--old-lace);
}

.bg-under-image.red {
  background-color: var(--firebrick);
}

.flex-center-vertical-on-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-child-container {
  width: 100%;
}

.orange-text-h2 {
  color: var(--peru);
  max-width: 460px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 600;
}

.orange-text-h2.center-aligned {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-3 {
  background-color: var(--old-lace);
}

.div-block-4 {
  z-index: 0;
  background-color: var(--old-lace);
  position: relative;
}

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

.content-container-johan {
  background-color: var(--old-lace);
  padding: 40px;
}

.orange {
  color: var(--peru);
  text-align: left;
}

.orange.center-content {
  text-align: center;
}

.maria-laga-text-container {
  padding: 30px;
}

.image-maria-offset {
  margin-top: -100px;
  padding-top: 15px;
  padding-right: 20px;
}

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

.blue-bg-field {
  z-index: -1;
  background-color: var(--alice-blue);
  padding: 40px;
  position: relative;
}

.blue-bg-field.div-sand {
  background-color: var(--old-lace);
}

.blue-bg-field.div-red {
  background-color: var(--firebrick);
}

.blue-bg-field.div-red.div-offset {
  top: 0;
  bottom: 0;
  right: -35px;
}

.text-blue {
  color: var(--deep-sky-blue);
}

.text-blue.m-top-0 {
  margin-top: 0;
}

.div-margin {
  background-color: var(--alice-blue);
  padding: 30px;
}

.div-margin.z-0 {
  z-index: -1;
  position: relative;
}

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

.div2-margin {
  background-color: var(--alice-blue);
  padding: 40px;
}

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

.text-red.no-margin {
  margin-top: 0;
}

.div-block-6 {
  padding: 50px;
  position: relative;
}

.image-margin {
  margin-top: 0;
}

.margin-offset {
  margin-top: -47px;
}

.subscribe-form {
  max-width: 100%;
  margin-left: 20px;
}

.subscribe-form.form-margin {
  margin-left: 20px;
}

.logo-footer {
  margin-bottom: 40px;
}

.submit-button {
  background-color: #0000;
  border: 1px solid #ebbc07;
  margin-top: 16px;
  padding: 5px 32px;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  align-self: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

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

.flex-vertical-footer {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.flex-2 {
  display: flex;
}

.grid12col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 100%;
}

.text-field {
  background-color: #ffffff80;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-social-icon {
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}

.footer-social-icon.eerste {
  padding-left: 0;
}

.form {
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.container100 {
  background-color: var(--dark-slate-grey-2);
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  display: block;
}

.container100.footer-pdf {
  background-color: var(--dark-slate-grey-2);
  position: static;
  left: 0;
  right: 0;
}

.text-white {
  color: #fff;
  line-height: 141%;
}

.text-white.footer-margin {
  margin-top: 25px;
}

.div-block-8 {
  height: 100px;
}

.div-footer-pdf, .bg-darkgreen {
  background-color: var(--dark-slate-grey-2);
}

.bg-darkgreen.footer-height {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.html-embed-2, .html-embed-3 {
  align-self: center;
}

.relative-image-container {
  position: relative;
}

.about-section {
  padding-top: 320px;
}

.p-40-sand {
  background-color: var(--old-lace);
  padding: 40px;
}

.flex-text-studentbody {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  font-size: 1.12rem;
  display: flex;
}

.more-datail-link {
  display: block;
}

.more-datail-link.m-top-auto {
  margin-top: auto;
}

.m-tb-20 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-20.m-tb-margins20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.more-detail-link {
  border-bottom: 2px solid var(--gold);
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 0;
  font-size: 1.2rem;
  line-height: 140%;
  transition: all .2s;
  display: inline-block;
}

.more-detail-link:hover {
  padding-left: 8px;
  padding-right: 8px;
}

.div-illustr-bottom {
  margin-bottom: 20px;
}

.div-illustr-bottom.margin-fix {
  margin-top: -35px;
  padding-top: 0;
}

.footer-margin {
  align-self: center;
}

.imt-numbers-h {
  color: var(--dark-slate-grey);
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.imt-numbers-h.imt-numbers-h-margin {
  margin-top: 10px;
}

.image-7 {
  display: inline-block;
}

.medical-services {
  width: 400px;
  margin-bottom: 25px;
}

.research-card-blue {
  background-color: var(--alice-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.research-card-blue.big {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-list-items {
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.legend-color {
  background-color: var(--dark-slate-grey);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.legend-color.green {
  background-color: var(--olive-drab);
}

.legend-color.orange {
  background-color: var(--peru);
}

.legend-color.blue {
  background-color: var(--deep-sky-blue);
}

.legend-color.red {
  background-color: var(--firebrick);
}

.legend-color.yellow {
  background-color: var(--gold);
}

.legend-color.grey {
  background-color: var(--black);
}

.legend-color.brown {
  background-color: #844b13;
}

.legend-color.purple {
  background-color: #7f509b;
}

.m-btm-80 {
  margin-bottom: 80px;
}

.m-top-min40 {
  margin-top: -40px;
}

.font-w-normal {
  font-weight: 400;
}

.field-label {
  color: #fff;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.number-0-height {
  padding-bottom: 8px;
  font-size: 2.18rem;
  font-weight: 700;
  line-height: 20%;
  display: inline-block;
}

.number-0-height.red {
  color: var(--firebrick);
}

.number-0-height.blue {
  color: var(--deep-sky-blue);
}

.number-0-height.yellow {
  color: var(--gold);
  display: inline-block;
}

.number-0-height.green {
  color: var(--olive-drab);
}

.tablet-and-down {
  display: none;
}

.filters-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filterblok {
  border: 2px solid var(--dark-slate-grey);
  cursor: pointer;
  margin-bottom: 0;
  padding: 4px 10px;
  font-family: effra, sans-serif;
  font-size: 1.12rem;
  font-weight: 300;
}

.filterblok.all {
  font-weight: 700;
}

.heading_research-highlight {
  color: var(--dark-slate-grey);
  font-size: 1.4rem;
  font-weight: 600;
}

.hidden-label, .hidden {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
}

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

.social-media_link-footer {
  padding: 10px;
  transition: all .4s;
}

.social-media_link-footer:hover {
  transform: scale(1.2);
}

.social-icon-footer {
  width: 20px;
}

._w-100 {
  width: 100%;
}

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

._4cards-card:hover {
  transform: scale(1.1);
}

._4cards-card.min-height-240 {
  min-height: 240px;
}

._4cards-card.min-height-240.bg-yellow {
  background-color: var(--gold);
}

._4cards-card.min-height-240.bg-green {
  background-color: var(--dark-slate-grey);
}

._4cards-card.min-height-240.bg-blue {
  background-color: var(--deep-sky-blue);
}

._4cards-card.min-height-240.bg-red {
  background-color: var(--firebrick);
}

.card-text {
  color: #fff;
  text-align: center;
  max-width: 90%;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  position: relative;
  inset: 50% 0% 0%;
}

.card-h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: ff-tisa-web-pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.h3-research-numbers {
  color: var(--dark-slate-grey);
  max-width: 410px;
  margin-top: 32px;
  margin-bottom: 0;
}

.h3-research-numbers.m-btm-20 {
  margin-bottom: 20px;
}

.p3-image {
  width: 100%;
}

.itm-numbers-image {
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.itm-numbers-image.m-tb-margins20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pist-publications li {
  margin-bottom: 16px;
}

.pist-publications.max-w-760px {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pist-publications strong {
  margin-top: 25px;
}

.body {
  flex-direction: column;
  display: flex;
}

.subtitle-details-page {
  color: #fff;
  text-align: center;
}

._37-countries-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 1.12rem;
  font-weight: 400;
  display: flex;
}

.columns-desktop {
  margin-bottom: 90px;
}

.r-i-image {
  width: 80%;
}

.category {
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.category.blue {
  background-color: #4fa8d7;
}

.category.green {
  background-color: #73aa2d;
  font-size: 18px;
  font-weight: 300;
}

.offline-content-box {
  margin-bottom: 2rem;
}

.flex-justify-right {
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.flex-justify-right.arrow-interaction-trigger {
  flex-direction: row;
}

.flex-justify-right.arrow-interaction-trigger.margin-top20 {
  margin-top: 20px;
}

.font-awesome {
  color: #ebbc07;
  font-size: 20px;
  font-weight: 400;
}

.font-awesome.arrow-icon {
  padding-left: 10px;
}

.column-2 {
  padding-left: 25px;
  padding-right: 0;
}

.margin-if-no-image {
  width: 100%;
  height: 40px;
  margin-top: 40px;
}

.r-i-card {
  background-color: #fff;
  width: 90%;
  margin-top: -40px;
  margin-left: auto;
  padding: 30px;
  display: block;
  position: relative;
  left: -10px;
}

.text-block-3 {
  color: #025c67;
}

.column-3 {
  padding-left: 0;
  padding-right: 25px;
}

.div-block-10 {
  position: static;
}

.research-highlight-title {
  color: #025c67;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.swiper, .swiper.werkwijze-swiper {
  overflow: visible;
}

.swiper.werkwijze-swiper.dark-background-8 {
  color: var(--dark-slate-grey);
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.swiper-slide {
  flex: 0 auto;
  height: auto;
  padding-right: 2rem;
}

.swiper-slide.dark-background-14 {
  background-color: var(--alice-blue);
  margin-right: 2rem;
  padding-right: 0;
}

.card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #08493e;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.big-green-number {
  color: #26d368;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.heading-style-h4 {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.4;
}

.text-wrap-balance {
  text-wrap: balance;
}

.button_inner-text {
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: block;
}

.button_inner-text.is-smaller {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.title-and-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 3rem;
  display: flex;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.dark-background-3 {
  overflow: visible;
}

.custom-button {
  color: #fff;
  text-align: center;
  background-color: #08493e;
  border: 2px solid #08493e;
  border-radius: 8rem;
  padding: 0 1.8rem;
  font-weight: 800;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.custom-button.is-text {
  color: inherit;
  background-color: #0000;
  border: 2px solid #0000;
}

.custom-button.is-text.no-padding {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-11.dark-background-2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .div-block {
    margin-right: 0;
    padding-left: 0;
  }

  .container.details-hero {
    margin-bottom: 300px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.foreword {
    padding-bottom: 400px;
  }

  .h3-name {
    font-size: 1.9rem;
  }

  .headingp3 {
    font-size: 3.6rem;
  }

  .text-block.text-below-imageheader {
    font-size: 1.2rem;
  }

  .text-block.text-below-imageheader.margin {
    margin-bottom: 11px;
  }

  .chapter-heading {
    font-size: 7rem;
    line-height: 110%;
  }

  .nav-link {
    display: block;
  }

  .nav-container {
    background-color: var(--dark-slate-grey);
    color: var(--old-lace);
    font-weight: 400;
  }

  .navbar {
    background-color: var(--dark-slate-grey);
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-content-container {
    flex-direction: column;
    min-height: auto;
  }

  .hero-title {
    width: 100%;
    margin-bottom: 0;
  }

  .desktop-animation-container {
    display: none;
  }

  .hero-h1 {
    z-index: 2;
    margin-bottom: -70px;
    position: relative;
  }

  ._2022 {
    line-height: 80%;
  }

  .rich-text-block.rtb-margin {
    margin-top: -60px;
    margin-bottom: -30px;
  }

  .country-bold {
    color: #025c67;
  }

  .partner-countries-mobile {
    display: block;
  }

  .legend {
    flex-direction: column;
    margin-top: 15px;
    padding-bottom: 40px;
  }

  .map-paragraph-txt {
    display: block;
  }

  .map-paragraph-txt.ip {
    margin-bottom: 10px;
  }

  .map-partner-countries-2 {
    background-size: 105%;
    width: 720px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-partner-countries-2.institutional {
    background-size: 105%;
  }

  .partners-mobile-city {
    color: #025c67;
    font-weight: 400;
  }

  .accordeon-arrow {
    color: #025c67;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
  }

  .legend-item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
  }

  .legend-item.first {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .accordeon-img {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: auto;
    margin-bottom: 10px;
  }

  .map-partner-countries {
    background-size: 105%;
    width: 720px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-paragraph-txt-2 {
    display: block;
  }

  .map-popup-trigger.benin {
    width: 30px;
    height: 30px;
    top: 204px;
    left: 313px;
  }

  .map-popup-trigger.europe2 {
    width: 30px;
    height: 30px;
    top: 28%;
    left: 61%;
  }

  .map-popup-trigger.dcr {
    width: 30px;
    height: 30px;
    top: 43%;
  }

  .map-popup-trigger.antwerp {
    width: 30px;
    height: 30px;
    top: 55px;
  }

  .map-popup-trigger.peru {
    width: 30px;
    height: 30px;
    top: 204px;
    left: 152px;
  }

  .map-popup-trigger.ethiopia, .map-popup-trigger.nepal, .map-popup-trigger.rwanda {
    width: 30px;
    height: 30px;
    top: 43%;
  }

  .accordeon-item {
    margin-top: 30px;
  }

  .accordeon-item.institutional {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .accordeon-item-title {
    color: #025c67;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .accordeon-content {
    overflow: hidden;
  }

  .accordeon-trigger {
    justify-content: space-between;
    margin-bottom: 16px;
    display: flex;
  }

  .mobile-slider-container {
    height: 70dvh;
    display: block;
    position: relative;
  }

  .delete-enter-on-mobile {
    display: none;
  }

  .slider {
    background-color: var(--dark-slate-grey);
    height: 100%;
  }

  .hero-slider-container {
    background-image: url('../images/Research-innovation.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .hero-slider-container.education {
    background-image: url('../images/Education.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-slider-container.international-cooperation {
    background-image: url('../images/International-cooperation.jpg');
  }

  .hero-slider-container.medical-services {
    background-image: url('../images/Medical-services.jpg');
  }

  .hero-slider-container.medical-services._w-auto {
    width: auto;
  }

  .hero-slider-content {
    margin-bottom: 50px;
  }

  .research-highlights {
    margin-top: -40px;
  }

  .institutional-partner-container.maputo---mozambique {
    top: 69%;
    left: 53%;
  }

  .institutional-partner-container.dharan---nepal {
    top: 37.5%;
    left: 69.5%;
  }

  .institutional-partner-container.cochabamba-bolivia {
    top: 64.5%;
    left: 22.5%;
  }

  .institutional-partner-container.hanoi---vietnam {
    top: 41%;
    left: 74%;
  }

  .institutional-partner-container.kempese-dcr {
    top: 57%;
    left: 47.6%;
  }

  .institutional-partner-container.lubumbashi---drc {
    top: 60%;
    left: 51.5%;
  }

  .institutional-partner-container.kampala-uganda {
    top: 52%;
    left: 53.2%;
  }

  .institutional-partner-container.yogyakarta---indonesia {
    top: 58.5%;
    left: 78%;
  }

  .institutional-partner-container.lima-peru {
    top: 60%;
    left: 20%;
  }

  .institutional-partner-container.pretoria---south-africa {
    top: 69%;
    left: 51.5%;
  }

  .institutional-partner-container.rabat-morocco {
    top: 33.5%;
    left: 40.5%;
  }

  .institutional-partner-container.gondar---ethiopia {
    top: 46.3%;
    left: 54.8%;
  }

  .institutional-partner-container.cotonou---benin {
    top: 50%;
    left: 43.8%;
  }

  .institutional-partner-container.bangelore---india {
    top: 45.5%;
    left: 66%;
  }

  .institutional-partner-container.kinshasa-dcr {
    top: 56%;
    left: 48.5%;
  }

  .institutional-partner-container.cape-town---south-africa {
    top: 73%;
    left: 49%;
  }

  .institutional-partner-container.kigali-rwanda {
    top: 54%;
    left: 52%;
  }

  .institutional-partner-container.kathmandu-nepal {
    left: 68%;
  }

  .institutional-partner-container.phnompenh-cambodia {
    left: 75%;
  }

  .p-40-white.text-align-center {
    flex-direction: column;
    display: flex;
  }

  .detail-image {
    margin-top: -275px;
  }

  .detail-introduction {
    line-height: 160%;
  }

  .div-center-content {
    max-width: 100%;
  }

  .section-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .z-1-image {
    padding-bottom: 21px;
    padding-right: 20px;
    position: relative;
  }

  .bg-under-image.red {
    width: 100%;
    position: relative;
    bottom: 280px;
    right: -22px;
  }

  .orange-text-h2.margin-tablet {
    margin-bottom: 49px;
  }

  .maria-laga-text-container {
    padding: 20px 0;
  }

  .blue-bg-field.div-sand {
    z-index: -2;
  }

  .div-margin {
    z-index: 3;
    position: relative;
  }

  .div-block-6 {
    padding: 30px;
  }

  .subscribe-form {
    margin-left: 0;
  }

  .grid12col.tab-6col-mob-3col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .relative-image-container {
    overflow: hidden;
  }

  .about-section {
    padding-top: 181px;
  }

  .more-datail-link.m-top-auto, .more-detail-link.m-top-auto {
    margin-top: auto;
  }

  .imt-numbers-h {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .research-card-blue {
    text-align: center;
  }

  .m-top-min40.top-parallax {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    position: relative;
  }

  .top-parallax {
    position: static;
  }

  .tablet-and-down {
    display: block;
  }

  .desktop {
    display: none;
  }

  .menu-button {
    background-color: var(--dark-slate-grey);
  }

  .grid-3 {
    grid-template-rows: auto;
  }

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

@media screen and (max-width: 767px) {
  .directors-note-content-container {
    padding: 20px;
  }

  .container.max-w-860.mobile-m-btm-0 {
    margin-bottom: 0;
  }

  .container.details-hero {
    margin-bottom: 200px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.foreword {
    padding-top: 80px;
    padding-bottom: 289px;
  }

  .section.overflow-top {
    margin-top: -305px;
  }

  .h3-name {
    font-size: 1.6rem;
  }

  .headingp3 {
    font-size: 2.8rem;
  }

  .chapter-heading-section {
    min-height: 40dvh;
  }

  .chapter-heading {
    font-size: 4.8rem;
  }

  .link-container-arrow.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-h1 {
    margin-bottom: -60px;
  }

  ._2022 {
    font-size: 10rem;
  }

  .legend {
    flex-direction: column;
  }

  .map-partner-countries-2 {
    background-size: 110%;
    width: 520px;
    height: 360px;
    margin-left: auto;
  }

  .map-partner-countries-2.institutional {
    background-size: 110%;
    width: 100%;
    height: 360px;
  }

  .legend-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .legend-item.first {
    justify-content: flex-start;
  }

  .map-partner-countries {
    background-size: 110%;
    width: 520px;
    height: 360px;
    margin-left: auto;
  }

  .map-popup-trigger.benin {
    width: 25px;
    top: 166px;
    left: 222px;
  }

  .map-popup-trigger.europe2 {
    width: 25px;
    top: 25%;
  }

  .map-popup-trigger.dcr {
    width: 25px;
    top: 39%;
    left: 49.5%;
  }

  .map-popup-trigger.antwerp {
    width: 25px;
    top: 40px;
    left: 46%;
  }

  .map-popup-trigger.peru {
    width: 25px;
    top: 151px;
    left: 96px;
  }

  .map-popup-trigger.ethiopia, .map-popup-trigger.nepal, .map-popup-trigger.rwanda {
    width: 25px;
    top: 39%;
    left: 49.5%;
  }

  .accordeon-trigger {
    align-items: center;
  }

  .institutional-partner-container.maputo---mozambique {
    top: 66%;
    left: 52.5%;
  }

  .institutional-partner-container.dharan---nepal {
    top: 37.5%;
    left: 70%;
  }

  .institutional-partner-container.cochabamba-bolivia {
    top: 62.1%;
    left: 20.3%;
  }

  .institutional-partner-container.hanoi---vietnam {
    top: 40.5%;
    left: 76.5%;
  }

  .institutional-partner-container.kempese-dcr {
    top: 55.5%;
    left: 47%;
  }

  .institutional-partner-container.lubumbashi---drc {
    top: 59%;
    left: 51%;
  }

  .institutional-partner-container.kampala-uganda {
    top: 52.5%;
    left: 52.3%;
  }

  .institutional-partner-container.yogyakarta---indonesia {
    top: 57%;
    left: 79%;
  }

  .institutional-partner-container.lima-peru {
    top: 59%;
    left: 16.2%;
  }

  .institutional-partner-container.pretoria---south-africa {
    top: 66%;
    left: 51%;
  }

  .institutional-partner-container.rabat-morocco {
    top: 33.5%;
    left: 39.6%;
  }

  .institutional-partner-container.gondar---ethiopia {
    top: 46%;
    left: 54.5%;
  }

  .institutional-partner-container.cotonou---benin {
    top: 49%;
    left: 42.8%;
  }

  .institutional-partner-container.bangelore---india {
    top: 45%;
    left: 67.5%;
  }

  .institutional-partner-container.kinshasa-dcr {
    top: 54.5%;
    left: 47%;
  }

  .institutional-partner-container.cape-town---south-africa {
    top: 71%;
    left: 48%;
  }

  .p-40-white {
    padding: 32px;
  }

  .flex-around {
    flex-direction: column;
    align-items: center;
  }

  .text-align-center.text-under-graphic {
    margin-bottom: 30px;
  }

  .splide-title {
    font-size: 1.2rem;
  }

  .masonry-container {
    column-count: 1;
  }

  .detail-header {
    font-size: 3rem;
  }

  .detail-image {
    margin-top: -162px;
  }

  .container-4 {
    z-index: 4;
    position: relative;
  }

  .container-4.footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .flex-center-vertical-on-mobile {
    flex-direction: column;
  }

  .content-container-johan.top-parallax {
    padding: 32px;
  }

  .maria-laga-text-container {
    padding-top: 0;
  }

  .div-illustr-bottom {
    margin-bottom: 0;
  }

  .grid-3 {
    grid-template-rows: auto;
  }

  .image50 {
    width: 50%;
  }

  .flex-between {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-text {
    max-width: 90%;
  }

  .category.green {
    font-size: 16px;
  }

  .r-i-card {
    left: 0;
  }

  .title-and-link {
    padding-bottom: 2rem;
  }

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

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

@media screen and (max-width: 479px) {
  .div-block-2 {
    max-width: 100%;
  }

  .container.details-hero {
    margin-bottom: 100px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.foreword {
    padding-bottom: 380px;
  }

  .section.overflow-top {
    margin-top: -395px;
  }

  .headingp3 {
    align-self: auto;
    font-size: 2rem;
  }

  .chapter-heading-section {
    min-height: 25dvh;
  }

  .chapter-heading {
    font-size: 3rem;
  }

  .hero-h1 {
    margin-top: 0;
    margin-bottom: -40px;
    line-height: 130%;
  }

  ._2022 {
    font-size: 7rem;
  }

  .rich-text-block {
    max-width: 100%;
  }

  .legend {
    flex-direction: column;
  }

  .map-partner-countries-2 {
    background-size: 140%;
    width: 360px;
    height: 280px;
  }

  .map-partner-countries-2.institutional {
    background-size: 140%;
    width: 100%;
    height: 280px;
  }

  .legend-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .legend-item.first {
    justify-content: flex-start;
  }

  .map-partner-countries {
    object-fit: fill;
    background-size: 140%;
    width: 100%;
    height: 280px;
  }

  .map-popup-trigger.benin {
    width: 20px;
    height: 20px;
    top: 128px;
    left: 42%;
  }

  .map-popup-trigger.europe2 {
    width: 20px;
    height: 20px;
    top: 20%;
    left: 65%;
  }

  .map-popup-trigger.dcr {
    width: 20px;
    height: 20px;
    top: 35%;
    left: 50.2%;
  }

  .map-popup-trigger.antwerp {
    width: 20px;
    height: 20px;
    top: 9px;
    left: 45%;
  }

  .map-popup-trigger.peru {
    width: 21px;
    height: 20px;
    top: 111px;
    left: 41px;
  }

  .map-popup-trigger.ethiopia, .map-popup-trigger.nepal, .map-popup-trigger.rwanda {
    width: 20px;
    height: 20px;
    top: 35%;
    left: 50.2%;
  }

  .tab-button {
    text-align: center;
  }

  .tabs-menu-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordeon-item-title {
    margin-bottom: 0;
  }

  .accordeon-trigger {
    margin-bottom: 10px;
  }

  .institutional-partner-container.maputo---mozambique {
    top: 68%;
    left: 53%;
  }

  .institutional-partner-container.dharan---nepal {
    top: 35%;
    left: 75%;
  }

  .institutional-partner-container.cochabamba-bolivia {
    top: 63%;
    left: 12%;
  }

  .institutional-partner-container.hanoi---vietnam {
    top: 39%;
    left: 83%;
  }

  .institutional-partner-container.kempese-dcr {
    top: 56%;
    left: 45.2%;
  }

  .institutional-partner-container.lubumbashi---drc {
    top: 59%;
    left: 505%;
  }

  .institutional-partner-container.kampala-uganda {
    top: 52%;
    left: 53%;
  }

  .institutional-partner-container.yogyakarta---indonesia {
    top: 57%;
    left: 86.3%;
  }

  .institutional-partner-container.lima-peru {
    top: 59%;
    left: 6.5%;
  }

  .institutional-partner-container.pretoria---south-africa {
    top: 68%;
    left: 50.5%;
  }

  .institutional-partner-container.rabat-morocco {
    top: 30.7%;
    left: 36.5%;
  }

  .institutional-partner-container.gondar---ethiopia {
    top: 44%;
    left: 55%;
  }

  .institutional-partner-container.cotonou---benin {
    top: 48.5%;
    left: 40%;
  }

  .institutional-partner-container.bangelore---india {
    top: 43.5%;
    left: 72%;
  }

  .institutional-partner-container.kinshasa-dcr {
    top: 54%;
    left: 46%;
  }

  .institutional-partner-container.cape-town---south-africa {
    top: 73%;
    left: 47%;
  }

  .p-40-white {
    padding: 20px;
  }

  .p-40-white.text-align-center {
    padding: 20px 16px;
  }

  .splide-content-container {
    font-size: 1rem;
  }

  .splide-title {
    font-size: 1.1rem;
  }

  .detail-header {
    font-size: 2rem;
  }

  .detail-image {
    margin-top: -80px;
  }

  .container-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-center-content {
    width: 100%;
  }

  .m-btm-40 {
    font-size: 1.5rem;
  }

  .learn-more {
    padding: 20px 20px 40px;
  }

  .content-container-johan.top-parallax {
    padding: 20px;
  }

  .div-margin {
    background-color: var(--alice-blue);
    padding: 20px;
  }

  .div-block-6 {
    padding: 20px;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .flex-vertical-footer {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-2 {
    flex-direction: row;
  }

  .grid12col {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .grid12col.tab-6col-mob-3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form {
    max-width: 100%;
  }

  .imt-numbers-h {
    font-size: 1.4rem;
  }

  .research-card-blue.big {
    flex-direction: column;
  }

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

  .card-text {
    max-width: 90%;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }
}

#w-node-_27d57656-6f38-8cdf-6da7-5d222f7aa696-39235eae {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_890a1d6a-64ef-5a52-c249-764d0298ccd6-39235eae {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1595e1e9-0f04-35f5-9dcf-6852119f63ce-39235eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a52c293-b406-40bc-1c5e-62ee943959e0-39235eae {
  grid-area: 1 / 1 / 6 / 9;
}

#w-node-_2a52c293-b406-40bc-1c5e-62ee943959e1-39235eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a52c293-b406-40bc-1c5e-62ee943959e2-39235eae {
  grid-area: 3 / 6 / 7 / 13;
}

#w-node-_449ad21e-2708-59f9-7678-bbc84e3c178d-39235eae, #w-node-_449ad21e-2708-59f9-7678-bbc84e3c1793-39235eae {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_449ad21e-2708-59f9-7678-bbc84e3c1799-39235eae, #w-node-_449ad21e-2708-59f9-7678-bbc84e3c179f-39235eae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ed1adac2-d2d6-e527-0096-60dd10ded7e0-39235eae {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-_02e42210-eef8-54d5-616d-64f7e13dd546-39235eae, #w-node-e43d6e37-07ef-d3f5-13b8-f7e46081e3e6-39235eae, #w-node-a3157a4c-ab11-2163-a8b7-7ea4d3be9180-39235eae, #w-node-efc485fa-4311-1717-5935-91eab3d2e369-39235eae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9685bff3-6ff1-3aea-fd49-b37baebaa39d-39235eae {
  grid-area: 2 / 8 / 5 / 13;
}

#w-node-dfacc60d-0ace-1037-fdb4-ce396570f7e4-39235eae {
  grid-area: 1 / 1 / 11 / 8;
}

#w-node-f1ca3b87-2a7a-5728-dcfe-84a276bd9050-39235eae {
  grid-area: 1 / 1 / 11 / 11;
}

#w-node-_473658f6-0791-72c3-8478-272f08677066-39235eae {
  grid-area: 3 / 8 / 9 / 13;
}

#w-node-ca6ee90f-0cee-7ee4-6128-c2ab25468b4a-39235eae {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_473658f6-0791-72c3-8478-272f08677065-39235eae {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_8186a061-2292-c98b-e796-94ad69e0e469-39235eae {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_8186a061-2292-c98b-e796-94ad69e0e46a-39235eae {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_8186a061-2292-c98b-e796-94ad69e0e475-39235eae {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_8eb01f70-8a2e-b736-7534-c69137527f15-39235eae {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_308b1f86-297d-fbbf-ecdb-b1233563549c-39235eae {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_03018768-a263-ea26-851a-4d2994a98568-39235eae {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-e88ab10b-5274-c188-5fbe-036505102187-39235eae {
  grid-area: 1 / 1 / 4 / 11;
}

#w-node-_2321ec88-3b74-536d-6ca6-aab137e09972-39235eae {
  grid-area: 3 / 6 / 5 / 13;
}

#w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd5-39235eae {
  grid-area: 1 / 5 / 4 / 13;
}

#w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd6-39235eae {
  grid-area: 2 / 1 / 5 / 7;
}

#w-node-_09381a6f-7978-738a-54b9-1d9498c90c43-39235eae {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_46423deb-afa3-f5ca-00a7-d1bca7233646-39235eae {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_22bdbd00-891e-4cd6-f9c4-128d15210d17-39235eae {
  grid-area: 1 / 1 / 4 / 10;
}

#w-node-f92ae07d-502d-8ab0-a181-fbf039c524b3-39235eae {
  grid-area: 2 / 6 / 5 / 13;
}

#w-node-c4f0d8b9-f947-25e1-34f3-c324081acb3a-39235eae {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_256247cb-634e-dcb2-c434-85d880999c80-39235eae {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_51ad495c-5ac6-36dc-2eea-4906322b2515-39235eae {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-bd304cf2-9618-5daa-29cc-310098ba4be7-39235eae {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f145-39235eae {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f146-39235eae {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f151-39235eae {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_677a31c2-d718-71f2-cc16-3a77d901b865-39235eae {
  grid-area: 1 / 1 / 5 / 13;
}

#w-node-_677a31c2-d718-71f2-cc16-3a77d901b866-39235eae {
  grid-area: 4 / 5 / 9 / 12;
}

#w-node-_1013087b-1a4a-5910-3aec-f73b35938cd7-39235eae {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_1013087b-1a4a-5910-3aec-f73b35938cd8-39235eae, #w-node-_1013087b-1a4a-5910-3aec-f73b35938cd9-39235eae, #w-node-_1013087b-1a4a-5910-3aec-f73b35938cda-39235eae, #w-node-_1013087b-1a4a-5910-3aec-f73b35938cdb-39235eae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7dd60ff9-1788-6946-9753-4339af59829f-a878439d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3fa7550-74b8-8e19-5be7-0a14a87843a0-a878439d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3fa7550-74b8-8e19-5be7-0a14a87843ac-a878439d {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_27d57656-6f38-8cdf-6da7-5d222f7aa696-39235eae {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-ed1adac2-d2d6-e527-0096-60dd10ded7e0-39235eae {
    order: -9999;
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_473658f6-0791-72c3-8478-272f08677066-39235eae {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-ca6ee90f-0cee-7ee4-6128-c2ab25468b4a-39235eae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8186a061-2292-c98b-e796-94ad69e0e469-39235eae {
    align-self: center;
  }

  #w-node-_8eb01f70-8a2e-b736-7534-c69137527f15-39235eae {
    grid-row-end: 4;
    grid-column-end: 11;
  }

  #w-node-_308b1f86-297d-fbbf-ecdb-b1233563549c-39235eae {
    grid-area: 1 / 1 / 3 / 11;
  }

  #w-node-_03018768-a263-ea26-851a-4d2994a98568-39235eae {
    grid-row: 3 / 5;
    grid-column-start: 2;
  }

  #w-node-e88ab10b-5274-c188-5fbe-036505102187-39235eae {
    grid-row-end: 5;
  }

  #w-node-_2321ec88-3b74-536d-6ca6-aab137e09972-39235eae {
    grid-area: 4 / 2 / 6 / 13;
  }

  #w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd5-39235eae {
    grid-area: 1 / 2 / 4 / 13;
  }

  #w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd6-39235eae {
    grid-area: 3 / 1 / 5 / 10;
  }

  #w-node-_677a31c2-d718-71f2-cc16-3a77d901b866-39235eae {
    grid-area: 4 / 2 / 9 / 12;
  }

  #w-node-_7dd60ff9-1788-6946-9753-4339af59829f-a878439d, #w-node-a3fa7550-74b8-8e19-5be7-0a14a87843a0-a878439d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a3fa7550-74b8-8e19-5be7-0a14a87843ac-a878439d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27d57656-6f38-8cdf-6da7-5d222f7aa696-39235eae {
    grid-row: 2 / 3;
    grid-column-end: 11;
  }

  #w-node-_890a1d6a-64ef-5a52-c249-764d0298ccd6-39235eae {
    grid-column-start: 4;
  }

  #w-node-_2a52c293-b406-40bc-1c5e-62ee943959e0-39235eae {
    grid-area: 1 / 1 / 7 / 12;
  }

  #w-node-_2a52c293-b406-40bc-1c5e-62ee943959e2-39235eae {
    grid-area: 5 / 3 / 7 / 13;
  }

  #w-node-_02e42210-eef8-54d5-616d-64f7e13dd546-39235eae, #w-node-e43d6e37-07ef-d3f5-13b8-f7e46081e3e6-39235eae, #w-node-a3157a4c-ab11-2163-a8b7-7ea4d3be9180-39235eae {
    grid-column: span 6 / span 6;
  }

  #w-node-efc485fa-4311-1717-5935-91eab3d2e369-39235eae {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9685bff3-6ff1-3aea-fd49-b37baebaa39d-39235eae {
    grid-area: 2 / 3 / 5 / 13;
  }

  #w-node-dfacc60d-0ace-1037-fdb4-ce396570f7e4-39235eae {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f1ca3b87-2a7a-5728-dcfe-84a276bd9050-39235eae {
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_473658f6-0791-72c3-8478-272f08677066-39235eae {
    grid-column-start: 2;
  }

  #w-node-ca6ee90f-0cee-7ee4-6128-c2ab25468b4a-39235eae {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_8186a061-2292-c98b-e796-94ad69e0e469-39235eae {
    grid-row: 2 / 5;
    grid-column-start: 4;
  }

  #w-node-_8186a061-2292-c98b-e796-94ad69e0e46a-39235eae {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8186a061-2292-c98b-e796-94ad69e0e475-39235eae {
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_8eb01f70-8a2e-b736-7534-c69137527f15-39235eae {
    grid-area: 1 / 1 / 3 / 12;
  }

  #w-node-_308b1f86-297d-fbbf-ecdb-b1233563549c-39235eae {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_03018768-a263-ea26-851a-4d2994a98568-39235eae {
    grid-area: 2 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-e88ab10b-5274-c188-5fbe-036505102187-39235eae {
    grid-area: 1 / 1 / 5 / 12;
  }

  #w-node-_2321ec88-3b74-536d-6ca6-aab137e09972-39235eae {
    grid-area: 4 / 2 / 6 / 13;
    align-self: auto;
  }

  #w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd5-39235eae {
    grid-area: 1 / 2 / 5 / 13;
  }

  #w-node-_6cc99f31-5c92-e180-d8cd-3ecac67a1bd6-39235eae {
    grid-area: 4 / 1 / 6 / 12;
  }

  #w-node-_09381a6f-7978-738a-54b9-1d9498c90c43-39235eae {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_46423deb-afa3-f5ca-00a7-d1bca7233646-39235eae {
    grid-column: 5 / 13;
  }

  #w-node-_22bdbd00-891e-4cd6-f9c4-128d15210d17-39235eae {
    grid-area: 1 / 1 / 5 / 12;
  }

  #w-node-f92ae07d-502d-8ab0-a181-fbf039c524b3-39235eae {
    grid-area: 4 / 2 / 6 / 13;
  }

  #w-node-_256247cb-634e-dcb2-c434-85d880999c80-39235eae {
    grid-column-start: 4;
  }

  #w-node-_51ad495c-5ac6-36dc-2eea-4906322b2515-39235eae {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f145-39235eae {
    grid-area: 1 / 1 / 3 / 11;
  }

  #w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f146-39235eae {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_274fef52-4ac2-2b18-8d40-6b3ddb78f151-39235eae {
    grid-row: 2 / 4;
    grid-column-start: 1;
  }

  #w-node-_677a31c2-d718-71f2-cc16-3a77d901b866-39235eae {
    grid-area: 4 / 2 / 9 / 13;
  }

  #w-node-_1013087b-1a4a-5910-3aec-f73b35938cd7-39235eae {
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_1013087b-1a4a-5910-3aec-f73b35938cd8-39235eae {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1013087b-1a4a-5910-3aec-f73b35938cd9-39235eae, #w-node-_1013087b-1a4a-5910-3aec-f73b35938cda-39235eae, #w-node-_1013087b-1a4a-5910-3aec-f73b35938cdb-39235eae {
    grid-column: span 6 / span 6;
  }

  #w-node-_7dd60ff9-1788-6946-9753-4339af59829f-a878439d {
    grid-column: span 12 / span 12;
  }

  #w-node-a3fa7550-74b8-8e19-5be7-0a14a87843a0-a878439d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27d57656-6f38-8cdf-6da7-5d222f7aa696-39235eae {
    grid-column-end: 13;
  }

  #w-node-_2a52c293-b406-40bc-1c5e-62ee943959e0-39235eae {
    grid-area: 1 / 1 / 6 / 12;
  }

  #w-node-_2a52c293-b406-40bc-1c5e-62ee943959e2-39235eae {
    grid-area: 3 / 2 / 7 / 13;
  }

  #w-node-_449ad21e-2708-59f9-7678-bbc84e3c178d-39235eae {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch stretch;
  }

  #w-node-_9685bff3-6ff1-3aea-fd49-b37baebaa39d-39235eae {
    grid-area: 2 / 3 / 4 / 13;
  }

  #w-node-_473658f6-0791-72c3-8478-272f08677066-39235eae {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-ca6ee90f-0cee-7ee4-6128-c2ab25468b4a-39235eae {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_8eb01f70-8a2e-b736-7534-c69137527f15-39235eae {
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_308b1f86-297d-fbbf-ecdb-b1233563549c-39235eae {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_46423deb-afa3-f5ca-00a7-d1bca7233646-39235eae {
    grid-area: 1 / 3 / 2 / 13;
    align-self: center;
  }

  #w-node-_256247cb-634e-dcb2-c434-85d880999c80-39235eae {
    grid-area: 1 / 1 / 2 / 13;
  }
}


