/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mios9ze08a] {
    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-mios9ze08a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6t62tzs8m4],
.components-reconnect-repeated-attempt-visible[b-6t62tzs8m4],
.components-reconnect-failed-visible[b-6t62tzs8m4],
.components-pause-visible[b-6t62tzs8m4],
.components-resume-failed-visible[b-6t62tzs8m4],
.components-rejoining-animation[b-6t62tzs8m4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-retrying[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-failed[b-6t62tzs8m4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6t62tzs8m4] {
    display: block;
}


#components-reconnect-modal[b-6t62tzs8m4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6t62tzs8m4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6t62tzs8m4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6t62tzs8m4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6t62tzs8m4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6t62tzs8m4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6t62tzs8m4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6t62tzs8m4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6t62tzs8m4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6t62tzs8m4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6t62tzs8m4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6t62tzs8m4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6t62tzs8m4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6t62tzs8m4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6t62tzs8m4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6t62tzs8m4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6t62tzs8m4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6t62tzs8m4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6t62tzs8m4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.site-home[b-buu23x9leo] {
    background: var(--vc-ivory);
    color: var(--vc-navy-deep);
    overflow-x: hidden;
}

.hero[b-buu23x9leo] {
    background: var(--vc-beige);
    padding-top: 4rem;
    scroll-margin-top: 4rem;
}

.hero__frame[b-buu23x9leo] {
    position: relative;
    width: 100%;
}

.hero__image[b-buu23x9leo] {
    display: block;
    height: auto;
    transition: opacity 350ms ease;
    width: 100%;
}

.carousel-arrow[b-buu23x9leo] {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgb(47 78 80 / 0.38);
    border: 0;
    border-radius: 50%;
    color: var(--vc-ivory);
    cursor: pointer;
    display: flex;
    font-family: Georgia, serif;
    font-size: 1.7rem;
    height: 2.75rem;
    justify-content: center;
    line-height: 1;
    padding: 0 0 0.15rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    width: 2.75rem;
    z-index: 3;
}

.carousel-arrow:hover[b-buu23x9leo] {
    background: var(--vc-gold);
    color: var(--vc-navy-deep);
    transform: translateY(-50%) scale(1.04);
}

.carousel-arrow--left[b-buu23x9leo] {
    left: 0.75rem;
}

.carousel-arrow--right[b-buu23x9leo] {
    right: 0.75rem;
}

.carousel-dots[b-buu23x9leo] {
    align-items: center;
    bottom: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}

.carousel-dot[b-buu23x9leo],
.hospital-dot[b-buu23x9leo] {
    background: rgb(47 78 80 / 0.28);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 0.375rem;
    padding: 0;
    transition: width 220ms ease, background 220ms ease;
    width: 1.125rem;
}

.carousel-dot--active[b-buu23x9leo] {
    background: var(--vc-gold);
    width: 3rem;
}

.section[b-buu23x9leo] {
    padding: 5rem 0;
    scroll-margin-top: 4rem;
}

.section--navy[b-buu23x9leo] {
    background: var(--vc-navy);
}

.section--beige[b-buu23x9leo] {
    background: var(--vc-beige);
}

.section--ivory[b-buu23x9leo] {
    background: var(--vc-ivory);
}

.section__inner[b-buu23x9leo] {
    margin: 0 auto;
    padding: 0 2rem;
}

.section__inner--wide[b-buu23x9leo] {
    max-width: 72rem;
}

.section__inner--testimonial[b-buu23x9leo] {
    max-width: 64rem;
}

.section-heading[b-buu23x9leo] {
    margin: 0 auto;
    max-width: 42rem;
    text-align: center;
}

.eyebrow[b-buu23x9leo] {
    color: var(--vc-gold);
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-heading h1[b-buu23x9leo],
.section-heading h2[b-buu23x9leo],
.consulting__copy h2[b-buu23x9leo],
.about-preview__copy h2[b-buu23x9leo] {
    color: var(--vc-navy);
    font-family: var(--vc-font-heading);
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0.75rem 0 0;
}

.section-heading p[b-buu23x9leo] {
    color: rgb(34 59 60 / 0.7);
    line-height: 1.625;
    margin: 1rem auto 0;
}

.section-heading--light h1[b-buu23x9leo],
.section-heading--light h2[b-buu23x9leo] {
    color: var(--vc-ivory);
}

.section-heading--light p[b-buu23x9leo] {
    color: rgb(246 242 236 / 0.7);
}

.hospital-carousel[b-buu23x9leo] {
    background: var(--vc-navy-deep);
    border: 1px solid rgb(223 187 137 / 0.2);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    margin-top: 2.5rem;
    overflow: hidden;
    position: relative;
}

.hospital-carousel__image-wrap[b-buu23x9leo] {
    aspect-ratio: 17 / 10;
    overflow: hidden;
    position: relative;
}

.hospital-carousel__image-wrap img[b-buu23x9leo] {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.hospital-carousel .carousel-arrow[b-buu23x9leo] {
    background: rgb(246 242 236 / 0.15);
}

.hospital-carousel .carousel-arrow:hover[b-buu23x9leo] {
    background: var(--vc-gold);
}

.hospital-dots[b-buu23x9leo] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.hospital-dot[b-buu23x9leo] {
    background: rgb(246 242 236 / 0.3);
    width: 1rem;
}

.hospital-dot--active[b-buu23x9leo] {
    background: var(--vc-gold);
    width: 2.5rem;
}

.section-action[b-buu23x9leo] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.button[b-buu23x9leo] {
    align-items: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    justify-content: center;
    padding: 0.875rem 2rem;
    text-decoration: none;
    transition: box-shadow 200ms ease, transform 200ms ease;
}

.button:hover[b-buu23x9leo] {
    transform: translateY(-2px);
}

.button--gold[b-buu23x9leo] {
    background: var(--vc-gold);
    box-shadow: 0 10px 30px rgb(223 187 137 / 0.35);
    color: var(--vc-navy-deep);
}

.button--navy[b-buu23x9leo] {
    background: var(--vc-navy);
    box-shadow: 0 10px 24px rgb(47 78 80 / 0.25);
    color: var(--vc-ivory);
}

.button--icon[b-buu23x9leo] {
    gap: 0.5rem;
}

.plans-showcase[b-buu23x9leo] {
    border-radius: 1.5rem;
    box-shadow: 0 28px 70px rgb(47 78 80 / 0.18);
    margin-top: 2.5rem;
    overflow: hidden;
}

.plans-showcase img[b-buu23x9leo] {
    display: block;
    height: auto;
    width: 100%;
}

.operator-grid[b-buu23x9leo] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3rem;
}

.operator-card[b-buu23x9leo] {
    align-items: center;
    background: #fbfaf7;
    border: 1px solid var(--vc-border);
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgb(47 78 80 / 0.04);
    display: flex;
    height: 10rem;
    justify-content: center;
    padding: 1.25rem;
    text-align: center;
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.operator-card:hover[b-buu23x9leo] {
    box-shadow: 0 18px 40px rgb(47 78 80 / 0.12);
    transform: translateY(-3px);
}

.consulting[b-buu23x9leo] {
    align-items: center;
    display: grid;
    gap: 3.5rem;
    grid-template-columns: 1.15fr 1fr;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 2rem;
}

.consulting__image[b-buu23x9leo] {
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgb(47 78 80 / 0.16);
    overflow: hidden;
}

.consulting__image img[b-buu23x9leo] {
    display: block;
    height: auto;
    width: 100%;
}

.consulting__copy h2[b-buu23x9leo],
.about-preview__copy h2[b-buu23x9leo] {
    font-size: 2.6rem;
    line-height: 1.15;
}

.consulting__copy p[b-buu23x9leo],
.about-preview__copy p[b-buu23x9leo] {
    color: rgb(34 59 60 / 0.7);
    font-size: 1.125rem;
    line-height: 1.65;
    margin: 1.25rem 0 0;
}

.consulting__copy .button[b-buu23x9leo] {
    margin-top: 2.25rem;
}

.testimonials[b-buu23x9leo] {
    padding-top: 5rem;
}

.testimonial-card[b-buu23x9leo] {
    background: #fff;
    border: 1px solid var(--vc-border);
    border-radius: 1.5rem;
    margin-top: 3.5rem;
    min-height: 17.5rem;
    padding: 3rem;
    text-align: center;
}

.testimonial-card__quote[b-buu23x9leo] {
    color: var(--vc-gold);
    font-family: var(--vc-font-heading);
    font-size: 3.75rem;
    height: 2rem;
    line-height: 0.9;
}

.testimonial-card__stars[b-buu23x9leo] {
    color: var(--vc-gold);
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.testimonial-card blockquote[b-buu23x9leo] {
    color: var(--vc-navy);
    font-family: var(--vc-font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 1.25rem auto 0;
    max-width: 42rem;
}

.testimonial-card__author[b-buu23x9leo] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.75rem;
    text-align: left;
}

.testimonial-card__author img[b-buu23x9leo] {
    border-radius: 50%;
    height: 3rem;
    object-fit: cover;
    width: 3rem;
}

.testimonial-card__author strong[b-buu23x9leo],
.testimonial-card__author span[b-buu23x9leo] {
    display: block;
}

.testimonial-card__author strong[b-buu23x9leo] {
    color: var(--vc-navy);
    font-size: 0.95rem;
}

.testimonial-card__author span[b-buu23x9leo] {
    color: var(--vc-muted);
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.testimonial-controls[b-buu23x9leo] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2rem;
}

.testimonial-controls button[b-buu23x9leo] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vc-border);
    border-radius: 50%;
    color: var(--vc-navy);
    cursor: pointer;
    display: flex;
    font-family: Georgia, serif;
    font-size: 1.25rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    padding: 0 0 0.1rem;
    width: 2rem;
}

.testimonial-controls__dots[b-buu23x9leo] {
    display: flex;
    gap: 0.35rem;
}

.testimonial-controls__dots span[b-buu23x9leo] {
    background: rgb(34 59 60 / 0.2);
    border-radius: 50%;
    display: block;
    height: 0.35rem;
    width: 0.35rem;
}

.testimonial-controls__dots .is-active[b-buu23x9leo] {
    background: var(--vc-gold);
}

.stats[b-buu23x9leo] {
    border-top: 1px solid var(--vc-border);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
    padding-top: 2.5rem;
}

.stats div[b-buu23x9leo] {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.stats strong[b-buu23x9leo] {
    color: var(--vc-navy);
    font-family: var(--vc-font-heading);
    font-size: 2.25rem;
    font-weight: 600;
}

.stats span[b-buu23x9leo] {
    color: var(--vc-muted);
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.about-preview[b-buu23x9leo] {
    border-top: 1px solid rgb(34 59 60 / 0.04);
}

.about-preview__inner[b-buu23x9leo] {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1.15fr;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 2rem;
}

.about-preview__copy .button[b-buu23x9leo] {
    margin-top: 2rem;
}

.about-preview__image[b-buu23x9leo] {
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgb(47 78 80 / 0.16);
    overflow: hidden;
}

.about-preview__image img[b-buu23x9leo] {
    display: block;
    height: auto;
    width: 100%;
}

.contact__grid[b-buu23x9leo] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
}

.contact__details[b-buu23x9leo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-card[b-buu23x9leo] {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--vc-border);
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgb(47 78 80 / 0.04);
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
}

.contact-card__icon[b-buu23x9leo] {
    align-items: center;
    background: var(--vc-navy);
    border-radius: 0.75rem;
    color: var(--vc-gold);
    display: flex;
    flex: none;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.contact-card div > span[b-buu23x9leo] {
    color: var(--vc-gold);
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-card p[b-buu23x9leo],
.contact-card a[b-buu23x9leo] {
    color: var(--vc-navy);
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0.25rem 0 0;
    text-decoration: none;
}

.contact-card a:hover[b-buu23x9leo] {
    color: var(--vc-gold);
}

.contact__map[b-buu23x9leo] {
    border: 1px solid var(--vc-border);
    border-radius: 1.5rem;
    min-height: 22.5rem;
    overflow: hidden;
}

.contact__map iframe[b-buu23x9leo] {
    border: 0;
    height: 100%;
    min-height: 22.5rem;
    width: 100%;
}

@media (max-width: 1023px) {
    .operator-grid[b-buu23x9leo] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .consulting[b-buu23x9leo],
    .about-preview__inner[b-buu23x9leo] {
        gap: 2.5rem;
    }
}

@media (max-width: 767px) {
    .carousel-arrow[b-buu23x9leo] {
        display: none;
    }

    .carousel-dots[b-buu23x9leo] {
        bottom: 1rem;
    }

    .section[b-buu23x9leo] {
        padding: 4rem 0;
    }

    .section__inner[b-buu23x9leo],
    .consulting[b-buu23x9leo],
    .about-preview__inner[b-buu23x9leo] {
        padding-inline: 1.25rem;
    }

    .section-heading h1[b-buu23x9leo],
    .section-heading h2[b-buu23x9leo] {
        font-size: 2.125rem;
        line-height: 1.12;
    }

    .plans-showcase[b-buu23x9leo],
    .hospital-carousel[b-buu23x9leo],
    .consulting__image[b-buu23x9leo],
    .about-preview__image[b-buu23x9leo],
    .contact__map[b-buu23x9leo] {
        border-radius: 1rem;
    }

    .operator-grid[b-buu23x9leo] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .operator-card[b-buu23x9leo] {
        height: 8rem;
        padding: 0.9rem;
    }

    .operator-card__name[b-buu23x9leo] {
        font-size: 1.45rem;
    }

    .operator-card__suffix[b-buu23x9leo] {
        font-size: 0.8rem;
    }

    .consulting[b-buu23x9leo],
    .about-preview__inner[b-buu23x9leo],
    .contact__grid[b-buu23x9leo] {
        grid-template-columns: 1fr;
    }

    .consulting__copy h2[b-buu23x9leo],
    .about-preview__copy h2[b-buu23x9leo] {
        font-size: 2rem;
    }

    .consulting__copy p[b-buu23x9leo],
    .about-preview__copy p[b-buu23x9leo] {
        font-size: 1rem;
    }

    .testimonial-card[b-buu23x9leo] {
        margin-top: 2.5rem;
        min-height: 20rem;
        padding: 2rem 1.25rem;
    }

    .testimonial-card blockquote[b-buu23x9leo] {
        font-size: 1.2rem;
    }

    .stats[b-buu23x9leo] {
        gap: 0.5rem;
    }

    .stats strong[b-buu23x9leo] {
        font-size: 1.75rem;
    }

    .stats span[b-buu23x9leo] {
        max-width: 6rem;
        text-align: center;
    }

    .about-preview__copy[b-buu23x9leo] {
        order: 2;
    }

    .about-preview__image[b-buu23x9leo] {
        order: 1;
    }

    .contact-card[b-buu23x9leo] {
        padding: 1.1rem;
    }

    .contact-card p[b-buu23x9leo],
    .contact-card a[b-buu23x9leo] {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }
}

@media (prefers-reduced-motion: reduce) {
    .button[b-buu23x9leo],
    .carousel-arrow[b-buu23x9leo],
    .hero__image[b-buu23x9leo],
    .operator-card[b-buu23x9leo] {
        transition: none;
    }
}
/* /Components/Pages/QuemSomos.razor.rz.scp.css */
.about-page[b-5nfnt3gt6u] {
    background: var(--vc-ivory);
    color: var(--vc-navy-deep);
    overflow-x: hidden;
}

.eyebrow[b-5nfnt3gt6u] {
    color: var(--vc-gold);
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-hero[b-5nfnt3gt6u] {
    align-items: center;
    background: var(--vc-navy);
    display: flex;
    min-height: 60vh;
    overflow: hidden;
    padding-top: 4rem;
    position: relative;
}

.about-hero > img[b-5nfnt3gt6u] {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

.about-hero__overlay[b-5nfnt3gt6u] {
    background: linear-gradient(90deg, var(--vc-navy) 0%, rgb(47 78 80 / 0.8) 55%, rgb(47 78 80 / 0.4) 100%);
    inset: 0;
    position: absolute;
}

.about-hero__content[b-5nfnt3gt6u] {
    margin: 0 auto;
    max-width: 64rem;
    padding: 4rem 2rem;
    position: relative;
    width: 100%;
}

.about-hero h1[b-5nfnt3gt6u],
.commitment h2[b-5nfnt3gt6u],
.partners h2[b-5nfnt3gt6u] {
    font-family: var(--vc-font-heading);
    font-weight: 500;
    letter-spacing: 0;
}

.about-hero h1[b-5nfnt3gt6u] {
    color: var(--vc-ivory);
    font-size: 3.75rem;
    line-height: 1.1;
    margin: 1rem 0 0;
    max-width: 48rem;
}

.about-hero p[b-5nfnt3gt6u] {
    color: rgb(246 242 236 / 0.75);
    font-size: 1.125rem;
    line-height: 1.65;
    margin: 1.25rem 0 0;
    max-width: 36rem;
}

.about-section[b-5nfnt3gt6u] {
    padding: 5rem 0;
}

.about-section--ivory[b-5nfnt3gt6u],
.about-banner[b-5nfnt3gt6u] {
    background: var(--vc-ivory);
}

.about-section--beige[b-5nfnt3gt6u] {
    background: var(--vc-beige);
}

.about-copy[b-5nfnt3gt6u],
.commitment__inner[b-5nfnt3gt6u] {
    margin: 0 auto;
    max-width: 48rem;
    padding: 0 2rem;
}

.about-copy > p[b-5nfnt3gt6u],
.commitment__copy p[b-5nfnt3gt6u] {
    color: rgb(34 59 60 / 0.8);
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0;
}

.about-copy > p + p[b-5nfnt3gt6u],
.commitment__copy p + p[b-5nfnt3gt6u] {
    margin-top: 1.5rem;
}

.about-callout[b-5nfnt3gt6u] {
    background: var(--vc-beige);
    border: 1px solid rgb(223 187 137 / 0.3);
    border-radius: 1.5rem;
    margin-top: 2.5rem;
    padding: 2rem;
    text-align: center;
}

.about-callout p[b-5nfnt3gt6u] {
    color: var(--vc-navy);
    font-family: var(--vc-font-heading);
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}

.about-callout a[b-5nfnt3gt6u] {
    align-items: center;
    background: var(--vc-gold);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgb(223 187 137 / 0.35);
    color: var(--vc-navy-deep);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.5rem;
    margin-top: 1.75rem;
    padding: 0.875rem 2rem;
    text-decoration: none;
}

.about-banner[b-5nfnt3gt6u] {
    padding-bottom: 1rem;
}

.about-banner > div[b-5nfnt3gt6u] {
    border-radius: 1.5rem;
    box-shadow: 0 30px 80px rgb(47 78 80 / 0.18);
    margin: 0 auto;
    max-width: 72rem;
    overflow: hidden;
}

.about-banner img[b-5nfnt3gt6u] {
    display: block;
    height: auto;
    width: 100%;
}

.commitment__inner[b-5nfnt3gt6u] {
    text-align: center;
}

.commitment h2[b-5nfnt3gt6u],
.partners h2[b-5nfnt3gt6u] {
    color: var(--vc-navy);
    font-size: 3rem;
    line-height: 1.1;
    margin: 0.75rem auto 0;
}

.commitment__copy[b-5nfnt3gt6u] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.commitment__copy p[b-5nfnt3gt6u],
.commitment__copy p + p[b-5nfnt3gt6u] {
    margin: 0;
}

.partners__inner[b-5nfnt3gt6u] {
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 2rem;
}

.partners header[b-5nfnt3gt6u] {
    margin: 0 auto;
    max-width: 42rem;
    text-align: center;
}

.partners header > p[b-5nfnt3gt6u] {
    color: rgb(34 59 60 / 0.7);
    line-height: 1.625;
    margin: 1rem 0 0;
}

.partners__grid[b-5nfnt3gt6u] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3rem;
}

.partner-card[b-5nfnt3gt6u] {
    align-items: center;
    background: #fbfaf7;
    border: 1px solid var(--vc-border);
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgb(47 78 80 / 0.04);
    display: flex;
    height: 9rem;
    justify-content: center;
    padding: 1rem;
}

@media (max-width: 900px) {
    .partners__grid[b-5nfnt3gt6u] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .about-hero[b-5nfnt3gt6u] {
        min-height: 34rem;
    }

    .about-hero__content[b-5nfnt3gt6u],
    .about-copy[b-5nfnt3gt6u],
    .commitment__inner[b-5nfnt3gt6u],
    .partners__inner[b-5nfnt3gt6u] {
        padding-inline: 1.25rem;
    }

    .about-hero h1[b-5nfnt3gt6u] {
        font-size: 2.5rem;
    }

    .about-section[b-5nfnt3gt6u] {
        padding: 4rem 0;
    }

    .about-copy > p[b-5nfnt3gt6u],
    .commitment__copy p[b-5nfnt3gt6u] {
        font-size: 1rem;
    }

    .about-callout[b-5nfnt3gt6u] {
        border-radius: 1rem;
        padding: 1.5rem 1rem;
    }

    .about-callout p[b-5nfnt3gt6u] {
        font-size: 1.5rem;
    }

    .about-banner[b-5nfnt3gt6u] {
        padding-inline: 1.25rem;
    }

    .about-banner > div[b-5nfnt3gt6u] {
        border-radius: 1rem;
    }

    .commitment h2[b-5nfnt3gt6u],
    .partners h2[b-5nfnt3gt6u] {
        font-size: 2.25rem;
    }

    .partners__grid[b-5nfnt3gt6u] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-card[b-5nfnt3gt6u] {
        height: 8rem;
    }

}
/* /Components/Shared/BrandLogo.razor.rz.scp.css */
.brand-logo[b-l298p9z0rm] {
    align-items: center;
    color: inherit;
    display: inline-flex;
    text-decoration: none;
}

.brand-logo__lockup[b-l298p9z0rm] {
    display: block;
    line-height: 1;
}

.brand-logo__image[b-l298p9z0rm] {
    display: block;
    height: auto;
    width: 13.5rem;
}

.brand-logo__tagline[b-l298p9z0rm] {
    color: rgb(246 242 236 / 0.55);
    display: block;
    font-family: var(--vc-font-sans);
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0.2rem;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 420px) {
    .brand-logo__image[b-l298p9z0rm] {
        width: 12.25rem;
    }

    .brand-logo__tagline[b-l298p9z0rm] {
        font-size: 0.5rem;
    }
}
/* /Components/Shared/ChatWidget.razor.rz.scp.css */
.chat-widget[b-dh4ttb8nmx] {
    align-items: flex-end;
    bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: fixed;
    right: 1.5rem;
    z-index: 900;
}

.chat-widget__panel[b-dh4ttb8nmx] {
    height: min(32.5rem, calc(100vh - 7rem));
    width: min(23.75rem, calc(100vw - 2rem));
}

.chat-widget__trigger[b-dh4ttb8nmx] {
    align-items: center;
    background: var(--vc-gold);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgb(34 59 60 / 0.3);
    color: var(--vc-navy-deep);
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    font-weight: 650;
    gap: 0.65rem;
    min-height: 3.5rem;
    padding: 0.55rem 1.25rem 0.55rem 0.55rem;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.chat-widget__trigger:hover[b-dh4ttb8nmx] {
    box-shadow: 0 14px 34px rgb(34 59 60 / 0.38);
    transform: translateY(-2px);
}

.chat-widget__trigger-icon[b-dh4ttb8nmx] {
    align-items: center;
    background: var(--vc-navy-deep);
    border-radius: 50%;
    color: var(--vc-gold);
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

@media (max-width: 600px) {
    .chat-widget[b-dh4ttb8nmx] {
        bottom: 1rem;
        right: 1rem;
    }

    .chat-widget__panel[b-dh4ttb8nmx] {
        height: min(34rem, calc(100vh - 5.5rem));
        width: calc(100vw - 2rem);
    }

    .chat-widget__trigger[b-dh4ttb8nmx] {
        border-radius: 50%;
        height: 3.5rem;
        padding: 0.5rem;
        width: 3.5rem;
    }

    .chat-widget__trigger-icon[b-dh4ttb8nmx] {
        height: 2.5rem;
        width: 2.5rem;
    }

    .chat-widget__trigger-label[b-dh4ttb8nmx] {
        display: none;
    }
}
/* /Components/Shared/OperatorLogo.razor.rz.scp.css */
.operator-logo[b-3yvk5sn0yp] {
    display: block;
    height: 5.5rem;
    max-width: 100%;
    overflow: hidden;
    width: 16rem;
}

@media (max-width: 767px) {
    .operator-logo[b-3yvk5sn0yp] {
        height: 4.5rem;
        width: 13rem;
    }
}
/* /Components/Shared/SiteFooter.razor.rz.scp.css */
.site-footer[b-8vxtqzd6w6] {
    background: var(--vc-navy-deep);
    color: var(--vc-ivory);
}

.site-footer__inner[b-8vxtqzd6w6] {
    margin: 0 auto;
    max-width: 80rem;
    padding: 2.5rem 2rem 1.25rem;
}

.site-footer__grid[b-8vxtqzd6w6] {
    display: grid;
    gap: 2rem;
    grid-template-columns: 5fr 4fr 3fr;
}

.site-footer__brand p[b-8vxtqzd6w6] {
    color: rgb(246 242 236 / 0.5);
    font-size: 0.875rem;
    line-height: 1.65;
    margin: 1rem 0 0;
    max-width: 20rem;
}

.site-footer h3[b-8vxtqzd6w6] {
    color: var(--vc-gold);
    font-family: var(--vc-font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.site-footer__links[b-8vxtqzd6w6] {
    display: grid;
    gap: 0.5rem 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.site-footer a[b-8vxtqzd6w6] {
    color: rgb(246 242 236 / 0.55);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 180ms ease;
}

.site-footer a:hover[b-8vxtqzd6w6] {
    color: var(--vc-gold);
}

.site-footer__contact ul[b-8vxtqzd6w6] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.site-footer__contact li[b-8vxtqzd6w6] {
    align-items: flex-start;
    color: var(--vc-gold);
    display: flex;
    gap: 0.65rem;
}

.site-footer__contact li span[b-8vxtqzd6w6],
.site-footer__contact li a[b-8vxtqzd6w6] {
    color: rgb(246 242 236 / 0.55);
    font-size: 0.875rem;
    line-height: 1.45;
}

.site-footer__bottom[b-8vxtqzd6w6] {
    align-items: center;
    border-top: 1px solid rgb(246 242 236 / 0.1);
    color: rgb(246 242 236 / 0.4);
    display: flex;
    font-size: 0.75rem;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1.25rem;
}

.site-footer__bottom p[b-8vxtqzd6w6] {
    margin: 0;
}

@media (max-width: 767px) {
    .site-footer__inner[b-8vxtqzd6w6] {
        padding-inline: 1.25rem;
    }

    .site-footer__grid[b-8vxtqzd6w6] {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom[b-8vxtqzd6w6] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Components/Shared/SiteHeader.razor.rz.scp.css */
.site-header[b-faq8605ezb] {
    background: var(--vc-navy-deep);
    box-shadow: 0 4px 24px rgb(47 78 80 / 0.25);
    inset: 0 0 auto;
    position: fixed;
    z-index: 800;
}

.site-header__nav[b-faq8605ezb] {
    align-items: center;
    display: flex;
    height: 4rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 2rem;
}

.site-header__links[b-faq8605ezb] {
    align-items: center;
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header__links a[b-faq8605ezb] {
    color: var(--vc-gold-soft);
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: color 180ms ease;
}

.site-header__links a[b-faq8605ezb]::after {
    background: var(--vc-gold);
    bottom: -0.3rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
    width: 100%;
}

.site-header__links a:hover[b-faq8605ezb],
.site-header__links a:focus-visible[b-faq8605ezb] {
    color: var(--vc-gold);
}

.site-header__links a:hover[b-faq8605ezb]::after,
.site-header__links a:focus-visible[b-faq8605ezb]::after {
    transform: scaleX(1);
}

.site-header__actions[b-faq8605ezb] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.site-header__cta[b-faq8605ezb],
.mobile-menu__cta[b-faq8605ezb] {
    background: var(--vc-gold);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgb(223 187 137 / 0.35);
    color: var(--vc-navy-deep);
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.site-header__cta:hover[b-faq8605ezb],
.mobile-menu__cta:hover[b-faq8605ezb] {
    box-shadow: 0 9px 24px rgb(223 187 137 / 0.42);
    transform: translateY(-1px);
}

.site-header__menu-button[b-faq8605ezb] {
    align-items: center;
    background: transparent;
    border: 1px solid rgb(223 187 137 / 0.3);
    border-radius: 50%;
    color: var(--vc-gold-soft);
    cursor: pointer;
    display: none;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    width: 2.5rem;
}

.mobile-menu[b-faq8605ezb] {
    background: var(--vc-navy-deep);
    border-top: 1px solid rgb(223 187 137 / 0.18);
    display: none;
    padding: 0.6rem 1.25rem 1.25rem;
}

.mobile-menu a:not(.mobile-menu__cta)[b-faq8605ezb] {
    border-bottom: 1px solid rgb(246 242 236 / 0.08);
    color: var(--vc-gold-soft);
    display: block;
    font-size: 0.95rem;
    padding: 0.8rem 0;
    text-decoration: none;
}

.mobile-menu__cta[b-faq8605ezb] {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

@media (max-width: 1023px) {
    .site-header__links[b-faq8605ezb] {
        display: none;
    }

    .site-header__menu-button[b-faq8605ezb],
    .mobile-menu[b-faq8605ezb] {
        display: flex;
    }

    .mobile-menu[b-faq8605ezb] {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .site-header__nav[b-faq8605ezb] {
        padding: 0 1.25rem;
    }

    .site-header__cta[b-faq8605ezb] {
        display: none;
    }
}
