@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@100;200;700&family=Roboto:wght@100;400&display=swap');


/* UNFOODSYSTEMS STYLE */
/* 
00. VARIABLES
01. TYPOGRAPHY
02. COLORS
03. HELPERS
04. SWIPER SLIDE
05. COUNTRIES
06. PILLARS
07. UI ELEMENTS
*/


/* ================================================
00. VARIABLES
================================================ */

:root {
  --unfs-primary: #19486A;
  --unfs-primary: #0E3C5E;
  --unfs-primary-dark: #08314E;
  --unfs-primary-light: #19486A08;
  --unfs-secondary: #009EDB;
  --unfs-secondary-light: #9CE4FF;
  --unfs-secondary-light-light: rgba(156, 228, 255, .33);
  --unfs-light-rgba: rgba(25, 72, 106, .1);
  --unfs-light: #E9EDF1;


  --fffs-infrastructure: #82C4DE;
  --fffs-agriculture: #718CB6;
  --fffs-social: #B96C5C;
  --fffs-nutrition: #DA9E50;
  --fffs-climate: #41AC8C;
  --fffs-green: #57B176;

  --fffs-padding: 6rem;
  --fffs-padding: 4vw;
  --fffs-nav-height: 5rem;
}

@media (max-width: 600px) {
  :root {
    --fffs-padding: 1.5rem;
  }
}




/* ================================================
01. TYPOGRAPHY
================================================ */


body,
p {
  font-family: 'Roboto', sans-serif !important;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 100;
}

h3 b,
h4 b,
h5 b,
h6 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
}

span.bold {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif !important;
  line-height: 1.15;
  letter-spacing: -.013rem;
}


h4,
.h4 {
  letter-spacing: 0;
}

@media (max-width: 1328px) {

  h5,
  .h5,
  .fs-5 {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 375px) {

  h5,
  .h5,
  .fs-5 {
    font-size: calc(1.2rem - 1.4vw) !important;
  }
}



.huge-text-1 {
  font-size: calc(7vw + 30px);
  letter-spacing: -.21rem;
}

.huge-text {
  font-size: 12vw;
  letter-spacing: -.21rem;
}

.xs {
  font-size: .75rem;
  color: #B7B7B7;
  font-style: italic;
}

.sticky-title--container-2lines .display-6 {
  line-height: .9;
}

a {
  text-decoration: none;
  color: var(--unfs-secondary);
}

a:hover {
  color: var(--unfs-secondary);
}

.oswald {
  font-family: 'Oswald', sans-serif !important;
}

.oswald b {
  font-weight: 700 !important;
}

.oswald-thin--big {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 100;
  font-size: 35px;
}

.display-1,
.display-2 {
  letter-spacing: -.1rem;
  font-weight: 100;
}

.display-1 b,
.display-2 b,
.display-3 b {
  font-weight: 700;
}

.nav-item {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
}

.accordion-item {
  color: var(--unfs-primary);
}

.word {
  margin-right: .1rem;
}

/* ================================================
02. COLORS
================================================ */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
small {
  color: var(--unfs-primary);
}

/* a {color: var(--unfs-secondary);} */
.bg-primary {
  background-color: var(--unfs-primary) !important;
}

.bg-primary-dark {
  background-color: var(--unfs-primary-dark) !important;
}

.bg-primary-light {
  background-color: var(--unfs-primary-light) !important;
}

.bg-light {
  background-color: var(--unfs-light) !important;
}

.text-primary {
  color: var(--unfs-primary) !important;
}

.bg-primary *,
.bg-primary-dark * {
  color: white !important;
}


.bg-secondary {
  background-color: var(--unfs-secondary) !important;
}

.bg-secondary-light {
  background-color: var(--unfs-secondary-light);
}

.bg-secondary-light-light {
  background-color: var(--unfs-secondary-light-light) !important;
}

.btn.btn-primary,
.btn.btn-primary:hover {
  color: white;
  background-color: var(--unfs-primary);
  border-color: var(--unfs-primary);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--unfs-primary);
}

.tooltip-link {
  position: relative;
}

.tooltip-link::after {
  content: "?";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -3px;
  right: -15px;
  scale: .45;
}


.btn.btn-secondary,
.btn.btn-secondary:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

