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

/* ==============================
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;
}

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;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
    color: #fff;
    text-decoration: none;
}

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

#root,
#__next {
    isolation: isolate;
}

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

/* Site Header/Nav Dark Overrides */

/* Main color switch */

.headerv2-container {
    background-color: #1d1d1d;
    color: #fff;
}

/* Secondary background transparency */

.headerv2-container header.slimheader-v2 .slim-navigation {
    background-color: transparent;
}

/* Divider line */

.headerv2-container header.slimheader-v2 {
    border-bottom-color: #333;
}

/* Mini nav active undereline */

.headerv2-container header.slimheader-v2 .slim-navigation .nav-primary > a:before {
    background-color: #fff !important;
}

/* Main logo */

.headerv2-container header.slimheader-v2 .slim-logo:before {
    background-image: url("/content/dam/pwc/15/en/digital-edge/assets/images/Strategyand_logo-DigitalEdge-white.svg") !important;
}

/* Search icon (white) */

.headerv2-container header.slimheader-v2 .slim-navigation .nav-search > button:before,
.headerv2-container header.slimheader-v2 .mobile-search-btn {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/images/Search-icon-DigitalEdge-white.svg) !important;
    background-color: transparent;
}

/* Search icon */

.headerv2-container
    header.slimheader-v2
    .slim-navigation
    .nav-secondary
    .location-options
    span.option-country
    > button:before {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/images/location-DigitalEdge-white.svg) !important;
}

/* Breadcrumb divider */

.headerv2-container .slimnav-breadcrumb .slimnav-v2-breadcrumbs a:after {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/images/chevron-DigitalEdge-light.svg) !important;
}

/* Locations menus */

.headerv2-container header.slimheader-v2 .slim-navigation .nav-secondary span {
    color: #fff;
    text-decoration: none !important;
}

/* Mobile hamburger menu */

#slim-hamburger span {
    background: #fff;
}

/* Digital Edge Misc Styles */

:root {
    --de-sans-serif: "PwC Helvetica Neue", "Helvetica Neue", Hevetica, Arial, Sans-Serif;
    --de-serif: "PwC ITC Charter", "ITC Charter", "Charter", Georgia, Serif;
    --de-hero-fade-duration: 1000ms;
    --de-hero-subhead-fade-duration: 1000ms;
}

.digital-edge-content-wrapper {
    background: #000000;
    font-family: var(--de-sans-serif);
}

.digital-edge-content-wrapper .de-MaxPageWidth {
    max-width: 1540px;
    padding: 0px 30px;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .digital-edge-content-wrapper .de-MaxPageWidth {
        padding: 0px 15px;
    }
}

.digital-edge-content-wrapper h2 {
    font-size: 52px;
    font-family: var(--de-serif);
}

.digital-edge-content-wrapper .bg-Dark h2 {
    color: #fff;
}

.digital-edge-content-wrapper .section-intro {
    font-size: 20px;
    line-height: 28px;
    max-width: 900px;
}

.digital-edge-content-wrapper p:last-child {
    margin-bottom: 0px;
}

.digital-edge-content-wrapper .margin-bottom-80 {
    margin-bottom: 80px;
}

.digital-edge-content-wrapper .margin-bottom-60 {
    margin-bottom: 60px;
}

.digital-edge-content-wrapper .margin-bottom-40 {
    margin-bottom: 40px;
}

.digital-edge-content-wrapper .padding-top-80 {
    padding-top: 80px;
}

.digital-edge-content-wrapper .padding-bottom-80 {
    padding-bottom: 80px;
}

.digital-edge-content-wrapper .padding-bottom-60 {
    padding-bottom: 60px;
}

.digital-edge-content-wrapper .padding-bottom-40 {
    padding-bottom: 40px;
}

.digital-edge-content-wrapper .bg-Black {
    background-color: #000000;
}

.digital-edge-content-wrapper .bg-Dark {
    background-color: #131313;
}

.digital-edge-content-wrapper .bg-Light {
    background-color: #f2f2f2;
}

.digital-edge-content-wrapper .bg-White {
    background-color: #ffffff;
}

.digital-edge-content-wrapper .bg-Black,
.digital-edge-content-wrapper .bg-Dark {
    color: #ffffff;
}

@media (max-width: 768px) {
    .digital-edge-content-wrapper h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .digital-edge-content-wrapper h2.margin-bottom-80 {
        margin-bottom: 40px;
    }

    .digital-edge-content-wrapper h2.margin-bottom-40 {
        margin-bottom: 20px;
    }

    .digital-edge-content-wrapper .section-intro {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Digital Edge Thought Leader styles */

#DE-TL {
    width: 100%;
    box-sizing: border-box;
}

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

#DE-TL .articles-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#DE-TL .article {
    height: 400px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: white;
    background: #000000;
}

#DE-TL .article:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
    transition: opacity 0.5s;
    opacity: 0.6;
}

#DE-TL .article:first-child {
    grid-column: 1 / -1;
}

#DE-TL .article-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    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;
}

#DE-TL .article:hover:after {
    opacity: 0.9;
}

#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: 70px;
    right: 70px;
    width: 24px;
    height: 24px;
    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: 18px;
    line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    font-family: var(--de-sans-serif);
}

#DE-TL .article:first-child .description {
    max-height: none;
    transition: none;
}

@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);
    }

    #DE-TL .article:first-child {
        grid-column: 1 / -1;
    }

    #DE-TL .article:last-child {
        grid-column: 1 / -1;
    }
}

@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 .article .description {
        max-height: none !important;
    }

    #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%;
        background-color: rgba(217, 57, 84, 0.4);
        cursor: pointer;
        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 {
        font-size: 16px;
        line-height: 24px;
    }
}

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

/* Digital Edge In the news styles */

#DE-ITN .article-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--de-serif);
}

/* Animated underline */

#DE-ITN .article a {
    text-decoration: none;
    color: inherit;
    background-image: linear-gradient(#d93954, #d93954);
    background-size: 0% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.35s ease;
    padding-top: 25px;
    position: relative;
}

#DE-ITN .article a:hover {
    background-size: 100% 1px;
}

#DE-ITN .article a:before {
    content: "";
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #d93954;
    top: 0;
    left: 0;
}

/* 3 columns */
@media (max-width: 1200px) {
    #DE-ITN .article-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 2 columns */
@media (max-width: 900px) {
    #DE-ITN .article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 1 column */
@media (max-width: 600px) {
    #DE-ITN .article-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    #DE-ITN .article-grid {
        gap: 50px 40px;
        margin-top: 60px;
    }

    #DE-ITN .article a {
        padding-top: 20px;
    }
}

/* ---------------------
Digital Edge Hero Styles 
--------------------- */

/*#DE-Hero {
    height: calc(100dvh - 127px);
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    touch-action: pan-y;
    background-color: #000;
} */

#DE-HeroScroll {
    --de-hero-transition-range: clamp(220px, 42vh, 420px);
    --de-hero-release-buffer: clamp(320px, 72vh, 760px);
    position: relative;
    min-height: calc(100vh + var(--de-hero-transition-range) + var(--de-hero-release-buffer));
}

#DE-Hero {
    height: calc(100vh - 127px);
    position: sticky;
    top: 0;
    min-height: 100vh;
    overflow: hidden;
    touch-action: pan-y;
    background-color: #000;
}

@supports (height: 100svh) {
    #DE-HeroScroll {
        min-height: calc(100svh + var(--de-hero-transition-range) + var(--de-hero-release-buffer));
    }

    #DE-Hero {
        height: calc(100svh - 127px);
        min-height: 100svh;
    }
}

