.vsc-wrapper-6537db9c {
    width: 100%;
}
.vsc-header-6537db9c {
    margin-bottom: 40px;
}
.vsc-header-title-6537db9c {
    margin-top: 0;
    margin-bottom: 15px;
}
.vsc-header-desc-6537db9c {
    margin: 0;
}
.vsc-container-6537db9c {
    position: relative;
    width: 100%;
}
.vsc-scroll-track-6537db9c {
    position: relative;
    width: 100%;
}
.vsc-sticky-6537db9c {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}
.vsc-items-6537db9c {
    position: relative;
    width: 100%;
    height: 100%;
}
.vsc-item-6537db9c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    opacity: 0;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    transition: opacity 0.1s, transform 0.1s;
}