<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 {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito Sans", sans-serif;
    border: none;
    background-color: #EEE9DD;
    color: #1A1A1A;
}

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

button {
    font-family: "Nunito Sans", sans-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: "Nunito Sans", sans-serif;
    color: #1A1A1A;
}

h1, h2 {
    font-size: 30px;
    line-height: 150%;
    font-weight: 700;
}

h3, h4, h5 {
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
}

h2 {
    text-transform: uppercase;
}

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: 1460px;
    margin: 0 auto;
    padding: 0 20px;
}

.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: #1A1A1A;
    padding: 30px 0 40px;
    position: relative;
    z-index: 2;
}


/******* FORM Section *******/
.section-form {
    padding: 20px 0 0;
}

.section-form__image {
    width: 100%;
    max-width: 692px;
    margin: 40px auto 0;
}

.section-form__title {
    width: 100%;
    padding: 10px 20px;
    background-color: #D9521E;
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
    color: #EEE9DD;
}

.form-wrapper {
    width: calc(100% - 20px);
    max-width: 398px;
    margin: 0 auto;
    padding: 0 0 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 2px #3232321A;
}

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

.form-bottom-text {
    font-size: 14px;
}

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

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


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

.welcome__title {
    margin-bottom: 40px;
}

.welcome__title_mobile {
    display: block;
}

.welcome__title_desktop {
    display: none;
}

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

.welcome-list__item {
    margin-bottom: 20px;
}

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

.welcome__image {
    max-width: 671px;
    margin: 0 auto 40px;
}


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

.lender-content__subtitle {
    font-weight: 600;
}

.lender-content__text ul {
    list-style: disc;
    padding-left: 15px;
}

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

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

.lender__image {
    margin: 40px 0 0;
}

.lender__badge {
    margin-bottom: 40px;
    padding: 10px;
    background-color: #D9521E;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #EEE9DD;
}


/******* STEPS Section *******/
.steps {
    padding: 60px 0;
    background-color: #1A1A1A;
}

.steps__title {
    max-width: 885px;
    margin: 0 0 80px;
    color: #EEE9DD;
}

.steps-card {
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
    padding: 0 20px 36px;
    position: relative;
}

.steps-card__icon {
    width: 80px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-card__text {
    font-size: 25px;
    line-height: 150%;
    color: #EEE9DD;
    text-align: center;
}


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

.disclosure__title {
    margin-bottom: 60px;
}

.disclosure-card {
    margin-bottom: 60px;
}

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

.disclosure-card__image {
    width: 100%;
}

.disclosure-card__title {
    margin: 0 0 40px;
    padding: 20px;
    background-color: #D9521E;
    color: #EEE9DD;
    text-transform: uppercase;
    text-align: center;
}


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

.works__title {
    margin-bottom: 40px;
}

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

.works__image {
    width: 100%;
    max-width: 670px;
    margin: 0 auto 40px;
}

.works-list__item {
    margin-bottom: 40px;
}

.works-list__item:last-child {
    margin-bottom: 0;
}

.works-list__num {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #1A1A1A;
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
    color: #EEE9DD;
}


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

.fees__title,
.fees__text {
    width: 100%;
    max-width: 723px;
    position: relative;
}

.fees__title {
    margin: 0 auto 40px 0;
    padding: 60px 0 0;
}

.fees__text {
    margin: 0 0 0 auto;
    padding: 0 0 60px;
}

.fees__title::before,
.fees__text::before {
    display: block;
    content: '';
    width: 100%;
    max-width: 723px;
    height: 20px;
    border-radius: 4px;
    background-color: #D9521E;
    position: absolute;
    left: 0;
    z-index: 2;
}

.fees__title::before {
    top: 0;
}

.fees__text::before {
    bottom: 0;
}


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

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

.faq-item {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    border-bottom: 2px solid #1A1A1A
}

.faq-item .panel-default,
.faq-item .panel-heading,
.faq-item .panel-body,
.faq-item .panel-collapse {
    background-color: transparent !important;
    border: none !important;
}

.faq-item .panel-heading,
.faq-item .panel-body {
    padding: 0;
}

.faq-item .panel-body {
    padding-top: 30px;
}

.faq-item .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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: transparent !important;
}

.faq-item__title {
    text-transform: uppercase;
}

.faq-item__control {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 15px;
    transition: 0.4s;
    position: relative;
}

.faq-item__control-line {
    width: 100%;
    height: 2px;
    background-color: #1A1A1A;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transition: 0.4s;
}

.faq-item .panel-heading:not(.collapsed) .faq-item__control-line_2 {
    transform: rotate(90deg);

}


/******* FOOTER *******/
.footer {
    position: relative;
    padding: 30px 0;
    background-color: #1A1A1A;
}

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

.footer-content,
.footer__links {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

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

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

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

.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: 150%;
    font-weight: 600;
    color: #EEE9DD;
}

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

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

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