.btn.btn-outline-secondary,
.btn.btn-outline-secondary:hover {
  color: var(--unfs-secondary);
  background-color: white;
  border-color: var(--unfs-secondary);
}

.btn.btn-outline-secondary.is_active,
.btn.btn-outline-secondary.is_active:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

.text-secondary,.text-secondary *,h2.text-secondary {color: var(--unfs-secondary) !important;}
.bg-infrastructure {
  background-color: var(--fffs-infrastructure) !important;
}

.bg-agriculture {
  background-color: var(--fffs-agriculture) !important;
}

.bg-social {
  background-color: var(--fffs-social) !important;
}

.bg-nutrition {
  background-color: var(--fffs-nutrition) !important;
}

.bg-climate {
  background-color: var(--fffs-climate) !important;
}

/* ================================================
03. HELPERS
================================================ */


@media (min-width: 1400px) {
    .col-xxl-2{
        flex: 0 0 auto;
        width: 20% !important;
    }
}

.hero>.vh-100 {
  height: calc(100vh - 82px) !important;
  position: relative;
}

.transition,
.map-dot {
  transition: all 400ms ease-in-out;
}

.bg-img {
  background: no-repeat center center;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sticky-bottom {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}

.bar-container {
  position: relative;
  width: 100%;
  height: 250px;
}

.bar-size {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.barheight {
  background-color: var(--unfs-secondary) !important;
  width: 100%;
  opacity: 0;
  height: 0%;
  position: absolute;
  bottom: 0;
}

figure.figure--square {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

/* figure.figure--square:after {content: "";display: block;padding-top: 100%;} */
figure.figure--square img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure.figure--square img.single-country--map {
  width: 50%;
  object-fit: contain;
  transform: translate(50%, 0%);
}

.border-secondary {
  border: 1px solid var(--unfs-secondary) !important;
}

.border-bottom-secondary {
  border-bottom: 1px solid var(--unfs-secondary) !important;
}

.rounded {
  overflow: hidden;
}


.b-r-50 {
  border-radius: 50%;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vh-65 {
  min-height: 65vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

@media (max-height: 800px) {
  .col-12.min-vh-50 {
    min-height: 500px !important;
  }
}


.min-vh-25 {
  min-height: 25vh !important;
}

.absolute-top {
  position: absolute;
  top: 0;
  z-index: 2;
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.z-index-1 {
  z-index: 1
}

.z-index-2 {
  z-index: 2
}

.z-index-3 {
  z-index: 3
}

.line-height-1 {
  line-height: 1;
}

.btn {
  border-radius: 100vw;
  padding: 0.7rem 1.5em;
}


.fffs-padding {
  padding: var(--fffs-padding)
}

.fffs-padding-x {
  padding-left: var(--fffs-padding);
  padding-right: var(--fffs-padding)
}

.fffs-padding-y {
  padding-top: var(--fffs-padding);
  padding-bottom: var(--fffs-padding)
}

nav.nav-country {
  height: var(--fffs-nav-height);
  z-index: 9999;
}

.nav-h-py {
  padding-top: var(--fffs-nav-height);
  padding-bottom: var(--fffs-nav-height);
}

.dot-sm {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--unfs-secondary);
  margin-right: .5em;
}

.uppercase {
  text-transform: uppercase;
}


/* ================================================
04. INDEX
================================================ */


nav.navbar.navbar-dark.bg-primary {
  position: relative;
  z-index: 99999;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
}

.videocontainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.key-q {
  display: block;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-color: var(--unfs-secondary);
  text-align: center;
  line-height: 2em;
  margin-top: .25em;
  color: white;
}

/* The flip card */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 400px;
  perspective: 1000px;
  margin-bottom: 1.5em;
}

.flip-card img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: 2em;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 1.25em;
  border-radius: .25em;

  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  text-align: center;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.ul-components {
  padding-left: 13px;
  font-size: 1rem;
}

@media (min-width: 1400px) {
  .ul-components {
    padding-left: 13px;
    font-size: .83rem;
    line-height: 1.3;
  }
}


/* ================================================
05. SWIPER SLIDE
================================================ */

.pillar-wrap.pillar-wrap_filter {
  margin-top: 0;
}

.pillar-wrap_filter .pillar-th {
  opacity: .4;
}

.pillar-wrap_filter .pillar-th.is_active {
  opacity: 1;
}

.pillar-wrap {
  margin-top: 25px;
}

.pillar-th {
  display: flex;
  /* background-color: white; */
  padding: 10px 10px 10px 0;
  align-items: center;
  margin-bottom: 5px;
}

.pillar-th--desc {
  margin-left: 10px;
}


@media (max-width: 767px) {
  .pillar-th {
    background-color: transparent;
    padding-left: 0;
  }

  .pillar-th--desc {
    display: none !important;
  }
}

.swiper {
  width: 100%;
  height: 60vh;
}

.swiper-slide {
  background: white;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper {
  width: 100%;
  height: 100%;
  overflow-y: inherit;
}

.swiper.mySwiper2 {
  height: 450px;
}

.DisbursedCommitted {
  display: flex;
  height: 43px;
}



.Disbursed.is_active,
.Committed.is_active,
.btn-filter.is_active {
  background-color: var(--unfs-primary);
  color: white;
}

.unfs-text-pag .swiper-pagination-bullet,
.Disbursed,
.Committed,
.custom-bullet,
.btn-filter {
  text-align: center;
  opacity: 1;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  border: 1px solid var(--unfs-light-rgba);
  padding: 6px 15px;
  border-radius: 20px;
  margin-bottom: 3px !important;
  margin-right: 3px;
  color: var(--unfs-primary);
}

@media (max-width: 767px) {

  .unfs-text-pag .swiper-pagination-bullet,
  .Disbursed,
  .Committed,
  .custom-bullet {
    font-size: 13px;
    padding: 4px 14px;
    --bs-btn-line-height: 1;
  }
}

.unfs-text-pag .swiper-pagination-bullet-active,
.custom-bullet.is_active {
  color: white;
  background-color: var(--unfs-secondary);
}

.unfs-text-pag.is_disable,
.custom-bullet.is_disable {
  color: var(--unfs-light-rgba);
  background-color: transparent;
  pointer-events: none;
  border: 1px solid var(--unfs-light-rgba);
}

.swiper-pagination-parent.unfs-text-pag {
  position: relative;
  padding: 10px 0;
  margin-top: 15px;
  z-index: 1;
  position: absolute;
  bottom: 0;
}

#overview-02 .swiper-pagination-parent.unfs-text-pag,
#donors-02 .swiper-pagination-parent.unfs-text-pag {
  background-color: var(--unfs-light) !important;
}

#recipients-02 .swiper-pagination-parent.unfs-text-pag {
  background-color: var(--unfs-secondary-light-light) !important;
}

.fs-child-pagination-arrows {
  position: absolute;
  height: 60%;
  width: 40px;
  top: 20%;
  right: 0;
  z-index: 2;
}

.fs-child-pagination-arrows .swiper-button-next,
.fs-child-pagination-arrows .swiper-button-prev {
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
}

.fs-child-pagination-arrows .swiper-button-next {
  top: 95%;
  left: 0;
}

.fs-child-pagination-arrows .swiper-button-prev {
  top: 5%;
  left: 0;
}

.fs-child-pagination-arrows .swiper-button-next::after,
.fs-child-pagination-arrows .swiper-button-prev::after {
  font-size: 25px;
  color: var(--unfs-primary);
}

.custom-pag .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 22px);
}

.custom-pag .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--unfs-primary);
}





