:root {
    --theme-primary:#01095B
}
.blob-wrapper {
    position:relative;
    padding:12px;
    margin:36px auto;
    z-index:0
}
@media only screen and (min-width:640px) {
    .blob-wrapper {
        padding:36px
    }
}
.blob-wrapper--narrow-sides {
    padding:12px 6px
}
@media only screen and (min-width:640px) {
    .blob-wrapper--narrow-sides {
        padding:36px 18px
    }
}
.blob-wrapper--thick-height {
    padding:24px 12px
}
@media only screen and (min-width:640px) {
    .blob-wrapper--thick-height {
        padding:48px 36px
    }
}
@media only screen and (min-width:960px) {
    .blob-wrapper--thick-height {
        padding:60px 36px
    }
}
.blob-wrapper--hide-background {
    padding:0
}
.blob-wrapper--hide-background .blob-wrapper__contents {
    max-width:none
}
.blob-wrapper--collapse-top {
    margin-top:0
}
.blob-wrapper--collapse-bottom {
    margin-bottom:0
}
.blob-wrapper--has-video {
    max-width:816px
}
.blob-wrapper__contents--card {
    background:#fff;
    border-radius:2px;
    padding:24px;
    max-width:480px;
    margin:0 auto;
    color:rgba(0,0,0,.9);
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}
.blob-wrapper__contents--card p {
    color:rgba(0,0,0,.9)
}
@media only screen and (min-width:640px) {
    .blob-wrapper__contents--card {
        padding:36px
    }
}
@media only screen and (min-width:960px) {
    .blob-wrapper__contents--card {
        padding:54px
    }
}
.blob-wrapper__contents--card-sm {
    padding:12px
}
@media only screen and (min-width:640px) {
    .blob-wrapper__contents--card-sm {
        padding:24px
    }
}
@media only screen and (min-width:960px) {
    .blob-wrapper__contents--card-sm {
        padding:24px
    }
}
.blob-wrapper__contents--video {
    margin:0 auto;
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
    padding:0;
    max-width:none
}
.blob-wrapper__contents--video+.blob-wrapper__background {
    max-width:none
}
.blob-wrapper__background {
    position:absolute;
    top:0;
    left:50%;
    z-index:-1;
    width:100%;
    height:100%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.blob-wrapper__background .inline-svg,
.blob-wrapper__background svg {
    width:100%;
    height:100%
}
.blob-wrapper__background .inline-svg path,
.blob-wrapper__background .inline-svg polygon,
.blob-wrapper__background svg path,
.blob-wrapper__background svg polygon {
    fill:var(--theme-primary)
}
.blob-wrapper__background--fit-height .inline-svg {
    height:100%
}
.blob-wrapper__background--flip-x {
    -webkit-transform:translateX(-50%) scale(-1,1);
    transform:translateX(-50%) scale(-1,1)
}
.blob-wrapper__background--flip-y {
    -webkit-transform:translateX(-50%) scale(1,-1);
    transform:translateX(-50%) scale(1,-1)
}
.blob-wrapper__background--flip-xy {
    -webkit-transform:translateX(-50%) scale(-1,-1);
    transform:translateX(-50%) scale(-1,-1)
}
.callout,
.lms-callout {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    background:#fbbdfb;
    padding:18px 24px 16px;
    border-bottom:6px solid #f224f2;
    border-radius:3px
}
.callout svg,
.callout__icon,
.lms-callout svg,
.lms-callout__icon {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    height:24px;
    width:24px;
    fill:#f224f2;
    margin-right:24px
}
.callout p,
.callout__text,
.lms-callout p,
.lms-callout__text {
    color:rgba(0,0,0,.9);
    margin:0;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    line-height:1.2
}
.callout a,
.lms-callout a {
    color:rgba(0,0,0,.9);
    text-decoration:underline
}
.callout a:focus,
.callout a:hover,
.lms-callout a:focus,
.lms-callout a:hover {
    color:rgba(0,0,0,.6)
}
.theme-magenta-sky .callout,
.theme-magenta-sky .lms-callout {
    background:#fbbdfb;
    border-bottom-color:#f224f2
}
.theme-magenta-sky .callout svg,
.theme-magenta-sky .lms-callout svg {
    fill:#f224f2
}
.theme-sky-lime .callout,
.theme-sky-lime .lms-callout {
    background:#bde6fb;
    border-bottom-color:#24acf2
}
.theme-sky-lime .callout svg,
.theme-sky-lime .lms-callout svg {
    fill:#24acf2
}
.theme-lemon-magenta .callout,
.theme-lemon-magenta .lms-callout {
    background:#fff3bd;
    border-bottom-color:#ffda24
}
.theme-lemon-magenta .callout svg,
.theme-lemon-magenta .lms-callout svg {
    fill:#ffda24
}
.theme-cherry-lemon .callout,
.theme-cherry-lemon .lms-callout {
    background:#fbbdc7;
    border-bottom-color:#f22446
}
.theme-cherry-lemon .callout svg,
.theme-cherry-lemon .lms-callout svg {
    fill:#f22446
}
.theme-lime-lemon .callout,
.theme-lime-lemon .lms-callout {
    background:#d2fbbd;
    border-bottom-color:#69f224
}
.theme-lime-lemon .callout svg,
.theme-lime-lemon .lms-callout svg {
    fill:#69f224
}
.snackbar {
    padding:10px 20px;
    color:#fff;
    background:rgba(0,0,0,.9);
    border:1px solid rgba(255,255,255,.3);
    border-radius:3px;
    line-height:1.44;
    text-indent:0;
    white-space:normal;
    -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.06),0 8px 10px 1px rgba(0,0,0,.042),0 3px 14px 2px rgba(0,0,0,.036);
    box-shadow:0 5px 5px -3px rgba(0,0,0,.06),0 8px 10px 1px rgba(0,0,0,.042),0 3px 14px 2px rgba(0,0,0,.036);
    position:fixed;
    width:auto;
    z-index:10;
    -webkit-transition:.3s ease opacity,.3s ease transform;
    transition:.3s ease opacity,.3s ease transform;
    opacity:0;
    bottom:18px;
    left:18px;
    -webkit-transform:translateY(calc(100% + 18px));
    transform:translateY(calc(100% + 18px));
    width:calc(100% - 36px)
}
@media only screen and (min-width:960px) {
    .snackbar {
        -webkit-transform:translateY(calc(100% + 36px));
        transform:translateY(calc(100% + 36px));
        width:auto;
        bottom:36px;
        left:36px
    }
}
.snackbar--active {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.cards-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    max-width:320px;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media only screen and (min-width:960px) {
    .cards-container {
        -webkit-box-pack:normal;
        -ms-flex-pack:normal;
        justify-content:normal
    }
}
@media only screen and (min-width:688px) {
    .cards-container--md,
    .cards-container--sm,
    .cards-container--xs {
        max-width:640px
    }
}
@media only screen and (min-width:1032px) {
    .cards-container--md,
    .cards-container--sm {
        max-width:960px
    }
}
@media only screen and (min-width:1280px) {
    .cards-container--md {
        max-width:1280px
    }
}
.cards-container--filters {
    margin-bottom:24px
}
.cards-container--filters .cards-container__filter {
    -webkit-box-flex:1;
    -ms-flex:1 0 320px;
    flex:1 0 320px;
    padding:0 12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.cards-container--filters .cards-container__filter .form-field {
    width:100%
}
.cards-container--filters .cards-container__filter--primary {
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%
}
@media only screen and (min-width:1032px) {
    .cards-container--filters .cards-container__filter--primary {
        -webkit-box-flex:1;
        -ms-flex:1 0 320px;
        flex:1 0 320px
    }
}
@media only screen and (min-width:688px) {
    .cards-container--fill-whitespace .card__container {
        -webkit-box-flex:1;
        -ms-flex:1 0 320px;
        flex:1 0 320px
    }
}
@media only screen and (min-width:1032px) {
    .cards-container--feature-first .card__container:nth-of-type(1) {
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card__graphic {
        border-bottom:none;
        border-right:1px solid rgba(0,0,0,.12);
        padding-bottom:0;
        min-height:400px;
        height:100%
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card__content {
        -webkit-box-flex:0;
        -ms-flex:0 0 296px;
        flex:0 0 296px
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card__title {
        font-size:1.44em
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card__description {
        font-size:1em;
        -webkit-line-clamp:5
    }
    .cards-container--feature-first .card__container:nth-of-type(1) .card:hover .card__graphic-img {
        -webkit-transform:scale(1.01);
        transform:scale(1.01)
    }
}
@media only screen and (min-width:960px) {
    .cards-container--alternate-three-two .card__container:nth-of-type(5n+1),
    .cards-container--alternate-three-two .card__container:nth-of-type(5n+2),
    .cards-container--alternate-three-two .card__container:nth-of-type(5n+3) {
        -webkit-box-flex:0;
        -ms-flex:0 0 320px;
        flex:0 0 320px
    }
    .cards-container--alternate-three-two .card__container:nth-of-type(5n+4),
    .cards-container--alternate-three-two .card__container:nth-of-type(5n+5) {
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%
    }
}
@media only screen and (min-width:960px) {
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+1) {
        -webkit-box-flex:1;
        -ms-flex:auto;
        flex:auto
    }
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(1) {
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%
    }
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+2),
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+3),
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+4) {
        -webkit-box-flex:0;
        -ms-flex:0 0 320px;
        flex:0 0 320px
    }
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+5),
    .cards-container--alternate-three-two.cards-container--feature-first .card__container:nth-of-type(5n+6) {
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%
    }
}
.card {
    display:block;
    background:#fff;
    color:rgba(0,0,0,.9);
    text-decoration:none;
    border-radius:2px;
    -webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
    box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
    margin-bottom:24px;
    outline:0;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.card__container {
    -webkit-box-flex:0;
    -ms-flex:0 0 320px;
    flex:0 0 320px;
    padding:0 12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.card__graphic {
    width:100%;
    position:relative;
    border-bottom:1px solid rgba(0,0,0,.12);
    overflow:hidden;
    padding:0;
    padding-bottom:52.5%
}
.card__graphic--aspect-16to9 {
    padding-bottom:56.25%
}
.card__graphic-container {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.card__graphic-img {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    -webkit-transition:.3s ease transform;
    transition:.3s ease transform;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1)
}
.card__content {
    padding:24px;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap
}
.card__description {
    font-size:.833em;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    margin-bottom:0
}
.card__title-type {
    font-size:.833em;
    font-weight:600;
    margin-top:0;
    color:rgba(0,0,0,.6)
}
.card__title {
    font-size:1.2em;
    margin:0
}
.card__title a {
    text-decoration:none
}
.card__title a:hover {
    color:#000
}
.card__footer {
    padding-top:12px;
    font-size:.833em;
    margin-top:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    font-weight:600
}
.card__footer-cta {
    text-decoration:underline
}
.card--comparison-logo .card__graphic {
    background:#000
}
.card--comparison-logo .card__graphic-img {
    -o-object-fit:contain;
    object-fit:contain
}
.card--comparison-logo .card__graphic-container {
    height:25%;
    width:55%;
    top:50%;
    left:50%;
    right:auto;
    bottom:auto;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.card:hover {
    color:currentColor
}
.card:hover .card__graphic-img {
    -webkit-transform:translateZ(0) scale(1.04);
    transform:translateZ(0) scale(1.04)
}
.card--is-hoverable .card,
a.card {
    -webkit-transition:-webkit-box-shadow .2s ease;
    transition:-webkit-box-shadow .2s ease;
    transition:box-shadow .2s ease;
    transition:box-shadow .2s ease,-webkit-box-shadow .2s ease
}
.card--is-hoverable .card.card--has-focus,
.card--is-hoverable .card:focus,
.card--is-hoverable .card:hover,
a.card.card--has-focus,
a.card:focus,
a.card:hover {
    color:rgba(0,0,0,.9);
    -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}
.feature-comparisons__table {
    width:100%;
    border-spacing:0;
    border-radius:3px;
    border-collapse:collapse;
    overflow:hidden;
    margin-bottom:24px;
    -webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.05),0 12px 17px 2px rgba(0,0,0,.035),0 5px 22px 4px rgba(0,0,0,.03);
    box-shadow:0 7px 8px -4px rgba(0,0,0,.05),0 12px 17px 2px rgba(0,0,0,.035),0 5px 22px 4px rgba(0,0,0,.03)
}
.feature-comparisons__table:last-child {
    margin-bottom:0
}
.feature-comparisons__table thead {
    background:#000;
    color:#fff;
    font-family:"Styrene A",Tahoma,"Helvetica Neue",sans-serif;
    font-weight:400
}
.feature-comparisons__table thead th:first-child {
    text-align:left
}
.feature-comparisons__table thead th:nth-child(2),
.feature-comparisons__table thead th:nth-child(3) {
    width:55px
}
@media only screen and (min-width:640px) {
    .feature-comparisons__table thead th:nth-child(2),
    .feature-comparisons__table thead th:nth-child(3) {
        width:190px
    }
}
.feature-comparisons__table td,
.feature-comparisons__table th {
    padding:6px 10px;
    border:1px solid #000;
    font-size:.833em
}
@media only screen and (min-width:640px) {
    .feature-comparisons__table td,
    .feature-comparisons__table th {
        padding:12px;
        font-size:1em
    }
}
@media only screen and (min-width:960px) {
    .feature-comparisons__table td,
    .feature-comparisons__table th {
        padding:18px
    }
}
.feature-comparisons__table td {
    border:1px solid #b4b4b4;
    text-align:center
}
.feature-comparisons__table td:first-child {
    text-align:left
}
.feature-comparisons__table img {
    margin:0 auto;
    width:75%;
    height:32px;
    border:none
}
.feature-comparisons__table--light thead {
    background:#f2f2f2;
    color:#000
}
.feature-comparisons__table--light thead th {
    border-color:#b4b4b4
}
.feature-comparisons__table--open-sides td:first-child,
.feature-comparisons__table--open-sides th:first-child {
    border-left:0
}
.feature-comparisons__table--open-sides td:last-child,
.feature-comparisons__table--open-sides th:last-child {
    border-right:0
}
.feature-comparisons__logo {
    margin:0 auto;
    -webkit-filter:invert(1%) brightness(100);
    filter:invert(1%) brightness(100)
}
.feature-comparisons__logo--sm {
    height:24px
}
@media only screen and (min-width:640px) {
    .feature-comparisons__logo--sm {
        display:none
    }
}
.feature-comparisons__logo--lg {
    display:none
}
@media only screen and (min-width:640px) {
    .feature-comparisons__logo--lg {
        display:block
    }
}
.feature-comparisons__marker {
    font-family:'Lucida Sans Unicode','Arial Unicode MS',Arial;
    font-size:1.44em
}
:root {
    --star-color:#FFDA24
}
.g2-bar {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin-top:12px
}
.g2-bar__badge {
    padding:6px;
    width:25%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media only screen and (min-width:960px) {
    .g2-bar__badge {
        width:12.5%
    }
}
.g2-bar__badge-img {
    height:135px;
    width:120px;
    -o-object-fit:contain;
    object-fit:contain
}
.g2-review__cards {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap
}
.g2-review__card-container {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    padding:0 12px;
    margin-bottom:24px
}
@media only screen and (min-width:960px) {
    .g2-review__card-container {
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%
    }
}
.g2-review__card {
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    border-radius:2px;
    width:100%;
    height:100%;
    color:rgba(0,0,0,.9);
    position:relative
}
.g2-review__card-contents {
    padding:24px;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    height:100%;
    max-width:420px;
    margin:0 auto
}
.g2-review__headline {
    margin:9px 0;
    color:rgba(0,0,0,.9)
}
.g2-review__logo {
    margin:0 auto 12px
}
.g2-review__logo-img {
    width:280px;
    height:90px;
    -o-object-fit:contain;
    object-fit:contain
}
.g2-review__headshot {
    background:#f2f2f2;
    width:50px;
    height:50px;
    border-radius:50%;
    border:1px solid rgba(0,0,0,.12);
    color:rgba(0,0,0,.6);
    font-family:"Styrene A",Tahoma,"Helvetica Neue",sans-serif;
    font-weight:400;
    font-size:1em;
    line-height:1;
    margin:0 auto 12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    overflow:hidden
}
.g2-review__body {
    margin-top:auto
}
.g2-review__body p {
    color:rgba(0,0,0,.9)
}
.g2-review__badges {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.g2-review__badge {
    width:100px;
    margin:0 18px
}
@media only screen and (min-width:640px) {
    .g2-review__badge {
        width:160px
    }
}
.review__source {
    position:absolute;
    bottom:0;
    right:0;
    text-align:right;
    padding:6px 12px;
    font-size:.833em;
    color:rgba(0,0,0,.6);
    font-weight:600
}
.star-rating {
    color:var(--star-color);
    font-size:0
}
.star-rating .star {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:24px
}
.form-field__toggle {
    position:relative;
    padding:0 0 8px
}
.form-field__toggle *,
.form-field__toggle :after,
.form-field__toggle :before {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.form-field__toggle input[type=checkbox] {
    opacity:0;
    position:absolute;
    top:0;
    left:0
}
.form-field__toggle input[type=checkbox][disabled]~label {
    pointer-events:none
}
.form-field__toggle input[type=checkbox][disabled]~label .form-field__toggle-switch {
    opacity:.4
}
.form-field__toggle input[type=checkbox]:checked~label .form-field__toggle-switch:before {
    content:attr(data-unchecked);
    left:0
}
.form-field__toggle input[type=checkbox]:checked~label .form-field__toggle-switch:after {
    content:attr(data-checked)
}
.form-field__toggle label {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.form-field__toggle label .form-field__toggle-label-text {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    padding-left:12px;
    color:rgba(0,0,0,.6)
}
.form-field__toggle label .form-field__toggle-switch {
    position:relative;
    cursor:pointer
}
.form-field__toggle label .form-field__toggle-switch:before {
    content:attr(data-checked);
    position:absolute;
    top:0;
    text-transform:uppercase;
    text-align:center
}
.form-field__toggle label .form-field__toggle-switch:after {
    content:attr(data-unchecked);
    position:absolute;
    z-index:5;
    text-transform:uppercase;
    text-align:center;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.form-field__toggle input[type=checkbox][disabled]~label {
    color:rgba(204,204,204,.5)
}
.form-field__toggle input[type=checkbox]:focus~label .form-field__toggle-switch,
.form-field__toggle input[type=checkbox]:hover~label .form-field__toggle-switch {
    background-color:#ccc
}
.form-field__toggle input[type=checkbox]:focus~label .form-field__toggle-switch:after,
.form-field__toggle input[type=checkbox]:hover~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle input[type=checkbox]:checked~label .form-field__toggle-switch {
    background-color:#d9d9d9
}
.form-field__toggle input[type=checkbox]:checked~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle input[type=checkbox]:checked:focus~label .form-field__toggle-switch,
.form-field__toggle input[type=checkbox]:checked:hover~label .form-field__toggle-switch {
    background-color:#ccc
}
.form-field__toggle input[type=checkbox]:checked:focus~label .form-field__toggle-switch:after,
.form-field__toggle input[type=checkbox]:checked:hover~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle label .form-field__toggle-label-text {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.form-field__toggle label .form-field__toggle-switch {
    -webkit-transition:background-color .3s cubic-bezier(0,1,.5,1);
    transition:background-color .3s cubic-bezier(0,1,.5,1);
    background:#d9d9d9
}
.form-field__toggle label .form-field__toggle-switch:before {
    color:#000
}
.form-field__toggle label .form-field__toggle-switch:after {
    -webkit-transition:-webkit-transform .3s cubic-bezier(0,1,.5,1);
    transition:-webkit-transform .3s cubic-bezier(0,1,.5,1);
    transition:transform .3s cubic-bezier(0,1,.5,1);
    transition:transform .3s cubic-bezier(0,1,.5,1),-webkit-transform .3s cubic-bezier(0,1,.5,1);
    color:#fff
}
.form-field__toggle input[type=checkbox]:checked~label .form-field__toggle-switch:after {
    -webkit-transform:translate3d(48px,0,0);
    transform:translate3d(48px,0,0)
}
.form-field__toggle label {
    font-size:14px
}
.form-field__toggle label .form-field__toggle-switch {
    height:24px;
    -webkit-box-flex:0;
    -ms-flex:0 0 96px;
    flex:0 0 96px;
    border-radius:50px
}
.form-field__toggle label .form-field__toggle-switch:before {
    left:48px;
    font-size:12px;
    line-height:24px;
    width:48px;
    padding:0 12px
}
.form-field__toggle label .form-field__toggle-switch:after {
    top:0;
    left:0;
    border-radius:25px;
    width:48px;
    line-height:24px;
    font-size:12px;
    background:#000
}
.form-field__toggle--on-dark input[type=checkbox][disabled]~label {
    color:rgba(255,255,255,.5)
}
.form-field__toggle--on-dark input[type=checkbox]:focus~label .form-field__toggle-switch,
.form-field__toggle--on-dark input[type=checkbox]:hover~label .form-field__toggle-switch {
    background-color:rgba(255,255,255,.25)
}
.form-field__toggle--on-dark input[type=checkbox]:focus~label .form-field__toggle-switch:after,
.form-field__toggle--on-dark input[type=checkbox]:hover~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle--on-dark input[type=checkbox]:checked~label .form-field__toggle-switch {
    background-color:rgba(255,255,255,.25)
}
.form-field__toggle--on-dark input[type=checkbox]:checked~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle--on-dark input[type=checkbox]:checked:focus~label .form-field__toggle-switch,
.form-field__toggle--on-dark input[type=checkbox]:checked:hover~label .form-field__toggle-switch {
    background-color:rgba(255,255,255,.25)
}
.form-field__toggle--on-dark input[type=checkbox]:checked:focus~label .form-field__toggle-switch:after,
.form-field__toggle--on-dark input[type=checkbox]:checked:hover~label .form-field__toggle-switch:after {
    color:#fff
}
.form-field__toggle--on-dark label .form-field__toggle-label-text {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.form-field__toggle--on-dark label .form-field__toggle-switch {
    -webkit-transition:background-color .3s cubic-bezier(0,1,.5,1);
    transition:background-color .3s cubic-bezier(0,1,.5,1);
    background:rgba(255,255,255,.25)
}
.form-field__toggle--on-dark label .form-field__toggle-switch:before {
    color:#fff
}
.form-field__toggle--on-dark label .form-field__toggle-switch:after {
    -webkit-transition:-webkit-transform .3s cubic-bezier(0,1,.5,1);
    transition:-webkit-transform .3s cubic-bezier(0,1,.5,1);
    transition:transform .3s cubic-bezier(0,1,.5,1);
    transition:transform .3s cubic-bezier(0,1,.5,1),-webkit-transform .3s cubic-bezier(0,1,.5,1);
    color:#fff
}
.form-field__toggle--on-dark input[type=checkbox]:checked~label .form-field__toggle-switch:after {
    -webkit-transform:translate3d(48px,0,0);
    transform:translate3d(48px,0,0)
}
.form-field__toggle--on-dark label {
    font-size:14px
}
.form-field__toggle--on-dark label .form-field__toggle-switch {
    height:24px;
    -webkit-box-flex:0;
    -ms-flex:0 0 96px;
    flex:0 0 96px;
    border-radius:50px
}
.form-field__toggle--on-dark label .form-field__toggle-switch:before {
    left:48px;
    font-size:12px;
    line-height:24px;
    width:48px;
    padding:0 12px
}
.form-field__toggle--on-dark label .form-field__toggle-switch:after {
    top:0;
    left:0;
    border-radius:25px;
    width:48px;
    line-height:24px;
    font-size:12px;
    background:#24acf2
}
.header {
    padding-bottom:24px
}
.header__heading {
    margin-bottom:18px
}
.pricing__subhead {
    font-size:1.2em;
    color:rgba(0,0,0,.6)
}
.pricing__subhead-input {
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    width:180px;
    text-align:center;
    height:48px;
    line-height:48px;
    font-size:1em;
    font-weight:600;
    color:rgba(0,0,0,.4);
    padding:0 12px;
    margin-left:auto;
    margin-right:auto;
    -webkit-transition:color .2s ease;
    transition:color .2s ease
}
.pricing__subhead-input-container {
    margin-top:12px;
    margin-bottom:12px;
    display:inline-block;
    position:relative
}
.pricing__subhead-input-hint {
    position:absolute;
    top:12px;
    right:-60px;
    padding:3px 6px;
    color:#b4b4b4;
    background:#f2f2f2;
    font-size:.833em;
    opacity:1;
    -webkit-transition:all .5s ease-out;
    transition:all .5s ease-out;
    -webkit-animation:hint-bounce 2.5s infinite;
    animation:hint-bounce 2.5s infinite
}
.pricing__subhead-input-hint:after {
    content:"";
    background:#f2f2f2;
    width:8px;
    height:8px;
    display:block;
    position:absolute;
    left:-4px;
    bottom:50%;
    -webkit-transform:translateY(50%) rotate(135deg);
    transform:translateY(50%) rotate(135deg)
}
@-webkit-keyframes hint-bounce {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50% {
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes hint-bounce {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50% {
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
    100% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@media only screen and (min-width:1280px) {
    .pricing__subhead-input {
        font-size:1em;
        height:48px;
        line-height:48px
    }
}
.pricing__subhead-input.dirty,
.pricing__subhead-input:hover {
    color:rgba(0,0,0,.9)
}
.pricing__cards {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    max-width:740px;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%
}
.pricing__card {
    display:block;
    background:#fff;
    color:rgba(0,0,0,.9);
    text-decoration:none;
    border-radius:2px;
    -webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
    box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
    margin-bottom:24px;
    outline:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    border:1px solid rgba(0,0,0,.12)
}
.pricing__card h2 {
    margin:0;
    -webkit-transition:color .2s ease;
    transition:color .2s ease
}
.pricing__card-title {
    margin-bottom:12px
}
.pricing__card-cost {
    font-weight:600
}
.pricing__card-cost-label {
    color:rgba(0,0,0,.6)
}
.pricing__card-container {
    -webkit-box-flex:0;
    -ms-flex:0 0 320px;
    flex:0 0 320px;
    padding:0 12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.pricing__card-header {
    text-align:center
}
.pricing__card-content {
    padding:32px 42px;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap
}
.pricing__card-paragraph {
    color:rgba(0,0,0,.6);
    font-size:.833em;
    margin-bottom:6px
}
.pricing__card-btn {
    margin-top:24px;
    width:calc(100% - 24px);
    padding:12px 24px;
    margin-left:12px;
    margin-right:12px;
    font-size:.833em
}
.pricing__card-bullets li.pricing__card-bullets-featured {
    color:rgba(0,0,0,.9)
}
.pricing__card-link {
    font-size:.833em;
    margin-top:auto
}
.sms {
    margin:0
}
.sms__cost {
    color:rgba(0,0,0,.9);
    font-size:1.728em;
    font-family:"Styrene A",Tahoma,"Helvetica Neue",sans-serif;
    font-weight:600
}
.sms__cost-label {
    font-size:.833em;
    color:rgba(0,0,0,.6);
    margin:0
}
.powerful-tools {
    --theme-primary:#01095B
}
.powerful-tools .blob-wrapper__contents {
    color:#fff
}
.powerful-tools .blob-wrapper__background {
    background-color:var(--theme-primary)
}
@media only screen and (min-width:960px) {
    .powerful-tools .blob-wrapper__background {
        background-color:transparent
    }
}
.powerful-tools__heading {
    margin-top:24px
}
.powerful-tools__cards {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap
}
.powerful-tools__card-container {
    padding:0 48px;
    position:relative;
    margin-bottom:24px;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    text-align:center
}
@media only screen and (min-width:640px) {
    .powerful-tools__card-container {
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%
    }
}
@media only screen and (min-width:960px) {
    .powerful-tools__card-container {
        -webkit-box-flex:0;
        -ms-flex:0 0 33%;
        flex:0 0 33%
    }
}
.powerful-tools p {
    color:rgba(255,255,255,.7)
}
.powerful-tools img {
    display:inline-block
}
.page-section--feature-breakdown .feature-comparisons__table {
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-bottom:0;
    border-radius:0;
    overflow:visible;
    max-width:720px;
    margin:0 auto
}
.page-section--feature-breakdown .feature-comparisons__table:first-of-type {
    margin-top:24px
}
.page-section--feature-breakdown .feature-comparisons__table:not(:first-child) th {
    border-left:0;
    border-right:0
}
.page-section--feature-breakdown .feature-comparisons__table th {
    border-top:none;
    font-weight:400
}
.page-section--feature-breakdown .feature-comparisons__table td:first-child,
.page-section--feature-breakdown .feature-comparisons__table th:first-child {
    width:60%
}
@media only screen and (min-width:960px) {
    .page-section--feature-breakdown .feature-comparisons__table td:first-child,
    .page-section--feature-breakdown .feature-comparisons__table th:first-child {
        width:auto
    }
}
.page-section--feature-breakdown .feature-comparisons__table tbody {
    max-height:0;
    overflow:hidden;
    -webkit-transition:max-height .3s ease-in-out;
    transition:max-height .3s ease-in-out;
    display:none
}
@media screen and (prefers-reduced-motion:reduce) {
    .page-section--feature-breakdown .feature-comparisons__table tbody {
        -webkit-transition:none;
        transition:none
    }
}
.page-section--feature-breakdown .feature-comparisons__table--opened tbody {
    max-height:150px;
    overflow:auto;
    -webkit-animation:dropdown-hide-scroll .3s backwards;
    animation:dropdown-hide-scroll .3s backwards;
    display:table-row-group
}
@-webkit-keyframes dropdown-hide-scroll {
    from,
    to {
        overflow:hidden
    }
}
@keyframes dropdown-hide-scroll {
    from,
    to {
        overflow:hidden
    }
}
.page-section--feature-breakdown .feature-comparisons__table--opened tbody tr:last-child td {
    border-bottom:1px solid #b4b4b4
}
.page-section--feature-breakdown .feature-comparisons__table+.feature-comparisons__table tbody tr:last-child td {
    border-bottom:none
}
.page-section--feature-breakdown .feature-comparisons__table+.feature-comparisons__table--opened tbody tr:last-child td {
    border-bottom:1px solid #b4b4b4
}
.page-section--feature-breakdown .feature-comparisons__table:last-child tbody tr:first-child td {
    border-top:1px solid #b4b4b4
}
.page-section--feature-breakdown .feature-comparisons__table:last-child tbody tr:last-child td {
    border-bottom:1px solid #b4b4b4
}
.page-section--feature-breakdown .feature-comparisons__table-toggle {
    text-align:right
}
.page-section--feature-breakdown .feature-comparisons__table-toggle button {
    padding:0 6px
}
.g2-crowd__string {
    margin-bottom:36px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.g2-crowd__string-stars {
    display:inline;
    margin-left:12px
}
