
/*--- Build Product Template Style Start ---*/

/* Black Header */
body.page-template-page-build-product-template header {
    background-color: #000 !important;
}

body.page-template-page-build-product-template header .logo-wrap img {
    filter: brightness(0) invert(1);
}

body.page-template-page-build-product-template header .lnk {
    color: #fff;
}

body.page-template-page-build-product-template header .hamburger-inner,
body.page-template-page-build-product-template header .hamburger-inner:before,
body.page-template-page-build-product-template header .hamburger-inner:after {
    background-color: #fff;
}

@media (min-width: 1118px) {
    body.page-template-page-build-product-template header .main-menu > li > a {
        color: #fff;
    }

    body.page-template-page-build-product-template header .main-menu > li > a[href^="#"]:after {
        border-top-color: #fff;
    }
}

body.page-template-page-build-product-template header .dc-btn_secondary,
body.page-template-page-build-product-template header .dc-blog-newsletter input[type=submit],
body.page-template-page-build-product-template .dc-blog-newsletter header input[type=submit] {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

/* Black Header end */

.build_product_main_content {
    padding-top: 80px;
}

.bpt_hero_section {
    padding: 64px 0 100px;
    background-color: #000;
    font-family: "Poppins", sans-serif;
}

.bpt_hero_section .bpt_hero_row {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.bpt_hero_section .bpt_hero_content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    max-width: 456px;
}

.bpt_hero_section .bpt_hero_img {
    max-width: 657px;
    width: 100%;
}

.bpt_hero_section .bpt_hero_img figure {
    margin: 0 !important;
}

.bpt_hero_section .bpt_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bpt_hero_section h1 {
    color: #AAF9E1;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

.bpt_hero_section p {
    color: #D2D4D7;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.333%;
    margin: 0;
}

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

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

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

.bpt_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;
}

.bpt_hero_section .sf_btns_group {
    margin: 19px 0 0 0;
    gap: 12px;
}

.bpt_hero_section .sf_btn {
    font-size: 16px;
    padding: 15px 24px;
}

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

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

.bpt_logos_wrapper p {
    color: #D2D4D7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 18px 0;
}

.bpt_logos_wrapper .sf_btns_group {
    justify-content: center;
    margin-top: 13px;
}

.bpt_logos_wrapper .bpt_logos_array {
    display: flex;
    justify-content: center;
    gap: 43px;
    margin-top: 25px;
    margin-bottom: 34px;
}

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

    .bpt_hero_section .bpt_hero_img,
    .bpt_hero_section .bpt_hero_content {
        max-width: 100%;
        width: 100%;
    }

    .bpt_hero_section .bpt_hero_content {
        /*         max-width: 320px; */
    }

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

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

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

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

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


    .bpt_hero_section .sf_btns_group {
        margin-top: 0;
    }

    .bpt_logos_wrapper .bpt_logos_array {
        gap: 20px;
    }
}

/*-- BPT Hero Style End --*/

