.flex-layout.athlete_swiper-layout {
    background: var(--tpa-gradient);
    border-radius: var(--border-radius-layout);
    margin-top: max(-2rem, calc(-2 * var(--su)));

    position: relative;
    z-index: 5;
    color: var(--color-white);
}

.flex-layout.athlete_swiper-layout .pk-row {
    padding-block: max(3.75rem, calc(6.25 * var(--su))) max(3.5rem, calc(4.25 * var(--su)));
}

.flex-layout.athlete_swiper-layout .athlete_swiper_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: max(1.5rem, calc(1.5 * var(--su)));
    margin-bottom: max(2.5rem, calc(3.75 * var(--su)));
}

.flex-layout.athlete_swiper-layout .athlete_swiper_intro {
    width: 45%;
}

.flex-layout.athlete_swiper-layout .athlete_swiper_intro .pk-subtitle,
.flex-layout.athlete_swiper-layout .athlete_swiper_intro .pk-heading,
.flex-layout.athlete_swiper-layout .athlete_swiper_intro .pk-heading * {
    color: var(--color-white);
}

.flex-layout.athlete_swiper-layout .athlete_swiper_intro .pk-heading {
    margin-bottom: max(1.5rem, calc(2.5 * var(--su)));
}

.flex-layout.athlete_swiper-layout .athlete_swiper_text {
    margin-bottom: 0;
}

.flex-layout.athlete_swiper-layout .athlete_swiper_nav {
    flex-shrink: 0;
}

.flex-layout.athlete_swiper-layout .swiper.athlete_swiper {
    margin: 0;
    overflow: visible;
}

@media screen and (max-width: 992px) {
    .flex-layout.athlete_swiper-layout .athlete_swiper_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .flex-layout.athlete_swiper-layout .athlete_swiper_intro {
        width: 100%;
    }
}