

/*--- Financial Services Page Style Start ---*/
.spotlight_slider_section {
    padding: 90px 0;
    font-family: "Poppins", sans-serif;
}

.spotlight_slider_section .spotlight_slider_title {
    max-width: 660px;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.spotlight_slider_section .spotlight_slider_title h5 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}

.spotlight_slider_section .spotlight_slider_title h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.spotlight_card {
    border-radius: 16px;
    background: #F5F5F9;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    position: relative;
    transition: 0.45s all ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.spotlight_slider_section .swiper-slide {
    height: auto !important;
}

.spotlight_card>figure {
    padding-bottom: 50%;
    position: relative;
}

.spotlight_card>figure img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.spotlight_card .spotlight_card_body {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    height: 100%;
    justify-content: space-between;
}

.spotlight_card h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    min-height: 133px;
}

.spotlight_swiper {
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.swiper_spotlight_next_prev_wrapper {
    display: flex;
    gap: 14px;
}

.swiper_spotlight_next_prev_wrapper .swiper-button-prev:after,
.swiper_spotlight_next_prev_wrapper .swiper-button-next:after {
    content: none !important;
}

.swiper_spotlight_next_prev_wrapper .swiper-button-next,
.swiper_spotlight_next_prev_wrapper .swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #000;
    cursor: pointer;
    transition: background .2s ease;
    position: static;
    margin-top: 14px;
}

.swiper_spotlight_next_prev_wrapper .swiper-button-next svg,
.swiper_spotlight_next_prev_wrapper .swiper-button-prev svg {
    height: 14px
}

.swiper_spotlight_next_prev_wrapper .swiper-button-next svg path,
.swiper_spotlight_next_prev_wrapper .swiper-button-prev svg path {
    fill: white;
    width: 10px;
}

.swiper_spotlight_next_prev_wrapper>div:hover {
    opacity: .7;
}

.spotlight_card .wp-block-sf-block-anchor {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 157.143%;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
}

.spotlight_card a.wp-block-sf-block-anchor:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.spotlight_card .wp-block-sf-block-anchor figure {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background-color: #E4E7ED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.spotlight_card .wp-block-sf-block-anchor figure img {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain !important;
}

.spotlight_card .wp-block-sf-block-anchor>* {
    margin: 0;
    font-size: inherit;
    color: inherit;
}

.spotlight_card:hover .wp-block-sf-block-anchor figure {
    filter: invert(1);
}

@media (max-width: 759px) {
    .spotlight_slider_section {
        padding: 60px 0;
    }

    .spotlight_slider_section .spotlight_slider_title h2 {
        font-size: 32px;
    }
}

/*-- Spotlight Slider Section Style End --*/

