.report-template--ppt-editorial {
    --ppt-accent: #2f6f92;
    --ppt-accent-soft: #edf5f8;
    --ppt-ink: #234f6b;
    --ppt-rule: #c9d8df;
    margin-block: 0 2.5rem;
}

.report-template--ppt-editorial.report-chapter--environment {
    --ppt-accent: #4f8748;
    --ppt-accent-soft: #eef6ed;
}

.report-template--ppt-editorial.report-chapter--social {
    --ppt-accent: #bd615d;
    --ppt-accent-soft: #fbf0f0;
}

.report-template--ppt-editorial.report-chapter--governance,
.report-template--ppt-editorial.report-chapter--product {
    --ppt-accent: #2f6f92;
    --ppt-accent-soft: #edf5f8;
}

.report-template--ppt-editorial .report-module__header {
    margin-bottom: 1.25rem;
    padding: 0 0 0.7rem;
    border-bottom: 1px solid var(--ppt-rule);
    border-left: 0;
}

.report-template--ppt-editorial .report-module__title {
    color: var(--ppt-ink);
    font-size: 1.75rem;
    line-height: 1.35;
}

.ppt-editorial {
    color: #425964;
}

.ppt-editorial__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    align-items: start;
}

.ppt-editorial__block {
    min-width: 0;
    padding: 0.9rem 0;
    border-top: 1px solid var(--ppt-rule);
    overflow-wrap: break-word;
    transition: border-color 180ms ease, transform 180ms ease;
}

/* A headerless introduction already has the outer module's separator. */
.report-template--ppt-editorial > .report-richtext:first-child > .ppt-editorial > .ppt-editorial__grid > .ppt-editorial__block--body:only-child {
    border-top: 0;
    padding-top: 0;
}

.ppt-editorial__block--title,
.ppt-editorial__block--heading {
    padding: 1rem;
    border-top: 3px solid var(--ppt-accent);
    background: var(--ppt-accent-soft);
}

.ppt-editorial__block--metric {
    display: flex;
    min-height: 7rem;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-top: 3px solid var(--ppt-accent);
    background: #fff;
    box-shadow: 0 8px 24px rgb(35 79 107 / 8%);
}

.ppt-editorial__block h4 {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin: 0 0 0.6rem;
    color: var(--ppt-ink);
    font-size: 1.05rem;
    line-height: 1.45;
}

.ppt-editorial__block h4 i {
    flex: 0 0 auto;
    margin-top: 0.08rem;
    color: var(--ppt-accent);
    font-size: 1.3rem;
}

.ppt-editorial__block p,
.ppt-editorial__block li {
    margin: 0;
    color: #526873;
    font-size: 0.98rem;
    line-height: 1.8;
}

.ppt-editorial__block p + p {
    margin-top: 0.45rem;
}

.ppt-editorial__block--metric p {
    color: var(--ppt-ink);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
}

.ppt-editorial__block--metric h4 {
    min-height: 2.9rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--ppt-rule);
}

.ppt-editorial__block--body:hover,
.ppt-editorial__block--title:hover,
.ppt-editorial__block--heading:hover {
    border-top-color: var(--ppt-accent);
    transform: translateY(-2px);
}

.ppt-grid-start-1 { grid-column-start: 1; }
.ppt-grid-start-2 { grid-column-start: 2; }
.ppt-grid-start-3 { grid-column-start: 3; }
.ppt-grid-start-4 { grid-column-start: 4; }
.ppt-grid-start-5 { grid-column-start: 5; }
.ppt-grid-start-6 { grid-column-start: 6; }
.ppt-grid-start-7 { grid-column-start: 7; }
.ppt-grid-start-8 { grid-column-start: 8; }
.ppt-grid-start-9 { grid-column-start: 9; }
.ppt-grid-start-10 { grid-column-start: 10; }
.ppt-grid-start-11 { grid-column-start: 11; }
.ppt-grid-start-12 { grid-column-start: 12; }
.ppt-grid-span-1 { grid-column-end: span 1; }
.ppt-grid-span-2 { grid-column-end: span 2; }
.ppt-grid-span-3 { grid-column-end: span 3; }
.ppt-grid-span-4 { grid-column-end: span 4; }
.ppt-grid-span-5 { grid-column-end: span 5; }
.ppt-grid-span-6 { grid-column-end: span 6; }
.ppt-grid-span-7 { grid-column-end: span 7; }
.ppt-grid-span-8 { grid-column-end: span 8; }
.ppt-grid-span-9 { grid-column-end: span 9; }
.ppt-grid-span-10 { grid-column-end: span 10; }
.ppt-grid-span-11 { grid-column-end: span 11; }
.ppt-grid-span-12 { grid-column-end: span 12; }

/* Narrative blocks without PPT coordinates must not collapse to one of 12 tracks. */
.report-template--ppt-editorial .ppt-editorial__grid > .ppt-editorial__block:not([class*="ppt-grid-"]) {
    grid-column: 1 / -1;
}

/*
 * PPT coordinates describe a slide canvas, not document flow. These modules
 * retain their editable blocks while mapping them to stable web layouts.
 */
[data-report-module="ppt-2025-slide-13-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-15-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-25-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-34-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-43-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-44-copy"] .ppt-editorial__block,
[data-report-module="ppt-2025-slide-47-copy"] .ppt-editorial__block {
    grid-column: 1 / -1;
}

[data-report-module="ppt-2025-slide-16-copy"] .ppt-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-report-module="ppt-2025-slide-16-copy"] .ppt-editorial__block:first-child {
    grid-column: 1 / -1;
}

