@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    min-height: 100vh;
    margin: 0;
    display:flex;
    flex-direction:column;
    font-family: 'Inter', sans-serif;
}
body.home-page,
body.inner-page {
    padding-top: 68px;
}
header.main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

h5 {
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    color: #151515;
    font-weight: bold;
}

ul.styled-list {
    list-style: none;
    padding-left: 20px;
}

ul.styled-list > li {
    position: relative;
}

ul.styled-list > li:before {
    content: "\f111";
    position: absolute;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #41A2DE;
    left: -20px;
    font-family: "Font Awesome 5 Pro";
    top: 7px;
    font-size: 8px;
    font-weight: 700;
}

ul.styled-list > li a {
    color: #41A2DE;
    text-decoration: none;
}

.navbar .dropdown-menu {
    min-width: 100%;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 20px rgb(75,75,75,0.1);
}
.navbar-brand {
    margin-right: 0;
}
@media (max-width: 992px) {
    .navbar .container {
        position: relative;
    }
    .navbar .navbar-toggler {
        position: absolute;
        top: 6px;
        right: 0;
    }
    .navbar .navbar-toggler {
        margin-left: auto;
    }
    .navbar-collapse ul.navbar-nav {
        text-align: right;
    }
    .navbar-collapse ul.navbar-nav .nav-item.dropdown .dropdown-menu {
        text-align: right;
    }
}
@media (max-width: 380px) {
    .navbar-brand img {
        height: 50px;
    }
    .navbar .navbar-toggler {
        top: 11px;
    }
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle {
    color: #151515;
}

.navbar .dropdown-menu .dropdown-item{
    padding: .5rem 1rem;
}

.section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/main-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    font-family: 'Inter', sans-serif;
}

body.home-page .section-jumbotron {
    background-image: url('../images/homepage-bg-picture2b@2x.jpg');
    background-position: center left;
    color: white;
    font-family: 'Inter', sans-serif;
    min-height: 706px;
    background-size: cover;
    position: relative;
}
body.home-page .section-jumbotron .container {
    position: relative;
}
body.home-page .section-jumbotron-image {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 30px;
    right: 24px;
}
body.home-page .section-jumbotron h2 {
    font-size: 3.2rem;
    font-weight: 700;
}
body.home-page .section-jumbotron h4 {
    font-size: 26px;
    letter-spacing: 0.44px;
    font-weight: 600;
    line-height: 33px;
}
body.home-page .section-jumbotron  h3 {
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 575px) {
    body.home-page .section-jumbotron {
        background-position: center;
    }
    body.home-page .section-jumbotron h1 {
        max-width: 350px;
    }
    .section-jumbotron h1 {
        font-size: 32px !important;
    }
}
body.home-page .section-pushes .card .fal {
    font-size: 36px;
}

.section-jumbotron .notice {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.section-jumbotron .banner-notice-icon {
    margin-top: 2px;
}

.blue-section-card span {
    display: block;
}

.blue-section-card span:first-child {
    font-size: 28px;
}
.blue-section-card span:last-child {
    font-size: 20px;
    font-family: "Inter";
    font-weight: 600;
}

.col-separator-white > div {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.col-separator-white > div:last-child {
    border-right: none;
}
@media screen and (max-width: 991px) {
    .col-separator-white > div:first-child + div {
        border-right: none;
    }
}
@media screen and (max-width: 575px) {
    .col-separator-white > div {
        border-right: none;
    }
}

body.digital-documents .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-documents.jpg');
}

body.social-security .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-social.jpg');
}

body.osw .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-osw.jpg');
}

body.information-portals .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/information-portals.jpg');
}

body.investment-facilitation .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-investment-facilitation.jpg');
}
body.world-bank .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-world-bank.png');
}
body.gender-and-youth .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-gender-and-youth.png');
}
body.advisory .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-advisory.png');
}

body.contactus .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/homepage-bg-picture2b@2x.jpg');
}

