html, body {
    background: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}


#lyricholder {
    padding: 56.25% 0 0;
    position: relative;
    background-image: url('https://pylonanimations.com/noise.gif');
    background-size: 70px 70px;
    overflow: hidden;
    border-radius: 28px;
}


#lyricvideo-hero {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    background-color: #14424f;
}

#landingvid {
    width: 100%;
    max-width: 1400px;
}

#landingplacement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
}

#landingheight {
    height: 500vh;
    background-color:#000;
    display: block;
    overflow: hidden;
}

#landingheight.done {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


#landingheight.done #landingplacement {
    position: relative;
}


#vhs {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

#vhspos {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow:hidden;
}

#vhsholder {
    position: relative;
    width: 100vw;
    height: 200vh;
    font-size: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

#vhsholder.done {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: visible;
}

#vhsholder.done #vhspos {
    position: relative;
    overflow: visible;
}


#vhsholder.scrolling #vhspos {
    position: fixed;
    top: 0px;
    left: 0px;
}


#package {
    z-index: +100;
}

.typeartfaq {
    padding:80px 0 60px 0;
    text-align: center;
}

.typeartfaq span  {
    display: block;
    width: 100%;
}


#explainer {
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
}

.typeartc, .typeartd {
    padding:80px 0 60px 0;
}

.typeartc span, .typeartd span  {
    display: block;
    width: 100%;
}
.typeartc span:nth-child(2) {
    text-align: center;
}
.typeartc span:nth-child(3) {
    text-align: right;
}

#desktopsteps {
    background-color: transparent;
}

#dancer {
    max-width: 280px;
    display: block;
    margin: 0 auto;
    margin-top: 300px;
    margin-bottom: 80px;
    position: relative;
    left: -20px;
}

#scrollhelp {
    position: fixed;
    bottom: 220px;
    width: 100%;
    text-align: center;
    height: 20px;
    text-transform: uppercase;
    display: none;
    transition: all 2s cubic-bezier(.09,.83,.05,1);
    z-index: +8000;
    pointer-events: none;
}

#scrollhelp div {
    display: inline-block;
    animation: scrollhelp 2s cubic-bezier(.09,.83,.05,1) backwards;
    position: relative;
    transform: translateY(0px);
}

#scrollhelp div:nth-child(2) {
    animation-delay: 200ms;
    top: 100%;
}
#scrollhelp div:nth-child(3) {
    animation-delay: 400ms;
    top: 200%;
}
#scrollhelp div:nth-child(4) {
    animation-delay: 600ms;
    top: 300%;
}
#scrollhelp div:nth-child(5) {
    animation-delay: 800ms;
    top: 200%;
}
#scrollhelp div:nth-child(6) {
    animation-delay: 1000ms;
    top: 100%;
}
#scrollhelp div:nth-child(7) {
    animation-delay: 1200ms;
    top: 0%;
}

@keyframes scrollhelp {
    0% {
        opacity: 0.0;
        transform: translateY(-100px);
    }


    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 750px) {
    #dancer { 
        left: 0px;
        width: 250px;
    }
    #header {
        z-index: 10;
    }

    #page {
        z-index: 20;
        margin-top: -32vh;
    }

    #vhspos {
        justify-content: flex-end;
    }

    #vhsholder {
        margin-top: -40vh;
    }
    
    #package {
        z-index: 0;
    }

    #landingheight {
        height: 4400px;
    }

    #vhsholder {
        height: 1700px;
    }
}

@media screen and (min-width: 750px) {
    #page #package {
        margin-top: -95vh;
        height: 100vh;
    }
    
     .typeartd {
        padding: 0;
    }

    #desktopsteps {
        background-color: #0a5c9f;
        color:#fff;
    }
}