/* /Views/AboutUs/_CodeOfConduct.cshtml.rz.scp.css */
@media (min-width: 575px) {

    .cta-code-body[b-7yypjnvm79] {
        border-radius: 20px;
    }

}
/* /Views/AboutUs/_GroupCompanies.cshtml.rz.scp.css */
.container-brand[b-w6a0pd8p6s] {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand[b-w6a0pd8p6s] {
    width: 100%;
    transition: all 300ms ease-in-out;
    /*filter: grayscale(1);*/
}

/*.brand:hover {
    filter: grayscale(0);
}*/


.grid[b-w6a0pd8p6s] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

@media (min-width: 475px){
    .grid[b-w6a0pd8p6s] {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 768px) {
    .grid[b-w6a0pd8p6s] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .grid[b-w6a0pd8p6s] {
        grid-template-columns: repeat(7, 1fr);
    }
}
/* /Views/AboutUs/_GroupRD.cshtml.rz.scp.css */
.cta-rd-background[b-wqoayjsugu] {
    background-image: url("/img/stefani/GSRD.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

@media (min-width: 575px) {

    .cta-rd-body[b-wqoayjsugu] {
        border-radius: 20px;
    }

    .cta-rd-background[b-wqoayjsugu] {
        height: 350px;
    }
}

@media (min-width: 992px) {

    .cta-rd-body[b-wqoayjsugu] {
        height: 500px;
    }

    .cta-rd-background[b-wqoayjsugu] {
        height: 100%;
    }
}
/* /Views/AboutUs/_OurDifferences.cshtml.rz.scp.css */
.card-difference[b-waqtb99vgf] {
    width: 300px;
    height: 150px;
    background-color: #FFF;
    box-shadow: 4px 6px 20px rgb(0, 0, 0, 0.10);
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: start;
    padding: 15px;
    gap: 15px;
    border-top: 2px solid var(--secondary-color);
}

@media (min-width: 425px) {
    .card-difference[b-waqtb99vgf] {
        width: 424px;
        height: 145px;
    }
}
/* /Views/AboutUs/_TimeLine.cshtml.rz.scp.css */
.timeline[b-0cmohswg9e] {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

    .timeline[b-0cmohswg9e]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        border-right: 2px dashed #c4d2e2;
        height: 100%;
        display: block;
    }

.timeline-row[b-0cmohswg9e] {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

    .timeline-row .timeline-time[b-0cmohswg9e] {
        position: absolute;
        right: 50%;
        top: 31px;
        text-align: right;
        margin-right: 20px;
        color: #000000;
        font-size: 1.5rem;
    }

        .timeline-row .timeline-time small[b-0cmohswg9e] {
            display: block;
            font-size: .8rem;
            color: #8796af;
        }

    .timeline-row .timeline-content[b-0cmohswg9e] {
        position: relative;
        padding: 20px 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-top: 2px solid var(--secondary-color);
    }

        .timeline-row .timeline-content[b-0cmohswg9e]:after {
            content: "";
            position: absolute;
            top: 20px;
            height: 3px;
            width: 40px;
        }

        .timeline-row .timeline-content[b-0cmohswg9e]:before {
            content: "";
            position: absolute;
            top: 20px;
            right: -50px;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            z-index: 100;
            background: var(--secondary-color);
        }


        .timeline-row .timeline-content .title[b-0cmohswg9e] {
            margin: 0 0 20px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 150%;
        }

        .timeline-row .timeline-content p[b-0cmohswg9e] {
            margin-bottom: 30px;
            line-height: 150%;
        }

        .timeline-row .timeline-content i[b-0cmohswg9e] {
            font-size: 2rem;
            color: #ffffff;
            line-height: 100%;
            padding: 10px;
            border: 2px solid #ffffff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .timeline-row .timeline-content .thumbs[b-0cmohswg9e] {
            margin-bottom: 20px;
        }

            .timeline-row .timeline-content .thumbs img[b-0cmohswg9e] {
                margin-bottom: 10px;
            }

    .timeline-row:nth-child(even) .timeline-content[b-0cmohswg9e] {
        background-color: var(--white-color);
        margin-left: 40px;
        text-align: left;
    }

        .timeline-row:nth-child(even) .timeline-content[b-0cmohswg9e]:after {
            left: -39px;
            border-right: 18px solid var(--white-color);
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        .timeline-row:nth-child(even) .timeline-content[b-0cmohswg9e]:before {
            left: -50px;
            right: initial;
        }

    .timeline-row:nth-child(odd)[b-0cmohswg9e] {
        padding-left: 0;
        padding-right: 50%;
    }

        .timeline-row:nth-child(odd) .timeline-time[b-0cmohswg9e] {
            right: auto;
            left: 50%;
            text-align: left;
            margin-right: 0;
            margin-left: 20px;
        }

        .timeline-row:nth-child(odd) .timeline-content[b-0cmohswg9e] {
            background-color: var(--white-color);
            margin-right: 40px;
            margin-left: 0;
            text-align: right;
        }

            .timeline-row:nth-child(odd) .timeline-content[b-0cmohswg9e]:after {
                right: -39px;
                border-left: 18px solid var(--white-color);
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

@media (max-width: 767px) {
    .timeline[b-0cmohswg9e] {
        padding: 15px 10px;
    }

        .timeline[b-0cmohswg9e]:after {
            left: 28px;
        }

        .timeline .timeline-row[b-0cmohswg9e] {
            padding-left: 0;
            margin-bottom: 16px;
        }

            .timeline .timeline-row .timeline-time[b-0cmohswg9e] {
                position: relative;
                right: auto;
                top: 0;
                text-align: left;
                margin: 0 0 6px 56px;
            }

                .timeline .timeline-row .timeline-time strong[b-0cmohswg9e] {
                    display: inline-block;
                    margin-right: 10px;
                }

            .timeline .timeline-row .timeline-icon[b-0cmohswg9e] {
                top: 52px;
                left: -2px;
                margin-left: 0;
            }

            .timeline .timeline-row .timeline-content[b-0cmohswg9e] {
                padding: 15px;
                margin-left: 56px;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                position: relative;
            }

    .timeline-row .timeline-content[b-0cmohswg9e]:before {
        left: -50px;
        right: initial;
    }

    .timeline .timeline-row .timeline-content[b-0cmohswg9e]:after {
        right: auto;
        left: -39px;
        top: 32px;
    }

    .timeline .timeline-row:nth-child(odd)[b-0cmohswg9e] {
        padding-right: 0;
    }

        .timeline .timeline-row:nth-child(odd) .timeline-time[b-0cmohswg9e] {
            position: relative;
            right: auto;
            left: auto;
            top: 0;
            text-align: left;
            margin: 0 0 6px 56px;
        }

        .timeline .timeline-row:nth-child(odd) .timeline-content[b-0cmohswg9e] {
            margin-right: 0;
            margin-left: 55px;
        }

            .timeline .timeline-row:nth-child(odd) .timeline-content[b-0cmohswg9e]:after {
                right: auto;
                left: -39px;
                top: 32px;
                border-right: 18px solid var(--white-color);
                border-left: inherit;
            }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content[b-0cmohswg9e] {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content[b-0cmohswg9e] {
        left: 0;
    }
}
/* /Views/AboutUs/_WhoWeAre.cshtml.rz.scp.css */
.banner-about-us[b-sx4mxigt95] {
    background-image: url("/img/stefani/quem-somos.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

@media (min-width: 575px) {

    .body-about[b-sx4mxigt95] {
        border-radius: 20px;
        overflow: hidden;
    }

    .banner-about-us[b-sx4mxigt95] {
        height: 350px;
    }
}

@media (min-width: 992px) {

    .body-about[b-sx4mxigt95] {
        min-height: 500px;
    }

    .banner-about-us[b-sx4mxigt95] {
        height: auto;
    }
}
/* /Views/Contact/_CallCenters.cshtml.rz.scp.css */
section[b-f14hartzxx] {
    background-color: #F8F7FE;
}
/* /Views/Contact/_ContactInfo.cshtml.rz.scp.css */
.contact-banner[b-19en5mhh8p] {
    background-image: url('/img/contato/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.card[b-19en5mhh8p] {
    border-top: 2px solid var(--tertiary-color);
}

@media (min-width: 575px) {
    .body-contact[b-19en5mhh8p] {
        border-radius: 20px;
        overflow: hidden;
    }

    .contact-banner[b-19en5mhh8p] {
        height: 350px;
    }
}

@media (min-width: 992px) {

    .body-contact[b-19en5mhh8p] {
        min-height: 500px;
    }

    .contact-banner[b-19en5mhh8p] {
        height: auto;
    }
}
/* /Views/Home/Error.cshtml.rz.scp.css */
section[b-i192m8wlyv] {
    min-height: calc(100vh - 180px);
}

body[b-i192m8wlyv] {
    margin: 0 auto;
    padding: 0;
    background: #000;
}

.svg-container[b-i192m8wlyv] {
    margin: 30px auto;
    border-radius: 10px;
    background: #003653;
    overflow: hidden;
    transform: scale(1.2) !important;
}

.svg-container[b-i192m8wlyv],
.back[b-i192m8wlyv],
.mid[b-i192m8wlyv],
.fore[b-i192m8wlyv] {
    width: 600px;
    height: 350px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.back[b-i192m8wlyv] {
    background: url("/img/404/back.svg");
    -webkit-animation: bk 20s -5s linear infinite;
    animation: bk-b-i192m8wlyv 20s -5s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mid[b-i192m8wlyv] {
    background: url("/img/404/mid.svg");
    -webkit-animation: bk 12s -5s linear infinite;
    animation: bk-b-i192m8wlyv 12s -5s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fore[b-i192m8wlyv] {
    background: url("/img/404/fore.svg");
    -webkit-animation: bk 5s -5s linear infinite;
    animation: bk-b-i192m8wlyv 5s -5s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.figure[b-i192m8wlyv] {
    width: 600px;
    height: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    background: url("/img/404/fig.svg") no-repeat;
    -webkit-animation: cr 15s -5s linear infinite;
    animation: cr-b-i192m8wlyv 15s -5s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-position: left 82%;
}

@-webkit-keyframes bk {
    100% {
        background-position: 200% 0;
    }
}

@keyframes bk-b-i192m8wlyv {
    100% {
        background-position: 200% 0;
    }
}

@-webkit-keyframes cr {
    from {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    to {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }
}

@keyframes cr-b-i192m8wlyv {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }
}


@media (max-width:600px) {
    .svg-container[b-i192m8wlyv] {
        width: 90%;
    }
}

.body-404[b-i192m8wlyv] {
    min-height: 450px;
}

@media (min-width: 575px) {

    .svg-container[b-i192m8wlyv] {
        transform: scale(1.5) !important;
    }

    .body-404[b-i192m8wlyv] {
        border-radius: 20px;
    }
}
/* /Views/Home/_WhyWeChoose.cshtml.rz.scp.css */
.card-choose[b-yvon0cohsy] {
    width: 300px;
    height: 150px;
    background-color: #FFF;
    box-shadow: 4px 6px 20px rgb(0, 0, 0, 0.10);
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: start;
    padding: 15px;
    gap: 15px;
    border-top: 2px solid var(--secondary-color);
}

@media (min-width: 425px){
    .card-choose[b-yvon0cohsy] {
        width: 424px;
        height: 145px;
    }
}
/* /Views/Insurances/Index.cshtml.rz.scp.css */
section[b-pn65d5ben0] {
    min-height: 600px;
}

.insurance-card[b-pn65d5ben0] {
    width: 145px;
    height: 110px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px 15px;
    border-top: 2px solid transparent;
    transition: all 300ms;
}

    .insurance-card:hover[b-pn65d5ben0] {
        border-top: 2px solid var(--secondary-color);
    }

.container-grid-insurance-cards[b-pn65d5ben0] {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
    row-gap: 60px;
    column-gap: 10px;
}

.circle-icon[b-pn65d5ben0] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 992px) {

    .insurance-card[b-pn65d5ben0] {
        width: 177px;
    }

    .container-grid-insurance-cards[b-pn65d5ben0] {
        column-gap: 20px;
    }
}
/* /Views/Insurances/Insurance.cshtml.rz.scp.css */
.card-customer-profile[b-195el3hwi0] {
    width: 300px;
    height: 253px;
    border-radius: 20px;
    background-color: #F8F7FE;
    padding: 20px;
}

    .card-customer-profile:hover .container-image > img[b-195el3hwi0] {
        transform: scale(1.1);
    }

    .card-customer-profile:hover .pseudo-button[b-195el3hwi0] {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }

.container-grid-customer-cards[b-195el3hwi0] {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    row-gap: 20px;
    column-gap: 10px;
}

.container-image[b-195el3hwi0] {
    background-color: #fff;
    border-radius: 10px;
    height: 142px;
    width: 100%;
    overflow: hidden;
}

    .container-image > img[b-195el3hwi0] {
        object-fit: cover;
        width: 100%;
    }

.pseudo-button[b-195el3hwi0] {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
    height: 56px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Views/Insurances/InsuranceCustomerProfile.cshtml.rz.scp.css */

/* /Views/Shared/Components/AboutInsurance/Default.cshtml.rz.scp.css */
.banner-about-insurance[b-h2ysow1psx] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

@media (min-width: 575px) {

    .body-about[b-h2ysow1psx] {
        border-radius: 20px;
        overflow: hidden;
    }

    .banner-about-insurance[b-h2ysow1psx] {
        height: 350px;
    }

}

@media (min-width: 992px) {

    .body-about[b-h2ysow1psx] {
        min-height: 500px;
    }

    .banner-about-insurance[b-h2ysow1psx] {
        height: auto;
    }
}
/* /Views/Shared/Components/CallCentersTab/Default.cshtml.rz.scp.css */
button.nav-link[b-d7h8iaplss] {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 800;
    color: var(--primary-color);
    font-size: 16px;
    width: 100%;
}

button.nav-link.active[b-d7h8iaplss] {
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
}

#pills-tab[b-d7h8iaplss] {
    background-color: var(--white-color);
    padding: 20px;
}

.container-cards[b-d7h8iaplss] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.card[b-d7h8iaplss] {
    border: none;
    border-top: 2px solid var(--secondary-color);
}

@media (min-width: 768px) {
    .container-cards[b-d7h8iaplss] {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

}

@media (min-width: 992px) {

    button.nav-link[b-d7h8iaplss] {
        font-size: 16px;
        width: auto;
    }

    .container-cards[b-d7h8iaplss] {
        grid-template-columns: repeat(3, 1fr);
    }

}
/* /Views/Shared/Components/ContactUsForm/Default.cshtml.rz.scp.css */
section[b-nayirdocwp] {
    background-color: #F8F7FE;
}

.body-form[b-nayirdocwp] {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 4px 6px 20px #0000001a;
}

@media(min-width: 768px) {

    .body-form[b-nayirdocwp] {
        padding: 40px;
    }
}
/* /Views/Shared/Components/DynamicCallToAction/Default.cshtml.rz.scp.css */
.main-cta-background[b-4e0t9su5w7] {
    background-image: url("/img/home/cta-lg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.phone-icon-circle[b-4e0t9su5w7] {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 575px) {

    .main-cta-body[b-4e0t9su5w7], .cta-body[b-4e0t9su5w7] {
        border-radius: 20px;
    }

    .main-cta-background[b-4e0t9su5w7] {
        height: 350px;
    }

}

@media (min-width: 992px) {

    .main-cta-body[b-4e0t9su5w7] {
        height: 500px;
    }

    .main-cta-background[b-4e0t9su5w7] {
        height: 100%;
    }

}
/* /Views/Shared/Components/FAQ/Default.cshtml.rz.scp.css */
.container-accordion[b-9ns9h689r7] {
    max-width: 800px;
    margin: 0 auto; 
}

.accordion[b-9ns9h689r7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
    outline: none;
}

.accordion-item[b-9ns9h689r7] {
    outline: none;
    border: none;
    border-radius: 20px;
    background-color: #F8F7FE;
}

.accordion-button[b-9ns9h689r7] {
    background-color: #F8F7FE;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 20px !important;
}
/* /Views/Shared/Components/Footer/Default.cshtml.rz.scp.css */
footer[b-5maxguxvtc] {
    background-color: var(--primary-color);
}

.copyright[b-5maxguxvtc] {
    font-size: 14px;
    color: #ccc;
}
/* /Views/Shared/Components/IdealCoverages/Default.cshtml.rz.scp.css */
section[b-j8vg2dfkjr] {
    background-color: var(--ice-color);
}

.tab-button-coverages[b-j8vg2dfkjr] {
    width: 100%;
    height: 65px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 13px;
    border: none;
    background-color: var(--white-color);
    color: var(--primary-color);
}

.coverage-card[b-j8vg2dfkjr] {
    color: var(--primary-color);
}

    .tab-button-coverages.active[b-j8vg2dfkjr], .coverage-card.active[b-j8vg2dfkjr] {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }


.container-ideal-coverages[b-j8vg2dfkjr] {
    max-width: 800px;
    margin: 0 auto;
}

.container-grid-coverages[b-j8vg2dfkjr] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.card[b-j8vg2dfkjr] {
    border: none;
    border-top: 2px solid var(--secondary-color);
}


@media (min-width: 768px) {
    .tab-button-coverages[b-j8vg2dfkjr] {
        height: 75px;
        font-size: 25px;
    }

    .card[b-j8vg2dfkjr] {
        width: 180px;
        height: 124px;
    }

    .card-body[b-j8vg2dfkjr] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-grid-coverages[b-j8vg2dfkjr] {
        display: grid;
        place-items: center;
        grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
        gap: 20px;
    }
}
/* /Views/Shared/Components/IdealInsurance/Default.cshtml.rz.scp.css */
.ideal-insurance-card[b-jwvrgjqzto] {
    width: 250px;
    height: 300px;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--white-color);
}

.container-image[b-jwvrgjqzto] {
    background-color: #fff;
    border-radius: 10px;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

    .container-image > img[b-jwvrgjqzto] {
        object-fit: cover;
        width: 100%;
    }

.description[b-jwvrgjqzto] {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.swiper-wrapper[b-jwvrgjqzto] {
    padding: 50px 0;
}

.swiper-slide[b-jwvrgjqzto] {
    display: flex;
    justify-content: center;
}
/* /Views/Shared/Components/InsuranceCardsHighlighted/Default.cshtml.rz.scp.css */
section[b-j5v0spl51g] {
    background-image: url("/img/home/vector-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper[b-j5v0spl51g] {
    width: 100%;
    height: 100%;
}

.swiper-slide[b-j5v0spl51g] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.insurance-card[b-j5v0spl51g] {
    background-color: var(--white-color);
    position: relative;
    cursor: pointer;
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 4px 6px 20px rgb(0, 0, 0, 0.08);
    border-top: 2px solid transparent;
    transition: all 300ms;
}
    .insurance-card:hover[b-j5v0spl51g] {
        border-top: 2px solid var(--secondary-color);
    }

    .insurance-card:hover .card-title > strong[b-j5v0spl51g],
    .insurance-card:hover .know-more[b-j5v0spl51g] {
        color: var(--secondary-color);
    }

.description[b-j5v0spl51g] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.know-more[b-j5v0spl51g] {
    position: absolute;
    bottom: 10px;
}

.swiper-wrapper[b-j5v0spl51g] {
    padding: 40px 0;
}

.card-title[b-j5v0spl51g] {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 30px;
    line-height: 50px;
}

    .card-title > strong[b-j5v0spl51g] {
        font-size: 70px;
    }

.circle-icon[b-j5v0spl51g] {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background-color: var(--primary-color);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {

    .know-more[b-j5v0spl51g] {
        bottom: 10px;
    }
}

@media (min-width: 992px) {

    .insurance-card[b-j5v0spl51g] {
        width: 350px;
        height: 370px;
    }

    .swiper-wrapper[b-j5v0spl51g] {
        padding: 50px 0;
    }

    .card-title[b-j5v0spl51g] {
        font-size: 40px;
        line-height: 60px;
    }

        .card-title > strong[b-j5v0spl51g] {
            font-size: 90px;
        }

}
/* /Views/Shared/Components/InsuranceForm/Default.cshtml.rz.scp.css */
.body-form[b-61xifmoje7] {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 4px 6px 20px #0000001a;
}

@media(min-width: 768px) {

    .body-form[b-61xifmoje7] {
        padding: 40px;
    }
}
/* /Views/Shared/Components/Navbar/Default.cshtml.rz.scp.css */
.header-navbar[b-7oav36pcuh] {
    height: 80px;
    width: 100%;
}

.header-top[b-7oav36pcuh] {
    height: 43px;
    width: 100%;
}

.hidden[b-7oav36pcuh] {
    margin-top: -43px;
}

.container-contact-infos[b-7oav36pcuh] {
    display: none;
}

.contact-us[b-7oav36pcuh] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
    margin-top: 20px;
}

.nav-link[b-7oav36pcuh] {
    color: var(--white-color) !important;
}

.nav-link.active[b-7oav36pcuh], .navbar-nav .nav-link.active[b-7oav36pcuh], .navbar-nav .nav-link.show[b-7oav36pcuh], .nav-link:hover[b-7oav36pcuh] {
    color: var(--secondary-color) !important;
}

.dropdown-item[b-7oav36pcuh] {
    font-size: 16px !important;
    color: var(--primary-color);
}
    .dropdown-item.active[b-7oav36pcuh], .dropdown-item:active[b-7oav36pcuh] {
        background-color: transparent !important;
        color: var(--secondary-color);
    }

#offcanvasNavbar[b-7oav36pcuh] {
    background-color: var(--primary-color);
}


/* Responsive XL ------->  */
@media (min-width: 1200px) {

    .nav-link[b-7oav36pcuh] {
        color: var(--primary-color) !important;
    }

    .header-navbar[b-7oav36pcuh] {
        height: 132px;
    }

    .dropdown-item[b-7oav36pcuh] {
        font-size: 18px !important;
    }

    .container-button[b-7oav36pcuh] {
        height: auto;
        width: 200px;
        overflow-x: hidden;
        border-radius: 0 20px 20px 0;
    }

    .contact-us[b-7oav36pcuh] {
        height: 100%;
        font-size: 20px;
        margin-top: 0px;
        border-radius: 0px;
    }

    .offcanvas-body[b-7oav36pcuh] {
        background-color: var(--white-color);
        border-radius: 20px;
        box-shadow: 4px 6px 20px #0000001a
    }

    #offcanvasNavbar[b-7oav36pcuh] {
        height: 46px !important;
        bottom: -50px !important;
        position: absolute !important;
        width: 80% !important;
        border-radius: 20px;
        transform: translateY(80px) !important;
    }

    #offcanvasNavbar.active-scroll[b-7oav36pcuh] {
        transform: translateY(67px) !important;
    }

    .container-contact-infos[b-7oav36pcuh] {
        display: flex;
        gap: 30px;
        width: 100%;
        height: 40px;
        align-items: center;
        justify-content: flex-end;
        top: -60px;
        position: absolute;
    }

}
/* /Views/Shared/Components/RotativeBanner/Default.cshtml.rz.scp.css */
section[b-2y6w65vk13] {
    height: 300px;
}

.swiper[b-2y6w65vk13] {
    width: 100%;
    height: 100%;
    margin-top: 80px;
    user-select: none;
}

.swiper-slide[b-2y6w65vk13] {
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide picture[b-2y6w65vk13] {
    width: 100%;
    height: 100%;
}

.swiper-slide picture img[b-2y6w65vk13] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next[b-2y6w65vk13],
.swiper-button-prev[b-2y6w65vk13] {
    color: var(--secondary-color) !important;
}

/* Bullets style in site.css */

/* Responsive XL */
@media (min-width: 1200px) {
    .swiper[b-2y6w65vk13] {
        margin-top: 175px;
    }

    section[b-2y6w65vk13] {
        height: 500px;
    }
}
/* /Views/Shared/Components/SocialIcon/Default.cshtml.rz.scp.css */
.social-icon[b-jxm8h4m46c] {
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1.98px 2.98px 10px #0000001a;
}

.social-sm[b-jxm8h4m46c] {
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

.social-lg[b-jxm8h4m46c] {
    width: 31px;
    height: 31px;
    border-radius: 5px;
}

.social-sm > img[b-jxm8h4m46c] {
    height: 12px;
    width: auto;
}

.social-lg > img[b-jxm8h4m46c] {
    height: 15px;
    width: auto;
}

.social-hover-secondary:hover[b-jxm8h4m46c] {
    background-color: var(--secondary-color);
}

    .social-hover-secondary:hover > svg[b-jxm8h4m46c] {
        fill: var(--white-color);
        color: var(--white-color);
    }

.social-hover-tertiary:hover[b-jxm8h4m46c] {
    background-color: var(--tertiary-color);
    fill: var(--white-color);
    color: var(--white-color);
}


    .social-hover-tertiary:hover > svg[b-jxm8h4m46c] {
        fill: var(--white-color);
        color: var(--white-color);
    }
/* /Views/Shared/Components/Testimonials/Default.cshtml.rz.scp.css */
.swiper[b-wzoeyq2knw] {
    width: 100%;
    height: 100%;
}

.swiper-wrapper[b-wzoeyq2knw] {
    padding: 50px 0;
}

.swiper-slide[b-wzoeyq2knw] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

.testimonial-card[b-wzoeyq2knw] {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    background-color: #F8F7FE;
    padding: 15px;
    border-top: 2px solid var(--secondary-color);
    box-shadow: 0 0 20px #0000001a;
}

.customer-name[b-wzoeyq2knw], .customer-tag[b-wzoeyq2knw] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 145px;
}

.customer-testimonial[b-wzoeyq2knw] {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-image-circle[b-wzoeyq2knw] {
    width: 100px;
    height: 100px;
}

@media (min-width: 992px) {

    .testimonial-card[b-wzoeyq2knw] {
        width: 350px;
        padding: 20px;
    }

}
/* /Views/Shared/Components/Wave/Default.cshtml.rz.scp.css */