@media (max-width: 767px) {
    #DE-HeroScroll {
        --de-hero-transition-range: clamp(160px, 28vh, 260px);
        --de-hero-release-buffer: clamp(120px, 22vh, 260px);
    }
}

/* Light trails */

#DE-lights {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    isolation: isolate;
    z-index: 0;
    --branding-overlay-color: #a32020;
    --branding-overlay-opacity: 0;
    opacity: 0;
    transition: opacity var(--de-hero-fade-duration) ease-in-out;
    pointer-events: none;
}

@supports (height: 100svh) {
    #DE-lights {
        height: 100svh;
    }
}

#DE-lights.is-visible {
    opacity: 1;
    pointer-events: auto;
}

#DE-Hero.is-focused-state #DE-lights {
    opacity: 0;
    pointer-events: none;
}

#DE-lights canvas {
    display: block;
    width: 100%;
    height: 100%;
}

#DE-lights::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--branding-overlay-color);
    mix-blend-mode: hue;
    opacity: var(--branding-overlay-opacity);
    pointer-events: none;
}

#DE-lights::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 70%);
}

/* God rays */

#DE-grays {
    --de-grays-height: 70vh;
    --de-grays-min-height: 420px;
    position: absolute;
    height: var(--de-grays-height);
    min-height: var(--de-grays-min-height);
    overflow: hidden;
    isolation: isolate;
    z-index: 2;
    width: 100%;
    top: 40%;
    transform: translate3d(0, -50%, 0) scale(0.85);
    opacity: 0;
    transition:
        opacity var(--de-hero-fade-duration) ease-in-out,
        transform var(--de-hero-fade-duration) ease-in-out;
    will-change: transform, opacity;
    backface-visibility: hidden;
    contain: layout paint;
}

#DE-grays.is-visible {
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
}

#DE-Hero.is-focused-state #DE-grays {
    transform: translate3d(-3.5%, -90%, 0) scale(0.33);
}

@media (max-width: 767px) {
    #DE-Hero.is-focused-state #DE-grays {
        transform: translate3d(-6%, -61%, 0) scale(1);
    }
}

/* #DE-grays .de-grays-bg {
    position:absolute;
    inset:0;
    background: radial-gradient(1200px 700px at 50% 45%, #141b2c 0%, #0b0f18 55%, #070a12 100%);
    z-index:0;
} */

#DE-grays .de-grays-logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transform: translateY(-6vh);
    pointer-events: none;
    z-index: 2;
}

#DE-grays .de-grays-logo-text {
    font-family: Arial, sans-serif;
    font-size: clamp(96px, 12.5vw, 240px);
    color: #fff;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.1),
        0 16px 50px rgba(0, 0, 0, 0.45);
    user-select: none;
    white-space: nowrap;
    line-height: 1.3;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#DE-grays .de-grays-logo-text .word-mask {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: right;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#DE-grays .de-grays-logo-text .word {
    display: inline-block;
    transition-property: transform, opacity;
    transition-duration: var(--de-hero-fade-duration);
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

#DE-grays .de-grays-logo-text .word-digital {
    font-weight: 800;
    transition-delay: 0ms;
}

#DE-grays .de-grays-logo-text .word-ask {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: #b5b5b5;
    transform: translate3d(110%, 0, 0);
    opacity: 0;
    transition-delay: 0ms;
}

#DE-Hero.is-focused-state #DE-grays .de-grays-logo-text .word-digital {
    transform: translate3d(110%, 0, 0);
    opacity: 0;
    transition-delay: 0ms;
}

#DE-Hero.is-focused-state #DE-grays .de-grays-logo-text .word-ask {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 0ms;
}

#DE-grays .de-grays-logo-text .d {
    font-weight: 700;
}
#DE-grays .de-grays-logo-text .e {
    font-weight: 400;
}

#DE-grays .de-grays-fx {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    mix-blend-mode: screen;
    opacity: 0;
    filter: blur(5px);
    left: -20px;
    top: -40px;
    transform: scale(0.9);
}

@media (min-width: 850px) {
    #DE-HeroSubhead .subhead-copy-default br {
        display: none;
    }
}

@media (max-width: 767px) {
    #DE-grays {
        --de-grays-min-height: 280px;
        top: 25%;
    }

    #DE-grays.is-visible {
        transform: translate3d(0, -45%, 0) scale(1);
    }

    #DE-grays .de-grays-logo-text {
        font-size: clamp(56px, 14vw, 96px);
    }

    /* ------- */

    #DE-Herofield .field-holder {
        bottom: 40% !important;
    }

    #DE-Herofield .field {
        width: calc(100vw - 60px);
        margin: 0px auto;
    }
}

/* Form field */

:root {
    --field-full-width: 600px;
    --field-height: 68px;
    --inner-padding-y: 3px;
    --inner-padding-x: 3px;
    --knightriderangle: 0deg;
}

@media (max-width: 900px) {
    :root {
        --field-full-width: calc(100vw - 60px);
    }
}

/* THIS is the element that expands */
#DE-Herofield .field-holder {
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: var(--field-height);
    overflow: hidden;
    text-align: center;
    color: #fff;
    z-index: 5;
    background: transparent;
    transition:
        background 0.3s,
        bottom var(--de-hero-fade-duration) ease-in-out;
    border-radius: 10px;
}

#DE-Hero.is-focused-state #DE-Herofield .field-holder {
    bottom: 15% !important;
}

#DE-Herofield .field-holder.is-animating {
    animation: fieldHolderExpand 1.15s ease-in-out forwards;
}

#DE-Herofield .field-holder:hover {
    background: #a32020;
}

@keyframes fieldHolderExpand {
    from {
        width: 0;
    }
    to {
        width: var(--field-full-width);
    }
}

/* Keep the field at full width so the conic gradient is visible while the holder reveals it */
#DE-Herofield .field {
    position: relative;
    width: var(--field-full-width);
    height: var(--field-height);
    border-radius: 12px;
    line-height: var(--field-height);
    text-align: center;
    font-size: 24px;
    backdrop-filter: blur(4px);
    padding: var(--inner-padding-y) var(--inner-padding-x);
    /*    background-color:#fff;
*/
    background-image: conic-gradient(
        from var(--knightriderangle) at 48% 52%,
        #d9395499 0deg,
        #ffffff00 220deg,
        #d93954ff 250deg,
        #d9395499 360deg
    );
    animation: knightriderangle 6s linear infinite;
}

#DE-Herofield .typing-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

/* real form field */
#DE-Herofield .field-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: clamp(18px, 3vw, 20px);
    line-height: 1.2;
    text-align: center;
    padding: 0 28px;
    caret-color: #d93954;
    font-family: Arial, sans-serif;
    z-index: 2;
}

#DE-Herofield .field-input::placeholder {
    color: transparent;
}

/* animated overlay text */
#DE-Herofield .typing {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(18px, 3vw, 20px);
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
    pointer-events: none;
    padding: 0 28px;
}

#DE-Herofield .cursor {
    color: #d93954;
    display: inline-block;
    margin-left: 2px;
    animation: fieldcursorblink 0.9s steps(1, end) infinite;
    font-size: 48px;
    position: relative;
    top: -5px;
}

#DE-Herofield #typedText {
    position: relative;
    top: -10px;
    color: #fff;
}

@keyframes fieldcursorblink {
    50% {
        opacity: 0;
    }
}

@property --knightriderangle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes knightriderangle {
    to {
        --knightriderangle: 360deg;
    }
}

