.section-profile-split {
    margin: 180px 0 80px 0;
}
.section-profile-split .container {
    max-width: 1034px !important;
    display: flex;
    justify-content: space-between;
    padding: 0 var(--zds-space-4) !important;
}

.section-profile-split--v2 .container {
    max-width: var(--zds-container-max-width) !important;
    gap: var(--zds-space-8);
}

.section-profile-split.image-left.section-profile-split--v2,
.section-profile-split.section-profile-split--v2 {
    margin-bottom: var(--zds-space-24);
}

@media screen and (min-width: 769px) {
    .section-profile-split.section-profile-split--v2 {
        margin-top: 0;
    }
}

.section-profile-split.image-left .container {
    flex-direction: row-reverse;
}

.section-profile-split .profile-split-left {
    max-width: 437px;
    width: 100%;
}

.section-profile-split--v2 .profile-split-left {
    max-width: 501px;
}

.section-profile-split .profile-split-right {
    max-width: 517px;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 356px;
}

.section-profile-split--v2 .profile-split-right.is-file .profile-split-poster::before {
    content: '';
    position: absolute;
    width: 574.01px;
    height: 527.36px;
    left: calc(50% - 574.01px / 2 - 0.5px);
    top: 14.54px;
    background: radial-gradient(50% 50% at 50% 50%, var(--zds-color-mint) 0%, rgba(92, 207, 154, 0.15) 66%, rgba(21, 43, 38, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

.section-profile-split--v2 .profile-split-right.is-file .profile-split-poster > img {
    position: relative;
    z-index: 1;
}

.section-profile-split--v2 .profile-split-right.is-file::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--zds-overlay-deep-green-20);
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 3;
}

.section-profile-split--v2 .profile-split-right.is-file:hover::after {
    opacity: 0;
}

.section-profile-split--v2 .profile-split-right {
    max-width: 715px;
    aspect-ratio: 715/407;
}

.profile-split-video-embed iframe {
    width: 100%;
    display: block;
}

.profile-split-video {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.profile-split-poster {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}

.section-profile-split--v2 .profile-split-poster {
        background: var(--zds-color-dark-green);
}
.section-profile-split--v2 .profile-split-poster:hover {
        background: var(--zds-color-dark-green);
}

.profile-split-poster > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.play-icon {
    width: 64px;
    height: 64px;
    background: url('../../icons/pb-default.svg') no-repeat center / contain;
    cursor: pointer;
    transition: background-image 0.3s ease, transform 0.3s ease;
}

.profile-split-poster:hover .play-icon {
    background-image: url('../../icons/pb-hover.svg');
    transform: scale(1.1);
}

.play-icon:active {
    background-image: url('../../icons/pb-click.svg');
    transform: scale(0.95);
}

.play-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 4px;
    background: rgba(92, 207, 154, 0.20);
    padding: 6px 5px;
    color: #5CCF9A;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    color: #FFFBED;
    position: absolute;
    bottom: -100px;
}

.profile-split-poster:hover .play-label {
    opacity: 1;
}

.profile-split-poster::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 25, 22, 0.50) 0%, rgba(13, 25, 22, 0.50) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.profile-split-poster:hover::after {
    opacity: 1;
}
.section-profile-split--v2 .profile-split-poster:hover::after {
    opacity: 0;
}

.profile-split-poster:hover > img:first-child {
    transform: scale(1.1);
    box-shadow: 0 0 8px 0 rgba(85, 237, 166, 0.40);
}

.profile-split-poster:hover .zds-media-btn-green {
    --zds-media-btn-border: var(--zds-media-btn-border-green-active);
    --zds-media-btn-ring: var(--zds-media-btn-border-green-active);
}

.profile-split-poster:hover .zds-media-btn-green .zds-media-btn-clip::after {
    box-shadow: var(--zds-media-btn-shadow-yellow-hover);
}

.profile-split-poster.is-playing > img,
.profile-split-poster.is-playing .play-wrapper {
    opacity: 0;
    pointer-events: none;
}

.section-profile-split .profile-split-name {
    font-size: 56px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 130% !important;
    margin: 0;
}