.load-intro {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--unfs-secondary);
  z-index: 999999999;
  display: flex;
}

.line {
  width: 100%;
  height: 95px;
  position: relative;
  overflow: hidden;
}

.line span {
  position: absolute;
  line-height: 5rem;
  left: 0
}

@media (max-width: 767px) {
  .line {
    height: 70px;
  }

  .line span {
    line-height: 70px;
  }
}


/* ================================================
05. COUNTRIES
================================================ */

.country-hero {
  margin-top: calc(var(--fffs-nav-height) * -1);
}

.country-hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #122a4aa8;
  z-index: 1;
}

.btn-country-close-3fs {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-country-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-close-btn {
  padding-left: 0;
}

@media (max-width: 1075px) {
  .p-close-btn {
    padding-left: 60px;
  }
}

.countries-list--wrap {
  padding-left: 0;
  list-style: none;
}

.country-list--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid var(--unfs-primary);
}

.country-list--item h3,
.country-list--item .country-arrow {
  transition: all ease-in-out 300ms;
}

.country-list--item:hover h3 {
  color: var(--unfs-secondary);
}

.country-list--item.is_active .country-arrow,
.country-list--item:hover .country-arrow {
  background-color: var(--unfs-secondary);
}

.country-flag {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}

.country-arrow,
.footer-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--unfs-secondary);
  color: var(--unfs-primary);
}

