.gv-wrapper-f352083a {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 300vh;
}

.gv-wrapper-f352083a .gv-sticky-inner {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
}

.gv-wrapper-f352083a .gv-text-box {
    width: 50%;
    padding: 0 5% 0 10%;
    text-align: left;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    will-change: opacity, transform;
    z-index: 3;
}

.gv-wrapper-f352083a .gv-title {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.gv-wrapper-f352083a .gv-desc {
    font-size: 1.2rem;
    line-height: 1.6;
}

.gv-wrapper-f352083a .gv-video-box {
    position: absolute;
    right: 5%;
    width: 40%;
    height: 40vh;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: width, height, right, border-radius;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.gv-wrapper-f352083a .gv-video-box video {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 768px) {
    .gv-wrapper-f352083a {
        height: 200vh;
    }
    .gv-wrapper-f352083a .gv-sticky-inner {
        flex-direction: column;
        justify-content: flex-start;
    }
    .gv-wrapper-f352083a .gv-text-box {
        width: 100%;
        padding: 10% 5%;
        text-align: center;
        position: relative;
        top: 0;
        z-index: 3;
    }
    .gv-wrapper-f352083a .gv-video-box {
        position: relative;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        width: 90% !important;
        height: 35vh !important;
        margin-top: 20px;
        border-radius: 40px !important;
        z-index: 2;
    }
}