.section-profile-split .profile-split-expert {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* profile-split-expert also carries the shared .zds-badge class (added to
   line up the v2 dot with the rest of the design system's badges) but is
   NOT an eyebrow label — isolate it from .zds-badge's shared rules
   (zds-v1.css section 6.5) so its own gap/typography/dot behavior is
   unaffected. In the default design the dot comes from an inline SVG, not
   this pseudo-element, so it stays suppressed outside --v2. */
.section-profile-split .profile-split-expert.zds-badge {
    flex-direction: row;
    gap: 7px;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    color: inherit;
}

.section-profile-split .profile-split-expert.zds-badge::before {
    content: none;
}

.section-profile-split .profile-split-subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    color: #94928A;
}

.section-profile-split--v2 {
    .profile-split-expert {
        justify-content: left;
        gap: var(--zds-space-4);
    }
    .profile-split-expert.zds-badge {
        gap: var(--zds-space-4);
    }
    .profile-split-expert.zds-badge::before {
        content: "";
        width: var(--zds-space-3);
        height: var(--zds-space-3);
        background: var(--zds-color-mint);
        border-radius: var(--zds-radius-xs);
    }
}

.section-profile-split .profile-split-content {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    color: #FFFBED;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-profile-split .profile-split-content p strong {
    margin: 8px 0;
    display: inline-block;
    font-weight: 600;
}

.section-superpowers .superpowers-title {
    text-align: center;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120% !important;
    margin-bottom: 40px;
}

.superpowers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}
@media screen and (max-width: 1024px) {
    .superpowers-grid {
        justify-content: center;
    }

    .section-profile-split.section-profile-split--v2 .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-profile-split--v2 .profile-split-left,
    .section-profile-split--v2 .profile-split-right {
        display: flex;
        flex-direction: column;
        gap: var(--zds-space-3);
    }

    .section-profile-split--v2 {
        .profile-split-name {
            text-align: left;
            font-size: var(--zds-heading-size-mobile-sm) !important;
        }
        .profile-split-expert {
            justify-content: left;
            gap: 6px;
        }
        .profile-split-expert.zds-badge {
            gap: 6px;
        }
        .profile-split-expert.zds-badge::before {
                width: 10px;
                height: 10px;
        }
        .profile-split-subtitle {
            text-align: left;
            font-family: var(--zds-font-family-base);
            font-size: var(--zds-body-size-small);
        }
        .profile-split-content {
            text-align: left;
            font-family: var(--zds-font-family-base);
            margin-top: 0;
        }
    }

    .section-profile-split.section-profile-split--v2 .profile-split-poster > img {
        object-fit: contain;
    }
}

.section-superpowers .container {
    max-width: 1070px !important;
}

.section-superpowers--v2 .container {
    max-width: var(--zds-container-max-width) !important;
}