.country-arrow span,
.footer-arrow span {
  width: 60px;
  height: 60px;
  background: url(img/arrow-right.svg) no-repeat center center;
  display: block;
}

.bg-primary .country-arrow span,
.bg-primary-dark .country-arrow span {
  width: 60px;
  height: 60px;
  background: url(img/arrow-right-white.svg) no-repeat center center;
  background-size: 22px;
}

ul.legend {
  padding-left: 0;
  list-style: none;
}

ul.legend li {
  display: inline-block;
  margin-right: 10px;
}

.legend--dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}

.key-numbers-icon-wrap {
  padding: 8px 8px 8px 0
}

img.key-numbers-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sticky-title--category-title.display-2 {
  font-size: calc(26px + 3vw) !important;
}

.sticky-title--page-title {
  font-family: 'Oswald';
  font-size: 1rem;
  line-height: 1rem;
  text-align: right;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: -.03rem;
}

@media (max-width: 600px) {
  .sticky-title--page-title {
    font-size: .65rem;
    line-height: .65rem;
    letter-spacing: .012rem;
  }
}

.unfs-sticky--img {
  width: 40px;
  height: auto;
}



/* METHODOLOGY */

#fffs-methodology-nav .nav-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--unfs-secondary);
  position: relative;
}

#fffs-methodology-nav .nav-link {
  position: relative;
  padding: 13px 35px 13px 0;
  color: var(--unfs-primary);
}

#fffs-methodology-nav .nav-link::before {
  content: "";
  position: absolute;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--unfs-primary);
  border-right: 1px solid var(--unfs-primary);
  top: 19px;
  transform: rotate(45deg);
}

#fffs-methodology-nav .nav-link.active {
  color: var(--unfs-secondary);
}

#fffs-methodology-nav .nav-link.active::before {
  border-top: 2px solid var(--unfs-secondary);
  border-right: 2px solid var(--unfs-secondary);
}


/* SINGLE COUNTRY */

.subtitle-sm-container {
  background-color: var(--unfs-primary);
  padding: 6px 9px;
  border-radius: 15px;
}

body.is_internationalFinancing .subtitle-sm-container {
  background-color: var(--unfs-secondary);
}

.window-filter-wrap {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 300ms ease-in-out;
}

body.is_filterOn .window-filter-wrap {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 600px) {
  .window-filter-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 70px 15px 10px;
  }

  .window-filter-wrap button {
    font-size: .9rem;
    padding: 15px 20px;
  }
}

body.is_internationalFinancing .title-sm.text-secondary {
  color: var(--unfs-primary) !important;
}

body.is_internationalFinancing .subtitle-sm-international {
  opacity: 1;
  display: inline-block;
}

.subtitle-sm-international {
  opacity: 0;
  display: none;
}

.subtitle-sm-domestic {
  display: inline;
}

body.is_internationalFinancing .subtitle-sm-domestic {
  display: none;
}

/* SINGLE COUNTRY TOGGLE BODY CLASSES */
.btn:focus {
  box-shadow: 0 0 0 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color) !important;
  border-color: var(--bs-btn-disabled-border-color) !important;
}

/* ODA */
body.bodyODA .philanthropic,
body.bodyODA .oof {
  display: none !important;
}

body.bodyODA .btn.btn-outline-secondary.btnODA,
body.bodyODA .btn.btn-outline-secondary.btnODA:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

/* OOF */
body.bodyOOF .philanthropic,
body.bodyOOF .oda {
  display: none !important;
}

body.bodyOOF .btn.btn-outline-secondary.btnOOF,
body.bodyOOF .btn.btn-outline-secondary.btnOOF:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