/* Hide animated text once the user is interacting or has typed something */
#DE-Herofield .field-holder.is-focused .typing,
#DE-Herofield .field-holder.has-value .typing {
    opacity: 0;
}

@media (max-width: 900px) {
}

/* Hero Subhead */

#DE-HeroSubhead {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    opacity: 0;
    width: min(960px, calc(100vw - 80px));
    min-height: 120px;
    z-index: 4;
    transition: opacity var(--de-hero-subhead-fade-duration) ease-in-out;
    will-change: opacity;
    backface-visibility: hidden;
}

#DE-HeroSubhead.is-visible {
    opacity: 1;
}

#DE-HeroSubhead .subhead-copy {
    position: absolute;
    inset: 0;
    line-height: 1.3;
    transition:
        opacity var(--de-hero-fade-duration) ease-in-out,
        transform var(--de-hero-fade-duration) ease-in-out;
    will-change: transform, opacity;
}

#DE-HeroSubhead .subhead-copy-default {
    font-size: 32px;
    opacity: 1;
    transform: translateY(0);
}

#DE-HeroSubhead .subhead-copy-focused {
    font-size: 18px;
    opacity: 0;
    transform: translateY(300px);
    max-width: 620px;
    margin: 0px auto;
}

#DE-HeroSubhead .subhead-copy-focused p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

#DE-Hero.is-focused-state #DE-HeroSubhead {
    opacity: 1;
}

#DE-Hero.is-focused-state #DE-HeroSubhead .subhead-copy-default {
    opacity: 0;
    transform: translateY(-180px) scale(0.5);
}

#DE-Hero.is-focused-state #DE-HeroSubhead .subhead-copy-focused {
    opacity: 1;
    transform: translateY(40px);
}

#DE-Hero.is-focused-state #DE-HeroSubhead .subhead-copy-focused p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    #DE-HeroSubhead {
        top: 8% !important;
        width: min(960px, calc(100vw - 30px));
        min-height: 160px;
    }

    #DE-HeroSubhead .subhead-copy-default {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    #DE-HeroSubhead .subhead-copy-focused p,
    #DE-Hero.is-focused-state #DE-HeroSubhead .subhead-copy-focused p {
        font-size: 15px;
        line-height: 21px;
        margin: 0;
    }

    #DE-HeroSubhead .subhead-copy-focused {
        transform: translateY(220px);
    }

    #DE-Hero.is-focused-state #DE-HeroSubhead .subhead-copy-focused {
        transform: translateY(60px);
    }
}

/* Hero Lights sphere */

#light-sphere-container {
    position: absolute;
    inset: 0;
    width: min(54vw, 54vh, 34rem);
    height: min(54vw, 54vh, 34rem);
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transform-origin: center center;
    transition:
        opacity 1000ms ease-in-out,
        transform 1000ms ease-in-out;
    transform: translate3d(-50%, -50%, 0) scale(0.88);
    top: 48%;
    left: 50%;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

#light-sphere-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

#DE-Hero.is-focused-state #light-sphere-container {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

@media (max-width: 499px) {
    #light-sphere-container {
        width: 100vw;
        height: 100vh;
        z-index: 0;
        transform: scale(0.5) translate3d(-100%, -90%, 0);
    }
}

/* ---------------------
Embracing the region's AI moment
--------------------- */

#DE-Embracing {
    --de-bg: #ffffff;
    --de-text: #000000;
    --de-muted: #202020;
    --de-card: #ffffff;
    --de-accent: #a32020;
    --de-radius: 24px;
    --de-shell: min(1304px, calc(100vw - 60px));
    --de-card-full-height: 500px;
    --de-collapsed-height: 90px;
    --de-card-offset: 90px;
    /* background: var(--de-bg); */
    color: var(--de-text);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* #DE-Embracing .de-test-band {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px;
    background:
        linear-gradient(135deg, rgba(163, 32, 32, 0.06), rgba(163, 32, 32, 0) 46%),
        #faf8f6;
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
} */

/* #DE-Embracing .de-section {
    background: #ffffff;
} */

#DE-Embracing .de-track {
    position: relative;
    min-height: calc(100vh + 640px);
}

#DE-Embracing .de-sticky {
    position: sticky;
    top: 0;
    min-height: 100vh;
    overflow: clip;
    /* background: #ffffff; */
}

#DE-Embracing .de-shell {
    width: var(--de-shell);
    margin: 0 auto;
    padding: 68px 0 48px;
}

#DE-Embracing .de-stage {
    position: relative;
    min-height: calc(var(--de-card-full-height) + (var(--de-card-offset) * 2));
}

#DE-Embracing .de-card {
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: var(--de-card-full-height);
    overflow: hidden;
    /* border-radius: var(--de-radius); */
    background: var(--de-card);
    border: 5px solid #f2f2f2;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

#DE-Embracing .de-card__heading {
    position: absolute;
    inset: 92px auto auto 48px;
    z-index: 3;
    width: calc(50% - 80px);
    min-height: 128px;
    pointer-events: none;
}

#DE-Embracing .de-card__number {
    position: absolute;
    inset: 0 auto auto 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
    white-space: nowrap;
    will-change: transform;
}

#DE-Embracing .de-card__slash {
    color: var(--de-accent);
}

#DE-Embracing .de-card__title {
    position: absolute;
    inset: 78px auto auto 0;
    margin: 0;
    font-size: 40px;
    line-height: 1.06;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left top;
    will-change: transform;
    padding-bottom: 0.12em;
}

#DE-Embracing .de-card__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: stretch;
    gap: 40px;
    height: 100%;
    padding: 22px;
}

#DE-Embracing .de-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 246px 24px 26px 26px;
    min-width: 0;
    will-change: opacity, transform;
}

#DE-Embracing .de-card__description {
    max-width: 560px;
    margin: 0;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.12;
    color: #1d1d1d;
    will-change: opacity;
}

#DE-Embracing .de-card__media {
    position: relative;
    overflow: hidden;
    /* border-radius: 18px; */
    background: #121212;
}

#DE-Embracing .de-card__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#DE-Embracing .de-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12));
    pointer-events: none;
}

@media (max-width: 1024px) {
    #DE-Embracing {
        --de-shell: min(100vw - 40px, 1304px);
        --de-card-full-height: 500px;
        --de-collapsed-height: 90px;
        --de-card-offset: 90px;
    }

    #DE-Embracing .de-shell {
        padding-top: 52px;
        padding-bottom: 40px;
    }

    #DE-Embracing .de-card__layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 46%);
        gap: 28px;
        padding: 18px;
    }

    #DE-Embracing .de-card__heading {
        inset: 82px auto auto 32px;
        width: calc(50% - 56px);
    }

    #DE-Embracing .de-card__copy {
        padding: 214px 18px 18px 20px;
    }
}

