﻿.headWrap {
    display: flex;
}
.headWrap > div:first-child {
    flex-grow: 1;
    align-self: center;
}
.headWrap > div:last-child {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 223px;
    max-width: 223px;
    position: relative;
    margin-top: -90px;
}
.headWrap > div:last-child img {
    position: relative;
    bottom: -108px;
    display: block;
}
h1 {
    color: #2B2B2B;
    margin: 0;
    text-align: left !important;
}
h1 strong {
    white-space: nowrap;
}
p.h1Text {
    margin: 0;
    font-size: 2.85rem;
    color: #2B2B2B;
    line-height: 120% !important;
}
@media screen and (max-width:850px) {
    h1 {
        font-size: 3rem;
    }
    p.h1Text {
        font-size: 2rem;
    }
}
@media screen and (max-width:600px) {
    .headWrap {
        flex-wrap: wrap;
    }
    .headWrap > div:first-child {
        z-index: 2;
        display: flex;
        padding-right: 120px;
        margin-bottom: -200px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .headWrap > div:first-child > div {
        align-self: center;
        min-width: 100%;
    }
    .headWrap > div:last-child {
        min-width: 100%;
        max-width: 100%;
    }
    .headWrap > div:last-child img {
        left: calc(100% - 130px);
        right: auto;
        bottom: -93px;
        padding: 0 !important;
        width: 140px !important;
        margin: 0 !important;
    }
    h1 {
        font-size: 2rem;
    }

    p.h1Text {
        font-size: 1.4rem;
    }
}

/* Customer choices */
ul.customerChoices {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
}
ul.customerChoices li {
    margin: 0;
    padding: 0;
    display: block;
}

ul.customerChoices li:nth-child(1) {
    background:rgba(71, 118, 230, 0.9)
}
ul.customerChoices li:nth-child(2) {
    background:rgba(71, 118, 230, 0.95)
}
ul.customerChoices li:nth-child(3) {
    background:rgba(71, 118, 230, 1)
}
.customerChoiceWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.customerChoiceWrap > div {
    align-self: center;
}

/* Type col */
.customerChoiceWrap .typeCol {
    min-width: 25%;
    display: flex;
    align-items: center;
}
.customerChoiceWrap .typeCol:hover {
    text-decoration: none;
}
.customerChoiceWrap .typeCol h2 {
    color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    margin-left: 15px;
    flex-grow: 1;
    flex-shrink: 1;
}

/* Round ico */
.customerChoiceWrap .productRoundIco {
    border-radius: 50%;
    display: block;
    background: #fff;
    width: 42px;
    height: 42px;
    overflow: hidden;
    padding: 3px;
    box-shadow: 0 0 6px rgba(32, 35, 38, 0.1), 0 6px 3px rgba(32, 35, 38, 0.2);
    flex-grow: 0;
    flex-shrink: 0;
}

/* Details col */
.customerChoiceWrap .detailCol {
    min-width: 50%;
    border-right: 2px solid rgba(211, 237, 252, 0.1);
    padding: 15px 0;
}
.customerChoiceWrap .detailCol p {
    color: #d3f3fc;
    display: block;
    line-height: 150% !important;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}
.customerChoiceWrap .detailCol p a {
    color: #fff;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    white-space: nowrap;
}
.customerChoiceWrap .detailCol p a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}
.customerChoiceWrap .detailCol p a:hover {
    text-decoration: none;
    color: #d3f3fc;
}

/* Pricing col */
.customerChoiceWrap .pricingCol {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 25%;
    text-align: center;
}
.customerChoiceWrap .pricingCol a {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}
.customerChoiceWrap .fromPrice {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 100%;
    margin-top: 7px;
    transition: color 200ms ease-in-out;
}
.asterixContent {
    line-height: 100%;
    padding-top: 5px;
    margin-bottom: 30px;
    color: #c0c0c0;
}
ul.customerChoices li:hover .fromPrice {
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .customerChoiceWrap {
        flex-wrap: wrap;
    }
    .customerChoiceWrap .typeCol {
        min-width: 100%;
    }
    .customerChoiceWrap .detailCol {
        min-width: 0;
        flex-grow: 1;
        border-right: 0;
    }
    .customerChoiceWrap .detailCol p {
        padding: 0;
    }
    .customerChoiceWrap .pricingCol {
        min-width:  0;
        flex-shrink: 0;
        flex-grow: 1;
        padding: 0;
    }
}
@media screen and (max-width: 430px) {
    .customerChoiceWrap .typeCol h2 {
        text-align: left !important;
    }
}