/* Philanthropic */
body.bodyPhi .oda,
body.bodyPhi .oof,
body.bodyPhi .oof_oda_phiHidden {
  display: none !important;
}

body.bodyOOF .oof_oda_phiHidden,
body.bodyODA .oda_oda_phiHidden {
  display: block !important;
}

body.bodyPhi .btn.btn-outline-secondary.btnPhi,
body.bodyPhi .btn.btn-outline-secondary.btnPhi:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}


body.bodyPhi #glo-4-container .slick-slide#slick-slide01,
body.bodyPhi #glo-4-container .slick-dots li[role="presentation"] {
  display: none !important;
}


/* OVERALL */
body.bodyOVERALL .bilateral,
body.bodyOVERALL .multilateral {
  display: none !important;
}

body.bodyOVERALL .btn.btn-outline-secondary.btnOVERALL,
body.bodyOVERALL .btn.btn-outline-secondary.btnOVERALL:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

/* BILATERAL */
body.bodyBILATERAL .overall,
body.bodyBILATERAL .multilateral {
  display: none !important;
}

body.bodyBILATERAL .btn.btn-outline-secondary.btnBILATERAL,
body.bodyBILATERAL .btn.btn-outline-secondary.btnBILATERAL:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}

/* MULTILATERAL */
body.bodyMULTILATERAL .bilateral,
body.bodyMULTILATERAL .overall {
  display: none !important;
}

body.bodyMULTILATERAL .btn.btn-outline-secondary.btnMULTILATERAL,
body.bodyMULTILATERAL .btn.btn-outline-secondary.btnMULTILATERAL:hover {
  color: white;
  background-color: var(--unfs-secondary);
  border-color: var(--unfs-secondary);
}



/* COUNTRIES WINDOWS */

.map-wrap {
  position: relative;
}

.map-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--unfs-primary);
  transform: translate(-50%, -50%);
}

.map-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #19486a29;
  transform: translate(-50%, -50%);
}

.map-dot:hover,
.map-dot.is_active {
  width: 20px;
  height: 20px;
  z-index: 4;
}

#niger_dot {
  top: 48%;
  left: 48%;
}

#honduras_dot {
  top: 48%;
  left: 18%;
}

#peru_dot {
  top: 65%;
  left: 21%;
}

#kenya_dot {
  top: 60%;
  left: 58%;
}

#rwanda_dot {
  top: 63%;
  left: 56%;
}

#niger_dot::after {
  content: "Niger";
}

#honduras_dot::after {
  content: "Honduras";
}

#peru_dot::after {
  content: "Peru";
}

#kenya_dot::after {
  content: "Kenya";
}

#rwanda_dot::after {
  content: "Rwanda";
}

#niger_dot::after,
#honduras_dot::after,
#peru_dot::after,
#kenya_dot::after,
#rwanda_dot::after {
  z-index: 1;
  position: absolute;
  display: inline-block;
  /* width: 80px;
  border-bottom: 1px solid var(--unfs-primary); */
  font-size: .7rem;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: var(--unfs-primary);
}


/* ================================================
06. PILLARS
================================================ */

.p-relative {
  position: relative;
}

.hero-img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.sponsor-logos {
  height: 50px;
  width: auto;
}

@media (max-width: 979px) {
  .sponsor-logos {
    height: 40px;
  }
}

.hero--icons-wrap img {
  margin-right: -10px;
}

.icon-sm img {
  width: 40px;
}


.accordion {
  --bs-accordion-border-radius: 0;
}

.accordion .pillar-th {
  padding: 0;
}

.accordion-button {
  padding: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--unfs-light);
  color: var(--unfs-primary);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--unfs-primary);
  outline: 0;
  box-shadow: none;
}


section.pillars {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgb(255, 255, 255) 5%,
      rgb(218, 158, 80) 16.66%,
      rgb(113, 140, 182) 33.33%,
      rgb(185, 108, 92) 50%,
      rgb(130, 197, 222) 66.66%,
      #41AC8C 95%);
}

.sticky-pillar {
  min-height: 50vh;
}