@media (max-width: 767px) {
    #DE-Embracing {
        --de-shell: min(100vw - 24px, 1304px);
        --de-card-full-height: 560px;
        --de-collapsed-height: 84px;
        --de-card-offset: 84px;
        --de-radius: 20px;
    }

    #DE-Embracing .de-test-band {
        font-size: 16px;
        text-align: center;
    }

    #DE-Embracing .de-shell {
        padding-top: 34px;
        padding-bottom: 28px;
    }

    #DE-Embracing .de-header {
        margin-bottom: 28px;
    }

    #DE-Embracing .de-intro {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.28;
    }

    #DE-Embracing .de-stage {
        min-height: calc(var(--de-card-full-height) + (var(--de-card-offset) * 2));
    }

    #DE-Embracing .de-card__heading {
        inset: 24px 18px auto 18px;
        width: calc(100% - 36px);
        min-height: 104px;
    }

    #DE-Embracing .de-card__number {
        font-size: 22px;
    }

    #DE-Embracing .de-card__title {
        top: 62px;
        font-size: 32px;
        line-height: 1.08;
    }

    #DE-Embracing .de-card__layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
        gap: 18px;
        padding: 14px;
    }

    #DE-Embracing .de-card__copy {
        justify-content: flex-start;
        padding: 134px 0px 0;
    }

    #DE-Embracing .de-card__description {
        font-size: 17px;
        line-height: 1.22;
    }

    #DE-Embracing .de-card__media {
        min-height: 250px;
    }

    #DE-Embracing .de-card {
        border-radius: 10px;
    }

    #DE-Embracing .de-card__media {
        border-radius: 0;
    }
}

/* ---------------------
Strategy& as your digital partner
--------------------- */

#DE-DigitalPartner {
    --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: "Helvetica Neue", Arial, sans-serif;
    padding: 76px 0 72px;
    overflow: hidden;
}

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

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

#DE-DigitalPartner .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;
}

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

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

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

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

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

#DE-DigitalPartner .DE-dp-card-title {
    min-height: var(--de-dp-title-height);
    margin: 0;
    color: #161616;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.03em;
}

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

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

#DE-DigitalPartner .DE-dp-card-icon {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: darken;
}

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

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

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

#DE-DigitalPartner .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%);
}

#DE-DigitalPartner .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;
}

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

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

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

@media (max-width: 1024px) {
    #DE-DigitalPartner {
        padding: 56px 0 56px;
    }

    #DE-DigitalPartner .DE-dp-header {
        margin-bottom: 64px;
    }

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

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

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

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

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

    #DE-DigitalPartner .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)));
    }

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

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

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

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

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

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

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

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

/* ---------------------
Meet our experts
--------------------- */

#DE-MeetOurExperts {
    --de-accent: #d93954;
    --de-accent-dark: #a32020;
    --de-card-width: 264px;
    --de-card-height: 395px;
    --de-card-expanded-width: 730px;
    --de-gap: 80px;
    --de-transition: 1500ms cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

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

#DE-MeetOurExperts .de-shell.is-pointer-dragging {
    cursor: grabbing;
}

#DE-MeetOurExperts .de-accordion {
    display: flex;
    align-items: flex-end;
    gap: var(--de-gap);
    margin-top: 94px;
    padding: 0 0 24px;
    width: max-content;
    min-width: 100%;
    transition: transform var(--de-transition);
    padding-top: 60px;
    margin-bottom: 50px;
}

#DE-MeetOurExperts .de-card {
    flex: 0 0 var(--de-card-width);
    width: var(--de-card-width);
    height: var(--de-card-height);
    display: flex;
    align-items: flex-end;
    gap: 44px;
    transition:
        width var(--de-transition),
        flex-basis var(--de-transition);
    cursor: pointer;
    position: relative;
}

#DE-MeetOurExperts .de-card.isActive {
    flex-basis: var(--de-card-expanded-width);
    width: var(--de-card-expanded-width);
}

#DE-MeetOurExperts .de-bio-mini {
    order: 2;
    width: 350px;
    min-width: 350px;
    height: 450px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 6px;
    transition:
        opacity var(--de-transition),
        transform var(--de-transition);
    transform: translateX(calc(-100% - 44px)) scale(0.8);
    transform-origin: right bottom;
    pointer-events: none;
    position: relative;
    z-index: 0;
    margin-left: 30px;
}

#DE-MeetOurExperts .de-card.isActive .de-bio-mini {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

#DE-MeetOurExperts .de-bio-mini .name,
#DE-MeetOurExperts .de-bio-mini .title,
#DE-MeetOurExperts .de-bio-mini .quote {
    display: block;
}

#DE-MeetOurExperts .de-bio-mini__bottom {
    margin-top: auto;
}

#DE-MeetOurExperts .de-bio-mini .name {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

#DE-MeetOurExperts .de-bio-mini .title {
    margin-bottom: 68px;
    font-size: 24px;
    line-height: 28px;
    white-space: pre-line;
}

#DE-MeetOurExperts .de-bio-mini .quote {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 28px;
    position: relative;
}

#DE-MeetOurExperts .de-bio-mini .quote:before {
    content: "“";
    position: absolute;
    top: -10px;
    color: #d93954;
    font-size: 200px;
    left: -12px;
}

#DE-MeetOurExperts .de-feature__meet {
    min-width: 120px;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--de-accent);
    background: #ffffff;
    color: var(--de-accent-dark);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 180ms ease,
        color 180ms ease;
}

#DE-MeetOurExperts .de-feature__meet:hover,
#DE-MeetOurExperts .de-feature__meet:focus-visible {
    background: var(--de-accent);
    color: #ffffff;
}

#DE-MeetOurExperts .de-pic {
    order: 1;
    position: relative;
    flex: 0 0 var(--de-card-width);
    width: var(--de-card-width);
    height: var(--de-card-height);
    z-index: 1;
    margin-left: 0px;
    transition: margin-left 1.5s;
}

#DE-MeetOurExperts .de-card.isActive .de-pic {
    margin-left: 20px;
}

#DE-MeetOurExperts .de-card__bg,
#DE-MeetOurExperts .de-card__figure {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition:
        transform var(--de-transition),
        width var(--de-transition),
        height var(--de-transition);
}

#DE-MeetOurExperts .de-card__bg {
    width: 264px;
    height: 395px;
}

#DE-MeetOurExperts .de-card__figure {
    width: 264px;
    height: 395px;
}

#DE-MeetOurExperts .de-card__bg img,
#DE-MeetOurExperts .de-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#DE-MeetOurExperts .de-card.isActive .de-card__bg {
    width: 300px;
    height: 450px;
}

#DE-MeetOurExperts .de-card.isActive .de-card__figure {
    width: 400px;
    height: 565px;
}

#DE-MeetOurExperts .de-pips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-top: 16px;
}

#DE-MeetOurExperts .de-mobile-bio {
    display: none;
}

#DE-MeetOurExperts .de-pip {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(163, 32, 32, 0.4);
    cursor: pointer;
    transition:
        width 260ms ease,
        background-color 260ms ease;
}

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

#DE-MeetOurExperts .de-pip.is-active {
    width: 80px;
    background: var(--de-accent);
}

#DE-MeetOurExperts .de-card:focus-visible,
#DE-MeetOurExperts .de-feature__meet:focus-visible,
#DE-MeetOurExperts .de-pip:focus-visible,
#DE-MeetOurExperts .de-modal__close:focus-visible {
    outline: 2px solid var(--de-accent);
    outline-offset: 4px;
}

#DE-MeetOurExperts .de-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

#DE-MeetOurExperts .de-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

#DE-MeetOurExperts .de-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

#DE-MeetOurExperts .de-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100vw - 120px));
    max-height: min(652px, calc(100vh - 120px));
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 40px;
    padding: 0px 30px;
    background: #ededed;
    border: 4px solid #ffffff;
    transform: translateY(24px);
    transition: transform 260ms ease;
    overflow: hidden;
}

#DE-MeetOurExperts .de-modal.is-open .de-modal__dialog {
    transform: translateY(0);
}

#DE-MeetOurExperts .de-modal__close {
    position: absolute;
    top: 28px;
    right: 38px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid var(--de-accent);
    background: transparent;
    color: transparent;
    cursor: pointer;
    z-index: 2;
    backdrop-filter: blur(5px);
}

