
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.5em
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

ol, ul {
    list-style: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

button, input {
    outline: 0;
    line-height: normal;
    *overflow: visible
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

::selection {
    background: #65b9ff;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #65b9ff;
    color: #fff;
    text-shadow: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body {
    height: 100%
}

html {
    position: relative;
    scroll-behavior: smooth
}

body {
    color: #111324;
    min-width: 320px;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.05em
}

body.grey {
    background: #f6f6f7
}

body.snug header {
    border-bottom: 0
}

body > img {
    display: none
}

.fullwidth {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2
}

.central, .inner {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    clear: both;
    position: relative
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.clear {
    clear: both
}

strong {
    font-weight: 700
}

strong * {
    font-weight: 700
}

em {
    font-style: italic
}

.winBtn {
    border-radius: 4px;
    font-size: 1.6em;
    line-height: 1.308em;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
}

.winBtn.primary {
    padding: 15px 40px;
    color: #fff;
    font-family: "Quicksand";
    text-transform: uppercase;
    background: none cornflowerblue;
}

.winBtn.primary:hover {
    background: none royalblue;
}

.winBtn.primary:active {
    background: none #0D47A1;
}

.winBtn.disabled {
    filter: alpha(opacity=50) !important;
    -moz-opacity: .5 !important;
    -khtml-opacity: .5 !important;
    opacity: .5 !important;
    cursor: default !important
}

@media only screen and (max-width: 850px) {
    header ul#primary li:not(.dropdown_menu-item) {
        clear: both;
        margin: 0;
        width: 100%
    }
}

h3 {
    font-family: 'Quicksand', Helvetica, sans-serif;
    font-size: 3.3em;
    line-height: 1.25em;
    font-weight: 700;
    font-style: normal;
    color: #111324;
    width: 100%;
    margin: 0 auto 14px;
    padding: 0
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 2.6em
    }
}

h4 {
    font-family: 'Quicksand', Helvetica, sans-serif;
    font-size: 3em;
    line-height: 1.23em;
    font-weight: 500;
    font-style: normal;
    color: #111324;
    width: 100%;
    max-width: 830px;
    margin: 0 auto 10px;
    padding: 0
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 2em
    }
}

h5 {
    font-family: 'Quicksand', Helvetica, sans-serif;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 500;
    font-style: normal;
    color: #111324;
    width: 100%;
    margin: 0 0 10px;
    padding: 0
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 1.8em
    }
}

h6 {
    font-family: 'Quicksand', Helvetica, sans-serif;
    font-size: 1.6em;
    line-height: 1.308em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .038em;
    color: #111324;
    width: 100%;
    margin: 0 0 5px;
    padding: 0
}

p {
    font-size: 1.8em;
    line-height: 1.5em;
    color: #111324;
    padding: 0;
    margin: 0 auto 1.25em;
    text-align: left
}

p:last-child {
    margin-bottom: 0
}

p.lead {
    font-size: 2.2em;
    line-height: 1.46em;
    margin-bottom: 25px
}

p span.lead {
    font-size: 1.375em;
    line-height: 1.46em
}

p.small {
    font-size: 1.4em;
    line-height: 1.615em
}

p img {
    margin: 20px 0;
    max-width: 547px
}

p img.inline {
    margin: 0
}

p img.inline.right {
    float: right;
    margin: 4px 0 25px 30px;
    border: 0
}

p img.inline.left {
    float: left;
    margin: 4px 30px 15px 0
}

p .green {
    color: #7856ff
}

p .blue {
    color: #65b9ff
}

p.color__white {
    color: #fff
}

p a.inline img {
    opacity: .8
}

p a.inline img:hover {
    opacity: 1
}

p .inline-quote {
    float: right;
    width: 30%;
    margin-right: -4%;
    padding: 0 0 15px 10%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size-adjust: .48;
    font-weight: 200;
    font-style: italic;
    font-size: 1.5em;
    letter-spacing: .03em;
    line-height: 1.2em;
    color: #5d5d66;
}

p i {
    font-style: normal
}

p strong, p b {
    font-weight: 700;
    color: #8a8b93
}

p a.bigbutton {
    font-size: inherit !important;
    margin-left: 0
}

