<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Banner */
.ip-banner canvas {
    background-position: top;
}


p#breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom */
#inner-page-wrapper {
    margin: 0;
}

#inner-page-wrapper &gt; .container {
    width: 100%;
    padding: 0;
}

.ip-l-header-cont {
    line-height: 1;
}

.txt-up {
    text-transform: uppercase;
}

.ip-pl-sec-container {
    position: relative;
    z-index: 100;
}


/* Button */
.ip-pl .primary-btn-cont {
    margin: 0 auto 30px;
    background: transparent;
    border-color: #4f6f96;
    color: #4f6f96;
    transition: all .3s ease;
}

.ip-pl .plus::before,
.ip-pl .plus::after {
    border-color: #4f6f96;
    transition: all .3s ease;
}
.ip-pl .plus,
.ip-pl .primary-btn-cont a {
    transition: color .3s ease;
}

/* Hover Blue */
.ip-pl .primary-btn-cont-blue:hover,
.ip-pl .primary-btn-cont-blue:hover .plus::before,
.ip-pl .primary-btn-cont-blue:hover .plus::after  {
    border-color: #4f6f96;
}

.ip-pl .primary-btn-cont-blue:hover .plus,
.ip-pl .primary-btn-cont-blue:hover a {
    color: #4f6f96;
}

/* Agents */
.ip-l-logo {
    padding: 63px 0 62px;
}

.ip-l-logo img {
    margin: auto;
}

.ip-l-title {
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 0 34px;
}

.ip-l-agent-img-main {
    width: 28.773%;
    padding: 0 20px;
}

.ip-l-agent-img-holder {
    position: relative;
}

.ip-l-agent-img-holder canvas {
    display: block;
    width: 100%;
}

.ip-l-agent-img-holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip-l-agent-content {
    width: 71.227%;
    padding: 0 0 0 62px;
}

.ip-l-agent-img-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ip-l-agent-img-details {
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.ip-l-agent-name {
    font-family: 'Barlow Semi Condensed';
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 11px 0 0;
}

.ip-l-agent-pos,
.ip-l-agent-lic {
    font-size: 18px;
    color: #000;
}

.ip-l-agent-pos {
    margin: 4px 0 2px;
}

.ip-l-agent-content-txt {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.4px;
    margin: -9px 0 0;
}

.ip-l-btn .primary-btn-cont {
    margin-left: 0;
    margin-top: 40px;
}

/* CTA */
.ip-l-sec-cta {
    position: relative;
    padding: 196px 0 81px;
}

.ip-l-sec-cta .ip-pl-sec-container {
    max-width: 1520px;
    width: 100%;
    margin: auto;
}

.ip-l-sec-cta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    background: url(../../images/const-how-banner-pl.jpg) no-repeat center bottom / cover;
    opacity: 1;
    z-index: 0;
}

.ip-l-sec-cta .ip-l-header-cont {
    text-align: center;
}

