@charset "UTF-8";
/* CSS Document */

/*
STYLESHEET MAP
Search for the section titles below to jump directly to a component family.

Foundation
- CSS RESET
- FOUNDATION: DESIGN TOKENS AND BASE STYLES

Shared components
- Video hero / Interactive Topic Hero / Banner Ad
- Insights List / Strategy& Books / Strategy& Podcast Stage
- strategy+business / Client stories
- Careers Banner / Locations map / Section Intro / Footnote popovers
- Content one column / background image / Number cards
- Get in touch / Tabbed interface / Scroll reveal styles

Page-family components
- FFG boxes / ERS page sections / ERS v3 page refinements
- Leaders list / Social impact / Capability page sections
- Alumni page / About timeline / Join us page
*/

/* ==============================
CSS RESET
============================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    margin-block-end: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    width: 100vw;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}

p {
    text-wrap: pretty;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-wrap: balance; */
    overflow-wrap: break-word;
    font-weight: normal;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

[hidden] {
    display: none !important;
}

#root {
    isolation: isolate;
}

textarea:not([rows]) {
    min-height: 10em;
}










/* ==============================
FOUNDATION: DESIGN TOKENS AND BASE STYLES
============================== */

:root {
    /* Typography */
    --de-sans-serif: "PwC Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --de-serif: "PwC ITC Charter", "ITC Charter", Charter, Georgia, serif;

    /* Brand and neutral colors */
    --de-color-brand: #a32020;
    --de-color-accent: #d93954;
    --de-color-black: #000000;
    --de-color-ink: #111111;
    --de-color-body: #2d2d2d;
    --de-color-white: #ffffff;
    --de-color-surface: #f2f2f2;

    /* Shared responsive type roles */
    --de-type-heading-lg-size: 52px;
    --de-type-heading-lg-line: 62px;
    --de-type-heading-md-size: 48px;
    --de-type-heading-md-line: 58px;
    --de-type-heading-sm-size: 30px;
    --de-type-heading-sm-line: 38px;
    --de-type-intro-size: 20px;
    --de-type-intro-line: 30px;
    --de-type-body-lg-size: 18px;
    --de-type-body-lg-line: 28px;
    --de-type-body-size: 17px;
    --de-type-body-line: 25px;
}

.base-update-26 {
    font-family: var(--de-sans-serif);
}

.base-update-26 .maxPageWidth,
.base-update-26 .maxPageWidthNarrow {
    padding: 0px 30px;
    margin: 0px auto;
}

.base-update-26 .maxPageWidth {
    max-width: 1340px;
}

.base-update-26 .maxPageWidthNarrow {
    max-width: 1180px;
}

@media (max-width: 768px) {
    :root {
        --de-type-heading-lg-size: 34px;
        --de-type-heading-lg-line: 42px;
        --de-type-heading-md-size: 34px;
        --de-type-heading-md-line: 42px;
        --de-type-heading-sm-size: 24px;
        --de-type-heading-sm-line: 31px;
        --de-type-intro-size: 16px;
        --de-type-intro-line: 25px;
        --de-type-body-lg-size: 16px;
        --de-type-body-lg-line: 25px;
        --de-type-body-size: 16px;
        --de-type-body-line: 25px;
    }

    .base-update-26 .maxPageWidth,
    .base-update-26 .maxPageWidthNarrow {
        padding: 0px 15px;
    }
}

.base-update-26 h2 {
    font-size: 40px;
    font-family: var(--de-serif);
}

#wrapper h2.collections-title {
    color: var(--de-color-black);
    font-family: var(--de-serif);
    font-size: 40px;
    font-weight: 400;
}

.base-update-26 .bg-Dark h2 {
    color: #fff;
}

.base-update-26 p:last-child {
    margin-bottom: 0px;
}

.base-update-26 .margin-bottom-80 {
    margin-bottom: 80px;
}

.base-update-26 .margin-bottom-60 {
    margin-bottom: 60px;
}

.base-update-26 .margin-bottom-40 {
    margin-bottom: 40px;
}

.base-update-26 .margin-bottom-20 {
    margin-bottom: 20px;
}

.base-update-26 .padding-top-120 {
    padding-top: 120px;
}

.base-update-26 .padding-top-100 {
    padding-top: 100px;
}

.base-update-26 .padding-top-80 {
    padding-top: 80px;
}

.base-update-26 .padding-top-60 {
    padding-top: 60px;
}

.base-update-26 .padding-top-40 {
    padding-top: 40px;
}

.base-update-26 .padding-top-20 {
    padding-top: 20px;
}

.base-update-26 .padding-bottom-100 {
    padding-bottom: 100px;
}

.base-update-26 .padding-bottom-80 {
    padding-bottom: 80px;
}

.base-update-26 .padding-bottom-60 {
    padding-bottom: 60px;
}

.base-update-26 .padding-bottom-40 {
    padding-bottom: 40px;
}

.base-update-26 .padding-bottom-20 {
    padding-bottom: 20px;
}

.base-update-26 .bg-Black {
    background-color: #000000;
}

.base-update-26 .bg-Dark {
    background-color: #131313;
}

.base-update-26 .bg-Light {
    background-color: #f2f2f2;
}

.base-update-26 .bg-White {
    background-color: #ffffff;
}

.base-update-26 .bg-Black,
.base-update-26 .bg-Dark {
    color: #ffffff;
}

@media (max-width: 768px) {
    .base-update-26 h2 {
        font-size: 32px;
        line-height: 40px;
    }

    #wrapper h2.collections-title {
        font-size: 32px;
        line-height: 40px;
    }

    .base-update-26 h2.margin-bottom-80 {
        margin-bottom: 40px;
    }

    .base-update-26 h2.margin-bottom-40 {
        margin-bottom: 20px;
    }

}










/* ==============================
Video hero
============================== */

#VideoHero {
    position: relative;
    width: 100%;
    height: 445px;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
}

#VideoHero .video-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#VideoHero .video-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("/content/dam/pwc/01/en/global-shared/images/hero-promo-overlay-black--largedesktop-2400-optimised.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0.6;
}

#VideoHero .video-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px 30px;
}

#VideoHero .video-hero-text {
    max-width: 525px;
    margin-right: 400px;
}

#VideoHero .video-hero-content-wide .video-hero-text {
    max-width: 700px;
}

#VideoHero .video-hero-text h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--de-serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

#VideoHero .video-hero-text p {
    margin: 0;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

@media (max-width: 1340px) {
    #VideoHero .video-hero-content-wide {
        max-width: none;
    }
}

@media (max-width: 1160px) {
    #VideoHero .video-hero-content-wide .video-hero-text h1 {
        font-size: 32px;
    }

    #VideoHero .video-hero-content-wide .video-hero-text p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #VideoHero {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: visible;
        background-color: #ffffff;
        color: #000000;
    }

    #VideoHero .video-hero-media {
        position: relative;
        inset: auto;
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 768 / 400;
        object-fit: cover;
        object-position: center center;
    }

    #VideoHero .video-hero-overlay {
        top: auto;
        bottom: 0;
        height: auto;
        aspect-ratio: 768 / 400;
    }

    #VideoHero .video-hero-content {
        order: 1;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        max-width: none;
        padding: 48px 30px 36px;
    }

    #VideoHero .video-hero-text {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin-right: 0;
    }

    #VideoHero .video-hero-text h1 {
        width: 100%;
        max-width: 100%;
        color: #000000;
        font-size: 32px;
        overflow-wrap: break-word;
        text-wrap: wrap;
        white-space: normal !important;
    }

    #VideoHero .video-hero-text p {
        width: 100%;
        max-width: 100%;
        color: #000000;
        font-size: 20px;
        overflow-wrap: break-word;
        text-wrap: wrap;
        white-space: normal !important;
    }
    
    #VideoHero .video-hero-content-wide .video-hero-text {
        margin-right: 0px;
    }
}

/* Rotating statistics in the Locations Map intro */
#Locations-Map .rotating-stat {
    --rotating-stat-transition: 900ms;
    --rotating-stat-fade: 450ms;
    width: 100%;
    text-align: left;
}

#Locations-Map .map-intro .rotating-stat-number-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    color: #a32020;
    font-family: var(--de-serif);
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
    white-space: nowrap;
}

#Locations-Map .rotating-stat-number {
    display: inline-block;
    width: calc(var(--rotating-stat-digits, 2) * 1ch);
    overflow: hidden;
    font-variant-numeric: tabular-nums;
    text-align: left;
    transition: width var(--rotating-stat-transition) cubic-bezier(0.22, 1, 0.36, 1);
}

#Locations-Map .rotating-stat-plus {
    display: inline-block;
    width: 0.75em;
    margin-left: 2px;
    overflow: visible;
    opacity: 1;
    text-align: left;
    transform: translateX(0);
    transition:
        width var(--rotating-stat-transition) cubic-bezier(0.22, 1, 0.36, 1),
        opacity var(--rotating-stat-fade) ease,
        transform var(--rotating-stat-transition) cubic-bezier(0.22, 1, 0.36, 1);
}

#Locations-Map .rotating-stat-plus[hidden] {
    display: inline-block;
    width: 0;
    margin-left: 0;
    overflow: hidden;
    opacity: 0;
}

#Locations-Map .map-intro .rotating-stat-text {
    min-height: 56px;
    margin: 0;
    font-family: var(--de-sans-serif);
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    transition: opacity var(--rotating-stat-fade) ease;
}

#Locations-Map .map-intro .rotating-stat-text.is-changing {
    opacity: 0;
}

#Locations-Map .rotating-stat-live {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    #Locations-Map .rotating-stat-number,
    #Locations-Map .rotating-stat-plus,
    #Locations-Map .rotating-stat-text {
        transition-duration: 0ms !important;
    }
}










/* ==============================
Interactive Topic Hero
============================== */

#Interactive-Topic-Hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    isolation: isolate;
    background-color: #101312;
    color: #ffffff;
}

#Interactive-Topic-Hero .ith-backgrounds,
#Interactive-Topic-Hero .ith-background,
#Interactive-Topic-Hero .ith-shade {
    position: absolute;
    inset: 0;
}

#Interactive-Topic-Hero .ith-backgrounds {
    z-index: -3;
}

#Interactive-Topic-Hero .ith-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.02);
    transition:
        opacity 800ms ease,
        transform 1400ms ease;
}

#Interactive-Topic-Hero .ith-background-active {
    opacity: 1;
    transform: scale(1);
}

#Interactive-Topic-Hero .ith-shade {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 58%),
        linear-gradient(287deg, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.6) 84%);
}

#Interactive-Topic-Hero .ith-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    padding: 70px;
}

#Interactive-Topic-Hero .ith-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: min(410px, 100%);
    margin-left: -70px;
}

#Interactive-Topic-Hero .ith-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 18px;
    padding-left: 70px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    font-family: var(--de-sans-serif);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    transition: color 220ms ease;
}

#Interactive-Topic-Hero .ith-button-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    transition:
        opacity 220ms ease,
        transform 300ms ease;
}

#Interactive-Topic-Hero .ith-button-label {
    display: block;
}

#Interactive-Topic-Hero .ith-button:focus-visible,
#Interactive-Topic-Hero .ith-button-active {
    color: #ffffff;
}

#Interactive-Topic-Hero .ith-button:hover .ith-button-line,
#Interactive-Topic-Hero .ith-button:focus-visible .ith-button-line {
    opacity: 0.78;
    transform: translateY(-50%) scaleX(1);
}

#Interactive-Topic-Hero .ith-button-active .ith-button-line {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

#Interactive-Topic-Hero .ith-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 6px;
}

#Interactive-Topic-Hero .ith-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 12%;
    align-items: end;
    margin-top: auto;
}

#Interactive-Topic-Hero .ith-title-wrap,
#Interactive-Topic-Hero .ith-description {
    min-width: 0;
    opacity: 0;
    transform: translateY(-20px);
    transition:
        opacity 520ms ease,
        transform 520ms ease;
}

#Interactive-Topic-Hero .ith-summary-wrap {
    justify-self: end;
    width: 100%;
    max-width: 360px;
}

#Interactive-Topic-Hero.ith-text-active .ith-title-wrap,
#Interactive-Topic-Hero.ith-text-active .ith-description {
    opacity: 1;
    transform: translateY(0);
}

#Interactive-Topic-Hero.ith-text-entering .ith-title-wrap,
#Interactive-Topic-Hero.ith-text-entering .ith-description {
    opacity: 0;
    transform: translateY(-20px);
    transition: none;
}

#Interactive-Topic-Hero.ith-text-active .ith-description {
    transition-delay: 90ms;
}

#Interactive-Topic-Hero.ith-text-exiting .ith-title-wrap,
#Interactive-Topic-Hero.ith-text-exiting .ith-description {
    opacity: 0;
    transform: translateY(20px);
}

#Interactive-Topic-Hero.ith-text-exiting .ith-description {
    transition-delay: 0ms;
}

#Interactive-Topic-Hero .ith-title {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-family: var(--de-serif);
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
}

#Interactive-Topic-Hero .ith-description {
    max-width: 560px;
    margin: 0 0 34px;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

#Interactive-Topic-Hero .ith-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition:
        background-color 220ms ease,
        color 220ms ease;
    position: relative;
}

#Interactive-Topic-Hero .ith-link:before {
    content: "";
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    position: absolute;
    height: calc(100% - 6px);
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

#Interactive-Topic-Hero .ith-link:hover:before {
    opacity: 1;
}

#Interactive-Topic-Hero .ith-link:hover,
#Interactive-Topic-Hero .ith-link:focus-visible {
    color: #111111;
}

#Interactive-Topic-Hero .ith-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
}

@media (max-width: 1024px) {
    #Interactive-Topic-Hero {
        min-height: 680px;
    }

    #Interactive-Topic-Hero .ith-inner {
        min-height: 680px;
        padding: 56px 30px 52px;
    }

    #Interactive-Topic-Hero .ith-content {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    #Interactive-Topic-Hero .ith-summary-wrap {
        justify-self: stretch;
        max-width: none;
    }

    #Interactive-Topic-Hero .ith-title {
        font-size: 64px;
    }

    #Interactive-Topic-Hero .ith-description {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    #Interactive-Topic-Hero {
        min-height: 680px;
    }

    #Interactive-Topic-Hero .ith-inner {
        min-height: 680px;
        padding: 36px 20px 34px;
    }

    #Interactive-Topic-Hero .ith-nav {
        gap: 18px;
    }

    #Interactive-Topic-Hero .ith-button {
        font-size: 15px;
        line-height: 1.2;
    }

    #Interactive-Topic-Hero .ith-title {
        font-size: 46px;
        line-height: 1.02;
    }

    #Interactive-Topic-Hero .ith-description {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.42;
    }

    #Interactive-Topic-Hero .ith-link {
        min-height: 62px;
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #Interactive-Topic-Hero .ith-background,
    #Interactive-Topic-Hero .ith-title-wrap,
    #Interactive-Topic-Hero .ith-description,
    #Interactive-Topic-Hero .ith-button,
    #Interactive-Topic-Hero .ith-link {
        transition-duration: 1ms;
    }
}










/* ==============================
Banner Ad
============================== */

#OrgDNA-BannerAd {
    color: #fff;
}

#OrgDNA-BannerAd h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

#OrgDNA-BannerAd .ba-bg {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

#OrgDNA-BannerAd .ba-video {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 0;
    width: 1325px;
    height: 720px;
    object-fit: cover;
    object-position: center center;
    transform: scale(85%) translateY(-285px) rotate(18deg);
    transform-origin: center center;
    max-width: none;
}

#OrgDNA-BannerAd .maxPageWidth {
    position: relative;
    z-index: 1;
}

#OrgDNA-BannerAd .ba-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    min-height: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition:
        background-color 220ms ease,
        color 220ms ease;
    position: relative;
}

#OrgDNA-BannerAd .ba-link:before {
    content: "";
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    position: absolute;
    height: calc(100% - 6px);
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

#OrgDNA-BannerAd .ba-link:hover:before {
    opacity: 1;
}

#OrgDNA-BannerAd .ba-link:hover,
#OrgDNA-BannerAd .ba-link:focus-visible {
    color: #111111;
}

#OrgDNA-BannerAd .ba-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
}

@media (max-width: 920px) {
    #OrgDNA-BannerAd .ba-video {
        right: -250px;
        transform: scale(65%) translateY(-420px) rotate(18deg);
    }
}

@media (max-width: 700px) {
    #OrgDNA-BannerAd .ba-video {
        right: -350px;
        transform: scale(60%) translateY(-410px) rotate(18deg);
    }
}