hgroup {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 6em;
    padding: 0;
    text-align: center;
    border: 0;
    overflow: hidden
}

@media only screen and (max-width: 520px) {
    hgroup {
        margin: 0 auto 4em
    }
}

hgroup p {
    text-align: center
}

hgroup p:last-child {
    margin-bottom: 0
}

blockquote {
    width: 70%;
    margin: 0 7.5% 40px 11%;
    font-size: 2.2em;
    line-height: 1.45em;
    color: #5d5d66;
    border-left: 2px solid #65b9ff;
    padding: 0 0 0 5%;
    clear: both
}

section#pricing {
    background-color: Transparent;
    padding: 0
}

section#pricing .inner {
    max-width: 1400px;
    width: 96%
}

section#pricing #tiers {
    -ms-box-orient: horizontal;
    display: flex;
    flex-wrap: wrap;
    top: -140px;
    margin-bottom: -70px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 25px -4px rgba(0,0,0, 0.2);
}

section#pricing #tiers .tier {
    text-align: center
}

section#pricing #tiers .tier .tier-box {
    padding: 60px 0 48px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(93, 93, 102, 0.13);
    -moz-box-shadow: 0 0 20px 0 rgba(93, 93, 102, 0.13);
    box-shadow: 0 0 20px 0 rgba(93, 93, 102, 0.13);
    position: relative
}

section#pricing #tiers .tier .tier-box:after {
    content: '';
    background-color: #fff;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px
}

section#pricing #tiers .tier .tier-box .tile {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

section#pricing #tiers .tier .tier-box .tile p {
    font-size: 1.3em;
    letter-spacing: 0.1em;
}

section#pricing #tiers .tier .tier-box .tile .tile-head {
    flex-grow: 1
}

section#pricing #tiers .tier .tier-box .tile .price {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-weight: 600
}

section#pricing #tiers .tier .tier-box .tile .price .dollar {
    font-size: 2.6em;
    line-height: 1em;
    color: darkgrey;
    position: absolute;
    top: 10px
}

section#pricing #tiers .tier .tier-box .tile .price .figure {
    font-size: 6em;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 15px;
    letter-spacing: -0.025em;
}

section#pricing #tiers .tier .tier-box .tile .price .month {
    font-size: 1.3em;
    line-height: 1em;
    color: #5d5d66;
    margin-left: 3px
}

section#pricing #tiers .tier .tier-box .tile .price .month .currency {
    font-weight: 600;
    color: #111324
}

@media screen and (max-width: 1350px) {
    section#pricing #tiers .tier .tier-box .tile {
        min-height: 220px
    }
}

@media screen and (max-width: 930px) {
    section#pricing #tiers .tier .tier-box .tile {
        min-height: 200px
    }
}

section#pricing #tiers .tier > .winBtn {
    margin-top: 30px
}

section#pricing #tiers .tier .features-box {
    margin-top: 25px;
    text-align: left
}

section#pricing #tiers .tier .features-box ul {
    padding: 0 20px 0 10px
}

section#pricing #tiers .tier .features-box ul li {
    font-size: 1.4em;
    line-height: 1.571em;
    color: #5d5d66;
    padding-left: 18px;
    position: relative;
    margin-bottom: 12px
}

@media (max-width: 700px) {
    section#pricing #tiers .tier .features-box ul li {
        padding-left: 2px;
    }
}

section#pricing #tiers .tier .features-box ul.feature:not(.no-check) > li:before {
    content: '✔';
    position: relative;
    top: 0px;
    left: 0;
    color: #43cd80;
    font-size: 1em;
    margin-right: 5px;
}

section#pricing #tiers .tier .features-box ul li.bold {
    color: #111324;
    font-weight: 600
}

section#pricing #tiers .tier .features-box ul li.more-info {
    cursor: pointer;
    padding-right: 10px
}

section#pricing #tiers .tier .features-box ul li .more-info-icon {
    width: 10px;
    height: 10px;
    background-color: #5d5d66;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    position: absolute;
    top: 5px;
    right: -5px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section#pricing #tiers .tier .features-box ul li .more-info-icon .modal {
    display: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 20px;
    width: 250px;
    text-align: left;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-color: #111324;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 1.5em;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

section#pricing #tiers .tier .features-box ul li .more-info-icon .modal .arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #111324
}

