/******* 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-serif;
    border: none;
    background-color: #F9FFFF;
    color: #010A24;
}

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

button {
    font-family: "Nunito", 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-serif;
    font-weight: 700;
    color: #010A24;
}

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

h2 {
    font-family: "Orbitron", sans-serif;
    color: #0047FA;
    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: 1320px;
    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 {
    width: 100%;
    background-color: transparent;
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


/******* FORM Section *******/
.section-form {
    padding: 130px 0 260px;
    background: url('../images/bg-section-form-mobile.jpg') lightgray 50% 100% no-repeat;
    background-size: cover;
}

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

.section-form__title {
    margin-top: 40px;
    width: 100%;
    color: #F9FFFF;
}

.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__wrapper {
    padding: 0;
}

.welcome__title,
.welcome-list {
    padding: 0 20px;
}

.welcome__title {
    margin-bottom: 20px;
}

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

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

.welcome__image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
}

.welcome__image_desktop {
    display: none;
}


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

.lender__wrapper {
    padding: 0;
}

.lender__title,
.lender-content__title,
.lender-content__subtitle,
.lender-content__text {
    padding: 0 20px;
}

.lender-content__subtitle {
    margin: 40px 0 16px;
    font-size: 20px;
    font-weight: 700;
}

.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%;
    margin: 20px 0 40px;
}

.lender__image_desktop {
    display: none;
}


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

.steps-content__title {
    margin: 40px 0;
}

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

.steps-card {
    margin: 0 0 60px;
    width: 100%;
    max-width: 335px;
    position: relative;
}

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

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

.steps-card__text {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
}


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

.disclosure__title {
    margin: 0 0 40px;
}

.disclosure-card {
    margin-bottom: 20px;
    padding: 40px 28px;
    border-radius: 4px;
    background: url('../images/bg-disclosure.png') lightgray 50% no-repeat;
    background-size: cover;
}

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

.disclosure-card__title,
.disclosure-card__text {
    color: #F9FFFF;
}

.disclosure-card__title {
    margin-bottom: 48px;
}


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

.works__title {
    margin-bottom: 40px;
}

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

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

.works-list__num {
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #0047FA;
    border-radius: 50%;
    font-size: 50px;
    line-height: 150%;
    font-weight: 400;
    color: #0047FA;
}

.works-list__text {
    font-size: 20px;
    font-weight: 700;
}


/******* FEES Section *******/
.fees {
    padding: 100px 0;
    background: url('../images/bg-fees.png') no-repeat 50% transparent;
    background-size: cover;
}

.fees__content {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.fees__title,
.fees__text {
    color: #F9FFFF;
}

.fees__title {
    margin-bottom: 40px;
}


/******* 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 rgba(1, 10, 36, 0.2);
}

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

.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.panel-group {
    margin: 0;
}

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

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

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


/******* FOOTER *******/
.footer {
    position: relative;
    padding: 30px 0 50px;
    background: url('../images/bg-footer.jpg') no-repeat 0 transparent;
    background-size: cover;
}

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

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


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


    .section-form {
        padding: 130px 0 360px;
    }
}

@media screen and (min-width: 768px) {
    .section-form {
        padding: 110px 0 75px;
        background-image: url('../images/bg-section-form-desktop.jpg');
        background-position: 60% 50%;
    }

    .section-form__content {
        display: block;
    }

    .form-wrapper,
    .section-form__title {
        width: 100%;
        max-width: 462px;
    }

    .form-wrapper {
        margin: 0;
    }

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


    .welcome__wrapper {
        padding: 0 20px;
    }

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

    .welcome__title {
        width: 28%;
        max-width: 303px;
        margin: 0;
    }

    .welcome__content {
        width: 67%;
        max-width: 808px;
    }

    .welcome__title,
    .welcome-list {
        padding: 0;
    }

    .welcome__image {
        margin: 0 0 24px;
    }

    .welcome__image_mobile {
        display: none;
    }

    .welcome__image_desktop {
        display: block;
    }


    .lender__wrapper {
        padding: 0 20px;
    }

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

    .lender__title,
    .lender-content__title,
    .lender-content__subtitle,
    .lender-content__text {
        padding: 0;
    }

    .lender__title {
        width: 28%;
        max-width: 303px;
    }

    .lender-content {
        width: 67%;
        max-width: 808px;
    }

    .lender__image {
        margin: 0 0 35px;
    }

    .lender__image_mobile {
        display: none;
    }

    .lender__image_desktop {
        display: block;
    }


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

    .steps__title {
        width: 28%;
        max-width: 303px;
    }

    .steps-content {
        width: 67%;
        max-width: 808px;
    }

    .steps-content__title {
        margin: 0 0 40px;
    }


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

    .disclosure__title {
        margin: 0;
        width: 28%;
        max-width: 303px;
    }

    .disclosure__content {
        width: 67%;
        max-width: 808px;
    }


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

    .works__title {
        margin: 0;
        width: 28%;
        max-width: 303px;
    }

    .works-list {
        width: 67%;
        max-width: 808px;
    }


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

    .fees__title {
        margin: 0;
        width: 28%;
        max-width: 303px;
    }

    .fees__text {
        width: 67%;
        max-width: 808px;
    }


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

    .faq__title {
        margin: 0;
        width: 28%;
        max-width: 303px;
    }

    .faq-list {
        width: 67%;
        max-width: 808px;
    }

    .faq-item:first-child {
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .wrapper,
    .welcome__wrapper,
    .lender__wrapper {
        padding: 0 30px;
    }


    .section-form__title {
        font-size: 25px;
        line-height: 150%;
    }


    .lender {
        padding: 150px 0 0;
    }


    .steps {
        padding: 150px 0 0;
    }


    .works {
        padding: 150px 0;
    }


    .faq {
        padding: 150px 0;
    }


    .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,
    .welcome__wrapper,
    .lender__wrapper {
        padding: 0 50px;
    }


    .section-form {
        background-position: 100% 50%;
    }


    .lender {
        padding: 200px 0 0;
    }


    .steps {
        padding: 200px 0 0;
    }


    .disclosure {
        padding: 150px 0 0;
    }


    .works {
        padding: 200px 0;
    }


    .faq {
        padding: 200px 0;
    }
}


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

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

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #0047FA;
    border-color: #0047FA;
    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: #2956c5;
    border-color: #2956c5;
    color: #EEE9DD;
}


.f-button.f-button-primary.f-button-outline {
    color: #2956c5 !important;
    border-color: #2956c5 !important;
    background: #F9FFFF !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: #2956c5 !important;
    border-color: #2956c5 !important;
    color: #F9FFFF !important;
}

.f-button.f-button-active {
    background: #0047FA !important;
    border-color: #0047FA !important;
    color: #F9FFFF !important;
}

.f-wizard-progressbar span {
    background: #2956c5 !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: #2956c5 !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: #F9FFFF !important;
}

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

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #2956c5 !important;
    border-color: #2956c5 !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: #0047FA;
    color: #F9FFFF;
}