/* Katzenbach Org DNA banner thumbprint variant */

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-bg {
  min-height: 260px;
  isolation: isolate;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint {
  position: absolute;
  top: 50%;
  right: clamp(70px, 10vw, 160px);
  z-index: 0;
  width: min(38vw, 380px);
  min-width: 280px;
  aspect-ratio: 1;
  color: #111111;
  opacity: 0.48;
  transform: translateY(-50%) rotate(8deg);
  pointer-events: none;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint::before {
  content: "";
  position: absolute;
  inset: 12%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(36px);
  border-radius: 50%;
  transform: scale(0.8);
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  animation: ba-thumbprint-breathe 7.2s ease-in-out infinite;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path {
  fill: currentColor;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: ba-thumbprint-piece 7.2s ease-in-out infinite both;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(1) {
  animation-delay: 0.2s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(2) {
  animation-delay: 0.34s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(3) {
  animation-delay: 0.48s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(4) {
  animation-delay: 0.62s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(5) {
  animation-delay: 0.76s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(6) {
  animation-delay: 0.9s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(7) {
  animation-delay: 1.04s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(8) {
  animation-delay: 1.18s;
}

#OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path:nth-of-type(9) {
  animation-delay: 0s;
}

@keyframes ba-thumbprint-piece {
  0%,
  7% {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
    filter: blur(5px);
  }

  22%,
  70% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  88%,
  100% {
    opacity: 0;
    transform: translateY(-4px) scale(1.015);
    filter: blur(3px);
  }
}

@keyframes ba-thumbprint-breathe {
  0%,
  100% {
    transform: scale(0.985);
  }

  48%,
  70% {
    transform: scale(1.02);
  }
}

@media (max-width: 700px) {
  #OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-bg {
    min-height: 330px;
  }

  #OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint {
    top: auto;
    right: -36px;
    bottom: -92px;
    width: 310px;
    min-width: 0;
    opacity: 0.3;
    transform: rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  #OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg,
  #OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path {
    animation: none;
  }

  #OrgDNA-BannerAd.org-dna-banner--thumbprint .ba-thumbprint-svg path {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

#SocialImpactPromo {
    color: #fff;
}

#SocialImpactPromo h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

#SocialImpactPromo .ba-bg {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

#SocialImpactPromo .ba-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    background-image: var(--ba-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#SocialImpactPromo .ba-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 58%);
    pointer-events: none;
}

#SocialImpactPromo .maxPageWidth {
    position: relative;
    z-index: 1;
}

#SocialImpactPromo .ba-content {
    max-width: calc(50% - 30px);
}

#SocialImpactPromo .ba-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    min-height: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition:
        background-color 220ms ease,
        color 220ms ease;
    position: relative;
}

#SocialImpactPromo .ba-link:before {
    content: "";
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    position: absolute;
    height: calc(100% - 6px);
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

#SocialImpactPromo .ba-link:hover:before {
    opacity: 1;
}

#SocialImpactPromo .ba-link:hover,
#SocialImpactPromo .ba-link:focus-visible {
    color: #111111;
}

#SocialImpactPromo .ba-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
}

@media (max-width: 760px) {
    #SocialImpactPromo .ba-content {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 520px) {
    #SocialImpactPromo h2 {
        font-size: 28px;
        line-height: 34px;
    }

    #SocialImpactPromo .ba-content {
        max-width: calc(50% - 15px);
    }
}










/* ==============================
Insights List
============================== */

.list-insights {
    --insights-list-columns: 4;
}

.list-insights.insights-list-four-col {
    --insights-list-columns: 4;
}

.list-insights .insights-list-grid {
    display: grid;
    grid-template-columns: repeat(var(--insights-list-columns), minmax(0, 1fr));
    gap: 60px 30px;
    width: 100%;
}

.list-insights .insights-list-article {
    min-width: 0;
}

.list-insights .insights-list-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.list-insights .insights-list-image {
    width: 100%;
    aspect-ratio: 296 / 174;
    object-fit: cover;
    margin-bottom: 16px;
}

.list-insights .insights-list-title {
    margin: 0 0 8px;
    color: #000000;
    font-family: var(--de-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-decoration: none;
}

.list-insights .insights-list-description {
    margin: 0;
    color: #4a4a4a;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.list-insights .insights-list-link:hover .insights-list-title,
.list-insights .insights-list-link:focus-visible .insights-list-title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: #a32020;
}

.list-insights .insights-list-link:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 5px;
}

.list-insights .insights-list-action {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.list-insights .insights-list-button {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0px 30px;
    border: 1px solid #a32020;
    color: #a32020;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: color 220ms ease;
}

.list-insights .insights-list-button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #a32020;
    opacity: 0;
    transition: opacity 0.3s;
}

.list-insights .insights-list-button:hover:before {
    opacity: 1;
}

.list-insights .insights-list-button:hover,
.list-insights .insights-list-button:focus-visible {
    color: #ffffff;
}

.list-insights .insights-list-button:focus-visible {
    outline: 2px solid #a32020;
    outline-offset: 5px;
}

@media (max-width: 1024px) {
    .list-insights .insights-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .list-insights .insights-list-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================
Strategy& Books
============================== */

.strategyand-books {
    background: #ffffff;
    color: #111111;
    border-bottom: 10px solid #000;
}

.strategyand-books__wrap {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        linear-gradient(135deg, #eeeeee 0 18%, transparent 18% 100%),
        #ffffff;
}

.strategyand-books__wrap:before {
    display: none;
}

.strategyand-books__wrap:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(32vw, 420px);
    height: min(32vw, 420px);
    background: #f2f2f2;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    pointer-events: none;
}

.strategyand-books .maxPageWidth {
    position: relative;
    z-index: 1;
}

.strategyand-books__header {
    max-width: 920px;
    margin-bottom: 46px;
}

.strategyand-books__eyebrow {
    margin: 0 0 16px;
    color: #111111;
    font-family: var(--de-sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.strategyand-books__intro {
    margin: 0;
    color: #111111;
    font-family: var(--de-serif);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: 0;
}

.strategyand-books__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.strategyand-books__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(138px, 0.42fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: start;
    min-height: 520px;
    padding: clamp(24px, 3.2vw, 38px);
    overflow: hidden;
    color: #111111;
    background: #f3f3f3;
    border: 1px solid #eeeeee;
}

.strategyand-books__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #d93954;
    transform: scaleY(0.34);
    transform-origin: top;
    transition: transform 240ms ease, background-color 240ms ease;
}

.strategyand-books__card:hover:before,
.strategyand-books__card:focus-within:before {
    background: #a32020;
    transform: scaleY(1);
}

.strategyand-books__image-link {
    align-self: start;
    justify-self: center;
    display: block;
    width: min(100%, 230px);
    color: inherit;
    text-decoration: none;
}

.strategyand-books__image-link:focus-visible {
    outline: 2px solid #d93954;
    outline-offset: 7px;
}

.strategyand-books__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 547 / 896;
    object-fit: contain;
    background: transparent;
    transform: translateY(0) rotate(0) scale(1);
    transform-origin: center center;
    transition: transform 260ms ease;
}

.strategyand-books__card:hover .strategyand-books__cover,
.strategyand-books__card:focus-within .strategyand-books__cover {
    transform: translateY(-8px) rotate(-1.5deg) scale(1.035);
}

.strategyand-books__content {
    align-self: start;
    min-width: 0;
}

.strategyand-books h3 {
    margin: 0 0 18px;
    font-family: var(--de-serif);
    font-size: clamp(26px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.strategyand-books h3 a {
    color: #111111;
    text-decoration: none;
}

.strategyand-books h3 a:hover,
.strategyand-books h3 a:focus-visible {
    color: #d93954;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.strategyand-books h3 a:focus-visible {
    outline: 2px solid #d93954;
    outline-offset: 5px;
}

.strategyand-books__content p {
    margin: 0;
    color: #111111;
    font-family: var(--de-sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0;
}

.strategyand-books__read-more {
    display: inline-flex;
    margin-top: 24px;
    color: #d93954;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
}

.strategyand-books__read-more:hover,
.strategyand-books__read-more:focus-visible {
    color: #111111;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.strategyand-books__read-more:focus-visible {
    outline: 2px solid #d93954;
    outline-offset: 5px;
}

.strategyand-books__action {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.strategyand-books .insights-list-button {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0px 30px;
    border: 1px solid #111111;
    color: #111111;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: color 220ms ease;
}

.strategyand-books .insights-list-button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #111111;
    opacity: 0;
    transition: opacity 0.3s;
}

.strategyand-books .insights-list-button:hover:before {
    opacity: 1;
}

.strategyand-books .insights-list-button:hover,
.strategyand-books .insights-list-button:focus-visible {
    color: #ffffff;
}

.strategyand-books .insights-list-button:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 5px;
}

@media (max-width: 1180px) {
    .strategyand-books__grid {
        grid-template-columns: 1fr;
    }

    .strategyand-books__card {
        min-height: 0;
        grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .strategyand-books__wrap {
        padding: 70px 0;
    }

    .strategyand-books__header {
        margin-bottom: 30px;
    }

    .strategyand-books__card {
        grid-template-columns: 1fr;
        padding-left: 28px;
    }

    .strategyand-books__image-link {
        width: min(64vw, 240px);
    }

    .strategyand-books__content {
        align-self: start;
    }

    .strategyand-books__content p {
        font-size: 16px;
        line-height: 1.45;
    }
}

/* ==============================
Strategy& Podcast Stage
============================== */

.strategyand-podcast-stage {
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.strategyand-podcast-stage__wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: clamp(80px, 9vw, 130px) 0;
    background: #111111;
}

.strategyand-podcast-stage__wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
}

.strategyand-podcast-stage__wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.16;
    pointer-events: none;
}

.strategyand-podcast-stage__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.78);
}

.strategyand-podcast-stage__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
    gap: clamp(38px, 6vw, 92px);
    align-items: center;
    width: min(100% - 80px, 1360px);
    margin: 0 auto;
}

.strategyand-podcast-stage__intro {
    max-width: 560px;
}

.strategyand-podcast-stage__eyebrow {
    margin: 0 0 18px;
    color: #d93954;
    font-family: var(--de-sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.strategyand-podcast-stage h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--de-serif);
    font-size: clamp(46px, 6.4vw, 96px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
}

.strategyand-podcast-stage__intro p:not(.strategyand-podcast-stage__eyebrow) {
    max-width: 500px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--de-sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0;
}

.strategyand-podcast-stage__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.strategyand-podcast-stage__tile {
    --pod-stage-card-pad: clamp(28px, 3.5vw, 35px);
    --pod-stage-corner-cut: clamp(38px, 4.5vw, 64px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: clamp(440px, 36vw, 520px);
    height: 100%;
    padding: var(--pod-stage-card-pad);
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #d93954;
    border: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--pod-stage-corner-cut)), calc(100% - var(--pod-stage-corner-cut)) 100%, 0 100%);
    transition: transform 260ms ease;
}

.strategyand-podcast-stage__tile--inbold {
    background: #a32020;
}

.strategyand-podcast-stage__tile,
.strategyand-podcast-stage__tile * {
    text-decoration: none !important;
}

.strategyand-podcast-stage__tile:hover,
.strategyand-podcast-stage__tile:focus-visible,
.strategyand-podcast-stage__tile:active {
    text-decoration: none !important;
}

.strategyand-podcast-stage__logo-wrap,
.strategyand-podcast-stage__meta,
.strategyand-podcast-stage__description,
.strategyand-podcast-stage__cta {
    position: relative;
    z-index: 1;
}

.strategyand-podcast-stage__logo-wrap {
    display: block;
    width: calc(100% + var(--pod-stage-card-pad) + var(--pod-stage-card-pad));
    min-height: 0;
    margin: calc(0px - var(--pod-stage-card-pad)) calc(0px - var(--pod-stage-card-pad)) 20px;
    overflow: hidden;
}

.strategyand-podcast-stage__tile--inbold .strategyand-podcast-stage__logo-wrap {
    width: calc(100% + var(--pod-stage-card-pad) + var(--pod-stage-card-pad));
}

.strategyand-podcast-stage__logo-wrap img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    transform: scale(1);
    transition: transform 320ms ease;
}

.strategyand-podcast-stage__meta {
    display: block;
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: none;
}

.strategyand-podcast-stage__description {
    display: block;
    max-width: 430px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--de-sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0;
}

.strategyand-podcast-stage__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    min-height: 50px;
    margin-top: auto;
    padding: 0 26px;
    overflow: hidden;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: color 220ms ease, border-color 220ms ease;
}

.strategyand-podcast-stage__cta img {
    display: block;
    width: 30px;
    height: 30px;
    flex: 0 0 22px;
    filter: invert(1);
    transition: filter 220ms ease, transform 220ms ease;
}

.strategyand-podcast-stage__cta:before {
    content: "";
    position: absolute;
    inset: 3px;
    z-index: -1;
    background: #ffffff;
    opacity: 0;
    transition: opacity 220ms ease;
}

.strategyand-podcast-stage__tile:hover,
.strategyand-podcast-stage__tile:focus-visible {
    transform: translateY(-4px);
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__logo-wrap img,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__logo-wrap img {
    transform: scale(1.055);
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__meta,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__meta {
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__description,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__description,
.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__cta,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__cta,
.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__cta *,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__cta * {
    text-decoration: none !important;
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__cta,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__cta {
    color: #111111;
    border-color: #ffffff;
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__cta:before,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__cta:before {
    opacity: 1;
}

.strategyand-podcast-stage__tile:hover .strategyand-podcast-stage__cta img,
.strategyand-podcast-stage__tile:focus-visible .strategyand-podcast-stage__cta img {
    filter: none;
    transform: translateX(2px);
}

.strategyand-podcast-stage__tile:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 6px;
}

@media (max-width: 1100px) {
    .strategyand-podcast-stage__inner,
    .strategyand-podcast-stage__grid {
        grid-template-columns: 1fr;
    }

    .strategyand-podcast-stage__grid {
        gap: 20px;
    }

    .strategyand-podcast-stage__tile,
    .strategyand-podcast-stage__tile--inbold {
        min-height: 540px;
    }
}

@media (max-width: 768px) {
    .strategyand-podcast-stage__wrap {
        padding: 70px 0;
    }

    .strategyand-podcast-stage__inner {
        width: min(100% - 30px, 1360px);
    }

    .strategyand-podcast-stage h2 {
        font-size: 42px;
        line-height: 1;
    }

    .strategyand-podcast-stage__intro p:not(.strategyand-podcast-stage__eyebrow) {
        font-size: 17px;
        line-height: 1.45;
    }

    .strategyand-podcast-stage__tile,
    .strategyand-podcast-stage__tile--inbold {
        min-height: 540px;
    }

    .strategyand-podcast-stage__logo-wrap {
        margin-bottom: 28px;
    }

    .strategyand-podcast-stage__description {
        font-size: 16px;
        line-height: 1.45;
    }
}

/* ==============================
strategy+business
============================== */

.strategy-business-feature {
    background: #111111;
    color: #ffffff;
}

.strategy-business-feature__wrap {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg,rgba(68, 68, 68, 1) 0%, rgba(17, 17, 17, 1) 42%, rgba(17, 17, 17, 1) 100%);
}

.strategy-business-feature__wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.18;
    pointer-events: none;
}

.strategy-business-feature .maxPageWidth {
    position: relative;
    z-index: 1;
}

.strategy-business-feature__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.48fr);
    gap: clamp(48px, 7vw, 108px);
    align-items: center;
}

.strategy-business-feature__copy {
    max-width: 780px;
}

.strategy-business-feature__logo-link {
    display: inline-flex;
    width: min(100%, 340px);
    margin: 0 0 26px;
    text-decoration: none;
}

.strategy-business-feature__logo-link img {
    display: block;
    width: 100%;
    height: auto;
}

.strategy-business-feature h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--de-serif);
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
}

.strategy-business-feature__button {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 38px;
    padding: 0 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: color 220ms ease, border-color 220ms ease;
}

.strategy-business-feature__button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s;
}

.strategy-business-feature__button:hover:before,
.strategy-business-feature__button:focus-visible:before {
    opacity: 1;
}

.strategy-business-feature__button:hover,
.strategy-business-feature__button:focus-visible {
    color: #111111;
}

.strategy-business-feature__button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
}

.strategy-business-feature__media {
    position: relative;
    min-width: 0;
}