/******* Responsive *******/
@media screen and (min-width: 575px) {
    .header {
        padding: 15px 0;
    }


    .section-form__title {
        max-width: 487px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
    }


    .welcome__title,
    .works__title {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .steps__inner {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        grid-gap: 40px;
    }

    .steps-card {
        margin: 0;
        width: calc(50% - 20px);
        max-width: 320px;
        padding: 40px 40px 8px;
    }
}
@media screen and (min-width: 992px) {
    h1, h2 {
        font-size: 50px;
    }

    .wrapper {
        padding: 0 30px;
    }


    .section-form {
        padding: 100px 0 0;
    }

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

    .form-wrapper {
        margin: 0;
        width: 41%;
        max-width: 442px;
    }

    .section-form__image {
        width: 55%;
        max-width: 745px;
        margin: 0;
    }


    .welcome {
        padding: 150px 0 0;
    }

    .welcome__title {
        margin-bottom: 80px;
        text-align: left;
    }

    .welcome__title_mobile {
        display: none;
    }

    .welcome__title_desktop {
        display: block;
    }

    .welcome__inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .welcome__content {
        width: 45%;
        max-width: 553px;
    }

    .welcome__image {
        margin: 0;
        width: 51%;
    }



    .lender {
        padding: 150px 0;
    }

    .lender__image {
        margin: 34px 0 60px;
    }

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

    .lender__badge {
        margin: 0;
        width: 48%;
        max-width: 566px;
    }

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


    .steps {
        padding: 150px 0;
    }

    .steps__title {
        margin-bottom: 150px;
    }


    .disclosure {
        padding: 150px 0;
    }

    .disclosure__title {
        margin-bottom: 100px;
    }

    .disclosure__list {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .disclosure-card {
        margin: 0;
        width: calc(50% - 10px);
    }

    .disclosure-card__image {
        margin-bottom: 40px;
    }

    .disclosure-card__title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .disclosure-card_1 .disclosure-card__title {
        max-width: 271px;
    }

    .disclosure-card_2 .disclosure-card__title {
        max-width: 258px;
    }

    .disclosure-card_3 .disclosure-card__title {
        max-width: 411px;
    }


    .works {
        padding: 0 0 150px;
    }

    .works__title {
        text-align: left;
    }

    .works__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .works__image {
        width: 48%;
        margin: 0;
    }

    .works-list {
        width: 48%;
        max-width: 555px;
    }


    .fees__title {
        margin-bottom: 80px;
        padding: 80px 0 0;
    }

    .fees__text {
        padding: 0 0 80px;
    }


    .faq {
        padding: 150px 0;
    }

    .faq__title {
        margin-bottom: 60px;
    }

    .faq-item__control {
        width: 55px;
        min-width: 55px;
        height: 55px;
    }


    .footer {
        padding: 40px 0 68px;
    }

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

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

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

    .footer__copyright {
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper {
        padding: 0 50px;
    }


    .section-form {
        padding: 121px 0 0;
    }


    .welcome {
        padding: 200px 0 0;
    }

    .welcome__title {
        margin-bottom: 140px;
    }


    .lender {
        padding: 200px 0;
    }


    .steps__inner {
        justify-content: space-between;
        grid-gap: 80px;
        flex-wrap: nowrap;
    }


    .disclosure {
        padding: 200px 0;
    }

    .disclosure__list {
        justify-content: space-between;
    }

    .disclosure-card {
        width: calc(33.33% - 15px);
    }


    .works {
        padding: 0 0 200px;
    }

    .works__title {
        margin-bottom: 100px;
    }


    .faq {
        padding: 200px 0;
    }
}


.modal-body,
.modal-content p {
    color: #1A1A1A;
}

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

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

.modal-content .btn:hover,
.modal-content .btn:active,
.modal-content .btn:focus {
    background-color: #2b2a2a;
    border-color: #2b2a2a;
    color: #EEE9DD;
}


.f-button.f-button-primary.f-button-outline {
    color: #2b2a2a !important;
    border-color: #2b2a2a !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: #2b2a2a !important;
    border-color: #2b2a2a !important;
    color: #fff !important;
}

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

.f-wizard-progressbar span {
    background: #2b2a2a !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: #2b2a2a !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: #1A1A1A !important;
    border-color: #1A1A1A !important;
}

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

#f-wizard-form h1,
#f-wizard-form h2,
#f-wizard-form h3,
#f-wizard-form h4,
#f-wizard-form h5,
#f-wizard-form h6,
#f-wizard-form label,
#f-wizard-form .text-justify,
#f-wizard-form .confirmation-text,
.f-wizard-step--title,
.f-wizard-progressbar--value,
.f-wizard-step--desc,
.f-input--is-required,
.opt-ins {
    color: #333333 !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: #1A1A1A;
    color: #fff;
}
</pre></body></html>