.ddd_section {
    padding: 147px 0 0 0;
    background: linear-gradient(180deg, #FFF 41.53%, #EDE2FF 100%);
}

.ddd_section .ddd_title_top {
    max-width: 1050px;
    margin: 0 auto 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.ddd_section .ddd_team_row {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 0;
}

.ddd_section .ddd_team_row figure {
    width: 108px;
    flex: 0 0 108px;
    margin: 0 !important;
}

.ddd_section .ddd_team_row img {
    width: 100%;
    object-fit: contain;
}

.ddd_section h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.ddd_section .ddd_title_top p {
    color: #262626;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 auto;
    max-width: 570px;
}

.ddd_section .ddd_tabs_list {
    display: flex;
    gap: 38px;
    margin-bottom: 70px;
}

.ddd_section .ddd_tab_btn {
    box-shadow: 0 2px 0 0 #F3F3F3;
    cursor: pointer;
    border-radius: 20px;
    background: #E4E7ED;
    display: inline-block;
    position: relative;
    transition: 0.35s all ease-in-out;
    max-width: calc(25% - 28.5px);
    flex: 0 0 calc(25% - 28.5px);
    width: 100%;
    padding: 2px;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

.ddd_section .ddd_tab_btn:after {
    background-color: #000;
    bottom: 10px;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    width: 30px;
    z-index: -1;
    opacity: 0;
    transition: 0.35s all ease-in-out;
}

.ddd_section .ddd_tab_btn + .ddd_tab_btn:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjExMzggNi40Nkg2Ljg1MzgzVjEwLjc4SDUuMTUzODNWNi40NkgwLjkxMzgyOFY0LjkySDUuMTUzODNWMC41Nzk5OTlINi44NTM4M1Y0LjkySDExLjExMzhWNi40NloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.ddd_section .ddd_tab_btn_inner {
    background: #fff;
    padding: 18px 16px 35px 16px;
    border-radius: 18px;
    height: 100%;
}

.ddd_section .ddd_tab_btn h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.ddd_section .ddd_tab_btn p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 19px 0 0 0;
    max-width: 180px;
}

.ddd_section .ddd_tab_btn.active {
    box-shadow: 0 3px 40px 0 rgba(172, 185, 220, 0.40);
}

.ddd_section .ddd_tab_btn.active,
.ddd_section .ddd_tab_btn:hover {
    background: linear-gradient(90deg, #C1BFFF 12.16%, #FFA2E5 87.68%);
}

.ddd_section .ddd_tab_btn.active:after,
.ddd_section .ddd_tab_btn:hover:after {
    bottom: 0;
    opacity: 1;
}

.ddd_section .ddd_tab_content {
    min-height: 230px;
}

.ddd_section .ddd_tab_inner {
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ddd_section .ddd_tab_inner.show {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
}

.ddd_section .ddd_tab_inner figure {
    margin: 0 !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}

.ddd_section .ddd_tab_inner img,
.ddd_section .ddd_tab_inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    .ddd_section .ddd_tabs_list {
        overflow: auto;
        padding: 35px 15px;
        margin-bottom: 30px;
    }

    .ddd_section .ddd_title_top {
        margin-bottom: 0;
    }

    .ddd_section .ddd_tab_btn {
        max-width: 200px;
        flex: 0 0 200px;
    }

    .ddd_section .ddd_tab_btn_inner {
        padding: 15px 12px 30px 12px;
    }

    .ddd_section .container-default-sm.ddd_tabsList_container {
        max-width: 100%;
        padding: 0;
    }
}

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

    .ddd_section .ddd_tabs_list {
        gap: 25px;
    }

    .ddd_section .ddd_tab_btn + .ddd_tab_btn:before {
        left: -20px;
    }

    .ddd_section .ddd_tab_btn h4 {
        font-size: 16px;
    }

    .ddd_section .ddd_tabs_list {
        margin-bottom: 10px;
    }

    .ddd_section .ddd_tab_btn.active {
        box-shadow: 0 3px 25px 0 rgba(172, 185, 220, 0.40);
    }

    .ddd_section .ddd_tab_btn {
        max-width: 180px;
        flex: 0 0 180px;
    }

    .ddd_section .ddd_tab_btn p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ddd_section .ddd_tab_btn_inner {
        padding: 15px 12px;
    }

    .ddd_section .ddd_tab_content {
        min-width: 120px;
    }

    .ddd_section .ddd_team_row figure {
        width: 90px;
        flex: 0 0 90px;
    }

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

    .ddd_section .ddd_title_top p {
        font-size: 16px;
    }

    .ddd_section .ddd_title_top {
        gap: 16px;
    }

}

/*-- DDD Section End --*/


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

.bpt_ai_section .bpt_ai_title {
    max-width: 800px;
    margin: 0 auto 65px;
    text-align: center;
}

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

.bpt_ai_section .bpt_ai_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bpt_ai_section .bpt_ai_card {
    border-radius: 12px;
    border: 1px solid #E4E7ED;
    background: #FFF;
    box-shadow: 0 2px 0 0 #F3F3F3;
    padding: 17px 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    max-width: calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
    width: 100%;
}

.bpt_ai_section .bpt_ai_card figure {
    margin: 0 !important;
}

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

.bpt_ai_section .bpt_ai_card p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

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

    .bpt_ai_section .bpt_ai_card {
        max-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }
}

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

    .bpt_ai_section .bpt_ai_title {
        margin-bottom: 35px;
    }

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

    .bpt_ai_section .bpt_ai_card {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*-- BPT AI Section End --*/

.bpt_teams_section {
    padding: 140px 0 180px;
    background-color: #000;
    font-family: "Poppins", sans-serif;
}

.bpt_teams_section h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 33px 0;
}

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

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

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

.bpt_teams_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;
}

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

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