.strategy-business-feature__marquee {
    position: relative;
    width: min(100%, 390px);
    height: clamp(500px, 58vw, 720px);
    margin-left: auto;
    overflow: hidden;
}

.strategy-business-feature__marquee:before,
.strategy-business-feature__marquee:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    height: 130px;
    pointer-events: none;
}

.strategy-business-feature__marquee:before {
    top: 0;
    background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

.strategy-business-feature__marquee:after {
    bottom: 0;
    background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

.strategy-business-feature__marquee-track {
    display: grid;
    gap: 18px;
    animation: strategy-business-marquee 44s linear infinite;
    will-change: transform;
}

.strategy-business-feature__marquee:hover .strategy-business-feature__marquee-track {
    animation-play-state: paused;
}

.strategy-business-feature__marquee-track img {
    display: block;
    width: 100%;
    aspect-ratio: 690 / 400;
    object-fit: cover;
    filter: saturate(0.9);
}

@keyframes strategy-business-marquee {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-50% - 9px));
    }
}

@media (max-width: 1100px) {
    .strategy-business-feature__layout {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .strategy-business-feature__copy {
        max-width: 860px;
    }
}

@media (max-width: 768px) {
    .strategy-business-feature__wrap {
        padding: 70px 0;
    }

    .strategy-business-feature__media {
        width: 100%;
    }

    .strategy-business-feature__marquee {
        width: 100%;
        max-width: none;
        height: 430px;
        margin-left: 0;
    }

    .strategy-business-feature__logo-link {
        width: min(100%, 290px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .strategy-business-feature__marquee-track {
        animation: none;
    }
}

/* ==============================
Client stories
============================== */

#DE-TL {
    --de-tl-columns: 3;
    --de-tl-card-height: 500px;
    width: 100%;
    box-sizing: border-box;
}

#DE-TL.de-tl-two-col {
    --de-tl-columns: 2;
}

#DE-TL * {
    box-sizing: border-box;
}

#DE-TL .articles-container {
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(var(--de-tl-columns), 1fr);
    gap: 24px;
}

#DE-TL .article {
    height: var(--de-tl-card-height);
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: white;
    background: #000000;
}

#DE-TL.de-tl-gradient-overlay .article:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0.85) 100%
    );
    pointer-events: none;
}

#DE-TL.de-tl-gradient-overlay .article:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.5) 48%,
        rgba(0, 0, 0, 0.88) 100%
    );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#DE-TL.de-tl-gradient-overlay .article:hover:after,
#DE-TL.de-tl-gradient-overlay .article:focus-visible:after {
    opacity: 1;
}

#DE-TL .article-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#DE-TL .article-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 1;
}

#DE-TL .article-content {
    position: relative;
    z-index: 2;
}

#DE-TL .label {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: auto;
    font-family: var(--de-sans-serif);
    line-height: 32px;
    padding: 0px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

#DE-TL .arrow {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition:
        opacity 0.5s ease-out,
        transform 0.5s ease-out;
    z-index: 3;
    filter: brightness(0) invert(1);
}

#DE-TL .article:hover .arrow {
    opacity: 1;
    transform: translate(30px, -30px);
}

#DE-TL .text-container {
    display: flex;
    flex-direction: column;
    max-width: 435px;
}

#DE-TL .title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: var(--de-serif);
}

#DE-TL .description {
    font-size: 16px;
    line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    font-family: var(--de-sans-serif);
}

@media (min-width: 1101px) and (max-width: 1250px), (min-width: 769px) and (max-width: 960px) {
    #DE-TL .title {
        font-size: 25px;
    }

    #DE-TL .desscription {
        font-size: 16px;
    }
}

/* @media (max-width: 1100px) and (min-width: 769px) {
    #DE-TL .articles-container {
        grid-template-columns: repeat(2, 1fr);
    }
} */

@media (max-width: 768px) {
    #DE-TL .articles-container {
        padding: 0;
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }

    #DE-TL .slider-wrapper {
        display: flex;
        transition: transform 1s ease-in-out;
        gap: 10px;
    }

    #DE-TL .article {
        flex-shrink: 0;
        width: calc(100vw - 40px);
    }

    #DE-TL .article .arrow {
        top: 40px;
        right: 40px;
        opacity: 1;
        transform: translate(0, 0);
    }

    #DE-TL .article:hover .arrow {
        transform: none;
    }

    #DE-TL .controls {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0 30px;
        margin-top: 30px;
    }

    #DE-TL .pause-btn {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #d93954;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-shrink: 0;
    }

    #DE-TL .pause-icon,
    #DE-TL .play-icon {
        width: 8px;
        height: 8px;
    }

    #DE-TL .pause-icon {
        border-left: 2px solid #d93954;
        border-right: 2px solid #d93954;
    }

    #DE-TL .play-icon {
        width: 0;
        height: 0;
        border-left: 6px solid #d93954;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        margin-left: 2px;
    }

    #DE-TL .progress-container {
        width: 100px;
        height: 3px;
        background: rgba(217, 57, 84, 0.3);
        border-radius: 3px;
        overflow: hidden;
        flex-shrink: 0;
    }

    #DE-TL .progress-bar {
        height: 100%;
        background: #d93954;
        border-radius: 3px;
        transition: none;
    }

    #DE-TL .pips {
        display: flex;
        gap: 30px;
        margin-left: auto;
    }

    #DE-TL .pip {
        position: relative;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 0;
        background-color: rgba(217, 57, 84, 0.4);
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    #DE-TL .pip::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%);
    }

    #DE-TL .pip.active {
        border: 0;
        background: #d93954;
    }

    #DE-TL .title {
        font-size: 24px;
        line-height: 30px;
    }

    #DE-TL .article .description {
        max-height: none !important;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    #DE-TL .controls {
        display: none;
    }
}











/* ==============================
Careers Banner
============================== */

#WhatsNext.careers-banner {
    color: #ffffff;
    background: #a32020;
}

#WhatsNext .careers-banner__background {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 420px;
    overflow: hidden;
    align-items: center;
}

#WhatsNext .careers-banner__background::before,
#WhatsNext .careers-banner__background::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

#WhatsNext .careers-banner__background::before {
    z-index: -2;
    left: 50%;
    background-image: url("/content/dam/pwc/01/en/global-shared/images/global-industry-hero-video-Join_us.webp");
    background-position: center;
    background-size: cover;
}

#WhatsNext .careers-banner__inner {
    width: 100%;
}

#WhatsNext .careers-banner__content {
    width: calc(50% - 30px);
    max-width: 520px;
    padding: 72px 0;
}

#WhatsNext .careers-banner__content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: var(--de-serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

#WhatsNext .careers-banner__content p {
    margin: 0 0 32px;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

#WhatsNext .careers-banner__link {
    display: inline-flex;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: background-color 220ms ease, color 220ms ease;
}

#WhatsNext .careers-banner__link:hover,
#WhatsNext .careers-banner__link:focus-visible {
    background: #ffffff;
    color: #161616;
}

#WhatsNext .careers-banner__link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

@media (max-width: 767px) {
    #WhatsNext .careers-banner__background {
        min-height: 440px;
        align-items: flex-end;
    }

    #WhatsNext .careers-banner__background::before {
        left: 0;
        background-position: 55% center;
    }

    #WhatsNext .careers-banner__background::after {
        background: linear-gradient(180deg, rgba(22, 22, 22, 0.38) 0%, rgba(22, 22, 22, 0.92) 62%, #161616 100%);
    }

    #WhatsNext .careers-banner__content {
        width: 100%;
        max-width: 560px;
        padding: 52px 0;
    }

    #WhatsNext .careers-banner__content h2 {
        margin-bottom: 16px;
        font-size: 40px;
    }

    #WhatsNext .careers-banner__content p {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.38;
    }
}











/* ==============================
Locations map
============================== */

#Locations-Map .map-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#Locations-Map .map-intro h2 {
    font-size: 48px;
    line-height: 52px;
}

#Locations-Map .map-intro p {
    font-size: 20px;
    line-height: 24px;
}

#Locations-Map .map-intro .intro-col-left {
    width: calc(100% - 300px);
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #a32020;
}

#Locations-Map .map-intro .intro-col-right {
    width: 300px;
}

@media (max-width: 768px) {
    #Locations-Map .map-intro h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    #Locations-Map .map-intro p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #Locations-Map .map-intro {
        flex-direction: column;
    }

    #Locations-Map .map-intro .intro-col-left,
    #Locations-Map .map-intro .intro-col-right {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0;
    }
}










/* ==============================
Section Intro
============================== */

.section-Intro .si-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    gap: 40px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.section-Intro.section-Intro-reverse .si-layout {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.3fr);
}

.section-Intro .si-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1;
    min-width: 0;
    width: auto;
}

.section-Intro.section-Intro-reverse .si-copy {
    grid-column: 2;
    grid-row: 1;
}

.section-Intro .si-title {
    margin: 0 0 34px;
    color: #000000;
    font-family: var(--de-serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
}

.section-Intro .si-body {
    max-width: 820px;
    color: #000000;
    font-family: var(--de-sans-serif);
    letter-spacing: 0;
}

.section-Intro .si-body p {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 26px;
}

.section-Intro .si-body p:last-child {
    margin-bottom: 0;
}

.section-Intro .si-image {
    display: block;
    grid-column: 2;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-Intro.section-Intro-reverse .si-image {
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 1100px) {
    .section-Intro .si-layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
        gap: 36px;
    }

    .section-Intro .si-image {
        min-height: 560px;
    }
}

@media (max-width: 768px) {
    .section-Intro {
        position: relative;
        overflow: visible;
        background-color: #ffffff;
    }

    .section-Intro .bg-White {
        position: relative;
        z-index: 1;
        background: #ffffff;
    }

    .section-Intro .maxPageWidth {
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        width: auto;
        overflow: hidden;
        margin-right: 30px;
        margin-left: 30px;
        padding: 0px;
    }

    .section-Intro .si-layout {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        overflow: hidden;
        margin: 40px 0;
    }

    .section-Intro .si-copy {
        order: 2;
        display: block;
        flex: 0 1 auto;
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        padding: 30px;
        overflow: hidden;
        background: #fff;
        width: calc(100% - 80px);
        margin: -40px auto 0;
    }

    .section-Intro .si-title {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-bottom: 28px;
        color: #000000;
        font-size: clamp(26px, 6.4vw, 34px);
        line-height: 1.12;
        overflow-wrap: break-word;
        text-wrap: wrap;
        white-space: normal;
    }

    .section-Intro .si-body {
        display: block;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        color: #000000;
        font-size: clamp(16px, 4vw, 20px);
        line-height: 1.32;
        overflow-wrap: break-word;
        text-wrap: wrap;
        white-space: normal;
    }

    .section-Intro .si-body p {
        display: block;
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0;
        max-width: 100% !important;
        margin-bottom: 28px;
        overflow-wrap: break-word;
        white-space: normal;
        font-size: 16px;
        line-height: 1.4;
    }

    .section-Intro .si-image {
        order: 1;
        display: block;
        flex: 0 0 auto;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: min(300px, 52vw);
        min-height: 0;
        max-height: 300px;
        background-position: center center;
        background-size: cover;
    }
}

@media (max-width: 550px) {
    .section-Intro .maxPageWidth {
        margin-right: 00px;
        margin-left: 00px;
        padding: 0px;
    }

    .section-Intro .si-copy {
        width: calc(100% - 40px);
        padding: 20px;
    }
}










/* ==============================
Content one column / background image
============================== */

.content-one-column {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.content-one-column .content-holder {
    max-width: 780px;
    position: relative;
}

.content-one-column .content-holder.centered {
    margin: 0px auto;
}

.content-one-column .content-holder p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}

.content-bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.content-one-column.content-bg-img.use-parallax.coc-parallax-ready {
    --coc-parallax-image: none;
    --coc-parallax-y: 0px;
    overflow: hidden;
    isolation: isolate;
    background-image: none !important;
}

.content-one-column.content-bg-img.use-parallax.coc-parallax-ready:before {
    top: -25%;
    right: 0;
    bottom: -25%;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    background-color: transparent;
    background-image: var(--coc-parallax-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, var(--coc-parallax-y), 0) scale(1.28);
    will-change: transform;
}

.content-one-column.content-bg-img.use-parallax.coc-parallax-ready:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}

.content-one-column.content-bg-img.use-parallax.coc-parallax-ready > * {
    position: relative;
    z-index: 2;
}

.content-bg-img h2 {
    color: #fff;
}

.content-bg-img .content-holder p {
    color: #fff;
}

@media (max-width: 768px) {
    .content-one-column .content-holder p {
        font-size: 16px;
        line-height: 26px;
    }
}










/* ==============================
Number cards
============================== */

#Number-Cards {
    --de-dp-accent: #a32020;
    --de-dp-text: #111111;
    --de-dp-muted: #d7d7d7;
    --de-dp-inline-padding: 30px;
    --de-dp-title-height: auto;
    --de-dp-icon-height: auto;
    --de-dp-body-height: auto;
    color: var(--de-dp-text);
    font-family: var(--de-sans-serif);
    overflow: hidden;
}

#Number-Cards .DE-dp-shell {
    margin: 0 auto;
}

#Number-Cards .DE-dp-carousel {
    position: relative;
}

#Number-Cards .DE-dp-viewport {
    width: 100%;
    padding: 0 var(--de-dp-inline-padding);
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: pan-y;
    user-select: none;
    cursor: grab;
    scrollbar-width: none;
}

#Number-Cards.DE-dp-native-momentum .DE-dp-viewport {
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

#Number-Cards.DE-dp-is-static .DE-dp-viewport {
    overflow-x: hidden;
    touch-action: pan-y;
    user-select: text;
    cursor: default;
}

#Number-Cards .DE-dp-viewport.DE-dp-is-dragging {
    cursor: grabbing;
}

#Number-Cards .DE-dp-viewport::-webkit-scrollbar {
    display: none;
}

#Number-Cards .DE-dp-track {
    display: flex;
    gap: 60px;
    width: max-content;
}

#Number-Cards.DE-dp-is-static .DE-dp-track {
    margin-inline: auto;
}

#Number-Cards .DE-dp-card {
    width: 320px;
    flex: 0 0 320px;
}

#Number-Cards .DE-dp-card-number {
    margin: 0 0 24px;
    color: var(--de-dp-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

#Number-Cards .DE-dp-card-title {
    min-height: var(--de-dp-title-height) !important;
    margin: 0;
    color: #161616;
    font-family: var(--de-serif);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
}

#Number-Cards .DE-dp-divider {
    width: 100%;
    height: 1px;
    margin: 24px 0 44px;
    background: #2f2f2f;
}

#Number-Cards .DE-dp-card-icon-wrap {
    /*min-height: var(--de-dp-icon-height) !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    /*height: 180px;*/
    overflow: hidden;
}

#Number-Cards.bg-Light .DE-dp-card-icon-wrap {
    background-color: #f2f2f2;
}

#Number-Cards .DE-dp-card-icon {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    transform: translate3d(0, 0, 0);
    background-color: transparent !important;
}

#Number-Cards .DE-dp-card-icon-pictogram {
    width: 80px;
    height: 80px;
    background-color: #d93954 !important;
    -webkit-mask: var(--de-dp-pictogram) center / contain no-repeat;
    mask: var(--de-dp-pictogram) center / contain no-repeat;
    mix-blend-mode: normal;
}

#Number-Cards .DE-dp-card-copy {
    min-height: var(--de-dp-body-height);
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

#Number-Cards .DE-dp-slider {
    width: 300px;
    margin: 68px auto 0;
}

#Number-Cards .DE-dp-slider[hidden] {
    display: none;
}

#Number-Cards .DE-dp-slider-rail {
    position: relative;
    width: 100%;
    height: 6px;
}

#Number-Cards .DE-dp-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: var(--de-dp-muted);
    transform: translateY(-50%);
}

#Number-Cards .DE-dp-slider-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: var(--de-dp-accent);
    cursor: grab;
    transform: translate(0, -50%);
    appearance: none;
    padding: 0;
}

#Number-Cards .DE-dp-slider-thumb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 44px;
    transform: translate(-50%, -50%);
}

#Number-Cards .DE-dp-slider-thumb.DE-dp-is-dragging {
    cursor: grabbing;
}

#Number-Cards .DE-dp-slider-thumb:focus-visible {
    outline: 2px solid #161616;
    outline-offset: 6px;
}

