html {
    scroll-behavior: smooth;
}

.video-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 0.9369;
    visibility: inherit;
}

.video-hero .video-cover-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    /* background: rgb(6,168,178);
    background: linear-gradient(180deg, rgba(6,168,178,0.1183823871345413) 0%, rgba(87,2,60,0.49653364763874297) 55%, rgba(28,28,28,1) 90%); */
    background: #1e1e1e;
    background: linear-gradient(180deg, rgb(183 219 242 / 12%) 0%, rgb(7 54 90 / 38%) 55%, rgba(30,30,30,1) 90%)
}

.video-hero-header{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1500px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
    padding: 1rem;
}

.video-hero-header-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.3rem;
    flex-wrap: wrap;
}

.video-hero-header-menu > a{
    border-left: 2px solid #ffffff;
    padding: 0 30px;
    cursor: pointer;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .video-hero-header-menu > a{
        padding: 0 15px;
    }
    .video-hero-header-menu{
        font-size: 0.8rem;
    }
}


.video-hero-header-menu > a:first-child{
    border-left: none;
}

.video-hero video{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.splash-inner{
    color: #ffffff;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 800px;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.splash-inner-btns a{
    font-size: 1.4rem;
    padding: 0.4rem 1.3rem;
}


.splash-inner h1{
    font-size: 70px;
    font-weight: 900;
}
.splash-inner p{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .splash-inner{
        top: auto;
        bottom: 0;
        padding: 0 10px 0 10px;
        margin-bottom: 100px;
    }
    .splash-inner h1{
        font-size: 54px;
    }
    .splash-inner p{
        font-size: 20px;
    }
}

.divider-nomargin{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

.divider-nomargin::after, .divider-nomargin::before {
-ms-flex: 1 1 0%;
flex: 1 1 0%;
border-top: .325rem solid #e7eaf3;
content: "";
}

#hero-arrow-down {
    cursor: pointer;
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.about-container{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    transform: translateY(-0.5px);
    overflow: hidden;
}

.about-container {
    /* background: rgb(28,28,28);
    background: linear-gradient(180deg, #2A2A2A 5%, rgba(158,4,136,1) 70%, rgba(203,5,140,1) 100%); */
    background: #1e1e1e;
    background: linear-gradient(180deg, #2c2c2c 5%, rgba(0, 80 ,115,1) 70%, rgba(75, 166, 222,1) 100%);
}

.wave-about{
    width: 100%;
    height: auto;
    position: relative;
    transform: translateY(-10px);
}

.about-container-s1 {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}

.map-container-2{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.map-container-2 img {
    opacity: 0.07;
    position: absolute;
    top: 0;
    right: -7%;
    width: 50%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .about-container{
        height: auto;
    }
    .map-container-2 img {
        width: 100%;
        top: auto;
        right: -10%;
    }

}

.info-boxes-container{
    width: 100%;
    height: auto;
    padding: 0 1rem;
    margin: 0;
    z-index: 4;
    display: flex;
    flex-direction: row;
    justify-content: start;
    /* overflow: hidden; */
    /* flex-wrap: wrap; */
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.info-box{
    width: auto;
    padding: 2rem 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e2e1e1;
    box-shadow: var(--BOX_SHADOW_1);
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin: 1rem;
    max-width: 500px;
    flex: 0 0 auto;
}

.carousel__button {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-color: rgba(0, 0, 0, 0.1);
}

.fiscal_intelligence_carousel__button {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-color: rgba(0, 0, 0, 0.1);
}

.carousel__button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.fiscal_intelligence_carousel__button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel__button--left {
    right: 95vw;
}

.fiscal_intelligence_carousel__button--left {
    right: 95vw;
}

.carousel__button--right {
    right: 0;
}

.fiscal_intelligence_carousel__button--right {
    right: 0;
}

.info-box-header{
    width: 100%;
    color: #999999;
    font-size: 0.8rem;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.ibh-date{
    font-weight: 300;
}
.ibh-authors{
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-box-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.ibm-texts{
    display: block;
    padding: 1rem 2rem 1rem 1rem;
}
.ibm-img{
    width: 100%;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
}
.ibm-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.ibmt-title{
    font-size: 1.5rem;
    font-weight: 900;
    color: #333333;
    line-height: 34px;
    margin-bottom: 1rem;
}
.ibmt-description{
    font-size: 0.9rem;
    font-weight: 400;
    color: #666666;
}
.ibmt-description a{
    color: var(--BID_PRIMARY_CIAN);
}

@media only screen and (max-width: 768px) {
    .info-box{
        padding: 2rem 0;
        margin: 0 2rem;
        max-width: 350px;
    }
    .info-box-header{
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .carousel__button--left{
        right: 85vw;
    }
    .fiscal_intelligence_carousel__button--left{
        right: 85vw;
    }
    .ibh-date, .ibh-authors{
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .ibm-img{
        margin-bottom: 30px;
        max-height: 200px;
        overflow: hidden;
        border-radius: 0;
    }
    .ibm-img img{
        width: 100%;
        height: 400px;
        border-radius: 0;
    }
    .info-box-main{
        text-align: center;
        flex-direction: column-reverse;
    }
    .ibmt-title{
        line-height: 34px;
    }

}

.more-articles{
    background: rgb(40,40,40);
    background: linear-gradient(166deg, rgba(40,40,40,1) 0%, rgba(77,76,76,1) 100%);
    opacity: 1;
    background-image: radial-gradient(#373737 2px, rgba(40,40,40,1) 2px);
    background-size: 40px 40px;

    height: 500px;
    width: 100%;
    transform: translateY(-150px);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 2;
}


.more-articles > a{
    width: auto;
    height: auto;
    font-size: 1.4rem;
    padding: 1rem 2rem;
}



.vid-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    margin: auto;
    min-height: 300px;
    min-width: 500px;
    border-radius: 10px;
    box-shadow: 8px 9px 0px 0px rgb(0 0 0 / 30%);
}

.vid-control-first{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #2A2A2A;
    text-align: center;
    letter-spacing: 2px;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vid-control-second{
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 5;
}
.vcf-txt1{
    font-size: min(5vw, 2rem);
    font-weight: 300;
}
.vcf-controler-play{
    border: none;
    background: rgba(0,0,0,0.3);
    outline: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    width: 100%;
}

.vid-video{
    overflow: hidden;
}
.vid-video video{
    width: 100%;
    transform: translateY(7px);
    border-radius: 10px;
}

.acs1-wp1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px;
}


.acs1-wp1-txt > p{
    font-size: 21px;
    letter-spacing: 1px;
}

.acs1-wp1-txt{
    width: 40%;
}

.acs1-wp1-vid{
    width: 50%;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .acs1-wp1{
        margin: 0;
    }
    .acs1-wp1-txt{
        width: 100%;
        margin-bottom: 50px;
    }
    .acs1-wp1-vid{
        width: 100%;
    }
    .vid-container{
        min-width: auto;
        width: 91%;
        min-height: auto;
        margin-bottom: 50px;
    }
    .vid-control-second{
        top: 15px;
        right: 10px;
    }


}


footer{
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #242323;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
    height: 70px;
    padding: 1rem;
}

@media only screen and (max-width: 768px) {
    .newsletter-wrapper{
        height: auto !important;
        margin-bottom: 100px !important;
    }
    .newsletter-container{
        height: auto !important;
        flex-direction: column !important;
        padding: 5rem 1rem !important;
        border-radius: 0 !important;
    }
    .nl-left{
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 50px !important;
    }
    .nl-right{
        width: 100% !important;
    }
}

.newsletter-section{
    width: 100%;
}
.newsletter-wrapper {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.newsletter-container{
    width: 100%;
    height: 350px;
    max-width: 1200px;
    background-color: var(--BID_PRIMARY_CIAN_1D);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 15px;
    padding: 3rem 4rem;
    flex-wrap: wrap;
    box-shadow: var(--BOX_SHADOW_1);
}
.nl-left{
    color: #2A2A2A;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.nll-title {
    font-weight: 900;
    font-size: min(14vw, 3rem);
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 60px;
}
.nll-text{
    font-weight: 400;
    letter-spacing: 1px;
    font-size: min(7vw, 1.5rem);
    color: #555555;
}
.nl-right{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40%;
}
.nlr-form{
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
}
.newsletter-email{
    background-color: #ffffff;
    border-radius: 20px;
    height: 3.1rem;
    width: 100%;
    outline: none;
    border: none !important;
    color: #333333;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.newsletter-submit{
    background-color: var(--BID_PRIMARY_BLUE);
    color: #ffffff;
    font-weight: 900;
    width: 100%;
    max-width: 300px;
    height: 4rem;
    letter-spacing: 3px;
    line-height: 3.2rem;
    font-size: 1.5rem;
    opacity: 1;
    transition: 0.5s all ease-in;
    margin: auto;
    border-radius: 0px;
    margin-top: 30px;
    box-shadow: var(--BOX_SHADOW_1);
}
.newsletter-submit:hover{
    opacity: 0.7 !important;
    color: #ffffff !important;
}
.nlr-helpertxt{
    color: #666666;
    font-weight: 300;
    font-size: 1.15rem;
    margin-top: 10px;
}

.components-section{
    width: 100%;
}
.components-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.components-left-container,
.components-right-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.components-right-container > div
.components-left-container > div {
    margin: 1rem 0;
}
.cl-obj{
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: 1rem;
    flex-wrap: wrap;
    min-height: 320px;
}
.cl-obj img{
    width: 100%;
    max-width: 400px;
    transition: 1s all ease;
}
.cl-obj img:hover{
    transform: scale(1.1);
}
.cl-obj-text{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.cl-obj-tile{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3rem;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}
.cl-obj-desc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #777777;
}
.cl-obj-desc div{
    border-left: 2px solid #999999;
    padding: 0 10px;
}
.cl-obj-desc div:first-child{
    border: none;
}
.cl-plus-symbol{
    height: auto;
    margin: 3rem 0;
}
.cl-plus-symbol i,
.components-center-container > i{
    font-size: 3rem;
    font-weight: 900;
    color: var(--BID_PRIMARY_BLUE_1A);
}
.components-center-container{
    padding: 0 20px;
}

.blog-section{
    margin-top: 2rem;
}

@media only screen and (max-width: 2000px) {
    .vid-container{
        max-width: 550px !important;
    }
    .cl-obj img{
        max-width: 250px;
    }
}


.events-section{
    margin: auto;
}
.event-item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    color: #ffffff;
    font-size: 3rem;
    padding: 4rem 0 4rem 0;
}
.event-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0.85);
}
.event-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) opacity(0.5);
}
.event-item .card{
    max-width: 500px;
    border-radius: 10px;
    padding: 0;
    border: 2px solid #e2e1e1;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    box-shadow: var(--BOX_SHADOW_1);
}
.event-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.eb-r{
    padding: 1rem 2rem;
}
.eb-l{
    max-width: 420px;
}
.eb-l img{
    width: 100%;
    min-height: 400px;
}
.eb-card-body{
    display: flex;
    flex-direction: column;
}
.eb-card-title{
    font-size: 1.5rem;
    font-weight: 900;
    color: #333333;
    line-height: 40px;
    text-transform: uppercase;
}
.eb-card-text{
    color: #555555;
    font-size: 1rem;
}
.eb-card-body a{
    max-width: 300px;
}

.wave-events-bottom{
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    transform: translateY(-130px) scaleX(-1);
}

.wave-events-top{
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    transform: translateY(130px) scaleY(-1);
}
.eb-card-metadata-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.ebcm-datetime{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.ebcm-datetime div{
    margin-right: 10px;
}
.eb-card-metadata{
    font-size: 0.9rem;
    color: #666666;
    font-weight: 100;
}
.event-item{
    min-height: 750px;
}

.close-nl{
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 1.5rem;
}
#nl-error-msg{
    color: #fff;
    background: var(--COLOR_HEADER);
    padding: 0.51rem 1rem;
    font-weight: 500;
    border-radius: 10px;
}

.logo-fislac-v2 {
    text-align: center;
    width: 300px;
}
.logo-fislac-v2 > span{
    display: block;
}
.logo-fislac-v2 .main{
    font-weight: 800;
    letter-spacing: 7px;
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
}

.logo-fislac-v2 .legend{
    font-weight: 600;
    font-size: 100%;
    color: #ffffff;
    display: none;
}

.logo-fislac-v2-inline{
    font-weight: 600;
    letter-spacing: 7px;
}
.logo-fislac-v2-inline > span{
    font-weight: 800;
}

.book-section,
.climate-section{
    padding: 0rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
}

.book-section > div,
.climate-section > div{
    padding: 1rem;
}

.book-section-text,
.climate-section-text{
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.book-section-text > h3,
.climate-section-text > h3{
    font-size: 1.3rem;
}

.book-section-text > h5,
.climate-section-text > h5{
    border-bottom: 1px solid var(--BID_PRIMARY_BLUE);
    font-size: 1.3rem;
    font-weight: 100;
    color: var(--BID_PRIMARY_BLUE);
    max-width: 400px;
    margin: auto;
    padding-bottom: 1rem;
}

.book-section-text > a,
.climate-section-text > a{
    font-size: 1.4rem;
    max-width: 350px;
    width: 100%;
    align-self: center;
}

.climate-img{
    height: 500px;
    width: 500px;
}

.book-img{
    height: 400px;
    width: 100%;
    max-width: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(https://webimages.iadb.org/Drupal_pantheon/2023-01/Thumbail-PuEN.png?VersionId=KsXDVS1ytViSVFkLeJKPj.OwdYEoAqme);
}

.section-title{
    background-image: url("/static/img/Frame.8b1711e0c10a.svg");
    background-position: bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .eb-l img{
        min-height: initial;
    }
    .events-section > .title{
        transform: translateY(0px);
        padding-top: 3rem;
    }
    .event-item .card{
        max-width: 80%;
    }
    .eb-card-title{
        font-size: 1.5rem;
        line-height: 33px;
    }
    .eb-card-text{
        font-size: 1rem;
    }
    .eb-card-body a{
        margin: 2rem auto auto auto;
    }
    .event-box{
        flex-wrap: wrap;
    }
    .eb-l{
        box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%);
        max-height: 200px;
        overflow: hidden;
    }
    .eb-r{
        padding: 2rem 1rem;
    }
    .eb-card-body{
        text-align: center;
    }
    .book-section,
    .climate-section{
        flex-wrap: wrap;
    }
    .book-section > div{
        padding: 1rem 0;
    }

    .climate-section{
        flex-direction: column-reverse;
    }

    .climate-section > img{
        height: auto;
        width: 100%;
    }

    #publicinvestment-section{
        flex-direction: column;
    }

    .book-img{
        height: 260px;
    }
}