/* I am an: */
.iAmA {
    background: #406ACF;
    color: white;
    display: inline-block;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 1.3rem;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 32px;
    position: relative;
    z-index: 2;
}

/* Robot head wrap */
.robotHeadWrap {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
}
.robotHeadWrap img {
    display: block;
}

/* More Q's '*/
.moreQuestionsWrap {
    border-radius: 3px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #fff4cd;
}
.moreQuestionsWrap p, .moreQuestionsWrap h3 {
    margin: 0;
    padding: 0;
}
.moreQuestionsWrap a {
    font-weight: 500;
}

/* IDea */
.idea, .info {
    border-radius: 3px;
    background: #fff4cd;
    margin-top: 5px;
    line-height: 100%;
    font-size: 0.9rem;
    padding: 0;
    display: flex;
}
.info {
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 50px;
    max-width: 700px;
}
.idea p, .info p {
    margin: 0;
    padding: 0;
    line-height: 110% !important;
    font-size: 0.9rem !important;
    font-style: italic;
    flex-grow: 1;
    align-self: center;
    padding: 10px !important;
    color: rgba(0, 0, 0, 0.6);
}
.info p {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}
.idea > div:first-child, .info > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    align-self: center;
}
.idea .i, .info .i {
    display: flex;
    width: 24px;
    height: 24px;
    background: #e7c64e;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    margin-left: -12px;
}

/* FAQ */
ul.faq {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 1200px;
}
ul.faq li {
    margin: 0;
    padding: 0;
    max-width: 50%;
    min-width: 50%;
    display: flex;
    padding: 0 30px;
    margin-bottom: 30px;
    line-height: 150%;
}
ul.faq li:hover span.faqIcon {
    animation: pulseGlobal 2s infinite;
}


ul.faq li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
}
ul.faq li > div:last-child {
    flex-grow: 1;
}
@media screen and (max-width: 800px) {
    ul.faq li {
        max-width: 100%;
        min-width: 100%;
        padding: 0;
    }
}

ul.faq h2 {
    font-size: 1.25rem;
    font-family: Roboto, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 10px;
}
ul.faq p {
    font-size: 1.15rem;
}
@media screen and (max-width: 430px) {
    ul.faq h2 {
        text-align: left;
    }
}

span.faqIcon {
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 1.35rem;
    color: #00CC00;
    background: #d3ffd3;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.publishEverywhere {
    background: #f6f6f6;
    margin-top: 30px;
    padding: 30px 0;
}
.publishEverywhere .contentWrapper {
    display: flex;
    max-width: 900px;
}
.publishEverywhere .contentWrapper > div:first-child {
    flex-shrink: 1;
    flex-grow: 1;
    margin-right: 30px;
}
.publishEverywhere .contentWrapper > div:last-child {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 177px;
    position: relative;
    max-width: 177px;
}
.publishEverywhere .contentWrapper > div:last-child img {
    position: absolute;
    top: 50%;
    margin-top: -85px;
}
.publishEverywhere h2, .publishEverywhere p {
    margin: 0;
}

/* Features */
.featureWrap {
    display: flex;
}
.featureWrap > div:first-child {
    min-width: 233px;
    max-width: 233px;
    margin-right: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: center;
}
.featureWrap > div:last-child {
    flex-grow: 1;
    align-self: center;
}
.featureWrap ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    margin-left: 20px;
    margin-bottom: -15px;
}
.featureWrap ul li {
    margin: 0;
    padding: 0;
    min-width: 33.3333%;
    max-width: 33.3333%;
    color:#686f76;
    font-size: 1.1rem;
    position: relative;
    line-height: 120%;
    margin-bottom: 15px;
    padding-right: 25px;
}