body.academy .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-academy.jpg');
    background-position: center left;
    color: white;
    font-family: 'Inter', sans-serif;
    min-height: 768px;
    background-size: cover;
}

body.academy-colombia .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-colombia.jpg');
}
body.academy-jordan .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-jordan.jpg');
}
body.academy-kenya .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-kenya.jpg');
}
body.academy-libya .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-libya.png');
}
body.academy-palestine .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-palestine.jpg');
}
body.academy-syria .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-syria.jpg');
}
body.academy-zimbabwe .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/project-zimbabwe.jpg');
}

body.academy-training .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-academy.jpg');
}
body.academy-project .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg-academy.jpg');
}

body.digital-monitors .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .25)), url('../images/bg-monitors.png');
}

body.trade-portals .section-jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1)), url('../images/bg_tp.jpg');
    background-position: center left;
    color: white;
    font-family: 'Inter', sans-serif;
    min-height: 706px;
    background-size: cover;
}
body.trade-portals .section-jumbotron h4 {
    font-size: 22px;
    letter-spacing: 0.44px;
    font-weight: 600;
    line-height: 33px;
}
@media screen and (max-width: 575px) {
    body.trade-portals .section-jumbotron {
        background-position: center;
    }
}

.overlayer {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
}

.section-jumbotron h1 {
    font-size: 64px;
    font-weight: bold;
}

.section-jumbotron h3 {
    font-size: 46px;
    font-weight: bold;
}

.section-pushes {
    background-color: #f2f2f2;
}

.section-pushes .card {
    border: none;
    background-color: #f2f2f2;
    text-decoration: none;
}
.section-pushes.section-blue .card {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: white;
}
.section-pushes.section-blue .card h5 {
    color: white;

}
.section-pushes.section-blue .card.bordered {
    border-right: 1px solid rgba(255, 255, 255, .5);
}
body.home-page .section-pushes .card {
    padding: 35px;
}
body.home-page .section-pushes .card .card-body {
    margin-top: 13px;
}

.section-pushes .card.bordered {
    border-right: 1px solid #BFBFBF;
}

@media (max-width: 768px) {
    .section-pushes .card.bordered {
        border-right: none;
    }
}
@media (max-width: 992px) {
    .section-pushes .card-group {
        flex-flow: column wrap;
    }
    .section-pushes .card-group .card.bordered {
        border-right: none;
    }
}

.section-pushes .card .fal {
    font-size: 51px;
    color: #41A2DE;
}

.section-pushes .card h5 {
    color: #151515;
}

.section-pushes .card .card-footer {
    background: none;
    border: none;
    font-size: 16px;
    color: #151515;
}

.section-blue {
    background-color: #009EDB;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.section-blue h5 {
    color: white; 
}

.cta-roadmap {
    border-color: #009EDB;
    letter-spacing: 0.36px;
}
.cta-roadmap:hover {
    background-color: #009EDB;
    border-color: #009EDB;
}

footer {
    background: #4B4B4B;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.footer-cols .column-header {
    font-weight: 600;
    letter-spacing: 1.3px;
}
.footer-cols .copyright {
    letter-spacing: 0.28px;
}
.footer-cols .social-icon {
    font-size: 25px;
}
.footer-cols .footer-links {
    padding: 0;
}
.footer-cols .footer-links li {
    list-style: none;
}
.footer-cols .footer-links li a {
    font-weight: 300;
    letter-spacing: 0.3px;
}
.footer-cols .footer-cta {
    letter-spacing: 0.36px;
    border-color: #F2F2F2;
}
.footer-cols .footer-cta:hover {
    background-color: #F2F2F2;
    color: #4B4B4B;
}

.process-step-number {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    border-right: 1px solid #4B4B4B;
    position: relative;
}

