html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::selection {
    background: #6365FA;
    color: #ffffff;
}
main {
    position: relative;
    display: block
}
main h2[class^=common-Uppercase] {
    color: #32325d;
    margin-bottom: 20px
}
.globalNav .colorize {
    color: #fff;
}
.globalNav .colorize.active,
.globalNav .colorize:hover {
    color: hsla(0, 0%, 100%, .6)
}
.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
@media (min-width: 670px) {
    .columns {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .logo {     
        float: left;        
        margin-left: 15px !important;       
    }       
}       
@media (min-width: 925px) {     
    .right-text {       
        margin-left: 25px;      
    }       
}       
@media(min-width: 880px) {      
    .globalFooterNav .metaNav {     
        text-align: left;       
    }       
}       
@media(max-width: 880px){       
    .globalFooterNav .metaNav {     
        margin-top: -40px;      
    }
}

@media (max-width: 599px) {
    .firstFeature {
        margin-top: -2em !important;
    }
}

@media (max-width: 1150px) {
    .bannerImage {
        margin-bottom: 3em !important;
    }
}

@media (min-width: 600px & max-width: 900px) {
    .firstFeature {
        margin-top: -5em !important;
    }
}

.firstFeature {
    margin-top: 4em !important;
}

.angle-clip-container {
    position: relative;
    overflow: hidden
}
@media (min-width: 880px) {
    .angle-clip-container {
        margin-top: -470px
    }
}
@keyframes pop {
    50% {
        transform: scale(1.1)
    }
}
aside.icosahedron {
    will-change: opacity, transform;
    transform: scale(.5);
    opacity: 0;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}
aside.icosahedron.visible {
    transform: none;
    opacity: 1
}
aside.icosahedron:before {
    content: "";
    position: absolute;
    width: 65vw;
    height: 65vw;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: calc(-100vw * .65 / 2 + 30px);
    margin-left: calc(-100vw * .65 / 2 + 10px)
}
@media (min-width: 420px) {
    aside.icosahedron:before {
        width: 340px;
        height: 340px;
        margin-top: -130px;
        margin-left: -150px
    }
}
@supports (filter: blur(45px)) {
    aside.icosahedron:before {
        background-color: rgba(52, 50, 112, .7);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="45" /></filter></svg>#filter');
        filter: blur(45px)
    }
    @media (min-width: 420px) {
        aside.icosahedron:before {
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="60" /></filter></svg>#filter');
            filter: blur(60px)
        }
    }
}
aside.icosahedron canvas {
    position: relative;
    z-index: 0
}
aside.icosahedron .vertex-marker {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    margin-top: -6px;
    margin-left: -6px;
    z-index: 1;
    transition: opacity .35s cubic-bezier(.175, .885, .32, 1.275);
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity
}
aside.icosahedron .vertex-marker.initially-hidden {
    opacity: 0!important
}
aside.icosahedron .vertex-marker.initially-hidden .label-container {
    transform: scale(.6)!important
}
aside.icosahedron .vertex-marker.visible {
    opacity: 1
}
aside.icosahedron .vertex-marker.visible .label-container {
    transform: none
}
aside.icosahedron .vertex-marker .label-container {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(.175, .885, .32, 1.275);
    transform: scale(.6);
    transform-origin: 50% 50%
}
aside.icosahedron .vertex-marker .label-container .label {
    position: relative;
    border-radius: 15px;
    background-color: hsla(0, 0%, 100%, .5);
    will-change: transform;
    box-shadow: 0 15px 35px rgba(23, 55, 87, .1), 0 5px 15px rgba(0, 0, 0, .07);
    color: #895cf2;
    font-size: 15px;
    text-align: center;
    font-family: Camphor, Helvetica Neue;
    font-weight: 500;
    padding: 5px 10px;
    transform-origin: 50% 50%;
    white-space: nowrap;
    transition: background-color 2s ease-in-out, color 2s ease-in-out
}
aside.icosahedron .vertex-marker .label-container .label.highlighted {
    transition-duration: .25s;
    animation: pop .2s ease-in-out;
    background-color: #895cf2;
    color: #fff
}
main header {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    margin-bottom: -160px;
    z-index:200;
}
@media (min-width: 880px) {
    main header {
        overflow: visible;
        padding: 0;
        margin: 0
    }
}
main header .stripes {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 260px;
    transform: skewY(-5deg);
    background-image: url('../img/bg-stories3.jpg');
    background-size: 1440px 840px;

    -webkit-animation: backgroundScroll 40s linear infinite;
    -webkit-animation-direction: alternate;  Safari 4.0 - 8.0 
    animation: backgroundScroll 40s linear infinite;
    animation-direction: alternate;
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: 1400px 0;}
}
        