.bpt_teams_section .bpt_accordion {
    padding: 10px;
    border-radius: 7px;
}

.bpt_teams_section .bpt_accordion + .bpt_accordion {
    margin-top: 15px;
}

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

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

.bpt_teams_section .bpt_accordion_content {
    display: none;
    padding: 7px 0 0 0;
}

.bpt_teams_section .bpt_accordion.open {
    background-color: #000;
}

.bpt_teams_section .bpt_accordion.open .bpt_accordion_content {
    display: block;
}

.bpt_teams_section .bpt_tem_block_right {
    display: flex;
    width: 100%;
    font-size: 0;
}

.bpt_teams_section .bpt_tem_block_right > figure {
    display: none;
}

.bpt_teams_section .bpt_tem_block_right > figure > * {
    height: 100% !important;
	object-fit:cover;
}

.bpt_team_quote {
    max-width: 665px;
    margin-top: 34px;
    padding: 0 30px;
}

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

.bpt_team_quote .bpt_quote_info {
    display: flex;
    gap: 13px;
    align-items: center;
}

.bpt_team_quote figure {
    margin: 0 !important;
}

.bpt_team_quote .bpt_quote_info > figure {
    width: 48px;
    flex: 0 0 48px;
}

.bpt_team_quote h5 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
}

.bpt_team_quote h5 strong,
.bpt_team_quote h5 b {
    font-weight: 600;
}

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

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

    .bpt_teams_section .bpt_tem_block_right {
        align-self: flex-end;
    }

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

    .bpt_teams_section .bpt_team_tab_block {
        flex-wrap: wrap;
    }

    .bpt_teams_section .bpt_tem_block_left,
    .bpt_teams_section .bpt_tem_block_right {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        min-height: max-content;
    }

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

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

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


}

/*-- BPT Teams Section End --*/

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

.bpt_resources_section .bpt_resources_title {
    max-width: 856px;
    margin: 0 auto 55px auto;
    text-align: center;
}

.bpt_resources_section .bpt_resources_title p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0;
}

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

.bpt_resource_block {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bpt_resource_block + .bpt_resource_block {
    margin-top: 25px;
}

.bpt_resource_block figure {
    max-width: 160px;
    flex: 0 0 160px;
    margin: 0 !important;
    height: 90px !important;
}

.bpt_resource_block figure img {
    height: 100% !important;
    object-fit: cover;
}

.bpt_resource_block h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

.bpt_resource_block p {
    color: #4F4F4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.bpt_resource_block a {
    color: #4F4F4F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 166.667%;
    margin: 0;
    text-decoration: none;
}

.bpt_resource_block a:after {
    content: "";
    inset: 0;
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

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

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

    .bpt_resources_section .bpt_resources_title h2 {
        font-size: 36px;
    }

    .bpt_resource_block {
        max-width: 400px;
        flex-direction: column;
    }

    .bpt_resource_block figure {
        max-width: 100%;
        flex: 0 0 100%;
        height: auto !important;
        width: 100%;
    }

    .bpt_resource_block figure img {
        width: 100%
    }
}

/*--- Build Product Template Style End ---*/
