﻿
.featContent.devices.browser {
    margin-top: 350px;
}
/* Ready box */
.readyWrapOuter {
    text-align: center;
}
.readyWrap {
    text-align: center;
    padding: 100px 0;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.readyWrap img {
    position: absolute;
    bottom: 0;
    right: -400px;
    z-index: 4;
}
.readyWrap h2 {
    margin: 0 auto;
}
.readyWrap p {
    text-align: left !important;
}

    @media screen and (max-width: 1000px) {
        .readyWrapOuter {
        text-align: left;
    }
    .readyWrap {
        padding-left: 30px;
    }
}
@media screen and (max-width: 780px) {
    .readyWrap {
        max-width: 50%;
        min-width: 300px;
    }
    .readyWrap .buttons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .readyWrap .buttons a {
        margin: 0;
    }
    .readyWrap .buttons a:last-child {
        margin-top: 10px;
    }
}
@media screen and (max-width: 600px) {
    .readyWrap img {
        right: -350px;
    }
}
@media screen and (max-width: 450px) {
    .readyWrap img {
        display: none;
    }
    .readyWrap {
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }
}


img.curve {
    position: relative;
    top: -360px;
    margin-top: -465px;
    margin-left: -886px;
    left: 100%;
    width: 886px !important;
    height: 465px !important;
    max-width: 886px;
}
    /* Advanced */
    .advancedWrap {
        background: #FCFCFC;
        margin-top: -370px;
        padding-bottom: 150px;
        margin-bottom: 100px;
    }

    .featContent.advanced {
        display: flex;
        padding-top: 100px;
        align-items: flex-end;
    }

        .featContent.advanced > div:first-child {
            padding-right: 30px;
        }

        .featContent.advanced > div:last-child {
            padding-left: 30px;
        }

        .featContent.advanced img.animico {
            margin-bottom: 10px;
        }

        .featContent.advanced img.spin {
            animation: spin2 12s linear infinite;
        }

.timelineImgWrap {
    background: #2D2D2D;
    border-radius: 3px;
    padding: 4px;
    -webkit-transform: perspective(800px) rotateY(15deg);
    transform: perspective(800px) rotateY(15deg);
}

        .timelineImgWrap img {
            display: block;
        }


@media screen and (max-width: 1150px) {
    .featContent.advanced {
        align-items: flex-start;
        padding-top: 15vw;
    }
}

@media screen and (max-width: 870px) {
    .featContent.advanced {
        flex-direction: column;
        padding-top: 10vw;
    }
    .featContent.advanced > div:first-child {
        padding-bottom: 100px;
    }
        .featContent.advanced > div {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
}

    @keyframes spin2 {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /* Remote preview */
    .rpWrap {
        position: relative;
        z-index: 3;
        text-align: center;
        margin-top: 0;
        margin-bottom: 1000px;
    }

    .rpHeader {
        margin-bottom: 60px;
        position: relative;
        text-align: right;
    }

    .rpHeadContent {
        margin-left: auto;
        max-width: 550px;
    }

    .rpHeader .h2Tag {
        text-align: left;
    }

    .rpHeader h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .rpHeader p {
        text-align: left;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

.phoneWrap {
    display: inline-block;
    position: absolute;
    -webkit-transform: perspective(800px) rotateX(6deg);
    transform: perspective(800px) rotateX(6deg);
    bottom: -420px;
    right: -520px;
}

        .phoneWrap a.openDemo {
            position: absolute;
            bottom: -6px;
            right: -20px;
        }

        .phoneWrap video {
            position: absolute;
            top: 15%;
            left: 11px;
            z-index: 1;
            width: 322px;
            max-width: 100% !important;
        }

    .rpImgWrap {
        display: inline-block;
        position: absolute;
        left: -55%;
        top: -50px;
    }

        .rpImgWrap img.mainrp {
            -webkit-transform: perspective(800px) rotateY(6deg);
            transform: perspective(800px) rotateY(6deg);
        }

        .rpImgWrap img:nth-child(2) {
            position: absolute;
            right: -220px;
            bottom: -220px;
            -webkit-transform: perspective(800px) rotateY(3deg);
            transform: perspective(800px) rotateY(3deg);
        }



@media screen and (max-width: 1150px) {
    .rpHeadContent {
        margin: 0 auto;
    }
    .rpImgWrap {
        top: 380px;
        width: 100%;
        left: 0;
    }
    .rpImgWrap > img:nth-child(1) {
        position: absolute;
        left: -50%;
    }
    .rpImgWrap > img:nth-child(2) {
        left: 20%;
        top: 0;
    }
    .phoneWrap {
        bottom: auto;
        top: -50px;
        right: -30px;
    }
}

@media screen and (max-width: 850px) {
    .rpImgWrap > img:nth-child(2) {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        left: 5%;
    }

    .phoneWrap {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@media screen and (max-width: 650px) {
    .rpImgWrap {
        top: 420px;
    }
}
@media screen and (max-width: 620px) {
    .rpImgWrap > img:nth-child(2) {
        left: -10%;
    }
    .rpImgWrap {
        top: 450px;
    }
}
@media screen and (max-width: 550px) {
    .rpImgWrap > img:nth-child(2) {
        left: -20%;
    }
    .rpImgWrap {
        top: 550px;
    }
}
@media screen and (max-width: 490px) {
    .phoneWrap {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        right: -60px;
    }
}

@media screen and (max-width: 430px) {

    .rpImgWrap {
        top: 400px;
    }
}


    @media screen and (max-width: 950px) {
        .rpHeadContent {
            margin-top: 100px;
        }
    }

    @media screen and (max-width: 775px) {
        .rpHeadContent {
            margin-top: 200px;
        }
    }

    @media screen and (max-width: 430px) {
        .rpHeadContent {
            margin-top: 350px;
        }
    }





.slant1, .slant2, .slant3 {
    width: 300%;
    height: 700px;
    margin-left: -50%;
    background: #42485D;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    position: relative;
    top: -150px;
    margin-bottom: -700px;
    z-index: 1;
}

    .slant2 {
        height: 600px;
        overflow: hidden;
        background: #42485D;
        margin-bottom: 0;
        margin-top: 300px;
    }

    .slant3 {
        background: #fff;
        position: relative;
        z-index: 3;
        margin-bottom: -1400px;
    }

    .underTopNavContent {
        overflow: hidden;
    }

    /* Pub*/
    .mobBuilds {
        display: flex;
        border-top: 1px solid #FCFCFC;
        margin-top: 30px;
        padding-top: 30px;
    }

        .mobBuilds > div {
            min-width: 50%;
            max-width: 50%;
        }

            .mobBuilds > div:first-child {
                padding-right: 15px;
            }

            .mobBuilds > div:last-child {
                padding-left: 15px;
            }

        .mobBuilds h2 {
            font-size: 1.2rem;
            margin-bottom: 16px;
        }

        .mobBuilds p {
            font-size: 1.15rem;
        }
    /* bubble */
    .bubble {
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0;
        left: 10px;
        padding: 12px;
        animation: float 6s ease-in-out infinite;
        background-color: #00DBDE;
        background-image: linear-gradient(45deg, #00DBDE 0%, #FC00FF 100%);
    }

        .bubble.b2 {
            top: 90px;
            left: -30px;
            animation-delay: 0.5s;
            width: 80px;
            height: 80px;
        }

        .bubble.b3 {
            top: 190px;
            left: -40px;
            animation-delay: 1s;
            width: 70px;
            height: 70px;
        }

        .bubble.b4 {
            top: auto;
            left: auto;
            right: 90px;
            bottom: -10px;
            animation-delay: 0;
            background-image: linear-gradient(9deg, #00DBDE 0%, #FC00FF 100%);
        }

        .bubble.b5 {
            top: auto;
            left: auto;
            right: 10px;
            bottom: 50px;
            animation-delay: 0.5s;
            width: 80px;
            height: 80px;
            background-image: linear-gradient(9deg, #00DBDE 0%, #FC00FF 100%);
        }

        .bubble.b6 {
            top: auto;
            left: auto;
            right: -30px;
            bottom: 130px;
            animation-delay: 1s;
            width: 70px;
            height: 70px;
            background-image: linear-gradient(9deg, #00DBDE 0%, #FC00FF 100%);
        }

        .bubble img {
            width: 100%;
            height: 100%;
            filter: brightness(0) invert(1);
        }

        .bubble.b1 img {
            width: 90%;
            height: 90%;
            position: relative;
            top: 3px;
        }

    @keyframes float {
        0% {
            -webkit-transform: translatey(0px);
            transform: translatey(0px);
        }

        50% {
            -webkit-transform: translatey(7px);
            transform: translatey(7px);
        }

        100% {
            -webkit-transform: translatey(0px);
            transform: translatey(0px);
        }
    }

    /* 3d */
    .featContent.threeD {
        position: relative;
        z-index: 2;
        display: flex;
        padding-top: 0;
        align-items: center;
    }

        .featContent.threeD > div:first-child {
            max-width: 40%;
            min-width: 40%;
            padding-right: 60px;
        }

        .featContent.threeD > div:last-child {
            max-width: 60%;
            min-width: 60%;
        }

        .featContent.threeD .vidWrap {
            width: 200%;
        }

            .featContent.threeD .vidWrap video {
                width: 100%;
            }

        .featContent.threeD h2, .featContent.threeD p {
            color: #fff;
        }

        .featContent.threeD .h2Tag {
            color: #FFFF00;
        }

    @media screen and (max-width: 1100px) {
        .featContent.threeD {
            flex-direction: column;
            margin-bottom: -300px;
        }

            .featContent.threeD > div:first-child {
                margin: 0 auto;
                max-width: 550px;
                min-width: 0;
                padding-right: 0;
                margin-top: -100px;
                background: #42485D;
                border-radius: 3px;
                padding: 30px;
                padding-bottom: 130px;
            }

            .featContent.threeD > div:last-child {
                margin-left: -270px;
            }
    }

    @media screen and (max-width: 570px) {
        .featContent.threeD > div:last-child {
            margin-left: 0;
        }

        .heroWrapper.threeD {
            top: -70px !important;
        }
    }

    @media screen and (max-width: 430px) {
        .heroWrapper.threeD {
            left: -24vw;
        }
    }

    @media screen and (max-width: 400px) {
        .heroWrapper.threeD {
            top: -40px !important;
        }

        .featContent.threeD > div:first-child {
            padding-bottom: 80px;
        }
    }

    /*More */
    .featContent.more {
        position: relative;
    }

    .moreWrap {
        position: relative;
        z-index: 3;
        margin-top: 100px;
        background: #FCFCFC;
        padding-top: 90px;
        padding-bottom: 60px;
    }

        .moreWrap h3 {
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            display: block;
            padding-left: 12px;
            border-left: 3px solid #dc0d8a;
            line-height: 100%;
            margin-bottom: 12px;
            margin-left: -15px;
        }

        .moreWrap p {
            font-size: 1.15rem;
        }

    .moreHead {
        max-width: 550px;
    }

    .moreWrap ul li p {
        margin-bottom: 8px;
    }

    .moreWrap ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
        margin-top: 80px;
    }

        .moreWrap ul li {
            margin: 0;
            padding: 0;
            min-width: 25%;
            max-width: 25%;
            padding: 16px;
            padding-bottom: 60px;
            display: flex;
            flex-direction: column;
        }

    .moreWrap img.tools {
        position: absolute;
        top: -90px;
        left: calc(100% - 500px);
    }
.moreWrap ul li:hover img {
    animation: float 3s ease-in-out infinite;
}

    @media screen and (max-width: 1100px) {
        .moreWrap img.tools {
            left: calc(100% - 300px);
        }
    }

    @media screen and (max-width: 1000px) {
        .moreWrap ul li {
            min-width: 33%;
            max-width: 33%;
        }
    }

    @media screen and (max-width: 900px) {
        .moreHead {
            max-width: 450px;
        }
    }

    @media screen and (max-width: 820px) {
        .moreWrap ul li {
            min-width: 50%;
            max-width: 50%;
        }

        .moreWrap img.tools {
            left: calc(100% - 200px);
        }
    }

    @media screen and (max-width: 700px) {
        .moreWrap img.tools {
            margin: 0 auto;
            margin-left: 0;
            max-width: 512px !important;
            position: static;
        }

        .featContent.more {
            margin-top: -90px;
        }

        .moreHead {
            padding-top: 30px;
        }
    }

    @media screen and (max-width: 500px) {
        .moreWrap ul {
            margin-left: auto;
            margin-right: auto;
            max-width: 300px;
        }

            .moreWrap ul li {
                min-width: 100%;
                max-width: 100%;
            }
    }



    /* Docs */
    .featContent.docs {
        margin-top: 50px;
    }

        .featContent.docs ul li img {
            animation: float 6s ease-in-out infinite;
        }

        .featContent.docs ul li:nth-child(2) img {
            animation-delay: 0.7s;
        }

        .featContent.docs ul li:nth-child(3) img {
            animation-delay: 1.4s;
        }
    /* Platforms */
    .featContent.platforms {
        display: flex;
        align-items: center;
        margin-bottom: 350px;
    }

        .featContent.platforms > div:first-child {
            min-width: 400px;
            max-width: 400px;
            margin-right: 100px;
            position: relative;
        }

    @media screen and (max-width: 950px) {
        .featContent.platforms {
            flex-direction: column;
            position: relative;
        }

            .featContent.platforms > div:first-child {
                order: 2;
                position: absolute;
                top: -30%;
                left: 75%;
            }

            .featContent.platforms > div:last-child {
                order: 1;
            }

                .featContent.platforms > div:last-child h2,
                .featContent.platforms > div:last-child p {
                    max-width: 450px;
                }
    }

    @media screen and (max-width: 950px) {
        .featContent.platforms > div:first-child {
            display: none;
        }

        .featContent.platforms > div:last-child,
        .featContent.platforms > div:last-child h2,
        .featContent.platforms > div:last-child p {
            text-align: center !important;
            max-width: 550px;
        }
    }

    @media screen and (max-width: 650px) {
        .mobBuilds {
            flex-direction: column;
        }

            .mobBuilds > div {
                min-width: 0;
                max-width: 300px;
                margin: 0 auto;
            }

                .mobBuilds > div:first-child {
                    margin-bottom: 30px;
                }

                .mobBuilds > div:last-child {
                    padding-left: 0;
                }
    }

    /* Speed */
    .speedWrap {
        background: #fcfcfc;
        margin-top: 150px;
        padding-top: 100px;
        height: 1200px;
        margin-bottom: 100px;
    }

        .speedWrap .featContent {
            display: flex;
        }

            .speedWrap .featContent > div:first-child {
                min-width: 40%;
                max-width: 40%;
            }

            .speedWrap .featContent > div:last-child {
                min-width: 60%;
                max-width: 60%;
                height: 500px;
                position: relative;
                margin-top: 0;
            }

    @media screen and (max-width: 1200px) {
        .speedWrap {
            padding-top: 60px;
            margin-bottom: 35vw;
        }

            .speedWrap .featContent {
                flex-direction: column;
            }

                .speedWrap .featContent > div:first-child {
                    margin: 0 auto;
                    max-width: 550px;
                    min-width: 0;
                }

        .hw2 {
            top: 50px !important;
        }
    }

    @media screen and (max-width:550px) {
        .speedWrap {
            margin-top: 100px;
        }
    }

    @media screen and (max-width: 650px) {
        .heroWrapper.hw2 {
            width: 200% !important;
            margin-left: -40px;
        }
    }

    @media screen and (max-width: 450px) {
        .heroWrapper.hw2 {
            width: 300% !important;
            margin-left: -40px;
        }
    }

    /* Devices */

        .featContent.devices > div {
            display: flex;
            align-items: center;
        }

            .featContent.devices > div > div:first-child {
                min-width: 40%;
                max-width: 40%;
            }

            .featContent.devices > div > div:last-child {
                padding-left: 60px;
            }

        .featContent.devices ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .featContent.devices ul li {
                margin: 0;
                padding: 0;
                display: flex;
                margin-bottom: 32px;
                align-items: center;
            }

                .featContent.devices ul li:last-child {
                    margin-bottom: 0;
                }

                .featContent.devices ul li > div:first-child {
                    margin-right: 40px;
                    min-width: 128px;
                    max-width: 128px;
                }

            .featContent.devices ul h2 {
                margin-bottom: 8px;
                font-size: 1.5rem;
                text-transform: none;
            }

            .featContent.devices ul a,
            .mobBuilds a,
            .moreWrap a {
                font-weight: 500;
                text-transform: uppercase;
                font-size: 1rem;
            }
    /* JS content */
    .featContent.js {
        position: relative;
        z-index: 2;
        top: calc(6vw - 30px);
    }

        .featContent.js h2,
        .featContent.js p {
            color: #fff;
        }

        .featContent.js p {
            margin-top: 0;
        }

        .featContent.js .h2Tag {
            color: #FFFF00;
        }

    @media screen and (max-width: 1000px) {
        .featCol {
            flex-direction: column;
        }

            .featCol > div:first-child,
            .jsHead {
                min-width: 0;
                max-width: 600px;
                margin-left: auto;
                margin-right: auto;
                padding-right: 0 !important;
            }

        .jsBlock {
            display: flex;
            justify-content: center;
        }

            .jsBlock img {
                margin: 0 !important;
            }

        .jsLogoWrap {
            width: 280px;
            left: calc(100% - 280px) !important;
        }

        .featCol > div:last-child {
            min-width: 0;
            max-width: 600px;
            border-left: 0 !important;
            padding-left: 0 !important;
            margin: 0 auto;
        }

        .featCol p.otherEngines {
            position: relative;
            z-index: 3;
            background: #FD5A00;
            margin-top: 30px;
            color: #fff;
            padding: 30px;
        }

        a.readJS {
            position: relative;
            top: -30px;
        }

        .featContent.devices.browser {
            margin-top: 450px;
        }
    }

    @media screen and (max-width: 770px) {
        .featContent.devices.browser {
            margin-top: 800px;
        }
    }

    @media screen and (max-width: 560px) {
        .featContent.devices.browser {
            margin-top: 850px;
        }
    }


@media screen and (max-width: 540px) {
    .featContent.devices.browser {
        margin-top: 880px;
    }
}
@media screen and (max-width: 520px) {
    .featContent.devices.browser {
        margin-top: 910px;
    }
}

@media screen and (max-width: 490px) {
    .featContent.devices.browser {
        margin-top: 950px;
    }
}
@media screen and (max-width: 450px) {
    .featContent.devices.browser {
        margin-top: 1000px;
    }
}
@media screen and (max-width: 430px) {
    .featContent.devices.browser {
        margin-top: 750px;
    }
}
@media screen and (max-width: 385px) {
    .featContent.devices.browser {
        margin-top: 770px;
    }
}

@media screen and (max-width: 350px) {
    .featContent.devices.browser {
        margin-top: 840px;
    }
}
@media screen and (max-width: 315px) {
    .featContent.devices.browser {
        margin-top: 880px;
    }
}


    @media screen and (max-width: 524px) {
        .jsLogoWrap {
            width: 200px;
            left: calc(100% - 200px) !important;
            top: -180px !important;
        }

        .jsBlock a.openDemo {
            position: absolute;
            top: calc(100% - 10px) !important;
            bottom: auto !important;
        }

        .jsBlock {
            margin-bottom: 55px !important;
        }
    }

    @media screen and (max-width: 400px) {
        .jsLogoWrap {
            width: 150px;
            left: calc(100% - 150px) !important;
            top: -180px !important;
        }
    }

    .featCol {
        display: flex;
    }

        .featCol > div {
            min-width: 50%;
            max-width: 50%;
        }

            .featCol > div:first-child {
                padding-right: 30px;
            }

            .featCol > div:last-child {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                padding-left: 30px;
            }

    .jsBlock {
        position: relative;
        margin-bottom: 30px;
    }

        .jsBlock img.blockimg {
            display: block;
            -webkit-transform: perspective(800px) rotateY(14deg);
            transform: perspective(800px) rotateY(14deg);
            margin: 40px 0;
            margin-bottom: 50px;
        }

        .jsBlock a.openDemo {
            position: absolute;
            right: 32px;
            bottom: -16px;
        }

    .jsLogoWrap {
        position: absolute;
        top: -270px;
        left: calc(75% - 210px);
    }

    p.otherEngines {
        background: rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 3px;
    }
    /* Content wrap*/
    .featContent {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 60px;
    }

    video {
        display: block;
    }
    /* Simple event wrapper */
    .simpleEvent {
        display: flex;
        align-items: center;
        margin-bottom: 300px;
    }

        .simpleEvent .vWrap {
            -webkit-transform: perspective(800px) rotateY(-5deg);
            transform: perspective(800px) rotateY(-5deg);
            display: block;
            padding: 4px;
            background: #1F1F1F;
            border-radius: 4px;
            margin-left: 60px;
            box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
            -moz-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
        }

        .simpleEvent a.openDemo {
            margin-top: 16px;
        }
@media screen and (max-width: 770px) {
    .simpleEvent {
        flex-direction: column;
    }
    .simpleEvent > div:first-child{
        padding-bottom: 30px;
    }
}

    /* Stat block */
    .curvedTop {
        background: #fff;
        height: 1000px;
        margin-top: -120px;
        margin-bottom: 340px;
        padding-top: 230px;
        border-top-left-radius: 50% 14%;
        position: relative;
        z-index: -1;
    }



    .featContent.stat p {
        font-size: 1.3rem;
        display: block;
        max-width: 550px;
    }

    .featContent.stat ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .featContent.stat ul li {
            margin: 0;
            padding: 0;
            width: 25%;
            padding-right: 30px;
        }

            .featContent.stat ul li p {
                font-size: 1.15rem;
            }

            .featContent.stat ul li h3 {
                display: block;
                border-left: 3px solid #dc0d8a;
                padding-left: 10px;
                margin-bottom: 8px;
            }

    a.openDemo {
        position: relative;
        background: #dc0d8a;
        display: inline-flex;
        color: #fff;
        position: relative;
        z-index: 3;
        line-height: 100%;
        border-radius: 22px;
        font-weight: 500;
        padding: 12px 15px;
        transition: all linear 200ms;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }

    a.openDemo.noimg span {
        padding-left: 0 !important;
    }

    a.openDemo:hover {
        text-decoration: none;
    }

        a.openDemo:hover img {
            animation: spin;
            animation-duration: 500ms;
            animation-timing-function: ease-in-out;
            animation-iteration-count: 1;
        }

    a.openDemo img {
        position: absolute;
        left: 6px;
    }

    a.openDemo span {
        padding-left: 28px;
    }

    .headSeg a.openDemo {
        margin-left: 20%;
        position: relative;
        top: -20px;
    }

    h1 {
        font-size: 4rem;
        line-height: 90%;
        color: #fff;
        margin: 0 auto;
    }

    h2 {
        display: block;
        max-width: 500px;
    }

    .c3Tag {
        font-weight: 500;
        font-size: 2rem;
        text-transform: uppercase;
        color: #FFFF00;
        display: block;
        margin-bottom: 8px;
    }

    h1 + p {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        font-weight: 500;
        color: #fff;
        font-size: 2rem;
    }

.headerInfo {
    padding-left: 100px;
    padding-right: 50px;
    margin-top: -60px;
}

.headerInfo.constructAnimate {
    margin-top: 0;
}

    .headSeg {
        display: flex;
        align-items: center;
        max-width: 1600px;
        margin: 0 auto;
    }

        .headSeg > div:first-child {
            flex: 1;
            text-align: center;
        }

        .headSeg > div:last-child {
            min-width: 700px;
            max-width: 700px;
            padding-left: 15px;
        }

        .headSeg .heroWrapper {
            margin-left: 100px;
            margin-top: 50px;
        }

    /* Hero wrapper with video */
.heroWrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.625;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: perspective(800px) rotateY(8deg);
    transform: perspective(800px) rotateY(8deg);
    transition: transform 1s ease 0s;
}

    .heroWrapper.hw2 {
        -webkit-transform: perspective(800px) rotateY(-4deg);
        transform: perspective(800px) rotateY(-4deg);
        background: #1f1f1f;
        aspect-ratio: 1/0.707;
        width: 160%;
        top: -28%;
    }

    .heroWrapper:hover {
        -webkit-transform: perspective(800px) rotateY(4deg);
        transform: perspective(800px) rotateY(4deg);
    }

    .heroWrapper.hw2:hover {
        -webkit-transform: perspective(800px) rotateY(-8deg);
        transform: perspective(800px) rotateY(-8deg);
    }

    .heroWrapper.threeD {
        -webkit-transform: none;
        transform: none;
        width: 200%;
        top: -100px;
    }

            .heroWrapper.threeD .vidWrap {
                width: 90%;
                top: 4%;
                left: 5%;
                height: 95%;
            }

        .heroWrapper.threeD:hover {
            -webkit-transform: none;
            transform: none;
        }

        .heroWrapper img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .heroWrapper .vidWrap {
            position: absolute;
            top: 0;
            left: -5%;
            width: 90%;
            height: 98%;
            background: #000;
            z-index: 0;
        }

        .heroWrapper.hw2 .vidWrap {
            top: 15%;
            left: 15%;
            width: 70%;
            height: 70%;
            z-index: 2;
            -webkit-box-shadow: 0 3px 0 2px rgba(0,0,0,0.1), 0 6px 0 4px rgba(0,0,0,0.1), 0 9px 0 6px rgba(0,0,0,0.1), 0 12px 0 8px rgba(0,0,0,0.1), 0 15px 0 10px rgba(0,0,0,0.1), 0 18px 0 12px rgba(0,0,0,0.1), 0 21px 0 14px rgba(0,0,0,0.1), 0 24px 0 16px rgba(0,0,0,0.1), 0 27px 0 18px rgba(0,0,0,0.1), 0 30px 0 20px rgba(0,0,0,0.1), 5px 5px 15px 5px rgba(0,0,0,0);
            box-shadow: 0 3px 0 2px rgba(0,0,0,0.1), 0 6px 0 4px rgba(0,0,0,0.1), 0 9px 0 6px rgba(0,0,0,0.1), 0 12px 0 8px rgba(0,0,0,0.1), 0 15px 0 10px rgba(0,0,0,0.1), 0 18px 0 12px rgba(0,0,0,0.1), 0 21px 0 14px rgba(0,0,0,0.1), 0 24px 0 16px rgba(0,0,0,0.1), 0 27px 0 18px rgba(0,0,0,0.1), 0 30px 0 20px rgba(0,0,0,0.1), 5px 5px 15px 5px rgba(0,0,0,0);
        }

        .heroWrapper .vidWrap video {
            width: 100%;
            height: 100%;
            object-fit: fill;
        }
    .heroWrapper .vidWrap.constructAnimate {
        left:5% !important;
    }
    .heroWrapper .vidWrap.constructAnimate video {
        margin-top:2px;
    }
.betaTag {
    display: inline-block;
    line-height: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #1e96fc;
    margin-bottom:30px;
}
a.openDemo.constructAnimate {
    background: #1e96fc;
}
.h2Tag.constructAnimate {
    color: #1e96fc;
}


.moreWrap.constructAnimate h3 {
    border-color: #1e96fc;
}



.slantedBackground {
    background-image: linear-gradient(-20deg, #dc0d8a 0%, #fc6767 100%);
    height: 60vw;
    min-height: 1100px;
    max-height: 1300px;
    -ms-transform: skewY(0);
    -webkit-transform: skewY(0);
    transform: skewY(0);
}
        .slantedBackground.constructAnimate {
            background-image: linear-gradient(-20deg, #3a86ff 0%, #8338ec 100%);
        }

        @media screen and (max-width: 430px) {
            h2 {
            text-align: left !important;
        }

        .featContent {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    @media screen and (max-width: 1600px) {
        .c3Tag {
            font-size: 1.7rem;
        }

        h1 {
            font-size: 3rem;
        }

            h1 + p {
                font-size: 1.5rem;
            }

        .headerInfo {
            margin-top: -120px;
        }
    }

    @media screen and (max-width: 1300px) {

        .headerInfo {
            margin-top: 20px;
        }

        .headSeg {
            flex-wrap: wrap;
        }

            .headSeg > div {
                min-width: 100%;
                max-width: 100%;
                width: 100%;
            }

                .headSeg > div:first-child {
                    order: 2;
                    text-align: center;
                }

                .headSeg > div:last-child {
                    order: 1;
                    padding-top: 30px;
                }

                .headSeg > div:last-child {
                    min-width: 0;
                    max-width: 80%;
                    margin: 0 auto;
                    padding-bottom: 10px;
                }

        .headerInfo {
            padding-left: 0;
            padding-right: 0;
        }

        .headSeg .heroWrapper {
            margin-left: 5vw;
            max-width: calc(100% - 5vw);
        }

        .headSeg a.openDemo {
            margin-left: 20px;
        }

        .curvedTop {
            padding-top: 200px;
        }
    }

    @media screen and (max-width: 800px) {
        h1 {
            text-align: left !important;
        }

        .curvedTop ul li {
            width: 50%;
            padding-right: 0;
        }

            .curvedTop ul li:nth-child(odd) {
                padding-right: 15px;
            }

            .curvedTop ul li:nth-child(even) {
                padding-left: 15px;
            }
    }

    @media screen and (max-width: 430px) {
        .curvedTop ul li {
            width: 100%;
            padding-right: 0 !important;
            padding-left: 0 !important;
            padding-bottom: 15px;
        }
    }

    .slantedBackground span {
        height: 30px !important;
        width: 40%;
        min-width: 400px;
        right: 0;
        left: auto !important;
        opacity: 0.05;
        background: #fff !important;
        animation-name: slider1;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
        top: auto !important;
        margin-bottom: 100px;
    }

        .slantedBackground span:first-child {
            width: 80%;
            animation-duration: 6s;
            bottom: 520px;
        }

        .slantedBackground span:nth-child(2) {
            width: 40%;
            animation-duration: 4.3s;
            bottom: 550px;
        }

        .slantedBackground span:nth-child(3) {
            width: 50%;
            animation-duration: 9.2s;
            bottom: 580px;
        }

        .slantedBackground span:nth-child(4) {
            width: 30%;
            animation-duration: 8.4s;
            bottom: 490px;
        }

        .slantedBackground span:nth-child(5) {
            width: 70%;
            animation-duration: 3.8s;
            bottom: 490px;
        }

        .slantedBackground span:nth-child(6) {
            width: 45%;
            animation-duration: 5s;
            bottom: 610px;
        }

        .slantedBackground span:nth-child(7) {
            width: 82%;
            animation-duration: 11.2s;
            bottom: 640px;
        }

        .slantedBackground span:nth-child(8) {
            width: 35%;
            animation-duration: 6.9s;
            bottom: 670px;
        }

        .slantedBackground span:nth-child(9) {
            width: 60%;
            animation-duration: 7.2s;
            bottom: 670px;
        }

        .slantedBackground span:nth-child(10) {
            width: 40%;
            animation-duration: 3.7s;
            bottom: 700px;
        }

        .slantedBackground span:nth-child(11) {
            width: 30%;
            animation-duration: 11s;
            bottom: 700px;
        }

        .slantedBackground span:nth-child(12) {
            width: 60%;
            animation-duration: 12s;
            bottom: 670px;
        }

        .slantedBackground span:nth-child(13) {
            width: 50%;
            animation-duration: 9s;
            bottom: 640px;
        }

        .slantedBackground span:nth-child(14) {
            width: 35%;
            animation-duration: 7s;
            bottom: 760px;
        }

        .slantedBackground span:nth-child(15) {
            width: 80%;
            animation-duration: 5s;
            bottom: 730px;
        }

    @keyframes slider1 {
        0% {
            right: 100%;
            width: 100%;
        }

        100% {
            right: -100%;
            width: 0%;
        }
    }


    /* Three item right col */



    @media screen and (max-width: 870px) {
        .featContent.devices > div {
            flex-direction: column;
        }

            .featContent.devices > div > div:first-child {
                max-width: 100%;
                min-width: 100%;
                margin-bottom: 90px;
            }

            .featContent.devices > div > div:last-child {
                padding-left: 0;
            }

                .featContent.devices > div > div:last-child p {
                    max-width: 450px
                }
    }

    @media screen and (max-width: 540px) {
        .featContent.devices > div > div:last-child img {
        }

        .featContent.devices ul li {
            flex-direction: column;
        }

            .featContent.devices ul li h2 {
                text-align: center !important;
                margin-top: 0;
            }

            .featContent.devices ul li > div:first-child {
                margin: 0;
                padding: 0;
                margin-bottom: 12px;
            }
    }

.readyWrapOuter.constructAnimate {
padding-top:200px;
margin-bottom:-140px;
overflow:hidden;
}
.readyWrapOuter.constructAnimate .readyWrap img {
    z-index:7;
}
.animateBlogNotice {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBD022;
    color: #000;
    margin-bottom: -140px;
    position: relative;
    z-index: 5;
    font-weight: 500;
    flex-direction: column;
    text-align: center !important;
    padding: 0 32px;
}