.aia_platforms_section {
    padding: 88px 0 90px;
    background: linear-gradient(0deg, rgba(235, 225, 220, 0.00) 0%, #EBE1DC 100%);
    font-family: "Poppins", sans-serif;
}

.aia_platforms_section .aia_platforms_title {
    max-width: 885px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.aia_platforms_section .aia_platforms_title h5 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}

.aia_platforms_section .aia_platforms_title h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.aia_platforms_tabs_wrap {}

.aia_platforms_section .aia_platformsTabs_links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.aia_platforms_section .platformsTabs_button {
    padding: 10px 17px;
    border-radius: 200px;
    background-color: transparent;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 230.769%;
    border: none;
    cursor: pointer;
    transition: 0.35s all ease-in-out;
}

.aia_platforms_section .platformsTabs_button.active,
.aia_platforms_section .platformsTabs_button:hover {
    background-color: #000;
    color: #FFF;
}

.aia_platforms_section .platformsTabs_button * {
    margin: 0;
    font-size: inherit;
    color: inherit;
}

.aia_platforms_section .aia_platformsTab_inner {
    display: none;
    align-items: center;
    gap: 45px;
}

.aia_platforms_section .aia_platformsTab_inner.active {
    display: flex;
}

.aia_platforms_section .aia_platformsTab_inner>figure,
.aia_platforms_section .aia_platformsTab_inner>video {
    border-radius: 8px;
    box-shadow: 0 3px 40px 0 rgba(172, 185, 220, 0.40);
    overflow: hidden;
    width: 100%;
    height: 439px;
}

.aia_platforms_section .aia_platformsTab_inner h3 {
    color: #1B1B1B;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 20px 0;
}

.aia_platforms_section .aia_platformsTab_info {
    max-width: 305px;
    flex: 0 0 305px;
}

.aia_platforms_section .aia_platformsTab_inner .aia_platformsTab_info>p {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 30px 0;
    min-height: 217px;
}

.aia_platforms_section .aia_platformsTab_inner .aia_platformsTab_anchor {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 600;
}

.aia_platforms_section .aia_platformsTab_inner .aia_platformsTab_anchor p {
    margin: 0;
}

.aia_platforms_section .aia_platformsTab_inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1188px) {
    .aia_platforms_section .aia_platformsTab_info {
        max-width: 250px;
        flex: 0 0 250px;
    }

    .aia_platforms_section .aia_platformsTab_inner {
        gap: 20px;
        align-items: flex-start;
    }

    .aia_platforms_section .aia_platformsTab_inner>figure,
    .aia_platforms_section .aia_platformsTab_inner>video {
        height: 230px;
    }

    .aia_platforms_section .aia_platformsTab_inner h3 {
        margin-bottom: 12px;
    }
}

@media (max-width: 759px) {
    .aia_platforms_section {
        padding: 60px 0;
    }

    .aia_platforms_section .aia_platformsTab_inner {
        flex-direction: column;
    }

    .aia_platforms_section .aia_platformsTab_info {
        max-width: 100%;
        flex: 0 0 100%;
    }


    .aia_platforms_section .aia_platformsTab_inner>figure,
    .aia_platforms_section .aia_platformsTab_inner>video {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .aia_platforms_section .aia_platforms_title h2 {
        font-size: 32px;
    }

    .aia_platforms_section .aia_platformsTabs_links {
        gap: 7px;
        margin-bottom: 20px;
        overflow: auto;
    }

    .aia_platforms_section .platformsTabs_button {
        white-space: nowrap;
        padding: 8px 12px;
    }
}

/*-- AIA Platform Section Style End --*/


.aia_quote_section {
    padding: 40px 0 0 0;
    background-color: #FFF;
    font-family: "Poppins", sans-serif;
}

.aia_quote_section .wp-block-create-block-quote .platform-quote>p,
.aia_quote_section .wp-block-create-block-quote .platform-quote__quote p {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-family: "Poppins", sans-serif;
    padding: 0 !important;
}

.aia_quote_section .get-proven-approach-quote__content a {
    display: none;
}

.aia_quote_section .get-proven-approach-quote__content {
    padding-left: 14px !important;
}

.aia_quote_section .get-proven-approach-quote__content strong {
    font-weight: 600 !important;
    display: block;
}

.aia_quote_section .get-proven-approach-quote__content p br {
    display: none;
}

.aia_quote_section .wp-block-create-block-quote .get-proven-approach-quote__img {
    flex-shrink: 0;
    width: 100px;
    height: 124px;
}

/*-- AIA Quote Section Style End --*/

.finServ_ai_section {
    padding: 90px 0;
    background-color: #FFF;
    font-family: "Poppins", sans-serif;
}

.finServ_ai_section .finServ_ai_title {
    max-width: 800px;
    margin: 0 auto 30px;
    gap: 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.finServ_ai_section h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.finServ_ai_section .finServ_ai_title h5 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0;
}

.finServ_ai_section .finServ_ai_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
}

