﻿/* Comparison box template */
.compareWrap {
    padding: 32px 0;
    border-radius: 6px;
    margin-top: 20.25px;
    background: -webkit-linear-gradient(32deg, #333399, #ff00cc);
    background: linear-gradient(32deg, #333399, #ff00cc);
    -webkit-transform: perspective(800px) rotateY(-8deg);
    transform: perspective(800px) rotateY(-8deg);
    transition: all 300ms linear;
    box-shadow: rgba(50, 50, 93, 0.25) 0 30px 60px -12px, rgba(0, 0, 0, 0.3) 0 18px 36px -18px;
    position: relative;
    z-index: 2;
}

.compareWrap:hover {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.compareWrap > div {
    text-align: center;
}

.compareWrap p {
    max-width: 400px;
}

.compareWrap > div:last-child p {
    margin-bottom: 0;
}

.compareWrap .c3LogoWrap {
    margin-top: -64px;
}

.compareWrap:hover .c3LogoWrap img {
    animation: flip;
    animation-duration: 500ms;
}

.compareWrap p {
    font-size: 1.15rem;
    line-height: 120%;
    padding: 0 32px;
    color: #fff;
}

.compareWrap h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}

.compareWrap > div:last-child a.openDemo {
    background: #949494;
}

.compareWrap a.openDemo {
    font-size: 0.85rem;
    padding: 12px 15px;
}

.underTopNavContent {
    overflow: hidden;
}

/* Table */
.featureContent.devices {
    margin: 0 auto;
}
.deviceOuter {
    background: #FCFCFC;
    padding-top: 100px;
    padding-bottom: 50px;
}
.featureContent.devices > div {
    margin: 0 30px;
}
.supportedDevicesWrap {
    position: relative;
    z-index: 3;
    max-width: 650px;
    margin: 0 auto;
    background: #42485D;
    border-radius: 3px;
    padding: 3px;
    margin-top: 60px;
    -webkit-transform: perspective(800px) rotateY(2deg) rotateX(2deg);
    transform: perspective(800px) rotateY(2deg) rotateX(2deg);
    transition: all 300ms linear;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
}
img.crown {
    position: absolute;
    top: -45px;
    left: -70px;
    transform: rotateY(0deg) rotate(-55deg);
}
    .supportedDevicesWrap:hover {
        -webkit-transform: perspective(800px) rotateY(-2deg) rotateX(-2deg);
        transform: perspective(800px) rotateY(-2deg) rotateX(-2deg);
    }
    .supportedDevicesWrap table thead td > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .supportedDevicesWrap .c3LogoWrap {
            width: 64px;
            height: 64px;
            padding: 4px;
            position: relative;
            top: -30px;
            margin-bottom: -20px;
        }
        .supportedDevicesWrap table thead tr {
            background: -webkit-linear-gradient(32deg, #333399, #ff00cc);
            background: linear-gradient(32deg, #333399, #ff00cc);
        }
.supportedDevicesWrap table thead td {
    background: transparent;
    color: #fff;
    padding: 15px 0;
}
.supportedDevicesWrap table thead td,
.supportedDevicesWrap table tbody tr td:first-child {
    font-weight: 500;
}

.supportedDevicesWrap table {
    border-radius: 3px;
}
.supportedDevicesWrap table td {
    line-height: 100%;
    padding: 10px 0;
}
.supportedDevicesWrap table td div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.supportedDevicesWrap table td a {
    font-size: 0.85rem;
    display: block;
    margin-top: 4px;
}

/* Top bar */
.topSegWrap {
    background: radial-gradient(ellipse at left, #42485D 20%, #090A0F 100%);
    text-align: center;
    overflow: hidden;
}
.topSeg {
    display: inline-flex;
    align-items: center;
    margin-top: 80px;
}
.topSegWrap.midSeg {
    margin-bottom: 100px;
}
.topSeg > div {
    width: 50%;
    padding-bottom: 100px;
}
.topSeg > div:first-child {
    max-width: 1280px;
}
.topSeg > div:last-child {
    padding-left: 120px;
    padding-right: 60px;
    position: relative;
    z-index: 3;
    max-width: 750px;
}
.topSeg > div:last-child p {
    text-align: left;
    color: #fff;
}
.topSlant {
    height: 300px;
    width: 300%;
    min-width: 800px;
    background: #fff;
    margin-bottom: -300px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    position: absolute;
    left: 0;
}
.topSeg a.openDemo {
    margin-top: 30px;
}


/* Hero wrapper */
.heroWrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.707;
    display: block;
    border-radius: 4px;
}
.heroWrapper img {
    -webkit-transform: perspective(800px) rotateY(8deg);
    transform: perspective(800px) rotateY(8deg);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 0, 0, 0.2) -15px 15px, rgba(0, 0, 0, 0.1) -20px 20px, rgba(0, 0, 0, 0.05) -25px 25px;
    box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 0, 0, 0.2) -15px 15px, rgba(0, 0, 0, 0.1) -20px 20px, rgba(0, 0, 0, 0.05) -25px 25px;
}
.heroWrapper .vidWrap {
    -webkit-transform: perspective(800px) rotateY(-8deg);
    transform: perspective(800px) rotateY(-8deg);
    border-radius: 3px;
    background: #26292d;
    padding: 5px;
    position: absolute;
    top: 16%;
    right: -30px;
    width: 90%;
    max-width: 1060px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(0, 0, 0, 0.3) 10px 10px, rgba(0, 0, 0, 0.2) 15px 15px, rgba(0, 0, 0, 0.1) 20px 20px, rgba(0, 0, 0, 0.05) 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(0, 0, 0, 0.3) 10px 10px, rgba(0, 0, 0, 0.2) 15px 15px, rgba(0, 0, 0, 0.1) 20px 20px, rgba(0, 0, 0, 0.05) 25px 25px;
}
.heroWrapper .vidWrap video {
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 1400px) {
        .heroWrapper {
        width: 120%;
        margin-left: -15%;
    }
}
@media screen and (max-width: 1070px) {
    .heroWrapper {
        margin-left: -45%;
        margin-top: -50%;
        width: 180%;
    }
    .topSeg > div:first-child {
        width: 30%;
    }
    .topSeg > div:last-child {
        width: 70%;
    }
    .heroWrapper .vidWrap {
        top: 76%;
        right: 15px;
        width: 70%;
    }
}
@media screen and (max-width: 850px) {
    .topSeg {
        flex-direction: column;
    }
    .topSeg > div:first-child {
        order: 2;
        margin-top: 40px;
        width: 45%;
        margin-left: -300px;
    }
    .topSeg > div:last-child {
        order: 1;
        padding: 0;
    }
    .heroWrapper {
        margin-left: 0;
        margin-top: 0;
        width: 200%;
    }
    .heroWrapper .vidWrap {
        top: 36%;
        right: 10px;
        width: 75%;
    }
    h1 {
        text-align: center !important;
    }
}
@media screen and (max-width: 850px) {
    .heroWrapper {
        width: 250%;
    }

    .heroWrapper .vidWrap {
        top: 46%;
        width: 90%;
    }
}
@media screen and (max-width: 470px) {

    .topSeg > div:last-child {
        width:90%
    }
}
@media screen and (max-width: 400px) {
    .heroWrapper {
        margin-left: 50px;
    }
}

/* Perf wrap */
.perfWrap {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-bottom: 100px;
}
.perfWrap h3 {
    text-transform: uppercase;
    margin: 0;
}
.perfWrap .stdCol {
    align-items: center;
}
.perfWrap .stdCol > div:first-child {
    max-width: 50%;
    min-width: 50%;
}
.perfWrap .stdCol > div:last-child {
    border-left: 1px solid #efefef;
    padding-left: 30px;
}
.perfSubHead {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.perfSubHead.perf2 {
    margin-bottom: -12px;
}
.perfSubHead > *:first-child {
    min-width: 72px;
    max-width: 72px;
    margin-left: -62px;
    margin-right: 16px;
}
.perfWrap ul {
    margin-bottom: 32px;
    margin-left: 0;
    margin-top: 16px;
}
.perfWrap ul li {
    margin-left: 0;
    line-height: 130%;
}
a.ref {
    display: inline-block;
    background: #dc0d8a;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    border-radius: 3px;
    padding: 2px 5px;
    position: relative;
    top: -6px;
}
code {
    display: block;
    background: #42485D;
    color: #ffff00;
    font-size: 1rem;
    border-left: 5px solid #313749;
    padding-left: 16px;
    max-width: 300px;
}
.perfChart {
    line-height: 100%;
    background: #313749;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 32px;
    box-shadow: rgba(0, 0, 0, 0.41) 0 20px 30px -10px;
    -webkit-transform: perspective(800px) rotateY(4deg);
    transform: perspective(800px) rotateY(4deg);
    margin-top: 42px;
}
.perfChart h4 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
    .perfChart h4 + span {
        font-size: 0.85rem;
        font-style: italic;
        display: block;
        text-align: center;
        color: #fff;
    }
.perfChart .bar {
        height: 32px;
        width: 100%;
        background: -webkit-linear-gradient(32deg, #333399, #ff00cc);
        background: linear-gradient(32deg, #333399, #ff00cc);
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #ffff00;
        padding-right: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 500;
    font-size: 0.85rem;
    }
.perfChart .c3Bar {
    width: 17.15%;
}
    .perfChart .gmBar {
        background: #414141;
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.5);
    }
    .perfChart a {
        display: block;
        text-align: right;
        margin-top: 6px;
        font-style: italic;
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: underline;
    }
.scale {
    display: flex;
    font-size: 0.8rem;
    border-top: 1px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 4px;
}
    .scale > div {
        min-width: 33.33333%;
        max-width: 33.33333%;
        position: relative;
    }
.scale > div:nth-child(2) {
    text-align: center;
}
.scale > div:nth-child(3) {
    text-align: right;
}
.scale > div > div {
    width: 1px;
    height: 16px;
    background: #c0c0c0;
    position: absolute;
    left: 0;
    top: -20px;
}
.scale > div:nth-child(2) > div {
    left: 50%;
}
.scale > div:nth-child(3) > div {
    left: auto;
    right: 0;
}
.dataWrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 8px;
    border-radius: 3px;
    margin-top: 12px;
}

/* Blocks */
.featureContent.blocks {
    padding-top: 60px;
}
.blockVidWrap {
    padding: 8px;
    background: #26292d;
    border-radius: 3px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-transform: perspective(800px) rotateY(-5deg);
    transform: perspective(800px) rotateY(-5deg);
    position: relative;
}
.blockVidWrap video {
    display: block;
}
.spagWrap {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 12px solid #dc0d8a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: absolute;
    top: -20px;
    background: #fff;
    right: -20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.spagWrap img {
    display: block;
    height: 100%;
    width: 100%;
}
    .spagWrap span {
        height: 12px;
        margin-top: -6px;
        width: 100%;
        background: #dc0d8a;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: rotateY(180deg) rotate(45deg);
        transform: rotateY(180deg) rotate(45deg);
    }

@media screen and (max-width: 750px) {
    .spagWrap {
        right: auto;
        left: 50%;
        margin-left: -64px;
        top: 100%;
        margin-top: -100px;
    }
}

/* Three col */
.threeWrap {
    background: #fcfcfc;
    padding: 60px 0;
    padding-bottom: 1px;
    margin-bottom: 100px;
}
.threeFeat {
    display: flex;
    margin: 0 30px;
}
.threeFeat > div {
    width: 50%;
    text-align: center;
}
.threeFeat > div:first-child {
    margin-right: 15px;
}
.threeFeat > div:last-child {
    margin-left: 15px;
}
.threeFeat p {
    text-align: left;
}
    .threeFeat h2, .webSpec h2 {
        margin-top: 0;
        font-size: 1.5rem;
    }
    .threeFeat .h2Tag, .webSpec .h2Tag {
        margin-bottom: 5px;
        margin-top: 12px;
    }



    .webSpec {
        padding: 0 30px;
        margin-top: 60px;
        display: flex;
    }

        .webSpec > div:first-child {
            flex: 1;
        }

        .webSpec > div:last-child {
            position: relative;
            width: 400px;
        }

            .webSpec > div:last-child img {
                position: absolute;
                max-width: none;
                width: 709px;
                bottom: -170px;
            }


    @media screen and (max-width: 825px) {

        .webSpec > div:last-child {
            width: 300px;
        }

            .webSpec > div:last-child img {
                width: 509px;
                bottom: -150px;
            }
    }

    @media screen and (max-width: 720px) {

        .webSpec {
            flex-direction: column;
        }

            .webSpec > div:last-child {
                margin-top: 270px;
            }

                .webSpec > div:last-child img {
                    right: -80%;
                }
    }

    .behaveWrap {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        -webkit-transform: perspective(800px) rotateX(5deg);
        transform: perspective(800px) rotateY(5deg);
        background: #26292d;
        padding: 5px;
        border-radius: 3px;
        margin-bottom: 32px;
    }

        .behaveWrap.tnp {
            -webkit-transform: perspective(800px) rotateX(-5deg);
            transform: perspective(800px) rotateY(-5deg);
        }

        .behaveWrap video {
            display: block;
        }


@media screen and (max-width: 750px) {
    .threeFeat {
        flex-direction: column;
    }

    .threeFeat > div:first-child {
        margin-right: 0;
    }

    .threeFeat > div:last-child {
        margin-left: 0;
        margin-top: 60px;
    }

    .threeFeat > div {
        width: 100%;
    }

    .threeFeat > div p {
        margin: 0 auto;
        max-width: 550px;
    }

    .threeFeat h2 {
        max-width: 100%;
        text-align: center;
    }

    .behaveWrap {
        margin-top: 30px;
    }

    .behaveWrap {
        -webkit-transform: perspective(800px) rotateX(2deg);
        transform: perspective(800px) rotateY(2deg);
    }
    .behaveWrap.tnp {
        -webkit-transform: perspective(800px) rotateX(-2deg);
        transform: perspective(800px) rotateY(-2deg);
    }
}


    /* Remote preview */
    .featureContent.remotePreview {
        margin-bottom: 30px;
    }

        .featureContent.remotePreview .stdCol {
            align-items: flex-start;
            margin-top: 30px;
        }

            .featureContent.remotePreview .stdCol > div {
                min-width: 50%;
                max-width: 50%;
            }

                .featureContent.remotePreview .stdCol > div:first-child {
                    padding-right: 15px;
                }

                .featureContent.remotePreview .stdCol > div:last-child {
                    padding-left: 15px;
                }

    .rpHeadWrap {
        padding: 0 30px;
    }

    .featureContent.remotePreview h3 {
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        margin-bottom: 32px;
        margin-top: 2px;
        text-align: center;
    }

    .rpHeadWrap p {
        max-width: 550px;
    }

    .rpImages {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 30px;
        margin-bottom: 100px;
        position: relative;
    }

    img.rp1 {
        -webkit-transform: perspective(800px) rotateY(3deg);
        transform: perspective(800px) rotateY(3deg);
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        width: 60%;
    }

    img.qrCode {
        position: absolute;
        left: 35%;
        bottom: 0;
        width: 20%;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        -webkit-transform: perspective(800px) rotateY(5deg);
        transform: perspective(800px) rotateY(5deg);
    }

    .phoneWrap {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 43%;
        background-color: #000;
        background-image: linear-gradient(to left, #2e2e2e 0%, black 100%);
        padding: 12px;
        padding-right: 16px;
        border-radius: 26px;
        border: 2px solid #c0c0c0;
        -webkit-transform: perspective(800px) rotateY(-8deg);
        transform: perspective(800px) rotateY(-8deg);
    }

        .phoneWrap video {
            max-width: 100%;
            display: block;
            border-radius: 16px;
            border: 2px solid #c0c0c0;
        }

        .phoneWrap .notch {
            position: absolute;
            height: 30%;
            left: 0;
            top: 35%;
            background: #000;
            width: 5%;
            -webkit-border-top-right-radius: 18px;
            -webkit-border-bottom-right-radius: 18px;
            -moz-border-radius-topright: 18px;
            -moz-border-radius-bottomright: 18px;
            border-top-right-radius: 18px;
            border-bottom-right-radius: 18px;
        }

            .phoneWrap .notch > div {
                background: rgba(255, 255, 255, 0.5);
                width: 15%;
                height: 40%;
                position: absolute;
                right: 40%;
                top: 30%;
                border-radius: 12px;
            }

        .phoneWrap .phoneButton {
            background: #000;
            width: 10%;
            height: 2%;
            position: absolute;
            border-radius: 22px;
            border-top: 2px solid #c0c0c0;
        }

        .phoneWrap .button1 {
            top: -1%;
            left: 14%;
        }

        .phoneWrap .button2 {
            top: -1%;
            left: 26%;
        }

    @media screen and (max-width: 1150px) {
        img.rp1 {
            width: 80%;
        }

        img.qrCode {
            left: 15%;
            width: 30%;
        }

        .phoneWrap {
            width: 53%;
        }
    }

    @media screen and (max-width: 800px) {
        img.rp1 {
            width: 100%;
        }

        img.qrCode {
            left: 5%;
            width: 35%;
        }

        .phoneWrap {
            width: 63%;
        }
    }

    /* Roots */
    .featureContent .roots {
        display: flex;
    }

        .featureContent .roots > div {
            min-width: 50%;
            max-width: 50%;
        }

            .featureContent .roots > div:first-child {
                padding-left: 30px;
            }

            .featureContent .roots > div:last-child {
                padding-left: 30px;
                padding-right: 30px;
            }

    .rootHead {
        align-items: center;
        display: flex;
    }

        .rootHead > div:first-child {
            min-width: 128px;
            max-width: 128px;
            margin-right: 32px;
            margin-left: -32px;
        }

        .rootHead .h2Tag {
            margin-bottom: 5px;
        }

        .rootHead h2 {
            margin: 0;
        }

    @media screen and (max-width: 1080px) {
        .rootHead > div:first-child {
            margin-left: 32px;
            margin-right: 23px;
        }
    }

    @media screen and (max-width: 880px) {
        .featureContent .roots {
            flex-direction: column;
        }

            .featureContent .roots > div {
                min-width: 0;
                max-width: 550px;
                margin: 0 auto;
            }

            .featureContent .roots > div {
                padding-left: 30px;
                padding-right: 30px;
            }
    }

    @media screen and (max-width: 580px) {
        .rootHead {
            flex-direction: column;
        }

            .rootHead > div:first-child {
                margin-left: 0;
                margin-right: 0;
            }

            .rootHead > div:last-child {
                margin-left: 0;
                margin-right: 0;
                width: 100%;
                padding: 0 32px;
                margin-top: 16px;
            }

            .rootHead h2 {
                text-align: left !important;
            }
    }

    /* Learn JS*/
    .learnJS {
        background: #FCFCFC;
        padding-top: 100px;
        margin-bottom: 100px;
        padding-bottom: 0;
        position: relative;
    }

    .learnJsCols {
        display: flex;
        align-items: center;
        margin: 0 32px;
    }

        .learnJsCols > div:first-child {
            min-width: 60%;
            max-width: 60%;
            padding-right: 30px;
        }

    @media screen and (max-width: 825px) {
        .learnJsCols {
            flex-direction: column;
        }

            .learnJsCols > div:first-child {
                min-width: 0;
                max-width: 600px;
                padding-right: 0;
                margin-bottom: 60px;
            }

            .learnJsCols h2 {
                text-align: left !important;
            }

        .perfWrap {
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

            .perfWrap .stdCol > div:first-child {
                min-width: 100%;
                max-width: 100%;
            }

            .perfWrap .stdCol > div:last-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

            .perfWrap .stdCol > div:first-child p {
                max-width: 550px;
            }

        .perfSubHead {
            margin-left: 38px;
        }

        .featureContent.remotePreview .stdCol {
            flex-direction: row;
        }
    }

    @media screen and (max-width: 680px) {
        .featureContent.remotePreview .stdCol {
            flex-direction: column;
        }

            .featureContent.remotePreview .stdCol > div {
                padding: 0 !important;
                margin: 0 auto;
                max-width: 100%;
                min-width: 0;
            }
    }

    /* Std col */
    .stdCol {
        display: flex;
        align-items: center;
        margin: 0 32px;
    }

        .stdCol > div:first-child {
            min-width: 60%;
            max-width: 60%;
            padding-right: 30px;
        }

    @media screen and (max-width: 825px) {
        .stdCol {
            flex-direction: column;
        }

            .stdCol > div:first-child {
                min-width: 0;
                max-width: 600px;
                padding-right: 0;
                margin-bottom: 60px;
            }

            .stdCol h2 {
                text-align: left !important;
            }
    }


    /* Easy col */
    .featureContent.easy a {
        margin-bottom: 60px;
    }

    .featureContent.easy .compareWrap {
        -webkit-transform: perspective(800px) rotateY(0);
        transform: perspective(800px) rotateY(0);
    }

    @media screen and (max-width: 1280px) {
        .featureContent.easy {
            margin-left: 0;
        }

            .featureContent.easy .stdCol > div:first-child {
                min-width: 50%;
                max-width: 50%;
            }
    }

    .ballVid {
        border-radius: 3px;
        background: #26292d;
        padding: 5px;
        width: 230%;
        -webkit-transform: perspective(800px) rotateY(-8deg);
        transform: perspective(800px) rotateY(-8deg);
        box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
    }

        .ballVid video {
            display: block;
            width: 100%;
        }

        .ballVid a.openDemo {
            position: absolute !important;
            bottom: -80px !important;
            left: -20px !important;
        }

    span.dateRange {
        color: rgba(255, 255, 255, 0.7);
        font-style: italic;
        font-size: 0.85rem;
        display: block;
        text-align: center;
        margin: 0 auto;
        max-width: 250px;
        margin-top: 20px;
        line-height: 120%;
    }

    .easy .compareWrap p {
        margin: 0 auto;
    }

    @media screen and (max-width: 1100px) {
        .featureContent.easy {
            margin: 0 30px;
            max-width: 100%;
        }

            .featureContent.easy .stdCol {
                flex-direction: column;
                margin: 0 auto !important;
            }

                .featureContent.easy .stdCol > div:first-child {
                    min-width: 0;
                    max-width: 600px;
                    padding-right: 0;
                    margin-bottom: 60px;
                }

            .featureContent.easy .compareWrap {
                max-width: 500px;
                margin: 0 auto;
            }

                .featureContent.easy .compareWrap p {
                    max-width: 100%;
                }

        .ballVid {
            width: 100%;
            -webkit-transform: perspective(800px) rotateY(0);
            transform: perspective(800px) rotateY(0);
            margin-bottom: 100px;
        }
    }

    /* mid slant*/
    .midSeg {
        padding-top: 180px;
        overflow: visible;
        position: relative;
    }

        .midSeg h2 {
            color: #fff;
            text-align: center !important;
        }

        .midSeg h2 {
            max-width: 100% !important;
        }

        .midSeg .h2Tag {
            color: #FFFF00;
        }

        .midSeg .compareWrap {
            max-width: 400px;
            margin: 0 auto;
            position: relative;
            top: 30px;
        }

        .midSeg .compareWrap {
            -webkit-transform: none;
            transform: none;
        }

        .midSeg p {
            max-width: 600px;
            margin: 0 auto;
            margin-bottom: 32px;
            text-align: center !important;
            color: #fff;
        }

    .midSlant {
        height: 300px;
        width: 300%;
        min-width: 800px;
        background: #FCFCFC;
        margin-top: -300px;
        transform: skewY(-3deg);
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .underCircles {
        position: relative;
        z-index: 3;
    }
    /* Updates */
    .updatesWrap {
        background: #FCFCFC;
        padding-bottom: 1px;
        padding-top: 50px;
    }

        .updatesWrap .compareWrap a {
            color: #fff;
            text-decoration: underline;
            font-size: 0.75rem;
        }

    /* Lets go */
    .letsGo {
        text-align: center;
        margin-bottom: 100px;
        background: radial-gradient(ellipse at left, #42485D 20%, #090A0F 100%);
        padding: 60px;
    }

        .letsGo h2 {
            text-align: center !important;
            max-width: 100%;
            color: #ffff00;
            margin-bottom: 5px;
            margin-top: 0;
        }

        .letsGo p {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 500;
            margin: 0 auto;
            max-width: 650px;
            margin-top: 0;
            text-align: left;
            margin-bottom: 30px;
        }

            .letsGo p a {
                color: #fff;
                font-weight: 500;
                text-decoration: underline;
            }

        .letsGo .buttons a {
            display: inline-block;
            background: #ff00cc;
            border: 2px solid #ff00cc;
            padding: 12px 30px;
            border-radius: 6px;
            font-size: 1.2rem;
            color: #fff;
            font-weight: 500;
        }


    @keyframes animate {
        0% {
            transform: translateY(0) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }

        100% {
            transform: translateY(-1000px) rotate(720deg);
            opacity: 0;
            border-radius: 50%;
        }
    }

    h1 {
        font-size: 2.5rem;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        color: #efefef;
    }

        h1 span {
            color: #FFFF00;
            display: block;
            font-size: 3rem;
        }

    .featureContent {
        max-width: 950px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .featureContent {
        margin-bottom: 100px;
    }

    h2 {
        display: block;
        max-width: 500px;
    }
    /* Small print */
    .smallPrint ol {
        margin: 0 30px;
        padding: 0;
    }

        .smallPrint ol li {
            margin: 0;
            padding: 0;
            font-size: 0.85rem;
            line-height: 120%;
        }

    /* Open demo */
    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;
        font-size: 1rem;
        white-space: nowrap;
    }

        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;
        }



    /* C3 logo */
    .c3LogoWrap {
        background: -webkit-linear-gradient(32deg, #333399, #ff00cc);
        background: linear-gradient(32deg, #333399, #ff00cc);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 12px;
        width: 96px;
        height: 96px;
        animation: float 3s ease-in-out infinite;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
        box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    }

        .c3LogoWrap img {
            display: block;
            height: 100%;
            width: 100%;
        }

    @keyframes float {
        0% {
            -webkit-transform: translatey(0px);
            transform: translatey(0px);
        }

        50% {
            -webkit-transform: translatey(4px);
            transform: translatey(4px);
        }

        100% {
            -webkit-transform: translatey(0px);
            transform: translatey(0px);
        }
    }

    @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);
        }
    }