hero.main {
    position: relative;
    display: block;
    width: 100%;
    height: 810vh;
}

hero.main > content {
    position: sticky;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

hero.main > content > backgroundwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

hero.main > content > backgroundwrap > div {
    position: relative;
    display: block;
    flex: 0 0 50%;
    height: 100%;
}


hero.main > content > backgroundwrap > content {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    height: 100%;
}

hero.main > content > backgroundwrap > content > framewrap {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

hero.main > content > backgroundwrap > content > framewrap > img {
    position: relative;
    display: block;
    height: 140%;
    min-height: 1300px;
    width: auto;
    margin: 0 0 0 -200px;
    padding: 0;
    pointer-events: none;
}


hero.main > content > mainwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

hero.main > content > mainwrap > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0;
}

hero.main > content > mainwrap > content > h1 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 24px;
    transform: translate3d(0, 0, 0) scale(1.2);
}

hero.main > content > mainwrap > content > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    opacity: 0;
    font-size: 20px;
}

hero.main > content > mainwrap > scrolltext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 0;
    opacity: 0;
    transform: translate3d(0, 52px, 0) scale(1.1);
}

hero.main > content > mainwrap > scrolltext > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    transition: color 5s linear 2s;
}


hero.main > content > entry {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}


hero.main > content > entry > div {
    position: relative;
    display: block;
    flex: 0 0 50%;
    height: 100%;
}


hero.main > content > entry > content {
    position: relative;
    display: block;
    max-width: 570px;
    padding: 0 152px 0 52px;
}

hero.main > content > entry > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 28px 0;
}

hero.main > content > entry > content > titlewrap *:last-child {
    margin-bottom: 0;
}

hero.main > content > entry > content > a {
    margin-top: 32px;
}


hero.main.legacy {
    display: none;
}

@media(max-width: 950px) {
    hero.main:not(.legacy) {
        display: none;
    }

    hero.main.legacy {
        display: block;
    }
}


hero.main.legacy {
    min-height: unset;
    height: unset;
}

hero.main.legacy > content {
    position: relative;
    display: block;
    height: unset;
}

hero.main.legacy > content > mainwrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

hero.main.legacy > content > mainwrap > content {
    padding: 0 16px;
}

hero.main.legacy > content > mainwrap > content > h1 {
    transform: unset;
    opacity: 1;
}

hero.main.legacy > content > mainwrap > content > p {
    opacity: 1;
    font-size: 17px;
}

hero.main.legacy > content > entry {
    position: relative;
    display: block;
    width: 100%;
    padding: 52px 0;
    overflow: hidden;
}

hero.main.legacy > content > entry:first-of-type {
    padding-top: 0;
}

hero.main.legacy > content > entry > img {
    position: relative;
    display: block;
    width: 125%;
    height: auto;
    margin: 0 0 0 -15%;
}

hero.main.legacy > content > entry > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: unset;
    padding: 0 52px;
}



hero.servconnect-portal {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

@media(max-height: 1100px) {
    hero.servconnect-portal {
        height: unset;
    }
}


hero.servconnect-portal > content {
    position: sticky;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 1100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

hero.servconnect-portal > content > backgroundwrap {
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none;
}

hero.servconnect-portal > content > backgroundwrap.desktop {
    display: flex;
}

@media(max-width: 1000px) {
    hero.servconnect-portal {
        display: none;
    }

    hero.servconnect-portal > content {
        height: auto;
    }

    hero.servconnect-portal > content > backgroundwrap.desktop {
        display: none;
    }

    hero.servconnect-portal > content > backgroundwrap.mobile {
        display: flex;
    }
}

hero.servconnect-portal > content > backgroundwrap.mobile > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
}

hero.servconnect-portal > content > backgroundwrap > img {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
}

hero.servconnect-portal > content > backgroundwrap > videowrap {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

hero.servconnect-portal > content > backgroundwrap > videowrap > video {
    position: relative;
    display: block;
    height: 37.755%;
    width: auto;
    margin: 0;
    padding: 0;
}


hero.servconnect-portal > content > content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 170px 52px 152px;
    text-align: center;
}


hero.servconnect-portal > content > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

hero.servconnect-portal > content > content > textwrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    max-width: 540px;
}