.video-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

.home-scroll-frames {
    z-index: 0;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.home-scroll-frame {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.section.pb-88 {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin-top: -100vh;
    margin-bottom: 22vh;
}

.section.pb-44 {
    margin-top: -37vh;
    margin-bottom: 22vh;
}

.section.pt-136 {
    z-index: 1;
    border-radius: .75rem;
    height: 150vh;
    padding: 0;
    position: relative;
}

.container.animation-lottie {
    aspect-ratio: 16 / 9;
}

.content-wrap {
    width: 100%;
    height: 100vh;
}

@media screen and (min-width: 1280px) {

    .home-scroll-video,
    .home-scroll-frames {
        transform: translate(0)translate(0)
    }

    .home-scroll-frame {
        box-sizing: border-box;
        padding-top: 0
    }

    .section-wrap {
        overflow: visible
    }
}

@media screen and (min-width: 1920px) {
    .section-wrap {
        overflow: visible
    }
}