@media (max-width: 1024px) {
    #Number-Cards .DE-dp-header {
        margin-bottom: 64px;
    }

    #Number-Cards .DE-dp-heading {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (min-width: 1540px) {
    #Number-Cards {
        --de-dp-inline-padding: calc(((100vw - 1540px) / 2) + 30px);
    }
}

@media (max-width: 767px) {
    #Number-Cards {
        --de-dp-inline-padding: 15px;
    }

    #Number-Cards .DE-dp-heading {
        font-size: 36px;
        line-height: 44px;
    }

    #Number-Cards .DE-dp-intro {
        font-size: 18px;
        line-height: 24px;
    }

    #Number-Cards .DE-dp-card {
        width: min(240px, calc(100vw - (var(--de-dp-inline-padding) * 2)));
        flex-basis: min(240px, calc(100vw - (var(--de-dp-inline-padding) * 2)));
    }

    #Number-Cards .DE-dp-track {
        gap: 28px;
    }

    #Number-Cards .DE-dp-card-title {
        font-size: 24px;
        line-height: 30px;
    }

    #Number-Cards .DE-dp-divider {
        margin: 20px 0;
    }

    #Number-Cards .DE-dp-card-icon-wrap {
        margin-bottom: 20px;
        height: 100px;
    }

    #Number-Cards .DE-dp-card-icon {
        width: 100px;
    }

    #Number-Cards .DE-dp-card-copy {
        font-size: 16px;
        line-height: 24px;
    }

    #Number-Cards .DE-dp-slider {
        width: min(300px, calc(100vw - (var(--de-dp-inline-padding) * 2)));
        margin-top: 48px;
    }
}

@media (max-width: 400px) {
    #Number-Cards .DE-dp-slider {
        width: 250px;
    }
}

/* ==============================
Get in touch
============================== */

#DE-GetInTouch {
    background: #ffffff;
    color: #000000;
    font-family: var(--de-sans-serif);
}

#DE-GetInTouch .de-shell {
    width: min(1280px, calc(100vw - 80px));
    margin: 0 auto;
}

#DE-GetInTouch .de-heading {
    margin: 0;
    font-family: var(--de-serif);
    font-size: 58px;
    line-height: 1.05;
    font-weight: 400;
}

#DE-GetInTouch .de-intro {
    max-width: 760px;
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.45;
}

#DE-GetInTouch .de-intro strong {
    font-weight: 700;
}

#DE-GetInTouch .de-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 80px;
    margin-top: 88px;
}

#DE-GetInTouch .de-card,
.katzenbach-contact-section .de-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

#DE-GetInTouch .de-image-wrap,
.katzenbach-contact-section .de-image-wrap {
    position: relative;
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    /*border-radius: 50%;*/
}

#DE-GetInTouch .de-image-wrap::before,
.katzenbach-contact-section .de-image-wrap::before {
    content: "";
    position: absolute;
    inset: -15px;
    /*border-radius: 50%;*/
    background: #dfdfdf;
    opacity: 0;
    transform: scale(0.7);
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

#DE-GetInTouch .de-image-ring,
.katzenbach-contact-section .de-image-ring {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#DE-GetInTouch .de-card:hover .de-image-wrap::before,
#DE-GetInTouch .de-card:focus-visible .de-image-wrap::before,
.katzenbach-contact-section .de-card:hover .de-image-wrap::before,
.katzenbach-contact-section .de-card:focus-visible .de-image-wrap::before {
    opacity: 1;
    transform: scale(1);
}

#DE-GetInTouch .de-image,
.katzenbach-contact-section .de-image {
    display: block;
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    object-fit: cover;
    object-position: top center;
}

#DE-GetInTouch .de-copy,
.katzenbach-contact-section .de-copy {
    min-width: 0;
}

#DE-GetInTouch .de-name,
.katzenbach-contact-section .de-name {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    transition: color 0.3s ease;
}

#DE-GetInTouch .de-name a,
.katzenbach-contact-section .de-name a {
    color: #000;
}

#DE-GetInTouch .de-name a:hover,
.katzenbach-contact-section .de-name a:hover,
#DE-GetInTouch .de-name a:focus-visible,
.katzenbach-contact-section .de-name a:focus-visible {
    color: #a32020;
    text-decoration: underline;
}

#DE-GetInTouch .de-card:hover .de-name,
#DE-GetInTouch .de-card:focus-visible .de-name,
.katzenbach-contact-section .de-card:hover .de-name,
.katzenbach-contact-section .de-card:focus-visible .de-name {
    color: #000;
}

#DE-GetInTouch .de-title,
.katzenbach-contact-section .de-title {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 10px;
}

#DE-GetInTouch .de-read-more {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #a32020;
}

#DE-GetInTouch .de-arrow {
    width: 10px;
    height: 10px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

#DE-GetInTouch .de-socials a,
.katzenbach-contact-section .de-socials a {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-indent: -100px;
    margin-right: 5px;
}

#DE-GetInTouch .de-socials a:before,
.katzenbach-contact-section .de-socials a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

#DE-GetInTouch .de-socials a.de-social-linkedin:before,
.katzenbach-contact-section .de-socials a.de-social-linkedin:before {
    background-image: url(/content/dam/pwc/01/en/global-shared/images/de-icon-linkedin.svg);
}

#DE-GetInTouch .de-socials a.de-social-x:before,
.katzenbach-contact-section .de-socials a.de-social-x:before {
    background-image: url(/content/dam/pwc/01/en/global-shared/images/de-icon-x.svg);
}

#DE-GetInTouch .de-socials a.de-social-email:before,
.katzenbach-contact-section .de-socials a.de-social-email:before {
    background-image: url(/content/dam/pwc/01/en/global-shared/images/de-icon-email.svg);
}

@media (max-width: 1080px) {
    #DE-GetInTouch .de-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #DE-GetInTouch {
        padding: 40px 0 56px;
    }

    #DE-GetInTouch .de-shell {
        width: min(calc(100vw - 32px), 1280px);
    }

    #DE-GetInTouch .de-heading {
        font-size: 44px;
    }

    #DE-GetInTouch .de-grid {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 40px;
        row-gap: 40px;
    }

    #DE-GetInTouch .de-card,
    .katzenbach-contact-section .de-card {
        gap: 10px;
    }
}

@media (max-width: 520px) {
    #DE-GetInTouch .de-card,
    .katzenbach-contact-section .de-card {
        align-items: flex-start;
        gap: 22px;
    }

    #DE-GetInTouch .de-image-wrap,
    .katzenbach-contact-section .de-image-wrap {
        flex-basis: 96px;
        width: 96px;
        height: 96px;
    }
}










/* ==============================
Tabbed interface
============================== */

.tabbed-interface .ti-inner {
	width: 100%;
}

.tabbed-interface .ti-inner > h2 {
	margin-top: 0;
	color: #000000;
	font-family: var(--de-serif);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

.tabbed-interface .ti-component {
	--ti-panel-height: auto;
	width: 100%;
}

.tabbed-interface .ti-tabs-wrap {
	width: 100%;
	margin-bottom: 15px;
}

.tabbed-interface .ti-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	touch-action: pan-x;
	user-select: none;
	cursor: grab;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
}

.tabbed-interface .ti-tabs::-webkit-scrollbar {
	display: none;
}

.tabbed-interface .ti-tabs.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.tabbed-interface .ti-tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	padding: 16px 26px;
	border: 0;
	background: transparent;
	color: #000000;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	scroll-snap-align: start;
	cursor: pointer;
	transition: background-color 220ms ease;
}

.tabbed-interface .ti-tab:hover,
.tabbed-interface .ti-tab:focus-visible {
	background: #eeeeee;
}

.tabbed-interface .ti-tab.is-active {
	background: #eeeeee;
}

.tabbed-interface .ti-tab.is-active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #a32020;
}

.tabbed-interface .ti-tab:focus-visible {
	outline: 2px solid #a32020;
	outline-offset: -2px;
}

.tabbed-interface .ti-panels {
	position: relative;
	min-height: var(--ti-panel-height);
	background: #eeeeee;
}

.tabbed-interface .ti-panel {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 260ms ease, visibility 260ms ease;
}

.tabbed-interface .ti-panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.tabbed-interface .ti-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: var(--ti-panel-height);
	background: #eeeeee;
}

.tabbed-interface .ti-image {
	min-height: 440px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tabbed-interface .ti-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: clamp(30px, 5vw, 30px);
}

.tabbed-interface .ti-content h3 {
	margin: 0 0 28px;
	color: #000000;
	font-family: var(--de-sans-serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.tabbed-interface .ti-content p {
	margin: 0 0 34px;
	color: #000000;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.tabbed-interface .ti-button {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0px 58px 0px 30px;
	border: 1px solid #a32020;
	color: #a32020;
	font-family: var(--de-sans-serif);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: color 220ms ease;
}

.tabbed-interface .ti-button:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background: #a32020;
	opacity: 0;
	transition: opacity 0.3s;
}

.tabbed-interface .ti-button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 18px;
	height: 15px;
	background: currentColor;
	mask: url("/content/dam/pwc/01/en/global-shared/images/katzenbach-arrow-right-red.svg") center / contain no-repeat;
	-webkit-mask: url("/content/dam/pwc/01/en/global-shared/images/katzenbach-arrow-right-red.svg") center / contain no-repeat;
	transform: translateY(-50%);
}

.tabbed-interface .ti-button:hover:before {
	opacity: 1;
}

.tabbed-interface .ti-button:hover,
.tabbed-interface .ti-button:focus-visible {
	color: #ffffff;
}

.tabbed-interface .ti-button:focus-visible {
	outline: 2px solid #a32020;
	outline-offset: 5px;
}

@media (max-width: 1100px) {
	.tabbed-interface .ti-tab {
		padding-right: 18px;
		padding-left: 18px;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.tabbed-interface .ti-inner > h2 {
		font-size: 38px;
		line-height: 1.15;
	}

	.tabbed-interface .ti-tabs {
		display: flex;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		scroll-padding-right: 15px;
		scroll-padding-left: 15px;
	}

	.tabbed-interface .ti-tabs:before,
	.tabbed-interface .ti-tabs:after {
		content: "";
		flex: 0 0 15px;
	}

	.tabbed-interface .ti-tabs-wrap {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-bottom: 24px;
		margin-left: calc(50% - 50vw);
		overflow: hidden;
	}

	.tabbed-interface .ti-tab {
		flex: 0 0 min(65vw, 260px);
		min-height: 78px;
		padding-right: 18px;
		padding-left: 18px;
		font-size: 20px;
	}

	.tabbed-interface .ti-panel {
		overflow: hidden;
	}

	.tabbed-interface .ti-card {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		overflow: hidden;
	}

	.tabbed-interface .ti-image {
		min-height: 260px;
	}

	.tabbed-interface .ti-content {
		padding: 28px 22px 34px;
	}

	.tabbed-interface .ti-content h3 {
		font-size: 26px;
	}

	.tabbed-interface .ti-content p {
		font-size: 17px;
		line-height: 1.45;
	}
}










/* ==============================
FFG boxes
============================== */

.ffg-boxes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 40px;
}

.ffg-boxes .ffg-boxes__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 265px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.ffg-boxes .ffg-boxes__item:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.ffg-boxes .ffg-boxes__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 32px 32px;
}

.ffg-boxes .ffg-boxes__content h3 {
	margin: 0 0 12px;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 31px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.ffg-boxes .ffg-boxes__content p {
	max-width: 640px;
	margin: 0;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.ffg-boxes {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	.ffg-boxes .ffg-boxes__item {
		min-height: 265px;
	}

	.ffg-boxes .ffg-boxes__content {
		padding: 0 22px 24px;
	}

	.ffg-boxes .ffg-boxes__content h3 {
		font-size: 28px;
	}

	.ffg-boxes .ffg-boxes__content p {
		font-size: 16px;
	}
}










/* ==============================
ERS page sections
============================== */

.ers-hero-cta,
.ers-section-cta {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 52px;
	margin-top: 30px;
	padding: 0 28px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: var(--de-sans-serif);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0;
	transition: color 220ms ease, border-color 220ms ease;
}

.ers-hero-cta:before,
.ers-section-cta:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background: #ffffff;
	opacity: 0;
	transition: opacity 220ms ease;
}

.ers-hero-cta:hover,
.ers-hero-cta:focus-visible {
	color: #000000;
    text-decoration: none;
}

.ers-hero-cta:hover:before,
.ers-hero-cta:focus-visible:before,
.ers-section-cta:hover:before,
.ers-section-cta:focus-visible:before {
	opacity: 1;
}

@media (max-width: 768px) {
	#VideoHero .ers-hero-cta {
		border-color: #000000;
		color: #000000;
	}

	#VideoHero .ers-hero-cta:before {
		background: #000000;
	}

	#VideoHero .ers-hero-cta:hover,
	#VideoHero .ers-hero-cta:focus-visible {
		color: #ffffff;
	}
}

.ers-kicker {
	margin: 0 0 18px;
	color: #a32020;
	font-family: var(--de-sans-serif);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ers-reshaping {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.ers-reshaping:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.32) 100%),
		linear-gradient(180deg, rgba(163, 32, 32, 0.5) 0%, rgba(163, 32, 32, 0.12) 100%);
}

.ers-reshaping__shade {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 96px 96px;
	opacity: 0.24;
}

.ers-reshaping__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(38px, 6vw, 86px);
	align-items: center;
	padding-top: clamp(92px, 10vw, 148px);
	padding-bottom: clamp(84px, 9vw, 132px);
}

.ers-reshaping__intro h2,
.ers-leadership__copy h2,
.ers-why__headline h2,
.ers-services-title {
	margin: 0;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: clamp(42px, 6vw, 86px);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: 0;
}

.ers-reshaping__intro p:not(.ers-kicker),
.ers-leadership__copy p:not(.ers-kicker),
.ers-why__proof > p {
	margin: 28px 0 0;
	font-family: var(--de-sans-serif);
	font-size: clamp(18px, 1.65vw, 24px);
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: 0;
}

.ers-force-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
}

.ers-force-grid.four-items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ers-force-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 245px;
	padding: 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	color: #000000;
}

.ers-force-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #a32020;
}

.ers-force-card--wide {
	grid-column: 1 / -1;
	min-height: 190px;
	background: #2d2d2d;
	color: #ffffff;
}

.ers-force-card__number {
	display: block;
	margin-bottom: 48px;
	color: #a32020;
	font-family: var(--de-sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

.ers-force-card--wide .ers-force-card__number {
	color: #ffffff;
}

.ers-force-card h3 {
	margin: 0 0 14px;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: 0;
}

.ers-force-card p,
.ers-path-card p,
.ers-why__metrics p {
	margin: 0;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: 0;
}

.ers-force-card strong {
	font-size: 24px;
}

.ers-leadership {
	position: relative;
	overflow: hidden;
	background: #eee;
	color: #000000;
}

.ers-leadership:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: min(52vw, 720px);
	height: 100%;
	background: #a32020;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.ers-leadership__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.78fr);
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
	padding-top: clamp(86px, 9vw, 132px);
	padding-bottom: clamp(86px, 9vw, 132px);
}

.ers-leadership__copy {
	max-width: 650px;
}

.ers-leadership__copy p:not(.ers-kicker) {
	max-width: 590px;
}

.ers-leadership__path {
	display: grid;
	gap: 4px;
}

.ers-path-card {
	position: relative;
	padding: 32px;
	background: #000000;
	color: #ffffff;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.ers-path-card + .ers-path-card {
	margin-left: clamp(24px, 4vw, 58px);
}

.ers-path-card span {
	display: block;
	margin-bottom: 26px;
	color: #ffffff;
	font-family: var(--de-sans-serif);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ers-path-card h3 {
	margin: 0 0 12px;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.ers-why {
	background: #f2f2f2;
	color: #000000;
}

.ers-why__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(38px, 7vw, 96px);
	align-items: start;
}

.ers-why__proof > p + p {
	margin-top: 18px;
}

.ers-why__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
}

.ers-why__metrics span {
	display: block;
	color: #eb8c00;
	font-family: var(--de-sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

.ers-why__metrics strong {
	display: block;
	margin-bottom: 12px;
	color: #000000;
	font-family: var(--de-sans-serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.ers-services-title {
	margin-bottom: 42px;
	color: #000000;
	font-size: clamp(42px, 5vw, 72px);
}

.ers-services-action {
	display: flex;
	justify-content: flex-start;
	margin-top: 34px;
}

.ers-section-cta {
	border-color: #a32020;
	color: #a32020;
}

.ers-section-cta:before {
	background: #a32020;
}

.ers-section-cta:hover,
.ers-section-cta:focus-visible {
	color: #ffffff;
}

@media (max-width: 1023px) {
	.ers-reshaping__inner,
	.ers-leadership__inner,
	.ers-why__layout {
		grid-template-columns: 1fr;
	}

	.ers-leadership:before {
		width: 100%;
		height: 44%;
		top: auto;
		bottom: 0;
		clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
	}
}

@media (max-width: 767px) {
	.ers-reshaping__inner,
	.ers-leadership__inner {
		padding-top: 68px;
		padding-bottom: 68px;
	}

	.ers-reshaping__intro h2,
	.ers-leadership__copy h2,
	.ers-why__headline h2,
	.ers-services-title {
		font-size: 36px;
		line-height: 1;
	}

	.ers-force-grid,
	.ers-why__metrics {
		grid-template-columns: 1fr;
	}

	.ers-force-card,
	.ers-force-card--wide {
		min-height: auto;
		padding: 24px;
	}

	.ers-force-card strong {
		font-size: 18px;
	}

	.ers-force-card__number,
	.ers-why__metrics span {
		margin-bottom: 30px;
	}

	.ers-path-card {
		padding: 26px;
	}

	.ers-path-card + .ers-path-card {
		margin-left: 0;
	}

	.ers-why__metrics div {
		min-height: auto;
	}
}

/* ==============================
ERS v3 page refinements
============================== */

#ERS-Reshaping,
#ERS-Why {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	color: #000000;
}

#ERS-Why {
	background: linear-gradient(150deg, #151515 0%, #151515 46%, #3b3b3b 100%);
	color: #ffffff;
}

@media (min-width: 1024px) {
	#ERS-Why.ers-why--sticky-headline {
		overflow: clip;
	}

	#ERS-Why.ers-why--sticky-headline .ers-why__headline {
		position: sticky;
		top: 24px;
		align-self: start;
	}
}

#ERS-Why:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.15) 100%);
	pointer-events: none;
}

#ERS-Why:after {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 2%;
	width: min(34vw, 520px);
	background-image: url("/content/dam/pwc/01/en/global-shared/images/why-strategyand-question-mark.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
    opacity: 0.16;
}

#ERS-Why > .bg-Dark {
	background: transparent;
}