.finServ_ai_section .finServ_ai_card {
    padding: 20px 22px 30px 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Poppins", sans-serif;
    max-width: calc(33.333% - 14.666px);
    flex: 0 0 calc(33.333% - 14.666px);
    width: 100%;
    border-radius: 16px;
    border: 1px solid #E4E7ED;
    background: #FFF;
    box-shadow: 0px 2px 0px 0px #F3F3F3;
    overflow: hidden;
}

.finServ_ai_section .finServ_ai_card figure {
    margin: 0 !important;
}

.finServ_ai_section .finServ_ai_card h4 {
    color: #252525;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.finServ_ai_section .finServ_ai_card>p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    margin: 0;
}

.finServ_ai_section .finServ_ai_card>p a {
    color: #000;
    text-decoration: underline;
    transition: 0.35s all ease-in-out;
}

.finServ_ai_section .finServ_ai_card>p a:hover {
    text-decoration: none;
}

.finServ_ai_card .wp-block-sf-block-anchor,
.finServ_ai_card .wp-block-sf-block-anchor p {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    margin: 0 !important;
}

.finServ_ai_card>figure:first-child {
    width: 32px !important;
    height: 32px !important;
}

.finServ_ai_card>figure:first-child img {
    width: 100% !important;
    height: 100% !important;
}


.finServ_ai_card>figure:last-child {
    margin-right: -22px !important;
    margin-bottom: -20px !important;
}

@media (max-width: 1188px) {
    .finServ_ai_section .finServ_ai_row {
        gap: 12px;
    }

    .finServ_ai_section .finServ_ai_card {
        padding: 15px;
        gap: 15px;
        max-width: calc(33.333% - 8px);
        flex: 0 0 calc(33.333% - 8px);
    }

    .finServ_ai_section .finServ_ai_card h4 {
        font-size: 20px;
    }

    .finServ_ai_section .finServ_ai_card>p {
        font-size: 16px;
    }
}

@media (max-width: 759px) {
    .finServ_ai_section {
        padding: 60px 0;
    }

    .finServ_ai_section h2 {
        font-size: 32px;
    }

    .finServ_ai_section .finServ_ai_row {
        gap: 20px;
    }

    .finServ_ai_section .finServ_ai_card {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 22px;
    }
}

/*-- FinServ AI Section End --*/
/*-- FinServ Bottom CTA Section --*/
@media screen and (min-width: 760px) {

    .finServ_page .sf_bottom_cta_block .sf_bottom_cta_wrapper {
        padding-top: 94px;
        padding-bottom: 103px;
        max-width: 760px;
    }

    .finServ_page .sf_bottom_cta_block .bottom-cta-text {
        color: #000;
        text-align: center;
        font-family: Poppins, sans-serif;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 55px;
        /* 125% */
        margin-bottom: 27px;
    }

    .finServ_page .sf_bottom_cta_block .bottom-cta-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 19px;
    }

    .finServ_page .sf_bottom_cta_block .bottom-cta-button {
        min-width: 256px;
        justify-content: center !important;
        text-align: center;
        font-size: 20px !important;
        padding: 20px 23px !important;
    }
}

/*-- FinServ Bottom CTA Section End --*/

.sf_blocks_more_resources .finServ_inner {
    padding-top: 90px;
    padding-bottom: 120px;
}

@media (max-width: 759px) {
    .sf_blocks_more_resources .finServ_inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sf_blocks_more_resources .sf_more_resources_title {
        margin-bottom: 35px;
    }

    .sf_blocks_more_resources .sf_more_resources_title h2 {
        font-size: 32px;
    }
}

/*-- Block Resources Style End --*/

.finServ_page {
    padding-top: 0;
}

.finServ_hero_section {
    padding: 129px 0 52px;
    background-color: #F3EBE6;
    font-family: "Poppins", sans-serif;
}

.finServ_hero_section .finServ_hero_row {
    display: flex;
    gap: 5px;
}



.finServ_hero_section .finServ_hero_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 456px;
}

.finServ_hero_section .finServ_hero_content>figure {
    width: 32px !important;
    height: 32px !important;
    margin: -15px 0 15px 0 !important;
}

