.mp-sec-b718275e {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 4rem 2rem;
    box-sizing: border-box;
    font-family: inherit;
}
.mp-inner-b718275e {
    max-width: 1536px;
    margin: 0 auto;
}
.mp-grid-b718275e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .mp-grid-b718275e {
        grid-template-columns: 5fr 7fr;
        gap: 3rem;
    }
}
.mp-sticky-b718275e {
    position: sticky;
    top: 6rem;
}
.mp-subtitle-b718275e {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #047857;
    margin-bottom: 0.75rem;
}
.mp-title-b718275e {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .mp-title-b718275e {
        font-size: 2.25rem;
    }
}
.mp-desc-b718275e {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.625;
    margin-bottom: 0;
}
.mp-link-b718275e {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #047857;
    text-decoration: none;
    transition: color 0.3s ease;
}
.mp-link-b718275e:hover {
    color: #065f46;
}
.mp-link-icon-b718275e {
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mp-link-icon-b718275e svg {
    width: 0.75em;
    height: 0.75em;
    fill: currentColor;
}
.mp-cards-grid-b718275e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 640px) {
    .mp-cards-grid-b718275e {
        grid-template-columns: repeat(2, 1fr);
    }
}
.mp-card-b718275e {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}
.mp-card-header-b718275e {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.mp-card-icon-b718275e {
    color: #059669;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mp-card-icon-b718275e svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.mp-card-title-b718275e {
    font-weight: 600;
    color: #0f172a;
    font-size: 1rem;
}
.mp-card-desc-b718275e {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}