@import '_content/EC.Shared/EC.Shared.8p7z8001e7.bundle.scp.css';

/* /Components/Forms/FormProgressBar.razor.rz.scp.css */
.step-progress-container[b-14og0m1cig] {
    margin: auto;
    max-width: var(--max-width);
}

.step-container[b-14og0m1cig] {
    display: flex;
    align-items: center;
}

.step-number[b-14og0m1cig] {
    color: var(--font-color);
    background-color: var(--bg-color);
    font-size: var(--font-size);
    font-weight: 700;
    width: var(--step-number-size);
    height: var(--step-number-size);
    border-radius: 50%;
    margin: -1px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
}

    .step-number.active[b-14og0m1cig] {
        background-color: var(--color);
        font-size: calc(var(--font-size) * 1.25);
        width: calc(var(--step-number-size) * 1.15);
        height: calc(var(--step-number-size) * 1.15);
        transition: all 0.1s linear;
        transition-delay: 0.25s;
    }

.step-line-container[b-14og0m1cig] {
    flex-grow: 1;
    z-index: 1;
    height: var(--step-line-height);
    position: relative;
}

.step-line[b-14og0m1cig] {
    display: block;
    height: var(--step-line-height);
    position: absolute;
    background-color: var(--color);
    width: 0%;
    transition: width 0.25s ease-in;
    transition-delay: 0.1s;
}

    .step-line.filled[b-14og0m1cig] {
        width: 100%;
        transition: width 0.25s ease-out;
    }

.step-line-bg[b-14og0m1cig] {
    display: block;
    height: var(--step-line-height);
    background-color: var(--bg-color);
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-wkkcsqnoyz] {
    padding: 30px 10px;
    background-color: #cfcfcf;
}

.footer-contents[b-wkkcsqnoyz] {
    max-width: 1080px;
    margin: auto;
}