section#pricing #tiers .tier:first-child .tier-box, section#pricing #tiers .tier:first-child .features-box {
    z-index: 1;
}

section#pricing #tiers .tier:nth-child(2) .tier-box {
    z-index: 1
}

section#pricing #tiers .tier:nth-child(3) .tier-box {
    z-index: 1
}

section#pricing #tiers .tier:last-child .tier-box, section#pricing #tiers .tier:last-child .features-box {
    z-index: 1;
    padding-right: 5px
}

section#pricing #tiers .tier:last-child .tier-box:after, section#pricing #tiers .tier:last-child .features-box:after {
    display: none
}

section#pricing #tiers .tier:last-child .tier-box .tile, section#pricing #tiers .tier:last-child .features-box .tile {
    border-right: 0
}

section#pricing #tiers .tier:last-child .tier-box ul, section#pricing #tiers .tier:last-child .features-box ul {
    border-right: 0
}

section#pricing #tiers .tier.flag.option-c h3 {
    position: relative
}

section#pricing .gst-note {
    text-align: right;
    clear: both;
    float: left;
    display: block;
    width: 99%;
    font-size: 1em
}

section#pricing .payg {
    width: 100%;
    -webkit-box-shadow: 0 2px 0 0 #f6f6f7 inset;
    -moz-box-shadow: 0 2px 0 0 #f6f6f7 inset;
    box-shadow: 0 2px 0 0 #f6f6f7 inset;
    margin-top: 50px;
    clear: both
}

section#pricing .payg .inner {
    border-top: 1px solid #ececed;
    padding: 4.4em 0
}

section#pricing .payg.notset {
    -ms-filter: "alpha(opacity=@calc_val)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

section#pricing .payg p {
    text-align: center
}

section#pricing.thrice #tiers .tier {
    width: 33.33%
}

@media only screen and (max-width: 1160px) {
    section#pricing .inner {
        max-width: 620px;
        width: 90%
    }

    section#pricing #tiers .tier {
        width: 50%
    }

    section#pricing #tiers .tier:nth-child(2) .tier-box, section#pricing #tiers .tier:nth-child(2) .features-box {
        z-index: 1
    }

    section#pricing #tiers .tier:nth-child(2) .tier-box:after, section#pricing #tiers .tier:nth-child(2) .features-box:after {
        display: none
    }

    section#pricing #tiers .tier:nth-child(2) .tier-box .tile, section#pricing #tiers .tier:nth-child(2) .features-box .tile {
        border-right: 0
    }

    section#pricing #tiers .tier:nth-child(2) .tier-box ul, section#pricing #tiers .tier:nth-child(2) .features-box ul {
        border-right: 0
    }

    section#pricing.thrice .inner {
        max-width: 1400px;
        width: 96%
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box {
        z-index: 3
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box:after {
        content: '';
        display: block;
        background-color: #fff;
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -20px
    }
}

@media only screen and (max-width: 930px) {
    section#pricing.thrice .inner {
        max-width: 620px;
        width: 90%
    }

    section#pricing.thrice #tiers .tier {
        width: 50%
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box, section#pricing.thrice #tiers .tier:nth-child(2) .features-box {
        z-index: 1
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box:after, section#pricing.thrice #tiers .tier:nth-child(2) .features-box:after {
        display: none
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box .tile, section#pricing.thrice #tiers .tier:nth-child(2) .features-box .tile {
        border-right: 0
    }

    section#pricing.thrice #tiers .tier:nth-child(2) .tier-box ul, section#pricing.thrice #tiers .tier:nth-child(2) .features-box ul {
        border-right: 0
    }
}

@media only screen and (max-width: 620px) {
    section#pricing #tiers .tier, section#pricing.thrice #tiers .tier {
        width: 100%;
        padding-bottom: 60px
    }

    section#pricing #tiers .tier .tier-box, section#pricing.thrice #tiers .tier .tier-box, section#pricing #tiers .tier .features-box, section#pricing.thrice #tiers .tier .features-box {
        z-index: 1
    }

    section#pricing #tiers .tier .tier-box:after, section#pricing.thrice #tiers .tier .tier-box:after, section#pricing #tiers .tier .features-box:after, section#pricing.thrice #tiers .tier .features-box:after {
        display: none
    }

    section#pricing #tiers .tier .tier-box .tile, section#pricing.thrice #tiers .tier .tier-box .tile, section#pricing #tiers .tier .features-box .tile, section#pricing.thrice #tiers .tier .features-box .tile {
        border-right: 0
    }

    section#pricing #tiers .tier .tier-box ul, section#pricing.thrice #tiers .tier .tier-box ul, section#pricing #tiers .tier .features-box ul, section#pricing.thrice #tiers .tier .features-box ul {
        border-right: 0
    }
}

