/******* 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: "Poppins", sans-serif;
    border: none;
    background-color: #FAFAFA;
    color: #3F3F3F;
}

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

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

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


/******* HEADER *******/
.header {
    background-color: #2B3C73;
    padding: 30px 0 40px;
}


/******* FORM Section *******/
.section-form {
    padding: 15px 0 0;
    background-color: #2B3C73;
}

.section-form__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 27px;
}

.section-form__title,
.section-form__text {
    color: #fff;
}

.section-form__title {
    margin-top: 60px;
}

.section-form__text {
    font-weight: 600;
}

.section-form__image {
    margin: 0 auto;
    max-width: 450px;
}

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

.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: 80px 0 40px;
    background-color: #fff;
}

.welcome__image {
    margin: 60px auto;
    max-width: 468px;

}


/******* LENDER Section *******/
.lender {
    padding: 80px 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: 450px;
    margin: 0 auto;
}


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

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

.steps__title_strong {
    font-weight: 600;
}

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

.steps-card {
    width: 100%;
    max-width: 335px;
    padding: 30px 45px;
    background-color: #fff;
}

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

.steps-card__text {
    max-width: 221px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}


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

.disclosure-tabs {
    margin: 60px 0 24px;
}

.disclosure-tabs__item {
    padding: 12px 16px;
    transition: 0.4s;
    background-color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.disclosure-tabs__item_active {
    background-color: #2B3C73;
    font-weight: 600;
    color: #fff;
}

.disclosure-list__item {
    display: none;
    padding: 20px 10px;
    background-color: #fff;
}

.disclosure-list__item_active {
    display: block;
}


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

.works__title {
    margin-bottom: 60px;
}

.works__list {
    position: relative;
}

.works__list::after {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 168px);
    border: 2px dashed #2B3C73;
    position: absolute;
    top: 7%;
    left: 35px;
    z-index: 1;
}

.works-card {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.works-card__num {
    width: 69px;
    min-width: 69px;
    height: 69px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 31px;
    line-height: 46px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #2B3C73;
    z-index: 2;
}

.works-card__text {
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
}


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

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

.fees__text {
    margin: 60px 0 40px;
}

.fees__image {
    width: calc(100% - 60px);
    max-width: 450px;
    margin: 0 auto;
}


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

.faq__title {
    margin-bottom: 40px;
}

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

.faq-item {
    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;
}

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

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


/******* FOOTER *******/
.footer {
    position: relative;
    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%;
    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;
    }


    .welcome__title {
        text-align: center;
    }


    .works__list::after {
        height: calc(100% - 47px);
    }
}
@media screen and (min-width: 768px) {
    .welcome__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    .welcome__image {
        width: 48%;
        margin: 0 15px 0 0;
    }

    .welcome-content {
        width: 50%;
        max-width: 476px;
    }
}
@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: 25px 0 60px;
    }

    .section-form__content {
        display: block;
        margin: 0;
        max-width: 635px;
    }

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

    .form-wrapper {
        margin: 0;
    }

    .section-form__image {
        width: 40%;
        max-width: 512px;
        position: absolute;
        right: 70px;
        bottom: 0;
    }


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

    .welcome__image {
        margin: 0 60px 0 0;
        max-width: 560px;
    }

    .welcome-content {
        max-width: 580px;
    }


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

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

    .lender-content {
        width: 46%;
        margin: 0 20px 0 0;
    }

    .lender__image {
        width: 50%;
        max-width: 500px;
        margin: 0;
    }


    .steps {
        padding: 0 0 150px;
    }

    .steps__title {
        margin-bottom: 60px;
    }

    .steps__inner {
        grid-gap: 24px;
    }

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


    .disclosure {
        padding: 0 0 150px;
    }

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

    .disclosure-content {
        width: 42%;
        max-width: 377px;
    }

    .disclosure-tabs {
        margin: 0;
    }

    .disclosure-list {
        width: 56%;
        max-width: 643px;
        margin-left: 40px;
    }

    .disclosure-list__item {
        padding: 20px;
    }


    .works-card {
        margin-bottom: 55px;
    }

    .works-card__num {
        margin-right: 120px;
        width: 71px;
        min-width: 71px;
        height: 71px;
    }

    .works-card__text {
        width: auto;
        padding: 20px;
    }


    .fees {
        padding: 32px 0 0;
    }

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

    .fees__content {
        width: 55%;
        max-width: 546px;
        padding-top: 75px;
    }

    .fees__text {
        margin: 60px 0 0;
    }

    .fees__image {
        width: 50%;
        max-width: 312px;
        margin-left: 100px;
    }


    .faq {
        padding: 150px 0 140px;
    }


    .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: 50%;
        max-width: 630px;
    }


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


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


    .steps {
        padding: 0 0 200px;
    }


    .disclosure {
        padding: 0 0 200px;
    }


    .faq {
        padding: 200px 0 140px;
    }

    .faq__title {
        margin-bottom: 60px;
    }

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


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

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

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #2B3C73;
    border-color: #2B3C73;
    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: #4059A8FF;
    border-color: #4059A8FF;
    color: #fff;
}


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

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

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

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #4059A8FF !important;
    border-color: #4059A8FF !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: #3F3F3F !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: #2B3C73;
    color: #fff;
}
