html {
    font-size: 10px;
}

#app {
    position: relative;
    min-height: 100vh;
    background-color: #f9f9f7;
}

@media (max-width: 575px) {
    .container {
        max-width: unset;
    }
}

/* common */
.block-title {
    font-size: 2.7rem;
    margin-bottom: 2rem;
}

.error-message {
    font-size: 1.5rem;
    color: red;
}

.toast-body {
    font-size: 1.4rem;
}

.toast-header {
    font-size: 1.6rem;
}

@media (min-width: 600px) {
    .block-title {
        font-size: 3.2rem;
    }
}

/* common */

/* header */
.top-nav {
    background: rgba(0,0,0,.5);
    padding: 0.9rem 0 0.9rem;
    z-index: 10;
    width: 100%;
}

.top-nav .tagline {
    font-size: 1rem;
    white-space: nowrap;
    text-shadow: 0.1rem 0.2rem 0.4rem #000;
    font-style: italic;
    display: none;
}

.top-nav .callUs {
    font-size: 18px;
    text-shadow: 0.1rem 0.2rem 0.4rem #000;
    font-weight: 700;
    display: none;
}

.logo {
    height: 50px;
}

@media screen and (min-width: 48rem) {
    .top-nav .callUs {
        display: block;
    }

    .top-nav {
        position: fixed;
    }

    .top-nav .tagline {
        font-size: 1.6rem;
        display: block;
    }

    .logo {
        height: 70px;
    }
}

/* header */

.hero {
    background-color: #f9f9f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 9rem;
    padding-bottom: 2rem;
    height: auto;
    position: relative;
    min-height: 35rem;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.hero-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    object-fit: cover;
}

.hero .hero-title {
    font-size: 2.6rem;
}

.hero .hero-subtitle {
    font-size: 1.8rem;
}

.hero-text-v1,
.hero-text-v2,
.hero-text-v4 {
    color: white;
    text-shadow: 0.1rem 0.2rem 0.4rem #000;
}

.hero-text-v3 {
    color: #183B56;
    text-shadow: 0.1rem 0.2rem 0.4rem white;
}

.hero-text-v5 {
    color: #092235;
    text-shadow: 0.1rem 0.2rem 0.4rem white;
}

.zip-code-form {
    background: white;
    text-align: center;
    background: #fff;
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.8);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 80%);
    position: absolute;
    top: 100%;
    margin-top: 5rem;
    width: 100%;
    left: 0;
    z-index: 10;
}

.zip-code-form .callUs {
    display: block;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.zip-code-form .callUs a {
    color: black!important;
}

.zip-code-form-content {
    height: 15.9rem;
    padding-top: 3rem;
}

.trust-box {
    background-color: #f0f0ee;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zip-code-form .zip-code-input {
    margin: 0 auto;
    width: 25rem;
    margin-bottom: 0rem;
}

.zip-code-form .zip-code-input input,
.zip-code-form .zip-code-input button {
    font-size: 2rem;
}

.zip-code-form .zip-code-input input::-webkit-outer-spin-button,
.zip-code-form .zip-code-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media screen and (min-width: 48rem) {
    .zip-code-form .callUs {
        display: none;
    }

    .zip-code-form-content {
        height: 14rem;
    }
}

.main-content {
    background: #f9f9f7;
    padding-top: 22rem;
    padding-bottom: 4rem;
}

.no-hero-main-content {
    padding-top: 8rem;
}

.popular-project {
    display: inline-block;
    color: #3b3835;
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
    font-weight: 700;
    text-decoration: underline;
    padding: 0.5rem 0;
    cursor: pointer;
}

.information-section h3 {
    font-size: 1.8rem;
    line-height: 1.167;
    font-weight: 700;
    margin-bottom: 2rem;
}

.information-section p {
    color: #3b3835;
    font-size: 1.4rem;
    line-height: 1.57;
    margin-bottom: 2rem;
}

.information-section .start-block {
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 30%);
    max-width: 37rem;
    margin: 0 auto;
}

.information-section .start-block button {
    font-size: 1.8rem;
}

@media (min-width: 600px) {
    .hero {
        margin: 0 auto;
        padding-top: 9rem;
        padding-bottom: 2rem;
        min-height: 62rem;
    }

    .hero .hero-title {
        font-size: 4rem;
    }
    
    .hero .hero-subtitle {
        font-size: 2.2rem;
    }
    
    .zip-code-form {
        position: unset;
        max-width: 35rem;
        margin: 5rem auto;
    }

    .main-content {
        padding-top: 4rem;
    }

    .no-hero-main-content {
        padding-top: 13rem;
    }
}

