.gs-stage-wrapper {
    width: 100%;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.gs-sticky-viewport {
    width: 100%;
    height: calc(100vh - 95px);
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 !important;
}

.gs-div-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vh;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.gs-div-2 {
    position: absolute;
    top: 31vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 95px);
    z-index: 5;
    will-change: transform;
}

.gs-content-center {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.gs-title-h1 {
    margin: 0;
    width: 100%;
}

.gs-subtitle-bold {
    margin: 0;
    font-weight: 700;
    width: 100%;
}

.gs-story-container {
    position: relative;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.gs-story-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.gs-story-text.active {
    opacity: 1;
}

.gs-visual-item {
    position: absolute;
    z-index: 5;
    width: auto;
    max-width: 300px;
}

.gs-visual-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gs-left-visual {
    opacity: 1;
}

.gs-right-visual {
    opacity: 1;
    z-index: 100 !important;
}

.gs-symphony-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.gs-ref-sizer {
    width: 100%;
    max-width: 1920px;
    position: absolute;
}

.gs-ref-sizer img {
    width: 100%;
}

.gs-final-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-final-layer img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {

    .gs-sticky-viewport {
        height: 650px !important;
    }

    .gs-left-visual,
    .gs-right-visual {
        display: none !important;
    }

    .gs-div-1 {
        top: 60px;
        height: 25%;
    }

    .gs-div-2 {
        top: 125px;
        height: 100%;
    }

}

@media (max-width: 767px) {
    .gs-sticky-viewport {
        height: 650px !important;
    }
    .gs-div-2 {
        height: calc(100% - 125px) !important;
    }
    .gs-final-layer img {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
}