#ERS-Reshaping.content-bg-img {
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

#ERS-Reshaping.content-bg-img.coc-parallax-ready:before {
	filter: none;
}

#ERS-Reshaping .ers-reshaping__shade {
	display: none;
}

#ERS-Reshaping .ers-reshaping__inner,
#ERS-Why .ers-why__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.78fr);
	gap: clamp(40px, 7vw, 96px);
	align-items: flex-start;
}

#ERS-Why .ers-why__layout {
	z-index: 1;
	grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
	gap: clamp(52px, 7vw, 112px);
}

#ERS-Reshaping.content-bg-img .ers-reshaping__inner {
	z-index: 2;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}

#ERS-Reshaping.content-bg-img .ers-reshaping__intro {
	width: calc((100% - 40px) * 1.3 / 2.2);
	max-width: 100%;
	margin-bottom: clamp(36px, 5vw, 68px);
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

#ERS-Reshaping .ers-reshaping__intro h2,
#ERS-Why .ers-why__headline h2,
.ers-services-title {
	margin: 0 0 28px;
	color: inherit;
	font-family: var(--de-serif);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

#ERS-Why .ers-why__headline h2 {
	max-width: 420px;
	margin-bottom: 34px;
	color: #ffffff;
	font-size: 80px;
	line-height: 0.92;
}

#ERS-Reshaping .ers-section-lede,
#ERS-Why .ers-why__intro p {
	max-width: 680px;
	margin: 0;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

#ERS-Why .ers-why__intro p {
	max-width: 640px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.38;
}

#ERS-Why .ers-why__intro p + p {
	margin-top: 18px;
}

#ERS-Reshaping .ers-force-grid,
#ERS-Why .ers-why__metrics {
	display: grid;
	gap: 30px;
}

#ERS-Why .ers-why__metrics {
	grid-template-columns: 1fr;
	gap: clamp(28px, 4vw, 52px);
}

#ERS-Reshaping .ers-force-grid {
	align-items: stretch;
}

#ERS-Reshaping .ers-force-card,
#ERS-Why .ers-why__metrics > div {
	min-height: auto;
	padding: 30px 34px;
	background: #000000;
	border-top: 0;
	color: #ffffff;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.2);
}

#ERS-Why .ers-why__metrics > div {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 0;
	background: transparent;
	box-shadow: none;
    margin-bottom: 10px;
}

#ERS-Reshaping .ers-force-card {
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: none;
	backdrop-filter: blur(5px);
    border: 1px solid #666;
}

#ERS-Reshaping .ers-force-card:before {
	display: none;
}

#ERS-Reshaping .ers-force-card p,
#ERS-Why .ers-why__metrics p {
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: 0;
}

#ERS-Why .ers-why__metrics p {
	max-width: 540px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.32;
}

#ERS-Reshaping .ers-force-card p:not(:last-child) {
    margin-bottom: 10px;
}

#ERS-Why .ers-why__metrics strong {
	margin-bottom: 12px;
	color: #ef315c;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

#ERS-Why .ers-why__number {
	display: block;
	margin-top: -5px;
	color: #ffffff;
	font-family: var(--de-sans-serif);
	font-size: 120px;
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: 0;
}

#ERS-Why .ers-why__metrics > div:nth-child(1) .ers-why__number {
	opacity: 0.4;
}

#ERS-Why .ers-why__metrics > div:nth-child(2) .ers-why__number {
	opacity: 0.6;
}

#ERS-Why .ers-why__metrics > div:nth-child(3) .ers-why__number {
	opacity: 0.8;
}

#ERS-Leadership {
	position: relative;
	overflow: hidden;
}

#ERS-Leadership:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(42vw, 620px);
	background: #a32020;
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}

#ERS-Leadership:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 52%);
	pointer-events: none;
}

#ERS-Leadership .ers-leadership-quote__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
	gap: clamp(42px, 7vw, 110px);
	align-items: stretch;
	padding-top: clamp(88px, 10vw, 148px);
	padding-bottom: clamp(88px, 10vw, 148px);
}

#ERS-Leadership .ers-leadership-quote__statement {
	position: relative;
	max-width: 830px;
	padding-left: clamp(26px, 3vw, 46px);
}

#ERS-Leadership .ers-leadership-quote__statement:before {
	content: "";
	position: absolute;
	top: 0.1em;
	bottom: 0.08em;
	left: 0;
	width: 8px;
	background: #a32020;
}

#ERS-Leadership .ers-leadership-quote__statement h2 {
	margin: 0;
	color: inherit;
	font-family: var(--de-serif);
	font-size: clamp(48px, 6.8vw, 80px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: 0;
}

#ERS-Leadership .ers-leadership-quote__support {
	display: grid;
	gap: 20px;
}

#ERS-Leadership .ers-support-card {
	padding: 30px 34px;
	background: #ffffff;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.2);
    border-left: 8px solid #000000;
}

#ERS-Leadership .ers-support-card p {
	margin: 0;
	color: inherit;
	font-family: var(--de-sans-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.ers-services-title {
	color: #000000;
}

@media (max-width: 1023px) {
	#ERS-Reshaping .ers-reshaping__inner,
	#ERS-Why .ers-why__layout,
	#ERS-Leadership .ers-leadership-quote__inner {
		grid-template-columns: 1fr;
	}

	#ERS-Reshaping:before {
		width: 100%;
		height: 46%;
		top: auto;
		bottom: 0;
		clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
	}

	#ERS-Reshaping.content-bg-img .ers-reshaping__intro {
		width: 100%;
	}

	#ERS-Reshaping .ers-force-grid {
		grid-template-columns: 1fr;
	}

	#ERS-Why:after {
		top: 24px;
		bottom: auto;
		width: min(68vw, 420px);
		height: 440px;
		opacity: 0.3;
	}

	#ERS-Why .ers-why__layout {
		grid-template-columns: 1fr;
		gap: 54px;
	}

}

@media (max-width: 767px) {
	#ERS-Reshaping .ers-reshaping__inner,
	#ERS-Why .ers-why__layout,
	#ERS-Leadership .ers-leadership-quote__inner {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	#ERS-Reshaping .ers-reshaping__intro h2,
	.ers-services-title {
		font-size: 40px;
		line-height: 1.12;
	}

	#ERS-Why .ers-why__headline h2 {
		font-size: 58px;
		line-height: 0.96;
	}

	#ERS-Reshaping .ers-section-lede,
	#ERS-Why .ers-why__intro p,
	#ERS-Reshaping .ers-force-card p,
	#ERS-Why .ers-why__metrics p,
	#ERS-Leadership .ers-support-card p {
		font-size: 17px;
		line-height: 1.4;
	}

	#ERS-Reshaping .ers-force-card,
	#ERS-Why .ers-why__metrics > div,
	#ERS-Leadership .ers-support-card {
		padding: 24px;
	}

	#ERS-Why .ers-why__layout {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#ERS-Why .ers-why__metrics > div {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 18px;
		padding: 0;
	}

	#ERS-Why .ers-why__number {
		font-size: 92px;
	}

	#ERS-Leadership .ers-leadership-quote__statement h2 {
		font-size: 42px;
	}
}










/* ==============================
SCROLL REVEAL STYLES
============================== */


.de-reveal-ready .de-reveal {
  --de-reveal-translate-x: 0px;
  --de-reveal-translate-y: var(--de-reveal-distance, 30px);
  opacity: 0;
  transform: translate(var(--de-reveal-translate-x), var(--de-reveal-translate-y));
  transition:
    opacity var(--de-reveal-duration, 650ms) var(--de-reveal-easing, cubic-bezier(0.22, 1, 0.36, 1)),
    transform var(--de-reveal-duration, 650ms) var(--de-reveal-easing, cubic-bezier(0.22, 1, 0.36, 1));
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.de-reveal-ready .de-reveal.de-reveal-is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.de-reveal-ready .de-reveal.de-reveal-from-top {
  --de-reveal-translate-y: calc(var(--de-reveal-distance, 30px) * -1);
}

.de-reveal-ready .de-reveal.de-reveal-from-right {
  --de-reveal-translate-x: var(--de-reveal-distance, 30px);
  --de-reveal-translate-y: 0px;
}

.de-reveal-ready .de-reveal.de-reveal-from-left {
  --de-reveal-translate-x: calc(var(--de-reveal-distance, 30px) * -1);
  --de-reveal-translate-y: 0px;
}

.de-reveal-ready .de-reveal.de-reveal-from-bottom {
  --de-reveal-translate-y: var(--de-reveal-distance, 30px);
}

.de-reveal-ready .de-reveal.de-reveal-delay-1 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 1);
}

.de-reveal-ready .de-reveal.de-reveal-delay-2 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 2);
}

.de-reveal-ready .de-reveal.de-reveal-delay-3 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 3);
}

.de-reveal-ready .de-reveal.de-reveal-delay-4 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 4);
}

.de-reveal-ready .de-reveal.de-reveal-delay-5 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 5);
}

.de-reveal-ready .de-reveal.de-reveal-delay-6 {
  transition-delay: calc(var(--de-reveal-delay-step, 100ms) * 6);
}

@media (prefers-reduced-motion: reduce) {
  .de-reveal-ready .de-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}










/* ==============================
LEADERS LIST
============================== */

.leaders-list {
    --leaders-nav-height: 108px;
    color: #111111;
}

.leaders-jump {
    position: sticky;
    top: 0;
    z-index: 20;
    margin: 0 0 64px;
    padding: 26px 30px;
    border-left: 6px solid #a32020;
    background: #ffffff;
    transition: box-shadow 180ms ease;
}