.row[b-wkkcsqnoyz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.col[b-wkkcsqnoyz] {
    flex: 1;
}

.footer-logo[b-wkkcsqnoyz] {
    display: block;
    max-height: 100px;
    width: auto;
}

.social-links[b-wkkcsqnoyz] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

    .social-links a[b-wkkcsqnoyz] {
        text-decoration: none;
    }

        .social-links a i[b-wkkcsqnoyz] {
            width: 50px;
            height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 4px solid #122a5a;
            border-radius: 999px;
            color: #122a5a;
            font-size: 22px;
            line-height: 1;
        }

p[b-wkkcsqnoyz] {
    font-size: 0.8rem;
}

.copyright[b-wkkcsqnoyz] {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
}

.disclaimer[b-wkkcsqnoyz] {
    text-align: justify;
    opacity: 80%;
    margin-top: 12px;
}

@media (max-width: 700px) {
    .row[b-wkkcsqnoyz] {
        flex-direction: column;
    }

    .social-links[b-wkkcsqnoyz] {
        justify-content: flex-start;
    }

    .copyright[b-wkkcsqnoyz] {
        text-align: left;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tvrixj8eaj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tvrixj8eaj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Form.razor.rz.scp.css */
h2[b-v6x8ylj0oa] {
    text-align: center;
    font-size: 2rem;
}

h3[b-v6x8ylj0oa] {
    text-align: center;
    font-size: 1.5rem;
}

p[b-v6x8ylj0oa] {
    line-height: 1.7rem;
}

header[b-v6x8ylj0oa],
.hero[b-v6x8ylj0oa],
.section[b-v6x8ylj0oa],
[b-v6x8ylj0oa] form {
    max-width: 1080px;
    margin: auto;
}

/* Header */
header[b-v6x8ylj0oa] {
    padding: 10px 0;
}

header img[b-v6x8ylj0oa] {
    max-height: 100px;
}

/* Hero */
.hero-container[b-v6x8ylj0oa] {
    background: url('/img/form/banner-home.jpg') no-repeat center center;
    background-size: cover;
}

.hero[b-v6x8ylj0oa] {
    padding: 120px 0;
}

.hero-text[b-v6x8ylj0oa] {
    color: white;
    background-color: rgba(0, 42, 92, 0.75);
    text-align: center;
    max-width: 700px;
    padding: 20px;
    margin: auto;
}

/* Form */
.form-container[b-v6x8ylj0oa] {
    background-color: #f9f9f8;
}

[b-v6x8ylj0oa] .form-step-heading {
    margin-bottom: 0px;
}

[b-v6x8ylj0oa] .form-input-text {
    border-radius: 10px;
    padding: 12px;
}

[b-v6x8ylj0oa] .form-input-checkbox-group {
    display: flex;
    flex-direction: column;
}

[b-v6x8ylj0oa] .form-input-textarea {
    font-family: sans-serif;
    font-size: 1.1rem;
    padding: 10px;
    border-radius: 10px;
}

[b-v6x8ylj0oa] .form-btn {
    max-width: 300px;
    padding: 15px 20px;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

[b-v6x8ylj0oa] .form-btn-next,
[b-v6x8ylj0oa] .form-btn-submit {
    color: white;
}


/* Sections */
.section-container[b-v6x8ylj0oa],
.form-container[b-v6x8ylj0oa] {
    padding: 30px 10px;
}

.section-container-1[b-v6x8ylj0oa],
.section-container-3[b-v6x8ylj0oa] {
    color: white;
    background-color: #122a5a;
}

/* Section 1 */
.section-1 .column-group[b-v6x8ylj0oa] {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .section-1 .column-group[b-v6x8ylj0oa] {
        flex-direction: column;
        gap: 0;
    }
}

/* Section 2 */
.section-2 h2[b-v6x8ylj0oa] {
    color: #b0362d;
    max-width: 800px;
    margin: auto;
}

.section-2 h3[b-v6x8ylj0oa] {
    color: #382a5a;
}

.services-group[b-v6x8ylj0oa] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service[b-v6x8ylj0oa] {
    position: relative;
    height: 260px;
    overflow: hidden;
    box-shadow: 0 10px 18px rgba(0,0,0,.25);
    border-top: 4px solid #e33c1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    color: #fff;
    font-weight: 700;
}

.service-1[b-v6x8ylj0oa] {
    background: url("/img/form/services-image-1.jpg") center/cover no-repeat;
}

.service-2[b-v6x8ylj0oa] {
    background: url("/img/form/services-image-2.jpg") center/cover no-repeat;
}

.service-3[b-v6x8ylj0oa] {
    background: url("/img/form/services-image-3.jpg") center/cover no-repeat;
}

.service img[b-v6x8ylj0oa] {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.service div[b-v6x8ylj0oa] {
    font-size: 18px;
}

@media (max-width: 900px) {
    .services-group[b-v6x8ylj0oa] {
        grid-template-columns: 1fr;
    }

    .service[b-v6x8ylj0oa] {
        height: 220px;
    }
}

/* Section 4 */
.benefits-group[b-v6x8ylj0oa] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.benefit[b-v6x8ylj0oa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

    .benefit img[b-v6x8ylj0oa] {
        margin-bottom: 10px;
    }

    .benefit div[b-v6x8ylj0oa] {
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 768px) {
    .benefits-group[b-v6x8ylj0oa] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Section 5 */
.section-container-5[b-v6x8ylj0oa] {
    background: url('/img/form/bg-approved.jpg') no-repeat center;
    background-size: cover;
}

.section-5[b-v6x8ylj0oa] {
    color: white;
}
/* /Components/Pages/ThankYou.razor.rz.scp.css */
.contents[b-3kxdtwkwfp] {
    background-color: #ffffff;
    max-width: 1080px;
    margin: 0 auto;
}

.logo[b-3kxdtwkwfp] {
    height: 100px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

    .logo img[b-3kxdtwkwfp] {
        max-height: 100%;
        max-width: 100%;
    }

.message[b-3kxdtwkwfp] {
    background-color: #ccffcc;
    padding: 0.2rem 1rem;
    margin: 0 1rem 1rem 1rem;
    border-bottom: 4px solid #259e44;
}

h1[b-3kxdtwkwfp] {
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

h2[b-3kxdtwkwfp] {
    color: #54585a;
    font-weight: 400;
    text-align: center;
    margin: 0.25rem 0;
}
