#new-home-root .mgi-site-main .ip-v2 .ip-v2-split-hero__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-v2-split-hero__image {
    position: relative;
    min-height: 220px;
    max-height: 280px;
}

@media (min-width: 768px) {
    .ip-v2-split-hero {
        align-items: stretch;
    }

    .ip-v2-split-hero__image {
        min-height: 320px;
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .ip-v2-split-hero__image {
        min-height: 220px;
        max-height: 260px;
    }
}

.ip-v2 .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

.ip-v2-line-accent {
    width: 40px;
    height: 2px;
    background-color: #71130d;
}

#new-home-root .mgi-site-main .ip-v2 .ip-v2-pillar-card {
    transition: background-color 0.45s ease, color 0.45s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

#new-home-root .mgi-site-main .ip-v2 .ip-v2-pillar-card:hover {
    background-color: #71130d !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(113, 19, 13, 0.18);
}

#new-home-root .mgi-site-main .ip-v2 .ip-v2-pillar-card:hover .ip-v2-pillar-icon,
#new-home-root .mgi-site-main .ip-v2 .ip-v2-pillar-card:hover .ip-v2-pillar-title {
    color: #ffffff !important;
}

#new-home-root .mgi-site-main .ip-v2 .ip-v2-pillar-card:hover .ip-v2-pillar-line {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.ip-v2-cta-btn {
    transition: background-color 0.3s ease, transform 0.28s ease;
}

.ip-v2-cta-btn:hover {
    transform: scale(1.02);
}
