/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 13:03:49 */
.lw-hero {
    --teal: #0f6e78;
    --teal-dark: #0a4a52;
    --lime: #8bc53f;
    --screen-top: 2%; /* EDIT ME */
    --screen-left: 10.7%; /* EDIT ME */
    --screen-w: 79.1%; /* EDIT ME */
    --screen-h: 87%; /* EDIT ME */
    position: relative;
    overflow: hidden;
    color: #fff;
}
.lw-hero__grid {
    /*     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; */
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}
.lw-hero__col h3 {
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 700;
    margin: 0 0 14px;
}
.lw-hero__col p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 22px;
    opacity: .92;
    max-width: 480px;
}
.lw-hero__divider {
    height: 1px;
    background: rgba(255, 255, 255, .35);
    margin: 26px 0;
}
/* ---------- MacBook mockup ---------- */
.lw-mac {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.lw-mac__frame {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.lw-mac__screen {
    position: absolute;
    top: var(--screen-top);
    left: var(--screen-left);
    width: var(--screen-w);
    height: var(--screen-h);
    overflow: hidden;
    border-radius: 4px;
    background: #0c2f38;
    z-index: 1;
}
.lw-mac__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    transition: opacity 900ms ease;
}
.lw-mac__slide.is-active {
    opacity: 1;
}
@media (max-width: 820px) {
    .lw-hero__grid {
        grid-template-columns: 1fr;
    }
    .lw-hero {
        padding: 40px 24px 60px;
    }
}
.copyright p {
    color: #fff;
    opacity: 0.6;
}

body:not(.home) header#fancy-header {
    height: clamp(395px, calc(395px + (527 - 395) * ((100vw - 1440px) / 480)), 527px);
    background-color: #007794;
    position: relative;
}
body:not(.home) header#fancy-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2026/07/hero-lines.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}
body:not(.home) header#fancy-header.fancy-header .wf-wrap {
    height: 100%;
    min-height: 100%;
}
body:not(.home) header#fancy-header.fancy-header .fancy-title-head.hgroup {
    width: 100%;
}
body:not(.home) h1.fancy-title.entry-title {
    font-family: var(--primary-font);
    font-size: clamp(64px, calc(64px + (85 - 64) * ((100vw - 1440px) / 480)), 85px);
    margin: 0;
    line-height: clamp(75px, calc(76px + (96 - 76) * ((100vw - 1440px) / 480)), 96px);
}
body:not(.home) header#fancy-header.fancy-header .fancy-subtitle.color-accent {
    font-family: var(--secondaryfont);
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px);
    color: #FFF;
    padding: 0;
    width: 52%;
    margin: clamp(35px, calc(35px + (50 - 35) * ((100vw - 1440px) / 480)), 50px) auto 0;
    line-height: clamp(24px, calc(24px + (34 - 24) * ((100vw - 1440px) / 480)), 34px);
}
body:not(.home) header#fancy-header.fancy-header .fancy-subtitle.color-accent span {
    color: #FFF;
    opacity: 0.7;
    font-weight: 400;
}
.workflow .vc_col-sm-4 .vc_column-inner {
    border-radius: 28px;
    border: solid 1.5px;
    padding: 30px;
    margin: 0 clamp(11px, calc(11px + (15 - 11) * ((100vw - 1440px) / 480)), 15px);
    color: rgb(255 255 255 / 80%);
    position: relative;
}
.workflow .vc_col-sm-4 {}
.workflow h3 {
    min-height: 80px;
    padding-bottom: clamp(0px, calc(00px + (30 - 0) * ((100vw - 1440px) / 480)), 30px);
    color: #FFF;
}
.workflow h3, .loan-process-step .wpb_wrapper .vc_row.wpb_row .vc_col-sm-6 h3, .capabilities-list h3, .how-work-list h3 {
    font-size: clamp(26px, calc(26px + (35 - 26) * ((100vw - 1440px) / 480)), 35px);
    line-height: clamp(30px, calc(30px + (40 - 30) * ((100vw - 1440px) / 480)), 40px);
}
.workflow .wpb_content_element, 
.loan-products .wpb_content_element, 
.loan-products .vc_col-sm-6 .wpb_content_element, 
.loan-process-step .wpb_content_element,
.diagram .wpb_content_element, .styled-list.wpb_content_element, .scrolled-ani-block .wpb_content_element, .capabilities-list .wpb_content_element, .how-works .wpb_content_element, .partnerships .wpb_content_element{
    margin-bottom: 0;
}
.workflow .vc_col-sm-4:nth-child(1) .vc_column-inner {
    border-color: #BDCE2F;
    background: #919F15;
    background: linear-gradient(0deg, rgba(145, 159, 21, 1) 0%, rgba(189, 206, 47, 1) 100%);
}
.workflow .vc_col-sm-4:nth-child(2) .vc_column-inner {
    border-color: #00B5F1;
    background: #00A0D5;
    background: linear-gradient(0deg, rgba(0, 160, 213, 1) 0%, rgba(0, 181, 241, 1) 100%);
}
.workflow .vc_col-sm-4:nth-child(3) .vc_column-inner {
    border-color: #007794;
    background: #007794;
    background: linear-gradient(0deg, rgba(0, 119, 148, 1) 0%, rgba(29, 157, 188, 1) 100%);
}
.workflow .vc_col-sm-4 .vc_column-inner::before {
    width: clamp(45px, calc(45px + (63 - 45) * ((100vw - 1440px) / 480)), 63px);
    height: clamp(45px, calc(45px + (63 - 45) * ((100vw - 1440px) / 480)), 63px);
    position: absolute;
    right: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.workflow .vc_col-sm-4:nth-child(1) .vc_column-inner::before {
    background-image: url(/wp-content/uploads/2026/07/Quantum.svg)
}
.workflow .vc_col-sm-4:nth-child(2) .vc_column-inner::before {
    background-image: url(/wp-content/uploads/2026/07/Document-Intelligence.svg)
}
.workflow .vc_col-sm-4:nth-child(3) .vc_column-inner::before {
    background-image: url(/wp-content/uploads/2026/07/Apply-Track.svg)
}
.zindex99 {
    z-index: 99;
}
.zindex98 {
    z-index: 98;
}
.zindex97 {
    z-index: 97;
}
.zindex96 {
    z-index: 96;
}
.zindex95 {
    z-index: 95;
}
.zindex94 {
    z-index: 94;
}
.zindex93 {
    z-index: 93;
}
.zindex92 {
    z-index: 92;
}
.minus-tp-margin {
    margin-top: -45px;
}
.graybg {
    background: #F5F5F6;
}
.whitebg {
    background: #FFFFFF;
}
.drkgraybg {
    background: #3D474E;
}
.blue-hlt strong {
    color: var(--secondarycolor);
}
.border-rad-btm {
    border-radius: 0 0 45px 45px;
}
.multi-gradient-I {
    background: linear-gradient(166deg, #007794 0%, #007794 65%, #2D8F76 82%, #78B34B 92%, #C6D91A 100%);
}
.loan-products p, .workflow p, .white-text-08 p, .how-works p, article .white-txt p {
    color: rgb(255 255 255 / 80%);
}
.loan-products {
    padding: clamp(90px, calc(90px + (110 - 90) * ((100vw - 1440px) / 480)), 110px) clamp(70px, calc(70px + (85 - 70) * ((100vw - 1440px) / 480)), 85px);
    margin-bottom: 35px;
}
.loan-products .vc_col-sm-6 .wpb_text_column {
    border-top: solid 1px rgb(255 255 255 / 20%);
    padding: clamp(45px, calc(45px + (55 - 45) * ((100vw - 1440px) / 480)), 55px) 0;
    color: rgb(255 255 255 / 80%);
}
.loan-products .vc_col-sm-6 .wpb_text_column h3 {
    color: #FFF;
    font-size: clamp(35px, calc(35px + (50 - 35) * ((100vw - 1440px) / 480)), 50px);
    line-height: clamp(45px, calc(45px + (55 - 45) * ((100vw - 1440px) / 480)), 55px);
}
.loan-products .vc_col-sm-6 .wpb_text_column:last-child {
    border-bottom: solid 1px rgb(255 255 255 / 20%)
}
.white-txt h2, .white-txt * {
    color: #FFF;
}
.loan-process-step .wpb_wrapper .wpb_column .vc_column-inner {
    border: solid 1px #475057;
    margin: 0 12.5px;
    padding: 60px 50px;
    border-radius: 25px;
    background: #3D474E;
    background: linear-gradient(0deg, rgba(61, 71, 78, 1) 0%, rgba(82, 92, 100, 1) 100%);
}
.loan-process-step .wpb_wrapper .vc_row:nth-child(2) {
    margin-top: 100px;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row {
    position: relative;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:before {
    content: '';
    display: block;
    width: 100%;
    border-top: dashed 1px rgb(255 255 255 / 10%);
    position: absolute;
    top: -25px;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column {
    position: relative;
}
/* .loan-process-step .wpb_wrapper .vc_row.wpb_row .vc_col-sm-6:before {content:'';width: 85px;height: 85px;border-radius: 100%;background-color: #515B63;position: absolute;top: -45px;left: 50%;z-index: 2;transform: translateX(-50%);} */
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper .steps {
    width: 45px;
    height: 45px;
    border: 10px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -64px;
    transform: translateX(-50%);
    z-index: 1;
    width: 125px;
    height: 45px;
    background: url(/wp-content/uploads/2026/07/half-circle.svg) no-repeat center top;
    background-size: 100%;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper:before {
    content: '';
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background-color: #515B63;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.loan-process-step {
    padding-top: clamp(55px, calc(55px + (65 - 55) * ((100vw - 1440px) / 480)), 65px);
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(even) .steps h4, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(even) h3, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(odd) .steps h4, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(odd) h3 {
    color: var(--secondarycolor)
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(odd) .steps h4, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(odd) h3, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(even) .steps h4, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(even) h3 {
    color: var(--primarycolor)
}
.loan-process-step ul {
    margin: 16px 0 0;
    list-style: none;
    color: rgb(255 255 255 / 70%);
}
.loan-process-step ul li {
    color: rgb(255 255 255 / 70%);
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px);
    position: relative;
    padding-left: 23px;
}
.loan-process-step ul li:not(.loan-process-step ul li:last-child) {
    margin-bottom: clamp(5px, calc(5px + (10 - 5) * ((100vw - 1440px) / 480)), 10px);
}
.loan-process-step ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 8px;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(even) ul li:before, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(odd) ul li:before {
    background: var(--secondarycolor)
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(odd) ul li:before, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(even) ul li:before {
    background: var(--primarycolor)
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(even) .steps-wrapper .steps, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(odd) .steps-wrapper .steps {
    background: linear-gradient(#515b63, #515b63) padding-box, linear-gradient(to top, #3A6A7D 0%, #00B5F1 100%) border-box;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(odd) .steps-wrapper .steps, 
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(even) .steps-wrapper .steps {
    background: linear-gradient(#515b63, #515b63) padding-box, linear-gradient(to top, #626E54 0%, #BDCE2F 100%) border-box;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row span.middle-divider {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    background-size:100%;
    background-position:center center;
}

.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(1) span.middle-divider{background-image:url(/wp-content/uploads/2026/07/divider-green.svg)}
.loan-process-step .wpb_wrapper .vc_row.wpb_row:nth-child(2) span.middle-divider{background-image:url(/wp-content/uploads/2026/07/divider-blue.svg)}

.diagram > .wpb_column {
    background: #FFF;
    border-radius: 40px;
    border: solid 1px #BCBCBC;
    overflow:hidden;
    padding: 60px;
	margin-top:clamp(75px, calc(75px + (125 - 75) * ((100vw - 1440px) / 480)), 125px);box-shadow: 10px 10px 40px #D8D8D8;
}

.diagram h3{
	font-size:clamp(38px, calc(38px + (50 - 38) * ((100vw - 1440px) / 480)), 50px); 
	padding-bottom:clamp(50px, calc(50px + (75 - 50) * ((100vw - 1440px) / 480)), 75px)}

.styled-list ul li {
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px);
    line-height: clamp(28px, calc(28px + (34 - 28) * ((100vw - 1440px) / 480)), 34px);
    color: #0B0C10;    
    border:solid 1px rgb(232 233 233);    
    border-left:none; border-right:none;
    margin-top:-1px;min-height: clamp(85px, calc(85px + (100 - 85) * ((100vw - 1440px) / 480)), 100px);display:flex;
}
.styled-list ul li span{
    padding-left: 23px;
    position: relative;
}

.styled-list ul li span:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 10px;
    background: var(--secondarycolor);
}
.styled-list ul{list-style: none; margin:0}
.styled-list.styled-list-II ul li {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: rgb(223 224 225);
}


.col-split ul{column-count: 2;column-gap: 46px;}
.col-split ul li{width:100%;align-items: center;break-inside: avoid;}

.scrolled-ani-block {
    background-color: #000;
    overflow: hidden;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2026/07/Gigapixel.jpg);
    background-repeat: no-repeat;
    background-position: center 10%;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    background-size: 300%;padding: 8vh;
}



.scrolled-ani-block .wpb_single_image figure {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgb(0 0 0 / 10%), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
  border: solid 1px #636363;
  padding: 30px 25px;max-width: 335px;
}

.scrolled-ani-block:hover {
    background-position: center 75%;
    background-size: 200%;
}
.scrolled-ani-block .wpb_single_image {
        transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
.scrolled-ani-block:hover .wpb_single_image {
    transform: translateY(-150%);
}



.sec-with-mlt-img .img-col img{border-radius: 100%;}
.sec-with-mlt-img .img-col .wpb_wrapper{position:relative;}

.sec-with-mlt-img .img-col .wpb_wrapper .wpb_content_element {margin-bottom:0}

.sec-with-mlt-img .img-col .wpb_wrapper .wpb_single_image:nth-child(1){position:absolute; left:8vh;    z-index: 1;}

.scrolled-ani-block.block-II {
    background: linear-gradient(0deg, #BDCE2F 0%, #3D474E 100%);
    padding: 0;
    overflow: hidden;
    min-height: 450px;
}

.scrolled-ani-block.block-II .wpb_single_image {
    transform: translateY(50%) scale(1.25);
}
.scrolled-ani-block.block-II:hover .wpb_single_image, .skills:hover .scrolled-ani-block.block-II .wpb_single_image{
    transform: translateY(12%) scale(1.25);
}
.scrolled-ani-block.block-II .wpb_single_image figure{
    width: 100%;
    max-width: unset;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    backdrop-filter: blur(0px);
    padding: 0;
}

.scrolled-ani-block.block-II .vc_column-inner {
    padding: 0;
}

.scrolled-ani-block.block-II h2 {
    color: #FFF;
    font-size: clamp(26px, calc(26px + (35 - 26) * ((100vw - 1440px) / 480)), 35px) !important;
}

.scrolled-ani-block.block-II .quant-text{transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;top: 35%;}
.scrolled-ani-block.block-II:hover .quant-text, .skills:hover .scrolled-ani-block.block-II .quant-text{
    top: 15%;
}

.callbook.dark-shad::before {
    background: linear-gradient(70deg, #0B0C10 40%, rgb(11 12 16 / 0%) 80%);
}

.capabilities-list h3 {
    color: #21262A;
    margin-bottom: 0;
    min-height: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1440px) / 480)), 100px);
}

.capabilities-list p {
    color: rgb(33 38 42 / 70%);
}

.capabilities-list figure {}

.capabilities-list figure img {
    width: clamp(70px, calc(70px + (90 - 70) * ((100vw - 1440px) / 480)), 90px);
    height: clamp(55px, calc(55px + (70 - 55) * ((100vw - 1440px) / 480)), 70px);
    aspect-ratio: 1 / 1;
    object-position: left top;
    object-fit: contain;
    margin-bottom: clamp(10px, calc(10px + (15 - 10) * ((100vw - 1440px) / 480)), 15px);
}
.capabilities-list .wpb_column .vc_column-inner{
	border-top: solid 1px rgb(229 229 229);
	border-bottom: solid 1px rgb(229 229 229);
	padding-top: clamp(25px, calc(25px + (35 - 25) * ((100vw - 1440px) / 480)), 35px);
	padding-bottom:clamp(25px, calc(25px + (35 - 25) * ((100vw - 1440px) / 480)), 35px);
	margin-bottom: -1px;padding-left: 0;padding-right: 0;
	margin-left: 15px;margin-right: 15px;}

.capabilities-list .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: 90%;
}

.section-space-tp-II {
    padding-top: clamp(70px, calc(70px + (95 - 70) * ((100vw - 1440px) / 480)), 95px);
}
.topspaces.minus-tp-margin, .commonspaces.minus-tp-margin {
    padding-top: calc(clamp(110px, calc(103px + (350 - 103) * ((100vw - 1440px) / (1900 - 1440))), 175px) + 45px)!important;
}

.how-work-list{}
.how-work-list {background: linear-gradient(0deg, #3D474E 0%, #525C64 95%, #3D474E 5%);border-radius:0 0 40px 40px;border: solid 1px #475057; border-top:0}
.how-work-list > .wpb_column:nth-child(1) ul{border-right: 1px dashed rgba(255, 255, 255, 0.15);}
.how-work-list .vc_column-inner {
    padding: 0;
}

.how-work-list h3 {margin:0;padding: 22px 55px;
  border-radius: 14px 14px 0 0;}

.compare-header--handle h3{
  background: linear-gradient(100deg, #cdd930 0%, #7c8b3a 45%, #454c47 100%);
}

.compare-header--you h3{
  background: linear-gradient(100deg, #12c2e9 0%, #2f8fb0 45%, #3a4550 100%);
}

.how-work-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.how-work-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, calc(17px + (24 - 17) * ((100vw - 1440px) / (1900 - 1440))), 24px);
  line-height: 1.5;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  min-height:55px;
  padding: 15px 55px;
  position:relative;
}

.how-work-list li:last-child {
  border-bottom: none;
}

.compare-row--empty {
  padding: 0 !important;
  flex: 1;
}
.compare-row--empty:before {opacity:0; visibility:hidden;}
.how-work-list ul li:before {
  flex-shrink: 0;
  width:26px; height:26px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
	content:''; position:relative;
}

.how-work-list .compare-header--handle ul li:before {
  background-image: url("/wp-content/uploads/2026/07/check-handle.svg");
}

.how-work-list .compare-header--you ul li:before {
  background-image: url("/wp-content/uploads/2026/07/check-you.svg");
}

.grn-blut .list-text ul li:before {
    background: var(--primarycolor);
}

.grn-blut p {
    margin-bottom: 25px;
}
.built-faq.grn-blut .wpb_accordion_header a:before {
    border-color: rgb(0 0 0 / 5%);
    background-color: #FFF !important;
}
.built-faq.grn-blut .wpb_accordion_header.ui-state-active a:before{
    filter: brightness(1.1);
}
.whitebg .built-faq.grn-blut .wpb_accordion_header.ui-state-active a:before{
    filter: brightness(1);
}
.whitebg .built-faq h3.wpb_accordion_header a span {
    font-size: clamp(26px, calc(26px + (35 - 26) * ((100vw - 1440px) / 480)), 35px);
    line-height: clamp(30px, calc(30px + (40 - 30) * ((100vw - 1440px) / 480)), 40px);
}

.whitebg .built-faq h3.wpb_accordion_header a{
    padding-right:50px;
}
.vc_section[data-vc-full-width]>.benefits-row.vc_row{max-width: 84%;margin: 0 auto;}

.callbook.compliance  {
    padding:
        clamp(115px, calc(115px + (150 - 115) * ((100vw - 1440px) / 480)), 150px) 
        clamp(90px, calc(90px + (100 - 90) * ((100vw - 1440px) / 480)), 100px);
}
.support  {
    padding:
        clamp(45px, calc(45px + (150 - 45) * ((100vw - 1440px) / 480)), 75px) 
        clamp(90px, calc(90px + (100 - 90) * ((100vw - 1440px) / 480)), 100px);padding-right:0
}
.tp-smallspace-II{
	   padding-top: clamp(75px, calc(75px + (100 - 75) * ((100vw - 1440px) / 480)), 100px) !important;
}

.single article nav.navigation.post-navigation {
    display: none;
}

.single article .project-content {
    margin-bottom: 0;
}

.footer-logins ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-logins {
    margin-bottom: 4vh;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 6vh;
}

.footer-logins ul li a {
    margin-bottom: 0;
}

.cs-info ul {
    list-style: none;
    margin: 0;
}

.cs-info ul li strong {font-weight: 500 !important; color:var(--secondarycolor);
    font-family: var(--primary-font);}
.cs-info ul li{
    font-family: var(--the7-base-font-family);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px);
    border-top:solid 1px #EAEBEC;
    border-bottom:solid 1px #EAEBEC;
    margin-top:-1px;
    padding:clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px) 0 clamp(18px, calc(18px + (24 - 18) * ((100vw - 1440px) / 480)), 24px) 30px;
    /* padding:20px 0 22px 30px; */
    color:#000;
    background-repeat:no-repeat; background-position:left center;
    
}
.cs-info ul li:nth-child(1){background-image:url(/wp-content/uploads/2026/07/building.svg)}
.cs-info ul li:nth-child(2){background-image:url(/wp-content/uploads/2026/07/team-size.svg)}
.cs-info ul li:nth-child(3){background-image:url(/wp-content/uploads/2026/07/map-pin.svg)}
.cs-info ul li:nth-child(4){background-image:url(/wp-content/uploads/2026/07/calendar.svg)}

.partnerships {
    border-radius: 45px;
    overflow: hidden;
    background: #000;
    padding-left: 0;
    padding-right: 0;
    margin:clamp(70px, calc(70px + (95 - 70) * ((100vw - 1440px) / 480)), 95px) 40px 0 40px !important;
    position: relative;
}

.partnerships * {
    padding: 0 !important;
    margin: 0;
}

.partnerships:before {
                     content:"";
                     width: 65%;
                     height:100%;
                     background#FFF;
                     position:absolute;
                     right:0;
                     top:0;
                     display: block;
                     z-index: 6;
                     background: #007794;
                     background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 119, 148, 1) 20%, rgba(0, 119, 148, 1) 55%, rgba(149, 187, 68, 1) 100%);
}

.partnerships .vc_col-sm-6:nth-child(2) {
    z-index: 7;padding: 3rem !important;
}
.ani-img .wpb_wrapper .wpb_single_image {
    position: relative;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

.ani-img .wpb_wrapper .wpb_single_image:nth-child(2) {
    position: absolute;
    right: -200%;
    top: 0;
    width: 100%;
}

.ani-img .vc_column-inner, .ani-img .wpb_wrapper {
    position: relative;
}

.partnerships:hover .ani-img .wpb_wrapper .wpb_single_image:nth-child(2) {
    position: absolute;
    right: -0%;
    top: 0;
    width: 100%;
}

.partnerships:hover .ani-img .wpb_wrapper .wpb_single_image:nth-child(1) {
    opacity:0;
}

@media (min-width: 1024px){
	.diff-col-split .vc_col-sm-7{
    width: 54%;
    margin-right: 4.5%;
}
	.diff-col-split .vc_col-sm-7:nth-child(2){margin-right: 0%; margin-left: 8.5%;width: 46%;}
	.diff-col-split .vc_col-sm-5{width: 41%;}
	.diff-col-split .vc_col-sm-5:nth-child(1){width: 45%;}
	.diff-col-split-II .vc_col-sm-7{
    width: 52%;
    margin-right: 4.5%;
}
	.diff-col-split-II .vc_col-sm-7:nth-child(2){
    width: 52%;margin-right: 0%;
    margin-left: 4.5%;
}
	.diff-col-split-II .vc_col-sm-5{
    width: 43%;
}
	.col-gap .wpb_column:nth-child(1) {padding-right: clamp(20px, 4vh, 50px);}
.col-gap .wpb_column:nth-child(2) {padding-left: clamp(50px, 8vh, 100px);}
}
@media (max-width: 1023px){
	.diff-col-split .vc_col-sm-7, .diff-col-split-II .vc_col-sm-7{
    width: 100%;
}
	.diff-col-split .vc_col-sm-5, .diff-col-split-II .vc_col-sm-5{
    width: 100%;
}
	.workflow {
    display: flex;
    flex-direction: column;
}

.workflow > .wpb_column {
    width: 100%;margin-bottom: 20px;
}
}

@media (max-width: 767px){
	.partnerships:before{
		width: 100%;
    height: 70%;bottom: 0;top: auto;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 119, 148, 1) 20%, rgba(0, 119, 148, 1) 55%, rgba(149, 187, 68, 1) 100%);
	}
	.workflow .vc_col-sm-4 {
    margin-bottom: 20px;
}
	.loan-products {
    padding: clamp(50px, calc(50px + (90 - 50) * ((100vw - 320px) / (1400 - 320))), 90px) clamp(50px, calc(40px + (70 - 40) * ((100vw - 320px) / (1400 - 320))), 70px);
}

.col-split ul {
    column-count: 1;
}

.styled-list ul li {
    min-height: auto;
    padding: 14px 0;
}

.styled-list {
    padding-bottom: 20px;
}
}
@media (max-width: 1400px){
	.callbook.compliance {
    padding: clamp(40px, calc(40px + (110 - 40) * ((100vw - 320px) / (1400 - 320))), 110px) !important;
}
	.support {
    padding: clamp(30px, calc(30px + (45 - 30) * ((100vw - 320px) / (1400 - 320))), 45px)  clamp(30px, calc(30px + (45 - 30) * ((100vw - 320px) / (1400 - 320))), 45px);
}
	.img-col.wpb_column {
    padding-top: 15px;padding-bottom: 15px;
}

.sec-with-mlt-img .img-col img {}

.sec-with-mlt-img .img-col .wpb_wrapper .wpb_single_image:nth-child(1) {
    max-width: 100px;
    left: 0vh;
}
	.scrolled-ani-block.block-II {
    max-height: 300px;
    pointer-events: none;
}
	.scrolled-ani-block.block-II:hover .wpb_single_image, .skills:hover .scrolled-ani-block.block-II .wpb_single_image {
    transform: translateY(50%) scale(1.25);
}

.scrolled-ani-block.block-II:hover .quant-text, .skills:hover .scrolled-ani-block.block-II .quant-text {
    top: 35%;
}
	.loan-products {
    padding: clamp(50px, calc(50px + (90 - 50) * ((100vw - 320px) / (1400 - 320))), 90px) clamp(50px, calc(40px + (70 - 40) * ((100vw - 320px) / (1400 - 320))), 70px);
}
}
