/* html, body {
  overscroll-behavior: none;
} */

.container_home{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* --------- HEAD ---------- */
/* ------------------------- */
.container_home .head{
    height:100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container_home .head .head_text{
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container_home .head .head_text .head_text_inner{
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 200px;
}
.container_home .head .head_text .head_text_inner .head_text_inner_title{
    text-align: center;
    font-size:103px;
    line-height: 103px;
    color:#ffffff;
    font-weight:900;
    height: 200px;
}
.container_home .head .head_text .head_text_inner .head_text_inner_title .title1{
    margin-top: -100px;
}

.container_home .head .head_text .head_text_inner .head_text_inner_paragraph{
    text-align: center;
    font-size:63px;
    line-height: 63px;
    color:#ffffff;
    font-weight:400;
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.container_home .head .head_text .head_text_inner_paragraph div{
    margin: 0;
    padding:0;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}



.container_home .head .black_gradient{
    content: '';
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    transition: height 0.5s ease-out;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 65%, rgba(0,0,0,0.4962359943977591) 100%);
}

.container_home .head .turquoise_gradient{
    content: '';
    display: block;
    position: absolute;
    height: 100vh;
    width: 200%;
    transition: all 0.5s ease-in;
    background: rgb(0,199,202);
    background: linear-gradient(131deg, rgba(0,199,202,1) 0%, rgba(0,199,202,1) 14%, rgba(255,255,255,0) 40%);
}

.container_home .head.anim .turquoise_gradient{
    background-position:500px;
}



.container_home .head .curvedline_container{
    display: block;
    position: absolute;
    height: 100vh;
    width: 0%;
    overflow: hidden;
    transition: all 0.2s linear;
    left: 0;
}

.container_home .head .curvedline_container.anim{
    width: 100%;
}

.container_home .head .curvedline_container > img{
    width: 4500px;
    position: absolute;
    bottom: -35px;
    left: -550px;
    opacity: 0.7;
}

.container_home .head:before{
    content: '';
    display: block;
    position: absolute;
    height: 100vh;
    width: 150%;
    transition: all 0.2s ease-out;
    background: rgb(0,116,97);
    background: linear-gradient(148deg, rgba(0,116,97,1) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 58%, rgba(0,116,97,1) 100%);
}

.container_home .head > img{
    width:100%;
    height:100%;
    object-fit: cover;

}

/* ------------------------- */
/* ------------------------- */

/* --------- INTRO ---------- */
/* -------------------------- */

.container_home .intro{
    background-color: transparent;
    padding:60px 0;
}
.container_home .intro .wrapper{
    max-width:1080px;
    margin:0 auto;
}

.container_home .intro .wrapper .module-title .text-title{
    padding-top:80px;
}


/* -------------------------- */
/* -------------------------- */

/* --------- MODULES ---------- */
/* ---------------------------- */

    /* --------- MODULES TITLE ---------- */
    /* ---------------------------------- */
    .module-title{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .module-title .text-title{
        padding-left:20px;
    }

    .module-title .text-title h2{
        color:#007461;
        font-size: 39px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom:20px;
    }

    .module-title .text-title p{
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        margin-bottom: 30px;
    }
    /* ---------------------------------- */
    /* ---------------------------------- */

    /* --------- MODULES BUTTON V2 ---------- */
    /* -------------------------------------- */
    .module_button{
        height: 47px;
        padding: 0 16px;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 32px;
        background: #004652;
        position: relative;
        overflow: hidden;

        display                      :-webkit-box;
        display                      :-webkit-flex;
        display                      :-ms-flexbox;
        display                      :flex;

        -webkit-box-align            : center;
        -webkit-align-items          : center;
        -ms-flex-align               : center;
        align-items                  : center;

        cursor: pointer;

        width: max-content;
    }

    .module_button.transparent{
        background: transparent !important;
        border:1px solid #ffffff;
    }

    .module_button:before{
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        transition: all 0.2s ease-out;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(230,52,91,1) 50%);
        background-position: -180%;
        background-repeat: repeat-y;
        top: 0;
        background-size: 150%;
    }

    .module_button i{
        position: absolute;
        z-index: 2;
        width: 24px;
        height: 24px;
        padding: 4px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 24px;
        background: #E6345B;
        color:#ffffff;
        transition: all 0.2s ease-out;
        right: calc(100% - 40px);
        margin-top: 2px;
    }
    .module_button span{
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "Montserrat", sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color:#ffffff;
        margin-left:35px;
        margin-right:0px;
        transition: all 0.2s ease-out;
        position: relative;
        z-index: 3;
    }

    .module_button.focused span{
        margin-left:0px;
        margin-right:35px;
        transition: all 0.2s ease-out;
    }

    .module_button.focused i{
        right: 16px;
        background: #ffffff;
        color:#E6345B;
    }

    .module_button.focused:before{
        background-size: 110%;
    }

    /* ---------------------------------- */
    /* ---------------------------------- */


    /* --------- MODULES FIGURES ---------- */
    /* ---------------------------------- */

    .container_home .figures .wrapper{
        max-width:1240px;
        margin:0 auto;
    }

    .figures{
        padding:100px 0 200px 0;
        position: relative;
        width: 100%;
    }

    .figures .curvedline_container{
        position: absolute;
        /* bottom: -150px; */
        right: 0;
        width: 110%;
        z-index: -1;
        height: 100%;
    }

    .page-template-template-elementor .figures .curvedline_container{
        display: none
    }

.curvedline_section .curvedline_container{
    position: absolute;
    left: 0;
    width: 100vw;
    height: auto;
    bottom: 50px;
    z-index: -1;
}

.curvedline_section .curvedline_container img{
    transform: none!important;
    width: 100%;
}
    .figures .curvedline_container .f-curved-line{
        bottom: 0;
        position: absolute;
        width: 107%;
        transform: scale(1.3);
        transform: rotate(10deg);
        opacity: 0;
    }

    .figures-units{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
    }

    .figures-units .figures-unit{
        width: 100%;
        height: 100%;
        border-left:1px solid #E6345B;
        padding:0 30px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
    }

    .figures-units .figures-unit .figure-mask{
        overflow: hidden;
    }

    .figures-units .figures-unit .cafigure{
        color:#007461;
        font-size: 31px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
    }
    .figures-units .figures-unit .cafigure strong{
        color:#007461;
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 95px;
    }

    .figures-units .figures-unit .catext{
        color:#071621;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        margin-top: 5px;
        min-height: 85px;
    }

    /* ---------------------------------- */
    /* ---------------------------------- */

    /* --------- MODULES STRATEGY ---------- */
    /* ---------------------------------- */

    .container_home .strategy .wrapper{
        max-width:1240px;
        margin:0 auto;
    }

    .strategy{
        padding:100px 0 100px 0;
        position: relative;
        width: 100%;
    }

    .strategy .strategy-units{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .strategy .strategy-units .strategy-unit{
        padding: 0 10px;
        flex-basis: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }

    .strategy .strategy-units .strategy-unit .module_button{
        margin-top: 50px;
    }

    .strategy .strategy-units .strategy-unit .su-card{
        width: 100%;
        /* border-radius: 110px; */
        border-radius: 32px;
        height: 700px;
        position: relative;
        overflow: hidden;
    }

    .strategy .strategy-units .strategy-unit .su-card .su-card-image{
        width: 100%;
        height: 100%;
        position: absolute;

    }
    .strategy .strategy-units .strategy-unit .su-card .su-card-image img{
        transition: all 0.5s ease-out;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }



    .strategy .strategy-units .strategy-unit .su-card.animmobile .su-card-image img{
        filter: brightness(20%);
    }

    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-image img{
        filter: brightness(20%);
    }

    .strategy .strategy-units .strategy-unit .su-card .su-card-stamp{
        transition: all 0.5s ease-out;
        position: absolute;
        text-align: left;
        width: 100%;
        height: 100%;
        padding: 50px 0px 0px 50px;
    }

    .strategy .strategy-units .strategy-unit .su-card .su-card-stamp img{
        transition: all 0.5s ease-out;
        width: 48px;
        height: 48px;
        filter: opacity(1);
        transition: all 0.5s ease-out;
        transition-delay: 250ms;
    }

    .strategy .strategy-units .strategy-unit .su-card.animmobile .su-card-stamp img{
        filter: opacity(0);
    }

    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-stamp img{
        filter: opacity(0);
    }


    .strategy .strategy-units .strategy-unit .su-card .su-card-content{
        transition: all 0.5s ease-out;
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
    }


    .strategy .strategy-units .strategy-unit .su-card .su-card-content .content-border-wrap {
        display: flex;
        align-items: center;
        width: 250px;
        height: 250px;
        margin: 25px auto 25px auto;
        max-width: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        justify-content: center;
        text-align: center;
        transition: all 0.5s ease-out;
        opacity: 1;
    }


    .strategy .strategy-units .strategy-unit .su-card.animmobile .su-card-content .content-border-wrap {
        opacity: 1;
    }

    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-content .content-border-wrap {
        opacity: 1;
    }

    .strategy .strategy-units .strategy-unit .su-card .su-card-content .content-border-wrap .sc-title{
        font-size: 31px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color:#ffffff;
        transition: all 0.6s linear;
        transition-delay: 150ms;
        /* transform: translate(0%, 120px); */
        opacity: 1;
    }
    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-content .content-border-wrap .sc-title{
        color:#ffffff;
    }
    .strategy .strategy-units .strategy-unit .su-card .su-card-content .sc-text{
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        color:#ffffff;
        padding: 0 60px;
        transition: all 0.6s linear;
        transition-delay: 150ms;
        transform: translate(0%, 120px);
        opacity: 0;
    }

    .strategy .strategy-units .strategy-unit .su-card.animmobile .su-card-content .content-border-wrap .sc-title{
        transform: translate(0%, 0px);
        opacity: 1;
    }

    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-content .content-border-wrap .sc-title{
        transform: translate(0%, 0px);
        opacity: 1;
    }


    .strategy .strategy-units .strategy-unit .su-card.animmobile .su-card-content .sc-text{
        transform: translate(0%, 0px);
        opacity: 1;
    }

    .strategy .strategy-units .strategy-unit .su-card:hover .su-card-content .sc-text{
        transform: translate(0%, 0px);
        opacity: 1;
    }


    /* ---------------------------------- */
    /* ---------------------------------- */

    /* --------- SECTION ENGAGE ---------- */
    /* ---------------------------------- */

    .container_home .engage .wrapper{
        max-width:1240px;
        margin:0 auto;
    }

    .engage{
        padding:100px 0 100px 0;
        position: relative;
        width: 100%;
    }

    .container_home .engage .wrapper .engage-unit-background{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .container_home .engage .wrapper .engage-unit-background img{
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        /* mask-position: top right; */
        mask-position: top 300px right -400px;
        mask-size: 45%;
        transition: all 1s ease-in-out;
    }

    .container_home .engage .wrapper .engage-unit-background.animated img{
        mask-position: top 40px right -100px;
        mask-size: 55%;
    }

    .container_home .engage .wrapper .engage-unit{
        max-width: 650px;
    }

    .container_home .engage .wrapper .engage-unit .module-title .text-title{
        padding-top: 80px;
    }

    .container_home .engage .wrapper .engage-unit .module-title .text-title .engage-pictos .engage-pictos-animation{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .container_home .engage .wrapper .engage-unit .module-title .text-title .engage-pictos ul{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        list-style: none;
        margin: 90px 0 50px 0;
        padding: 0;
    }

    .container_home .engage .wrapper .engage-unit .module-title .text-title .engage-pictos ul li{
        margin-right: 30px;
        border-radius: 60px;
        width: 120px;
        height: 120px;
        padding: 0px;
        display: block;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .container_home .engage .wrapper .engage-unit .module-title .text-title .engage-pictos ul li:last-child{
        margin-right: 0px;
    }

    /* ---------------------------------- */
    /* ---------------------------------- */


    /* --------- SECTION ENGAGE ---------- */
    /* ---------------------------------- */
    .container_home .invest{
        background-size: cover;
        overflow: hidden;
        position: relative;
    }

    .container_home .invest .invest-mask{
        position: absolute;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .container_home .invest .invest-mask img{
        width: 100%;
        opacity: 0.8;
        object-fit: cover;
        height: 100%;
    }

    .container_home .invest .wrapper{
        max-width:1440px;
        margin:0 5% 0 auto;
    }

    .invest-container{
        padding: 150px 0 150px 100px;
        position: relative;
        width: 100%;
    }

    .invest-container h2{
        color:#ffffff;
        font-size: 39px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 35px;
    }

    .invest-container .company-list{

    }

    .invest-container .company-list .cl-confiance{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content:space-between;
        margin-bottom: 15px;
    }

    .invest-container .company-list .cl-text{
        color:#ffffff;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .invest-container .company-list .cl-line{
        flex: 1;
        padding-left: 15px;
    }

    .invest-container .company-list .cl-line hr{
        background-color: #ffffff;
        border:0px solid #ffffff;
        height: 1px;
        width: 100%;
        opacity: 1;
    }

    .invest-container .company-list .companies{
        margin:0 0 30px 0;
        padding:0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        height: 310px;
        width: 100%;
        overflow: hidden;
    }



    .invest-container .company-list .companies li{
        flex: 1 1 140px;
        background-color: #ffffff;
        width: 140px !important;
        height: 140px !important;
        margin-top:15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .invest-container .company-list .companies li:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .invest-container .company-list .companies li img{
        position: absolute;
        max-width: 110px;
        height: auto;
        /* filter: grayscale(1); */
        transition: filter 0.2s ease-out;
    }
    .invest-container .company-list .companies li:hover img{
        filter: grayscale(0);
    }

    /* ---------------------------------- */
    /* ---------------------------------- */

    /* --------- NEWS ENGAGE ---------- */
    /* ---------------------------------- */
    .container_home .news{
        position: relative;
    }

    .container_home .news .wrapper{
        max-width:1240px;
        margin:0 auto;
    }

    .container_home .news .news-container{
        padding: 100px 0 100px 0;
        position: relative;
        width: 100%;
    }

    .container_home .news .news-container h2{
        font-size: 39px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color:#E6345B;
        margin-bottom:30px;
    }

    .container_home .news .news-container .news-list{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }

    .container_home .news .news-container .news-list .first-column{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding-right: 10px;
    }

    .container_home .news .news-container .news-list .first-column .post-unit{

    }

    .container_home .news .news-container .news-list .first-column .post-unit .thumbnail{
        position: relative;
        width:100%;
        height: 250px;
    }
    .container_home .news .news-container .news-list .first-column .post-unit .thumbnail img{
        object-fit: cover;
        width:100%;
        height:100%;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .misc{
        margin: 15px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .misc .misc_cat{
        color:#071621;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .misc .misc_date{
        color:#009597;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .pu_title h3{
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        color:#007461;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .pu_excerpt p{
        color:#071621;
        font-size: 15px;
        font-style: normal;
        font-weight: 325;
        line-height: 24px;
        margin-bottom:30px;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .pu_showmore a{
        color: #009597;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #009597;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .pu_showmore a:HOVER{
        color: #071621;
    }

    .container_home .news .news-container .news-list .first-column .post-unit .pu_showmore a:HOVER i{
        margin-left: 15px;
        color: #071621;
    }


    .container_home .news .news-container .news-list .first-column .post-unit .pu_showmore a i{
        margin-left:8px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #009597;
    }




    .container_home .news .news-container .news-list .first-column .post-unit .misc .misc_date hr{
        width:50px;
        background-color: #009597;
        border:0px solid #009597;
        height: 1px;
        opacity: 1;
        margin: 0 0 0 8px;
    }

    .container_home .news .news-container .news-list .second-column{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding-left: 10px;
    }


    .container_home .news .news-container .news-list .second-column .post-unit{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom:25px;
        padding-top:25px;
        border-bottom: 1px solid #071621;
    }

    .container_home .news .news-container .news-list .second-column .post-unit:first-child{
        padding-top:0px;
    }

    .container_home .news .news-container .news-list .second-column .post-unit:last-child{
        padding-bottom:0px;
        border-bottom: 0px solid #071621;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-first-column{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right:20px;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-first-column .thumbnail{
        position: relative;
        width:190px;
        height: 120px;
    }
    .container_home .news .news-container .news-list .second-column .post-unit .pu-first-column .thumbnail img{
        object-fit: cover;
        width:100%;
        height:100%;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-first-column .misc{

    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-first-column .misc .misc_cat{
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
        margin-bottom:8px;
        color:#007461;
    }


    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .misc{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom:8px;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .misc .misc_date{
        color:#009597;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 11px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .misc .misc_date hr{
        width:50px;
        background-color: #009597;
        border:0px solid #009597;
        height: 1px;
        opacity: 1;
        margin: 0 0 0 8px;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_title h3{
        color:#071621;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a{
        color:#009597;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a i{
        margin-left:8px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color:#009597;
    }


    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a:HOVER{
        color: #071621;
    }

    .container_home .news .news-container .news-list .second-column .post-unit .pu-second-column .pu_showmore a:hover i{
        margin-left: 15px;
        color: #071621;
    }


    .container_home .news .news-container .more_news{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        margin:50px 0 0 0;
    }

    /* ---------------------------------- */
    /* ---------------------------------- */


/* ---------------------------------- */
/* ---------------------------------- */
