<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}
main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::after, *::before {
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}
select:-moz-focusring, select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 9px;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    background: none;
    color: #000;
}
textarea {
    overflow: auto;
}


/******* GLOBAL *******/
html,
body {
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

body {
    font-family: "Inter", serif;
    border: none;
    background-color: #ECF5F6;
    color: #323232;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: .4s;
}

button {
    font-family: "Inter", serif;
    cursor: pointer;
    transition: 0.4s;
}

header, main, footer {
    display: block;
}

small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", serif;
    font-weight: 600;
    color: #232323;
}

h1, h2 {
    font-size: 23px;
    line-height: 28px;
}

h3 {
    font-size: 25px;
    line-height: 30px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

optgroup {
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

section {
    position: relative;
}

.wrapper {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 25px;
}

.wrapper_large {
    max-width: 1390px;
}

.welcome__wrapper,
.disclosure__wrapper,
.faq__wrapper {
    padding: 0 10px;
}

.row::before,
.row::after {
    display: none;
}

.image {
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.image&gt;img,
.image&gt;svg {
    width: 100%;
    max-width: 100%;
    border: none;
}


/******* HEADER *******/
.header {
    background-color: #0077B6;
    padding: 10px 0;
}


/******* FORM Section *******/
.section-form {
    padding: 60px 0 0;
    border-radius: 10px;
    background: url("../images/bg-section-form.png") no-repeat 50% transparent;
    background-size: cover;
}

.section-form__image {
    display: none;
}

.form-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.section-form__title {
    font-size: 31px;
    line-height: 37px;
}

.section-form__subtitle {
    margin: 12px 0 20px;
    font-weight: 400;
}

.f-wizard-step--title,.form-bottom-text {
    color: #232323;
}

.section-form .secure-copy {
    margin-bottom: 8px;
}

.section-form .secure-icon {
    display: block;
    width: 113px;
    margin: 0 auto;
}


/******* WELCOME Section *******/
.welcome {
    padding: 60px 0;
}

.welcome__inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.welcome-content {
    width: 100%;
    max-width: 100%;
}

.welcome-content__title {
    margin-bottom: 40px;
}

.welcome-content__title_color {
    color: #0096C7;
}

.welcome-content__text {
    margin-bottom: 30px;
}

.welcome__image {
    margin: 0 auto;
    width: 80%;
    max-width: 240px;
}


/******* LENDER Section *******/
.lender {
    padding: 0 0 100px;
}

.lender__title {
    margin-bottom: 60px;
}

.lender__title_color {
    color: #0096C7;
}

.lender__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
}

.lender-content {
    width: 100%;
    max-width: 100%;
}

.lender-content__text p {
    margin-bottom: 30px;
}

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

.lender__image {
    margin:  0 auto 50px;
    width: 80%;
    max-width: 240px;
}


/******* STEPS Section *******/
.steps {
    padding: 0 0 100px;
}

.steps__wrapper {
    padding: 0;
}

.steps__content {
    padding: 30px 25px 20px;
    background-color: #0077B6;
    border-radius: 10px;
}

.steps__subtitle {
    color: #F4F4F4;
    margin-bottom: 40px;
}

.steps__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.steps-card {
    width: 100%;
    max-width: 257px;
    margin: 0 auto 60px;
}

.steps-card__icon {
    width: 160px;
    height: 160px;
    margin: 0 auto 19px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-card__text {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.steps-card_1 .steps-card__text {
    max-width: 147px;
}

.steps-card_2 .steps-card__text {
    max-width: 100px;
}

.steps-card_3 .steps-card__text {
    max-width: 130px;
}

.steps-card_4 .steps-card__text {
    max-width: 257px;
}


/******* DISCLOSURE POLICY Section *******/
.disclosure {
    padding: 0 0 100px;
}

.disclosure-content__title,
.disclosure-content__subtitle {
    margin: 0 15px;
}

.disclosure-content__subtitle {
    margin: 17px 15px 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.disclosure-card {
    margin-bottom: 20px;
    padding: 30px 15px;
    background-color: #CAF0F8;
}

.disclosure-card:last-child {
    margin-bottom: 0;
}

.disclosure-card__title {
    margin-bottom: 12px;
    color: #023E8A;
}

.disclosure-card__text {
    color: #023E8A;
}


/******* HOW IT WORKS Section *******/
.works {
    padding: 0 0 100px;
}

.works__title {
    margin-bottom: 60px;
}

.works__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.works__text {
    width: 100%;
    max-width: 100%;
}

.works__image {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 340px;
}


/******* FEES Section *******/
.fees {
    padding: 0 0 100px;
}

.fees__title {
    margin-bottom: 60px;
}

.fees__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.fees__text {
    width: 100%;
    max-width: 100%;
}

.fees__image {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 268px;
}


/******* FAQ Section *******/
.faq {
    padding: 0 0 100px;
}

.faq__title {
    margin-bottom: 40px;
}

.faq-list {
    width: 100%;
    position: relative;
}

.faq-item {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 8px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item .panel-default,
.faq-item .panel-heading,
.faq-item .panel-body,
.faq-item .panel-collapse {
    background-color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
}

.faq-item .panel-heading,
.faq-item .panel-body {
    padding: 20px 15px;
}

.faq-item .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    transition: 0.4s;
}

.faq-item .panel-heading:hover,
.faq-item .panel-heading:focus,
.faq-item .panel-heading:active,
.faq-item .panel-heading:not(.collapsed) {
    background-color: rgba(0, 119, 182, 0.4) !important;
}

.faq-item__icon {
    width: 24px;
    min-width: 24px;
    height: 12px;
    margin-left: 15px;
    transition: 0.4s;
    position: relative;
    top: 5px;
}

.faq-item .panel-heading:not(.collapsed) .faq-item__icon {
    transform: rotate(180deg);
}


/******* FOOTER *******/
.footer {
    padding: 30px 0;
    background-color: #323232;
}

.footer__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.footer-content,
.footer__links {
    width: 100%;
    max-width: 100%;
}

.footer-content__title,
.footer-content__text,
.footer__copyright {
    color: #fff;
}

.footer-content__text,
.footer__copyright {
    font-size: 13px;
    line-height: 20px;
}

.footer-content__text {
    margin-top: 20px;
    font-weight: 300;
}

.footer__links {
   margin-bottom: 60px;
}

.footer__links__item {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
}

.footer__links__item:last-child {
    margin-bottom: 0;
}

.footer__links__item:hover,
.footer__links__item:active,
.footer__links__item:focus {
    color: #fff;
    text-decoration: none;
}

.footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
}


/******* Responsive *******/
@media screen and (min-width: 575px) {
    .header {
        padding: 20px 0;
    }
}
@media screen and (min-width: 768px) {
    .welcome-content {
        width: 65%;
        max-width: 641px;
    }

    .welcome__image {
        width: 32%;
        max-width: 290px;
        margin: 0 0 0 15px;
    }


    .lender__inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .lender-content {
        width: 65%;
        max-width: 540px;
    }

    .lender__image {
        margin: 0 0 0 15px;
        width: 32%;
        max-width: 340px;
    }


    .works__inner {
        justify-content: space-between;
        flex-direction: row;
    }

    .works__text {
        width: 65%;
        max-width: 643px;
    }

    .works__image {
        width: 32%;
        margin: 0 0 0 15px;
    }


    .fees__title {
        margin-bottom: 0;
    }

    .fees__inner {
        justify-content: space-between;
        flex-direction: row;
    }

    .fees__text {
        margin-top: 60px;
        width: 65%;
        max-width: 474px;
    }

    .fees__image {
        width: 32%;
        margin: 0 0 0 15px;
    }
}
@media screen and (min-width: 992px) {
    .wrapper {
        padding: 0 30px;
    }


    .section-form__inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .section-form__image {
        display: block;
        width: 60%;
        max-width: 748px;
    }

    .form-wrapper {
        margin: 0 0 45px;
        width: 40%;
    }


    .welcome {
        padding: 80px 0 100px;
    }

    .welcome__inner {
        padding: 50px 60px 50px 40px;
    }

    .lender__inner {
        padding-right: 60px;
    }


    .footer__inner {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }

    .footer-content {
        width: 75%;
        max-width: 730px;
    }

    .footer__links {
        width: 185px;
        min-width: 195px;
        margin: 5px 0 0 50px;
    }

    .footer__links__item {
        margin-bottom: 45px;
    }

    .footer__copyright {
        margin-top: 24px;
        text-align: left;
    }
}
@media screen and (min-width: 1200px) {
    h1, h2 {
        font-size: 39px;
        line-height: 47px;
    }

    h3 {
        font-size: 31px;
        line-height: 37px;
    }

    .wrapper {
        padding: 0 50px;
    }


    .welcome {
        padding: 100px 0 120px;
    }

    .welcome__inner {
        padding: 75px 160px 75px 85px;
    }

    .welcome-content {
        width: 69%;
        max-width: 641px;
    }

    .welcome-content__title {
        margin-bottom: 60px;
    }

    .welcome-content__text:last-child {
        margin-bottom: 0;
    }

    .welcome__image {
        width: 29%;
    }


    .lender__title {
        margin-bottom: 80px;
    }

    .lender__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lender-content {
        width: 65%;
        max-width: 546px;
    }

    .lender__image {
        width: 35%;
        max-width: 340px;
        margin: 0;
    }


    .steps__content {
        padding: 80px 140px 78px;
    }

    .steps__subtitle {
        margin-bottom: 78px;
    }

    .steps__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .steps-card {
        width: 25%;
        max-width: 217px;
        margin: 0 0 60px;
    }

    .steps-card__text {
        text-align: center;
        color: #fff;
        font-weight: 600;
    }

    .steps-card_1 .steps-card__text {
        max-width: 200px;
    }

    .steps-card_2 .steps-card__text {
        max-width: 155px;
    }

    .steps-card_3 .steps-card__text {
        max-width: 200px;
    }

    .disclosure-content__title,
    .disclosure-content__subtitle {
        margin: 0;
    }

    .disclosure-content__subtitle {
        margin: 32px 0 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .disclosure-card {
        margin-bottom: 8px;
        padding: 30px 20px;
    }


    .works {
        padding: 0 0 140px;
    }

    .works__title {
        margin-bottom: 80px;
    }

    .works__image {
        width: 38%;
        max-width: 398px;
    }


    .fees {
        padding: 0 0 140px;
    }

    .fees__text {
        margin-top: 80px;
    }

    .fees__image {
        width: 32%;
    }


    .faq-item .panel-heading,
    .faq-item .panel-body {
        padding: 20px 30px;
    }
}


.modal-content p {
    margin: 20px 0;
}

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #0077B6;
    border-color: #0077B6;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.4s;
}

.modal-content .btn:hover,
.modal-content .btn:active,
.modal-content .btn:focus {
    background-color: #023E8A;
    border-color: #023E8A;
    color: #fff;
}


.f-button.f-button-primary.f-button-outline {
    color: #023E8A !important;
    border-color: #023E8A !important;
    background: #fff !important;
}

.f-button.f-button-primary.f-button-outline:hover,
.f-button.f-button-primary.f-button-outline:active,
.f-button.f-button-primary.f-button-outline:focus {
    background: #023E8A !important;
    border-color: #023E8A !important;
    color: #fff !important;
}

.f-button.f-button-active {
    background: #0077B6 !important;
    border-color: #0077B6 !important;
    color: #fff !important;
}

.f-wizard-progressbar span {
    background: #023E8A !important;
}

.f-button.f-button-primary.f-button-outline .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline .svg-icon svg path {
    fill: #023E8A !important;
}

.f-button.f-button-primary.f-button-outline:hover .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline:hover .svg-icon svg path {
    fill: #fff !important;
}

.f-button.f-button-primary.f-btn-gradient {
    background: #0077B6 !important;
    border-color: #0077B6 !important;
}

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #023E8A !important;
    border-color: #023E8A !important;
}

#f-wizard-form .Calendar__day.-disabled,
#f-wizard-form .Calendar__weekDays {
    color: #aca7a7 !important;
}

#f-wizard-form .Calendar__day.-selected,
#f-wizard-form .Calendar__day.-selectedStart,
#f-wizard-form .Calendar__day.-selectedEnd {
    background: #0077B6;
    color: #fff;
}
</pre></body></html>