.tier-box_cta .winBtn {
    width: 60%;
    max-width: 247px;
    margin-top: 40px
}

#section-commerce-pricing {
    display: none
}

#section-commerce-pricing.active {
    display: block
}

.pricing-top#banner {
    padding: 6em 0 1em
}

.pricing-top#banner .banner-description {
    color: #8a8b93
}

.pricing-top#banner hgroup {
    max-width: 1000px;
    margin: 0 auto
}


@media (max-width: 620px) {
    .tabs-section .pricing-tabs .tab-link {
        font-size: 1.125rem;
        padding: 2rem .5rem
    }
}

.tabs-section .pricing-tabs .tab-link:first-of-type {
    margin-right: 5px
}

.tabs-section .pricing-tabs .tab-link:hover {
    color: #7856ff
}

.tabs-section .pricing-tabs .tab-link.active {
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 -0.1rem .1rem rgba(138, 139, 147, 0.1), 0 -0.1rem .1rem rgba(138, 139, 147, 0.1);
    color: #7856ff
}

@media (max-width: 930px) {
    .tabs-section .pricing-tabs .tab-icon {
        display: none
    }
}

.slider-section#banner {
    padding: 3rem 0 8rem
}

@media only screen and (max-width: 930px) {
    section#pricing #tiers .tier:first-child .tier-box, section#pricing #tiers .tier:first-child .features-box {
        padding-left: 0
    }

    section#pricing #commerce-tiers .tier:first-child .tier-box, section#pricing #commerce-tiers .tier:first-child .features-box {
        padding-left: 0
    }

    section#pricing #commerce-tiers .tier.premier {
        margin-top: 60px
    }

    section#pricing #tiers .tier.premier {
        margin-top: 60px
    }

    section#pricing #tiers .tier:last-child .tier-box, section#pricing #tiers .tier:last-child .features-box {
        padding-right: 0
    }

    section#pricing #commerce-tiers .tier:last-child .tier-box, section#pricing #commerce-tiers .tier:last-child .features-box {
        padding-right: 0
    }
}

@media only screen and (max-width: 620px) {
    .tabs-section .pricing-tabs .tab-link {
        flex-basis: 45%
    }

    .tabs-section .pricing-tabs .tab-link svg {
        height: 1.2rem;
        max-width: 100%
    }

    .tabs-section .pricing-tabs .tab-link svg#commerce-tier-svg {
        height: 1rem
    }

    section#pricing #commerce-tiers .tier:first-child .tier-box, section#pricing #commerce-tiers .tier:first-child .features-box {
        padding-left: 0
    }

    section#pricing #commerce-tiers .tier.premier {
        margin-top: 0
    }

    section#pricing #tiers .tier.premier {
        margin-top: 0
    }
}

.tier-box {
    text-align: center;
    height: 100%
}

.tier-box-inner {
    height: 100%;
}

.tier-box h3 {
    text-align: center;
    color: grey;
    padding: 0 20px
}

.tier-box i {
    font-size: 1em;
}

.tier-box p {
    padding: 0 20px;
    color: #8a8b93;
    text-align: center
}

section#pricing #commerce-tiers .tier:last-child .tier-box .tier-box-inner, section#pricing #commerce-tiers .tier:last-child .features-box .tier-box-inner {
    border: 0
}

section#pricing #tiers .tier:last-child .tier-box .tier-box-inner, section#pricing #tiers .tier:last-child .features-box .tier-box-inner {
    border: 0
}

#faq {
    display: none
}

#faq.active {
    display: block
}

#commerce-faq {
    display: none
}

#commerce-faq.active {
    display: block
}

