/******* 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;
}
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-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 *******/
*, *::before, *::after {
    -webkit-text-size-adjust: none;
}

html,
body {
    font-size: 16px;
    line-height: 1.6;
}

body {
    font-family: 'Open Sans', sans-serif;
    border: none;
    overflow-x: hidden;
}

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

button {
    font-family: 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: "Roboto", sans-serif;
}

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

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.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%;
    padding: 30px 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


/******* FORM Section *******/
.section-form {
    padding: 125px 0 190px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/pexels-photo-2422293.jpeg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-form__content {
    min-height: 844px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.form-wrapper {
    width: 49%;
    max-width: 513px;
    background-color: #fff;
    border-radius: 30px;
}

.form-description {
    margin-left: 25px;
    width: 53%;
    max-width: 583px;
}

.form-description__title,
.form-description__text {
    color: #fff;
}

.form-description__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 5px 0 0;
    font-family: Merriweather, serif;
}

.form-description__text {
    margin: 39px 0 0 39px;
}

.form-bottom-text {
    color: #000;
}

.section-form .secure-copy {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

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


/******* DISCLOSURE POLICY Section *******/
.disclosure {
    margin-top: 0;
    padding: 0;
    background-color: #f2f2f2;
}

.disclosure__title,
.disclosure__subtitle {
    text-align: center;
    color: #ffffff;
    position: relative;
    top: -140px;
}

.disclosure__title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.disclosure__subtitle {
    margin: 0 0 60px;
    color: #e5e5e5;
}

.disclosure__container {
    margin-top: -150px;
}

.disclosure-cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 60px;
    position: relative;
    top: -150px;
}

.disclosure-card {
    position: relative;
    width: calc(33.33% - 40px);
    padding: 0 29px 32px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    z-index: 5;
}

.disclosure-card__icon {
    margin: -25px auto 0;
    position: relative;
    width: 76px;
    height: 76px;
    background-color: #f5d654;
    padding: 18px;
    color: #000000;
    border-radius: 10px;
}

.disclosure-card__icon svg,
.disclosure-card__icon svg path,
.disclosure-card__icon svg g {
    color: #000000;
}

.disclosure-card__title,
.disclosure-card__text {
    text-align: center;
    position: relative;
    z-index: 5;
}

.disclosure-card__title {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 40px 0 0;
    color: #d9b10d;
}

.disclosure-card__text {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 17px 0 0;
    color: #000000;
}


/******* HELPS Section *******/
.help {
    padding: 45px 0;
    background-color: #478ac9;
}

.help__container {
    max-width: 1790px;
}

.help__title,
.help__text {
    text-align: center;
    color: #fff;
}

.help__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.help__text {
    margin-top: 40px;
    font-size: 19px;
    line-height: 1.4;
    max-width: 1248px;
}

.help__block {
    display: none;
    width: 30px;
    height: 300px;
    background-color: #2cccc4;
    position: absolute;
}

.help__block_left {
    left: 0;
}

.help__block_right {
    right: 0;
}


/******* FAQ Section *******/
.faq {
    color: #111111;
    background-color: #f5f7fa;
    min-height: 1151px;
    padding: 20px 0 0;
}

.faq__title {
    width: 400px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 400;
    color: #f1c50e;
}

.faq__block {
    margin: 531px 0 0;
    width: 100%;
    background-image: none;
    height: 387px;
    color: #111111;
    background-color: #e5e5e5;
}

.faq__image {
    width: 902px;
    height: 566px;
    object-position: 100% 50%;
    background-position: 2.6% 50%;
    margin: -882px calc(((100% - 1140px) / 2)) 0 auto;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.faq-list {
    width: 612px;
    margin: -347px auto 30px calc(((100% - 1140px) / 2));
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.faq-item__title {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f1c50e;
    font-weight: 700;
    padding: 25px 30px;
    background-color: #ffffff;
}

.panel-heading {
    padding: 0;
}

.panel-heading:not(.collapsed) .faq-item__title {
    background-color: #f1c50e;
    color: #fff;
}

.faq-item__image {
    height: 17px;
    width: 17px;
    color: #c0c0c0;
}

.faq-item__image svg {
    fill: currentColor;
}

.faq-item__text {
    color: #111111;
    background-color: #ffffff;
    background-image: none;
    padding: 20px 30px;
}

.faq-item__text p {
    margin: 20px 0;
}


/******* WORKS AND FEES Section *******/
.works-fees {
    padding: 80px 0 140px;
}

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

.works-fees__card {
    width: 50%;
    padding: 0 30px;
}

.works-fees__card-icon {
    width: 103px;
    height: 103px;
    margin: 0 auto 0 37px;
}

.works-fees__card-title {
    font-family: Merriweather, serif !important;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111111;
}

.works-fees__card-title,
.works-fees__card-text {
    text-align: center;
}

.works-fees__card-text {
    margin-top: 20px;
    color: #999999;
}


/******* LENDER Section *******/
.lender {
    padding: 20px 0 80px;
    background-color: #f2f2f2;
    color: #111111;
}

.lender__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.lender__subtitle {
    margin: 20px 0 35px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    color: #f1c50e;
}

.lender__text {
    font-size: 16px;
    line-height: 1.6;
    color: #999999;
}

.lender__text ul {
    margin-top: 20px;
    padding-left: 15px;
}

.lender__text ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #111111;
}

.lender__text ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: -12px;
    background-color: #fff;
}

.lender__text p {
    margin-bottom: 8px;
}


/******* MODAL LINKS Section *******/
.modal-links {
    padding: 116px 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/pexels-photo-1569076.jpeg);
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 36%;
    background-repeat: no-repeat;
    overflow: visible;
}

