
.fa-v2-insights {

}
.fa-v2-insights .fa-homeinner {
    max-width: 1472px;
    width: var(--colpercent);
}
.fa-v2-insights-header {
    background: linear-gradient(0deg, rgba(224, 243, 250, 1) 0%, rgba(224, 243, 250, 0) 100%);
    padding-top: 320px;

}
.fa-v2-insights-header .fa-homeinner {
    display: grid;
    grid-template-columns: 40% 60%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.fa-v2-insights-header-cnt {
    padding-top: 130px;
    width: 85%;
}
.fa-v2-insights-header-title h1 {
    color: var(--primary);
    font-size: 120px;
    line-height: 100%;
    font-family: var(--fonttitle);

}
.fa-v2-insights-header-text {
    font-size: 22px;
    line-height: 130%;
    padding-top: 24px;
}
.fa-v2-insights-header-text p {
    margin: 0;
    padding-bottom: 16px;
}
.fa-v2-insights-header-insights {
    padding-bottom: 272px;
    position: relative;
    height: 404px;
}  
.fa-v2-insights-header-insights a .fa-v2-insight-item {
    margin-left: 48%;
    width: 52%;
    position: absolute;
    z-index: 3;
}
.fa-v2-insights-header-insights a:first-child .fa-v2-insight-item {
    position: absolute;
    margin-left: 0;
    margin-top: 92px;
    z-index: 2;
    top: 0;
    left: 0;
}

.fa-v2-insights-categories {
    padding-top: 130px;
}
.fa-v2-insights-cat-pills-holder {

}
.fa-v2-insights-cat-pills-mobile-dd {
    display: none;
}
.fa-v2-insights-cat-pills {
    font-size: 0;
}
.fa-v2-insights-cat-pill {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 18px;
}
.fa-v2-insights-cat-pill-on {
    display: none;
    z-index: 1;
    margin-left: -1px;
    position: absolute;
    padding-top: 15px;
    font-family: var(--font);
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 18px;
    height: 33px;
    text-align: center;
    border-radius: 25px;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor: pointer;
    background-color: #686F7D;
    font-family: var(--fontmedium);
    color: #fff;
}
.fa-v2-insights-cat-pill-off {

}
.fa-v2-insights-cat-pill.selected .fa-v2-insights-cat-pill-on {
    display: block;
}

.fa-v2-insights-list .fa-homeinner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
    padding-top: 112px;
}
.fa-v2-insights-btn {
    padding-top: 100px;
    text-align: center;
}
.fa-v2-insights-list a:has(.fa-v2-insight-item) {
    display: none;
}
.fa-v2-insights-list a:has(.fa-v2-insight-item.show) {
    display: block;
}

@media screen and (max-width: 1500px) {
    .fa-v2-insights-header-title h1 {
        font-size: 98px;
    }
}

@media screen and (max-width: 1200px) {
    .fa-v2-insights-header-title h1 {
        font-size: 68px;
    }
    .fa-v2-insights-header {
        padding-top: 240px;
    }
    .fa-v2-insights-list .fa-homeinner {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        column-gap: 30px;
    }
    .fa-v2-insights-header-insights {
        padding-bottom: 232px;
    }
    .fa-v2-insights-categories {
        padding-top: 100px;
    }
    .fa-v2-insights-list .fa-homeinner {
        padding-top: 82px;
    }
}

@media screen and (max-width: 1024px) {
    .fa-v2-insights-header .fa-homeinner {
        display: block;
    }
    .fa-v2-insights-header-cnt {
        padding-bottom: 30px;
    }
    .fa-v2-insights-header-cnt {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .fa-v2-insights-header-text {
        font-size: 16px;
    }

    .fa-v2-insights-list .fa-homeinner {
        display: block;
        padding-top: 54px;
    }

    
    .fa-v2-insights-cat-pills-mobile-dd {
        display: block;
        width: calc(100% - 60px);
        padding-top: 15px;
        font-family: var(--font);
        border: 1px solid var(--lightblue);
        color: var(--lightblue);
        padding-right: 30px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 18px;
        height: 33px;
        text-align: left;
        border-radius: 25px;
        position: relative;
        cursor: pointer;
    }
    .fa-v2-insights-categories {
        padding-top: 54px;
    }
    .fa-v2-insights-cat-pills-mobile-dd:before {
        content: "";
        width: 14px;
        height: 11px;
        position: absolute;
        right: 0;
        margin-right: 20px;
        top: 0;
        margin-top: 19px;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11L0.937822 0.5L13.0622 0.500001L7 11Z' fill='%2364C3E8'/%3E%3C/svg%3E%0A");
    }
    .fa-v2-insights-cat-pills {
        border-radius: 16px;
        display: none;
        position: absolute;
        z-index: 5;
        width: calc(100% - 60px);
        top: 0;
        left: 0;
        padding: 30px;
        border: 1px solid var(--lightblue);
        background-color: #fff;
    }
    .fa-v2-insights-cat-pill {
        
    }
    .fa-v2-insights-categories:hover .fa-v2-insights-cat-pills,
    .fa-v2-insights-categories:active .fa-v2-insights-cat-pills {
        display: block;
    }
    .fa-v2-insights-header {
        padding-top: 180px;
    }
    .fa-v2-insights-header .fa-homeinner {
        width: 100%;
    }
    .fa-v2-insights-header-cnt {
        width: var(--colpercent);
        margin-left: auto;
        margin-right: auto;
    }
    .fa-v2-insights-header-insights-scroll {
        padding-bottom: 54px;
        overflow: scroll;
        width: 100%;
        padding-top: 20px;
        margin-top: -20px;
    }
    .fa-v2-insights-header-insights {
        padding-bottom: 0px;
        white-space: nowrap;
        padding-left: 8%;
        padding-right: 8%;
        height: auto;
    }  
    .fa-v2-insights-header-insights a {
        display: inline-block;
    }
    .fa-v2-insights-header-insights a .fa-v2-insight-item, .fa-v2-insights-header-insights a:first-child .fa-v2-insight-item {
        margin-left: 0;
        white-space: normal;
        position: relative;
        display: inline-block;
        width: var(--colpercent);
        margin-top: 0;
        margin-right: 10px;
    }
    .fa-v2-insights-header-insights a:first-child .fa-v2-insight-item, .fa-v2-insights-header-insights a .fa-v2-insight-item {
        width: auto;
    }
    .fa-v2-insights-cat-pill {
        margin-bottom: 12px;
    }
    .fa-v2-insights-cat-pill-on,  .fa-v2-insights-cat-pill-off {
        padding-top: 8px;
        font-size: 16px;
        height: 26px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .fa-v2-insights-header-mobile-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        font-size: 0;
        margin-top: -44px;
    }
    .fa-v2-insights-header-mobile-dots:before, .fa-v2-insights-header-mobile-dots:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: var(--lightblue);
        border-radius: 6px;
        margin-right: 3px;
        margin-left: 3px;

        display: inline-block;

    }
    .fa-v2-insights-btn {
        padding-top: 60px;
    }
}








