/* Shared homepage and city Why Choose: Care Mosaic. */
.wch-care-mosaic {
    --mosaic-ink: #241d32;
    --mosaic-muted: #625b6c;
    --mosaic-line: #ded8e4;
    background: #faf8f5;
    color: var(--mosaic-ink);
    font-family: var(--font-family-onest);
}
.wch-care-mosaic .wch-mosaic-inner {
    max-width: 1264px;
    padding: 40px 20px 48px;
    margin: 0 auto;
}
.wch-care-mosaic .wch-mosaic-header {
    display: grid;
    gap: 24px;
    margin-bottom: 30px;
}
.wch-care-mosaic .wch-mosaic-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--Primary-primary);
    font-size: var(--16);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.48;
    text-transform: uppercase;
}
.wch-care-mosaic .wch-mosaic-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    flex-shrink: 0;
    background: var(--Secondary-1);
}
.wch-care-mosaic .wch-mosaic-heading {
    max-width: 650px;
    margin: 0;
    color: inherit;
    font-size: var(--32);
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.32;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
.wch-care-mosaic .wch-mosaic-description {
    max-width: 470px;
    margin: 0;
    color: var(--mosaic-muted);
    font-size: var(--16);
    line-height: 1.48;
}
.wch-care-mosaic .wch-mosaic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        'lead lead'
        'b1 b2'
        'b3 b5'
        'b6 b6'
        'trophy award'
        'trophy google';
    gap: 12px;
}
.wch-care-mosaic .wch-mosaic-grid > * {
    min-width: 0;
    margin: 0;
}
.wch-care-mosaic .wch-mosaic-benefit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    min-height: 140px;
    padding: 18px;
    background: var(--Neutral-100);
    border: 1px solid var(--mosaic-line);
    border-radius: 14px;
}
.wch-care-mosaic .wch-mosaic-benefit h3 {
    margin: 0;
    color: inherit;
    font-size: var(--18);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.32;
    text-wrap: pretty;
    overflow-wrap: anywhere;
}
.wch-care-mosaic .wch-mosaic-number {
    color: var(--mosaic-muted);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .08em;
    line-height: 1.5;
}
.wch-care-mosaic .wch-mosaic-benefit-1 { grid-area: b1; }
.wch-care-mosaic .wch-mosaic-benefit-2 {
    grid-area: b2;
    background: #f1ebf8;
    border-color: transparent;
}
.wch-care-mosaic .wch-mosaic-benefit-3 { grid-area: b3; }
.wch-care-mosaic .wch-mosaic-benefit-5 {
    grid-area: b5;
    background: #fff0e9;
    border-color: transparent;
}
.wch-care-mosaic .wch-mosaic-benefit-6 {
    grid-area: b6;
    min-height: 88px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.wch-care-mosaic .wch-mosaic-lead {
    grid-area: lead;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 165px;
    padding: 26px;
    border: 0;
    background: var(--Primary-primary);
    color: var(--Neutral-100);
}
.wch-care-mosaic .wch-mosaic-lead .wch-mosaic-number {
    display: block;
    margin-bottom: 16px;
    color: #efe2ff;
}
.wch-care-mosaic .wch-mosaic-lead h3 {
    max-width: 350px;
    font-size: var(--26);
    font-weight: 500;
    line-height: 1.32;
}
.wch-care-mosaic .wch-mosaic-ratio {
    padding-right: 4px;
    color: var(--Secondary-1);
    font-size: 70px;
    font-weight: 350;
    letter-spacing: -.08em;
    line-height: 1;
}
.wch-care-mosaic .wch-mosaic-trophy {
    grid-area: trophy;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #e9e0d4;
}
.wch-care-mosaic .wch-mosaic-trophy img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
}
.wch-care-mosaic .wch-mosaic-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--mosaic-line);
    border-radius: 14px;
    background: var(--Neutral-100);
}
.wch-care-mosaic .wch-mosaic-award { grid-area: award; }
.wch-care-mosaic .wch-mosaic-google { grid-area: google; }
.wch-care-mosaic .wch-mosaic-proof img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 128px;
    object-fit: contain;
}
.wch-care-mosaic .wch-mosaic-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-top: 28px;
}
.wch-care-mosaic .wch-mosaic-actions a {
    min-width: 0;
    height: auto;
    min-height: var(--56);
    padding: var(--12) var(--20);
    border: 1px solid transparent;
    border-radius: var(--12);
    box-shadow: none;
    font-size: var(--18);
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
    text-decoration: none;
}
.wch-care-mosaic .wch-mosaic-actions svg { flex-shrink: 0; }
.wch-care-mosaic .vp-btn-primary-large:hover {
    background: #5620ab;
    color: var(--Neutral-100);
}
.wch-care-mosaic .wch-mosaic-actions .vp-btn-primary-white-large {
    border-color: #bdb4c8;
    background: transparent;
    color: var(--mosaic-ink);
}
.wch-care-mosaic .wch-mosaic-actions .vp-btn-primary-white-large:hover {
    border-color: var(--Primary-primary);
    background: var(--Primary-3);
}
.wch-care-mosaic a:focus-visible {
    outline: 3px solid var(--Primary-primary);
    outline-offset: 5px;
}
@media (min-width: 480px) {
    .wch-care-mosaic .wch-mosaic-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .wch-care-mosaic .wch-mosaic-inner { padding: 60px 32px 64px; }
    .wch-care-mosaic .wch-mosaic-header {
        margin-bottom: 34px;
    }
    .wch-care-mosaic .wch-mosaic-description {
        padding-bottom: 4px;
    }
    .wch-care-mosaic .wch-mosaic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: minmax(146px, auto);
        grid-template-areas:
            'lead lead trophy'
            'b1 b2 trophy'
            'b3 b5 b6'
            'award google google';
        gap: 14px;
    }
    .wch-care-mosaic .wch-mosaic-benefit { padding: 22px; }
    .wch-care-mosaic .wch-mosaic-benefit h3 { font-size: var(--20); }
    .wch-care-mosaic .wch-mosaic-benefit-6 {
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        gap: 16px;
    }
    .wch-care-mosaic .wch-mosaic-lead { padding: 28px 30px; }
    .wch-care-mosaic .wch-mosaic-lead h3 { font-size: var(--30); }
    .wch-care-mosaic .wch-mosaic-ratio { font-size: 86px; }
    .wch-care-mosaic .wch-mosaic-proof { padding: 14px; }
    .wch-care-mosaic .wch-mosaic-trophy img { max-height: 100%; }
    .wch-care-mosaic .wch-mosaic-proof img { max-height: 124px; }
    .wch-care-mosaic .wch-mosaic-actions { gap: 14px; }
}
/* Match the theme's section headings, labels, body copy, and large buttons. */
@media (min-width: 769px) {
    .wch-care-mosaic .wch-mosaic-eyebrow,
    .wch-care-mosaic .wch-mosaic-description { font-size: var(--18); }
    .wch-care-mosaic .wch-mosaic-heading {
        font-size: var(--50);
        line-height: 1.2;
    }
    .wch-care-mosaic .wch-mosaic-actions a {
        min-height: var(--64);
        padding-block: var(--16);
    }
}
@media (min-width: 1024px) {
    .wch-care-mosaic .wch-mosaic-header {
        grid-template-columns: 1.3fr 1fr;
        align-items: end;
        gap: 64px;
    }
    .wch-care-mosaic .wch-mosaic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas:
            'lead lead trophy b1'
            'b2 b3 trophy google'
            'b5 award trophy b6';
    }
}
@media (max-width: 360px) {
    .wch-care-mosaic .wch-mosaic-grid {
        grid-template-areas:
            'lead lead'
            'b1 b1'
            'b2 b2'
            'b3 b3'
            'b5 b5'
            'b6 b6'
            'trophy award'
            'trophy google';
    }
    .wch-care-mosaic .wch-mosaic-benefit {
        min-height: 112px;
        padding: var(--16);
        gap: var(--12);
    }
    .wch-care-mosaic .wch-mosaic-lead { padding: 20px; gap: 12px; }
    .wch-care-mosaic .wch-mosaic-lead h3 { font-size: var(--24); }
    .wch-care-mosaic .wch-mosaic-ratio { font-size: 57px; }
}
@media (prefers-reduced-motion: reduce) {
    .wch-care-mosaic *,
    .wch-care-mosaic *::before,
    .wch-care-mosaic *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