#DE-MeetOurExperts .de-modal__close::before,
#DE-MeetOurExperts .de-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: var(--de-accent);
}

#DE-MeetOurExperts .de-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#DE-MeetOurExperts .de-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#DE-MeetOurExperts .de-modal__media {
    position: relative;
    min-height: 100%;
}

#DE-MeetOurExperts .de-modal__bg,
#DE-MeetOurExperts .de-modal__figure {
    position: absolute;
    left: 0;
    bottom: 0;
}

#DE-MeetOurExperts .de-modal__bg {
    width: 300px;
    height: 450px;
    left: 25px;
}

#DE-MeetOurExperts .de-modal__figure {
    left: -30px;
    width: 400px;
    height: 600px;
}

#DE-MeetOurExperts .de-modal__bg img,
#DE-MeetOurExperts .de-modal__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#DE-MeetOurExperts .de-modal__content {
    max-height: calc(min(652px, calc(100vh - 120px)) - 40px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 58px 10px 24px 0;
}

#DE-MeetOurExperts .de-modal__name {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}

#DE-MeetOurExperts .de-modal__title {
    margin: 0 0 28px;
    white-space: pre-line;
    font-size: 24px;
    line-height: 28px;
}

#DE-MeetOurExperts .de-modal__bio {
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 24px;
}

#DE-MeetOurExperts .de-modal__rule {
    margin: 0 0 34px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
}

#DE-MeetOurExperts .de-modal__qa {
    display: grid;
    gap: 28px;
}

#DE-MeetOurExperts .de-modal__qa-line {
    margin: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 10px;
    align-items: start;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#DE-MeetOurExperts .de-modal__qa-line p {
    font-size: inherit;
    line-height: inherit;
}

#DE-MeetOurExperts .de-modal__qa-line:first-child {
    font-weight: bold;
}

#DE-MeetOurExperts .de-modal__qa-line strong {
    display: block;
    color: var(--de-accent);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    top: -4px;
}

@media (max-width: 1023px) {
    #DE-MeetOurExperts .de-modal__bg {
        left: -30px;
    }

    #DE-MeetOurExperts .de-modal__figure {
        left: -90px;
    }

    #DE-MeetOurExperts .de-modal__dialog {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    #DE-MeetOurExperts .de-modal__close {
        top: -1px;
        right: -1px;
        width: 40px;
        height: 40px;
    }

    #DE-MeetOurExperts .de-modal__bio {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 20px;
    }

    #DE-MeetOurExperts .de-modal__rule {
        margin: 0 0 20px;
    }

    #DE-MeetOurExperts .de-modal__qa-line {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 900px) {
    #DE-MeetOurExperts .de-shell {
        width: calc(100vw - 30px);
    }

    #DE-MeetOurExperts .de-accordion {
        align-items: flex-start;
        gap: 75px;
        margin-top: 52px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #DE-MeetOurExperts .de-card {
        flex: 0 0 150px;
        width: 150px;
        height: auto;
        align-items: flex-start;
        flex-direction: row;
        gap: 0;
        overflow: visible;
    }

    #DE-MeetOurExperts .de-card.isActive {
        flex-basis: 150px;
        width: 150px;
    }

    #DE-MeetOurExperts .de-bio-mini {
        display: none;
    }

    #DE-MeetOurExperts .de-pic,
    #DE-MeetOurExperts .de-card.isActive .de-pic {
        width: 150px;
        height: 225px;
        margin-left: 0;
        flex: 0 0 150px;
    }

    #DE-MeetOurExperts .de-card__bg,
    #DE-MeetOurExperts .de-card__figure {
        width: 150px;
        height: 225px;
    }

    #DE-MeetOurExperts .de-card.isActive .de-card__bg {
        width: 150px;
        height: 225px;
    }

    #DE-MeetOurExperts .de-card.isActive .de-card__figure {
        width: 200px;
        height: 300px;
		padding-top: 30px;
    }

    #DE-MeetOurExperts .de-mobile-bio {
        display: block;
        width: calc(100vw - 30px);
        margin-top: 40px;
        padding-right: 12px;
    }

    #DE-MeetOurExperts .de-mobile-bio .name,
    #DE-MeetOurExperts .de-mobile-bio .title,
    #DE-MeetOurExperts .de-mobile-bio .quote {
        display: block;
    }

    #DE-MeetOurExperts .de-mobile-bio .name {
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    #DE-MeetOurExperts .de-mobile-bio .title,
    #DE-MeetOurExperts .de-mobile-bio .quote {
        font-size: 18px;
        line-height: 26px;
    }

    #DE-MeetOurExperts .de-mobile-bio .title {
        margin: 0 0 50px;
        white-space: pre-line;
    }

    #DE-MeetOurExperts .de-mobile-bio .quote {
        position: relative;
        margin: 0 0 24px;
    }

    #DE-MeetOurExperts .de-mobile-bio .quote::before {
        content: "“";
        position: absolute;
        top: -60px;
        left: -8px;
        color: #d93954;
        font-size: 125px;
        line-height: 1;
    }

    #DE-MeetOurExperts .de-mobile-bio .de-feature__meet {
        margin-top: 12px;
    }

    #DE-MeetOurExperts .de-pips {
        gap: 18px;
        margin-top: 48px;
    }

    #DE-MeetOurExperts .de-pip.is-active {
        width: 52px;
    }
}

@media (max-width: 767px) {
    #DE-MeetOurExperts .de-shell {
        width: calc(100vw - 30px);
    }

    #DE-MeetOurExperts .de-modal__dialog {
        width: calc(100vw - 100px);
        max-height: calc(100vh - 50px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 64px 18px 18px;
    }

    #DE-MeetOurExperts .de-modal__close {
        top: 14px;
        right: 14px;
    }

    #DE-MeetOurExperts .de-modal__media {
        min-height: 180px;
    }

    #DE-MeetOurExperts .de-modal__bg {
        height: 200px;
        width: 140px;
        left: 0px;
    }

    #DE-MeetOurExperts .de-modal__figure {
        height: 250px;
        left: -15px;
        width: 168px;
    }

    #DE-MeetOurExperts .de-modal__content {
        max-height: none;
        padding: 0;
        height: calc(100vh - 316px);
    }
}

/* ---------------------
Strategy& at the Digital Edge
--------------------- */

#SA-DE-articles {
    --de-dp-accent: #a32020;
    --de-dp-muted: #d7d7d7;
    --sa-de-inline-padding: 30px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

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

#SA-DE-articles .SA-de-articles-viewport.DE-dp-is-dragging {
    cursor: grabbing;
}

#SA-DE-articles .SA-de-articles-viewport::-webkit-scrollbar {
    display: none;
}

#SA-DE-articles .articles-row {
    display: flex;
    gap: 20px;
    width: max-content;
}

#SA-DE-articles .article {
    width: 460px;
    padding: 20px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    flex: 0 0 460px;
    line-height: 28px;
    font-size: 20px;
}

#SA-DE-articles .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

#SA-DE-articles .title {
    margin-top: 16px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    padding-top: 5px;
}

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

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

#SA-DE-articles .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%);
}

#SA-DE-articles .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;
}

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

#SA-DE-articles .DE-dp-slider-thumb.DE-dp-is-dragging {
    cursor: grabbing;
}

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

@media (max-width: 1024px) {
    #SA-DE-articles .DE-dp-slider {
        margin-top: 56px;
    }
}

