/* Vision challenges: editorial rows, distinct from the core-value timeline. */
html body.page-home #section-3 .vision-challenges:not(.vision-challenges--text) {
    width: 392px !important;
    min-height: 0 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body.page-home #section-3 .vision-challenges__title {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #20252b !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

html body.page-home #section-3 .vision-challenges__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8e1ee;
}

html body.page-home #section-3 .vision-challenge-list {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    counter-reset: vision-challenge !important;
}

html body.page-home #section-3 .vision-challenge-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 58px !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid #d8e1ee !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    counter-increment: vision-challenge !important;
    transform: none !important;
    transition: border-color 180ms ease !important;
}

html body.page-home #section-3 .vision-challenge-card:last-child {
    border-bottom: 0 !important;
}

html body.page-home #section-3 .vision-challenge-card::after {
    content: counter(vision-challenge, decimal-leading-zero);
    grid-column: 3;
    color: #dfe6f1;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-align: right;
    transition: color 180ms ease, transform 220ms ease !important;
}

html body.page-home #section-3 .vision-challenge-card__icon {
    grid-column: 1 !important;
    position: relative !important;
    left: -28px !important;
    display: grid !important;
    align-items: center !important;
    justify-items: start !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
}

html body.page-home #section-3 .vision-challenge-card__icon img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

html body.page-home #section-3 .vision-challenge-card h4 {
    grid-column: 2 !important;
    margin: 0 !important;
    color: #20252b !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    text-align: left !important;
    transition: color 180ms ease, transform 220ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
    html body.page-home #section-3 .vision-challenge-card:hover {
        padding-left: 4px !important;
        border-bottom-color: #1e5eff !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body.page-home #section-3 .vision-challenge-card:hover h4,
    html body.page-home #section-3 .vision-challenge-card:hover::after {
        color: #1e5eff !important;
    }

    html body.page-home #section-3 .vision-challenge-card:hover h4 {
        transform: translateX(6px) !important;
    }

    html body.page-home #section-3 .vision-challenge-card:hover::after {
        transform: translateX(-4px);
    }

    html body.page-home #section-3 .vision-challenge-card:hover .vision-challenge-card__icon {
        transform: none !important;
    }
}

@media (max-width: 860px) {
    html body.page-home #section-3 .vision-challenges:not(.vision-challenges--text) {
        width: 100% !important;
        padding: 0 !important;
    }

    html body.page-home #section-3 .vision-challenges__title {
        margin-bottom: 4px !important;
        font-size: 12px !important;
    }

    html body.page-home #section-3 .vision-challenge-card {
        grid-template-columns: 30px minmax(0, 1fr) 34px !important;
        gap: 8px !important;
        min-height: 43px !important;
        padding: 0 2px !important;
    }

    html body.page-home #section-3 .vision-challenge-card__icon {
        left: 0 !important;
        width: 28px !important;
        height: 28px !important;
    }

    html body.page-home #section-3 .vision-challenge-card__icon img {
        width: 22px !important;
        height: 22px !important;
    }

    html body.page-home #section-3 .vision-challenge-card h4 {
        font-size: 13px !important;
    }

    html body.page-home #section-3 .vision-challenge-card::after {
        font-size: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.page-home #section-3 .vision-challenge-card,
    html body.page-home #section-3 .vision-challenge-card::after,
    html body.page-home #section-3 .vision-challenge-card__icon,
    html body.page-home #section-3 .vision-challenge-card h4 {
        transition: none !important;
    }
}