@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: 1400px 0;}
}

@media (min-width: 670px) {
    main header .stripes {
        bottom: 290px
    }
}
@media (min-width: 880px) {
    main header .stripes {
        bottom: 200px;
    }
}
main header .stripes .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #555AF9 15%,#6365FA 70%, #89ACFF 94%);
    opacity: 0.95;
}
main header .stripes .stripe {
    position: absolute;
    height: 190px
}
main header .stripes .s1 {
    bottom: 380px;
    left: 16%;
    width: 41%;
    background: linear-gradient(90deg, rgba(67, 67, 141, .05), rgba(67, 67, 141, .1))
}
main header .stripes .s2 {
    bottom: 0;
    left: 0;
    width: 27%;
    background: linear-gradient(90deg, #c76eff, #b778ff)
}
main header .stripes .s3 {
    bottom: 0;
    right: 0;
    width: 30%;
    background: linear-gradient(90deg, #f4a3ea, #ffbe8a)
}
main header .stripes .s4 {
    height: 191px;
    bottom: -189px;
    left: 0;
    right: 60%;
    min-width: 0;
    background: linear-gradient(90deg, #f783c3, #f399ff)
}
@media (min-width: 880px) {
    main header .stripes .s4 {
        right: calc(50% + 90px);
        min-width: 430px
    }
}
main header .stripes .s5 {
    height: 191px;
    bottom: -189px;
    right: 0;
    width: 26%;
    background: linear-gradient(90deg, #fff, #f5f5ff)
}
main header .intro {
    position: relative;
    padding-top: 120px
}
@media (min-width: 880px) {
    main header .intro {
        padding-top: 145px;
    }
}
main header .intro .columns {
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 670px) {
    main header .intro .columns {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .intro p {
        max-width: 60%;
    }
}
@media (min-width: 880px) {
    main header .intro .columns {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .intro p {
        max-width: 50%;
    }
}

.intro p {
    max-width: 580px;
    margin-top: 20px;
    color: hsla(225, 100%, 92%, 1);
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

main header .intro .intro-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 610px;
    margin-top: -18px
}
@media (min-width: 670px) {
    main header .intro .intro-copy {
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}
@media (min-width: 880px) {
    main header .intro .intro-copy {
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}
main header .intro .intro-copy .common-ProductLockup {
    color: #fff;
    margin-left: -6px
}
@media (min-width: 1040px) {
    main header .intro .intro-copy .common-ProductLockup {
        margin-left: calc(-6px + (100vw - 1040px) * -.25)
    }
}
@media (min-width: 1160px) {
    main header .intro .intro-copy .common-ProductLockup {
        margin-left: -36px
    }
}
main header .intro .intro-copy h2 {
    margin-top: 20px;
    font-weight: 300;
    color: #f9e7ff;
}
@media (min-width: 420px) {
    main header .intro .intro-copy h2 {
        margin-top: 30px
    }
}
main header .intro .common-ButtonGroup {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}
@media (min-width: 880px) {
    main header .intro .common-ButtonGroup {
        margin-left: 50px;
        margin-top: -8px
    }
}
main header .intro .common-ButtonGroup .primary {
    color: #fff;
    background-color: #43458b
}
main header .intro .common-ButtonGroup .primary:hover {
    background-color: #555abf
}
main header .intro .common-ButtonGroup .primary:active {
    background-color: #32325d
}
main header .icosahedron {
    position: relative;
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    margin-top: 50px;
    z-index: 1
}
@media (min-width: 420px) {
    main header .icosahedron {
        width: 450px;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 880px) {
    main header .icosahedron {
        margin-left: -60px;
        margin-top: 60px;
    }
}
section.prevention {
    position: relative
}
section.prevention .intro-copy {
    margin-top: 30px
}
@media (min-width: 670px) {
    section.prevention .intro-copy {
        margin-top: 70px
    }
}
@media (min-width: 880px) {
    section.prevention .intro-copy {
        margin-left: 500px;
        margin-top: 120px;
        min-height: 320px
    }
}
section.prevention ul {
    margin-top: 20px
}
@media (min-width: 670px) {
    section.prevention ul {
        margin-top: 35px;
    }
}
section.techguide {
    /*max-width: 600px;*/
    margin-top: 60px;
}
@media (min-width: 670px) {
    section.techguide {
        margin-top: 80px
    }
}
section.techguide .common-Card {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}
@media (min-width: 880px) {
    section.techguide .common-Card {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
section.techguide .copy {
    /*max-width: 600px*/
    text-align: center;
}
section.techguide .copy h3 {
    margin-bottom: 20px;
    margin-top: -5px;
}
section.techguide .copy .common-Button--default {
    margin-top: 25px
}

.pricingTable {
    font-size: 0;
    margin-top: 80px;
}

.pricingTable .copy {
    /*max-width: 600px*/
    text-align: center;
}
.pricingTable .copy h3 {
    margin-bottom: 20px;
    margin-top: -5px;
}
.pricingTable .copy .common-Button--default {
    margin-top: 25px
}

.pricingTable > div {
    font-size: 16px; /*reset font size*/
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 900px) { /*breakpoint*/
    .pricingTable > div {
        display: block;
        width: 100%;
    }
}

.pricingCard {
    /*max-width: 33%;*/
    margin-top: 60px;
}
@media (min-width: 670px) {
    .pricingCard {
        margin-top: 80px
    }
}
.pricingCard .common-Card {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}
@media (min-width: 880px) {
    .pricingCard .common-Card {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.pricingCard .copy {
    /*max-width: 600px*/
    text-align: center;
}
.pricingCard .copy h3 {
    margin-bottom: 20px;
    margin-top: -5px;
}
.pricingCard .copy .common-Button--default {
    margin-top: 25px
}

@keyframes button-press {
    0% {
        transform: none
    }
    33%,
    67% {
        transform: scale(.9)
    }
    to {
        transform: none
    }
}
@keyframes button-highlight {
    0% {
        opacity: 0
    }
    33%,
    67% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
section.simplify {
    position: relative;
    padding-top: 90px
}
@media (min-width: 670px) {
    section.simplify {
        /* padding-top: 120px */
    }
}
section.simplify:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000%;
    top: -80px;
    transform: skewY(-5deg);
    background-color: #f6f9fc;
    z-index: -1;
}
section.simplify .intro-copy {
    max-width: 840px
}
@media (min-width: 880px) {
    section.simplify .intro-copy {
        text-align: center
    }
}
section.simplify .rules {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}
@media (min-width: 880px) {
    section.simplify .rules {
        -ms-flex-direction: row;
        flex-direction: row
    }
}
section.simplify .rules .copy {
    position: relative;
    min-width: 280px;
    max-width: 600px
}
@media (min-width: 880px) {
    section.simplify .rules .copy {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-right: 60px
    }
}
section.simplify .rules .copy h3 {
    margin-bottom: 10px
}
section.simplify .rules .rule-builder {
    position: relative;
    max-width: 600px;
    margin-top: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}
@media (min-width: 880px) {
    section.simplify .rules .rule-builder {
        -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
        margin-top: 0
    }
}
section.simplify .rules .rule-builder .header {
    padding: 15px 15px 20px
}
section.simplify .rules .rule-builder .header h3 {
    font-size: 17px;
    font-weight: 500;
    color: #32325d;
    margin-bottom: 3px
}
section.simplify .rules .rule-builder .header h3 span {
    color: #e25950
}
section.simplify .rules .rule-builder .header p {
    font-size: 16px;
    line-height: 23px;
    color: #6b7c93
}
section.simplify .rules .rule-builder .group {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #f6f9fc
}
section.simplify .rules .rule-builder .text-field {
    font-family: Source Code Pro;
    font-size: 15px;
    font-weight: 500;
    color: #6b7c93;
    padding-top: 7px
}
section.simplify .rules .rule-builder .text-field span.token {
    display: inline-block;
    height: 21px;
    padding: 0 5px;
    margin-top: 3px;
    border-radius: 11px;
    color: #9671f1;
    background-color: rgba(150, 113, 241, .1)
}
section.simplify .rules .rule-builder .text-field span.string {
    color: #e39f48
}
section.simplify .rules .rule-builder .stats h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #6b7c93;
    text-align: center
}
section.simplify .rules .rule-builder .stats .numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 520px;
    margin: 15px auto 0
}
section.simplify .rules .rule-builder .stats .numbers .stat {
    position: relative;
    text-align: center;
    -ms-flex: 1;
    flex: 1
}
section.simplify .rules .rule-builder .stats .numbers .stat h1 {
    font-size: 20px;
    font-weight: 400;
    color: #32325d
}
section.simplify .rules .rule-builder .stats .numbers .stat p {
    font-size: 14px;
    color: #6b7c93
}
section.simplify .rules .rule-builder .add-button {
    position: relative;
    float: right;
    height: 38px;
    border-radius: 4px;
    background-color: #45b2e8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 39px;
    color: #fff;
    text-align: center
}
section.simplify .manual-review {
    position: relative;
    padding-top: 40px;
    padding-bottom: 90px;
    margin-top: 30px
}
@media (min-width: 670px) {
    section.simplify .manual-review {
        padding-top: 10px;
        padding-bottom: 120px;
        margin-top: 80px
    }
}
section.simplify .manual-review:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000%;
    top: -150px;
    transform: skewY(-12deg);
    background-color: #edf2f7;
    z-index: -1
}
section.simplify .manual-review .container-lg {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 880px) {
    section.simplify .manual-review .container-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }
}
section.simplify .manual-review .copy {
    position: relative;
    min-width: 280px;
    max-width: 600px
}
@media (min-width: 880px) {
    section.simplify .manual-review .copy {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-left: 25px
    }
}
section.simplify .manual-review .copy h3 {
    margin-bottom: 10px
}
section.simplify .manual-review .review-queue {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% + 70px);
    height: 256px;
    max-width: 670px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}
@media (min-width: 880px) {
    section.simplify .manual-review .review-queue {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin-bottom: 0;
        margin-left: -35px
    }
}
section.simplify .manual-review .review-queue .charges {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
section.simplify .manual-review .review-queue .charge {
    position: absolute;
    height: 82px;
    left: 35px;
    right: 35px;
    top: 50%;
    margin-top: -41px;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge:nth-child(1) {
    transform: translateY(-200%) translateY(-4px);
    z-index: 5
}
section.simplify .manual-review .review-queue .charge:nth-child(2) {
    transform: translateY(-100%) translateY(-4px);
    z-index: 4
}
section.simplify .manual-review .review-queue .charge:nth-child(3) {
    z-index: 3
}
section.simplify .manual-review .review-queue .charge:nth-child(4) {
    transform: translateY(100%) translateY(4px);
    z-index: 2
}
section.simplify .manual-review .review-queue .charge:nth-child(5) {
    transform: translateY(200%) translateY(4px);
    z-index: 1
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .content,
section.simplify .manual-review .review-queue .charge:nth-child(2) .content,
section.simplify .manual-review .review-queue .charge:nth-child(4) .content,
section.simplify .manual-review .review-queue .charge:nth-child(5) .content {
    transform: scale(.95);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .risk-icon,
section.simplify .manual-review .review-queue .charge:nth-child(2) .risk-icon,
section.simplify .manual-review .review-queue .charge:nth-child(4) .risk-icon,
section.simplify .manual-review .review-queue .charge:nth-child(5) .risk-icon {
    background-color: #e6ebf1
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .detail h3,
section.simplify .manual-review .review-queue .charge:nth-child(2) .detail h3,
section.simplify .manual-review .review-queue .charge:nth-child(4) .detail h3,
section.simplify .manual-review .review-queue .charge:nth-child(5) .detail h3 {
    color: rgba(50, 50, 93, 0)
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .detail h3:after,
section.simplify .manual-review .review-queue .charge:nth-child(2) .detail h3:after,
section.simplify .manual-review .review-queue .charge:nth-child(4) .detail h3:after,
section.simplify .manual-review .review-queue .charge:nth-child(5) .detail h3:after {
    opacity: 1
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .detail p,
section.simplify .manual-review .review-queue .charge:nth-child(2) .detail p,
section.simplify .manual-review .review-queue .charge:nth-child(4) .detail p,
section.simplify .manual-review .review-queue .charge:nth-child(5) .detail p {
    color: rgba(107, 124, 147, 0)
}
section.simplify .manual-review .review-queue .charge:nth-child(1) .detail p:after,
section.simplify .manual-review .review-queue .charge:nth-child(2) .detail p:after,
section.simplify .manual-review .review-queue .charge:nth-child(4) .detail p:after,
section.simplify .manual-review .review-queue .charge:nth-child(5) .detail p:after {
    opacity: 1
}
section.simplify .manual-review .review-queue .charge.refunded .button.refund {
    transform: translateX(57px);
    background-color: rgba(136, 152, 170, 0)
}
section.simplify .manual-review .review-queue .charge.refunded .button.refund svg path {
    fill: #8898aa
}
section.simplify .manual-review .review-queue .charge.refunded .button.accept {
    opacity: 0
}
section.simplify .manual-review .review-queue .charge.accepted .button.refund {
    transform: scale(.9);
    opacity: 0
}
section.simplify .manual-review .review-queue .charge.accepted .button.accept {
    transition-delay: .15s;
    background-color: rgba(69, 178, 232, 0)
}
section.simplify .manual-review .review-queue .charge.accepted .button.accept svg path {
    fill: #45b2e8
}
section.simplify .manual-review .review-queue .charge .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), box-shadow .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .risk-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #f5be58;
    transition: background-color .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .detail {
    position: relative;
    margin: 0 10px
}
@media (min-width: 420px) {
    section.simplify .manual-review .review-queue .charge .detail {
        margin: 0 10px
    }
}
@media (min-width: 670px) {
    section.simplify .manual-review .review-queue .charge .detail {
        margin: 0 20px
    }
}
@media (min-width: 1040px) {
    section.simplify .manual-review .review-queue .charge .detail {
        margin: 0 35px
    }
}
section.simplify .manual-review .review-queue .charge .detail.customer {
    display: none;
    max-width: 30%;
    min-width: 0
}
@media only screen and (min-width: 400px) {
    section.simplify .manual-review .review-queue .charge .detail.customer {
        display: block
    }
}
@media (min-width: 670px) {
    section.simplify .manual-review .review-queue .charge .detail.customer {
        max-width: none
    }
}
section.simplify .manual-review .review-queue .charge .detail h3 {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #32325d;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .5s cubic-bezier(.645, .045, .355, 1)
}
@media (min-width: 670px) {
    section.simplify .manual-review .review-queue .charge .detail h3 {
        font-size: 17px
    }
}
section.simplify .manual-review .review-queue .charge .detail h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-radius: 2px;
    background-color: #cfd7df;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .detail p {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 14px;
    color: #6b7c93;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .5s cubic-bezier(.645, .045, .355, 1)
}
@media (min-width: 670px) {
    section.simplify .manual-review .review-queue .charge .detail p {
        font-size: 16px
    }
}
section.simplify .manual-review .review-queue .charge .detail p:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 4px;
    bottom: 4px;
    left: 0;
    border-radius: 2px;
    background-color: #e6ebf1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 47px;
    height: 38px;
    border-radius: 4px;
    transition: background-color .5s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .button+.button {
    margin-left: 10px
}
section.simplify .manual-review .review-queue .charge .button svg path {
    fill: #fff;
    transition: fill .5s cubic-bezier(.645, .045, .355, 1)
}
section.simplify .manual-review .review-queue .charge .button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: rgba(82, 95, 127, .5);
    opacity: 0
}
section.simplify .manual-review .review-queue .charge .button.click:after {
    animation: button-highlight .35s ease-in-out
}
section.simplify .manual-review .review-queue .charge .button.refund {
    background-color: #8898aa
}
section.simplify .manual-review .review-queue .charge .button.refund svg {
    margin-left: -2px
}
section.simplify .manual-review .review-queue .charge .button.accept {
    background-color: #45b2e8
}
section.simplify .manual-review .review-queue .charge .spacer {
    -ms-flex-positive: 1;
    flex-grow: 1
}
section.simplify .manual-review .review-queue .mask {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    z-index: 6
}
section.simplify .manual-review .review-queue .mask.top {
    top: 0;
    background: linear-gradient(180deg, #edf2f7, rgba(237, 242, 247, 0))
}
section.simplify .manual-review .review-queue .mask.bottom {
    bottom: 0;
    background: linear-gradient(0deg, #edf2f7, rgba(237, 242, 247, 0))
}
section.take-action {
    position: relative;
    padding: 90px 20px
}
@media (min-width: 670px) {
    section.take-action {
        padding: 120px 20px
    }
}
section.take-action>.columns {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 1040px) {
    section.take-action>.columns {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
}
section.take-action .intro-copy {
    max-width: 840px;
    margin: 0 auto
}
@media (min-width: 880px) {
    section.take-action .intro-copy {
        text-align: center
    }
}
section.take-action ul.feature-list {
    margin-top: 20px
}
@media (min-width: 880px) {
    section.take-action ul.feature-list {
        margin-top: 60px
    }
}
@media (min-width: 1040px) {
    section.take-action ul.feature-list {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}
section.take-action .video-container {
    position: relative;
    margin-top: 50px;
    z-index: 1;
    pointer-events: none
}
@media (min-width: 670px) {
    section.take-action .video-container {
        max-width: 600px
    }
}
@media (min-width: 1040px) {
    section.take-action .video-container {
        position: absolute;
        width: 100%;
        max-width: none;
        top: 0;
        left: 0;
        perspective: 1200px;
        perspective-origin: 80% 80%;
        z-index: 1000
    }
}
@media (min-width: 1040px) {
    section.take-action .video-container.collapsed .video {
        cursor: pointer;
        transform: scale(.45) rotateX(3deg) rotateY(-15deg) rotate(-1deg) translateX(500px) translateY(300px)!important
    }
    section.take-action .video-container.collapsed .video video {
        border-radius: 14px
    }
}
@media (min-width: 1040px) {
    section.take-action .video-container.collapsed.show-play .play {
        opacity: 1
    }
}
section.take-action .video-container .video {
    position: relative;
    pointer-events: all;
    border-radius: 12px;
    box-shadow: 0 55px 70px -20px rgba(50, 50, 93, .55), 0 20px 30px -10px rgba(0, 0, 0, .14)
}
@media (min-width: 1040px) {
    section.take-action .video-container .video.animated {
        transition: transform .4s cubic-bezier(.645, 0, .355, 1)
    }
}
section.take-action .video-container .video:hover .play {
    transform: scale(1.1)
}
section.take-action .video-container .video:active .play {
    transform: none
}
section.take-action .video-container .video video {
    background-color: #32325d;
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    transition: border-radius .4s cubic-bezier(.645, 0, .355, 1)
}
section.take-action .video-container .video .play {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -60px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .5);
    opacity: 0;
    transform-style: preserve-3d;
    pointer-events: none;
    background-image: url(/img/v3/radar/play.svg);
    background-position: calc(50% + 4px) 50%;
    background-repeat: no-repeat;
    transition: opacity .4s cubic-bezier(.645, 0, .355, 1), transform .15s cubic-bezier(.645, 0, .355, 1)
}
section.take-action .video-caption {
    position: relative;
    margin-top: 30px;
    font-style: italic
}
@media (min-width: 670px) {
    section.take-action .video-caption {
        text-align: center
    }
}
@media (min-width: 1040px) {
    section.take-action .video-caption {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-top: 430px;
        padding-left: 20px;
        padding-right: 40px;
        text-align: left;
        opacity: 0;
        transform: scale(.95);
        transition: opacity .4s cubic-bezier(.645, 0, .355, 1), transform .4s cubic-bezier(.645, 0, .355, 1)
    }
}
section.take-action .video-caption.visible {
    opacity: 1;
    transform: none
}

.bannerImage {
    /*position: absolute;*/
    left: 46%;
    top: 14em;
    width: 1030px;
    height: 697px;
    z-index: 1;
}

#headerSpacing {
    height: 300px;
    width: 100%;
}

@media only screen and (max-width: 1100px){
    .bannerImage {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 27%;

    }
    .screen{
        display: none;
    }
    #laptopPlaceholder {
        display: block !important;
    }
}

@media only screen and (max-width: 720px){
    #headerSpacing {
        height: 30px;
    }
}


.bannerImage img {
    width: 100%;
    height: auto;
}

#betaBox {
    padding-top: 1em;
}

#signUpButton {
    letter-spacing: 0.035em;
    color: #fff;
    background: linear-gradient(150deg, hsl(324, 100%, 73%) 0%, hsl(316, 100%, 75%) 100%);
    text-shadow: 0 1px 3px rgba(255, 63, 193, 0.4);
}

/* Input Styling */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 2.05em;
    margin-left: 0px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    /* color: #696969; */
    /* opacity: 1; */
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

.input--kozakura {
    overflow: hidden;
}

.input__field--kozakura {
    padding: 0.25em 1em;
    margin-top: 1.8em;
    width: 100%;
    background: rgb(255, 255, 255);
    color: #374b73;
    min-height: 50px;
    letter-spacing: 0.3px;
    font-size: 0.9em;
    font-family: LLBrown, Open Sans, Segoe UI, sans-serif;
    opacity: 0;
}

.input__label--kozakura {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0.6em;
    pointer-events: none;
    overflow: hidden;
    padding: 0 0.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--kozakura {
    color: #d4d4d4;
    letter-spacing: 0.6px;
    padding: 0.4em 0 0.25em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--kozakura::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.graphic--kozakura {
    fill: rgba(12, 55, 85, 0.5);
    pointer-events: none;
    top: 1em;
    bottom: 0px;
    height: 4.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
    transition: transform 0.7s, fill 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
} 

.input__field--kozakura:focus,
.input--filled .input__field--kozakura {
    -webkit-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s;
    opacity: 1;
}

.input__field--kozakura:focus + .input__label--kozakura,
.input--filled .input__label--kozakura {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--kozakura:focus + .input__label--kozakura .input__label-content--kozakura,
.input--filled .input__label-content--kozakura {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.input__field--kozakura:focus ~ .graphic--kozakura,
.input--filled .graphic--kozakura {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

#customer {
    border-top: 2px solid #ecf0f5;
    border-bottom: 2px solid #f6f9fc;
  text-align: center;       
}       
#customer li {      
    display: inline-block;      
    margin: 75px 20px;       

}

#customer a {
    display: block;
}

#customer ul {
    justify-content: space-between;
    will-change: transform;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 860px) {     
    #customer ul {        
        display: inline-block;      
    }       
    #customer li {      
        vertical-align: middle;     
    }       
}

.customer-logo {
    max-width: 125px;
    max-height: 50px;
}

.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.5) !important;
}

.animated {
    -webkit-animation-duration: .4s !important;
    animation-duration: .4s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

select {
    width: 100% !important;
    height: 46px !important;
    padding: 10px 12px 8px 12px !important;
    border: 2px solid #EFEFEF !important;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.04) !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

input {
    padding: 10px 16px 8px 16px !important;
    border: 2px solid #EFEFEF !important;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.04) !important;
    width: 100%;
    border-radius: 4px !important;
    height: 46px !important;
    font-size: 15px !important;
    color: #28364D !important;
    letter-spacing: 0.27px !important;
    margin-bottom: 16px !important;
    font-family: "LLBrown", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b9b9b9 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b9b9b9 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b9b9b9 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b9b9b9 !important;
}

.submitButton {
    font-family: "LLBrown", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #fff;
    cursor: pointer;
    white-space: nowrap !important;
    display: inline-block;
    line-height: 40px !important;
    padding: 7px 27px !important;
    height: 50px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .03) !important;
    border: none !important;
    border-radius: 4px !important; 
    font-size: 17px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.13px !important;
    text-decoration: none;
    transition: all .15s ease;
}

.successButton {
    background: #00D668 !important;
}

.errorButton {
    background: #EC1A3C !important;
}

.first {
    margin-left: 0 !important;
    float: left !important;
    /*margin-right: 16px !important;*/
    width: 48% !important;
    display: inline-block !important;
}

.last {
    float: right !important;
    display: inline-block !important;
    width: 48% !important;
}

.swal2-modal .swal2-title {
    font-family: "LLBrown", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #2C3E50 !important;
    letter-spacing: .4px !important;
    margin-top: -7px !important;
    margin-bottom: 13px !important;
}

.swal2-modal .swal2-content {
    font-family: "LLBrown", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 32px !important;
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #2C3E50 !important;
    letter-spacing: .4px !important;
    margin-top: -7px !important;
    margin-bottom: 13px !important;    
}

.swal2-confirm {
    margin-top: 24px !important;
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 7px !important;
}

.betaBadge {
    font-size: 14px;
    color: #F6BB07;
    vertical-align: middle;
    border: 2px solid #F6BB07;
    padding: 9px 11px 5px 11px;
    border-radius: 5px;
    margin-left: 15px;
    letter-spacing: 0.7px;
    cursor: default;
}

.screen {
    opacity: 0;
    background: white;
    position: absolute;
    top: 40.7%;
    bottom: 15.45%;
    left: 14.48%;
    right: 11.65%;
}

#about p {
    display: inline-block;
}

.laptopVideo {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.copy ul {
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    color: #6b7c93;
}

.no-hover-transform:hover {
    transform: none !important;
}