.leaders-jump.is-stuck {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.leaders-jump__label {
    margin: 0 0 18px;
    color: #a32020;
    font-family: var(--de-sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.leaders-jump__links {
    --leaders-indicator-x: 0px;
    --leaders-indicator-y: 0px;
    --leaders-indicator-width: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    align-items: center;
}

.leaders-jump__links a,
.leaders-jump__mobile-links a {
    color: #111111;
    font-family: var(--de-sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-underline-offset: 4px;
    transition: color 180ms ease;
}

.leaders-jump__links a.is-active,
.leaders-jump__mobile-links a.is-active {
    color: #a32020;
}

.leaders-jump__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--leaders-indicator-width);
    height: 2px;
    background: #a32020;
    opacity: 0;
    pointer-events: none;
    transform: translate(var(--leaders-indicator-x), var(--leaders-indicator-y));
    transition:
        width 280ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 160ms ease;
}

.leaders-jump__links.is-ready .leaders-jump__indicator {
    opacity: 1;
}

.leaders-jump__links a:hover,
.leaders-jump__links a:focus-visible,
.leaders-jump__mobile-links a:hover,
.leaders-jump__mobile-links a:focus-visible {
    color: #a32020;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.leaders-jump__links a:focus-visible,
.leaders-jump__mobile-links a:focus-visible,
.leaders-jump__mobile summary:focus-visible {
    outline: 2px solid #a32020;
    outline-offset: 4px;
}

.leaders-jump__mobile {
    display: none;
}

.leaders-list__inner {
    display: grid;
    gap: 72px;
}

.leaders-region {
    display: grid;
    grid-template-columns: minmax(170px, 0.24fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.leaders-region__head {
    grid-column: 1;
    position: sticky;
    top: calc(var(--leaders-nav-height) + 24px);
    padding-top: 3px;
}

.leaders-region__title {
    scroll-margin-top: calc(var(--leaders-nav-height) + 24px);
    margin: 0;
    color: #000000;
    font-family: var(--de-serif);
    font-size: 38px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.leaders-region__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 18px;
    background: #a32020;
}

.leaders-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.leader-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dedbd6;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.leader-card:hover,
.leader-card:focus-within {
    border-color: #c9c3bd;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.leader-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #d8d8d8;
}

.leader-card__image-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.leader-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92);
    transition: filter 180ms ease, transform 240ms ease;
}

.leader-card:hover .leader-card__image,
.leader-card:focus-within .leader-card__image {
    filter: saturate(1);
    transform: scale(1.035);
}

.leader-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
}

.leaders-list .leader-card__market {
    margin: 0 0 12px;
    color: #a32020;
    font-family: var(--de-sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.leaders-list .leader-card__name {
    margin: 0 0 14px;
    color: #000000;
    font-family: var(--de-serif);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.1px;
}

.leader-card__name a {
    color: inherit;
    text-decoration: none;
}

.leader-card__name a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    border-top: 2px solid #a32020;
    border-right: 2px solid #a32020;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.leader-card:hover .leader-card__name a::after,
.leader-card:focus-within .leader-card__name a::after {
    transform: translate(3px, -2px) rotate(45deg);
}

.leaders-list .leader-card__bio {
    margin: 0;
    color: #333333;
    font-family: var(--de-sans-serif);
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .leaders-region {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .leaders-region__head {
        grid-column: 1;
        position: static;
    }

    .leaders-grid {
        grid-column: 1;
    }
}

@media (max-width: 900px) {
    .leaders-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    .leaders-jump {
        margin-bottom: 48px;
        padding: 22px;
    }

    .leaders-jump__label {
        display: none;
    }

    .leaders-jump__links {
        display: none;
    }

    .leaders-jump__mobile {
        display: block;
    }

    .leaders-jump__mobile summary {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding: 14px 16px;
        border: 1px solid #b7b7b7;
        background: #ffffff;
        color: #111111;
        cursor: pointer;
        font-family: var(--de-sans-serif);
        font-size: 17px;
        font-weight: 700;
        line-height: 1.3;
        list-style: none;
    }

    .leaders-jump__mobile summary::-webkit-details-marker {
        display: none;
    }

    .leaders-jump__mobile summary::after {
        width: 9px;
        height: 9px;
        border-right: 2px solid #a32020;
        border-bottom: 2px solid #a32020;
        content: "";
        transform: rotate(45deg);
        transition: transform 180ms ease;
    }

    .leaders-jump__mobile-prefix {
        color: #a32020;
        font-size: 13px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .leaders-jump__mobile[open] summary {
        border-color: #a32020;
    }

    .leaders-jump__mobile[open] summary::after {
        transform: rotate(225deg);
    }

    .leaders-jump__mobile-links {
        display: grid;
        border: 1px solid #b7b7b7;
        border-top: 0;
        background: #ffffff;
    }

    .leaders-jump__mobile-links a {
        padding: 13px 16px;
        border-bottom: 1px solid #e1e1e1;
    }

    .leaders-jump__mobile-links a.is-active {
        background: #f5f4f0;
    }

    .leaders-jump__mobile-links a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {

    .leaders-list__inner {
        gap: 56px;
    }

    .leaders-region__title {
        scroll-margin-top: calc(var(--leaders-nav-height) + 18px);
        font-size: 32px;
        line-height: 1.12;
    }

    .leaders-grid {
        grid-template-columns: 1fr;
    }

    .leader-card {
        grid-template-columns: 118px minmax(0, 1fr);
        grid-template-rows: auto;
    }

    .leader-card__image-wrap {
        height: 100%;
        min-height: 176px;
        aspect-ratio: auto;
    }

    .leader-card__name {
        font-size: 22px;
    }

    .leader-card__bio {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .leaders-jump,
    .leaders-jump__indicator,
    .leaders-jump__mobile summary::after {
        transition: none;
    }
}

@media (max-width: 560px) {
    .leaders-grid {
        grid-template-columns: 1fr;
    }

    .leader-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }
}

@media (max-width: 420px) {
    .leader-card {
        grid-template-columns: 1fr;
    }

    .leader-card__image-wrap {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
}

/* ==============================
Social impact
============================== */

.social-impact-model {
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
}

.social-impact-model__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 7vw, 20px);
    align-items: stretch;
}

.social-impact-model__headline {
    position: relative;
    background:
        linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)),
        url("/content/dam/pwc/01/en/global-shared/images/global-about-social_impact-lasting_impact.webp") center center / cover no-repeat;
    color: #ffffff;
    padding: 40px;
    border-left: 6px solid #000;
}

.social-impact-model__headline-content {
    position: sticky;
    top: 110px;
}

.social-impact-model__headline .ers-kicker,
.social-impact-model__headline h2 {
    color: #ffffff;
}

.social-impact-model__headline h2 {
    position: static;
    margin: 0;
    font-family: var(--de-serif);
    font-size: 72px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
}

.social-impact-model__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
}

.social-impact-model__card {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-column: auto;
    min-height: 220px;
    padding: clamp(26px, 3vw, 36px);
    overflow: hidden;
    background: #ffffff;
    color: #000000;
}

.social-impact-model__card:first-child {
    grid-column: auto;
    grid-row: auto;
}

.social-impact-model__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #a32020;
}

.social-impact-model__card--accent {
    background: #444;
    color: #ffffff;
}

.social-impact-model__card span {
    display: block;
    margin-bottom: auto;
    padding-bottom: 48px;
    color: #a32020;
    font-family: var(--de-sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}

.social-impact-model__card--accent span {
    color: #d93954;
}

.social-impact-model__card h3,
.social-impact-action__card h3 {
    margin: 0 0 16px;
    color: inherit;
    font-family: var(--de-sans-serif);
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
}

.social-impact-model__card h3 {
    font-size: 32px;
    line-height: 1.06;
}

.social-impact-model__card p,
.social-impact-action__card p {
    margin: 0;
    color: inherit;
    font-family: var(--de-sans-serif);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0;
}

.social-impact-action {
    background: #131313;
    color: #ffffff;
}

.social-impact-action__head {
    margin-bottom: 50px;
}

.social-impact-action__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.social-impact-action__card {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
}

.social-impact-action__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social-impact-action__card:hover .social-impact-action__media,
.social-impact-action__card:focus-within .social-impact-action__media {
    transform: scale(1.04);
}

.social-impact-action__content {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    row-gap: 20px;
    align-items: flex-start;
    min-height: clamp(340px, 28vw, 410px);
    padding: clamp(28px, 2.5vw, 40px);
    background: #eee;
}

.social-impact-action__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #a32020;
}

.social-impact-action__region {
    margin: 0 !important;
    color: #a32020 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}

.social-impact-action__card h3 {
    max-width: 620px;
    margin-bottom: 0;
}

.social-impact-action__card p:not(.social-impact-action__region) {
    max-width: 650px;
    align-self: start;
}

.social-impact-action__link.ers-section-cta {
    margin-top: 18px;
    border-color: #a32020;
    color: #a32020;
}

.social-impact-action__link.ers-section-cta:before {
    background: #a32020;
}

.social-impact-action__link.ers-section-cta:hover,
.social-impact-action__link.ers-section-cta:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .social-impact-model__layout,
    .social-impact-action__head {
        grid-template-columns: 1fr;
    }

    .social-impact-model__headline h2 {
        position: static;
        font-size: 56px;
        line-height: 1;
    }

    .social-impact-model__headline-content {
        position: static;
    }
}

@media (max-width: 860px) {
    .social-impact-action__grid {
        grid-template-columns: 1fr;
    }

    .social-impact-action__content {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .social-impact-action__head h2 {
        font-size: 36px;
        line-height: 1;
    }

    .social-impact-model__headline h2 {
        font-size: 40px;
        line-height: 1.04;
    }

    .social-impact-model__card h3 {
        font-size: 30px;
        line-height: 1.08;
    }

    .social-impact-model__cards {
        grid-template-columns: 1fr;
    }

    .social-impact-model__card,
    .social-impact-model__card:first-child {
        grid-column: 1;
        grid-row: auto;
        min-height: 260px;
    }

    .social-impact-model__card span {
        padding-bottom: 34px;
    }

    .social-impact-action__card {
        grid-template-rows: auto 1fr;
        min-height: 0;
    }

    .social-impact-action__media {
        min-height: 0;
    }

    .social-impact-action__content {
        min-height: 0;
        row-gap: 18px;
    }

    .social-impact-action__link.ers-section-cta {
        margin-top: 12px;
    }
}


/* Industry and capabilities tile directory */
.industry-tile-directory {
    background: #f5f4f0;
    color: #1a1a1a;
}

.industry-tile-directory .industry-tile-wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px;
}

.industry-tile-directory .section-head {
    margin-bottom: 32px;
    max-width: 800px;
}

.industry-tile-directory .section-head h2 {
    margin: 0 0 34px;
    color: #000000;
    font-family: var(--de-serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
}

.industry-tile-directory .section-head p {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 768px) {
    .industry-tile-directory .section-head h2 {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-bottom: 28px;
        font-size: clamp(26px, 6.4vw, 34px);
        line-height: 1.12;
        overflow-wrap: break-word;
        text-wrap: wrap;
        white-space: normal;
    }
}

.industry-tile-directory .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.industry-tile-directory .card-grid > a {
    color: inherit;
    text-decoration: none;
}

.industry-tile-directory .card {
    background: #fff;
    border: 1px solid #e0ddd8;
    padding: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.18s, border-color 0.18s, box-shadow 0.3s, transform 0.15s;
    min-height: 95px;
}

.industry-tile-directory .card:hover {
    background: #fdfcfa;
    border-color: #c8c5c0;
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.industry-tile-directory .card-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.industry-tile-directory .card:hover .card-bar {
    transform: scaleX(1);
}

.industry-tile-directory .card-arr {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transform: translate(-5px, 5px);
    transition: opacity 0.18s, transform 0.18s;
    width: 30px;
    height: 30px;
}

.industry-tile-directory .card:hover .card-arr {
    opacity: 1;
    transform: translate(0, 0);
}

.industry-tile-directory .card-icon {
    display: block;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    background-color: currentColor;
    -webkit-mask: var(--card-icon) center / contain no-repeat;
    mask: var(--card-icon) center / contain no-repeat;
}

.industry-tile-directory .card-label {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    color: #1a1a1a;
    padding-right: 34px;
}

.industry-tile-directory .ind .card-icon,
.industry-tile-directory .ind .card-arr,
.industry-tile-directory .fn .card-icon,
.industry-tile-directory .fn .card-arr {
    color: #a32020;
    stroke: #a32020;
}

.industry-tile-directory .ind .card-bar,
.industry-tile-directory .fn .card-bar {
    background: #a32020;
}

@media (max-width: 1024px) {
    .industry-tile-directory .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .industry-tile-directory .industry-tile-wrap {
        padding: 60px 24px;
    }

    .industry-tile-directory .card-grid {
        grid-template-columns: 1fr;
    }

    .industry-tile-directory .card {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 64px;
        padding-right: 58px;
    }

    .industry-tile-directory .card-icon {
        flex: 0 0 30px;
        margin-bottom: 0;
    }

    .industry-tile-directory .card-label {
        min-width: 0;
    }
}

/* ==============================
CAPABILITY PAGE SECTIONS
============================== */
.cap-eyebrow {
  margin: 0 0 18px;
  color: var(--de-color-brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cap-pov__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 72px;
  align-items: stretch;
}

.cap-pov__copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 860px;
}

.cap-pov__copy h2,
.cap-decisions__header h2,
.cap-help__intro h2,
.cap-pov__value-number {
  font-family: var(--de-serif);
  font-size: var(--de-type-heading-lg-size);
  font-weight: 400;
  line-height: var(--de-type-heading-lg-line);
}

.cap-pov__copy h2,
.cap-decisions__header h2,
.cap-help__intro h2 {
  margin: 0;
  color: var(--de-color-black);
  letter-spacing: 0;
}

.cap-pov__copy p:not(.cap-eyebrow),
.cap-help__intro p:not(.cap-eyebrow),
.cap-pov__value-copy {
  margin: 28px 0 0;
  color: var(--de-color-ink);
  font-size: var(--de-type-intro-size);
  line-height: var(--de-type-intro-line);
  letter-spacing: 0;
}

.cap-pov__value {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  padding: 36px;
  border-left: 6px solid var(--de-color-brand);
  background: var(--de-color-surface);
}

.cap-pov__value-number {
  margin: 0;
  color: var(--de-color-brand);
  letter-spacing: -0.01em;
}

.cap-pov__value-number span {
  font-size: inherit;
}

.cap-pov__value-copy {
  font-weight: 700;
}

.cap-pov__source {
  margin: 34px 0 0;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.cap-shifts:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.38) 100%) !important;
}

.cap-shifts__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: start;
}

.cap-shifts__intro {
  position: sticky;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  top: 110px;
}

.cap-shifts .cap-eyebrow {
  color: var(--de-color-accent);
}

.cap-shifts__intro h2 {
  margin: 0;
  color: var(--de-color-white);
  font-family: var(--de-serif);
  font-size: var(--de-type-heading-lg-size);
  font-weight: 400;
  line-height: var(--de-type-heading-lg-line);
  letter-spacing: 0;
}

.cap-shifts__rail {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  gap: 0px;
}

.cap-shift-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 28px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.cap-shift-card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.cap-shift-card span {
  color: var(--de-color-accent);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.cap-shift-card h3,
.cap-help-item h3 {
  margin: 0;
  font-family: var(--de-serif);
  font-size: var(--de-type-heading-sm-size);
  font-weight: 400;
  line-height: var(--de-type-heading-sm-line);
  letter-spacing: 0;
}

.cap-shift-card h3 {
  color: var(--de-color-white);
}

.cap-shift-card p,
.cap-help-item p {
  font-size: var(--de-type-body-lg-size);
  line-height: var(--de-type-body-lg-line);
  letter-spacing: 0;
}

.cap-shift-card p {
  grid-column: 2;
  margin: 16px 0 0;
  color: var(--de-color-white);
}

.cap-decisions {
  overflow: hidden;
}

.cap-decisions__header {
  max-width: 900px;
  margin-bottom: 58px;
}

.cap-decision-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(340px, 0.9fr) minmax(260px, 0.85fr);
  gap: 44px;
  align-items: center;
}

.cap-decision-column {
  display: grid;
  gap: 28px;
}

.cap-decision-card {
  padding: 30px;
  background: var(--de-color-white);
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  animation: cap-card-shadow 28s linear infinite;
  will-change: box-shadow, transform;
}

.cap-decision-card--operate {
  animation-delay: -21s;
}

.cap-decision-card--trust {
  animation-delay: -14s;
}

.cap-decision-card--play {
  animation-delay: -7s;
}

.cap-decision-card--invest {
  animation-delay: 0s;
}

.cap-decision-card h3 {
  margin: 0;
  color: var(--de-color-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}

.cap-decision-card p {
  margin: 14px 0 0;
  color: var(--de-color-body);
  font-size: var(--de-type-body-size);
  line-height: var(--de-type-body-line);
  letter-spacing: 0;
}

.cap-decision-visual {
  display: flex;
  justify-content: center;
}

.cap-decision-ring {
  position: relative;
  width: 420px;
  aspect-ratio: 1;
  border: 2px dashed #d9d9d9;
  border-radius: 50%;
}

.cap-decision-ring:before {
  content: "";
  position: absolute;
  inset: 92px;
  border: 2px solid var(--de-color-brand);
  border-radius: 50%;
}

.cap-decision-orbit-dot {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  border-radius: 50%;
  animation: cap-orbit-dot 28s linear infinite;
}

.cap-decision-orbit-dot:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--de-color-accent);
  box-shadow: 0 0 0 8px rgba(217, 57, 84, 0.12);
  transform: translateX(-50%);
}

.cap-decision-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 206px;
  height: 206px;
  align-items: center;
  justify-content: center;
  border: 16px solid rgba(217, 57, 84, 0.14);
  border-radius: 50%;
  background: var(--de-color-white);
  transform: translate(-50%, -50%);
}

.cap-decision-core:before,
.cap-decision-core:after {
  content: "";
  position: absolute;
  inset: -22px;
  border: 3px solid rgba(163, 32, 32, 0.32);
  border-radius: 50%;
  animation: cap-core-pulse 7s ease-out infinite;
  animation-delay: 3.5s;
}

.cap-decision-core:after {
  inset: -42px;
  border-color: rgba(217, 57, 84, 0.24);
  animation-delay: 3.68s;
}

.cap-decision-core p {
  position: relative;
  z-index: 1;
  width: 160px;
  margin: 0;
  color: var(--de-color-ink);
  font-family: var(--de-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
}

.cap-decision-marker {
  position: absolute;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  background: var(--de-color-white);
  transform: translate(-50%, -50%);
}

.cap-decision-marker:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--de-color-brand);
}

.cap-decision-marker--play {
  top: 14.5%;
  left: 14.5%;
}

.cap-decision-marker--invest {
  top: 14.5%;
  left: 85.5%;
}

.cap-decision-marker--operate {
  top: 85.5%;
  left: 85.5%;
}

.cap-decision-marker--trust {
  top: 85.5%;
  left: 14.5%;
}

@keyframes cap-orbit-dot {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes cap-card-shadow {
  0%,
  26%,
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: translateY(0);
  }

  12.5% {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(163, 32, 32, 0.16);
    transform: translateY(-10px);
  }
}