.ip-l-sec-cta .hp-section-header .hr-line {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.ip-cta-flex {
    display: flex;
    padding: 7px 0 0;
}

.ip-c-cta-item {
    width: calc(100% / 3);
    padding: 5px;
}

.ip-c-cta-item a {
    border: 17px solid #4f6f96;
    width: 429px;
    height: 429px;
    border-radius: 50%;
    display: block;
    padding: 7px;
    margin: auto;
    pointer-events: none;
}

.ip-c-cta-item-inner {
    display: flex;
    background: #f0f0f0;
    height: 100%;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ip-c-cta-item-inner-main img {
    margin: 0 auto 0;
    object-fit: none;
}

.ip-c-cta-label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 10px;
}

.ip-c-cta-desc {
    font-size: 12px;
    color: #636363;
    font-weight: 300;
    max-width: 258px;
    width: 100%;
    margin: 0 auto;
}

/* Contact */
.ip-l-sec-contact {
    padding: 0 75px;
}

.ip-l-contact {
    display: flex;
    align-items: center;
}

.ip-l-contact-col {
    width: 50%;
}

.ip-l-contact .ip-l-header-cont {
    margin-left: -60px;
}

.ip-l-cd-name {
    font-size: 24px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    text-transform: uppercase;
}

.ip-l-cd-field span {
    color: #4e6e95;
}

.ip-l-cd-field {
    font-size: 18px;
}

.ip-l-cd-field em {
    font-style: normal !important;
}

.ip-l-contact-details {
    line-height: 1.6;
    padding: 38px 0 72px;
}

.ip-l-contact .ip-l-btn .primary-btn-cont {
    margin-left: 0;
    margin-top: 21px;
    margin-bottom: 0;
}

.ip-l-contact-txt {
    padding: 0 0 0 81px;
}

.ip-l-contact-txt-inner {
    max-width: 488px;
    width: 100%;
    border-bottom: 2px solid #507198;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.8;
    padding: 6px 1px 46px 0;
}

/* Section 4 */
.ip-l-sec-test {
    background: #436287;
    padding: 98px 70px 95px;
}

.ip-l-sec-test .ip-pl-sec-main {
    border: 1px solid #fff;
    min-height: 505px;
    padding: 88px 70px 93px;
}

.ip-l-header-cont-test {
    display: flex;
    justify-content: center;
    text-align: center;
}

.ip-l-header-cont-test .hp-section-header .buzz-title {
    color: #fff;
}

.ip-l-header-cont-test .hr-line {
    background: #a1b1c4;
}

.ip-l-header-cont-test .hp-section-header .buzz-title-text {
    letter-spacing: 9px;
    margin-left: 8px;
}

.ip-l-test-slick-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ip-l-test-item {
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    
}

.ip-l-test-item p {
    line-height: 1.5 !important;
    margin: 0 !important;
}

.ip-l-test-item-inner {
    padding: 15px 0 15px 37px;
    position: relative;
}

.ip-l-test-item-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 17px;
    background: url(../../images/lender/ip-test-quote.png) no-repeat;
}



@media only screen and (max-width: 1366px) {
    .ip-c-cta-item a {
        width: 390px;
        height: 390px;
    }

    .ip-l-sec-contact .ip-pl-sec-container,
    .ip-l-sec-test .ip-pl-sec-container {
        max-width: 1170px;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-c-cta-item a {
        width: 310px;
        height: 310px;
    }

    .ip-c-cta-label {
        font-size: 15px;
    }

    .ip-c-cta-desc {
        font-size: 9px;
        max-width: 180px;
    }

    .ip-c-cta-item-inner-main img {
        height: 60px;
        object-fit: contain;
    }

    .ip-pl .hp-section-header .buzz-title-text {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .ip-pl .hp-section-header .buzz-subtitle-text {
        font-size: 40px;
    }

    .ip-pl .hp-section-header .buzz-title-text {
        letter-spacing: 2px;
    }

    .ip-l-agent-img-inner {
        flex-direction: column;
    }

    .ip-l-agent-img-main {
        width: 100%;
        padding: 0;
        max-width: 280px;
        margin: auto;
    }

    .ip-l-agent-content {
        width: 100%;
        padding: 30px 0;
        text-align: center;
    }

    .ip-l-btn .primary-btn-cont {
        margin-left: auto;
    }

    .ip-l-sec-cta {
        padding: 20px 10px;
    }

    .ip-cta-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ip-c-cta-item {
        width: 100%;
    }

    .ip-c-cta-item a {
        width: 280px;
        height: 280px;
    }

    .ip-c-cta-item-inner-main img {
        height: 45px;
    } 
    
    .ip-l-contact {
        flex-direction: column;
    }

    .ip-l-contact-col {
        width: 100%;
    }

    .ip-l-sec-contact {
        padding: 0 15px 50px;
        text-align: center;
    }

    .ip-l-contact .ip-l-header-cont {
        margin-left: 0;
    }

    .ip-l-contact .hp-section-header .buzz-title {
        margin-left: 0;
    }

    .hp-section-header .hr-line {
        margin-left: auto;
        margin-right: auto;
    }

    .ip-l-contact .ip-l-btn .primary-btn-cont {
        margin-left: auto;
        margin-top: 0;
    }

    .ip-l-contact-txt {
        padding: 0;
    }

    .ip-l-contact-txt-inner {
        max-width: 100%;
    }

    .ip-l-sec-test {
        padding: 98px 0 95px;
    }

    .ip-l-sec-test .ip-pl-sec-main {
        min-height: auto;
        padding: 88px 15px 93px;
    }

    .ip-l-title {
        line-height: 1;
    }
}</pre></body></html>