.section-superpowers--v2 .superpowers-grid {
    justify-content: center;
    gap: var(--zds-space-6) 37px;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card {
    padding: 28px 17px;
    justify-content: space-between;
    gap: 26px;
    background: var(--zds-color-panel-green-default);
    box-shadow: none;
    backdrop-filter: none;
    height: 212px;
    transform-origin: center;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: var(--zds-radius-lg);
    padding: 0;
    mask: none;
    -webkit-mask: none;
    -webkit-mask-composite: unset;
    mask-composite: unset;
    background: var(--zds-glass-card-bg-neutral);
    box-shadow: var(--zds-glass-inner-shadow);
    backdrop-filter: blur(var(--zds-glass-blur));
    pointer-events: none;
    z-index: 1;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--zds-radius-lg);
    padding: 3px;
    background: var(--zds-glass-card-border-neutral);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover {
    transform: scale(1.025);
    background: var(--zds-color-panel-green-default);
    box-shadow: none;
    backdrop-filter: none;
    padding: 24px 11px;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover::before {
    background: var(--zds-glass-card-bg-mint-light);
    box-shadow: var(--zds-glass-inner-shadow);
    backdrop-filter: blur(33.37px);
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover::after {
    background: var(--zds-glass-card-border-mint);
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover .superpowers-card-icon {
    transform: scale(1.0488);
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover .superpowers-card-icon img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(51%) saturate(511%) hue-rotate(76deg) brightness(86%) contrast(87%);
}

.section-superpowers--v2 .superpowers-grid .superpowers-card:hover .superpowers-card-text {
    transform: scale3d(1.0298, 1.0298, 1);
}

.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-text,
.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-text p {
    color: var(--zds-color-cream);
    transform: scale3d(1, 1, 1);
    transform-origin: center;
    transition: transform .45s ease-in-out;
    will-change: transform;
    backface-visibility: hidden;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-icon,
.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-text {
    position: relative;
    z-index: 2;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-icon {
    width: var(--zds-space-20);
    height: var(--zds-space-20);
    min-height: var(--zds-space-20);
    margin-bottom: 0;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform-origin: center;
    transition: transform .3s ease;
}

.section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-icon img {
    width: auto;
    height: auto;
    transition: filter .3s ease;
}

.superpowers-grid .superpowers-card {
    border-radius: 12px;
    padding: 32px 18px 24px 18px;
    max-width: 320px;
    width: 100%;
    position: relative;
    transition: .3s all;
    background: rgba(77, 77, 77, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(17.5px);
    min-height: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-superpowers {
    margin-bottom: 180px;
}

.section-superpowers.section-superpowers--v2 {
    margin-bottom: 0;
}

.superpowers-grid .superpowers-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1.5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .03) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    transition: .3s all;
}

.superpowers-grid .superpowers-card:hover img {
    filter: invert(57%) sepia(65%) saturate(415%) hue-rotate(101deg) brightness(100%) contrast(91%);
}

.superpowers-grid .superpowers-card:hover {
    transform: scale(1.1);
    background: rgba(92, 207, 154, 0.03);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(17.5px);
}

.superpowers-grid .superpowers-card:focus {
    background: rgba(92, 207, 154, 0.06);
}

.superpowers-grid .superpowers-card:hover::before {
    background: linear-gradient(135deg, rgb(97 255 199 / 25%) 0%, rgba(255, 255, 255, .03) 100%);
}

.superpowers-grid .superpowers-card .superpowers-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    min-height: 80px;
}

.superpowers-grid .superpowers-card .superpowers-card-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    color: #fff;
    text-align: center;
}

.superpowers-grid .superpowers-card .superpowers-card-text p {
    color: #FFFBED;
}

@media screen and (max-width: 768px) {
    .section-profile-split .container {
        gap: 0;
    }

    .section-superpowers .superpowers-title {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
        font-size: 24px !important;
    }

    .section-superpowers--v2 .superpowers-title {
        margin-bottom: var(--zds-space-8);
    }

    .superpowers-grid .superpowers-card .superpowers-card-text {
        display: block;
        gap: 4px;
        display: ruby;

        p {
            text-align: left !important;
            margin-right: 4px;
        }
    }

    .section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-text p {
        margin-right: 0;
    }

    .block-title-text--v2 .zds-container {
        flex-wrap: wrap;
    }

     .section-profile-split.section-profile-split--v2 .profile-split-poster > img {
        object-fit: contain;
    }
}

.section-security {
    background: #152B26;
    padding: 40px 0;
}

.section-security .button-dark-bg {
    margin: auto;
    margin-top: 32px;
}

.section-security .security-title {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120% !important;
    text-align: center;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .section-security .security-title {
        /* max-width: 200px; */
        margin: auto;
        margin-bottom: 8px;
    }

    .superpowers-grid .superpowers-card:hover {
        transform: scale(1);
    }

    .Team .custom-header {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .section-security .security-title {
        max-width: max-content;
    }
}

.section-security .security-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    color: #E3DECE;
    text-align: center;
}

.section-security .security-text p br {
    display: none;
}

.section-security .security-title br {
    display: none;
}

@media screen and (max-width: 768px) {
    .section-security .security-text p br {
        display: block;
    }

    .section-security .security-title br {
        display: block;
    }
}

.block-title-text {
    margin-top: 180px;
    margin-bottom: 120px;
}

.block-title-text--v2 {
    margin-top: var(--zds-space-40);
    margin-bottom: var(--zds-space-16);
}

.block-title-text .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.block-title-text--v2 .zds-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--zds-space-4);
    flex-wrap: wrap;
}

.block-title-text--v2 .block-title-text-badge {
    margin-bottom: var(--zds-space-4);
}

.block-title-text .block-title {
    max-width: 501px;
    font-size: 42px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120% !important;
    margin: 0;
    width: 100%;
}

.block-title-text .block-text {
    max-width: 667px;
    width: 100%;
}

.block-title-text.block-title-text--v2 .block-text {
    max-width: 616px;
}

.block-title-text .block-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    color: #E3DECE;
}

.profile-split-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.profile-split-popup.is-open {
    opacity: 1;
    pointer-events: auto;
}

.profile-split-popup-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.profile-split-popup-inner {
    position: relative;
    width: min(1280px, 90vw, 160vh);
    aspect-ratio: 16 / 9;
    background-color: var(--zds-color-dark-green);
    border-radius: 12px;
    overflow: hidden;
}

.profile-split-popup-video {
    width: 100%;
    height: 100%;
}

.profile-split-popup-video iframe,
.profile-split-popup-video video {
    width: 100%;
    height: 100%;
    border: none;
}

.profile-split-popup-hover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.profile-split-popup.is-playing .profile-split-popup-inner:hover .profile-split-popup-hover {
    opacity: 1;
    pointer-events: auto;
}

.profile-split-popup-hover-bg {
    position: absolute;
    inset: 0;
    background: rgba(21, 43, 38, 0.60);
}

.profile-split-popup-hover-pause {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.profile-split-popup-hover-pause:hover {
    transform: scale(1.1);
}

.profile-split-popup-hover-pause:active {
    transform: scale(0.95);
}

.pause-icon {
    width: 64px;
    height: 64px;
    background: url('../../icons/pause.svg') no-repeat center / contain;
    transition: background-image 0.3s ease;
}

.pause-icon:hover {
    background-image: url('../../icons/pause-hover.svg');
}

.profile-split-popup-ended {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    visibility: hidden;
    pointer-events: none;
    background: var(--zds-color-dark-green);
}

.profile-split-popup-ended::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 50% at 50% 50%, var(--zds-color-mint) 0%, rgba(92, 207, 154, 0.15) 66%, rgba(21, 43, 38, 0) 100%);
    z-index: -1;
}

