.main .first-bottom,
.main .first-center {
    z-index: 1;
}

.main .zuza svg {
    width: 80%;
    height: 80%;
}

.main .first .zuza-right {
    right: -10%;
}

.main .first .moments-video {
    filter: brightness(0.55);
}

.main .stages__right {
    padding-left: 0;
}

.main .stages .container {
    grid-template-columns: 1fr 1.55fr;
}

.main .stages .container {
    gap: 2.125rem;
}

.main .stages__figure {
    width: 25%;
}

.main .stages__item {
    padding: 30px;
    z-index: 1;
}

.main .stages__item .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
    z-index: -1;
}

.main .stages__left-content .button-arrow {
    margin-top: 10px;
    max-width: 250px;
}

@media screen and (max-width: 64em) {
    .main .stages .container {
        grid-template-columns: 1fr;
    }

    .main .stages__figure {
        width: 20%;
    }
}

@media screen and (max-width: 47.9375em) {
    .main .first .moments-video {
        position: absolute;
    }

    .main .stages__figure {
        width: 25%;
    }

    .main .stages__item {
        padding: 20px;
    }
}

@media screen and (max-width: 35em) {
    .main .stages__figure {
        width: 30%;
    }
}

@media screen and (max-width: 25em) {
    .main .stages__figure {
        width: 40%;
    }
}