.finServ_hero_section .finServ_hero_content h5 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0 0 23px 0;
}

.finServ_hero_section .finServ_hero_img {
    max-width: 657px;
    width: 100%;
}

.finServ_hero_section .finServ_hero_img figure {
    margin: 0 !important;
}

.finServ_hero_section .finServ_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.finServ_hero_section h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    margin: 0 0 15px 0;
}

.finServ_hero_section p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.333%;
    margin: 0;
    max-width: 390px;
}

.finServ_hero_section ul {
    padding: 0;
    margin: 12px 0 0 10px;
    list-style-type: none;
}

.finServ_hero_section li {
    display: flex;
    align-items: center;
    gap: 19px;
    color: #333;
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.finServ_hero_section li+li {
    margin-top: 18px;
}

.finServ_hero_section li:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyNC41QzE4LjYyNzQgMjQuNSAyNCAxOS4xMjc0IDI0IDEyLjVDMjQgNS44NzI1OCAxOC42Mjc0IDAuNSAxMiAwLjVDNS4zNzI1OCAwLjUgMCA1Ljg3MjU4IDAgMTIuNUMwIDE5LjEyNzQgNS4zNzI1OCAyNC41IDEyIDI0LjVaIiBmaWxsPSIjQTlGOUUxIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS43NSAxNS42NUw2LjYgMTIuNUw1LjU1IDEzLjU1TDkuNzUgMTcuNzVMMTguNzUgOC43NDk5OEwxNy43IDcuNjk5OThMOS43NSAxNS42NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
}

.finServ_hero_section .sf_btns_group {
    margin: 35px 0 0 0;
    gap: 12px;
}

.finServ_hero_section .sf_btn {
    font-size: 18px;
    padding: 16px 27px;
}

.finServ_hero_section .outline-secondary {
    color: #FFF;
}

.bpt_logos_wrapper {
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: 93px 0 0 0;
}


@media (max-width: 1188px) {
    .finServ_hero_section .finServ_hero_row {
        flex-wrap: wrap;
        gap: 35px;
    }

    .finServ_hero_section .finServ_hero_img,
    .finServ_hero_section .finServ_hero_content {
        max-width: 100%;
        width: 100%;
    }

    .finServ_hero_section h1 {
        font-size: 42px;
    }

    .finServ_hero_section p {
        font-size: 17px;
    }

    .finServ_hero_section .finServ_hero_content h5 {
        margin-bottom: 15px;
    }

    .finServ_hero_section li {
        line-height: 1.25;
        gap: 12px;
    }

    .finServ_hero_section li:before {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        background-size: cover;
    }
}

@media (max-width: 759px) {
    .finServ_hero_section {
        padding: 120px 0 50px;
    }

    .finServ_hero_section .sf_btns_group {
        margin-top: 25px;
    }
}

.finServ_hero_section .finServ_hero_logos_text p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: 29px;
}

.finServ_hero_section .finServ_logos_array {
    margin-top: 29px;
    margin-bottom: 16px;
}

.finServ_hero_section .finServ_logos_array,
.finServ_hero_section .finServ_logos_array .slick-track {
    display: flex;
    align-items: center;
    gap: 27px;
}

.finServ_hero_section .finServ_logos_array.logos-gradient-1:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F3EBE6 65.62%);
}

.finServ_hero_section .finServ_logos_array.logos-gradient-1:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F3EBE6 65.62%);
}

.intuit_logo {
    padding-bottom: 5px;
}

.prudential_logo {
    padding-bottom: 5px;
}

.franklin_logo {
    padding-bottom: 6px;
}

.kaufman_logo {
    padding-bottom: 5px;
}

.wtw_logo {
    padding-bottom: 4px;
}

@media screen and (min-width:1189px) {

    .finServ_hero_section .finServ_logos_array.logos-gradient-1:before,
    .finServ_hero_section .finServ_logos_array.logos-gradient-1:after {
        content: none;
    }
}