@media screen and (max-width: 1150px) {
    .featureWrap ul li {
        min-width: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 870px) {
    .featureWrap ul li {
        min-width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .featureWrap > div:first-child {
        min-width: 100px;
        max-width: 100px;
        margin-right: 30px;
        align-self: flex-start;
    }
}
@media screen and (max-width: 500px) {
    .featureWrap {
        flex-wrap: wrap;
    }
    .featureWrap > div:first-child {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .featureWrap > div:first-child img {
        max-height: 100px !important;
        width: auto !important;
        margin: 0 auto;
    }
    .idea .i {
        margin-left: 10px;
    }
}

h2.quoteHead {
    margin-bottom: 10px;
}
ul.quotes {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
ul.quotes li.quote {
    margin: 0;
    padding: 0;
    max-width: 50%;
    min-width: 50%;
    padding-bottom: 50px;
}
ul.quotes li.quote:nth-child(even) {
    padding-left: 30px;
}
ul.quotes li.quote:nth-child(odd) {
    padding-right: 30px;
}

@media screen and (max-width: 1150px) {
    ul.quotes li.quote {
        max-width: 100%;
        min-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.quote {
    display: flex;
}
.quote > div:first-child {
    flex-shrink: 0;
    flex-grow: 0;
    width: 128px;
    line-height: 100%;
}
.quote > div:last-child {
    flex-shrink: 1;
    flex-grow: 1;
}
@media screen and (max-width: 475px) {
    .quote {
        flex-wrap: wrap;
        padding-bottom: 5px !important;
    }
    .quote > div:first-child {
        flex-shrink: 1;
        flex-grow: 1;
        width: 100%;
        display: flex;
    }
    .quote .quotePhotoWrap {
        width: 74px !important;
        height: 74px !important;
        margin-right: 10px !important;
        position: relative;
        top: 10px;
        z-index: 2;
    }

    .quote .quoteTextWrap span.triangle {
        top: -2px !important;
        left: 80px !important;
        z-index: -1;
    }
    .quote span.quoteMark {
        display: none !important;
    }
    .quote .quoteTextWrap {
        padding-left: 20px !important;
    }
    .quote > div:first-child > div:last-child {
        flex-grow: 1;
        padding-top: 10px;
    }
    .quote > div:first-child > div:last-child span {
        text-align: left !important;
    }
}

.quote .quotePhotoWrap {
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    border: 3px solid #406ACF;
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
    opacity: 0.4;
}
.quote:hover .quotePhotoWrap { 
    filter: grayscale(0);
    opacity: 1.0;
}
.quote .quotePhotoWrap img {
    display: block;
    border-radius: 50%;
}
.quote span.who {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 120%;
    transition: color 300ms ease-in-out;
    overflow: hidden;
    max-width: 90%;
}
.quote:hover span.who {
    color: #406ACF;
}
.quote span.who2 {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
    text-align: center;
    line-height: 120%;
}
.quote .quoteTextWrap .inner {
    max-width: 600px;
}
.quote .quoteTextWrap {
    position: relative;
    background: #f0f0f0;
    border-radius: 3px;
    padding: 20px;
    padding-left: 50px;
}
.quote .quoteTextWrap span.triangle {
    background: #f0f0f0;
    display: block;
    width: 32px;
    height: 22px;
    position: absolute;
    top: 32px;
    left: -10px;
    transform: rotate(-45deg);
}
.quote .quoteTextWrap p {
    margin: 0;
}
.quote span.quoteMark {
    font-size: 5rem;
    font-family: Georgia, serif;
    position: absolute;
    top: 25px;
    left: 10px;
    color: #c0c0c0;
}
.quote .starWrap {
    display: flex;
    margin-left: -3px;
    margin-top: 5px;
}
.hr {
    height: 2px;
    background: #efefef;
    margin-bottom: 50px;
}

/* FEATURE TABLE */
.featureTableWrap {
    background: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    margin: 0;
    padding: 5px;
    position: relative;
    margin-bottom: 60px;
}
.featureTableWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}
.featureTableWrap li {
    margin: 0;
    padding: 0;
    position: relative;
}
.featureTableWrap ul.feature, .featureTableWrap ul.head {
    display: flex;
}

/* Head */
.featureTableWrap ul.head {
    background: #00d2ff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.featureTableWrap ul.head > li {
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
}

/* Small head */
.featureTableWrap ul.head.small {
    margin-left: -9px;
    margin-right: -9px;
    border-radius: 0;
}

.featureTableWrap ul.head.small > li {
    padding: 3px 0;
    font-size: 1.15rem !important;
}

/* Column layout */
.featureTableWrap ul.feature > li, .featureTableWrap ul.head > li {
    min-width: 25%;
    max-width: 25%;
    text-align: center;
}
.featureTableWrap ul.feature > li:first-child, .featureTableWrap ul.head > li:first-child {
    min-width: 50%;
    max-width: 50%;
    text-align: left;
    padding-left: 20px;
}
.featureTableWrap ul.head.small > li:first-child {
    min-width: 100%;
    max-width: 100%;

}

/* Count columns */
.featureTableWrap ul.feature > li:nth-child(2), .featureTableWrap ul.feature > li:nth-child(3) {
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 200ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featureTableWrap ul.feature > li:nth-child(2) {
    color: #c0c0c0;
    font-weight: normal;
}

/* Feature column */
.featureTableWrap ul.feature > li {
    align-self: center;
    padding: 8px 0;
}
.featureTableWrap ul.feature > li:first-child h4 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    transition: all 200ms ease-in-out;
    line-height: 130%;
}
.featureTableWrap ul.feature > li:first-child p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

/* Top images */
.featureTableWrap img.monkeyTopper2 {
    position: absolute;
    right: calc(12.5% - 0);
    bottom:calc(100% - 25px);
    z-index: 2;
}
/* Infinity */
.featureTableWrap span.infinity {
    font-size: 0;
    display: flex;
    margin: 0 auto;
}
.featureTableWrap span.infinity span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00d2ff;
    color: #fff;
    font-weight: 500;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    max-width: 32px;
    margin: 0 auto;
    flex-shrink: 0;
}
.featureTableWrap span.infinity span:last-child {
    font-size: 0;
    color: #00d2ff;
    font-style: italic;
    transition: all 300ms ease-in-out;
    line-height: 100%;
    min-width: 100%;
    max-width: 100%;
    align-self: center;
    text-align: left;
    padding-bottom: 2px;
}

/* Check */
.featureTableWrap span.check {

}
.featureTableWrap span.check span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00d2ff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    padding: 2px;
}

/* Cross */
.featureTableWrap span.cross {

}
.featureTableWrap span.cross span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c0c0c0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 2px;
}

/* Hover FX */
.featureTableWrap ul.feature:hover {
    background: #f5f5f5;
    border-radius: 3px;
}
.featureTableWrap ul.feature:hover li:first-child h4 {
    color: #00d2ff;
}

.featureTableWrap ul.feature:hover span.infinity span:first-child {
    animation: infinityPulse 0.8s infinite;
    margin-bottom: 5px;
}
.featureTableWrap ul.feature:hover span.infinity span:last-child {
    font-size:1.2rem;
    padding-left: 7px;
}
.featureTableWrap ul.feature:hover span.check span:first-child {
    animation: infinityPulse 0.8s infinite;
}
.featureTableWrap ul.feature:hover span.infinity {

}
@keyframes infinityPulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #00d2ff;
        box-shadow:0 0 0 0 #00d2ff;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

/* More benefits */
#MoreBenefits {
    position: absolute;
    z-index: -1;
    top: -20px;
}
#MoreBenefits + div.expandableWrap{
    display: none;
}
#MoreBenefits:checked + div.expandableWrap
{
    display: block;
}
.featureTableWrap ul.head label {
    display: block;
    margin-left: -20px;
    margin-top: -3px;
    margin-bottom: -3px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    background: #dc0d8a;
    align-items: center;
}
.timelineSecs {
    display: block !important;
    line-height: 120% !important;
}
    .timelineSecs span {
        font-size:0.85rem;
        display: block !important;
    }