.profile-split-popup-ended-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.profile-split-popup-ended-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 25, 22, 0.50) 0%, rgba(13, 25, 22, 0.50) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.profile-split-popup-ended.is-visible {
    visibility: visible;
    pointer-events: auto;
    box-shadow: 0 0 20px 0 rgba(85, 237, 166, 0.20);
    border-radius: 16px;
}

.profile-split-popup-ended.is-visible .profile-split-popup-ended-overlay {
    opacity: 1;
}

.profile-split-popup-ended-play {
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.profile-split-popup-ended.is-visible .profile-split-popup-ended-play {
    opacity: 1;
}

.profile-split-popup-ended-play:hover {
    transform: scale(1.1);
}

.profile-split-popup-ended-play:active {
    transform: scale(0.95);
}

.play-poster-icon {
    width: 64px;
    height: 64px;
    background: url('../../icons/play-poster.svg') no-repeat center / contain;
    transition: background-image 0.3s ease;
}

.profile-split-popup-ended-play:hover .play-poster-icon {
    background-image: url('../../icons/play-poster-hover.svg');
}

.profile-split-popup-link {
    position: absolute;
    bottom: 52px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5CCF9A;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    opacity: 0;
    transition: border-color 0.3s ease, opacity 0.3s ease;
    padding-bottom: 5px;
}

.profile-split-popup-ended.is-visible .profile-split-popup-link {
    opacity: 1;
}

.profile-split-popup-link:hover {
    border-bottom-color: #55EDA6;
    color: #5ccf9a;
}

@media screen and (max-width: 1024px) {
    .section-profile-split .container {
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
    .block-title-text .block-text p {
        text-align: left;
    }

    .block-title-text.block-title-text--v2 .block-text p {
        font-family: var(--zds-font-family-base) !important;
        font-style: normal !important;
        font-weight: var(--zds-font-weight-light) !important;
        font-size: 15px !important;
        line-height: 19px !important;
        color: #B4AE9D !important;
    }
    .section-profile-split .container {
        gap: 0px;
    }
    .section-profile-split .profile-split-expert {
        justify-content: center;
    }
    .superpowers-grid {
        gap: 16px;
    }
    
    .section-superpowers--v2 .superpowers-grid {
        gap: var(--zds-space-5);
    }

    .section-profile-split.image-left .container {
        flex-direction: column;
    }

    .section-profile-split .container {
        justify-content: center;
        align-items: center;
    }

    .section-superpowers {
        margin-bottom: 80px;
    }

    .section-superpowers.section-superpowers--v2 {
        margin-bottom: 0;
    }
    
    .section-profile-split {
        margin: 80px 0;
        margin-bottom: 56px;

        .container {
            flex-direction: column;
            padding: 0 16px !important;
        }

        .profile-split-name {
            font-size: 42px !important;
            text-align: center;
            line-height: 120% !important;
        }

        .profile-split-subtitle {
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 145%;
        }

        .profile-split-content {
            margin-bottom: 24px;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 145%;
            display: flex;
            flex-direction: column;
            gap: 8px;
            p {
                width: 99%;
                margin: auto;
                br {
                    display: none;
                }

                strong {
                    display: block;
                }
            }
        }

        .profile-split-right {
            border-radius: 12px;
            overflow: hidden;
            height: 356px;
        }

    }

    .section-profile-split.section-profile-split--v2,
    .section-profile-split.image-left.section-profile-split--v2 {
        margin-top: 0;
        margin-bottom: var(--zds-space-12);
    }

    .section-profile-split--v2 .container,
    .section-profile-split.section-profile-split--v2 .container,
    .section-profile-split.image-left.section-profile-split--v2 .container {
        flex-direction: column;
        gap: var(--zds-space-6);
    }

    .section-profile-split--v2 .profile-split-right {
        order: -1;
    }

    .section-profile-split--v2 .profile-split-left,
    .section-profile-split--v2 .profile-split-right {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: var(--zds-space-3);
    }

    .section-profile-split--v2 {
        .profile-split-name {
            text-align: left;
            font-size: var(--zds-heading-size-mobile-sm) !important;
        }
        .profile-split-expert {
            justify-content: left;
            gap: 6px;
        }
        .profile-split-expert.zds-badge {
            gap: 6px;
        }
        .profile-split-expert.zds-badge::before {
                width: 10px;
                height: 10px;
        }
        .profile-split-subtitle {
            text-align: left;
            font-family: var(--zds-font-family-base);
            font-size: var(--zds-body-size-small);
        }
        .profile-split-content {
            text-align: left;
            font-family: var(--zds-font-family-base);
            margin-top: 0;
        }
    }

    .section-profile-split--v2 .profile-split-right.is-file {
        height: auto;
        min-height: 200px;
        aspect-ratio: 359 / 200;
    }

    .section-profile-split--v2 .profile-split-content {
        margin-bottom: 0;
    }

    .section-security {
        padding: 32px 0;
    }

    .section-superpowers {
        .container {
            padding: 0 16px !important;
        }

        .superpowers-grid .superpowers-card {
            display: flex;
            padding: 40px 16px;
            gap: 16px;
            max-width: 100%;
            align-items: center;
            flex-direction: row;
            min-height: 160px;
            justify-content: flex-start;
        }

        .superpowers-card-icon {
            max-width: 80px;
            width: 100%;
            margin: 0;
            margin-bottom: 0 !important;
        }

        .superpowers-card-text {
            text-align: left !important;
        }

        .superpowers-card-text p {
            color: #FFFBED;
        }
    }

    .section-security {
        .container {
            padding: 0 16px !important;
        }

        .security-title {
            font-size: 32px !important;
            font-style: normal;
            font-weight: 700;
        }

        .cta-banner-btn {
            max-width: 326px !important;
            width: 100%;
            font-family: 'Axiforma';
            height: fit-content !important;
            padding: 10px 32px 7px 32px !important;
        }
    }

    .block-title-text {
        margin-top: 80px;
        margin-bottom: 24px;

        .container {
            flex-direction: column;
            padding: 0 16px !important;
            align-items: flex-start;
            text-align: center;
        }

        .block-title {
            font-size: 32px !important;
            font-style: normal;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: left;
        }
    }

    .section-superpowers--v2 .superpowers-grid .superpowers-card {
        height: 112px;
        min-height: 112px;
        padding: var(--zds-space-4);
        gap: var(--zds-space-6);
    }

    .section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-superpowers--v2 .superpowers-grid .superpowers-card .superpowers-card-icon img {
        width: var(--zds-space-16);
        height: var(--zds-space-16);
    }

    .block-title-text.block-title-text--v2 {
        margin-bottom: var(--zds-space-10);

        h2.block-title {
            font-family: var(--zds-font-family-heading) !important;
            font-style: normal !important;
            font-weight: var(--zds-font-weight-bold) !important;
            font-size: var(--zds-heading-size-mobile-sm) !important;
            line-height: var(--zds-heading-line-height) !important;
            color: var(--zds-color-cream) !important;
            margin-bottom: var(--zds-space-6);
        }

        .block-title-text-badge {
            margin-bottom: var(--zds-space-4);
        }
    }
}

@media screen and (max-width: 400px) {
    .section-superpowers--v2 .superpowers-grid .superpowers-card {
        padding-right: 14px;
    }

}