.sticky-pillar .container {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.pillar-section--title {
  font-size: calc(22px + 1.5vw);
}

.pillar-section--img {
  width: 50%;
  margin: 0 auto;
}


/* ================================================
07. UI ELEMENTS
================================================ */

.row-5-col-custom .col {
  width: 20% !important;
}

@media (max-width: 600px) {
  .p-desc {
    display: none;
  }
}

/* NAVBAR */

.dropdown-menu .dropdown-item {
  padding: .75em 1.4em;
}

.dropdown-menu.show {
  display: block;
  border-radius: 0;
  padding: 0;
  z-index: 99999999;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--unfs-secondary-light-light);
}

.dropdown-menu a {
  font-weight: 700;
}

.dropdown-menu a.dropdown-item.disabled {
  font-weight: 100;
  opacity: .5;
}

@media (max-width: 991px) {
  nav.navbar {
    position: relative;
  }

  .brand_logo {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, -10%);
  }

  .brand_unfs_logo {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .nav-item {
    border-bottom: 1px solid var(--unfs-secondary);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5em;
  }
}

/* SHARE BUTTON */


.share-wrap {
  position: absolute;
  right: 0;
  top: 33%;
}


.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.share-button {
  border: 1px solid grey;
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-button i {
  color: #fff;
}

/* UI BUTTONS */

.ui-buttons-bl-wrap {
  display: inline-block;
  width: 160px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12px;
}

.unfs-ui-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.unfs-ui-button.show {
  opacity: 1;
}

.legend-button,
.top-button {
  bottom: 15px;
  left: calc(75px + 5px);
  z-index: 99999;
  background-color: white;
  color: var(--unfs-primary);
}

.toc-button {
  bottom: 15px;
  left: 12px;
  background-color: var(--unfs-secondary);
  color: var(--unfs-primary);
  margin-right: 12px;
}

.offcanvas {
  z-index: 99999;
}

.offcanvas.table-of-content {
  max-width: 600px;
}

.offcanvas.table-of-content ul {
  list-style: none;
}

.offcanvas-body {
  padding-top: 0 !important;
}

ul.sub_nav {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sub_nav a {
  font-size: .8rem;
}


/*  LEGEND */

.legend .legend-item {
  border-bottom: 1px solid lightgray;
  padding: 4% 0;
}

.legend img.pillar-th--img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

/* TO THE TOP */
.top-button {
  position: fixed;
  right: 12px;
  bottom: 15px;
  left: inherit;
}

.top-button img {
  width: 12px;
  height: auto;
}


/* FOOTER */

.footer_block_col.active {
  display: none;
}

.footer_block {
  overflow: hidden;
}

.footer_block img {
  opacity: 1;
}

.footer_block:hover img {
  opacity: 0;
  scale: 1.2;
}

.footer_block:hover .country-arrow {
  background-color: var(--unfs-secondary);
}

.footer_block .text-secondary {
  opacity: 0;
}

.footer_block:hover .text-secondary {
  opacity: 1;
}


img.img-windows {
  opacity: 1;
  scale: 1;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 33% !important;
  height: 33% !important;
  object-fit: contain !important;
  transition: all 600ms ease-in-out;
  transform: translate(-50%, -50%);
}

.footer_block:hover img.img-windows {
  opacity: 1;
  scale: .85;
}




/* SLICK SLIDER */

.slider {
  width: auto;
  margin: 0;
}

.slick-slide {
  padding: 0px 0;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  text-align: left;
}

.slick-dots li {
  width: auto;
}

.pager__item {
  display: block;
  text-align: center;
  opacity: 1;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  border: 1px solid var(--unfs-light-rgba);
  padding: 6px 15px;
  border-radius: 20px;
  margin-bottom: 3px !important;
  margin-right: 3px;
  color: var(--unfs-primary);
}

.slick-active .pager__item {
  color: white;
  background-color: var(--unfs-secondary);
}



/* ================================================
PIE CHART
================================================ */

.statistic {
  font-family: sans-serif;
  width: 53%;
  margin: 35px auto;
}

.statcircle--container {
  position: relative;
}

.statistic__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fig {
  font-size: 100px;
  font-weight: 700;
  font-family: 'oswald';
}

.perc {
  font-size: 42px;
}

.statcircle {
  fill: none;
  stroke: var(--unfs-secondary-light-light);
  stroke-width: 25;
  stroke-miterlimit: 10;
}