@media (min-width: 1024px) {
    .hero {
        min-height: 58rem;
    }
}
/* footer */
footer {
    border-top: 6px solid #005279;
    background: #eee;
}

footer .footerContents {
    min-height: 7.6rem;
}

footer .bbbFooter {
    background: url('./img/bbb.png') no-repeat;
    background-size: 100%;
    height: 3.6rem;
    margin: 0;
    width: 9.6rem;
}

footer .footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.7rem;
}

footer .footerLinks {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    border-bottom: 1px solid #dadada;
    padding: 2rem 0 1rem;
    margin-bottom: 0.9rem;
    list-style: none;
}

footer .footerLinks a {
    color: #3b3835;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;
    white-space: nowrap;
    padding: 0.5rem;
}

footer .footerLinks li {
    margin-bottom: 2rem;
}

footer .copyright {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
    footer .footerLinks {
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 0 2rem 0 0;
        padding: 0;
        border-bottom: none;
        max-width: 50rem;
        width: 100%;
    }

    footer .footerInfo {
        justify-content: flex-end;
        padding: 0;
    }

    footer .footerLinks a {
        font-size: 1.4rem;
        padding: 0;
    }

    footer .footerLinks li {
        margin: 0.5rem 1rem 0.5rem 0;
    }

    footer .bbbFooter {
        margin-right: 3rem;
    }

    footer .footerContents {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 76.8rem) {
    /* .page-content {
        min-height: calc(100vh - 8.2rem);
    } */
    footer .footerContents {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* footer */
/* form modal */
.form-modal {
    max-width: 100%;
    margin: 0;
    height: 100%;
}

.form-modal .form-modal-content {
    height: 100%;
}

.form-modal .step-question {
    font-size: 2rem;
}

.form-modal .step-option {
    border: 1px solid #a7a9ac;
    margin-bottom: 1rem;
}

.form-modal .step-option:hover {
    border-color: #808387;
}

.form-modal .step-option.selected {
    /* border-color: #02a606;
    box-shadow: inset 0 0 0 0.2rem #02a606; */
    border-color: #007bff;
    box-shadow: inset 0 0 0 0.2rem #007bff;
}

.form-modal .step-option .custom-control {
    padding: 1rem 1rem 1rem 4rem;
}

.form-modal .step-option .custom-control-label {
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
}

.form-modal .step-option .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    left: -3rem;
    top: 0.25rem;
}

.form-modal .step-option .custom-control-label::after {
    top: 0;
    left: -3.25rem;
    width: 2.5rem;
    height: 2.5rem;
}

.form-modal .step-form-content {
    margin-top: 2rem;
}

.form-actions {
    text-align: center;
}

.form-actions .form-btn {
    font-size: 2rem;
    font-weight: 500;
    padding: 1rem 3.5rem;
    border-radius: 0;
    line-height: 1.15;
}

.form-modal .step-form-textarea {
    font-size: 1.5rem;
}

.form-modal .mixed-form {
    max-width: 350px;
    margin: 0 auto;
}

.form-modal .mixed-form .form-control {
    font-size: 1.5rem;
}

.form-modal .mixed-form .form-group {
    margin-bottom: 0;
}

.form-actions .form-btn.prev {
    display: none;
}

.form-modal .close-btn {
    position: fixed;
    right: 1rem;
    top: 1rem;
}

.form-modal-header .prev {
    color: black;
    font-size: 1.5rem;
}

.form-modal-content .modal-body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.form-modal-content .modal-body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.form-modal .form-actions p {
    font-size: 1.5rem;
}

.form-modal .privacy-info p {
    font-size: 1.5rem;
}

@media (min-width: 600px) {
    .form-modal-header .prev {
        display: none;
    }

    .form-modal .step-form-content {
        margin-top: 5rem;
    }

    .form-modal .step-question {
        font-size: 3rem;
    }

    .form-modal .step-option .custom-control-label {
        font-size: 2rem;
    }

    .form-modal .step-option .custom-control-label::before {
        top: 0.5rem;
    }

    .form-modal .step-option .custom-control-label::after {
        top: 0.25rem;
    }

    .form-modal .mixed-form .form-control {
        font-size: 2rem;
    }

    .form-modal .step-form-textarea {
        font-size: 2rem;
    }

    .form-actions .form-btn.prev {
        display: inline-block;
    }
}
/* form modal */

/* terms */
.terms p {
    font-size: 1.6rem;
}

.terms ul,
.terms ol {
    font-size: 1.6rem;
    line-height: 2rem;
}
/* terms */

.thankyoubox {
    width: fit-content;
    padding: 2rem;
    border: 2px solid #005279;
    margin: 0 auto;
    text-align: center;
}