/******* 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: 18px;
    line-height: 150%;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    font-family: "Bricolage Grotesque", sans-serif;
    border: none;
    background-color: #F8F8F8;
    color: #161616;
}

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

button {
    font-family: "Bricolage Grotesque", 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: "Bricolage Grotesque", sans-serif;
    line-height: 150%;
    font-weight: 600;
    color: #161616;
}

h1, h2 {
    font-size: 32px;
}

h3, h4, h5 {
    font-size: 24px;
}

optgroup {
    font-weight: 700;
}

strong, b {
    font-weight: 600;
}

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 {
    display: none;
    width: 100%;
    background-color: #FFF494;
    padding: 25px 0;
}


/******* FORM Section *******/
.section-form {
    padding: 50px 0 0;
    background-color: #FFF494;
}

.section-form__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.section-form__title {
    margin-top: 24px;
    padding: 24px 27px;
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.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 {
    margin: 20px auto 0;
    min-width: 120%;
    max-width: 870px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


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

.welcome__wrapper {
    padding: 0 10px;
}

.welcome__content {
    position: relative;
}

.welcome-list {
    padding: 20px 8px;
    border: 2px solid #161616;
    border-radius: 10px;
}

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

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

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

.welcome__image {
    width: 100%;
    min-width: calc(100% + 20px);
    max-width: 442px;
    margin: 40px auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.welcome__icon {
    display: none;
    width: 124px;
    position: absolute;
    top: -88px;
    left: 0;
    z-index: 1;
}


/******* LENDER Section *******/
.lender {
    padding: 100px 0;
    background-color: #FFB6AA;
}

.lender__title {
    text-align: center;
}

.lender-content__subtitle {
    margin-bottom: 24px;
}

.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 {
    width: 100%;
    max-width: 327px;
    margin: 40px auto 60px;
}


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

.steps-content__title,
.steps-content__subtitle {
    text-align: center;
}

.steps-content__subtitle {
    margin: 40px 0 35px;
    font-weight: 400;
}

.steps-content__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 12px;
}

.steps-card {
    width: 100%;
    max-width: 261px;
    padding: 25px 15px;
    position: relative;
    border-radius: 10px;
}

.steps-card_1 {
    background-color: #94B8FF;
}
.steps-card_2 {
    background-color: #FFF494;
}
.steps-card_3 {
    background-color: #FFB495;
}
.steps-card_4 {
    background-color: #EDC3FF;
}

.steps-card__icon {
    width: 70px;
    margin: 0 0 20px;
}


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

.disclosure__title {
    text-align: center;
}

.disclosure-tabs {
    margin: 40px 0;
}

.disclosure-tabs__item {
    margin-bottom: 4px;
    padding: 12px 16px;
    transition: 0.4s;
    background-color: #FFFFFF;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
}

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

.disclosure-tabs__item_active {
    background-color: #578DF3;
    font-weight: 600;
    color: #FFFFFF;
}

.disclosure-list__item {
    display: none;
    padding: 20px 10px;
}

.disclosure-list__item_active {
    display: block;
}

.disclosure-list__item-title {
    margin-bottom: 40px;
}


/******* HOW IT WORKS Section *******/
.works {
    padding: 60px 0;
    background-color: #94B8FF;
}

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

.works-list {
    position: relative;
}

.works-list__item {
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

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

.works-list__num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 69px;
    min-width: 69px;
    height: 69px;
    background-color: #578DF3;
    border-radius: 50%;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #161616;
    z-index: 2;
}

.works-list__text {
    width: 100%;
    padding: 20px 13px;
    border-radius: 20px;
    background-color: #578DF3;
}

.works__image {
    display: none;
}


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

.fees__wrapper {
    padding: 0 10px;
}

.fees__content {
    padding: 60px 10px 0;
    background-color: #FFFFFF;
    position: relative;
}

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

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

.fees__icon {
    display: none;
    width: 124px;
    position: absolute;
    top: 110px;
    left: 60px;
}


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

.faq__content {
    position: relative;
}

.faq__title {
    margin-bottom: 60px;
    text-align: center;
}

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

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

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

.faq-item .panel-default {
    border: 1px solid #161616B2 !important;
}

.faq-item .panel-default:hover,
.faq-item .panel-default:active,
.faq-item .panel-default:focus {
    border: 1px solid #161616 !important;
}

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

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

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

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

.faq__icon {
    display: none;
    width: 124px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


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

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

.footer-content__text,
.footer__copyright {
    font-size: 12px;
}

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

.footer__links {
    margin-bottom: 60px;
    position: relative;
}

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

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

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

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

.footer__icon {
    width: 124px;
    position: absolute;
    top: calc(50% - 60px);
    right: -10%;
    z-index: 1;
}


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


    .section-form__image {
        margin: 20px auto 0;
        min-width: auto;
        left: 0;
        transform: translateX(0);

    }


    .fees__image {

    }


    .footer__icon {
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    .welcome__wrapper,
    .fees__wrapper {
        padding: 0 20px;
    }

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

    .welcome__title {
        margin-bottom: 70px;
        padding: 0;
    }

    .welcome-list {
        margin:  0 0 100px;
        width: 60%;
        max-width: 641px;
    }

    .welcome__image {
        margin: 0 33px 0 0;
        width: 40%;
        min-width: auto;
        left: 0;
        transform: translateX(0);
    }

    .welcome__icon {
        display: block;
    }


    .works-list__text {
        padding: 20px 58px;
    }


    .faq__icon {
        display: block;
    }


    .footer__icon {
        right: 15%;
    }
}

@media screen and (min-width: 992px) {
    h1, h2 {
        font-size: 48px;
    }

    .wrapper,
    .welcome__wrapper,
    .fees__wrapper {
        padding: 0 30px;
    }


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

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

    .section-form__title {
        margin: 0 0 35px;
        padding: 26px 33px;
        font-size: 32px;
        border-radius: 10px;
    }

    .form-wrapper {
        margin: 0 0 0 auto;
    }

    .section-form__image {
        width: 70%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }


    .welcome {
        padding: 150px 0 0;
    }

    .welcome__title {
        margin-bottom: 100px;
    }

    .welcome-list {
        margin:  0 0 188px;
    }


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

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

    .lender__title {
        margin: 0 auto 100px;
        max-width: 900px;
    }

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

    .lender-content__block {
        width: 55%;
        max-width: 610px;
    }


    .steps {
        padding: 150px 0 0;
    }

    .steps-content__subtitle {
        margin: 40px 0 60px;
    }

    .steps-content__list {
        grid-gap: 24px;
    }


    .disclosure {
        padding: 150px 0;
    }

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

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

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

    .disclosure-list__item {
        padding: 20px;
    }


    .works {
        padding: 100px 0 0;
    }

    .works__title {
        margin-bottom: 50px;
    }

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

    .works__image {
        display: block;
        position: relative;
        left: -30px;
        width: 47%;
        max-width: 587px;
    }

    .works-list {
        margin: 0 0 100px;
        width: 53%;
        max-width: 641px;
    }

    .works-list__num {
        width: 71px;
        min-width: 71px;
        height: 71px;
        margin-right: 24px;
    }


    .fees {
        padding: 150px 0;
    }

    .fees__content {
        padding: 100px 45px 0 80px;
        border-radius: 10px;
    }

    .fees__title {
        margin: 0 0 27px;
    }

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

    .fees__text {
        width: 75%;
        max-width: 451px;
    }

    .fees__image {
        margin: 0;
    }

    .fees__icon {
        display: block;
    }


    .faq {
        padding: 0 0 150px;
    }

    .faq__title {
        margin-bottom: 100px;
    }


    .footer {
        padding: 100px 0;
    }

    .footer__inner {
        justify-content: space-between;
        align-items: center;
        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;
    }

    .footer__icon {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .wrapper,
    .welcome__wrapper,
    .fees__wrapper {
        padding: 0 50px;
    }


    .welcome {
        padding: 200px 0 0;
    }


    .steps {
        padding: 200px 0 0;
    }


    .disclosure {
        padding: 200px 0;
    }


    .fees__content {
        padding: 100px 95px 0 162px;
    }


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


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

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

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #578DF3;
    border-color: #578DF3;
    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: #94B8FF;
    border-color: #94B8FF;
    color: #fff;
}


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

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

.f-wizard-progressbar span {
    background: #578DF3 !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: #94B8FF !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: #578DF3 !important;
    border-color: #578DF3 !important;
}

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #94B8FF !important;
    border-color: #94B8FF !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: #578DF3;
    color: #fff;
}
