/******* 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: 24px;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    border: none;
    background-color: #F6F6F6;
    color: #333333;
}

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

button {
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
}

h1, h2 {
    font-size: 25px;
    line-height: 37px;
}

h3, h4, h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

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

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

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

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

.title_color {
    font-weight: 700;
    color: #46B92E;
}

.text_color {
    color: #46B92E;
}


/******* HEADER *******/
.header {
    background-color: #123954;
    padding: 30px 0 40px;
    position: relative;
    z-index: 2;
}


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

.section-form__content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 27px;
}

.section-form__title {
    display: none;
}

.section-form__image {
    margin: 0 auto;
    width: 140%;
    max-width: 550px;
}

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

.section-form__image-bg {
    display: none;
    width: 314px;
    position: absolute;
    left: 0;
    bottom: -355px;
    z-index: 1;
}


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

.welcome__title {
    margin-bottom: 40px;
    text-align: center;
}

.welcome-list__item {
    width: 100%;
    max-width: 546px;
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 2px #3232321A;
    z-index: 2;
}

.welcome-list__item_1,
.welcome-list__item_3 {
    margin-right: auto;
}
.welcome-list__item_2 {
    margin-left: auto;
}

.welcome__image-bg {
    display: none;
    width: 266px;
    position: absolute;
    right: 0;
    bottom: -355px;
    z-index: 1;
}


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

.lender__title {
    margin-bottom: 60px;
}

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

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

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

.lender-content {
    margin-top: 60px;
}

.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 {
    position: relative;
    max-width: 356px;
    margin: 0 auto;
}


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

.steps__title {
    margin-bottom: 40px;
    font-weight: 400;
}

.steps__inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 8px;
}

.steps-card {
    width: 100%;
    max-width: 335px;
    padding: 40px 45px;
    border-radius: 20px;
}

.steps-card_1 {
    background-color: #123954;
}
.steps-card_2 {
    background-color: #BCDD7F;
}
.steps-card_3 {
    background-color: #2990C3;
}
.steps-card_4 {
    background-color: #46B92E;
}

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

.steps-card__text {
    max-width: 234px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.steps-card_2 .steps-card__text {
    color: #333333;
}


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

.disclosure-content__subtitle {
    margin: 20px 0 44px;
}

.disclosure-card {
    margin-bottom: 20px;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
}

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

.disclosure-card__title {
    margin: 0 0 20px;
}

.disclosure__image-bg {
    display: none;
    width: 301px;
    position: absolute;
    top: 436px;
    left: 0;
    z-index: 1;
}


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

.works__title {
    margin-bottom: 40px;
    text-align: center;
}

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

.works-list {
    margin-top: 60px;
    padding-left: 20px;
    position: relative;
    list-style-type: decimal;
}

.works-list__item {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
}

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


/******* FEES Section *******/
.fees {
    padding: 60px 0;
    background-color: #BCDD7F;
}

.fees__title {
    margin-bottom: 40px;
    text-align: center;
}


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

.faq__title {
    margin-bottom: 30px;
}

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

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

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

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

.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: #fff !important;
}

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

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

.faq__image-bg {
    display: none;
    width: 266px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


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

.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: #fff;
}

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

.footer-content__title {
    font-size: 25px;
    line-height: 120%;
    font-weight: 600;
}

.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: 20px;
    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: 30px;
    text-align: center;
    font-weight: 600;
}


/******* Responsive *******/
@media screen and (min-width: 575px) {
    .header {
        padding: 15px 0;
    }
}
@media screen and (min-width: 768px) {
    .fees__text {
        text-align: center;
    }
}
@media screen and (min-width: 992px) {
    h1, h2 {
        font-size: 31px;
        line-height: 46px;
        font-weight: 700;
    }

    h3, h4, h5 {
        font-weight: 600;
    }

    .wrapper {
        padding: 0 30px;
    }


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

    .section-form__content {
        margin: 0;
        width: 40%;
        max-width: 475px;
        position: relative;
        z-index: 2;
    }

    .section-form__title {
        margin: 0 0 60px;
        display: block;
    }

    .form-wrapper {
        margin: 0;
    }

    .section-form__image {
        width: 78%;
        max-width: 1200px;
        position: absolute;
        top: -175px;
        right: -222px;
        z-index: 1;
    }

    .section-form__image-bg {
        display: block;
    }


    .welcome {
        padding: 150px 0 0;
    }

    .welcome__title {
        margin-bottom: 60px;
    }

    .welcome-list__item_1 {
        padding: 56px 127px;
    }

    .welcome-list__item_3 {
        padding: 45px 20px;
    }

    .welcome__image-bg {
        display: block;
    }


    .lender {
        padding: 150px 0;
    }

    .lender__title {
        width: 100%;
        max-width: 583px;
    }

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

    .lender-content {
        width: 55%;
        max-width: 546px;
        margin: 0 20px 0 0;
    }

    .lender__image {
        width: 45%;
        margin: 0;
    }


    .steps {
        padding: 100px 0;
    }

    .steps__title {
        margin-bottom: 60px;
    }

    .steps__inner {
        grid-gap: 24px;
    }

    .steps-card {
        width: calc(25% - 18px);
        padding: 40px 13px 20px;
    }


    .disclosure {
        padding: 150px 0;
    }

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

    .disclosure-content {
        width: 45%;
        max-width: 428px;
    }

    .disclosure-content__subtitle {
        margin: 20px 0 0;
    }

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

    .disclosure-card {
        padding: 40px;
    }

    .disclosure__image-bg {
        display: block;
    }


    .works {
        padding: 0 0 150px;
    }

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

    .works-list {
        width: 60%;
        max-width: 546px;
        margin-left: 40px;
    }


    .fees {
        padding: 100px 0;
    }


    .faq {
        padding: 150px 0;
    }

    .faq__image-bg {
        display: block;
    }


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

    .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__image {
        width: 67%;
        top: -295px;
        right: -190px;
    }


    .welcome {
        padding: 200px 0 0;
    }


    .lender {
        padding: 224px 0 200px;
    }


    .disclosure {
        padding: 200px 0;
    }


    .works {
        padding: 0 0 200px;
    }

    .works__title {
        margin-bottom: 60px;
    }


    .faq {
        padding: 200px 0;
    }

    .faq__title {
        margin-bottom: 60px;
    }
}


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

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

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #46B92E;
    border-color: #46B92E;
    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: #58d13f;
    border-color: #58d13f;
    color: #fff;
}


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

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

.f-wizard-progressbar span {
    background: #58d13f !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: #58d13f !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: #46B92E !important;
    border-color: #46B92E !important;
}

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #58d13f !important;
    border-color: #58d13f !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: #46B92E;
    color: #fff;
}
