.btn-tscl{
    width:170px;
    height:55px;
    border:1.5px solid #2f8eed;
    border-radius:14px;
    color:#2f8eed;
    outline:none;
    background:transparent;
    cursor:pointer;
    margin-top:1rem
}
.btn-tscl:hover{
    color:#fff;
    background-color:#2f8eed;
    border:none;
    transition:.1s ease-in
}
.btn-tscl.btn-blue{
    background-color:#2979f2;
    color:#fff;
    border:none
}
.navbar-container{
    width:100%;
    padding:1.75rem 8.33% 1.25rem;
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.navbar-container .logo{
    max-width:300px;
    cursor:pointer
}
@media(max-width:480px){
    .navbar-container .logo{
        max-width:250px!important
    }
}
.navbar-container .links{
    display:flex;
    align-items:center
}
.navbar-container .links .link-navbar{
    font:normal 1rem Lato,sans-serif;
    color:#0a043c;
    margin-right:2.35rem;
    cursor:pointer
}
.navbar-container .links .link-navbar:last-child{
    margin-right:0
}
.navbar-container .links .active{
    font-weight:700;
    color:#2979f2
}
.navbar-container .menu-mobile{
    display:none
}
.navbar-container .menu-mobile-btn{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    width:2rem;
    height:2rem;
    background:transparent;
    border:none;
    padding:0;
    right:1.5rem
}
.navbar-container .bar-one,.navbar-container .bar-three,.navbar-container .bar-two{
    width:2rem;
    height:.25rem;
    background:#0a043c;
    border-radius:10px;
    transition:all .3s linear;
    position:relative;
    transform-origin:1px
}
.navbar-container .bar-one,.navbar-container .bar-three{
    transform:rotate(0)
}
.navbar-container .bar-two{
    opacity:1;
    transform:translateX(0)
}
.navbar-container .open .bar-one{
    transform:rotate(45deg)
}
.navbar-container .open .bar-two{
    opacity:0;
    transform:translateX(20px)
}
.navbar-container .open .bar-three{
    transform:rotate(-45deg)
}
.links-mobile{
    display:none
}
@media(min-width:950px)and (max-width:1279px){
    .navbar-container{
        padding:1.25rem 1.5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .navbar-container{
        padding:1.25rem 3rem
    }
    .navbar-container .links{
        display:none
    }
    .navbar-container .menu-mobile{
        display:flex;
        max-width:40px;
        transition:all .3s
    }
    .links-mobile{
        height:100%;
        width:100%;
        display:flex;
        flex-direction:column;
        padding:0 1.5rem 1.5rem;
        box-shadow:10px 24px 54px 0 rgba(0,0,0,.05);
        position:absolute;
        border-top:1px solid #e5e3e2;
        left:0;
        right:0;
        opacity:0;
        z-index:9;
        background-color:#fff;
        display:none
    }
    .links-mobile.open{
        opacity:1;
        display:block
    }
    .links-mobile .active{
        font-weight:600
    }
    .links-mobile .link-navbar-mobile{
        height:55px;
        display:block;
        font-size:1.5rem;
        position:relative;
        padding:.8rem;
        border-bottom:1px solid #e5e3e2
    }
    .links-mobile .link-navbar-mobile:hover{
        background-color:#2f8eed
    }
}
@media(max-width:479px){
    .navbar-container{
        padding:1.25rem 3rem
    }
    .navbar-container .links{
        display:none
    }
    .navbar-container .menu-mobile{
        display:flex;
        max-width:40px;
        transition:all .3s
    }
    .links-mobile{
        height:100%;
        width:100%;
        display:flex;
        flex-direction:column;
        padding:0 1.5rem 1.5rem;
        box-shadow:10px 24px 54px 0 rgba(0,0,0,.05);
        position:absolute;
        border-top:1px solid #e5e3e2;
        left:0;
        right:0;
        opacity:0;
        z-index:9;
        background-color:#fff;
        display:none
    }
    .links-mobile.open{
        opacity:1;
        display:block
    }
    .links-mobile .active{
        font-weight:600
    }
    .links-mobile .link-navbar-mobile{
        height:55px;
        display:block;
        font-size:1.5rem;
        position:relative;
        padding:.8rem;
        border-bottom:1px solid #e5e3e2
    }
    .links-mobile .link-navbar-mobile:hover{
        background-color:#2f8eed
    }
}
.footer{
    width:100%;
    background-color:#0b1525;
    padding:7.5rem 11rem 1.75rem;
    display:flex;
    flex-direction:column;
    align-items:center
}
.footer .contact-section{
    display:flex;
    width:100%;
    flex-wrap:wrap
}
.footer .contact-section .card-wrapper{
    flex-basis:100%
}
.footer .contact-section .card-wrapper .card-article:after{
    display:none
}
@media(min-width:480px){
    .footer .contact-section .card-wrapper{
        flex-basis:50%;
        margin-bottom:4rem
    }
    .footer .contact-section .card-wrapper .card-article:after{
        display:block
    }
    .footer .contact-section .card-wrapper:last-child .card-article:after,.footer .contact-section .card-wrapper:nth-child(2) .card-article:after{
        display:none
    }
}
@media(min-width:950px){
    .footer .contact-section .card-wrapper{
        flex-basis:auto;
        flex:1 1;
        margin-bottom:0
    }
    .footer .contact-section .card-wrapper:nth-child(2) .card-article:after{
        display:block
    }
}
.footer .contact-section .card-article{
    display:flex;
    flex-direction:column;
    position:relative;
    width:85%
}
@media(min-width:480px){
    .footer .contact-section .card-article{
        min-height:115px
    }
}
@media(min-width:1280px){
    .footer .contact-section .card-article{
        width:80%
    }
}
.footer .contact-section .card-article:after{
    content:"";
    position:absolute;
    top:-15px;
    right:0;
    width:1px;
    height:130%;
    background-color:rgba(41,121,242,.2)
}
.footer .contact-section .card-article .title{
    font:700 1.5rem Lato,sans-serif;
    color:#fff;
    margin-bottom:.75rem
}
.footer .contact-section .card-article .subtitle{
    width:180px;
    font:normal .85rem Lato,sans-serif;
    color:#79869f;
    line-height:1.64
}
.footer .contact-section .bar{
    width:1px;
    height:100px;
    background-color:rgba(41,121,242,.2)
}
.footer .contact-section .bar:last-child{
    display:none!important
}
.footer .nav-footer{
    margin-top:5rem;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between
}
@media(min-width:480px){
    .footer .nav-footer{
        margin-top:0
    }
}
@media(min-width:950px){
    .footer .nav-footer{
        margin-top:5rem
    }
}
.footer .nav-footer .copyright{
    font:normal .85rem Lato,sans-serif;
    color:#606c84
}
.footer .nav-footer .links{
    display:flex;
    align-items:center
}
@media(max-width:480px){
    .footer .nav-footer .links{
        flex-direction:column
    }
}
.footer .nav-footer .links .link-nav{
    font:normal .85rem Lato,sans-serif;
    color:#606c84;
    margin-bottom:1.5rem;
    cursor:pointer
}
@media(min-width:480px){
    .footer .nav-footer .links .link-nav{
        margin-right:1.5rem;
        margin-bottom:0
    }
}
.footer .nav-footer .links .link-nav.active{
    font-weight:700
}
.footer .nav-footer .links .link-nav:last-child{
    margin-right:0
}
@media(min-width:1280px)and (max-width:1439px){
    .footer{
        padding:7.5rem 9.35rem 1.75rem 7.8rem
    }
}
@media(min-width:950px)and (max-width:1279px){
    .footer{
        padding:7.5rem 4rem 1.75rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .footer{
        padding:7.5rem 3rem 1.75rem
    }
    .footer .contact-section{
        display:flex;
        width:100%;
        align-items:center;
        flex-wrap:wrap
    }
    .footer .contact-section .card-article{
        margin-bottom:2rem
    }
    .footer .contact-section .bar{
        display:none!important
    }
    .footer .nav-footer{
        flex-direction:column
    }
    .footer .nav-footer .copyright{
        font:normal .85rem Lato,sans-serif;
        color:#606c84;
        margin-bottom:1rem
    }
}
@media(max-width:479px){
    .footer{
        padding:7.5rem 3rem 1.75rem
    }
    .footer .contact-section{
        display:flex;
        width:100%;
        align-items:center;
        flex-wrap:wrap
    }
    .footer .contact-section .card-article{
        margin-bottom:2rem
    }
    .footer .contact-section .bar{
        display:none!important
    }
    .footer .nav-footer{
        flex-direction:column
    }
    .footer .nav-footer .copyright{
        font:normal .85rem Lato,sans-serif;
        color:#606c84;
        margin-bottom:1rem
    }
    .footer{
        padding:7.5rem 2rem 1.75rem
    }
}
.wrapper-avatar{
    width:22.5rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-bottom:5.75rem;
    cursor:pointer
}
.wrapper-avatar .avatar-icon{
    width:170px;
    height:170px;
    position:relative;
    margin-bottom:3.18rem
}
.wrapper-avatar .avatar-icon .circle-avatar{
    width:100%;
    height:100%;
    background-color:#e2edfd;
    border-radius:50%;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden
}
.wrapper-avatar .avatar-icon .circle-avatar .avtar-user{
    width:125px
}
.wrapper-avatar .avatar-icon .circle-avatar .avtar-user-ashraf{
    width:155px!important
}
.wrapper-avatar .avatar-icon .circle-avatar .avtar-user-sibassis{
    width:150px!important
}
.wrapper-avatar .avatar-icon .circle-avatar .avtar-user-deepak{
    width:215px!important;
    padding-left:15px
}
.wrapper-avatar .avatar-icon .circle-avatar .avtar-user-ibtissam{
    width:190px!important
}
.wrapper-avatar .avatar-icon .circle-avatar .logo-company{
    align-self:center;
    width:110px;
    height:111px
}
.wrapper-avatar .avatar-icon .circle-avatar .logo-align-self{
    align-self:center
}
.wrapper-avatar .avatar-icon .linkedin-img{
    width:2.375rem;
    height:2.375rem;
    position:absolute;
    right:0;
    bottom:0
}
.wrapper-avatar .avatar-details{
    display:flex;
    flex-direction:column;
    align-items:center
}
.wrapper-avatar .avatar-details .name{
    font:700 1.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:4px
}
.wrapper-avatar .avatar-details .bio{
    font:normal 1rem Lato,sans-serif;
    color:#0a043c;
    text-align:center
}
.header-news{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:4rem 0 2rem 14%;
    width:100%;
    background-color:#e2edfd;
    background-position:100%;
    background-repeat:no-repeat;
    background-size:contain;
    min-height:504px
}
@media(max-width:480px){
    .header-news{
        min-height:250px;
        display:flex
    }
}
.header-news.background-img{
    background-image:url(/assets/news/pattern.svg)
}
.header-news.article-page{
    margin-bottom:6rem
}
.header-news .sub-header-image{
    display:flex
}
.header-news .content-side{
    display:flex;
    align-items:center;
    padding:80px 30px
}
@media(min-width:950px){
    .header-news .content-side{
        flex:1 1;
        padding:60px 20px
    }
}
.header-news .content-side .content-holder{
    max-width:400px;
    text-align:left
}
@media(min-width:480px){
    .header-news .content-side .content-holder{
        max-width:525px
    }
}
.header-news .content-side .content-holder .title{
    font:700 33px Lato,sans-serif;
    letter-spacing:.5px;
    line-height:1.29;
    color:#0a043c;
    margin-bottom:30px
}
@media(min-width:480px){
    .header-news .content-side .content-holder .title{
        font-size:44px
    }
}
.header-news .content-side .content-holder .subtitle{
    display:block;
    font:500 15px Lato,sans-serif;
    line-height:1.82;
    letter-spacing:.69px;
    color:rgba(35,73,107,.5)
}
@media(min-width:480px){
    .header-news .content-side .content-holder .subtitle{
        font-size:22px
    }
}
.header-news .content-image{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center
}
@media(min-width:950px){
    .header-news .content-image{
        flex:1 1
    }
}
.header-news .content-image .image{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.header-news .content-image .download-card{
    background:#fff;
    max-width:300px;
    width:100%;
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    bottom:20%;
    padding:20px 30px;
    border-radius:10px
}
@media(min-width:480px){
    .header-news .content-image .download-card{
        bottom:30%
    }
}
.header-news .content-image .download-card h1{
    width:100%;
    font-size:22px;
    text-align:left;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd
}
.header-news .content-image .download-card .card-link-btn{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.header-news .content-image .download-card .card-link-btn a{
    display:flex;
    align-items:center;
    color:rgba(35,73,107,.5);
    text-decoration:none
}
.header-news .content-image .download-card .card-link-btn a img{
    margin-right:7px;
    height:26px;
    color:#2979f2
}
.header-news .content-image .download-card .card-link-btn a:hover,.header-news .content-image .download-card .card-link-btn img:hover{
    color:#2979f2
}
.multi-buttons .links{
    border-bottom:1px solid #ddd;
    margin-bottom:3rem;
    padding-top:1rem
}
.multi-buttons .links .links-holder{
    padding:0 8.33%
}
@media(min-width:950px){
    .multi-buttons .links .links-holder{
        padding:0 4%
    }
}
@media(min-width:1440px){
    .multi-buttons .links .links-holder{
        padding:0 8.33%
    }
}
.multi-buttons .links .links-holder .link-navbar{
    padding:5px;
    display:inline-block;
    cursor:pointer
}
@media(min-width:480px){
    .multi-buttons .links .links-holder .link-navbar{
        padding:10px
    }
}
.multi-buttons .links .links-holder .link-navbar.active{
    border-bottom:3px solid #2979f2
}
.multi-buttons .press-releases{
    margin-bottom:3rem;
    padding:0 8.33%
}
@media(min-width:950px){
    .multi-buttons .press-releases{
        padding:0 4%
    }
}
@media(min-width:1440px){
    .multi-buttons .press-releases{
        padding:0 8.33%
    }
}
.multi-buttons .press-releases .release{
    border-bottom:1px solid #ddd;
    padding:40px 0;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction:column
}
@media(min-width:480px){
    .multi-buttons .press-releases .release{
        flex-direction:row;
        align-items:center
    }
}
.multi-buttons .press-releases .release .date{
    font-size:14px;
    color:rgba(35,73,107,.5)
}
@media(min-width:480px){
    .multi-buttons .press-releases .release .date{
        width:110px;
        font-size:16px
    }
}
.multi-buttons .press-releases .release .detail{
    font-size:18px;
    padding:20px 0;
    flex:1 1
}
@media(min-width:480px){
    .multi-buttons .press-releases .release .detail{
        padding:0 20px;
        font-size:22px
    }
}
.multi-buttons .press-releases .release a{
    cursor:pointer;
    font-size:12px
}
@media(min-width:480px){
    .multi-buttons .press-releases .release a{
        min-width:78px;
        font-size:14px
    }
}
.multi-buttons .press-releases .release a:hover{
    color:#2979f2
}
.multi-buttons .sub-header{
    background-color:transparent;
    flex-direction:column;
    margin-bottom:3rem;
    padding:0 8.33%
}
@media(min-width:950px){
    .multi-buttons .sub-header{
        padding:0 4%
    }
}
@media(min-width:1440px){
    .multi-buttons .sub-header{
        padding:0 8.33%
    }
}
.multi-buttons .sub-header .news-link{
    text-decoration:none
}
.multi-buttons .sub-header .news-link:hover{
    opacity:.8
}
.multi-buttons .sub-header .content-wrapper{
    background-color:#2979f2;
    cursor:pointer
}
@media(min-width:950px){
    .multi-buttons .sub-header .content-wrapper{
        display:flex
    }
}
.multi-buttons .sub-header .content-wrapper .content-side{
    padding:3rem 1rem;
    width:100%;
    margin-bottom:0;
    display:flex;
    align-items:center;
    justify-content:center
}
@media(min-width:480px){
    .multi-buttons .sub-header .content-wrapper .content-side{
        padding:3rem
    }
}
@media(min-width:950px){
    .multi-buttons .sub-header .content-wrapper .content-side{
        width:50%
    }
}
.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder{
    max-width:500px
}
.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder span{
    
    font-size:16px;
    font-weight:400;
    line-height:1.88;
    letter-spacing:normal;
    color:rgba(255,255,255,.5)
}
.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder .subtitle,.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder .title{
    color:#fff
}
.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder .title{
    font:700 1.86rem Lato,sans-serif;
    max-width:450px;
    padding-top:16px;
    padding-bottom:16px
}
@media(max-width:480px){
    .multi-buttons .sub-header .content-wrapper .content-side .content-side-holder .title{
        font:700 2rem Lato,sans-serif
    }
}
.multi-buttons .sub-header .content-wrapper .content-side .content-side-holder .subtitle{
    font:normal 1.1rem Lato,sans-serif
}
.multi-buttons .sub-header .content-wrapper .image{
    width:100%
}
@media(min-width:950px){
    .multi-buttons .sub-header .content-wrapper .image{
        width:50%;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.articles-points-wrapper{
    max-width:1170px;
    width:100%;
    margin:0 auto 100px;
    padding:0 8.33% 6.33%
}
@media(min-width:950px){
    .articles-points-wrapper{
        padding:0 4%
    }
}
@media(min-width:1440px){
    .articles-points-wrapper{
        padding:0 8.33%
    }
}
.articles-points-wrapper .articles-points-holder{
    max-width:940px
}
.articles-points-wrapper .articles-points-holder .point-list{
    padding-left:20px;
    margin-bottom:20px
}
.articles-points-wrapper .articles-points-holder .point-list .list-item p{
    
    font-size:15px;
    font-weight:400;
    line-height:1.67;
    letter-spacing:.56px;
    color:#23496b;
    margin-bottom:15px
}
@media(min-width:480px){
    .articles-points-wrapper .articles-points-holder .point-list .list-item p{
        font-size:18px
    }
}
.articles-points-wrapper .articles-points-holder h2{
    
    font-size:20px;
    font-weight:700;
    line-height:1.15;
    letter-spacing:.81px;
    color:#23496b;
    margin-bottom:20px
}
@media(min-width:480px){
    .articles-points-wrapper .articles-points-holder h2{
        font-size:26px
    }
}
.articles-points-wrapper .articles-points-holder p{
    
    font-size:15px;
    font-weight:400;
    line-height:1.67;
    letter-spacing:.56px;
    color:#23496b;
    margin-bottom:40px
}
@media(min-width:480px){
    .articles-points-wrapper .articles-points-holder p{
        font-size:18px
    }
}
.articles-points-wrapper .articles-points-holder .description{
    padding:0 30px;
    margin-bottom:30px
}
.articles-points-wrapper .articles-points-holder .description h2{
    font-size:18px;
    line-height:1.75;
    letter-spacing:.75px
}
@media(min-width:480px){
    .articles-points-wrapper .articles-points-holder .description h2{
        font-size:24px
    }
}
.articles-points-wrapper .articles-points-holder .social-links{
    display:flex;
    align-items:center
}
.articles-points-wrapper .articles-points-holder .social-links span{
    
    font-size:16px;
    font-weight:500;
    line-height:1.67;
    letter-spacing:.56px;
    color:#23496b;
    display:inline-block;
    margin-right:10px
}
@media(min-width:480px){
    .articles-points-wrapper .articles-points-holder .social-links span{
        font-size:18px
    }
}
.articles-points-wrapper .articles-points-holder .social-links .links{
    padding:0 8px
}
.articles-points-wrapper .articles-points-holder .social-links .links img{
    max-width:30px;
    width:100%
}
.read-more{
    padding:50px 0 100px
}
.read-more h1{
    
    font-size:36px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:.5px;
    text-align:center;
    color:#0a043c;
    margin-bottom:50px
}
@media(min-width:480px){
    .read-more h1{
        font-size:48px
    }
}
.read-more .news-cards{
    position:relative
}
.read-more .news-cards .slick-slider{
    width:100%;
    overflow:hidden
}
.read-more .news-cards .slick-slider .slick-arrow{
    position:absolute;
    bottom:-50px;
    left:0;
    right:0;
    cursor:pointer;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:11px;
    margin:auto;
    width:40px;
    height:40px;
    z-index:33;
    text-indent:-9999px;
    border:0;
    border-radius:50%;
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    background-color:#fff;
    outline:none
}
.read-more .news-cards .slick-slider .slick-arrow.slick-prev{
    left:-60px;
    background-image:url(/assets/arrow-left.jpeg)
}
.read-more .news-cards .slick-slider .slick-arrow.slick-next{
    right:-60px;
    background-image:url(/assets/arrow-right.jpeg)
}
.news-cards,.read-more .news-cards .slick-slider .slick-track{
    display:flex
}
.news-cards{
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:0 8.33% 6.33%;
    margin:0 -1rem
}
@media(min-width:950px){
    .news-cards{
        padding:0 4%
    }
}
@media(min-width:1440px){
    .news-cards{
        padding:0 8.33%
    }
}
.news-cards .wrapper-news{
    flex-basis:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    margin-bottom:3rem;
    padding:1rem;
    text-decoration:none
}
@media(min-width:480px){
    .news-cards .wrapper-news{
        flex-basis:50%
    }
}
@media(min-width:950px){
    .news-cards .wrapper-news{
        flex-basis:33%
    }
}
.news-cards .wrapper-news .news-img{
    width:100%;
    position:relative;
    margin-bottom:1rem
}
.news-cards .wrapper-news .news-img img{
    width:100%
}
.news-cards .wrapper-news .news-img .avtar-user{
    width:114px;
    height:141px
}
.news-cards .wrapper-news .news-img .logo-company{
    align-self:center;
    width:110px;
    height:111px
}
.news-cards .wrapper-news .news-img .linkedin-img{
    width:2.375rem;
    height:2.375rem;
    position:absolute;
    right:0;
    bottom:0
}
.news-cards .wrapper-news .news-details{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}
.news-cards .wrapper-news .news-details .date-area{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    margin-bottom:10px
}
.news-cards .wrapper-news .news-details .name{
    font:700 1.5rem Lato,sans-serif;
    color:#0a043c
}
.news-cards .wrapper-news:hover{
    opacity:.8;
    transform:scale(1.02);
    transition:.2s ease-in
}
.popup .tslc-popup{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:9;
    background-color:rgba(9,6,37,.9);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:0 20px
}
.popup .tslc-popup .tslc-popup-holder{
    border-radius:20px;
    position:relative;
    max-width:578px;
    width:100%;
    padding:60px 45px;
    background-color:#fdfefb;
    max-height:550px;
    overflow:auto
}
@media(min-width:480px){
    .popup .tslc-popup .tslc-popup-holder{
        display:flex;
        align-items:flex-start;
        justify-content:center;
        max-height:400px
    }
}
.popup .tslc-popup .tslc-popup-holder .back-link{
    width:2em;
    height:2em;
    max-width:18px;
    max-height:18px;
    display:block;
    vertical-align:middle;
    position:absolute;
    top:20px;
    right:20px;
    margin:0 auto;
    cursor:pointer
}
.popup .tslc-popup .tslc-popup-holder .back-link:after,.popup .tslc-popup .tslc-popup-holder .back-link:before{
    background:#414252;
    content:"";
    height:2px;
    max-width:25.452px;
    position:absolute;
    top:0;
    transition:background-color .05s ease-in-out;
    width:2.828em
}
.popup .tslc-popup .tslc-popup-holder .back-link:before{
    left:0;
    transform:rotate(45deg);
    transform-origin:left
}
.popup .tslc-popup .tslc-popup-holder .back-link:after{
    right:0;
    transform:rotate(-45deg);
    transform-origin:right
}
.popup .tslc-popup .tslc-popup-holder .pop-image{
    flex:1 1;
    max-width:135px;
    margin:0 auto
}
@media(min-width:480px){
    .popup .tslc-popup .tslc-popup-holder .pop-image{
        margin-left:0
    }
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon{
    width:125px;
    height:125px;
    position:relative;
    margin-bottom:3.18rem
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar{
    width:100%;
    height:100%;
    background-color:#e2edfd;
    border-radius:50%;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar .avtar-user{
    width:85px
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar .avtar-user-ashraf{
    width:135px!important
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar .avtar-user-sibassis{
    width:125px!important
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar .avtar-user-deepak{
    width:170px!important;
    padding-left:15px
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .circle-avatar .avtar-user-ibtissam{
    width:170px!important
}
.popup .tslc-popup .tslc-popup-holder .pop-image .avatar-icon .linkedin-img{
    width:2.375rem;
    height:2.375rem;
    position:absolute;
    right:0;
    bottom:0
}
.popup .tslc-popup .tslc-popup-holder .pop-content{
    flex:2 1;
    padding:0 20px;
    text-align:center
}
@media(min-width:480px){
    .popup .tslc-popup .tslc-popup-holder .pop-content{
        text-align:left
    }
}
.popup .tslc-popup .tslc-popup-holder .pop-long-bio{
    margin-top:12px;
    line-height:1.63
}
.header-page{
    width:100%;
    padding:2.3rem 0 8.125rem;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.header-page .content-header{
    display:flex;
    flex-direction:column;
    position:relative;
    margin-right:2rem
}
@media(min-width:950px){
    .header-page .content-header{
        flex:1.5 1
    }
}
.header-page .content-header .title-header{
    width:100%;
    font:700 3.62rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:.5rem
}
@media(max-width:480px){
    .header-page .content-header .title-header{
        font:700 2.3rem Lato,sans-serif
    }
}
.header-page .content-header .title-header span{
    color:#2979f2
}
.header-page .content-header .content-wrapper{
    max-width:420px
}
@media(max-width:480px){
    .header-page .content-header .content-wrapper{
        max-width:300px
    }
}
.header-page .content-header .content-wrapper .subtitle-header{
    font:700 1.3rem Lato,sans-serif;
    color:#0a043c;
    line-height:34.5px;
    margin-bottom:1rem
}
@media(max-width:480px){
    .header-page .content-header .content-wrapper .subtitle-header{
        line-height:25px
    }
}
.header-page .content-header .content-wrapper .footer-header{
    font:normal 1rem Lato,sans-serif;
    line-height:1.88;
    color:rgba(35,73,107,.5)
}
.header-page .image-holder{
    position:relative
}
@media(min-width:950px){
    .header-page .image-holder{
        flex:1 1
    }
}
.header-page .image-holder .banner-image{
    width:100%
}
.header-page .image-holder .image-icon{
    position:absolute
}
.header-page .image-holder .image-icon.icon-green{
    top:12%;
    left:0;
    max-width:70px;
    background-color:#57b896;
    height:70px;
    width:70px;
    border-radius:50%
}
.header-page .image-holder .image-icon.icon-red{
    top:50%;
    left:0;
    max-width:54px;
    background-color:#ec6868;
    height:50px;
    width:54px;
    border-radius:10px
}
.header-page .image-holder .image-icon.icon-blue{
    top:11%;
    right:6%;
    max-width:54px;
    background-color:#3b6fb6;
    height:50px;
    width:54px;
    border-radius:10px
}
.header-page .image-holder .image-icon.icon-yellow{
    bottom:10%;
    right:6%;
    max-width:70px;
    background-color:#1f396d;
    height:70px;
    width:70px;
    border-radius:50%
}
.header-page .image-holder .image-icon.icon-white{
    bottom:10%;
    left:0;
    background-color:#1f396d;
    padding:15px 20px;
    max-width:300px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    box-shadow:10px 24px 54px 0 rgba(0,0,0,.05)
}
@media(max-width:480px){
    .header-page .image-holder .image-icon.icon-white{
        bottom:1%
    }
}
.header-page .image-holder .image-icon.icon-white .email-icon{
    margin-right:15px;
    max-width:24px;
    display:none
}
.header-page .image-holder .image-icon.icon-white span{
    text-shadow:0 20px 54px rgba(0,0,0,.25);
    font-size:21px;
    font-weight:100;
    line-height:normal;
    letter-spacing:.5px;
    color:#fff
}
.header-page .figure-header{
    width:698px;
    height:466px
}
@media(min-width:480px)and (max-width:949px){
    .header-page{
        flex-direction:column;
        flex-direction:column-reverse;
        padding:2.5rem 0 6.125rem
    }
    .header-page .content-header{
        width:100%;
        margin-top:3.5rem;
        margin-right:0
    }
}
@media(max-width:479px){
    .header-page{
        flex-direction:column;
        flex-direction:column-reverse;
        padding:2.5rem 0 6.125rem
    }
    .header-page .content-header{
        width:100%;
        margin-top:3.5rem;
        margin-right:0
    }
    .icon-white{
        bottom:1%
    }
}
.section-cards{
    width:100%;
    display:flex;
    flex-direction:column
}
.section-cards .content-section{
    display:flex;
    justify-content:space-between
}
.section-cards .content-section .content-wrapper-center{
    flex:1 1;
    text-align:left;
    display:flex;
    align-items:center
}
.section-cards .content-section .content-wrapper-center:first-child{
    flex:2 1
}
.section-cards .content-section .content-wrapper-center .h1-section{
    font:700 2.3rem Lato,sans-serif;
    color:#0a043c;
    line-height:1.35;
    max-width:700px
}
@media(max-width:480px){
    .section-cards .content-section .content-wrapper-center .h1-section{
        font:700 2rem Lato,sans-serif
    }
}
.section-cards .content-section .content-wrapper-center .h2-section{
    max-width:500px;
    font:normal 1.25rem Lato,sans-serif;
    line-height:1.7;
    color:#79869f
}
@media(min-width:950px){
    .section-cards .content-section .content-wrapper-center .h2-section{
        margin:0 0 0 auto
    }
}
.section-cards .content-section .content-wrapper{
    flex:1 1;
    text-align:left
}
.section-cards .content-section .content-wrapper:first-child{
    flex:2 1
}
.section-cards .content-section .content-wrapper .h1-section{
    font:700 2.3rem Lato,sans-serif;
    color:#2979f2;
    line-height:1.35;
    max-width:700px
}
@media(max-width:480px){
    .section-cards .content-section .content-wrapper .h1-section{
        font:700 2rem Lato,sans-serif
    }
}
.section-cards .content-section .content-wrapper .h2-section{
    max-width:500px;
    font:normal 1.25rem Lato,sans-serif;
    line-height:1.7;
    color:#79869f
}
@media(min-width:950px){
    .section-cards .content-section .content-wrapper .h2-section{
        margin:0 0 0 auto
    }
}
.section-cards .cards{
    margin-top:4rem;
    margin-bottom:4rem;
    display:table;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap
}
.section-cards .cards .card-wrapper{
    display:table-cell;
    width:32%;
    min-width:300px;
    height:auto;
    flex-direction:column;
    padding:2rem 2.43rem;
    border-radius:20px
}
.section-cards .cards .card-wrapper .icon-card{
    width:56px;
    height:54px;
    background-color:rgba(41,121,242,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    margin-bottom:2rem
}
.section-cards .cards .card-wrapper .icon-card .icon{
    max-width:32px
}
.section-cards .cards .card-wrapper .title-card{
    font:700 1.43rem Lato,sans-serif;
    color:#106fb6!important;
    margin-bottom:2rem
}
.section-cards .cards .card-wrapper .body-card{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    line-height:1.63;
    max-width:290px
}
.section-cards .cards .card-wrapper:hover{
    box-shadow:10px 24px 54px 0 rgba(0,0,0,.05)
}
@media(min-width:480px)and (max-width:949px){
    .section-cards .content-section{
        flex-direction:column;
        text-align:center
    }
    .section-cards .content-section .h1-section{
        width:100%;
        margin-bottom:1rem
    }
    .section-cards .content-section .h2-section{
        width:100%
    }
    .section-cards .cards{
        width:100%;
        flex-direction:column
    }
    .section-cards .cards .card-wrapper{
        width:100%;
        display:flex;
        text-align:center;
        justify-content:center;
        align-items:center
    }
}
@media(max-width:479px){
    .section-cards .content-section{
        flex-direction:column;
        text-align:center
    }
    .section-cards .content-section .h1-section{
        width:100%;
        margin-bottom:1rem
    }
    .section-cards .content-section .h2-section{
        width:100%
    }
    .section-cards .cards{
        width:100%;
        flex-direction:column
    }
    .section-cards .cards .card-wrapper{
        width:100%;
        display:flex;
        text-align:center;
        justify-content:center;
        align-items:center
    }
}
.section-our-best{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:8.12rem
}
.section-our-best .figure-part{
    display:flex;
    position:relative
}
.section-our-best .figure-part .image-2{
    position:relative!important;
    right:216px!important;
    top:200px
}
.section-our-best .figure-part .image-1 img,.section-our-best .figure-part .image-2 img{
    min-width:400px;
    max-width:400px;
    height:449px
}
.section-our-best .content-side{
    display:flex;
    flex-direction:column;
    width:50%;
    position:relative
}
.section-our-best .content-side .title-section{
    font:700 3.1rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:2.5rem
}
.section-our-best .content-side .banners-section{
    display:flex;
    flex-direction:column
}
.section-our-best .content-side .banners-section .banner-wrapper{
    width:100%;
    padding:1.25rem 2rem;
    display:flex;
    border-radius:10px;
    margin-bottom:1.3rem;
    cursor:pointer
}
.section-our-best .content-side .banners-section .banner-wrapper .text-banner{
    display:flex;
    flex-direction:column;
    margin-left:1.25rem
}
.section-our-best .content-side .banners-section .banner-wrapper .text-banner .title-banner{
    font:700 1rem Lato,sans-serif;
    margin-bottom:.2rem
}
.section-our-best .content-side .banners-section .banner-wrapper .text-banner .body-banner{
    font:normal .75rem Lato,sans-serif;
    color:#79869f;
    letter-spacing:.24px
}
.section-our-best .content-side .banners-section .banner-wrapper:hover{
    box-shadow:10px 24px 54px 0 rgba(0,0,0,.05)
}
.section-our-best .content-side .banners-section .banner-wrapper .icon{
    max-width:25px
}
@media(min-width:1280px)and (max-width:1439px){
    .section-our-best .figure-part img{
        min-width:300px!important;
        max-width:300px!important;
        height:320px!important
    }
}
@media(min-width:950px)and (max-width:1279px){
    .section-our-best .figure-part .image-2{
        right:170px!important
    }
    .section-our-best .figure-part img{
        min-width:250px!important;
        max-width:250px!important;
        height:270px!important
    }
    .section-our-best .content-side{
        margin-left:-15rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .section-our-best{
        flex-direction:column;
        justify-content:center;
        margin-top:2.12rem
    }
    .section-our-best .figure-part .image-2{
        right:170px!important
    }
    .section-our-best .figure-part img{
        min-width:250px!important;
        max-width:250px!important;
        height:270px!important
    }
    .section-our-best .content-side{
        width:100%;
        margin-top:100px
    }
}
@media(max-width:479px){
    .section-our-best{
        flex-direction:column;
        justify-content:center;
        margin-top:2.12rem
    }
    .section-our-best .figure-part .image-2{
        right:170px!important
    }
    .section-our-best .figure-part img{
        min-width:250px!important;
        max-width:250px!important;
        height:270px!important
    }
    .section-our-best .content-side{
        width:100%;
        margin-top:100px
    }
}
.section-discover{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:14rem
}
.section-discover .content-discover{
    width:50%;
    display:flex;
    flex-direction:column
}
.section-discover .content-discover .title-section{
    font:700 3.62rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:3rem;
    line-height:1.17
}
@media(max-width:480px){
    .section-discover .content-discover .title-section{
        font:700 3rem Lato,sans-serif
    }
}
.section-discover .content-discover .texts-sections{
    display:flex;
    flex-direction:column;
    max-width:440px
}
.section-discover .content-discover .texts-sections .text{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    margin-bottom:1.5rem;
    line-height:1.88
}
.section-discover .figure-part{
    display:flex;
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.section-discover .figure-part .image-1{
    z-index:1000;
    position:relative;
    left:149px!important;
    top:200px
}
.section-discover .figure-part .image-1 img{
    width:400px;
    height:449px
}
.section-discover .figure-part .image-2{
    position:relative!important
}
.section-discover .figure-part .image-2 img{
    width:400px;
    height:449px
}
@media(min-width:1280px)and (max-width:1439px){
    .section-discover .figure-part img{
        width:300px!important;
        height:320px!important
    }
}
@media(min-width:950px)and (max-width:1279px){
    .section-discover .figure-part img{
        width:250px!important;
        height:270px!important
    }
}
@media(min-width:480px)and (max-width:949px){
    .section-discover{
        flex-direction:column-reverse;
        margin-top:2rem
    }
    .section-discover .content-discover{
        width:100%;
        flex-direction:column;
        margin-top:100px
    }
    .section-discover .content-discover .title-section{
        width:100%
    }
    .section-discover .figure-part{
        margin:auto
    }
    .section-discover .figure-part img{
        width:250px!important;
        height:270px!important
    }
}
@media(max-width:479px){
    .section-discover{
        flex-direction:column-reverse;
        margin-top:2rem
    }
    .section-discover .content-discover{
        width:100%;
        flex-direction:column;
        margin-top:100px
    }
    .section-discover .content-discover .title-section{
        width:100%
    }
    .section-discover .figure-part{
        margin:auto
    }
    .section-discover .figure-part img{
        width:250px!important;
        height:270px!important
    }
}
.section-financial{
    margin-top:14%;
    display:grid;
    grid-template-columns:1fr 2fr 1fr;
    grid-template-rows:repeat(2,1fr);
    align-content:center;
    justify-items:center;
    grid-gap:3rem
}
.section-financial .top-section{
    order:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.section-financial .top-section .title{
    font:700 3.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:1.5rem;
    text-align:center
}
@media(max-width:480px){
    .section-financial .top-section .title{
        font:700 2.2rem Lato,sans-serif
    }
}
@media(max-width:950px){
    .section-financial .top-section .title{
        text-align:left
    }
}
.section-financial .top-section .subtitle{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    text-align:center;
    line-height:1.88
}
@media(max-width:950px){
    .section-financial .top-section .subtitle{
        text-align:left
    }
}
.section-financial .wrapper-article{
    display:flex;
    align-items:center;
    justify-content:center
}
@media(max-width:479px){
    .section-financial .wrapper-article{
        align-self:center
    }
}
.section-financial .wrapper-article .article-financial{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}
.section-financial .wrapper-article .article-financial .order-article{
    font:700 3rem Lato,sans-serif;
    color:#2979f2;
    display:flex;
    position:relative;
    right:-20px
}
.section-financial .wrapper-article .article-financial .order-article:before{
    content:" ";
    position:absolute;
    width:44px;
    height:44px;
    background-color:#2979f2;
    border-radius:10px;
    opacity:.15;
    top:30px;
    right:-3px
}
.section-financial .wrapper-article .article-financial .title{
    font:700 1.5rem Lato,sans-serif;
    color:#0a043c;
    margin:1.5rem 0 1rem;
    width:160px
}
.section-financial .wrapper-article .article-financial .subtitle{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    width:215px;
    line-height:1.64
}
.section-financial .wrapper-article.section-1{
    order:1
}
.section-financial .wrapper-article.section-2{
    order:3
}
.section-financial .wrapper-article.section-3{
    order:4
}
.section-financial .wrapper-article.section-4{
    order:5
}
.section-financial .wrapper-article.section-5{
    order:6
}
@media(min-width:480px)and (max-width:949px){
    .section-financial{
        justify-content:space-evenly;
        display:flex;
        flex-direction:column;
        align-items:flex-start
    }
    .section-financial .top-section{
        width:100%;
        order:1;
        margin-bottom:2rem
    }
}
@media(max-width:479px){
    .section-financial{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:space-evenly
    }
    .section-financial .top-section{
        width:100%;
        order:1;
        margin-bottom:2rem
    }
    .section-financial .wrapper-article .article-financial .order-article{
        margin-bottom:1.5rem
    }
    .section-financial .wrapper-article .article-financial .order-article:before{
        content:" ";
        position:absolute;
        width:44px;
        height:44px;
        background-color:#2979f2;
        border-radius:10px;
        opacity:.15;
        top:20px;
        right:-5px
    }
}
.map-section{
    width:100%;
    padding:7.5rem 10.5rem;
    background-color:#0a043c;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:6rem
}
.map-section h4{
    color:#fff
}
.map-section .title{
    font:700 2.5rem Lato,sans-serif;
    color:#fff;
    text-align:center;
    margin-bottom:7.81rem
}
@media(max-width:480px){
    .map-section .title{
        font:700 2rem Lato,sans-serif
    }
}
.map-section .wrapper-map{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.map-section .wrapper-map .list-countrys .country{
    list-style-type:none;
    font:700 1.5rem Lato,sans-serif;
    color:#fff;
    margin-bottom:2rem;
    position:relative;
    cursor:pointer
}
.map-section .wrapper-map .list-countrys .country:before{
    content:" ";
    position:absolute;
    left:-20px;
    top:0;
    width:42px;
    height:42px;
    border-radius:100%;
    background-color:#2f8eed;
    opacity:.15
}
.map-section .wrapper-map .list-countrys .country.active{
    color:#2f8eed
}
.map-section .wrapper-map .wrapper-image{
    width:783px;
    height:392px;
    position:relative
}
.map-section .wrapper-map .wrapper-image .active{
    background-color:#2f8eed!important
}
.map-section .wrapper-map .wrapper-image img{
    width:100%;
    height:100%
}
.map-section .wrapper-map .wrapper-image .country{
    width:13px;
    height:13px;
    border-radius:50%;
    background-color:#fff;
    cursor:pointer
}
.map-section .wrapper-map .wrapper-image .country.LATAM{
    position:absolute;
    top:270px;
    left:240px
}
.map-section .wrapper-map .wrapper-image .country.Sub-Saharan-Africa{
    position:absolute;
    top:230px;
    left:400px
}
.map-section .wrapper-map .wrapper-image .country.MENAT{
    position:absolute;
    top:160px;
    left:430px
}
.map-section .wrapper-map .wrapper-image .country.South--Southeast-Asia1{
    position:absolute;
    top:215px;
    left:530px
}
.map-section .wrapper-map .wrapper-image .country.South--Southeast-Asia2{
    position:absolute;
    top:250px;
    left:610px
}
.map-section .wrapper-cards{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-top:7rem;
    flex-wrap:wrap
}
.map-section .wrapper-cards .article-card{
    display:flex;
    flex-direction:column;
    width:234px;
    padding:0 10px
}
.map-section .wrapper-cards .article-card .number-card{
    font:700 2.5rem Lato,sans-serif;
    color:#2f8eed
}
.map-section .wrapper-cards .article-card .title-card{
    font:700 1.2rem Lato,sans-serif;
    color:#106fb6;
}
.map-section .wrapper-cards .article-card .subtitle-card{
    font:700 .85 Lato,sans-serif;
    color:#79869f
}
@media(min-width:950px)and (max-width:1279px){
    .map-section .wrapper-map{
        flex-direction:column-reverse
    }
    .map-section .wrapper-map .list-countrys{
        width:100%;
        display:flex;
        margin-top:3rem;
        flex-direction:row;
        justify-content:space-evenly
    }
}
@media(min-width:480px)and (max-width:949px){
    .map-section{
        padding:7.5rem 3rem
    }
    .map-section .title{
        width:100%
    }
    .map-section .wrapper-map{
        flex-direction:column
    }
    .map-section .wrapper-map .wrapper-image{
        display:none!important
    }
    .map-section .wrapper-cards{
        justify-content:space-around
    }
}
@media(max-width:479px){
    .map-section{
        padding:7.5rem 3rem
    }
    .map-section .title{
        width:100%
    }
    .map-section .wrapper-map{
        flex-direction:column
    }
    .map-section .wrapper-map .wrapper-image{
        display:none!important
    }
    .map-section .wrapper-cards{
        justify-content:space-around
    }
}
.our-partners{
    width:100%;
    padding:7.5rem 11rem;
    background-color:#fff;
    display:none!important;
    flex-direction:column;
    align-items:center
}
.our-partners .head-section{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:4.5rem
}
.our-partners .head-section .title{
    font:700 2.5rem Lato,sans-serif;
    color:#0a043c
}
.our-partners .head-section .subtitle{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    text-align:center;
    line-height:30px
}
.our-partners .wrapper-partners{
    width:100%;
    display:none!important;
    align-items:center;
    justify-content:space-evenly;
    flex-wrap:wrap
}
.our-partners .wrapper-partners .image-partner-180{
    max-width:180px!important
}
.our-partners .wrapper-partners .image-partner-width-320{
    max-width:320px!important
}
.our-partners .wrapper-partners .image-partner{
    filter:grayscale(100%);
    max-width:225px;
    width:100%;
    padding:0 1%
}
.our-partners .wrapper-partners .image-partner:last-child{
    margin-right:0!important
}
@media(min-width:950px)and (max-width:1279px){
    .our-partners{
        padding:7.5rem 5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .our-partners{
        padding:7.5rem 3rem
    }
    .our-partners .wrapper-partners .image-partner{
        margin-bottom:3rem;
        max-width:200px
    }
}
@media(max-width:479px){
    .our-partners{
        padding:7.5rem 3rem
    }
    .our-partners .wrapper-partners .image-partner{
        margin-bottom:3rem;
        max-width:200px
    }
}
.ll-header-leadrship{
    width:100%;
    padding:2rem 1rem 2rem 14%;
    background-image:linear-gradient(180deg,#f0f1f2,#e7e9eb);
    display:flex;
    align-items:center;
    min-height:504px;
    max-height:504px;
    position:relative
}
@media(max-width:480px){
    .ll-header-leadrship{
        min-height:250px;
        background-image:url(/assets/investorsLeadership/investors.png);
        background-repeat:no-repeat;
        background-position:100%;
        background-size:cover
    }
}
.ll-header-leadrship .ll-content-header .ll-overlay{
    display:none;
    flex-direction:column;
    justify-content:center;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    padding:2rem;
    z-index:2;
    position:absolute
}
@media(max-width:480px){
    .ll-header-leadrship .ll-content-header .ll-overlay{
        display:flex
    }
}
.ll-header-leadrship .ll-content-header .ll-title{
    font:700 2.8rem Lato,sans-serif;
    color:#0a043c
}
.ll-header-leadrship .ll-content-header .ll-title b{
    color:#2979f2
}
.ll-header-leadrship .ll-content-header .ll-subTitle{
    font:700 1.375rem Lato,sans-serif;
    color:#0a043c
}
@media(min-width:950px)and (max-width:1279px){
    .ll-header-leadrship{
        padding:2rem 1rem 2rem 2rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .ll-header-leadrship{
        padding:2rem 1rem 4rem 2rem;
        flex-direction:column-reverse
    }
    .ll-header-leadrship img{
        margin-left:-15%;
        margin-bottom:2rem
    }
}
@media(max-width:479px){
    .ll-header-leadrship{
        padding:2rem 1rem 4rem 2rem;
        flex-direction:column-reverse
    }
    .ll-header-leadrship img{
        margin-left:-15%;
        margin-bottom:2rem
    }
}
.our-investors{
    width:100%;
    padding:0 8.33%;
    margin-top:10rem
}
.our-investors,.our-investors .first-investors{
    display:flex;
    flex-direction:column
}
.our-investors .first-investors .title{
    font:700 2.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:6.5rem
}
@media(max-width:950px){
    .our-investors .first-investors .title{
        text-align:center
    }
}
.our-investors .first-investors .investors{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    align-content:center;
    justify-items:center
}
.our-investors .advisors{
    display:flex;
    flex-direction:column;
    margin-top:2rem
}
.our-investors .advisors .top-section{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:6.5rem
}
.our-investors .advisors .top-section .title-1{
    font:700 2.5rem Lato,sans-serif;
    color:#0a043c;
    width:50%
}
@media(max-width:950px){
    .our-investors .advisors .top-section .title-1{
        text-align:center
    }
}
.our-investors .advisors .top-section .subtitle{
    font:normal 1.25rem Lato,sans-serif;
    color:#79869f;
    width:47%;
    line-height:1.7
}
@media(max-width:950px){
    .our-investors .advisors .top-section .subtitle{
        text-align:center
    }
}
.our-investors .advisors .avatars{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    flex-wrap:wrap
}
@media(min-width:950px)and (max-width:1279px){
    .our-investors{
        padding:0 5rem
    }
    .our-investors .first-investors .investors{
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:repeat(3,1fr)
    }
}
@media(min-width:480px)and (max-width:949px){
    .our-investors{
        padding:0 2rem
    }
    .our-investors .first-investors .investors{
        width:100%;
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
    .our-investors .advisors .top-section{
        flex-direction:column
    }
    .our-investors .advisors .top-section .subtitle,.our-investors .advisors .top-section .title-1{
        width:100%
    }
}
@media(max-width:479px){
    .our-investors{
        padding:0 2rem
    }
    .our-investors .first-investors .investors{
        width:100%;
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
    .our-investors .advisors .top-section{
        flex-direction:column
    }
    .our-investors .advisors .top-section .subtitle,.our-investors .advisors .top-section .title-1{
        width:100%
    }
    .our-investors .advisors .top-section{
        justify-content:center
    }
    .our-investors .advisors .top-section .subtitle,.our-investors .advisors .top-section .title-1{
        text-align:center
    }
}
.header-hiring{
    width:100%;
    padding:5rem 0 3rem 14%;
    background-color:#e2edfd;
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-height:504px;
    position:relative
}
@media(max-width:480px){
    .header-hiring{
        background-image:url(/assets/hiring/online_meetup.svg);
        background-repeat:no-repeat;
        background-position:100%;
        background-size:cover;
        min-height:300px
    }
}
.header-hiring .btn-blue{
    margin-top:24px
}
.header-hiring .content-header{
    width:100%;
    display:flex;
    flex-direction:column
}
.header-hiring .content-header .header-flex{
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.header-hiring .content-header .content-flex{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.header-hiring .content-header .overlay{
    display:none;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    padding:4rem 2rem 2rem;
    z-index:2;
    position:absolute
}
@media(max-width:480px){
    .header-hiring .content-header .overlay{
        display:block
    }
}
.header-hiring .content-header .title{
    margin-bottom:16px;
    font:700 3rem Lato,sans-serif;
    color:#0a043c
}
@media(max-width:480px){
    .header-hiring .content-header .title{
        font:700 2.2rem Lato,sans-serif;
        color:#fff
    }
}
.header-hiring .content-header .title b{
    color:#2979f2
}
@media(max-width:480px){
    .header-hiring .content-header .title b{
        color:#0a043c
    }
}
.header-hiring .content-header .subTitle{
    font:700 1.375rem Lato,sans-serif;
    color:#0a043c
}
@media(max-width:480px){
    .header-hiring .content-header .subTitle{
        font:700 1rem Lato,sans-serif;
        color:#fff
    }
}
.header-hiring img{
    max-width:50%;
    width:838px
}
@media(min-width:950px)and (max-width:1279px){
    .header-hiring .content-header{
        width:80%
    }
}
@media(min-width:480px)and (max-width:949px){
    .header-hiring{
        padding:2rem 1rem 4rem 2rem;
        flex-direction:column-reverse
    }
    .header-hiring .content-header{
        width:100%;
        align-items:center
    }
    .header-hiring .content-header .subTitle{
        text-align:center
    }
    .header-hiring img{
        max-width:100%;
        margin-left:20%;
        margin-bottom:2rem
    }
}
@media(max-width:479px){
    .header-hiring{
        padding:2rem 1rem 4rem 2rem;
        flex-direction:column-reverse
    }
    .header-hiring .content-header{
        width:100%;
        align-items:center
    }
    .header-hiring .content-header .subTitle{
        text-align:center
    }
    .header-hiring img{
        max-width:100%;
        margin-left:20%;
        margin-bottom:2rem;
        display:none
    }
}
.container-meetTeam{
    width:100%;
    padding:0 8.33%;
    margin-top:8.2rem;
    display:flex;
    flex-direction:column
}
.container-meetTeam .title{
    font:700 2.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:6.5rem
}
@media(max-width:950px){
    .container-meetTeam .title{
        text-align:center
    }
}
.container-meetTeam .team{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    align-content:center;
    justify-items:center
}
@media(min-width:950px)and (max-width:1279px){
    .container-meetTeam{
        padding:0 5rem
    }
    .container-meetTeam .team{
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:repeat(3,1fr)
    }
}
.email-to-join{
    width:100%;
    margin-top:44px
}
.email-to-join a{
    color:#2979f2
}
@media(max-width:480px){
    .email-to-join a{
        color:#fff
    }
}
@media(min-width:480px)and (max-width:949px){
    .container-meetTeam .team{
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
}
@media(max-width:479px){
    .container-meetTeam .team{
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
}
.wrapper-ourMission{
    margin-top:80px;
    padding-bottom:80px;
    width:100%;
    height:auto;
    background-color:#fdfefb;
    display:flex;
    padding-left:8.33%;
    align-items:center;
    justify-content:space-between
}
.wrapper-ourMission .content-side{
    width:40%;
    display:flex;
    flex-direction:column
}
.wrapper-ourMission .content-side .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:2rem
}
.wrapper-ourMission .content-side .subtitle{
    font:normal 1.25rem Lato,sans-serif;
    color:#79869f;
    line-height:1.7;
    max-width:400px
}
.wrapper-ourMission .image{
    width:484px
}
@media(max-width:479px){
    .wrapper-ourMission{
        padding:0 2rem 4rem;
        flex-direction:column-reverse
    }
    .wrapper-ourMission .content-side{
        width:100%;
        align-items:center
    }
    .wrapper-ourMission .content-side .subtitle,.wrapper-ourMission .content-side .title{
        text-align:center
    }
    .wrapper-ourMission .image{
        width:80%;
        margin-bottom:4rem;
        margin-top:4rem
    }
}
.container-restTeam{
    width:100%;
    padding:0 8.33%;
    display:flex;
    flex-direction:column
}
.container-restTeam .team{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    align-content:center;
    justify-items:center
}
@media(min-width:950px)and (max-width:1279px){
    .container-restTeam .team{
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:repeat(3,1fr)
    }
}
@media(min-width:480px)and (max-width:949px){
    .container-restTeam{
        padding:0 2rem
    }
    .container-restTeam .team{
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
}
@media(max-width:479px){
    .container-restTeam{
        padding:0 2rem
    }
    .container-restTeam .team{
        display:flex;
        align-content:center;
        justify-content:space-around;
        flex-wrap:wrap
    }
}
.header-about{
    position:relative;
    width:100%;
    padding:4rem 0 2rem 14%;
    background-color:#e2edfd;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:650px
}
@media(max-width:480px){
    .header-about{
        background-image:url(/assets/about/Brainstorm.svg);
        background-repeat:no-repeat;
        background-position:100%;
        background-size:contain
    }
}
.header-about .read-more{
    color:#2979f2;
    cursor:pointer
}
@media(max-width:480px){
    .header-about .read-more{
        color:#fff
    }
}
.header-about .read-more:hover{
    opacity:.8
}
.header-about .content-header{
    width:100%
}
.header-about .content-header .header-flex{
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.header-about .content-header .content-flex{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.header-about .content-header .overlay{
    display:none;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    padding:2rem;
    z-index:2;
    position:absolute
}
@media(max-width:480px){
    .header-about .content-header .overlay{
        display:block
    }
}
.header-about .content-header .height-auto{
    height:auto!important
}
.header-about .content-header .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:1.75rem
}
@media(max-width:480px){
    .header-about .content-header .title{
        color:#fff
    }
}
.header-about .content-header .subTitle{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.88;
    display:block;
    max-width:460px
}
@media(max-width:950px){
    .header-about .content-header .subTitle{
        margin:0 auto
    }
}
@media(max-width:480px){
    .header-about .content-header .subTitle{
        color:#fff
    }
}
.header-about img{
    width:60%
}
@media(min-width:480px)and (max-width:949px){
    .header-about{
        padding:5rem 1rem;
        flex-direction:column-reverse
    }
    .header-about .content-header{
        padding:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .header-about img{
        width:100%
    }
}
@media(max-width:479px){
    .header-about{
        padding:5rem 1rem;
        flex-direction:column-reverse
    }
    .header-about .content-header{
        padding:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .header-about img{
        width:100%
    }
}
.our-story{
    width:100%;
    padding:0 8.33%;
    margin-top:5.5rem;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.our-story .content-side{
    display:flex;
    flex-direction:column;
    width:50%
}
.our-story .content-side .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:2rem
}
.our-story .content-side .subtitle1{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.88;
    margin-bottom:2rem;
    max-width:630px
}
.our-story .content-side .subtitle2{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.88
}
@media(min-width:950px)and (max-width:1279px){
    .our-story{
        padding:0 5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .our-story{
        padding:0 2rem;
        flex-direction:column-reverse
    }
    .our-story .content-side{
        margin-top:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .our-story .image{
        width:80%
    }
}
@media(max-width:479px){
    .our-story{
        padding:0 2rem;
        flex-direction:column-reverse
    }
    .our-story .content-side{
        margin-top:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .our-story .image{
        width:80%
    }
}
.define-us{
    width:100%;
    margin-top:10rem;
    padding:0 8.33%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:100px
}
.define-us .figure-side{
    width:25rem;
    height:28.125rem;
    position:relative
}
.define-us .figure-side .image-1{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.define-us .figure-side .image-2{
    width:100%;
    height:100%;
    position:absolute;
    left:147px;
    top:175px
}
.define-us .content-side{
    width:45%;
    display:flex;
    flex-direction:column
}
.define-us .content-side .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:1.5rem
}
.define-us .content-side .subtitle{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    margin-bottom:2rem;
    line-height:1.88;
    max-width:545px
}
.define-us .content-side .title2{
    font:700 1.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:3.5rem;
    max-width:420px
}
.define-us .content-side .define-icons{
    display:flex;
    align-items:center;
    flex-wrap:wrap
}
.define-us .content-side .define-icons .wrapper{
    display:flex;
    align-items:center;
    margin-right:25px;
    margin-bottom:25px;
    flex:40% 1
}
.define-us .content-side .define-icons .wrapper .icon{
    display:flex;
    align-items:center;
    justify-content:center;
    height:30px
}
.define-us .content-side .define-icons .wrapper .name-icon{
    margin-left:2rem;
    font:700 1rem Lato,sans-serif;
    color:#0a043c;
    letter-spacing:.34px
}
@media(min-width:950px)and (max-width:1279px){
    .define-us{
        padding:0 2rem;
        flex-direction:column;
        margin-bottom:80px;
        margin-top:60px
    }
    .define-us .content-side{
        margin-top:100px;
        width:100%;
        align-items:center;
        text-align:center
    }
    .define-us .content-side .define-icons{
        display:flex;
        align-items:center;
        justify-content:space-evenly;
        width:80%
    }
    .define-us .content-side .define-icons .wrapper{
        justify-content:center
    }
}
@media(min-width:480px)and (max-width:949px){
    .define-us{
        padding:0 2rem;
        flex-direction:column;
        margin-bottom:80px;
        margin-top:60px
    }
    .define-us .content-side{
        margin-top:100px;
        width:100%;
        align-items:center;
        text-align:center
    }
    .define-us .content-side .define-icons{
        display:flex;
        align-items:center;
        justify-content:space-evenly;
        width:80%
    }
    .define-us .content-side .define-icons .wrapper{
        justify-content:center
    }
}
@media(max-width:479px){
    .define-us .image-1{
        width:80%;
        height:auto
    }
    .define-us .figure-side{
        margin-left:-100px
    }
    .define-us{
        padding:0 2rem;
        flex-direction:column;
        margin-bottom:80px;
        margin-top:60px
    }
    .define-us .content-side{
        margin-top:100px;
        width:100%;
        align-items:center;
        text-align:center
    }
    .define-us .content-side .define-icons{
        display:flex;
        align-items:center;
        justify-content:space-evenly;
        width:80%
    }
    .define-us .content-side .define-icons .wrapper{
        justify-content:center
    }
}
.cashe-story{
    width:100%;
    padding:0 8.33%;
    margin-top:10rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:110px
}
.cashe-story .content-side{
    display:flex;
    flex-direction:column;
    width:50%
}
.cashe-story .content-side .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:2rem
}
.cashe-story .content-side .subtitle1{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.88;
    margin-bottom:2rem;
    max-width:630px
}
.cashe-story .content-side .subtitle2{
    font:normal 1rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.88
}
.cashe-story .image{
    width:40%
}
@media(min-width:950px)and (max-width:1279px){
    .cashe-story{
        padding:0 5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .cashe-story{
        padding:0 2rem;
        flex-direction:column-reverse
    }
    .cashe-story .content-side{
        margin-top:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .cashe-story .image{
        width:80%
    }
}
@media(max-width:479px){
    .cashe-story{
        padding:0 2rem;
        flex-direction:column-reverse
    }
    .cashe-story .content-side{
        margin-top:2rem;
        width:100%;
        align-items:center;
        text-align:center
    }
    .cashe-story .image{
        width:80%
    }
}
.read-more{
    color:#2979f2;
    cursor:pointer
}
.read-more:hover{
    opacity:.8
}
.header-technology{
    position:relative;
    width:100%;
    padding:7rem 0 7rem 14%;
    background-color:#040f77;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:2rem;
    min-height:504px;
    background-image:url(/assets/technology/world.png);
    background-repeat:no-repeat;
    background-position:100%
}
@media(max-width:480px){
    .header-technology{
        background-size:cover;
        min-height:250px
    }
}
.header-technology .content-side{
    width:50%;
    display:flex;
    flex-direction:column
}
.header-technology .content-side .overlay{
    display:none;
    flex-direction:column;
    justify-content:center;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    padding:2rem;
    z-index:2;
    position:absolute
}
@media(max-width:480px){
    .header-technology .content-side .overlay{
        display:flex
    }
}
.header-technology .content-side .title{
    font:700 3rem Lato,sans-serif;
    color:#fff;
    margin-bottom:2rem;
    line-height:1.4
}
@media(max-width:480px){
    .header-technology .content-side .title{
        font:700 2.5rem Lato,sans-serif
    }
}
.header-technology .content-side .subtitle{
    font:700 1.5rem Lato,sans-serif;
    color:#fff
}
@media(max-width:480px){
    .header-technology .content-side .subtitle{
        font:700 1.2rem Lato,sans-serif
    }
}
.header-technology .image{
    width:50%
}
@media(min-width:480px)and (max-width:949px){
    .header-technology{
        padding:0;
        flex-direction:column
    }
    .header-technology .content-side{
        width:100%;
        align-items:center;
        text-align:center;
        padding:3rem 1rem
    }
    .header-technology .image{
        width:80%;
        align-self:flex-end
    }
}
@media(max-width:479px){
    .header-technology{
        padding:0;
        flex-direction:column
    }
    .header-technology .content-side{
        width:100%;
        align-items:center;
        text-align:center;
        padding:3rem 1rem
    }
    .header-technology .image{
        width:80%;
        align-self:flex-end;
        display:none
    }
}
.wrapper-section{
    width:100%;
    padding:0 8.33%;
    display:flex;
    flex-direction:column
}
.wrapper-section .section-technology{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:3rem 0
}
.wrapper-section .section-technology .content-side{
    display:flex;
    flex-direction:column;
    width:60%
}
.wrapper-section .section-technology .content-side:nth-child(n+2){
    align-items:flex-end
}
.wrapper-section .section-technology .content-side .content-side-holder{
    max-width:600px
}
@media(max-width:950px){
    .wrapper-section .section-technology .content-side .content-side-holder{
        margin:0 auto
    }
}
.wrapper-section .section-technology .content-side .content-side-holder .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:2.5rem;
    line-height:1.2
}
@media(max-width:950px){
    .wrapper-section .section-technology .content-side .content-side-holder .title{
        margin:0 auto 2.5rem
    }
}
@media(max-width:480px){
    .wrapper-section .section-technology .content-side .content-side-holder .title{
        font:700 2.3rem Lato,sans-serif
    }
}
.wrapper-section .section-technology .content-side .content-side-holder .text{
    color:rgba(35,73,107,.5);
    letter-spacing: normal;
    line-height:1.48;
    font-size:20px!important;
    margin-bottom:8px
}
.wrapper-section .section-technology .image{
    width:40%
}
@media(max-width:480px){
    .wrapper-section .section-technology .image{
        margin-bottom:3rem
    }
}
.wrapper-section .section-technology:nth-child(3){

}
.wrapper-section .section-technology:nth-child(3) .content-side .text{
    font:normal 1.25rem Lato,sans-serif;
    color:rgba(35,73,107,.5);
    line-height:1.7;
    margin-bottom:2rem
}
@media(min-width:480px)and (max-width:949px){
    .wrapper-section{
        padding:0 2rem
    }
    .wrapper-section .section-technology{
        display:flex;
        flex-direction:column
    }
    .wrapper-section .section-technology .content-side{
        width:100%;
        text-align:center;
        margin-bottom:2rem
    }
    .wrapper-section .section-technology .image{
        width:90%;
        align-self:center
    }
    .wrapper-section .section-technology:first-child,.wrapper-section .section-technology:nth-child(3){
        flex-direction:column-reverse
    }
}
@media(max-width:479px){
    .wrapper-section{
        padding:0 2rem
    }
    .wrapper-section .section-technology{
        display:flex;
        flex-direction:column
    }
    .wrapper-section .section-technology .content-side{
        width:100%;
        text-align:center;
        margin-bottom:2rem
    }
    .wrapper-section .section-technology .image{
        width:90%;
        align-self:center
    }
    .wrapper-section .section-technology:first-child,.wrapper-section .section-technology:nth-child(3){
        flex-direction:column-reverse
    }
}
.wrapper-differentiates{
    width:100%;
    padding:0 8.33%;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:4rem 0
}
.wrapper-differentiates .title{
    font:700 2.5rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:4rem;
    text-align:center
}
.wrapper-differentiates .section-cards{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row
}
.wrapper-differentiates .section-cards .card-wrapper{
    width:30%;
    min-width:300px;
    height:auto;
    flex-direction:column;
    padding:2rem 2.43rem;
    border-radius:20px
}
.wrapper-differentiates .section-cards .card-wrapper .icon-card{
    width:56px;
    height:56px;
    background-color:rgba(41,121,242,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    margin-bottom:2rem
}
.wrapper-differentiates .section-cards .card-wrapper .icon-card .icon{
    max-width:32px
}
.wrapper-differentiates .section-cards .card-wrapper .title-card{
    font:700 1.43rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:1.5rem
}
.wrapper-differentiates .section-cards .card-wrapper .body-card{
    font:normal 1rem Lato,sans-serif;
    color:#79869f;
    line-height:1.63
}
.wrapper-differentiates .section-cards .card-wrapper:hover{
    background-color:#fff;
    box-shadow:10px 24px 54px 0 rgba(0,0,0,.05)
}
@media(min-width:950px)and (max-width:1279px){
    .wrapper-differentiates{
        padding:0 5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .wrapper-differentiates{
        padding:0 2rem
    }
    .wrapper-differentiates .section-cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-differentiates .section-cards .card-wrapper{
        width:100%;
        display:flex;
        text-align:center;
        justify-content:center;
        align-items:center;
        margin-bottom:1rem
    }
}
@media(max-width:479px){
    .wrapper-differentiates{
        padding:0 2rem
    }
    .wrapper-differentiates .section-cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-differentiates .section-cards .card-wrapper{
        width:100%;
        display:flex;
        text-align:center;
        justify-content:center;
        align-items:center;
        margin-bottom:1rem
    }
    .wrapper-differentiates .title{
        margin-bottom:2rem
    }
}
.wrapper-innovation{
    width:100%;
    padding:6rem 9rem;
    background-color:#fdfefb;
    display:flex;
    flex-direction:column
}
.wrapper-innovation .title{
    font:700 2rem Lato,sans-serif;
    color:#0a043c;
    width:32.75rem;
    margin-bottom:2rem;
    line-height:1.2;
    max-width:400px
}
@media(max-width:480px){
    .wrapper-innovation .title{
        font:700 2.3rem Lato,sans-serif
    }
}
.wrapper-innovation .tech-img{
    margin-bottom:36px;
    max-width:1000px
}
.wrapper-innovation .cards{
    width:100%;
    display:flex;
    justify-content:space-between
}
.wrapper-innovation .cards .card{
    width:47%;
    padding:3.4rem;
    background-image:linear-gradient(180deg,rgba(249,252,255,.14),#f8fbff);
    display:table-cell;
    flex-direction:column;
    border-radius:20px
}
@media(max-width:480px){
    .wrapper-innovation .cards .card{
        padding:2rem
    }
}
.wrapper-innovation .cards .card .title{
    font:700 1.75rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:1rem
}
.wrapper-innovation .cards .card .body{
    font:normal 1.25rem Lato,sans-serif;
    color:#79869f;
    line-height:1.7
}
@media(min-width:950px)and (max-width:1279px){
    .wrapper-innovation{
        padding:4rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .wrapper-innovation{
        padding:4rem 2rem
    }
    .wrapper-innovation .title{
        width:100%
    }
    .wrapper-innovation .cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-innovation .cards .card{
        width:100%;
        margin-bottom:2rem
    }
}
@media(max-width:479px){
    .wrapper-innovation{
        padding:4rem 2rem
    }
    .wrapper-innovation .title{
        width:100%
    }
    .wrapper-innovation .cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-innovation .cards .card{
        width:100%;
        margin-bottom:2rem
    }
}
.wrapper-stack{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center
}
.wrapper-stack .title{
    font:700 3rem Lato,sans-serif;
    color:#0a043c;
    margin-bottom:3rem
}
@media(max-width:480px){
    .wrapper-stack .title{
        font:700 2.3rem Lato,sans-serif
    }
}
.wrapper-stack .icons{
    width:100%;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    grid-template-rows:repeat(3,200px);
    align-items:center;
    justify-content:space-between;
    justify-items:center
}
.wrapper-stack .icons .icon{
    width:97px;
    height:97px;
    border-radius:50%;
    background-color:#e9f1fd;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative
}
.wrapper-stack .icons .icon.icon-1{
    grid-column:3/4;
    grid-row:1/2
}
.wrapper-stack .icons .icon.icon-1 img{
    max-width:45px
}
.wrapper-stack .icons .icon.icon-2{
    grid-column:1/2;
    grid-row:2/3;
    position:relative;
    bottom:45px
}
.wrapper-stack .icons .icon.icon-2 img{
    max-width:68px
}
.wrapper-stack .icons .icon.icon-3{
    grid-column:2/3;
    grid-row:2/3;
    width:127px;
    height:127px;
    position:relative;
    bottom:30px
}
.wrapper-stack .icons .icon.icon-4{
    grid-column:3/4;
    grid-row:2/3;
    width:164px;
    height:164px;
    position:relative;
    top:15px
}
.wrapper-stack .icons .icon.icon-4 img{
    max-width:75px
}
@media(min-width:950px){
    .wrapper-stack .icons .icon.icon-4 img{
        max-width:94px
    }
}
.wrapper-stack .icons .icon.icon-5{
    grid-column:4/5;
    grid-row:2/3;
    width:127px;
    height:127px;
    position:relative;
    bottom:30px
}
.wrapper-stack .icons .icon.icon-5 img{
    max-width:46px
}
.wrapper-stack .icons .icon.icon-6{
    grid-column:5/6;
    grid-row:2/3;
    position:relative;
    bottom:45px
}
.wrapper-stack .icons .icon.icon-6 img{
    max-width:59px
}
.wrapper-stack .icons .icon.icon-7{
    grid-column:1/2;
    grid-row:3/4;
    bottom:45px
}
.wrapper-stack .icons .icon.icon-7 img{
    max-width:61px
}
.wrapper-stack .icons .icon.icon-8{
    grid-column:2/3;
    grid-row:3/4;
    width:127px;
    height:127px;
    bottom:30px
}
.wrapper-stack .icons .icon.icon-8 img{
    max-width:70px
}
.wrapper-stack .icons .icon.icon-9{
    grid-column:3/4;
    grid-row:3/4
}
.wrapper-stack .icons .icon.icon-9 img{
    max-width:80px
}
.wrapper-stack .icons .icon.icon-10{
    grid-column:4/5;
    grid-row:3/4;
    width:127px;
    height:127px;
    bottom:30px
}
.wrapper-stack .icons .icon.icon-10 img{
    max-width:100px
}
.wrapper-stack .icons .icon.icon-11{
    grid-column:5/6;
    grid-row:3/4;
    bottom:45px
}
.wrapper-stack .icons .icon.icon-11 img{
    max-width:70px
}
.wrapper-stack .icons .icon img{
    width:100%;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
@media(min-width:950px)and (max-width:1279px){
    .wrapper-stack{
        padding:0 5rem
    }
}
@media(min-width:480px)and (max-width:949px){
    .wrapper-stack{
        padding:0 2rem;
        text-align:center
    }
    .wrapper-stack .icons{
        display:flex!important;
        justify-content:space-around;
        align-items:center;
        flex-wrap:wrap
    }
    .wrapper-stack .icons .icon{
        position:relative;
        top:0!important;
        bottom:0!important;
        margin:20px;
        width:127px!important;
        height:127px!important
    }
    .wrapper-stack .cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-stack .cards .card{
        width:100%;
        margin-bottom:2rem
    }
}
@media(max-width:479px){
    .wrapper-stack{
        padding:0 2rem;
        text-align:center
    }
    .wrapper-stack .icons{
        display:flex!important;
        justify-content:space-around;
        align-items:center;
        flex-wrap:wrap
    }
    .wrapper-stack .icons .icon{
        position:relative;
        top:0!important;
        bottom:0!important;
        margin:20px;
        width:127px!important;
        height:127px!important
    }
    .wrapper-stack .cards{
        display:flex;
        flex-direction:column
    }
    .wrapper-stack .cards .card{
        width:100%;
        margin-bottom:2rem
    }
}
.top-sections-home{
    width:100%;
    padding:0 8.33%;
    display:flex;
    flex-direction:column;
    position:relative
}
@media(min-width:480px)and (max-width:949px){
    .top-sections-home{
        padding:0 3rem 1.75rem
    }
}
@media(max-width:479px){
    .top-sections-home{
        padding:0 2rem 1.75rem
    }
}

.clickable a{
    cursor:pointer
}
@media(max-width:479px){
    .btn-tscl{
        align-self:center
    }
    .section-divider{
        padding-top:90px!important
    }
    .mobile-hidden{
        display:none!important
    }
}
@media(min-width:1280px)and (max-width:1439px){
    .mobile-visible{
        display:hidden!important
    }
}
@media(min-width:950px)and (max-width:1279px){
    .mobile-visible{
        display:hidden!important
    }
}
@media(min-width:480px)and (max-width:949px){
    .wrapper-ourMission{
        padding:0 2rem 4rem;
        flex-direction:column-reverse
    }
    .wrapper-ourMission .content-side{
        width:100%;
        align-items:center
    }
    .wrapper-ourMission .content-side .subtitle,.wrapper-ourMission .content-side .title{
        text-align:center
    }
    .wrapper-ourMission .image{
        width:80%;
        margin-bottom:4rem;
        margin-top:4rem
    }
}
@media(max-width:479px){
    .wrapper-ourMission{
        padding:0 2rem 4rem;
        flex-direction:column-reverse
    }
    .wrapper-ourMission .content-side{
        width:100%;
        align-items:center
    }
    .wrapper-ourMission .content-side .subtitle,.wrapper-ourMission .content-side .title{
        text-align:center
    }
    .wrapper-ourMission .image{
        width:80%;
        margin-bottom:4rem;
        margin-top:4rem
    }
    .mobile-visible{
        display:flex!important
    }
}