[data-report-module="ppt-2025-slide-16-copy"] .ppt-editorial__block:nth-child(n + 2) {
    grid-column: auto;
}

[data-report-module="ppt-2025-slide-17-copy"] .ppt-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-report-module="ppt-2025-slide-17-copy"] .ppt-editorial__block:nth-child(-n + 2) {
    grid-column: 1 / -1;
}

[data-report-module="ppt-2025-slide-17-copy"] .ppt-editorial__block:nth-child(n + 3) {
    grid-column: auto;
}

[data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__grid {
    grid-template-columns: minmax(15rem, 4fr) minmax(0, 8fr);
    gap: 0 1.25rem;
}

[data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
    padding: 1.1rem;
    border: 1px solid var(--ppt-rule);
    border-top: 0;
}

[data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    padding: 1.1rem;
    border: 1px solid var(--ppt-rule);
    border-top: 0;
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__grid,
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__grid,
[data-report-module="ppt-2025-slide-31-copy"] .ppt-editorial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

[data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
}

[data-report-module="ppt-2025-slide-27-copy"] .ppt-editorial__grid,
[data-report-module="ppt-2025-slide-30-copy"] .ppt-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-report-module="ppt-2025-slide-27-copy"] .ppt-editorial__block:nth-child(-n + 3),
[data-report-module="ppt-2025-slide-30-copy"] .ppt-editorial__block:nth-child(-n + 3) {
    grid-column: auto;
}

[data-report-module="ppt-2025-slide-27-copy"] .ppt-editorial__block:nth-child(n + 4),
[data-report-module="ppt-2025-slide-30-copy"] .ppt-editorial__block:nth-child(n + 4) {
    grid-column: 1 / -1;
}

[data-report-module="ppt-2025-slide-28-copy"] .ppt-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-report-module="ppt-2025-slide-28-copy"] .ppt-editorial__block:first-child {
    display: none;
}

[data-report-module="ppt-2025-slide-28-copy"] .ppt-editorial__block:nth-child(n + 2) {
    grid-column: auto;
}

[data-report-module="ppt-2025-slide-31-copy"] .ppt-editorial__block:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-31-copy"] .ppt-editorial__block:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

[data-report-module="ppt-2025-slide-31-copy"] .ppt-editorial__block:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(1) { grid-column: 1; grid-row: 1; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(2) { grid-column: 2; grid-row: 1; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(3) { grid-column: 1; grid-row: 2; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(4) { grid-column: 2; grid-row: 2; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(5) { grid-column: 1 / -1; grid-row: 3; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(6) { grid-column: 1; grid-row: 4; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(7) { grid-column: 2; grid-row: 4; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(8) { grid-column: 1; grid-row: 5; }
[data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(9) { grid-column: 2; grid-row: 5; }

.ppt-source-note {
    margin-top: 0.8rem;
    color: #758790;
    font-size: 0.78rem;
}

@media (max-width: 767px) {
    .report-template--ppt-editorial {
        margin-bottom: 1.75rem;
    }

    .report-template--ppt-editorial .report-module__title {
        font-size: 1.35rem;
    }

    .ppt-editorial__grid {
        display: block;
    }

    .ppt-editorial__block {
        margin-bottom: 0.8rem;
    }

    .ppt-editorial__block--metric {
        min-height: 0;
    }

    .ppt-editorial__block--metric h4 {
        min-height: 0;
    }

    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__grid,
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__grid,
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
    }

    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(n),
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(n),
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(n) {
        grid-column: 1;
        grid-row: auto;
        margin-bottom: 0;
    }

    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(3) { order: 1; }
    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(1) { order: 2; }
    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(2) { order: 3; }
    [data-report-module="ppt-2025-slide-23-copy"] .ppt-editorial__block:nth-child(4) { order: 4; }

    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(2) { order: 1; }
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(3) { order: 2; }
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(1) { order: 3; }
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(4) { order: 4; }
    [data-report-module="ppt-2025-slide-24-copy"] .ppt-editorial__block:nth-child(5) { order: 5; }

    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(1) { order: 1; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(3) { order: 2; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(2) { order: 3; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(4) { order: 4; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(5) { order: 5; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(6) { order: 6; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(8) { order: 7; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(7) { order: 8; }
    [data-report-module="ppt-2025-slide-33-copy"] .ppt-editorial__block:nth-child(9) { order: 9; }
}

@media (prefers-reduced-motion: reduce) {
    .ppt-editorial__block {
        transition: none;
    }

    .ppt-editorial__block:hover {
        transform: none;
    }
}

.kv_slick--caption-only,
.kv_slick--caption-only .slick-list,
.kv_slick--caption-only .slick-track,
.kv_slick--caption-only .kvs_item {
    height: 100%;
}

.kv_slick--caption-only {
    position: absolute;
    inset: 0;
}

.kv_slick--caption-only::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgb(9 43 57 / 28%);
    content: "";
    pointer-events: none;
}

.kv_slick--caption-only .kvs_item {
    position: relative;
}

.kv_slick--caption-only .kvs_caption {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: center;
}

.kv_slide_fallback {
    width: 100%;
    height: 100%;
    background: #28566e;
}

.home-news-gallery {
    align-items: flex-start;
}

.site-footer__inner {
    align-items: flex-start;
}

.site-footer .fmenu_title {
    display: block;
    font-weight: 700;
}

.footer-secondary-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.25rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.footer-secondary-links a {
    color: #b6c2c9;
    font-size: 0.84rem;
}

@media (max-width: 767px) {
    .kv_slick--caption-only .kvs_caption {
        align-items: flex-end;
        padding-bottom: 3rem;
    }

    .site-footer .footer_left {
        margin-bottom: 1.5rem;
    }
}
