.management-page h1.title {
    font-size: var(--font-size-48);
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    text-align: center;
    margin: 0;
}

.management-ribbon-full {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50.6vw);
    overflow-x: hidden;
    overflow-y: hidden;
}

.management-ribbon.carousel {
    --slide-width: clamp(220px, 33.333vw, 1500px);
    --slide-height: calc(var(--slide-width) * 0.8);

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 50vw);
    height: var(--slide-height);

    perspective: clamp(1800px, 140vw, 5200px);
    transform-style: preserve-3d;
    overflow: visible;
    touch-action: none;
    cursor: grab;
    pointer-events: none;
    background: #fff;
    clip-path: polygon(
        91.624% 5.393%, 90.928% 6.456%, 90.194% 7.486%, 89.424% 8.481%, 88.621% 9.442%, 87.787% 10.37%, 86.925% 11.264%, 86.036% 12.126%, 85.122% 12.955%, 84.186% 13.752%, 83.229% 14.517%, 82.253% 15.251%, 81.259% 15.954%, 80.249% 16.628%, 79.223% 17.272%, 78.184% 17.886%, 77.133% 18.472%, 76.07% 19.03%, 74.996% 19.561%, 73.913% 20.064%, 72.82% 20.541%, 71.72% 20.991%, 70.613% 21.416%, 69.498% 21.815%, 68.378% 22.189%, 67.252% 22.539%, 66.122% 22.864%, 64.987% 23.166%, 63.848% 23.444%, 62.705% 23.698%, 61.56% 23.93%, 60.411% 24.139%, 59.26% 24.325%, 58.107% 24.489%, 56.952% 24.63%, 55.796% 24.75%, 54.638% 24.847%, 53.479% 24.923%, 52.32% 24.977%, 51.16% 25.01%, 50% 25.021%, 48.84% 25.01%, 47.68% 24.977%, 46.521% 24.923%, 45.362% 24.847%, 44.204% 24.75%, 43.048% 24.63%, 41.893% 24.489%, 40.74% 24.325%, 39.589% 24.139%, 38.44% 23.93%, 37.295% 23.698%, 36.152% 23.444%, 35.013% 23.166%, 33.878% 22.864%, 32.748% 22.539%, 31.622% 22.189%, 30.502% 21.815%, 29.387% 21.416%, 28.28% 20.991%, 27.18% 20.541%, 26.087% 20.064%, 25.004% 19.561%, 23.93% 19.03%, 22.867% 18.472%, 21.816% 17.886%, 20.777% 17.272%, 19.751% 16.628%, 18.741% 15.954%, 17.747% 15.251%, 16.771% 14.517%, 15.814% 13.752%, 14.878% 12.955%, 13.964% 12.126%, 13.075% 11.264%, 12.213% 10.37%, 11.379% 9.442%, 10.576% 8.481%, 9.806% 7.486%, 9.072% 6.456%, 8.376% 5.393%, 8.376% 94.607%, 9.072% 93.544%, 9.806% 92.514%, 10.576% 91.519%, 11.379% 90.558%, 12.213% 89.63%, 13.075% 88.736%, 13.964% 87.874%, 14.878% 87.045%, 15.814% 86.248%, 16.771% 85.483%, 17.747% 84.749%, 18.741% 84.046%, 19.751% 83.372%, 20.777% 82.728%, 21.816% 82.114%, 22.867% 81.528%, 23.93% 80.97%, 25.004% 80.439%, 26.087% 79.936%, 27.18% 79.459%, 28.28% 79.009%, 29.387% 78.584%, 30.502% 78.185%, 31.622% 77.811%, 32.748% 77.461%, 33.878% 77.136%, 35.013% 76.834%, 36.152% 76.556%, 37.295% 76.302%, 38.44% 76.07%, 39.589% 75.861%, 40.74% 75.675%, 41.893% 75.511%, 43.048% 75.37%, 44.204% 75.25%, 45.362% 75.153%, 46.521% 75.077%, 47.68% 75.023%, 48.84% 74.99%, 50% 74.979%, 51.16% 74.99%, 52.32% 75.023%, 53.479% 75.077%, 54.638% 75.153%, 55.796% 75.25%, 56.952% 75.37%, 58.107% 75.511%, 59.26% 75.675%, 60.411% 75.861%, 61.56% 76.07%, 62.705% 76.302%, 63.848% 76.556%, 64.987% 76.834%, 66.122% 77.136%, 67.252% 77.461%, 68.378% 77.811%, 69.498% 78.185%, 70.613% 78.584%, 71.72% 79.009%, 72.82% 79.459%, 73.913% 79.936%, 74.996% 80.439%, 76.07% 80.97%, 77.133% 81.528%, 78.184% 82.114%, 79.223% 82.728%, 80.249% 83.372%, 81.259% 84.046%, 82.253% 84.749%, 83.229% 85.483%, 84.186% 86.248%, 85.122% 87.045%, 86.036% 87.874%, 86.925% 88.736%, 87.787% 89.63%, 88.621% 90.558%, 89.424% 91.519%, 90.194% 92.514%, 90.928% 93.544%, 91.624% 94.607%
    );

    opacity: 0;
    transition: opacity 0.25s linear;
}

.management-ribbon.carousel.ready {
    opacity: 1;
}

.management-ribbon.carousel.dragging {
    cursor: grabbing;
}

.management-ribbon .cylinder-track {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    will-change: transform;
}

.management-ribbon .slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--slide-width);
    height: var(--slide-height);
    overflow: visible;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: none;
}

.management-ribbon .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    background: #fff;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 900px) {
    .management-ribbon.carousel {
        --slide-width: min(48vw, 260px);
        --slide-height: min(41.2vw, 220px);
        perspective: 1800px;
    }


.management-ribbon-full {
    margin-left: calc(50% - 50vw);
}

}

@media (max-width: 748px) {
    .management-page h1.title {
        font-size: var(--font-size-32);
    }


.management-ribbon.carousel {
    --slide-width: clamp(200px, 33.333vw, 1500px);
    --slide-height: calc(var(--slide-width) * 0.9);


clip-path: polygon(
    92% 10%, 90% 12%, 87% 14%, 83% 16%, 78% 18%, 72% 20%, 65% 22%, 58% 22.5%, 50% 23%,
    42% 23%, 35% 22%, 28% 20%, 22% 18%, 17% 16%, 13% 14%, 10% 12%, 8% 10%,

    8% 90%, 10% 88%, 13% 86%, 17% 84%, 22% 82%, 28% 80%, 35% 78%, 42% 77.5%, 50% 77%,
    58% 77.5%, 65% 78%, 72% 80%, 78% 82%, 83% 84%, 87% 86%, 90% 88%, 92% 90%
);

}



}