@media (min-width: 1540px) {
    #SA-DE-articles {
        --sa-de-inline-padding: calc(((100vw - 1540px) / 2) + 30px);
    }
}

@media (max-width: 767px) {
    #SA-DE-articles {
        --sa-de-inline-padding: 15px;
    }

    #SA-DE-articles .article {
        width: min(460px, calc(100vw - (var(--sa-de-inline-padding) * 2)));
        flex-basis: min(460px, calc(100vw - (var(--sa-de-inline-padding) * 2)));
    }

    #SA-DE-articles .title {
        font-size: 24px;
        line-height: 32px;
    }

    #SA-DE-articles .article {
        font-size: 16px;
        line-height: 24px;
    }

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

@media (max-width: 535px) {
    #SA-DE-articles .article {
        width: calc(100vw - 75px);
        flex-basis: calc(100vw - 75px);
    }
}

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

/* ---------------------
Client stories
--------------------- */

#DE-ClientStories {
    --decs-accent: #d93954;
    --decs-text: #111111;
    --decs-card-width: 300px;
    --decs-card-height: 480px;
    --decs-inline-padding: 30px;
    position: relative;
    overflow: hidden;
}

#DE-ClientStories .decs-shell {
    width: 100%;
    margin: 0 auto;
}

#DE-ClientStories .decs-viewport {
    padding: 0 var(--decs-inline-padding);
    box-sizing: border-box;
    overflow: hidden;
    cursor: grab;
}

#DE-ClientStories .decs-viewport.is-pointer-dragging {
    cursor: grabbing;
}

#DE-ClientStories .decs-track {
    display: flex;
    gap: 20px;
    width: max-content;
    transition: transform 360ms ease;
    will-change: transform;
}

#DE-ClientStories .decs-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: var(--decs-card-width);
    min-width: var(--decs-card-width);
    height: var(--decs-card-height);
    padding: 30px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
}

#DE-ClientStories .decs-card__image,
#DE-ClientStories .decs-card__shade {
    position: absolute;
    inset: 0;
}

#DE-ClientStories .decs-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.001);
}

#DE-ClientStories .decs-card__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.24) 54%, rgba(0, 0, 0, 0.78) 100%);
}

#DE-ClientStories .decs-card__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

#DE-ClientStories .decs-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

#DE-ClientStories .decs-card__link {
    display: block;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
}

#DE-ClientStories .decs-card__link::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
}

#DE-ClientStories .decs-pips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-top: 50px;
}

#DE-ClientStories .decs-pip {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(163, 32, 32, 0.4);
    cursor: pointer;
    transition:
        width 260ms ease,
        background-color 260ms ease;
}

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

#DE-ClientStories .decs-pip.is-active {
    width: 80px;
    background: var(--decs-accent);
}

#DE-ClientStories .decs-card:focus-visible,
#DE-ClientStories .decs-pip:focus-visible,
#DE-ClientStories .decs-modal__close:focus-visible {
    outline: 2px solid var(--decs-accent);
    outline-offset: 4px;
}

#DE-ClientStories .decs-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

#DE-ClientStories .decs-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

#DE-ClientStories .decs-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

#DE-ClientStories .decs-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100vw - 120px));
    max-height: min(652px, calc(100vh - 120px));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    background: #ededed;
    border: 4px solid #fff;
    transform: translateY(24px);
    transition: transform 260ms ease;
    overflow: hidden;
    height: 620px;
}

#DE-ClientStories .decs-modal.is-open .decs-modal__dialog {
    transform: translateY(0);
}

#DE-ClientStories .decs-modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 24px 0;
    position: absolute;
    z-index: 3000;
    width: 100%;
}

#DE-ClientStories .decs-modal__close {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--decs-accent);
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    z-index: 4000;
    backdrop-filter: blur(5px);
    text-indent: -100px;
    overflow: hidden;
}

#DE-ClientStories .decs-modal__scroll {
    min-height: 0;
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    overflow: hidden;
    overscroll-behavior: contain;
    height: 612px;
}

#DE-ClientStories .decs-modal__close::before,
#DE-ClientStories .decs-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: var(--decs-accent);
}

#DE-ClientStories .decs-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#DE-ClientStories .decs-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#DE-ClientStories .decs-modal__media {
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

#DE-ClientStories .decs-modal__content {
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 40px;
    position: relative;
}

#DE-ClientStories .decs-modal__content:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 75%);
}

#DE-ClientStories .decs-modal__content:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(181deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 75%);
}

#DE-ClientStories .decs-modal__title {
    margin: 0 72px 28px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
}

#DE-ClientStories .decs-modal__body {
    margin: 0;
    color: var(--decs-text);
    font-size: 18px;
    line-height: 27px;
}

#DE-ClientStories .decs-modal__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 0;
}

#DE-ClientStories .decs-modal__stat {
    padding-right: 20px;
    text-align: center;
}

#DE-ClientStories .decs-modal__stat + .decs-modal__stat {
    border-left: 1px solid rgba(0, 0, 0, 0.18);
    padding-left: 20px;
}

#DE-ClientStories .decs-modal__stat-value {
    margin: 0 0 8px;
    color: var(--decs-accent);
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -1px;
}

#DE-ClientStories .decs-modal__stat-label {
    margin: 0;
    color: #111111;
    font-size: 18px;
    line-height: 1.18;
}

@media (max-width: 980px) {
    #DE-ClientStories {
        --decs-inline-padding: 30px;
    }

    #DE-ClientStories .decs-heading {
        margin-bottom: 32px;
        font-size: clamp(38px, 10vw, 52px);
    }

    #DE-ClientStories .decs-card {
        padding: 26px 30px 24px;
    }

    #DE-ClientStories .decs-card__title {
        font-size: 24px;
    }

    #DE-ClientStories .decs-card__link {
        margin-top: 88px;
    }

    #DE-ClientStories .decs-modal {
        padding: 16px;
    }

    #DE-ClientStories .decs-modal__dialog {
        width: min(680px, calc(100vw - 32px));
        height: calc(100vh - 100px);
        max-height: calc(100vh - 100px);
        height: calc(100dvh - 100px);
        max-height: calc(100dvh - 100px);
        grid-template-rows: auto minmax(0, 1fr);
    }

    #DE-ClientStories .decs-modal__header {
        padding: 16px 16px 0;
    }

    #DE-ClientStories .decs-modal__scroll {
        grid-template-columns: 1fr;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        height: initial;
    }

    #DE-ClientStories .decs-modal__media {
        height: 260px;
        min-height: 260px;
        margin-top: -10px;
        flex-shrink: 0;
    }

    #DE-ClientStories .decs-modal__content {
        overflow: visible;
        max-height: none;
        flex: 0 0 auto;
        padding: 32px 22px 28px;
    }

    #DE-ClientStories .decs-modal__title {
        margin-right: 54px;
        font-size: 32px;
    }

    #DE-ClientStories .decs-modal__body {
        font-size: 18px;
    }

    #DE-ClientStories .decs-modal__stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #DE-ClientStories .decs-modal__stat,
    #DE-ClientStories .decs-modal__stat + .decs-modal__stat {
        border-left: 0;
        padding: 0;
    }

    #DE-ClientStories .decs-pips {
        gap: 22px;
    }

    #DE-ClientStories .decs-modal__close {
        border: none;
    }

    #DE-ClientStories .decs-modal__content:before {
        display: none;
    }

    /* #DE-ClientStories .decs-modal__content:after {
        display: none;
    } */
}

@media (max-width: 767px) {
    #DE-ClientStories {
        --decs-inline-padding: 15px;
    }

    #DE-ClientStoriesIntro {
        padding-bottom: 40px;
    }
}