@keyframes cap-core-pulse {
  0% {
    opacity: 0.95;
    transform: scale(0.82);
  }

  12% {
    opacity: 0.78;
  }

  36%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

.cap-help {
  position: relative;
  overflow: clip;
  background: var(--de-color-white);
}

.cap-help:before {
  content: "";
  position: absolute;
  pointer-events: none;
  right: -25px;
  bottom: -16px;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-image: url("/content/dam/pwc/01/en/global-shared/images/Sa_logotype-D_black.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.06;
}

.cap-help > .bg-White {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.cap-help__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: start;
}

.cap-help__intro {
  position: sticky;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  top: 110px;
  max-width: 520px;
}

.cap-help__path {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 16px;
}

.cap-help-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 26px;
  padding: 28px 0;
  border-top: 1px solid #d8d8d8;
}

.cap-help-item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.cap-help-item__icon {
  position: relative;
  top: 10px;
  display: block;
  width: 52px;
  height: 52px;
  margin-top: -4px;
  background-color: var(--de-color-brand);
  -webkit-mask: var(--cap-help-icon) center / contain no-repeat;
  mask: var(--cap-help-icon) center / contain no-repeat;
}

.cap-help-item__icon--ai {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_ArtificialIntelligence_Black_RGB.svg");
}

.cap-help-item__icon--platforms {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Platforms_Black_RGB.svg");
}

.cap-help-item__icon--cloud {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_TheCloud_Black_RGB.svg");
}

.cap-help-item__icon--software {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Software_Black_RGB.svg");
}

.cap-help-item__icon--operating-model {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_OperatingModel_Black_RGB.svg");
}

.cap-help-item__icon--cybersecurity {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Cybersecurity_Black_RGB.svg");
}

.cap-help-item__icon--infrastructure {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Infrastructure_Black_RGB.svg");
}

.cap-help-item__icon--regulation {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Regulation_Black_RGB.svg");
}

.cap-help-item__icon--engineering-construction {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_EngineeringConstruction_Black_RGB.svg");
}

.cap-help-item__icon--database-cloud {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Database-Cloud_Black_RGB.svg");
}

.cap-help-item__icon--cities {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_HousingHospitalityCities_Black_RGB.svg");
}

.cap-help-item__icon--maintenance {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Maintenance_Black_RGB.svg");
}

.cap-help-item__icon--strategy {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Strategy_Black_RGB.svg");
}

.cap-help-item__icon--ecosystem {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_BusinessEcosystem_Black_RGB.svg");
}

.cap-help-item__icon--growth {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_GrowthEconomy_Black_RGB.svg");
}

.cap-help-item__icon--capital {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_CapitalExpenditures_Black_RGB.svg");
}

.cap-help-item__icon--change {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Change2Arrows_Black_RGB.svg");
}

.cap-help-item__icon--sustainability {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Sustainability_Black_RGB.svg");
}

.cap-help-item__icon--co2 {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Co2_Black_RGB.svg");
}

.cap-help-item__icon--climate {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_ClimateChange_Black_RGB.svg");
}

.cap-help-item__icon--sustainable-products {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_SustainableProducts_Black_RGB.svg");
}

.cap-help-item__icon--supply-chain {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_SupplyChain_Black_RGB.svg");
}

.cap-help-item__icon--esg {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_ESG_Black_RGB.svg");
}

.cap-help-item__icon--managed-services {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_ManagedServices_Black_RGB.svg");
}

.cap-help-item__icon--organization {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_OrganizationalChart_Black_RGB.svg");
}

.cap-help-item__icon--target {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Target_Black_RGB.svg");
}

.cap-help-item__icon--dashboard {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_Dashboard_Black_RGB.svg");
}

.cap-help-item__icon--agreement {
  --cap-help-icon: url("/content/dam/pwc/01/en/global-shared/images/PwC_Pictograms_AgreementDeal_Black_RGB.svg");
}

.cap-help-item h3 {
  color: var(--de-color-ink);
}

.cap-help-item p {
  margin: 14px 0 0;
  color: var(--de-color-body);
}

#DE-GetInTouch .de-card:focus-within .de-image-wrap::before {
  opacity: 1;
  transform: scale(1);
}

#DE-GetInTouch .de-card:focus-within .de-name {
  color: var(--de-color-brand);
}

@media (max-width: 1180px) {
  .cap-pov__layout,
  .cap-shifts__layout,
  .cap-help__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .cap-pov__copy,
  .cap-pov__value,
  .cap-shifts__intro,
  .cap-shifts__rail {
    grid-column: 1;
    grid-row: auto;
  }

  .cap-help__intro,
  .cap-help__path {
    grid-column: 1;
    grid-row: auto;
  }

  .cap-shifts__intro,
  .cap-help__intro {
    position: static;
  }

  .cap-decision-map {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cap-decision-visual {
    order: -1;
  }

  .cap-help:before {
    right: -220px;
    bottom: -170px;
  }

  .cap-pov__value-number br {
    display: none;
  }
}

@media (max-width: 768px) {
  .cap-pov__value {
    padding: 30px 24px;
  }

  .cap-shift-card,
  .cap-help-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cap-shift-card p {
    grid-column: 1;
  }

  .cap-decision-ring {
    width: min(320px, calc(100vw - 40px));
  }

  .cap-decision-ring:before {
    inset: 70px;
  }

  .cap-decision-orbit-dot {
    animation: none;
    transform: none;
  }

  .cap-decision-core {
    width: 166px;
    height: 166px;
    border-width: 10px;
  }

  .cap-decision-core p {
    width: 130px;
    font-size: 20px;
    line-height: 25px;
  }

  .cap-decision-card {
    padding: 24px;
    animation: none;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
  }

  .cap-help:before {
    opacity: 0.65;
  }
}






/* ==============================
ALUMNI PAGE
============================== */

.alumni-eyebrow {
  margin: 0 0 16px;
  color: #a32020;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.alumni-profiles,
.alumni-platforms,
.alumni-events,
.alumni-contacts {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.alumni-platforms__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: flex-start;
}

.alumni-profiles h2,
.alumni-platforms h2,
.alumni-events h2,
.alumni-contacts h2 {
  margin: 0;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0;
}

.alumni-platforms p,
.alumni-events__intro,
.alumni-contacts__intro {
  margin: 18px 0 0;
  color: #222222;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0;
}

.alumni-platforms .alumni-eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
}

.alumni-button,
.alumni-button:visited {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 22px;
  border: 1px solid #a32020;
  background: transparent;
  color: #a32020;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color 220ms ease;
}

.alumni-button:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #a32020;
  opacity: 0;
  transition: opacity 0.3s;
}

.alumni-button:hover:before,
.alumni-button:focus-visible:before {
  opacity: 1;
}

.alumni-button:hover,
.alumni-button:focus-visible {
  color: #ffffff;
}

.alumni-button--light,
.alumni-button--light:visited {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.alumni-button--light:before {
  background: #ffffff;
}

.alumni-button--light:hover,
.alumni-button--light:focus-visible {
  color: #111111;
}

.alumni-profile-grid,
.alumni-contact-grid,
.alumni-event-grid {
  display: grid;
  gap: 24px;
}

.alumni-profile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.alumni-profile-card,
.alumni-contact-card,
.alumni-event-card {
  display: flex;
  min-height: 100%;
  background: #ffffff;
  color: #111111;
  text-decoration: none !important;
}

.alumni-profile-card *,
.alumni-contact-card *,
.alumni-event-card *,
.alumni-profile-card:hover *,
.alumni-contact-card:hover *,
.alumni-event-card:hover *,
.alumni-profile-card:focus-visible *,
.alumni-contact-card:focus-visible *,
.alumni-event-card:focus-visible * {
  text-decoration: none !important;
}

.alumni-profile-card {
  flex-direction: column;
  border-bottom: 4px solid #a32020;
}

.alumni-profile-card__image,
.alumni-contact-card__image,
.alumni-event-card__image {
  background-position: center;
  background-size: cover;
}

.alumni-profile-card__image {
  aspect-ratio: 4 / 3;
}

.alumni-profile-card__copy,
.alumni-event-card__copy {
  padding: 24px;
}

.alumni-profile-card h3,
.alumni-contact-card h3,
.alumni-event-card h3 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}