.process-step-number:after {
    /*content: "\f111";
    position: absolute;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #41A2DE;
    right: -20px;
    font-family: "Font Awesome 5 Pro";
    top: 7px;
    font-size: 14px;
    font-weight: 400;*/
    display: block;
    width: 12px;
    height: 12px;
    border:1px solid #4B4B4B;
    background-color: white;
    position: absolute;
    top: 7px;
    right: -6px;
    content: "";
    border-radius: 12px;
}
@media (max-width: 576px) {
    .process-step-number,
    .process-step-title {
        border-right: none;
        border-left: 1px solid #4B4B4B;
    }
    .process-step-title.end {
        border-left: solid 1px transparent;
    }
    .process-step-number:after {
        display: none;
    }
    .process-step-number:before {
        display: block;
        width: 12px;
        height: 12px;
        border:1px solid #4B4B4B;
        background-color: white;
        position: absolute;
        top: 7px;
        left: -6px;
        content: "";
        border-radius: 12px;
    }
}

.process-step-title .badge {
    background-color: #41A2DE;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}
.process-step-description .process-step-description-content {
    border: 1px solid rgba(36, 47, 107, .5);
    border-radius: 6px;
    padding: 20px;
    font-size: 16px;
}

.section-special {
    background-color: #c03e53;
}

.section-special * {
    color: white;
    font-weight: 300;
}

.section-special h5,
.section-special h6,
.section-special b {
    font-weight: bold;
}

.section-special-before > div {
    border: 1px solid #ef4e67;
    border-radius: 6px;
    height: 100%;
}

.section-special-after > div {
    background-color: #ef4e67;
    border-radius: 6px;
    height: 100%;
}

/* Temporary Celia style */
.condensed {
    font-family: "Inter";
}
.logo-main-text {
    font-size: 28px;
    color: #2F2A2B;
    line-height: 1;
    padding: 3px 7px 3px 7px;
    border-right: solid 1px #B4B2B3;
    margin-right: 7px;
    letter-spacing: -0.2px;
}
.logo-slogan {
    color: #2F2A2B;
    font-size: 15px;
}
@media screen and (max-width: 575px) {
    body.home-page {
        padding-top: 62px;
    }
    .un-logo {
        height: 36px;
    }
    .logo-main-text {
        font-size: 28px;
    }
    .logo-slogan {
        font-size: 16px;
    }
    .navbar .navbar-toggler {
        top: 3px;
    }
}
@media screen and (max-width: 380px) {
    .un-logo {
        height: 36px !important;
    }
    .logo-main-text {
        font-size: 22px;
    }
    .logo-slogan {
        font-size: 14px;
    }
}
.dark-gray-bg {
    background-color: #4B4B4B;
}
.blueish-bg {
    background-color: #477089;
}
.blue-bg {
    background-color: #41A2DE;
}
.blue-bg a {
    color: white;
}
.blue-bg a:hover {
    color: white;
}
.blue-text {
    color: #41A2DE;
}
.blue-text-a {
    color: #009EDB !important;
}
.dark-text {
    color: #151515;
}
.dark-text-50 {
    color: #151515;
    opacity: 0.5;
}
.light-gray-text {
    color: #F2F2F2;
}
.strong {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 14px;
}
.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-30 {
    font-size: 30px;
}
.ml-auto {
    margin-left: auto;
}
.white-cards .card {
    height: 100%;
    background: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    border: solid 1px transparent;
    transition-duration: 0.5s;
}
.white-cards .card:hover {
    border: solid 1px #009EDB;
}
.white-cards .card .card-content {
    font-weight: normal;
    color: #151515;
    font-size: 18px;
}

.list-columns h6,
.list-columns ul li {
    font-size: 18px;
    margin-bottom: 12px;
}
.list-columns ul li::before {
    top: 9px;
}

.country-cards .card-header {
    background-color: transparent;
    padding: 40px 34px 30px;
    border-bottom: solid 1px #F2F2F2;
}
.country-cards .card-header .card-title {
    font-weight: 600;
    font-size: 20px;
}
.country-cards .card-body {
    padding: 30px 34px 40px;
}
.country-cards .card-body .dark-text {
    margin-top: 5px;
}

.steps-cards .step-number {
    font-size: 26px;
    font-weight: 700;
    background-color: #242F6B;
    color: white;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    line-height: 1;
    justify-content: center;
    border-radius: 20px;
}
.steps-cards .step-number::before,
.steps-cards .step-number::after {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    background-color: #242F6B;
}
.steps-cards .step-number::before {
    left: -19px;
}
.steps-cards .step-number::after {
    right: -19px;
}
.steps-cards .col:first-child .step-number::before {
    display: none;
}
.steps-cards .col:last-child .step-number::after {
    display: none;
}
@media screen and (max-width: 991px) {
    .steps-cards .step-number::before,
    .steps-cards .step-number::after {
        display: none;
    }
}

.news-tabs li button.nav-link {
    color: #4B4B4B;
    font-size: 22px;
    background-color: transparent;
    background: transparent;
    background-image: none;
    border-radius: 0;
    padding: 10px 40px;
    opacity: 0.3;
    font-family: "Inter";
    font-weight: 600;
}
.news-tabs li button.nav-link.active {
    color: #4B4B4B;
    border-bottom: solid 2px #009EDB;
    opacity: 1;
    background-color: transparent;
    background: transparent;
    background-image: none;
}
.news .news-item-photo {
    height: 200px;
    background-size: cover;
}
.news .news-item-title {
    line-height: 1.2;
}
.news .news-item-title::after {
    width: 92px;
    height: 3px;
    background-color: #009FDB;
    content: "";
    display: block;
    margin: 12px 0;
}
.news a.col {
    transition-duration: 0.4s;
}
.news a.col:hover {
    transform: translateY(-22px) scale(1.01);
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
    padding: 12px;
    border-radius: 6px;
}

.more-news {
    border: solid 1px #151515;
    border-radius: 20px;
    color: #009EDB;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
.more-news:hover {
    border: solid 1px #009EDB;
    border-radius: 20px;
    background-color: #009EDB;
    color: #FFFFFF;
}
.news-item-content {
    font-weight: normal;
}

a {
    color: #41A2DE;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
    color: #41A2DE;
    text-decoration: none;
}
.main-nav li.nav-item a {
    font-family: "Inter";
    font-weight: 500 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.main-nav li.nav-item a.blue-text-a {
    font-weight: 600 !important;
}
.main-nav li.nav-item a.btn {
    margin-left: 15px;
}
.gray-bg {
    background-color: #F2F2F2;
}
.white-bg {
    background-color: #FFFFFF;
}
.celia-cards .col {
    margin-top: 0;
    border-bottom: solid 2px #F2F2F2;
}
.celia-cards .col.no-border {
    border-bottom: none;
}
.celia-cards .col.box-shadow {
    box-shadow: 0px 0px 20px rgba(75, 75, 75, 0.1);
}
.celia-cards .col.box-shadow {
    position: relative;
}
.celia-cards .col.box-shadow:not(:last-child)::after {
    position: absolute;
    height: 10px;
    content: "";
    width: 100%;
    bottom: 0;
    background-color: white;
    z-index: 99;
    left: 0;
}
.celia-cards .col:last-child {
    margin-bottom: -25px;
    border-radius: 0 0 4px 4px;
}
.celia-cards .col:last-child::before {
    position: absolute;
    height: 10px;
    content: "";
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 99;
    left: 0;
}
.celia-cards .col:first-child {
    border-radius: 4px 0 0 0;
}
.celia-cards .col:nth-last-child(2) {
    border-radius: 0 0 0 4px;
}
.celia-cards .col:first-child + .col {
    margin-top: -16px;
    border-radius: 4px 4px 0 0;
}
.pl-1 {
    padding-left: 1rem;
}
@media screen and (max-width: 780px) {
    .celia-cards .row {
        display: grid;
    }
    .celia-cards .row .col {
        width: 100%;
    }
    .order-6 {
        order: 6;
    }
    .order-7 {
        order: 7;
    }
    .order-8 {
        order: 8;
    }
    .order-9 {
        order: 9;
    }
    .order-10 {
        order: 10;
    }
    .celia-cards .row .col:not(.box-shadow):not(.blue-bg) {
        margin-left: 12px;
        margin-right: 12px;
        width: auto;
    }
    .celia-cards .col:first-child {
        border-radius: 4px 4px 0 0;
    }
}

.contact-submit-btn {
    color: #41A2DE;
    border: solid 1px #41A2DE;
    font-weight: 600;
    border-radius: 24px;
    background-color: transparent;
    background-image: none;
    align-items: center;
    transition-duration: 0.3s;
}
.contact-submit-btn i {
    font-size: 14px;
    margin-right: 12px;
}
.contact-submit-btn:hover {
    color: white;
    background-color: #41A2DE;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

#map {
    background-color: #009edb00;
    padding-top: 145px;
    text-align: center;
    position: relative;
    /* height: 100%; */
  }
  #map h1 {
    text-align: left;
  }
  #map .container {
    position: relative;
    z-index: 3;
  }
  #map-selectors {
    float: right;
    margin-top: -50px;
    margin-right: 30px;
    border: 2px solid #b0d5e0;
    border-radius: 3px;
  }
  #map-selectors button {
    background-color: #EBEDF3;
    padding: 4px 8px;
    border: none;
    font-size: 12px;
  }
  #map-selectors ul {
    height: 240px;
    overflow-y: scroll;
  }
  #map-selectors ul .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
  }
  .map-legend {
    z-index: 4;
    position: absolute;
    left: 15px;
    top: 80px;
  }
  .map-legend .map-filter {
    display: inline-block;
    opacity: 0.5;
    margin-right: 16px;
    cursor: pointer;
    font-size: 18px;
  }
  .map-legend .map-filter.active {
    opacity: 1;
  }
  .map-legend .map-filter img {
    margin-right: 4px;
  }
  .map-container-lg,
  .map-container-md {
    z-index: 2;
  }
  .map-container-lg map,
  .map-container-md map {
    position: relative;
  }
  .map-container-lg {
    /* position: absolute; */
    /* top: 55%; */
    /* margin-top: -326px; */
    /* height: 652px; */
    /* left: 50%; */
    /* margin-left: -634px; */
    /* width: 1268px; */
  }
  .map-container-md {
    position: absolute;
    top: 55%;
    margin-top: -260px;
    height: 520px;
    left: 50%;
    margin-left: -506px;
    width: 1012px;
  }
  .map-container-sm {
    position: absolute;
    top: 55%;
    margin-top: -134px;
    height: 268px;
    left: 50%;
    margin-left: -266px;
    width: 522px;
  }
  .map-container-xs {
    position: absolute;
    top: 60%;
    margin-top: -82px;
    height: 164px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
  }
  @media (min-width: 992px) {
    .map-container-md {
      display: block !important;
    }
  }
  .main-data-container {
    margin-top: 72px;
  }
  .main-data-container .main-datas {
    position: absolute;
    right: 70px;
    bottom: 0;
    z-index: 255;
    clear: both;
    text-align: left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .main-data-container .main-datas .map-datagroup {
    float: right;
    margin-right: 32px;
  }
  .main-data-container .main-datas .map-datagroup .round-data {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    color: #fff;
    line-height: 48px;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 700;
  }
  .main-data-container .main-datas .map-datagroup .map-datalabel {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 4px;
    clear: both;
    width: 100%;
  }
  .main-data-container .main-datas .map-datagroup .map-datanumber {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: normal;
    text-align: left;
    line-height: 44px;
    height: 48px;
    margin-top: 10px;
  }

  .home-timeline {
    background: linear-gradient(180deg, 
    rgba(33,33,33,0) calc(100% - 56px), 
    rgba(33,33,33,1) calc(50%), 
    rgba(33,33,33,0) calc(100% - 54px));
  }

  .image-link {
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  }

  
  .image-link::after {
    content: "\f08e";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    text-align: center;
    color: #151515;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }

  .image-link::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
  }
  .image-link:hover::after {
    color: #41A2DE;
    transition: all 0.3s ease-in-out;
  }

  .image-link:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
  }