@media (min-width: 1540px) {
    #DE-ClientStories {
        --decs-inline-padding: calc(((100vw - 1540px) / 2) + 30px);
    }
}

/* ---------------------
The AI advantage
--------------------- */

#DE-AiAdvantage {
    padding: 96px 0 112px;
    background: url("/content/dam/pwc/15/en/digital-edge/assets/images/TheAIAdvantage-BG.webp") center center / cover no-repeat;
    color: #ffffff;
    position: relative;
}

#DE-AiAdvantage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#DE-AiAdvantage .de-ai-shell {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#DE-AiAdvantage .de-ai-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-top: 60px;
}

#DE-AiAdvantage .de-ai-card {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(24, 24, 24, 0.68);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
}

#DE-AiAdvantage .de-ai-card:hover,
#DE-AiAdvantage .de-ai-card:focus-within {
    border-color: #a32020;
    background: rgba(24, 24, 24, 0.9);
}

#DE-AiAdvantage .de-ai-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#DE-AiAdvantage .de-ai-media {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

#DE-AiAdvantage .de-ai-svg-stage {
    width: 100%;
    max-width: 472px;
    aspect-ratio: 1030 / 583;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

#DE-AiAdvantage .de-ai-svg-stage svg {
    width: 100%;
    max-width: 472px;
    height: auto;
    max-height: 100%;
    display: block;
    overflow: visible;
}

#DE-AiAdvantage .de-ai-copy {
    flex: 1 1 auto;
    padding-top: 60px;
}

#DE-AiAdvantage .de-ai-copy h3 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    color: #fff !important;
}

#DE-AiAdvantage .de-ai-rule {
    width: 100px;
    height: 2px;
    margin: 28px 0 34px;
    background: #ffffff;
}

#DE-AiAdvantage .de-ai-copy p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    #DE-AiAdvantage {
        padding: 80px 0 88px;
    }

    #DE-AiAdvantage .de-ai-card {
        padding: 30px;
    }

    #DE-AiAdvantage .de-ai-copy {
        padding-top: 64px;
    }
}

@media (max-width: 1000px) {
    #DE-AiAdvantage .de-ai-card {
        padding: 40px 20px 20px;
    }

    #DE-AiAdvantage .de-ai-copy {
        padding-top: 50px;
    }

    #DE-AiAdvantage .de-ai-copy h3 {
        font-size: 24px;
        line-height: 32px;
    }

    #DE-AiAdvantage .de-ai-copy p {
        font-size: 16px;
        line-height: 24px;
    }

    #DE-AiAdvantage .de-ai-rule {
        margin: 20px 0 20px;
    }
}

@media (max-width: 767px) {
    #DE-AiAdvantage .de-ai-grid {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        margin-left: -15px;
        padding: 0px 15px;
        width: 100vw;
    }

    #DE-AiAdvantage .de-ai-grid::-webkit-scrollbar {
        display: none;
    }

    #DE-AiAdvantage .de-ai-card {
        width: 320px;
        flex: 0 0 320px;
        min-height: 0;
    }
}

/* ---------------------
Get in touch
--------------------- */

#DE-GetInTouch {
    padding: 56px 0 72px;
    background: #ffffff;
    color: #000000;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

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

#DE-GetInTouch .de-heading {
    margin: 0;
    font-family: Georgia, "Times New Roman", 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 {
    display: flex;
    align-items: center;
    gap: 30px;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

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

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

#DE-GetInTouch .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 {
    opacity: 1;
    transform: scale(1);
}

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

#DE-GetInTouch .de-copy {
    min-width: 0;
}

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

#DE-GetInTouch .de-card:hover .de-name,
#DE-GetInTouch .de-card:focus-visible .de-name {
    color: #a32020;
}

#DE-GetInTouch .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 {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-indent: -100px;
    margin-right: 5px;
}

#DE-GetInTouch .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 {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/images/de-icon-linkedin.svg);
}

#DE-GetInTouch .de-socials a.de-social-x:before {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/images/de-icon-x.svg);
}

#DE-GetInTouch .de-socials a.de-social-email:before {
    background-image: url(/content/dam/pwc/15/en/digital-edge/assets/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: 64px;
        row-gap: 40px;
    }

    #DE-GetInTouch .de-card {
        gap: 10px;
    }

    #DE-GetInTouch .de-grid {
        margin-top: 40px;
    }
}

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

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

/* ---------------------
Trends, challenges, opportunities
--------------------- */

/* #DE-TCO {
    position: relative;
    min-height: 100dvh;
    background: #000000;
    color: #ffffff;
    overflow: clip;
} */

#DE-TCO {
    position: relative;
    min-height: 100vh;
    background: #000000;
    color: #ffffff;
    overflow: clip;
}

#DE-TCO,
#DE-TCO * {
    box-sizing: border-box;
}

#DE-TCO .de-tco-intro {
    position: relative;
    z-index: 2;
    max-width: 1220px;
}

#DE-TCO .de-tco-title {
    margin: 0 0 40px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 4.8vw, 72px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.03em;
    color: #f8f8f8;
}

#DE-TCO .de-tco-copy {
    max-width: 1120px;
    margin: 0;
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.96);
}

/*#DE-TCO .de-tco-scroll {
    position: relative;
    height: 320dvh;
}*/

#DE-TCO .de-tco-scroll {
    position: relative;
    height: 320vh;
}

/*#DE-TCO .de-tco-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}*/

#DE-TCO .de-tco-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*#DE-TCO .de-tco-sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}*/

#DE-TCO .de-tco-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#DE-TCO .de-tco-sticky-inner {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 56px;
    height: 100%;
    padding-top: 80px;
}

#DE-TCO .de-tco-intro-wrap {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

#DE-TCO .de-tco-stage-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
}

#DE-TCO .de-tco-stage {
    position: relative;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#DE-TCO .de-tco-bg-layer,
#DE-TCO .de-tco-bg-shade,
#DE-TCO .de-tco-stage-inner {
    position: absolute;
    inset: 0;
}

#DE-TCO .de-tco-bg-layer {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0;
    transition: opacity 420ms ease;
    will-change: opacity;
}

#DE-TCO .de-tco-bg-layer.is-active {
    opacity: 1;
}

#DE-TCO .de-tco-bg-shade {
    background: linear-gradient(
        90deg,
        rgba(31, 31, 31, 0.04) 0%,
        rgba(31, 31, 31, 0.12) 32%,
        rgba(31, 31, 31, 0.2) 52%,
        rgba(31, 31, 31, 0.34) 100%
    );
    pointer-events: none;
}

#DE-TCO .de-tco-stage-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 64px 56px;
    z-index: 1;
}

#DE-TCO .de-tco-card {
    position: relative;
    width: min(100%, 690px);
    height: 400px;
    margin-left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 40px;
    padding: 50px;
    border: 1px solid rgba(181, 181, 181, 0.9);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

#DE-TCO .de-tco-panels {
    display: grid;
    align-items: start;
}

#DE-TCO .de-tco-panel {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition:
        opacity 320ms ease,
        transform 320ms ease,
        visibility 0s linear 320ms;
    pointer-events: none;
}

#DE-TCO .de-tco-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        opacity 320ms ease,
        transform 320ms ease,
        visibility 0s linear 0s;
}

#DE-TCO .de-tco-panel-title {
    margin: 0 0 28px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #ffffff;
}

#DE-TCO .de-tco-panel-body {
    max-width: 620px;
    margin: 0;
    font-size: 20px;
    line-height: 1.52;
    color: rgba(255, 255, 255, 0.82);
}