.alumni-profile-card p,
.alumni-contact-card p,
.alumni-event-card p {
  margin: 12px 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.alumni-card-link {
  display: inline-block;
  margin-top: 20px;
  color: #a32020;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.alumni-profile-card:hover h3,
.alumni-profile-card:focus-visible h3,
.alumni-event-card:hover h3,
.alumni-event-card:focus-visible h3,
.alumni-contact-card:hover h3,
.alumni-contact-card:focus-visible h3,
.alumni-profile-card:hover .alumni-card-link,
.alumni-profile-card:focus-visible .alumni-card-link,
.alumni-event-card:hover .alumni-card-link,
.alumni-event-card:focus-visible .alumni-card-link,
.alumni-contact-card:hover .alumni-card-link,
.alumni-contact-card:focus-visible .alumni-card-link {
  color: #a32020;
}

.alumni-profile-card:hover h3 .alumni-link-text,
.alumni-profile-card:focus-visible h3 .alumni-link-text,
.alumni-event-card:hover h3 .alumni-link-text,
.alumni-event-card:focus-visible h3 .alumni-link-text,
.alumni-contact-card:hover h3 .alumni-link-text,
.alumni-contact-card:focus-visible h3 .alumni-link-text,
.alumni-profile-card:hover .alumni-card-link .alumni-link-text,
.alumni-profile-card:focus-visible .alumni-card-link .alumni-link-text,
.alumni-event-card:hover .alumni-card-link .alumni-link-text,
.alumni-event-card:focus-visible .alumni-card-link .alumni-link-text,
.alumni-contact-card:hover .alumni-card-link .alumni-link-text,
.alumni-contact-card:focus-visible .alumni-card-link .alumni-link-text {
  text-decoration: underline !important;
  text-decoration-color: #a32020 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

.alumni-profile-actions {
  margin-top: 34px;
  text-align: center;
}

.alumni-platforms {
  color: #ffffff;
}

.alumni-platforms h2,
.alumni-platforms p {
  color: #ffffff;
}

.alumni-platforms .alumni-eyebrow {
  color: #d93954;
    margin-top: -40px;
}

.alumni-platforms__links {
  display: grid;
  gap: 14px;
}

.alumni-platforms__links .alumni-button {
  justify-content: center;
  margin-top: 0;
}

.alumni-event-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
}

.alumni-event-card {
  flex-direction: column;
  border: 1px solid #e5e5e5;
}

.alumni-event-card__image {
  aspect-ratio: 16 / 10;
}

.alumni-event-card time {
  display: block;
  margin-bottom: 12px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.alumni-contact-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 42px;
}

.alumni-contact-card {
  flex-direction: column;
  border: 1px solid #dfdfdf;
}

.alumni-contact-card__image {
  aspect-ratio: 1;
}

.alumni-contact-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.alumni-contact-card .alumni-card-link {
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 1100px) {
  .alumni-profile-grid,
  .alumni-event-grid,
  .alumni-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #wrapper:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .root:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .container:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .responsivegrid:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .cmp-container:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .aem-GridColumn:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .parsys:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)),
  .sectionpar:has(:is(#Meet-Alumni, #Alumni-Platforms, #Recent-Events, #contacts)) {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  #VideoHero[aria-label="Strategy& alumni"] .video-hero-content {
    box-sizing: border-box !important;
    display: block !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    overflow: hidden !important;
  }

  #VideoHero[aria-label="Strategy& alumni"] .video-hero-text,
  #VideoHero[aria-label="Strategy& alumni"] .video-hero-text h1,
  #VideoHero[aria-label="Strategy& alumni"] .video-hero-text p {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 330px !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  #VideoHero[aria-label="Strategy& alumni"] .video-hero-text p {
    display: block !important;
  }

  #Alumni-Intro .si-copy,
  #Alumni-Intro .si-title,
  #Alumni-Intro .si-body,
  #Alumni-Intro .si-body p {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 330px !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .alumni-platforms__inner,
  .alumni-profile-grid,
  .alumni-event-grid,
  .alumni-contact-grid,
  .alumni-profile-card,
  .alumni-event-card,
  .alumni-contact-card,
  .alumni-events__intro,
  .alumni-contacts__intro {
    box-sizing: border-box !important;
    width: 330px !important;
    min-width: 0 !important;
    max-width: 330px !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .alumni-profile-grid,
  .alumni-event-grid,
  .alumni-contact-grid {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .alumni-profile-card__image,
  .alumni-event-card__image,
  .alumni-contact-card__image {
    width: 100% !important;
  }

  .alumni-profiles h2,
  .alumni-platforms h2,
  .alumni-events h2,
  .alumni-contacts h2,
  .alumni-profile-card h3,
  .alumni-event-card h3,
  .alumni-contact-card h3,
  .alumni-profile-card p,
  .alumni-event-card p,
  .alumni-contact-card p {
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  @media (max-width: 350px) {
    .alumni-platforms__inner,
    .alumni-profile-grid,
    .alumni-event-grid,
    .alumni-contact-grid,
    .alumni-profile-card,
    .alumni-event-card,
    .alumni-contact-card,
    .alumni-events__intro,
    .alumni-contacts__intro,
    #VideoHero[aria-label="Strategy& alumni"] .video-hero-text,
    #VideoHero[aria-label="Strategy& alumni"] .video-hero-text h1,
    #VideoHero[aria-label="Strategy& alumni"] .video-hero-text p,
    #Alumni-Intro .si-copy,
    #Alumni-Intro .si-title,
    #Alumni-Intro .si-body,
    #Alumni-Intro .si-body p {
      width: 290px !important;
      max-width: 290px !important;
    }
  }
}

@media (max-width: 767px) {
  .alumni-platforms__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .alumni-profiles h2,
  .alumni-platforms h2,
  .alumni-events h2,
  .alumni-contacts h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .alumni-profile-grid,
  .alumni-event-grid,
  .alumni-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================
ABOUT TIMELINE
============================== */

/* About 2b vertical timeline concept */
.about-timeline-b { position: relative; overflow: hidden; padding: 108px 0 118px; color: #000; background: linear-gradient(135deg, #ffffff 0%, #ffffff 46%, #dddddd 100%); font-family: var(--de-sans-serif); letter-spacing: 0; border-bottom: solid 10px #000;}
.about-timeline-b:before { content: ""; position: absolute; inset: 0; opacity: .34; background: linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; }
.atb-inner { position: relative; width: min(1180px, calc(100% - 60px)); margin: 0 auto; }
.atb-lead, .atb-close { max-width: 880px; margin: 0 auto; text-align: center; }
p.atb-kicker {
        margin: 0 auto 18px !important;
    color: #a32020 !important;
    font-size: 16px !important;
    font-weight: 700;
                                    }
                                    .atb-kicker span,.atb-close span {color: #a32020;}
.atb-lead h2, .atb-close h3 { margin: 0; font-family: var(--de-serif); font-size: 58px; font-weight: 400; line-height: 64px; letter-spacing: 0; }
.atb-lead p, .atb-close p { margin: 26px auto 0; max-width: 790px; font-size: 20px; line-height: 29px; }
.atb-line { position: relative; display: grid; gap: 48px; margin: 72px 0; padding: 12px 0; }
.atb-line:before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, transparent 0%, #d93954 12%, #d93954 88%, transparent 100%); }
.atb-node { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr); align-items: center; }
.atb-node:nth-child(even) .atb-card { grid-column: 3; }
.atb-card { grid-column: 1; grid-row: 1; min-width: 0; overflow: hidden; color: #000; background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.atb-dot { position: relative; z-index: 2; grid-column: 2; grid-row: 1; align-self: center; justify-self: center; display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: #d93954; font-family: var(--de-serif); font-size: 28px; line-height: 1; border-radius: 100px;
    transform: scale(.5);}
                                    .atb-dot:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 100px;
}
.atb-media { min-height: 214px; background-position: center; background-size: cover; }
.atb-media video { display: block; width: 100%; height: 214px; object-fit: cover; object-position: center; }
.atb-copy { padding: 32px 34px 36px; }
.atb-copy h3 { margin: 0 0 16px; color: #2d2d2d; font-family: var(--de-serif); font-size: 34px; font-weight: 400; line-height: 38px; }
.atb-copy p { margin: 0; color: #202020; font-size: 18px; line-height: 25px; }
.atb-close { padding-top: 10px; }
.atb-close h3 { font-size: 46px; line-height: 52px; }
.atb-lead h2 span {color: #a32020;
}
@media (max-width: 900px) { .about-timeline-b { padding: 72px 0; } .atb-inner { width: calc(100% - 44px); } .atb-lead h2, .atb-close h3 { font-size: 38px; line-height: 43px; } .atb-lead p, .atb-close p { font-size: 17px; line-height: 24px; } .atb-line { gap: 30px; margin: 50px 0; } .atb-line:before { left: 26px; } .atb-node { grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: start; } .atb-card, .atb-node:nth-child(even) .atb-card { grid-column: 2; } .atb-dot { grid-column: 1; align-self: start; width: 52px; height: 52px; } .atb-media { min-height: 190px; } .atb-media video { height: 190px; } .atb-copy { padding: 26px 24px 30px; } .atb-copy h3 { font-size: 30px; line-height: 34px; } .atb-copy p { font-size: 16px; line-height: 23px; } }

/* ==============================
Footnote popovers
============================== */

.de-footnote-ref {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
    top: 1px;
}

.de-footnote-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin: 0 2px 0px 4px;
  padding: 0 3px;
  transform: translateY(-0.35em);
  border: 1px solid var(--de-color-accent, #d93954);
  border-radius: 0;
  background: transparent;
  color: var(--de-color-accent, #d93954);
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: lowercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.de-footnote-marker:hover,
.de-footnote-marker[aria-expanded="true"] {
  background: var(--de-color-accent, #d93954);
  color: var(--de-color-white, #ffffff);
}

.de-footnote-marker[aria-expanded="true"] {
  outline: 0;
}

.de-footnote-marker:focus-visible:not([aria-expanded="true"]) {
  outline: 3px solid var(--de-color-ink, #111111);
  outline-offset: 3px;
}

.de-footnotes--enhanced {
  display: none;
}

.de-footnote-popover {
  --de-footnote-arrow-left: 50%;
  position: fixed;
  z-index: 10000;
  width: min(450px, calc(100vw - 32px));
  padding: 10px 40px 10px 10px;
  border: 1px solid #b7b7b7;
  background: var(--de-color-white, #ffffff);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
  color: var(--de-color-body, #2d2d2d);
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 14px;
  line-height: 1.35;
}

.de-footnote-popover[hidden] {
  display: none;
}

.de-footnote-popover::before,
.de-footnote-popover::after {
  position: absolute;
  left: var(--de-footnote-arrow-left);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
}

.de-footnote-popover--above::before {
  top: 100%;
  border-top: 14px solid #b7b7b7;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

.de-footnote-popover--above::after {
  top: calc(100% - 1px);
  border-top: 13px solid var(--de-color-white, #ffffff);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.de-footnote-popover--below::before {
  bottom: 100%;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #b7b7b7;
  border-left: 13px solid transparent;
}

.de-footnote-popover--below::after {
  bottom: calc(100% - 1px);
  border-right: 12px solid transparent;
  border-bottom: 13px solid var(--de-color-white, #ffffff);
  border-left: 12px solid transparent;
}

.de-footnote-popover__content {
  max-height: min(60vh, 384px);
  overflow: auto;
  overscroll-behavior: contain;
}

.de-footnote-popover__content strong,
.de-footnote-popover__content b {
  font-weight: 700;
}

.de-footnote-popover__content a {
  color: var(--de-color-brand, #a32020);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.de-footnote-popover__close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.de-footnote-popover__close:hover {
  color: var(--de-color-ink, #111111);
}

.de-footnote-popover__close:focus-visible {
  outline: 3px solid var(--de-color-ink, #111111);
  outline-offset: 1px;
}

@media (max-width: 768px) {
    .de-footnote-ref {
        top: 2px;
    }
}

@media print {
  .de-footnote-popover,
  .de-footnote-popover[hidden] {
    display: none !important;
  }

  .de-footnotes--enhanced {
    display: block;
    margin: 24px 0 0 24px;
  }

  .de-footnote-marker {
    border: 0;
    color: inherit;
  }
}

/* ==============================================================
   Our leaders: card previews and full biography overlay
   ============================================================== */

.leader-modal-open {
  overflow: hidden;
}

.leaders-list .leader-card {
  position: relative;
  cursor: pointer;
}

.leaders-list .leader-card:focus-visible {
  outline: 3px solid #a32020;
  outline-offset: 4px;
}

.leaders-list .leader-card__name a {
  pointer-events: none;
}

.leaders-list .leader-card__name a::after {
  display: none;
}

.leaders-list .leader-card__bio {
  display: -webkit-box;
  min-height: calc(1.45em * 5);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.leader-card__read-more {
  align-self: flex-start;
  margin-top: 18px;
  padding: 0 19px 2px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #a32020;
  cursor: pointer;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
  transition: border-color 180ms ease;
}

.leader-card__read-more::after {
  position: absolute;
  top: 6px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.leader-card:hover .leader-card__read-more::after,
.leader-card:focus-within .leader-card__read-more::after {
  transform: translateX(4px) rotate(45deg);
}

.leader-card:hover .leader-card__read-more,
.leader-card__read-more:focus-visible {
  border-bottom-color: currentColor;
}

.leader-bio-overlay {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(13, 13, 13, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.leader-bio-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.leader-bio-dialog {
  position: relative;
  display: grid;
  grid-template-columns: 348px minmax(0, 1fr);
  width: min(1030px, 100%);
  height: min(78vh, 740px);
  min-height: 600px;
  max-height: calc(100dvh - 64px);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 220ms ease, transform 260ms ease;
}

.leader-bio-overlay.is-open .leader-bio-dialog {
  box-sizing: border-box;
  border-top: 5px solid #d93954;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.leader-bio-dialog__sidebar {
  min-height: 0;
  padding-top: 6px;
  background: #f2f2f2;
  border-right: 1px solid #dddddd;
}

.leader-bio-dialog__portrait {
  width: 292px;
  aspect-ratio: 1 / 1;
  margin: 28px auto 0;
  overflow: hidden;
  background: #dedede;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.leader-bio-dialog__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-bio-dialog__contact {
  padding: 30px 28px 28px;
}

.leader-bio-dialog__contact::before {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 22px;
  background: #d93954;
  content: "";
}

.leader-bio-dialog__contact-label {
  margin: 0;
  color: #a32020;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.leader-bio-dialog__content {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 64px 68px 58px;
  scrollbar-color: #a32020 #eeeeee;
  scrollbar-width: thin;
}

.leader-bio-dialog__content::-webkit-scrollbar,
.leader-bio-dialog::-webkit-scrollbar {
  width: 10px;
}

.leader-bio-dialog__content::-webkit-scrollbar-track,
.leader-bio-dialog::-webkit-scrollbar-track {
  background: #eeeeee;
}

.leader-bio-dialog__content::-webkit-scrollbar-thumb,
.leader-bio-dialog::-webkit-scrollbar-thumb {
  border: 2px solid #eeeeee;
  border-radius: 999px;
  background: #a32020;
}

.leader-bio-dialog__content::-webkit-scrollbar-thumb:hover,
.leader-bio-dialog::-webkit-scrollbar-thumb:hover {
  background: #d93954;
}

.leader-bio-dialog__name {
  margin: 0;
  color: #111111;
  font-family: var(--de-serif, Georgia, serif);
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.leader-bio-dialog__role {
  max-width: 620px;
  margin: 22px 0 0;
  color: #a32020;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.leader-bio-dialog__intro {
  max-width: 660px;
  margin: 28px 0 0;
  color: #222222;
  font-family: var(--de-serif, Georgia, serif);
  font-size: 21px;
  line-height: 1.45;
}

.leader-bio-dialog__divider {
  width: 52px;
  height: 4px;
  margin: 34px 0 30px;
  border: 0;
  background: #a32020;
}

.leader-bio-dialog__heading {
  margin: 0 0 18px;
  color: #111111;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.leader-bio-dialog__body p {
  margin: 0 0 20px;
  color: #333333;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 17px;
  line-height: 1.58;
}

.leader-bio-dialog__body p:last-child {
  margin-bottom: 0;
}

.leader-bio-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.leader-bio-dialog__email,
.leader-bio-dialog__social {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  box-sizing: border-box;
  min-height: 42px;
  padding: 10px 11px;
  border: 1px solid #111111;
  color: #111111;
  font-family: var(--de-sans-serif, Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.leader-bio-dialog__email img,
.leader-bio-dialog__social img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.leader-bio-dialog__email:hover,
.leader-bio-dialog__email:focus-visible,
.leader-bio-dialog__social:hover,
.leader-bio-dialog__social:focus-visible {
  border-color: #a32020;
  background: #a32020;
  color: #ffffff;
  outline: 0;
}

.leader-bio-dialog__email:hover img,
.leader-bio-dialog__email:focus-visible img,
.leader-bio-dialog__social:hover img,
.leader-bio-dialog__social:focus-visible img {
  filter: invert(1);
}

.leader-bio-dialog__social[hidden] {
  display: none;
}

.leader-bio-dialog__close {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid #d8d5d1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.leader-bio-dialog__close::before,
.leader-bio-dialog__close::after {
  position: absolute;
  width: 19px;
  height: 2px;
  background: currentColor;
  content: "";
}

.leader-bio-dialog__close::before {
  transform: rotate(45deg);
}

.leader-bio-dialog__close::after {
  transform: rotate(-45deg);
}

.leader-bio-dialog__close:hover,
.leader-bio-dialog__close:focus-visible {
  background: #a32020;
  color: #ffffff;
  outline: 0;
  transform: rotate(5deg);
}

@media (max-width: 768px) {
  .leaders-list .leader-card__bio {
    min-height: calc(1.4em * 5);
  }

  .leader-card__read-more {
    margin-top: 14px;
  }

  .leader-bio-overlay {
    padding: 12px;
  }

  .leader-bio-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: calc(100dvh - 24px);
    min-height: 0;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    scrollbar-color: #a32020 #eeeeee;
    scrollbar-width: thin;
  }

  .leader-bio-overlay.is-open .leader-bio-dialog {
    /* Keeps the close control fixed in the viewport while the bio scrolls. */
    transform: none;
  }

  .leader-bio-dialog__sidebar {
    min-height: auto;
    padding: 6px 0 0;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }

  .leader-bio-dialog__portrait {
    width: min(200px, calc(100% - 40px));
    margin: 20px 0 0 20px;
  }

  .leader-bio-dialog__contact {
    padding: 24px 25px 28px;
  }

  .leader-bio-dialog__contact::before {
    margin-bottom: 18px;
  }

  .leader-bio-dialog__content {
    min-height: auto;
    overflow: visible;
    padding: 38px 25px 72px;
  }

  .leader-bio-dialog__name {
    font-size: clamp(36px, 11vw, 50px);
  }

  .leader-bio-dialog__role {
    margin-top: 18px;
    font-size: 15px;
  }

  .leader-bio-dialog__intro {
    margin-top: 24px;
    font-size: 19px;
  }

  .leader-bio-dialog__divider {
    margin: 28px 0 25px;
  }

  .leader-bio-dialog__body p {
    font-size: 16px;
  }

  .leader-bio-dialog__actions {
    margin-top: 18px;
  }

  .leader-bio-dialog__close {
    position: fixed;
    top: 26px;
    right: 26px;
  }
}

@media (max-width: 420px) {
  .leaders-list .leader-card__bio {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leader-bio-overlay,
  .leader-bio-dialog,
  .leader-bio-dialog__close,
  .leader-card__read-more::after {
    transition: none;
  }
}










/* ==============================
Latest insights component overrides
============================== */

#wrapper h2.collections-title {
    margin-bottom: 40px;
}

#wrapper .collectionv2-component {
    padding-top: 40px;
    padding-bottom: 40px;
}










/* ==============================
JOIN US PAGE
============================== */

.join-eyebrow {
  margin: 0 0 16px;
  color: #a32020;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.join-role-grid,
.join-people-grid {
  display: grid;
  gap: 24px;
}

.join-role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
}

.join-role-card,
.join-people-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #111111;
  text-decoration: none !important;
}

.join-role-card {
  border: 1px solid #dfdfdf;
  border-bottom: 4px solid #a32020;
  background: #ffffff;
  padding: 28px;
}

.join-role-card *,
.join-people-card *,
.join-role-card:hover *,
.join-people-card:hover * {
  text-decoration: none !important;
}

.join-role-card h3,
.join-people-card h3 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}

.join-role-card p,
.join-people-card p {
  margin: 14px 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.join-card-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 22px;
  color: #a32020;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.join-role-card:hover .join-link-text,
.join-role-card:focus-visible .join-link-text,
.join-people-card:hover .join-link-text,
.join-people-card:focus-visible .join-link-text {
  color: #a32020;
  text-decoration: underline !important;
  text-decoration-color: #a32020 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

#ERS-Why.ers-why--light {
  background: linear-gradient(150deg, #f6e8e8 0%, #f6e8e8 48%, #e8c7c7 100%);
  color: #111111;
}

#ERS-Why.ers-why--light:before {
  background: linear-gradient(145deg, rgba(163, 32, 32, 0) 0%, rgba(163, 32, 32, 0) 48%, rgba(163, 32, 32, 0.1) 100%);
}

#ERS-Why.ers-why--light:after {
  opacity: 0.7;
  filter: none;
}

#ERS-Why.ers-why--light .ers-why__headline h2,
#ERS-Why.ers-why--light .ers-why__intro p,
#ERS-Why.ers-why--light .ers-why__metrics p {
  color: #111111;
}

#ERS-Why.ers-why--light .ers-why__metrics strong {
  color: #a32020;
}

#ERS-Why.ers-why--light .ers-why__number {
  color: #a32020;
}

.join-people-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.join-people-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
}

.join-people-card__media {
  min-height: 230px;
  background-position: center;
  background-size: cover;
}

.join-people-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.join-dark-copy p {
  color: #ffffff;
}

.join-nowrap {
  white-space: nowrap;
}

.join-proof-line {
  margin: 18px 0 0;
  color: #111111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}

.join-mindset-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.join-mindset-head {
  max-width: 820px;
}

.join-mindset-head h2 {
  margin: 0;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.join-mindset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.join-mindset-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px;
  border-top: 6px solid #a32020;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.join-mindset-icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 0 30px;
  background: #a32020;
  -webkit-mask: var(--join-mindset-icon) center / contain no-repeat;
  mask: var(--join-mindset-icon) center / contain no-repeat;
}

.join-mindset-card h3 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}

.join-mindset-card p {
  margin: 0;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.join-human-section,
.join-dei-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.join-human-layout,
.join-dei-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.join-human-layout {
  align-items: stretch;
}

.join-human-copy h2,
.join-dei-copy h2 {
  margin: 0;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.join-human-copy p,
.join-dei-copy p {
  margin: 20px 0 0;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.join-human-copy .join-eyebrow,
.join-dei-copy .join-eyebrow {
  margin: 0 0 16px;
  color: #a32020;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.join-human-gallery {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  height: 100%;
}

.join-human-image,
.join-dei-image {
  min-height: 220px;
  background-position: center;
  background-size: cover;
}

.join-human-image:first-child {
  grid-row: span 2;
}

.join-human-note {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: 26px;
  background: #a32020;
  color: #ffffff;
}

.join-human-note strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}

.join-human-note span {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.join-dei-layout {
  align-items: stretch;
}

.join-dei-image {
  min-height: 560px;
}

.join-dei-points {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.join-dei-points article {
  padding: 24px 28px;
  border-left: 6px solid #a32020;
  background: #f2f2f2;
}

.join-dei-points p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.join-role-section {
  background: #a32020;
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.join-role-section .join-eyebrow,
.join-role-section h2,
.join-role-section .content-holder p {
  color: #ffffff;
}

.join-role-section .join-role-card {
  border-color: rgba(255, 255, 255, 0.28);
  border-bottom-color: #ffffff;
  background: #ffffff;
}

.join-role-section .join-card-link {
  color: #a32020;
}

.join-role-section .join-role-intro {
  max-width: 840px;
}

.join-role-section .join-role-intro p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.join-role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.join-role-button {
  display: inline-flex;
  min-width: 260px;
  min-height: 60px;
  padding: 16px 24px;
  border: 2px solid #ffffff;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #a32020 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none !important;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease;
}

.join-role-button:hover,
.join-role-button:focus-visible {
  border-color: #161616;
  background: #161616;
  color: #ffffff !important;
  text-decoration: none !important;
}

.join-role-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .join-role-grid,
  .join-mindset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .join-mindset-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html:has(#VideoHero[aria-label="Join us"]),
  body:has(#VideoHero[aria-label="Join us"]),
  body:has(#VideoHero[aria-label="Join us"]) #wrapper,
  body:has(#VideoHero[aria-label="Join us"]) .root,
  body:has(#VideoHero[aria-label="Join us"]) .container,
  body:has(#VideoHero[aria-label="Join us"]) .responsivegrid,
  body:has(#VideoHero[aria-label="Join us"]) .cmp-container,
  body:has(#VideoHero[aria-label="Join us"]) .aem-GridColumn,
  body:has(#VideoHero[aria-label="Join us"]) .parsys,
  body:has(#VideoHero[aria-label="Join us"]) .sectionpar {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  #VideoHero[aria-label="Join us"] .video-hero-content {
    box-sizing: border-box !important;
    display: block !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    overflow: hidden !important;
  }

  #VideoHero[aria-label="Join us"] .video-hero-text,
  #VideoHero[aria-label="Join us"] .video-hero-text h1,
  #VideoHero[aria-label="Join us"] .video-hero-text p {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 330px !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  #ERS-Why.ers-why--light .ers-why__intro p,
  #ERS-Why.ers-why--light .ers-why__metrics p,
  .join-mindset-card p,
  .join-human-copy p,
  .join-dei-copy p,
  .join-dei-points p,
  .join-human-note span,
  .join-role-section .join-role-intro p,
  .join-role-button {
    font-size: 16px;
    line-height: 24px;
  }

  .join-role-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
  }

  .join-role-button {
    width: 100%;
    min-width: 0;
  }

  .join-role-grid,
  .join-people-grid,
  .join-mindset-grid,
  .join-human-layout,
  .join-dei-layout {
    grid-template-columns: 1fr;
  }

  .join-mindset-card {
    min-height: 280px;
  }

  .join-people-card__media {
    min-height: 190px;
  }

  .join-human-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .join-human-image:first-child {
    grid-row: auto;
  }

  .join-human-image,
  .join-dei-image {
    min-height: 230px;
  }
}