.modal-links__row {
    justify-content: center;
}

.modal-links__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.modal-links__button {
    font-family: Merriweather, serif;
    width: calc(33.33% - 20px);
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #111111;
    border-radius: 20px;
    text-transform: none;
    line-height: 28.8px;
    font-size: 1.25rem;
    font-weight: 700;
    transition: 0.4s;
}

.modal-links__button:hover,
.modal-links__button:active,
.modal-links__button:focus {
    outline: none;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #111111;
}

/******* FOOTER *******/
.footer {
    background-color: #333;
}

.footer__text,
.footer__copyright {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.footer__text {
    margin: 45px 0 15px;
}

.footer__copyright {
    text-align: center;
    padding: 16px 0;
}


/******* Responsive *******/
@media screen and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }


    .header {
        padding: 20px 0;
    }

    .header__logo {
        padding-left: 15px;
    }


    .section-form {
        padding: 110px 0 330px;
    }

    .section-form__content {
        min-height: 780px;
    }


    .disclosure__title,
    .disclosure__subtitle {
        font-weight: 600;
        filter: drop-shadow(0px 0px 5px black);
    }


    .modal-links {
        padding: 144px 0;
    }


    .faq__image {
        margin-right: calc(((100% - 940px) / 2));
    }

    .faq-list {
        margin-left: calc(((100% - 940px) / 2));
    }
}
@media screen and (max-width: 991px) {
    .container {
        max-width: 750px;
    }


    .section-form__content {
        flex-wrap: wrap;
    }

    .form-wrapper,
    .form-description {
        width: 100%;
        max-width: 100%;
    }

    .form-description {
        margin: 40px 0 0;
    }

    .form-description__title {
        margin: 0;
    }

    .form-description__text {
        margin: 40px 0 0;
    }


    .disclosure__container {
        max-width: 750px;
    }

    .disclosure-cards__row {
        justify-content: flex-start;
    }

    .disclosure-card {
        width: calc(50% - 30px);
    }


    .faq {
        min-height: 1037px;
    }

    .faq__image {
        object-position: 0 50%;
        width: 720px;
        height: 452px;
        margin-right: calc(((100% - 720px) / 2));
    }

    .faq-list {
        margin-top: -233px;
        margin-left: calc(((100% - 720px) / 2));
    }


    .lender__container {
        max-width: 720px;
    }


    .modal-links {
        padding: 90px 0;
    }

    .modal-links__button {
        width: calc(50% - 15px);
    }


    .works-fees__container {
        max-width: 750px;
    }

    .works-fees__card {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 750px;
    }


    .section-form {
        padding: 100px 0 330px;
        background-position: unset;
    }

    .section-form__content {
        flex-direction: column;
        align-items: center;
    }

    .form-wrapper,
    .form-description {
        width: 100%;
        max-width: 540px;
    }

    .form-description {
        margin: 30px auto 0;
    }

    .form-description__text {
        margin-top: 25px;
        filter: drop-shadow(0 0 5px #000);
    }


    .disclosure__container {
        width: 100%;
        max-width: 540px;
    }

    .disclosure-card {
        width: 100%;
        padding: 30px 20px;
    }


    .modal-links {
        padding: 190px 0;
    }

    .modal-links__container {
        max-width: 570px;
    }

    .modal-links__button {
        width: 100%;
        height: 74px;
    }


    .faq {
        min-height: 924px;
        padding: 20px 0 100px;
    }

    .faq__image {
        width: 540px;
        height: 339px;
        margin-right: calc(((100% - 540px) / 2));
    }

    .faq-list {
        width: 540px;
        margin-top: -120px;
        margin-left: calc(((100% - 540px) / 2));
    }


    .works-fees__container {
        max-width: 540px;
    }

    .works-fees__card {
        padding: 30px 10px;
    }


    .footer__text {
        margin: 60px 0 20px;
        text-align: justify;
    }
}
@media screen and (max-width: 575px) {
    .container {
        max-width: 570px;
    }


    .section-form__container {
        padding: 0 15px;
    }

    .section-form__content {
        min-height: 528px;
    }


    .disclosure-card {
        width: 100%;
    }


    .modal-links {
        padding: 60px 0;
    }


    .faq {
        min-height: 798px;
        padding: 20px 0 30px;
    }

    .faq__title {
        font-size: 1.5rem;
    }

    .faq__image {
        width: 340px;
        height: 213px;
        margin-right: calc(((100% - 340px) / 2));
    }

    .faq-list {
        width: 340px;
        margin-top: 6px;
        margin-left: calc(((100% - 340px) / 2));
    }


    .lender__subtitle {
        margin: 20px 0 35px;
        font-size: 1.875rem;
    }
}

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

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