#DE-TCO .de-tco-progress {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-items: center;
    align-items: center;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    padding: 0;
}

#DE-TCO .de-tco-progress-line {
    position: relative;
    flex: 1 1 0;
    width: 3px;
    min-height: 0;
    background: #666666;
    border-radius: 999px;
    overflow: hidden;
}

#DE-TCO .de-tco-progress-fill {
    position: absolute;
    inset: 0;
    background: #ffffff;
    transform-origin: top center;
    transform: scaleY(0);
    will-change: transform;
}

@media (max-width: 1199px) {
    #DE-TCO .de-tco-sticky-inner {
        gap: 40px;
        padding-top: 64px;
    }

    #DE-TCO .de-tco-stage-inner {
        padding: 0 48px 40px;
    }

    #DE-TCO .de-tco-card {
        width: min(100%, 690px);
    }
}

@media (max-width: 900px) {
    #DE-TCO {
        padding-top: 56px;
    }

    #DE-TCO .de-tco-scroll {
        height: 300vh;
    }

    #DE-TCO .de-tco-sticky-inner {
        gap: 28px;
        padding-top: 0;
    }

    #DE-TCO .de-tco-title {
        margin-bottom: 24px;
        font-size: clamp(40px, 11vw, 56px);
    }

    #DE-TCO .de-tco-copy {
        font-size: 20px;
    }

    #DE-TCO .de-tco-stage-inner {
        justify-content: center;
    }

    #DE-TCO .de-tco-card {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 20px;
        gap: 20px;
        padding: 28px 24px;
    }

    #DE-TCO .de-tco-panel-title {
        margin-bottom: 20px;
        font-size: clamp(36px, 9vw, 48px);
    }

    #DE-TCO .de-tco-panel-body {
        font-size: 18px;
        line-height: 1.5;
    }

    #DE-TCO .de-tco-progress {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    #DE-TCO .de-tco-stage-inner {
        padding: 0 15px 24px;
    }
}

@media (max-width: 767px) {
    #DE-TCO .de-tco-card {
        background: rgba(0, 0, 0, 0.6);
    }

    #DE-TCO .de-tco-panel-title {
        font-size: 32px;
    }

    #DE-TCO .de-tco-panel-body {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    #DE-TCO .de-tco-card {
        height: 310px;
        max-height: 310px;
        overflow: hidden;
    }

    #DE-TCO .de-tco-panels {
        min-height: 0;
    }

    #DE-TCO .de-tco-panel {
        min-height: 0;
    }

    #DE-TCO .de-tco-panel.is-active {
        min-height: 0;
        overflow-y: auto;
    }

    #DE-TCO .de-tco-progress {
        min-height: 0;
        gap: 8px;
        padding: 2px 0;
    }

    #DE-TCO .de-tco-progress-line {
        min-height: 80px;
    }

    #DE-TCO .de-tco-bg-layer {
        background-position: center center;
    }
}

/* ---------------------
Mini avatar
--------------------- */

.ask-edge-widget {
    --ask-edge-right: 24px;
    --ask-edge-top: 108px;
    --ask-edge-bottom: 20px;
    --ask-edge-avatar-size: 100px;
    --ask-edge-bubble-width: 100px;
    --ask-edge-bubble-height: 50px;
    --ask-edge-gap: 14px;
    position: fixed;
    right: 10px;
    top: var(--ask-edge-top);
    z-index: 1400;
    display: flex;
    align-items: center;
    gap: var(--ask-edge-gap);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(36px, 0, 0) scale(0.94);
    transition:
        opacity 640ms ease,
        transform 840ms cubic-bezier(0.22, 1, 0.36, 1),
        right 640ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity, right;
}

.ask-edge-widget.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.ask-edge-widget.is-resting {
    right: calc(10px - (var(--ask-edge-bubble-width) + var(--ask-edge-gap)));
}

.ask-edge-widget.is-resting .ask-edge-bubble {
    opacity: 0;
    transform: translateX(18px) translateY(-30px) scale(0.94);
    pointer-events: none;
}

.ask-edge-widget.is-resting .ask-edge-avatar {
    transform: scale(0.98);
}

.ask-edge-widget.is-breathing .ask-edge-avatar::after {
    animation: ask-edge-glow 5.4s ease-in-out infinite;
}

.ask-edge-trigger {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: var(--ask-edge-gap);
}

.ask-edge-avatar {
    position: relative;
    width: var(--ask-edge-avatar-size);
    height: var(--ask-edge-avatar-size);
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    background: #070707;
    box-shadow:
        0 0 0 1px rgba(255, 182, 212, 0.32),
        0 18px 42px rgba(0, 0, 0, 0.34),
        0 0 38px rgba(255, 164, 200, 0.18);
    transition: transform 320ms ease;
}

.ask-edge-avatar::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 210, 228, 0.32), transparent 42%),
        radial-gradient(circle at 68% 72%, rgba(255, 120, 170, 0.18), transparent 38%);
    opacity: 0.9;
    pointer-events: none;
}

.ask-edge-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ask-edge-bubble {
    width: var(--ask-edge-bubble-width);
    min-width: var(--ask-edge-bubble-width);
    height: var(--ask-edge-bubble-height);
    border-radius: 10px 10px 10px 0;
    background: #333;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "PwC Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    transition:
        opacity 480ms ease,
        transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(-30px);
    white-space: nowrap;
}

.ask-edge-trigger:focus-visible {
    outline: none;
}

.ask-edge-trigger:focus-visible .ask-edge-avatar,
.ask-edge-trigger:focus-visible .ask-edge-bubble {
    outline: 2px solid rgba(255, 215, 231, 0.88);
    outline-offset: 3px;
}

@keyframes ask-edge-glow {
    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@media (max-width: 767px) {
    .ask-edge-widget {
        --ask-edge-right: 14px;
        --ask-edge-avatar-size: 72px;
        --ask-edge-bubble-width: 92px;
        --ask-edge-bubble-height: 44px;
        --ask-edge-gap: 10px;
        top: auto;
        bottom: calc(env(safe-area-inset-bottom, 0px) + var(--ask-edge-bottom));
        right: 10px;
        transform: translate3d(0, 22px, 0) scale(0.94);
    }

    .ask-edge-widget.is-visible {
        transform: translate3d(0, 0, 0) scale(1);
    }

    .ask-edge-widget.is-resting .ask-edge-avatar {
        transform: scale(0.98);
    }

    .ask-edge-bubble {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ask-edge-widget,
    .ask-edge-bubble,
    .ask-edge-avatar {
        transition-duration: 1ms !important;
    }

    .ask-edge-widget.is-breathing .ask-edge-avatar::after {
        animation: none !important;
    }
}

/* ---------------------
Scroll reveals
--------------------- */

html.de-reveal-ready .de-reveal {
    opacity: 0;
    transform: translateY(var(--de-reveal-distance-y, 30px));
    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;
}

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

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

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

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

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

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

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

@media (max-width: 599px) {
    html.de-reveal-ready .de-reveal.de-reveal-delay-1,
    html.de-reveal-ready .de-reveal.de-reveal-delay-2,
    html.de-reveal-ready .de-reveal.de-reveal-delay-3,
    html.de-reveal-ready .de-reveal.de-reveal-delay-4,
    html.de-reveal-ready .de-reveal.de-reveal-delay-5,
    html.de-reveal-ready .de-reveal.de-reveal-delay-6 {
        transition-delay: 0ms;
    }
}

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