/*-- finServ Hero Style End --*/


.finServ_agents_section {
    padding: 90px 0 150px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.finServ_agents_section .fonServ_agents_title {
    font-family: "Poppins", sans-serif;
    max-width: 575px;
    margin: 0 0 48px 0;
}

.finServ_agents_section h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 10px 0;
}

.finServ_agents_section .fonServ_agents_title p {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.finServ_agents_section .fonServ_agents_title>div {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 16px 0;
}

.finServ_agents_section .fonServ_agents_title h5 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0;
}

.finServ_agents_section .finServ_agents_tab_block {
    border-radius: 20px;
    background-color: #1C1B1E;
    overflow: hidden;
    display: flex;
}

.finServ_agents_section .finServ_agents_block_left {
    width: 100%;
    max-width: 320px;
    flex: 0 0 320px;
    padding: 30px 22px;
    min-height: 640px;
}

.finServ_agents_section h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 18px 0;
}

.finServ_agents_section p {
    color: #D2D4D7;
    font-family: "Graphik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 20px 0;
}

.finServ_agents_section .finServ_agents_block_left>h3,
.finServ_agents_section .finServ_agents_block_left>p {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
}

.finServ_agents_section p:last-child {
    margin-bottom: 0;
}

.finServ_agents_section .finServ_agents_accordion {
    padding: 10px;
    border-radius: 7px;
}

.finServ_agents_section .finServ_agents_accordion+.finServ_agents_accordion {
    margin-top: 15px;
}

.finServ_agents_section .finServ_agents_accordion_header {
    display: flex;
    align-items: center;
    gap: 11px;
}

.finServ_agents_section .finServ_agents_accordion h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%;
    margin: 0;
    cursor: pointer;
}

.finServ_agents_section .finServ_agents_accordion p {
    color: #D2D4D7;
    font-family: "Graphik", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.finServ_agents_section .finServ_agents_accordion_content {
    display: none;
    padding: 7px 0 0 0;
}

.finServ_agents_section .finServ_agents_accordion_content_cta {
    color: var(--Core-WHITE, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57;
    text-decoration: none;
    display: flex;
    margin-bottom:9px;
}

.finServ_agents_section .finServ_agents_accordion.open {
    background-color: #000;
}

.finServ_agents_section .finServ_agents_accordion.open .finServ_agents_accordion_content {
    display: block;
}

.finServ_agents_section .finServ_agents_block_right {
    display: flex;
    width: 100%;
    font-size: 0;
    background-color: #F5F5F9;
}

.finServ_agents_section .finServ_agents_block_right>figure {
    display: none;
}

.finServ_agents_section .finServ_agents_block_right>figure>* {
    height: 100% !important;
    object-fit: cover;
    object-position: left;
}


.finServ_agents_content+.finServ_agents_content {
    margin-top: 130px;
}

@media (max-width: 1188px) {
    .finServ_agents_section {
        padding: 100px 0;
    }

    .finServ_agents_section .finServ_agents_block_right {
        align-self: flex-end;
    }

    .finServ_agents_content+.finServ_agents_content {
        margin-top: 85px;
    }

    .finServ_agents_section .finServ_agents_tab_block {
        flex-wrap: wrap;
    }

    .finServ_agents_section .finServ_agents_block_left,
    .finServ_agents_section .finServ_agents_block_right {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        min-height: max-content;
    }

    .finServ_agents_section .finServ_agents_block_left>h3,
    .finServ_agents_section .finServ_agents_block_left>p {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .finServ_agents_section .fonServ_agents_title {
        margin-bottom: 30px;
    }
}

@media (max-width: 759px) {
    .finServ_agents_section {
        padding: 65px 0;
    }

    .finServ_agents_section h2 {
        font-size: 36px;
    }


}

/*-- FinServ Agents Section End --*/



/*--- Financial Services Page Style End ---*/