@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.swiper {
  padding-bottom: 75px !important;
  width: 100%;
}
@media (max-width: 575px) {
  .swiper {
    padding-bottom: 50px !important;
  }
}
.swiper .swiper-wrapper {
  display: flex;
}
@media (min-width:980px) {
  .swiper .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
.swiper.related .swiper-wrapper {
  flex-wrap: nowrap;
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper {
    margin: 0;
    width: 100%;
  }
}
.swiper.related .swiper-wrapper .swiper-slide {
  min-width: 33.3333333333%;
  width: 33.3333333333%;
}
.swiper.related .swiper-wrapper .swiper-slide .ct-card {
  width: calc(100% - 32px);
  max-width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    width: calc(100% - 16px);
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    margin: 16px 8px 16px 16px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.swiper-pagination-bullet {
  color: #f96000;
  background: #f96000 !important;
  margin: 0 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

@media (max-width: 575px) {
  .swiper-slide.ct-card {
    margin: 0;
  }
}

@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper {
    min-width: 320px !important;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper .swiper-slide.ct-card {
    min-width: 320px !important;
  }
}

.swiper-slide.multiple {
  margin: 0;
}
@media (min-width:980px) {
  .swiper-slide.multiple {
    margin: 1.5%;
  }
}

.row-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575px) {
  .row-cnt {
    flex-direction: column;
  }
}
.row-cnt .col-l {
  width: 45%;
}
@media (max-width: 575px) {
  .row-cnt .col-l {
    width: 100%;
  }
}
.row-cnt .col-l h2,
.row-cnt .col-l p {
  max-width: 90%;
}
.row-cnt .col-r {
  width: 55%;
}
@media (max-width: 575px) {
  .row-cnt .col-r {
    width: 100%;
  }
}
.row-cnt a.btn {
  margin-top: 48px;
}

.eds-block {
  background-color: #c4d8ec;
  display: flex;
  flex-direction: column;
}
@media (min-width:980px) {
  .eds-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}
.eds-block .col-l {
  width: 33%;
  position: relative;
}
@media (max-width: 768px) {
  .eds-block .col-l {
    width: 100%;
  }
}
.eds-block .col-r {
  width: 67%;
  position: relative;
}
@media (max-width: 768px) {
  .eds-block .col-r {
    width: 100%;
  }
}
.eds-block .cols-4 {
  width: 100%;
}
@media (min-width:980px) {
  .eds-block .cols-4 {
    width: 35%;
    min-height: 500px;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .eds-block .cols-4 {
    min-height: 520px;
  }
}
.eds-block .cols-4 img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
@media (min-width:980px) {
  .eds-block .cols-4 img {
    position: absolute;
    height: 100%;
  }
}
.eds-block .cols-8 {
  width: 100%;
}
@media (min-width:980px) {
  .eds-block .cols-8 {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .eds-block .cols-8 .social-p img {
    width: 18px;
  }
}
.eds-block .unflag {
  display: flex;
  align-items: center;
  background: url(../images/unflag-watermark.png) right center no-repeat;
}
@media (min-width: 860px) {
  .eds-block .unflag {
    min-height: 480px;
  }
}
.eds-block .unflag p {
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .eds-block .unflag p {
    margin-bottom: 10px;
  }
}
.eds-block .unflag blockquote {
  margin-left: 0;
}
.eds-block .unflag blockquote p:nth-child(2) {
  margin-bottom: 0;
}
@media (min-width: 860px) {
  .eds-block__img {
    min-width: 300px;
  }
}
.eds-block__img img {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) and (max-width: 859px) {
  .eds-block__img img {
    max-height: 50vh;
    object-fit: cover;
  }
}
@media (min-width: 860px) {
  .eds-block__img img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.eds-block__text {
  padding: 2em 1em;
}
@media (min-width: 860px) {
  .eds-block__text {
    padding: 2em 3em;
  }
}
.eds-block__text .block-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.eds-block__text .block-header h2 {
  margin: 0;
  display: inline-flex;
}
.eds-block__text .block-header .social-p {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.eds-block__text .block-header .social-p a {
  margin-right: 10px;
}
.eds-block__text .block-header .social-p a img {
  width: 20px;
}
.eds-block__text .exc-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.eds-block__text a.download-photo {
  margin-top: 1.8em;
  margin-bottom: 1.5em;
}
.eds-block__text a.download-photo:last-child {
  margin-bottom: 0;
}
.eds-block__text a.download-photo:hover {
  background-color: #dc5603;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.eds-block__text a.download-photo::after {
  height: 0;
}
.eds-block__text .selectdropdown {
  margin-right: 10px;
  min-width: 120px;
}
.eds-block__text .download-block {
  padding: 0.5em 0 0 0;
  display: flex;
  align-items: center;
}
.eds-block blockquote {
  background-size: 50px;
  padding-top: 3em;
  margin-bottom: 0;
}
.eds-block blockquote p:first-child {
  font-size: 1em;
}

[lang=ar] .eds-block__text .block-header h2 {
  margin: 0 0 1em 1em;
}

.transformative-results {
  background: #efeee6;
  padding: 80px 0;
}
@media (max-width:767px) {
  .transformative-results {
    padding: 60px 0;
  }
}
.transformative-results .head {
  max-width: 750px;
  margin: 0 auto 48px;
}
.transformative-results .head h2 {
  margin-bottom: 30px;
}
.transformative-results .head p {
  line-height: 28px;
}
.transformative-results .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width:720px) {
  .transformative-results .content {
    flex-direction: row;
  }
}
.transformative-results .result-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width:720px) {
  .transformative-results .result-row {
    width: 33.3333333333%;
    margin: 0;
  }
}
.transformative-results .result-row .text {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.transformative-results .result-row .text h4 {
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .transformative-results .result-row .text h4 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .transformative-results .result-row .text h3 {
    font-size: 30px;
  }
}
.transformative-results .result-row .text p {
  font-size: 15px;
}
.transformative-results .result-row .image {
  width: 100%;
  padding: 25px;
  min-height: 200px;
  background: #f96000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.transformative-results .result-row .image img {
  max-height: 150px;
}
.transformative-results .swiper-slide {
  padding: 0 8px;
}
@media (min-width:980px) {
  .transformative-results .swiper-slide {
    padding: 0 16px;
  }
}
@media (min-width:720px) {
  .transformative-results .swiper-slide .result-row {
    width: 100%;
    margin: 0;
  }
}

.rep-card-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .rep-card-row {
    position: relative;
    left: 0;
    width: calc(100% + 16px);
    min-height: 690px;
    margin: 0 -8px;
    display: block;
  }
}
@media (min-width:980px) {
  .rep-card-row {
    flex-direction: row;
    gap: 30px;
    width: 100%;
  }
}
.rep-card-row .rep-card {
  display: flex !important;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .rep-card-row .rep-card {
    flex-wrap: wrap;
  }
}
@media (min-width:768px) {
  .rep-card-row .rep-card {
    flex-wrap: nowrap;
    max-width: 98%;
  }
}
@media (min-width: 860px) {
  .rep-card-row .rep-card {
    max-width: 100%;
    margin: 10px 0;
    flex-grow: 2;
  }
}
@media (min-width:980px) {
  .rep-card-row .rep-card {
    max-height: 440px;
  }
}
@media (min-width: 1200px) {
  .rep-card-row .rep-card {
    max-height: 390px;
  }
}
@media (min-width: 1440px) {
  .rep-card-row .rep-card {
    max-height: 360px;
  }
}
.rep-card-row .rep-card_image {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .rep-card-row .rep-card_image {
    max-height: 280px;
  }
}
@media (min-width:768px) {
  .rep-card-row .rep-card_image {
    min-width: 230px;
    width: 100%;
    max-width: 230px;
  }
}
@media (min-width:980px) {
  .rep-card-row .rep-card_image {
    min-width: 244px;
    width: 100%;
    max-width: 244px;
  }
}
.rep-card-row .rep-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 575px) {
  .rep-card-row .rep-card_image img {
    object-position: center 20%;
  }
}
@media (min-width: 1440px) {
  .rep-card-row .rep-card_image img {
    max-height: 370px;
  }
}
.rep-card-row .rep-card_body {
  padding: 1.5em;
  max-width: 100%;
}
@media (min-width:768px) {
  .rep-card-row .rep-card_body {
    max-width: 65%;
  }
}
.rep-card-row .rep-card_body p.designation {
  margin: 0;
  font-size: 15px;
}
.rep-card-row .rep-card_body h3,
.rep-card-row .rep-card_body h4 {
  margin: 10px 0 25px 0;
}
.rep-card-row .rep-card_body h3 ~ p,
.rep-card-row .rep-card_body h4 ~ p {
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 16px;
}
.rep-card-row .rep-card.ed-l {
  background-color: #e7eef5;
}

.rr-wrapper {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper {
    padding-top: 50px;
  }
}
@media (min-width:980px) {
  .rr-wrapper {
    padding-bottom: 48px;
    padding-top: 0;
  }
}
.rr-wrapper .rr-header {
  padding: 0 16px 56px 16px;
  position: relative;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header {
    padding: 48px 32px;
  }
}
.rr-wrapper .rr-header::after {
  content: "";
  background-color: #f4f5f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 40px);
}
@media (min-width:980px) {
  .rr-wrapper .rr-header::after {
    height: calc(100% - 100px);
  }
}
.rr-wrapper .rr-header .rr-hrow {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow {
    flex-direction: row;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl {
  flex-grow: 2;
}
.rr-wrapper .rr-header .rr-hrow .cl-img {
  min-width: 40%;
  display: flex;
  justify-content: center;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl {
  min-width: 60%;
  display: flex;
  position: relative;
  margin-top: 16px;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
  position: absolute;
  right: 0;
  top: -15px;
  width: 46px;
  height: 46px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
    width: 56px;
    height: 56px;
    top: 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
  margin: 16px 0 10px 0;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
    margin: 16px 0 16px 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg span {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon {
  margin-left: 8px;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon img {
  width: 16px;
  height: 16px;
}
.rr-wrapper .rr-header .rr-hrow .reg-rep {
  width: 200px;
  height: 200px;
  margin-top: -15%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: -10%;
  }
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: 0;
  }
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    width: 320px;
    height: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep img {
  width: 200px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep img {
    width: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon img {
  width: auto;
  border-radius: 0;
}

.cl-dtl_cnt p.desg a.btn-icon img {
  width: 16px;
}

.related-content {
  padding: 80px 0;
  background: #f4f5f6;
  flex-direction: column;
}
@media (max-width: 575px) {
  .related-content {
    padding: 60px 0;
  }
}
.related-content .card-row {
  display: flex;
  margin: 0 -1%;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 575px) {
  .related-content .card-row {
    margin-top: 0;
  }
}
.related-content .card-row .card {
  background: #fff;
  width: 23%;
  margin: 1%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
@media (max-width:979px) {
  .related-content .card-row .card {
    width: 31.33%;
  }
}
@media (max-width: 575px) {
  .related-content .card-row .card {
    width: 100%;
    margin: 15px 0;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image {
    min-height: 140px;
    overflow: hidden;
    max-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image {
    min-height: 126px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image {
    min-height: 160px;
    overflow: hidden;
    max-height: 160px;
  }
}
.related-content .card-row .card .image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image a {
    min-height: 126px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image a {
    min-height: 144px;
  }
}
.related-content .card-row .card .image img {
  width: 100%;
  object-fit: cover;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.related-content .card-row .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image img {
    min-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image img {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image img {
    min-height: 160px;
  }
}
.related-content .card-row .text {
  padding: 25px 35px 25px;
  height: 100%;
  align-items: flex-start;
  display: flex;
}
@media (max-width:767px) {
  .related-content .card-row .text {
    padding: 20px 30px 30px;
  }
}
.related-content .card-row .text h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px;
}
.related-content .card-row .text h5 a {
  display: inline-block;
  width: 100%;
  color: #000000;
}
.related-content .card-row .text h5 a:hover {
  color: #4a8bcd;
}
.related-content .card-row .text p {
  font-size: 15px;
  line-height: 22px;
}

body {
  background: #fff;
}

.cnt-max750 .btn.action {
  margin-top: 48px;
  text-align: center;
}

.howWework .www-img {
  max-width: 720px;
  width: 100%;
}
@media (max-width: 575px) {
  .howWework .www-img {
    margin-top: 32px;
  }
}
.howWework .www-img figure {
  display: block;
  margin: 0;
  padding: 0;
}
.howWework .www-img figure img {
  width: 100%;
}

.quote-block-static {
  max-width: 600px;
  margin: 0 auto;
}
.quote-block-static blockquote::after {
  background-size: 70%;
  background-position: 0 center;
}
@media (max-width: 575px) {
  .quote-block-static blockquote::after {
    left: 0;
  }
}
@media (max-width: 575px) {
  .quote-block-static blockquote {
    padding: 7em 0 15px 0;
  }
  .quote-block-static blockquote h4::after {
    left: -30px;
  }
}

.deputy-ed {
  background-color: #ffffff;
}
.deputy-ed.adv {
  background-color: transparent;
}
@media (max-width: 575px) {
  .deputy-ed .container-sig {
    padding: 0 0 0 20px;
  }
}

.wwa-eb {
  padding-top: 0;
}
.wwa-eb h2,
.wwa-eb h3 {
  color: #4c4c4c;
}

.wwa-ga h2,
.wwa-ga h3 {
  color: #4c4c4c;
}

.fundImpact {
  background-color: bg-grey-tint1;
}
.fundImpact .funding-slide {
  padding: 32px 0;
  position: relative;
}
.fundImpact .hotspot-row {
  padding: 32px 0;
}
.fundImpact .cnt-max750 artile {
  padding-top: 0;
}
.fundImpact .TresultsSlide {
  width: 100%;
}
.fundImpact .TresultsSlide .swiper-wrapper {
  flex-wrap: nowrap;
  height: auto;
}
@media (min-width:980px) {
  .fundImpact .TresultsSlide .swiper-wrapper .swiper-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fundImpact .TresultsSlide .swiper-wrapper .swiper-slide .result-row {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.country-rep .eds-block {
  align-items: center;
}
.country-rep .unflag {
  background: url(../images/unflag.webp) no-repeat right center;
}

.repSlide {
  width: 100%;
}
@media (max-width: 575px) {
  .repSlide {
    width: calc(100% + 16px);
  }
}
@media (min-width:980px) {
  .repSlide {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
.repSlide .swiper-wrapper {
  flex-wrap: nowrap;
  height: auto;
}
.repSlide .swiper-wrapper .swiper-slide {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width:980px) {
  .repSlide .swiper-wrapper .swiper-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.repSlide .swiper-wrapper .swiper-slide .rep-card {
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .repSlide .swiper-wrapper .swiper-slide .rep-card {
    height: 100% !important;
  }
}
.repSlide .swiper-wrapper .swiper-slide .rep-card .rep-card_body {
  position: relative;
}
.repSlide .swiper-wrapper .swiper-slide .rep-card .rep-card_body a.btn {
  position: absolute;
  bottom: 25px;
}