.featureTableWrap ul.head label:hover {
    text-decoration: underline;
}
div.expandableWrap span.check > span:first-child {
    background: #dc0d8a !important;
}
.featureTableWrap div.expandableWrap ul.feature:hover span.check span:first-child {
    animation: infinityPulseRed 0.8s infinite;
}
.featureTableWrap div.expandableWrap ul.feature:hover li:first-child h4 {
    color: #dc0d8a;
}
.featureTableWrap div.expandableWrap span.infinity span:first-child {
    background: #dc0d8a;
}
.featureTableWrap div.expandableWrap span.infinity span:last-child {
    color: #dc0d8a;
}

.featureTableWrap div.expandableWrap ul.feature:hover span.infinity span:first-child {
    animation: infinityPulseRed 0.8s infinite;
}


@keyframes infinityPulseRed {
    0% {
        -moz-box-shadow: 0 0 0 0 #dc0d8a;
        box-shadow:0 0 0 0 #dc0d8a;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

/* Responsive */
@media screen and (max-width: 500px) {
    .featureTableWrap {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .featureTableWrap ul.feature > li:first-child, .featureTableWrap ul.head > li:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .featureTableWrap ul.head.small {
        margin-left: 0;
        margin-right: 0;
    }
    .featureTableWrap ul.head label {
        margin-left: -10px;
        margin-right: -10px;
    }
    .featureTableWrap ul.feature {
        flex-wrap: wrap;
        border-bottom: 1px solid #efefef;
    }
    .featureTableWrap  ul.feature > li:first-child {
        min-width: 100%;
        max-width: 100%;
    }
    .featureTableWrap  ul.feature > li:nth-child(2) {
        margin-left: 50%;
    }

    .featureTableWrap img.monkeyTopper2 {
        width: 100px;
        right: 20px;
        bottom: calc(100% - 15px);
    }
    .featureTableWrap ul.feature:hover span.infinity span:first-child {
        margin-bottom: 0;
    }
    .featureTableWrap ul.feature:hover span.infinity span:last-child {
        display: none;
        padding-left: 0;
    }
}

.slantedBackground {
    background-image: linear-gradient(-100deg, #3fdafb  0%, #00B4DB 100%);
}
.slantedBackground span {
    height: 30px !important;
    width: 40%;
    min-width: 400px;
    right: 0;
    left: auto !important;
    opacity: 0.2;
    background: #00B4DB !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: 120px;
}
.slantedBackground span:nth-child(2){
    width: 40%;
    animation-duration: 4.3s;
    bottom: 120px;
}
.slantedBackground span:nth-child(3){
    width: 50%;
    animation-duration: 9.2s;
    bottom: 150px;
}
.slantedBackground span:nth-child(4){
    width: 30%;
    animation-duration: 8.4s;
    bottom: 150px;
}
.slantedBackground span:nth-child(5){
    width: 70%;
    animation-duration: 3.8s;
    bottom: 180px;
}
.slantedBackground span:nth-child(6){
    width: 45%;
    animation-duration: 5s;
    bottom: 180px;
}
.slantedBackground span:nth-child(7){
    width: 82%;
    animation-duration: 11.2s;
    bottom: 210px;
}
.slantedBackground span:nth-child(8){
    width: 35%;
    animation-duration: 6.9s;
    bottom: 210px;
}
.slantedBackground span:nth-child(9){
    width: 60%;
    animation-duration: 7.2s;
    bottom: 240px;
}
.slantedBackground span:nth-child(10){
    width: 40%;
    animation-duration: 3.7s;
    bottom: 240px;
}
.slantedBackground span:nth-child(11){
    width: 30%;
    animation-duration: 11s;
    bottom: 270px;
}
.slantedBackground span:nth-child(12){
    width: 60%;
    animation-duration: 12s;
    bottom: 270px;
}
.slantedBackground span:nth-child(13){
    width: 50%;
    animation-duration: 9s;
    bottom: 300px;
}
.slantedBackground span:nth-child(14){
    width: 35%;
    animation-duration: 7s;
    bottom: 300px;
}
.slantedBackground span:nth-child(15){
    width: 80%;
    animation-duration: 5s;
    bottom: 330px;
}
@keyframes slider1 {
    0% {
        right: -100%;
        width: 100%;
    }
    100% {
        right: 100%;
        width: 0%;
    }
}

.moreQuestionsWrap.license {
    margin: 0;
    border-radius: 0;
    max-width: 50%;
    padding: 15px 20px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.moreQuestionsWrap.license h3 {
    font-size: 1rem;
    line-height: 130%;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}
.moreQuestionsWrap.license p {
    font-size: 1rem;
    line-height: 130% !important;
}

/* Responsive */
@media screen and (max-width: 500px) {
    .moreQuestionsWrap.license {
        max-width: 100%;
        padding-right: 100px;
    }
}

.faqWrap {
    padding: 60px 0;
    padding-bottom: 0;
    background: #fbfbfb;
    position: relative;
    margin-bottom: -60px;
}
.faqWrap h2 {
    text-align: left;
}
.faqWrap h2.main {
    text-align: center;
    margin-bottom: 50px;
}

/* Two col FAQ */
.twoColFaq {
    display: flex;
    position: relative;
    z-index: 2;
}
.twoColFaq > div:first-child {
    max-width: 65%;
    align-self: center;
    padding-right: 100px;
    align-self: flex-start;
    padding-bottom: 100px;
}
.twoColFaq > div:last-child {
    max-width: 35%;
    min-width: 35%;
    min-width: 270px;
    align-self: flex-start;
}
.twoColFaq ul.faq {
    margin: 0;
}
.twoColFaq ul.faq > li {
    min-width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

@media screen and (max-width: 900px) {
    .twoColFaq > div:first-child {
        padding-right: 60px;
    }
}
@media screen and (max-width: 750px) {
    .twoColFaq {
        flex-wrap: wrap;
    }

    .twoColFaq > div:first-child {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
    .twoColFaq > div:last-child {
        max-width: 85%;
        min-width: 85%;
        margin: 0 auto;
    }
    .highlightedFaq {
        margin-top: 0;
    }
}


.faqSlant {
    width: 100%;
    height: 300px;
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: -200px;
}
.greyBG, .faqWrap {
    background: #F6F6F6;
}
.faqSlant span {
    display: block;
    height: 33.33333%;
    position: absolute;
}
.faqSlant span:nth-child(1) {
    left: 53.3333%;
    width: 13.3333%;
    background: #8febff;
}
.faqSlant span:nth-child(2) {
    left: 66.66666%;
    width: 100%;
    background: #00d2ff;
}
.faqSlant span:nth-child(3) {
    top: 33.3333%;
    left: 0;
    width: 20%;
    background: #8febff;

}
.faqSlant span:nth-child(4) {
    left: 0;
    width: 27%;
    background: #00d2ff;
}
.faqSlant span:nth-child(5) {
    top: 66.66666%;
    left: -2px;
    width: 7%;
    border: 1px solid #99e9fa;
    height: calc(33.33333% - 2px);
}
.faqSlant span:nth-child(6) {
    top: 66.66666%;
    left: 90%;
    width: 40%;
    background: #64e4ff;
}
.faqSlant span:nth-child(7) {
    top: 33.33333%;
    right: 0;
    left: auto;
    width:22%;
    background: #F6F6F6;
    height: 33.33333%
}

.buyHead {
    padding: 60px 0;
}
.buyHead h1 {
    color: white;
    text-align: center !important;
}

@media screen and (max-width: 600px) {
    
    .buyHead {
        padding: 30px 0;
    }
    .buyHead h1 {
        font-size: 3rem;
    }
}
.belowSlant {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
.white:before {
    display: block;
    background: #fff;
    height: 600px;
    margin-bottom: -600px;
    content: '';
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.currWrapper {
    margin-top: -25px;
    margin-bottom: 30px;
}
.currWrapper .currencySelector {
    padding: 6px 10px;
}
.sell {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 120px;
}
.sell h2 {
    margin-bottom: 10px;
}
.sell p {
    margin-bottom: 60px;
    font-size: 1.4rem;

}
.loadAsterix {
    font-size: 0.75rem;
    line-height: 100%;
    margin-top: 5px;
    color: #666;
}

/* Colour themeing */

.slantedBackground {
    background-image: linear-gradient(-100deg, #ff00cc   0%, #333399 100%);
}
.slantedBackground span {
    background: #ff00cc !important;
}
.faqSlant span:nth-child(1) {
    background: #ff00cc;
}
.faqSlant span:nth-child(2) {
    background: #333399;
}
.faqSlant span:nth-child(3) {
    background: #ff00cc;
}
.faqSlant span:nth-child(4) {
    background: #333399;
}
.faqSlant span:nth-child(5) {
    border: 1px solid #ff49db;
}
.faqSlant span:nth-child(6) {
    background: #ff00cc;
}
.featureTableWrap ul.head {
    background: #406ACF !important;
}
.featureTableWrap span.infinity span:first-child {
    background: #406ACF;
}
.featureTableWrap span.infinity span:last-child {
    color: #406ACF;
}
.featureTableWrap ul.feature:hover li:first-child h4 {
    color: #406ACF;
}
.featureTableWrap span.check span:first-child {
    background: #406ACF;
}
.featureTableWrap ul.feature:hover span.infinity span:first-child {
    animation: infinityPulsePurp 0.8s infinite;
}
.featureTableWrap ul.feature:hover span.check span:first-child {
    animation: infinityPulsePurp 0.8s infinite;
}
.highlightedFaq {
    background-image: linear-gradient(-100deg, #333399  0%, #ff00cc 100%);
    animation-duration: 5s;
}
@keyframes infinityPulsePurp {
    0% {
        -moz-box-shadow: 0 0 0 0 #406ACF;
        box-shadow:0 0 0 0 #406ACF;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}




ul.optionList {
    display: inline-flex;
}
li.poInfoBox {
    min-width: 100%;
    text-align: center;
    line-height: 110%;
    padding-top: 10px;
}
    li.poInfoBox strong {
        font-size: 1.15rem;
        font-weight: 500;
        display: block;
        margin-bottom: 12px;
    }
    li.poInfoBox div.inner {
        background: #FFFBE5;
        max-width: 815px;
        color: #5C3C00;
        font-size: 1rem;
        border-radius: 3px;
        padding: 15px;
        border: 1px solid #FFF5C2;
        margin: 0 auto;
        line-height: 110%;
        margin-top: -30px;
        margin-bottom: 30px;
    }
li.poInfoBox div.inner > div {
    margin-bottom: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 110%;
}
li.poInfoBox div.inner > div + div {
    margin-top: 10px;
}
li.poInfoBox div.inner > div > div:first-child {
    flex: 1;
}
li.poInfoBox > div a.button {
    white-space: nowrap;
    margin-left: 20px;
}

@media screen and (max-width: 550px) {

    li.poInfoBox div.inner > div {
        display: block;
    }

    li.poInfoBox div.inner > div div:nth-child(2) {
        text-align:center;
        padding-top: 10px;
    }

}

    ul.optionList .equivalent {
        font-size: 0.8rem;
        line-height: 100%;
        background: #dc0d8a;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        margin-left: -3px;
        margin-right: -3px;
        margin-bottom: 20px;
        margin-top: -10px;
        font-weight: 500;
        padding: 7px 0;
    }

    .businessTypes {
        display: flex;
        margin-bottom: 40px;
    }

        .businessTypes > div {
            min-width: 33.33333%;
            max-width: 33.33333%;
            padding-right: 20px;
        }

            .businessTypes > div:last-child {
                padding-right: 0;
            }

        .businessTypes .highlightedFaq {
            margin-top: 0;
            height: 100%;
        }

            .businessTypes .highlightedFaq .inner {
                height: calc(100% - 150px);
                padding-bottom: 90px;
            }

            .businessTypes .highlightedFaq .topImage {
                height: 170px;
                background-repeat: no-repeat;
            }

            .businessTypes .highlightedFaq p {
                font-size: 1.15rem !important;
            }

            .businessTypes .highlightedFaq a.newButton {
                font-size: 1rem;
                text-transform: none;
                position: absolute;
                top: calc(100% - 73px);
                z-index: 3;
                width: 200px;
                height: 53px;
                margin-left: -100px;
            }

            .businessTypes .highlightedFaq ul {
                margin: 0;
                padding: 0;
                margin-left: 30px;
            }

                .businessTypes .highlightedFaq ul li {
                    font-size: 1.15rem;
                    line-height: 130%;
                    margin: 0;
                    padding: 0;
                    margin-bottom: 10px;
                }


        .businessTypes > div:nth-child(3) .topImage {
            background-position: 0 0;
        }

        .businessTypes .asterix {
            font-size: 0.75rem;
            line-height: 120%;
        }

    .busPriceWrap {
        position: relative;
        z-index: 3;
        padding: 60px 0;
    }

        .busPriceWrap.lighter {
            background-color: #fbfbfb;
            background-image: radial-gradient(circle at 100% 150%, #fbfbfb 24%, white 25%, white 28%, #fbfbfb 29%, #fbfbfb 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #fbfbfb 24%, white 25%, white 28%, #fbfbfb 29%, #fbfbfb 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #fbfbfb 11%, #fbfbfb 23%, white 24%, white 30%, #fbfbfb 31%, #fbfbfb 43%, white 44%, white 50%, #fbfbfb 51%, #fbfbfb 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #fbfbfb 6%, #fbfbfb 15%, white 16%, white 20%, #fbfbfb 21%, #fbfbfb 30%, white 31%, white 35%, #fbfbfb 36%, #fbfbfb 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #fbfbfb 6%, #fbfbfb 15%, white 16%, white 20%, #fbfbfb 21%, #fbfbfb 30%, white 31%, white 35%, #fbfbfb 36%, #fbfbfb 45%, white 46%, white 49%, transparent 50%, transparent);
            background-size: 100px 50px;
            border-top: 2px solid #f8f8f8;
            border-bottom: 2px solid #f8f8f8;
        }

        .busPriceWrap h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        .busPriceWrap .currWrapper {
            margin-bottom: 0;
        }

        .busPriceWrap p {
            max-width: 700px;
            margin: 0 auto;
            margin-bottom: 60px;
        }

    .busPricesWrap {
        background-position: bottom;
        background-repeat: repeat-x;
        margin-top: -30px;
    }

    .moreFaq {
        text-align: center;
        margin-bottom: 30px;
    }


    @media screen and (max-width: 900px) {

        .businessTypes {
            display: block;
        }

            .businessTypes > div {
                min-width: 100%;
                max-width: 100%;
                padding-right: 0;
                margin-bottom: 20px;
            }

                .businessTypes > div .topImage {
                    height: 350px !important;
                }

            .businessTypes .inner .innerContent {
                max-width: 550px;
                margin: 0 auto;
                padding-bottom: 10px;
            }
    }

    /* Addons */
    ul.includedAddons {
        list-style: none;
        margin: 0;
        padding: 5px 0;
        margin-bottom: 5px;
        background: #f6f6f6;
        border-radius: 0;
    }

        ul.includedAddons > li {
            margin: 0;
            padding: 0;
        }

            ul.includedAddons > li img {
                display: block;
            }

            ul.includedAddons > li .addon {
                display: flex;
                align-items: center;
                text-align: left;
            }

                ul.includedAddons > li .addon h3 {
                    font-size: 1rem;
                    margin: 0;
                    padding: 0;
                    line-height: 100% !important;
                }

                ul.includedAddons > li .addon p {
                    font-size: 1rem;
                    margin: 0;
                    padding: 0;
                    line-height: 100% !important;
                }

            ul.includedAddons > li > .addon > div {
                flex: 1;
                padding-left: 10px;
                line-height: 100% !important;
            }

                ul.includedAddons > li > .addon > div:first-child {
                    min-width: 52px;
                    max-width: 52px;
                    flex: 0;
                }

                ul.includedAddons > li > .addon > div:nth-child(2) {
                    flex: 50;
                }

        ul.includedAddons .includedMark {
            font-size: 0.85rem;
            line-height: 100%;
            white-space: nowrap;
            margin-right: 10px;
            font-weight: 500;
            padding: 5px;
        }

        ul.includedAddons a {
            font-size: 0.75rem;
            line-height: 100% !important;
            display: block;
            margin-top: 3px;
        }

    .optContent {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .optContent > div {
            min-width: 100%;
        }

            .optContent > div:last-child {
                display: flex;
                align-items: flex-end;
            }

                .optContent > div:last-child > div {
                    min-width: 100%;
                }




.volumeLicenseWrap {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    -moz-box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    box-shadow: 0 0 101px -27px rgba(0,0,0,0.54);
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}
.volumeLicenseWrap h2, .volumeLicenseWrap p {
    margin: 0;
    padding: 0;
}
.volumeLicenseWrap p {
    padding-top: 9px;
}
    .volumeLicenseWrap input[type=text],
    .volumeLicenseWrap select {
        font-size: 1.1rem;
        padding: 10px;
    }
.volumeLicenseWrap label {
    font-weight: 500;
    display: block;
    margin-top: 12px;
    line-height: 100%;
    margin-bottom: 3px;
}