.check {
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.check:before {
    content: "";
    position: absolute;
    top: -19px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: grey;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #4285f4;
}
.winCbx {
    display: none;
}
.winCbx:checked + .check svg {
    stroke: #4285f4;
}
.winCbx:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
.winCbx:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.module-wrap {
    display: inline;
    position: relative;
    top: -4px;
    left: 4px;
}
.module-wrap span.proColor {
    display: none;
}

.price-group-splitter {
    margin: 20px auto;
    width: 70%;
}

ul.nested {
    padding-left: 8px !important;
}

.nested li {
    font-size: 1em !important;
    margin-bottom: 5px !important;
    margin-top: 5px;
}

.nested li:before {
    content: '⬩';
    position: relative;
    top: 2px;
    left: 0px;
    color: #43cd80;
    font-size: 1.5em;
    margin-right: 5px;
}

.module-picker li {
    padding: 20px 0px 14px 20px !important;
    background: none #f2f2f2;
    border-radius: 9px;
    transition: background 2s cubic-bezier(0, 1, 0.5, 1);
}
.module-picker li:hover {
    background: none #d6d4d4;
}


.module-picker li:not(.selected) span {
    opacity: 0.4;
}
.module-picker li:not(.selected) .can-toggle {
    opacity: 0.3;
    pointer-events: none;
}

.can-toggle {
    position: absolute;
    right: 145px;
    top: 10px;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}
.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
    position: relative;
}
.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}
.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
    color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
}
.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484;
}
.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
    font-size: 14px;
}
.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 134px;
    border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
    color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #03c3ec;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #03c3ec;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
    color: #03c3ec;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
    color: #03c3ec;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #ea4c88;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #ea4c88;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #ea4c88;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #ea4c88;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #06adce;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    color: #03c3ec;
}

/*
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    position: relative;
    z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400 !important;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element,
                              the transition effects for the
                              tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
    transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
}
/* Slide down effect only on mouseenter (NOT on mouseleave) */
[data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
/*
  That's it.
*/

/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}

.help-button {
    display: block;
    position: absolute;
    right: -25px;
    top: 2px;
    cursor: help;
}

.help-button i {
    color: #bdbdbd;
    font-size: 15px;
    width: 20px;
    text-align: center;
}
.help-button i:hover {
    color: #128cfe;
}
.currentPlan {
    margin-top: 15px !important;
}
.currentPlanLabel {
    color: #ea4c88;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    width: 50%;
    margin: 5px auto;
}
.tier.popular .tier-box {
    padding-top: 0px !important;
}
.wedgeHead {
    position: relative;
    text-align: center;
    padding: 12px;
    margin: 0px auto 21px;
    width: 75%;
    color: #fff;
    background-color: #35cf77;
    font-size: 18px;
    border-radius: 0px 0px 4px 4px;
}
.orange {
    color: #be8f00 !important;
}
.basicColor {
    color: #03c3ec !important;
}
.proColor {
    color: #ea4c88 !important;
}
.tier.custom:nth-child(4) {
    margin: 20px auto;
}

@media only screen and (max-width: 1366px) {
    section#pricing #tiers .tier .features-box ul li {
        font-size: 1.3em;
        padding-left: 8px;
    }
    .tier-box i {
        font-size: 1.2em;
    }
    h3 {
        font-size: 3.3em;
    }
}
.old-price {
    color: grey;
    text-decoration: none;
    position: relative;
    width: 175px;
    margin: 10px auto 0px;
    font-size: 12px;
}
.old-price .figure:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid grey;
    height: 12px;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0.3;
}
.old-price .dollar, .old-price .figure {
    font-size: 20px;
    position: relative;
}
.sale {
    position: relative;
    display: block;
    width: 100%;
    background: none #fff;
    color: deeppink;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
    box-shadow: 0px 0px 1px #3d3d3d inset;
    user-select: none;
}
.punch {
    color: steelblue;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 5px;
    text-align: center;
}
.percentage-off {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, rgba(125,185,232,0) 0%,mediumvioletred 25%,mediumvioletred 50%,mediumvioletred 75%,rgba(125,185,232,0) 100%);
    line-height: 30px;
    width: 80%;
    margin: 0px auto 0px;
    opacity: 0.8;
    display: block;
}
input[name=couponCode] {
    width: 376px;
}
