﻿
.w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

    .w-input:-moz-placeholder, .w-select:-moz-placeholder {
        color: #999;
    }

    .w-input::-moz-placeholder, .w-select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
        color: #999;
    }

    .w-input:focus, .w-select:focus {
        border-color: #3898ec;
        outline: 0;
    }

    .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
        cursor: not-allowed;
    }

        .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
            background-color: #eee;
        }

textarea.w-input, textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

    .w-select[multiple] {
        height: auto;
    }

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-radio:before, .w-radio:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-radio:after {
        clear: both;
    }

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

    .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
        display: none;
    }

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-container:after {
        clear: both;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }

.w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333%;
    }

    .w-col-medium-2 {
        width: 16.6667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.3333%;
    }

    .w-col-medium-5 {
        width: 41.6667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.3333%;
    }

    .w-col-medium-8 {
        width: 66.6667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.3333%;
    }

    .w-col-medium-11 {
        width: 91.6667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333%;
    }

    .w-col-small-2 {
        width: 16.6667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.3333%;
    }

    .w-col-small-5 {
        width: 41.6667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.3333%;
    }

    .w-col-small-8 {
        width: 66.6667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.3333%;
    }

    .w-col-small-11 {
        width: 91.6667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333%;
    }

    .w-col-tiny-2 {
        width: 16.6667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.3333%;
    }

    .w-col-tiny-5 {
        width: 41.6667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.3333%;
    }

    .w-col-tiny-8 {
        width: 66.6667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

    .w-widget-map label {
        width: auto;
        display: inline;
    }

    .w-widget-map img {
        max-width: inherit;
    }

    .w-widget-map .gm-style-iw {
        text-align: center;
    }

        .w-widget-map .gm-style-iw > button {
            display: none !important;
        }

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        text-align: center;
        color: #999;
        font-family: serif;
        font-size: 15px;
        line-height: 12px;
        position: relative;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        display: block;
        position: relative;
    }

    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px;
        }

    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
            content: " ";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid rgba(0, 0, 0, 0);
            position: absolute;
            top: 50%;
            left: 0;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-width: 4px;
            border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
            margin-top: -4px;
            margin-left: -9px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -10px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-width: 4px;
            border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
            margin-top: -4px;
            margin-left: -8px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -9px;
        }

    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }

        .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
            content: " ";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid rgba(0, 0, 0, 0);
            position: absolute;
            top: 100%;
            left: 50%;
        }

        .w-widget-twitter-count-shim.w--vertical:before {
            border-width: 5px;
            border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
            margin-left: -5px;
        }

        .w-widget-twitter-count-shim.w--vertical:after {
            border-width: 4px;
            border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
            margin-left: -4px;
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px;
        }

        .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px;
        }

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .w-background-video > video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -100;
        background-position: 50%;
        background-size: cover;
        margin: auto;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
    }

        .w-background-video > video::-webkit-media-controls-start-playback-button {
            -webkit-appearance: none;
            display: none !important;
        }

.w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

    .w-background-video--control > [hidden] {
        display: none !important;
    }

.w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

    .w-slider-nav.w-round > div {
        border-radius: 100%;
    }

    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        font-size: inherit;
        line-height: inherit;
        padding: .2em .5em;
    }

    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px rgba(51, 51, 51, .4);
    }

.w-slider-nav-invert {
    color: #fff;
}

    .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, .4);
    }

        .w-slider-nav-invert > div.w-active {
            background-color: #222;
        }

.w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

    .w-slider-dot.w-active {
        background-color: #fff;
    }

    .w-slider-dot:focus {
        outline: none;
        box-shadow: 0 0 0 2px #fff;
    }

        .w-slider-dot:focus.w-active {
            box-shadow: none;
        }

.w-slider-arrow-left, .w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }

    .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
        outline: 0;
    }

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

    .w-dropdown-toggle:focus {
        outline: 0;
    }

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
}

    .w-dropdown-list.w--open {
        display: block;
    }

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

    .w-dropdown-link.w--current {
        color: #0082f3;
    }

    .w-dropdown-link:focus {
        outline: 0;
    }

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
}

    .w-lightbox-view:before {
        content: "";
        height: 100vh;
    }

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .w-lightbox-spinner:after {
        content: "";
        border: 3px solid rgba(0, 0, 0, 0);
        border-bottom-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
    }

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view, .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left, .w-lightbox-right {
        opacity: .5;
        display: block;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

    .w-richtext figure > div:before {
        cursor: default !important;
    }

    .w-richtext figure img {
        width: 100%;
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: .6;
    }

    .w-richtext figure div {
        color: rgba(0, 0, 0, 0);
        font-size: 0;
    }

    .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
        display: table;
    }

        .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block;
        }

        .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
            caption-side: bottom;
            display: table-caption;
        }

    .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }

        .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
            width: 100%;
        }

    .w-richtext figure.w-richtext-align-center {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%;
        }

    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }

    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .w-richtext figure.w-richtext-align-fullwidth > div {
            padding-bottom: inherit;
            display: inline-block;
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block;
        }

    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        clear: none;
        margin-right: 15px;
    }

    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        clear: none;
        margin-left: 15px;
    }

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

    .w-nav:before, .w-nav:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-nav:after {
        clear: both;
    }

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-nav-link.w--current {
        color: #0082f3;
    }

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .w-nav-overlay [data-nav-menu-open] {
        top: 0;
    }

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

    .w-nav-button:focus {
        outline: 0;
    }

    .w-nav-button.w--open {
        color: #fff;
        background-color: #c8c8c8;
    }

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

    .w-tabs:before, .w-tabs:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-tabs:after {
        clear: both;
    }

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-tab-link.w--current {
        background-color: #c8c8c8;
    }

    .w-tab-link:focus {
        outline: 0;
    }

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

:root {
    --conversion-flow-library-medium-purple: #b16cea;
    --conversion-flow-library-light-coral: #ff5e69;
    --conversion-flow-library-sandy-brown: #ffa84b;
    --spark-library-foreground-interactive: #5532fa;
    --spark-library-white: white;
    --spark-library-foreground-interactive-hover: #1e116e;
    --spark-library-foreground-disabled: #98a1b3;
    --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
    --spark-library-border-default: rgba(0, 0, 0, .16);
    --spark-library-black: black;
    --spark-library-background--interactive: #f0ecfd;
    --spark-library-light-steel-purple: #a695fb;
    --elements-webflow-library-neutral--600: #6e7191;
    --elements-webflow-library-neutral--400: #dcddeb;
    --elements-webflow-library-neutral--800: #211f54;
    --elements-webflow-library-accent--primary-1: #004250;
    --elements-webflow-library-neutral--100: white;
    --elements-webflow-library-secondary--color-1: #281ca5;
    --elements-webflow-library-secondary--color-2: #f2f1ff;
    --untitled-ui-gray300: #d0d5dd;
    --untitled-ui-white: white;
    --untitled-ui-gray700: #344054;
    --untitled-ui-gray50: #f9fafb;
    --untitled-ui-gray800: #1d2939;
    --untitled-ui-gray100: #f2f4f7;
    --untitled-ui-primary600: #7f56d9;
    --untitled-ui-primary700: #6941c6;
    --untitled-ui-primary100: #f4ebff;
    --untitled-ui-gray900: #101828;
    --untitled-ui-gray600: #475467;
    --untitled-ui-primary50: #f9f5ff;
    --untitled-ui-gray500: #667085;
    --untitled-ui-gray200: #eaecf0;
    --elements-webflow-library-neutral--300: #eff0f6;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.cf-growth-para-text-18px {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.cf-growth-heading-32px {
    color: #000;
    letter-spacing: -.01em;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.cf-growth-hero-image {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
}

.cf-growth-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 22px;
    padding: 48px 40px;
    box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

    .cf-growth-wrapper.large {
        max-width: 760px;
        color: #fff;
        background-color: #000;
        background-image: url("https://assets-global.website-files.com/654f9d0a4d1a59b887d56232/654fa56be85a825abad7ab06_Highlight_03.svg");
        background-position: 38px 38px;
        background-repeat: no-repeat;
        background-size: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 56px;
        padding-right: 80px;
        display: flex;
    }

.cf-growth-para-text-20px {
    opacity: .7;
    margin-top: 26px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 32px;
}

.cf-text-opacity-70-italic {
    background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
}

.cf-growth-h2-heading-56px {
    letter-spacing: -.01em;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}

.cf-growth-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template: "." "." "." / 1fr 1fr 1fr;
}

.cf-growth-container {
    z-index: 11;
    width: 100%;
    height: 100%;
    position: relative;
}

.cf-wrapper-1160 {
    width: 90%;
    max-width: 1160px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
}

    .cf-wrapper-1160.growth-flex {
        padding-bottom: 180px;
    }

.cf-growth-section {
    position: relative;
}

.path-whbcgi {
    color: #fff;
}

.path-nfziz, .path-3d24t, .path-vafjz, .path-mgh05k, .path-0sdwe, .path-f33vc {
    color: #000;
}

.path-ilxhs {
    color: #fff;
}

.path-0juzz, .path-951x5h, .path-7b1d7, .path-8we4p, .path-v8pdd {
    color: #000;
}

.cf-feature-pointer-text-20px {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.cf-choose-feature-check-icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.cf-pricing-plan-pointers {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

    .cf-pricing-plan-pointers.no-margin {
        margin-bottom: 0;
    }

.cf-choose-feature-bold-text-16px {
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cf-choose-feature-wrapper {
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    border-radius: 13px;
    margin-top: 35px;
    padding: 48px 40px;
    box-shadow: 0 10px 70px rgba(83, 83, 83, .07);
}

.cf-choose-feature-heading-32px {
    letter-spacing: -.01em;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}

.cf-choose-feature-name-container {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cf-choose-feature-container {
    position: relative;
}

.cf-bottom-line-image {
    width: 100%;
    max-width: 340px;
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 50px;
    right: auto;
}

.cf-choose-grid {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    position: relative;
}

.cf-green-vs-circle {
    z-index: 11111;
    width: 72px;
    height: 72px;
    background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-sandy-brown));
    color: #fff;
    letter-spacing: -.01em;
    text-transform: uppercase;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
    position: absolute;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.cf-choose-bottom-container {
    width: 100%;
    max-width: 1000px;
    position: relative;
}

.cf-20px-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 32px;
}

    .cf-20px-text.max-width-520px {
        max-width: 520px;
    }

.cf-italic-text {
    font-style: italic;
    font-weight: 700;
}

.cf-h2-heading-56px {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.cf-choose-upper-section {
    width: 100%;
    max-width: 580px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
}

.cf-wrapper-1161 {
    width: 90%;
    max-width: 1160px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
}

    .cf-wrapper-1161.choose-flex {
        flex-direction: column;
        padding-top: 180px;
        padding-bottom: 180px;
    }

.image {
    max-width: 50%;
}

.cf-logos-social {
    width: 40px;
    height: 40px;
    cursor: pointer;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .cf-logos-social:hover {
        background-color: var(--conversion-flow-library-sandy-brown);
    }

    .cf-logos-social.open-nav {
        width: 76px;
        height: 76px;
    }

    .cf-logos-social.open-nav-middle {
        width: 76px;
        height: 76px;
        margin-left: 40px;
        margin-right: 40px;
    }

.cf-nav-4-social-icons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 40px;
    display: flex;
}

    .cf-nav-4-social-icons.open-navigation {
        margin-top: 40px;
        margin-right: 0;
    }

.cf-connect-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.cf-connect-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 135px;
    display: flex;
}

.cf-link-text-navbar-4 {
    letter-spacing: -.8px;
    margin-left: 0;
}

.cf-pink-line {
    width: 46px;
    height: 2px;
    background-color: #ff4f11;
    margin-right: 20px;
}

    .cf-pink-line.animate {
        width: 0;
        background-color: var(--conversion-flow-library-light-coral);
        margin-right: 20px;
    }

.cf-navigation-4-link {
    color: #000;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 187%;
    text-decoration: none;
    display: flex;
}

    .cf-navigation-4-link.w--current {
        color: #1c0309;
        padding-left: 0;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
    }

.cf-nav-4-links-right-container {
    width: 230px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
}

.cf-nav-4-links-left-container {
    width: 230px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 100px;
    display: flex;
}

.cf-nav-4-links-container {
    width: auto;
    justify-content: space-between;
    margin-top: 460px;
    margin-left: 60px;
    display: flex;
}

.cf-close-text {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.cf-close-contain {
    width: 27px;
    height: 27px;
    background-image: url("https://assets-global.website-files.com/654f9d0a4d1a59b887d56232/654fc003dee2a0d8f53f69d1_cross%20icon.svg");
    background-position: 50%;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
}

.cf-close-button {
    cursor: pointer;
    background-color: #fff;
    align-items: center;
    padding: 25px 44px;
    transition: opacity .2s;
    display: flex;
    position: absolute;
    top: 58px;
    bottom: auto;
    left: auto;
    right: 111px;
}

    .cf-close-button:hover {
        opacity: .8;
    }

.cf-navigation-logo {
    object-fit: contain;
}

.cf-brand-logo-nav-menu {
    cursor: pointer;
    position: absolute;
    top: 60px;
    bottom: auto;
    left: 85px;
    right: auto;
}

    .cf-brand-logo-nav-menu.w--current {
        position: absolute;
        top: 60px;
        bottom: auto;
        left: 85px;
        right: auto;
    }

.cf-menu-navigation-wrap {
    z-index: 10000000;
    width: 100vw;
    height: 100%;
    opacity: 0;
    background-color: #e9e9e9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 52px 111px 150px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
}

.cf-menu-line._2 {
    width: 26.5px;
    height: 2px;
    color: #000;
    background-color: #1c0309;
    margin-bottom: 0;
    transform: scale(1);
}

.cf-menu-line._1 {
    width: 14px;
    height: 2px;
    color: #000;
    background-color: #1c0309;
    margin-bottom: 10px;
    transform: translate(0);
}

.cf-menu-icon {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    display: flex;
}

.cf-menu-text {
    color: #000;
    letter-spacing: .8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 125%;
}

.cf-nav-4-menu {
    cursor: pointer;
    align-items: center;
    display: flex;
    position: relative;
}

    .cf-nav-4-menu:hover {
        opacity: 1;
    }

.cf-nav-4-right-container {
    align-items: stretch;
    display: flex;
}

.cf-brand-logo-4 {
    cursor: pointer;
}

.cf-navigation-4-container {
    width: 95%;
    max-width: 1340px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
}

.spark-button {
    border: 1px solid var(--spark-library-foreground-interactive);
    background-color: var(--spark-library-foreground-interactive);
    color: var(--spark-library-white);
    border-radius: 8px;
    flex: none;
    padding: 16px;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    transition: border-color .15s, background-color .15s, opacity .15s;
}

    .spark-button:hover {
        border-color: var(--spark-library-foreground-interactive-hover);
        background-color: var(--spark-library-foreground-interactive-hover);
        opacity: 1;
    }

    .spark-button.spark-full-width {
        width: 100%;
        background-color: var(--spark-library-foreground-interactive);
        text-align: center;
    }

        .spark-button.spark-full-width:hover {
            background-color: var(--spark-library-foreground-interactive-hover);
        }

.spark-pricing-bottom {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    padding: 16px;
    display: flex;
}

.spark-small-icon {
    width: 24px;
    height: 24px;
    flex: none;
    display: inline-block;
}

    .spark-small-icon.spark-foreground-disabled {
        color: var(--spark-library-foreground-disabled);
    }

    .spark-small-icon.spark-primary-color {
        color: var(--spark-library-foreground-interactive);
    }

.spark-checked-item {
    width: 100%;
    max-width: 296px;
    grid-column-gap: 16px;
    color: var(--spark-library-foreground-secondary);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.spark-features-included {
    grid-row-gap: 16px;
    border-bottom: 1px solid var(--spark-library-border-default);
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    display: flex;
}

    .spark-features-included.spark-two-column {
        flex-flow: wrap;
        justify-content: center;
    }

.spark-foreground-secondary {
    color: var(--spark-library-foreground-secondary);
}

    .spark-foreground-secondary.spark-no-bottom {
        margin-bottom: 0;
    }

.spark-foreground-primary {
    color: var(--spark-library-black);
    font-weight: 600;
}

.spark-price-text {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.spark-flexed-price {
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.spark-large-plan-name {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.spark-left-side-pricing-info {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    color: var(--spark-library-foreground-interactive);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
}

    .spark-left-side-pricing-info.spark-reduce-margin-bottom {
        margin-bottom: 16px;
        padding-bottom: 0;
    }

.spark-pricing-information {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.spark-pricing-top {
    border-bottom: 1px solid var(--spark-library-border-default);
    text-align: center;
    flex-direction: column;
    padding: 32px 16px;
    display: flex;
}

    .spark-pricing-top.spark-thick-top-pricing {
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 38px 48px;
    }

.spark-full-pricing-column {
    width: 100%;
    max-width: 100%;
    background-color: var(--spark-library-white);
}

.spark-simple-shadow-tiny {
    box-shadow: -1px 1px 10px rgba(0, 0, 0, .12);
}

.spark-pricing-tab-pane {
    padding: 32px;
}

.spark-side-tabs-content {
    width: 60%;
    display: block;
}

.spark-small-sub-paragraph {
    color: var(--spark-library-foreground-secondary);
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.3;
}

    .spark-small-sub-paragraph.spark-no-bottom {
        margin-bottom: 0;
    }

.spark-bold-heading {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

.spark-side-flat-tab {
    width: 100%;
    border-bottom: 3px solid var(--spark-library-background--interactive);
    color: var(--spark-library-black);
    background-color: rgba(0, 0, 0, 0);
    padding: 48px 24px;
    transition: border-color .3s, color .15s;
}

    .spark-side-flat-tab:hover {
        border-bottom-color: var(--spark-library-light-steel-purple);
        opacity: 1;
        color: var(--spark-library-foreground-interactive);
    }

    .spark-side-flat-tab.w--current {
        border-bottom-color: var(--spark-library-foreground-interactive);
        color: var(--spark-library-foreground-interactive);
        background-color: rgba(0, 0, 0, 0);
    }

.spark-stacked-flat-tabs-menu {
    width: 30%;
    float: left;
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    margin-right: 10%;
    display: inline-block;
}

.spark-side-flat-tab-parent {
    width: 100%;
    display: block;
}

    .spark-side-flat-tab-parent.spark-flex-middle {
        align-items: center;
        display: flex;
    }

.spark-secondary-paragraph {
    color: var(--spark-library-foreground-secondary);
    margin-bottom: 64px;
}

.spark-max-width-utility-800 {
    max-width: 46rem;
    flex: none;
}

.spark-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.spark-section {
    width: 100%;
    padding: 176px 64px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    position: relative;
}

    .spark-section h5 {
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .spark-section h4 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.4;
    }

    .spark-section h1 {
        margin-bottom: 1rem;
        font-size: 4rem;
        font-weight: 600;
        line-height: 1.1;
    }

    .spark-section h2 {
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .spark-section h3 {
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .spark-section h6 {
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        font-size: .8125rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .spark-section ul {
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding-left: 14px;
    }

    .spark-section li {
        margin-bottom: .5rem;
    }

.brix---text-300-medium {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.brix---pricing-v8-title-table {
    color: var(--elements-webflow-library-neutral--600);
    margin-bottom: 10px;
    display: none;
}

.brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
    min-height: 94px;
    border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
}

.brix---color-neutral-800 {
    color: var(--elements-webflow-library-neutral--800);
}

.brix---btn-primary-small-full-width {
    width: 100%;
    background-color: var(--elements-webflow-library-accent--primary-1);
    color: var(--elements-webflow-library-neutral--100);
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    justify-content: center;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: background-color .3s, transform .3s, color .3s;
}

    .brix---btn-primary-small-full-width:hover {
        background-color: var(--elements-webflow-library-secondary--color-1);
        color: var(--elements-webflow-library-neutral--100);
        transform: translate3d(0, -3px, .01px);
    }

.brix---text-400-bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.brix---mg-bottom-16px {
    margin-bottom: 16px;
}

.brix---text-200 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.brix---color-neutral-600 {
    color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-8px {
    margin-bottom: 8px;
}

.brix---pricing-table-top {
    min-height: 230px;
    border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
    background-color: var(--elements-webflow-library-neutral--100);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 56px 24px 48px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.brix---pricing-table-top-featured {
    min-height: 230px;
    border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
    background-color: var(--elements-webflow-library-secondary--color-2);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 56px 24px 48px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.brix---pricing-column-featured {
    background-color: var(--elements-webflow-library-secondary--color-2);
}

.brix---pricing-content-wrapper-left {
    min-height: 94px;
    border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
    color: var(--elements-webflow-library-neutral--600);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
}

.brix---text-300-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.brix---pricing-table-top-first {
    min-height: 230px;
    border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
    background-color: var(--elements-webflow-library-neutral--100);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 56px 24px 48px 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.brix---grid-4-columns-pricing-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.brix---paragraph-default {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---heading-h1-size {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
}

.brix---subtitle {
    color: var(--elements-webflow-library-accent--primary-1);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.brix---text-center {
    text-align: center;
}

.brix---inner-container-700px-center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.brix---mg-bottom-48px {
    margin-bottom: 48px;
}

.brix---container-default {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---section {
    color: var(--elements-webflow-library-neutral--100);
    padding-top: 176px;
    padding-bottom: 176px;
}

.uui-button-secondary-gray {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui-gray300);
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

    .uui-button-secondary-gray:hover {
        background-color: var(--untitled-ui-gray50);
        color: var(--untitled-ui-gray800);
    }

    .uui-button-secondary-gray:focus {
        background-color: var(--untitled-ui-white);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
    }

.uui-button {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
    color: var(--untitled-ui-white);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

    .uui-button:hover {
        border-color: var(--untitled-ui-primary700);
        background-color: var(--untitled-ui-primary700);
    }

    .uui-button:focus {
        background-color: var(--untitled-ui-primary600);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
    }

.uui-pricing07_bottom-row-content {
    height: 100%;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.uui-pricing07_bottom-row {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding-top: 2rem;
}

.uui-icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}

.uui-pricing07_row-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
}

.uui-pricing07_row-lead-text {
    color: var(--untitled-ui-gray900);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 500;
}

.uui-pricing07_feature {
    padding: 1rem 1.5rem;
}

.uui-pricing07_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    align-items: stretch;
}

.background-color-gray50 {
    background-color: var(--untitled-ui-gray50);
}

.uui-pricing07_heading-row-text {
    color: var(--untitled-ui-primary700);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
}

.uui-pricing07_heading-row {
    margin-top: 2.5rem;
    padding: 1rem 1.5rem;
}

.uui-text-size-medium {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.uui-space-medium {
    width: 100%;
    min-height: 2rem;
}

.uui-text-size-small {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

.uui-pricing07_price-text {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    margin-left: .25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.uui-pricing07_price {
    color: var(--untitled-ui-gray900);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.uui-heading-xxsmall {
    color: var(--untitled-ui-gray900);
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
}

.uui-pricing07_top-row-content {
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.uui-pricing07_top-row {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_plans, .uui-pricing07_tabs-content {
    width: 100%;
}

.uui-badge {
    grid-column-gap: .375rem;
    background-color: var(--untitled-ui-gray100);
    color: var(--untitled-ui-gray700);
    white-space: nowrap;
    border-radius: 10rem;
    align-items: center;
    padding: .125rem .625rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
}

    .uui-badge.is-primary {
        background-color: var(--untitled-ui-primary50);
        color: var(--untitled-ui-primary700);
    }

.uui-pricing07_tab-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray500);
    background-color: rgba(0, 0, 0, 0);
    border-radius: .375rem;
    align-items: center;
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
    display: flex;
}

    .uui-pricing07_tab-link.w--current {
        color: var(--untitled-ui-gray700);
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
    }

.uui-pricing07_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    border: 1px solid var(--untitled-ui-gray100);
    background-color: var(--untitled-ui-gray50);
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-bottom: 5rem;
    padding: .375rem;
    display: grid;
}

.uui-pricing07_component {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 2.5rem;
    display: flex;
}

.uui-text-size-large {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.uui-space-xsmall {
    width: 100%;
    min-height: 1rem;
}

.uui-heading-medium {
    color: var(--untitled-ui-gray900);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.3;
}

.uui-heading-subheading {
    color: var(--untitled-ui-primary600);
    margin-bottom: .75rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.uui-max-width-large {
    width: 100%;
    max-width: 48rem;
}

    .uui-max-width-large.align-center, .align-center {
        margin-left: auto;
        margin-right: auto;
    }

.uui-text-align-center {
    text-align: center;
}

.uui-padding-vertical-xhuge {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.uui-container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.uui-page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

.uui-pricing11_row-content {
    border-left: 1px solid var(--untitled-ui-gray200);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
}

.uui-pricing11_row-lead-text {
    color: var(--untitled-ui-gray900);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 500;
}

.uui-pricing11_feature {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
}

.uui-pricing11_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--untitled-ui-gray200);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    align-items: stretch;
}

.uui-pricing11_heading-row-text {
    color: var(--untitled-ui-primary700);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
}

.uui-pricing11_heading-row {
    border-bottom: 1px solid var(--untitled-ui-gray200);
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.uui-pricing11_price-text {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    margin-left: .25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.uui-pricing11_price {
    color: var(--untitled-ui-gray900);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.uui-pricing11_top-row-content {
    height: 100%;
    border-left: 1px solid var(--untitled-ui-gray200);
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    display: flex;
}

.uui-pricing11_plan-name-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.uui-pricing11_top-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--untitled-ui-gray200);
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.uui-pricing11_plans {
    width: 100%;
}

.uui-pricing11_tabs-content {
    width: 100%;
    overflow: visible;
}

.uui-pricing11_tab-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray500);
    background-color: rgba(0, 0, 0, 0);
    border-radius: .375rem;
    align-items: center;
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
    display: flex;
}

    .uui-pricing11_tab-link.w--current {
        color: var(--untitled-ui-gray700);
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
    }

.uui-pricing11_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    border: 1px solid var(--untitled-ui-gray100);
    background-color: var(--untitled-ui-gray50);
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-bottom: 5rem;
    padding: .375rem;
    display: grid;
}

.uui-pricing11_component {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 2.5rem;
    display: flex;
}

.uui-pricing01_divider {
    width: 100%;
    height: 1px;
    background-color: var(--untitled-ui-gray200);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.uui-pricing01_icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: .75rem;
}

.uui-pricing01_feature {
    display: flex;
}

.uui-pricing01_feature-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: grid;
}

.uui-text-weight-semibold {
    font-weight: 600;
}

.uui-pricing01_card-heading {
    color: var(--untitled-ui-gray900);
    letter-spacing: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.uui-pricing01_top-right-text {
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    margin-left: .125rem;
    font-size: 1.125rem;
    font-weight: 500;
}

.uui-pricing01_top-right-price {
    color: var(--untitled-ui-gray900);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.uui-heading-xsmall {
    color: var(--untitled-ui-gray900);
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.uui-pricing01_plan-name-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    margin-bottom: .25rem;
    display: flex;
}

.uui-pricing01_top-left {
    margin-right: 1rem;
}

.uui-pricing01_content-top {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.uui-pricing01_plan {
    border: 1px solid var(--untitled-ui-gray200);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-space-xxsmall {
    width: 100%;
    min-height: .5rem;
}

.uui-pricing01_item-text-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.uui-icon-featured-outline-large {
    width: 3.5rem;
    height: 3.5rem;
    border: .5rem solid var(--untitled-ui-primary50);
    background-color: var(--untitled-ui-primary100);
    color: var(--untitled-ui-primary600);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.uui-pricing01_item-icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: 1rem;
}

.uui-pricing01_content-item {
    display: flex;
}

.uui-pricing01_content-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.uui-pricing01_component {
    grid-column-gap: 6rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 4rem;
    display: grid;
}

.path-e2kcb, .path-db9jl {
    color: #b30000;
}

.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.brix---paragraph-default-2 {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-801 {
    color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.brix---color-neutral-802 {
    color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-8px-2 {
    margin-bottom: 8px;
}

.brix---mg-bottom-32px {
    margin-bottom: 32px;
}

.brix---content-center-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.brix---3-columns-1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.brix---heading-h2-size {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.brix---mg-bottom-16px-2 {
    margin-bottom: 16px;
}

.brix---subtitle-2 {
    color: var(--elements-webflow-library-accent--primary-1);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.brix---text-center-2 {
    text-align: center;
}

.brix---inner-container-640px---center {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.brix---mg-bottom-48px-2 {
    margin-bottom: 48px;
}

.brix---container-default-2 {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---section-2 {
    color: var(--elements-webflow-library-neutral--100);
    padding-top: 60px;
    padding-bottom: 20px;
}

.brix---btn-secondary {
    border: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-neutral--800);
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    padding: 26px 38px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 20px;
    transition: border-color .3s, transform .3s, background-color .3s, color .3s;
    box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

    .brix---btn-secondary:hover {
        border-color: var(--elements-webflow-library-accent--primary-1);
        background-color: var(--elements-webflow-library-accent--primary-1);
        color: var(--elements-webflow-library-neutral--100);
        transform: translate3d(0, -3px, .01px);
    }

.brix---btn-primary {
    background-color: var(--elements-webflow-library-accent--primary-1);
    color: var(--elements-webflow-library-neutral--100);
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    justify-content: center;
    padding: 26px 38px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .3s, transform .3s, color .3s;
}

    .brix---btn-primary:hover {
        background-color: var(--elements-webflow-library-secondary--color-1);
        color: var(--elements-webflow-library-neutral--100);
        transform: translate3d(0, -3px, .01px);
    }

.brix---button-row-left {
    margin-right: 24px;
}

.brix---buttons-row-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.brix---mg-bottom-40px {
    margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
}

.brix---color-neutral-803 {
    color: var(--elements-webflow-library-neutral--800);
}

.brix---inner-container-600px---center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.path-rmzqr {
    color: #008a10;
}

.path-62mdb {
    color: #004250;
}

.path-ioqa2 {
    color: #fff;
}

.path-8ope1, .path-hylx7k, .path-eeupyi, .path-u14slg, .path-9lz8m, .path-1arsy, .path-drm4c {
    color: #004250;
}

.path-g4p4i {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #004250;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
}

.ikonik-xp1yn {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    padding-top: 0;
}

.div-block {
    background-color: rgba(0, 66, 80, .1);
    border-radius: 100px;
    padding: 30px;
}

.div-block-2, .div-block-3 {
    background-color: rgba(0, 66, 80, .1);
    border-radius: 100%;
    padding: 30px;
}

.brix---bg-image-full-width {
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.brix---cta-v8-half-image-right {
    z-index: 0;
    width: 46%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.brix---cta-v1-floating-item-01 {
    z-index: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -1%;
    right: auto;
}

.brix---btn-secondary-white {
    border: 1px solid var(--elements-webflow-library-neutral--300);
    color: var(--elements-webflow-library-neutral--100);
    text-align: center;
    transform-style: preserve-3d;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 48px;
    padding: 26px 38px;
    font-size: 18px;
    line-height: 20px;
    transition: border-color .3s, transform .3s, background-color .3s, color .3s;
    box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

    .brix---btn-secondary-white:hover {
        border-color: var(--elements-webflow-library-neutral--100);
        background-color: var(--elements-webflow-library-neutral--100);
        color: var(--elements-webflow-library-neutral--800);
        transform: translate3d(0, -3px, .01px);
    }

.brix---btn-primary-white {
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    justify-content: center;
    padding: 26px 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .3s, transform .3s, color .3s;
}

    .brix---btn-primary-white:hover {
        background-color: var(--elements-webflow-library-secondary--color-2);
        color: var(--elements-webflow-library-accent--primary-1);
        transform: translate3d(0, -3px, .01px);
    }

.brix---button-row-left-2 {
    margin-right: 24px;
}

.brix---buttons-row {
    align-items: center;
    display: flex;
}

.brix---paragraph-default-3 {
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-100 {
    color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px-2 {
    margin-bottom: 40px;
}

.brix---heading-h2-size-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.brix---mg-bottom-16px-3 {
    margin-bottom: 16px;
}

.brix---grid-cta-v8 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.brix---container-default-3 {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---z-index-1 {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.brix---cta-v8-section {
    background-color: var(--elements-webflow-library-accent--primary-1);
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1440px) {
    .cf-choose-feature-name-container {
        height: 50px;
    }

    .brix---z-index-1 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    .cf-growth-para-text-18px {
        line-height: 150%;
    }

    .cf-growth-heading-32px {
        line-height: 120%;
    }

    .cf-growth-wrapper {
        padding: 40px 30px;
    }

    .cf-growth-para-text-20px {
        font-size: 18px;
        line-height: 150%;
    }

    .cf-growth-h2-heading-56px {
        line-height: 100%;
    }

    .cf-growth-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cf-wrapper-1160 {
        flex-direction: column;
    }

        .cf-wrapper-1160.growth-flex {
            padding-top: 50px;
            padding-bottom: 150px;
        }

    .cf-feature-pointer-text-20px {
        font-size: 18px;
    }

    .cf-bottom-line-image {
        bottom: -50px;
    }

    .cf-choose-grid {
        grid-column-gap: 40px;
        grid-row-gap: 200px;
        grid-template-columns: 1fr;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    .cf-green-vs-circle {
        top: 3%;
    }

    .cf-20px-text {
        line-height: 150%;
    }

    .cf-h2-heading-56px {
        font-size: 30px;
    }

    .cf-wrapper-1161 {
        flex-direction: column;
    }

        .cf-wrapper-1161.choose-flex {
            padding-top: 150px;
            padding-bottom: 150px;
        }

    .cf-connect-wrapper {
        margin-top: 100px;
    }

    .cf-nav-4-links-left-container {
        margin-right: 140px;
    }

    .cf-nav-4-links-container {
        margin-left: 0;
    }

    .cf-close-contain {
        background-image: url("https://assets-global.website-files.com/654f9d0a4d1a59b887d56232/654fc003dee2a0d8f53f69d1_cross%20icon.svg");
        background-position: 50%;
        background-size: auto;
    }

    .cf-close-button {
        top: 52px;
        right: 85px;
    }

    .cf-menu-navigation-wrap {
        opacity: 0;
        padding-bottom: 100px;
        padding-left: 100px;
        padding-right: 85px;
        display: none;
    }

    .cf-navigation-4-container {
        max-width: 650px;
    }

    .spark-checked-item.spark-half-width {
        width: 50%;
    }

    .spark-features-included {
        padding-left: 64px;
        padding-right: 64px;
    }

    .spark-side-tabs-content.spark-full-width-mobile {
        width: 100%;
    }

    .spark-full-width-mobile {
        width: 100%;
        margin-bottom: 1rem;
        display: block;
    }

    .spark-small-sub-paragraph.spark-no-bottom {
        margin-bottom: 0;
    }

    .spark-side-flat-tab {
        width: 100%;
    }

    .spark-stacked-flat-tabs-menu {
        width: 35%;
        margin-bottom: 64px;
        margin-right: 5%;
    }

        .spark-stacked-flat-tabs-menu.spark-full-on-mobile {
            width: 100%;
            margin-bottom: 0;
            margin-right: 0%;
        }

    .spark-side-flat-tab-parent.spark-flex-middle {
        flex-direction: column;
    }

    .spark-section {
        padding-top: 104px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .brix---pricing-v8-title-table {
        display: block;
    }

    .brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
        min-height: 140px;
    }

    .brix---text-400-bold {
        font-size: 22px;
        line-height: 24px;
    }

    .brix---pricing-column-first {
        display: none;
    }

    .brix---grid-4-columns-pricing-tablet {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brix---heading-h1-size {
        font-size: 48px;
        line-height: 60px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 40px;
    }

    .brix---section {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .hide-tablet {
        display: none;
    }

    .uui-section_pricing11.hide-tablet {
        display: block;
    }

    .uui-pricing01_top-right-price {
        font-size: 3.25rem;
    }

    .uui-pricing01_component {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .brix---heading-h3-size {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---mg-bottom-32px {
        margin-bottom: 24px;
    }

    .brix---3-columns-1-col-tablet {
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 40px;
    }

    .brix---section-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .brix---btn-primary {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h1-size-2 {
        font-size: 48px;
        line-height: 60px;
    }

    .brix---cta-v8-half-image-right {
        width: 100%;
        height: 57%;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .brix---cta-v1-floating-item-01 {
        width: 35%;
        top: -4%;
        left: -5%;
    }

    .brix---btn-primary-white {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h2-size-2 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-cta-v8 {
        grid-template-columns: .7fr;
    }

    .brix---cta-v8-section {
        padding-top: 112px;
        padding-bottom: 722px;
    }
}

@media screen and (max-width: 767px) {
    .cf-growth-para-text-18px {
        font-size: 16px;
    }

    .cf-growth-heading-32px {
        font-size: 30px;
    }

    .cf-growth-wrapper {
        display: block;
    }

        .cf-growth-wrapper.large {
            background-position: 16px 25px;
            padding-left: 30px;
            padding-right: 30px;
        }

    .cf-growth-h2-heading-56px {
        font-size: 45px;
    }

    .cf-growth-grid {
        grid-template-columns: 1fr;
        align-content: center;
        justify-content: center;
        justify-items: center;
    }

    .cf-wrapper-1160.growth-flex {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .cf-choose-feature-check-icon {
        margin-right: 10px;
    }

    .cf-20px-text {
        font-size: 18px;
    }

    .cf-h2-heading-56px {
        font-size: 28px;
    }

    .cf-wrapper-1161.choose-flex {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .cf-center-logo.open-nav {
        width: 22px;
    }

        .cf-center-logo.open-nav.facebook {
            width: 15px;
        }

    .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
        width: 60px;
        height: 60px;
    }

    .cf-nav-4-social-icons {
        margin-right: 20px;
        display: none;
    }

        .cf-nav-4-social-icons.open-navigation {
            display: flex;
        }

    .cf-connect-wrapper {
        margin-left: 20px;
    }

    .cf-link-text-navbar-4 {
        font-size: 26px;
    }

    .cf-nav-4-links-right-container {
        width: auto;
        align-items: center;
    }

    .cf-nav-4-links-left-container {
        width: auto;
        align-items: center;
        margin-right: 20px;
    }

    .cf-nav-4-links-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 650px;
    }

    .cf-close-text {
        display: none;
    }

    .cf-close-contain {
        background-image: url("https://assets-global.website-files.com/654f9d0a4d1a59b887d56232/654fc003dee2a0d8f53f69d1_cross%20icon.svg");
        background-position: 50%;
        background-size: auto;
        margin-right: 0;
    }

    .cf-close-button {
        border-radius: 100px;
        padding: 16px;
        top: 52px;
        right: 60px;
    }

    .cf-brand-logo-nav-menu {
        padding-left: 0;
        top: 52px;
        left: 60px;
    }

        .cf-brand-logo-nav-menu.w--current {
            left: 60px;
        }

    .cf-menu-navigation-wrap {
        opacity: 0;
        padding-left: 60px;
        padding-right: 60px;
        display: none;
    }

    .cf-navigation-4-container {
        width: 90%;
        max-width: 550px;
    }

    .spark-features-included.spark-two-column {
        align-items: flex-start;
        padding-left: 32px;
        padding-right: 32px;
    }

    .spark-side-tabs-content {
        width: 100%;
    }

    .spark-small-sub-paragraph {
        line-height: 1.3;
    }

    .spark-side-flat-tab {
        padding-left: 32px;
        padding-right: 32px;
    }

    .spark-stacked-flat-tabs-menu {
        width: 100%;
    }

    .spark-secondary-paragraph {
        margin-bottom: 32px;
    }

    .spark-container {
        width: 100%;
    }

    .spark-section {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .brix---text-300-medium {
        font-size: 18px;
        line-height: 20px;
    }

    .brix---pricing-content-wrapper-empty {
        display: none;
    }

    .brix---btn-primary-small-full-width {
        padding: 16px 32px;
    }

    .brix---text-400-bold {
        font-size: 20px;
        line-height: 22px;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 8px;
    }

    .brix---text-200 {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---pricing-table-top, .brix---pricing-table-top-featured {
        min-height: auto;
        padding: 40px 18px;
        position: static;
    }

    .brix---text-300-bold {
        font-size: 18px;
        line-height: 22px;
    }

    .brix---pricing-table-top-first {
        min-height: auto;
        padding: 40px 18px;
        position: static;
    }

    .brix---grid-4-columns-pricing-tablet {
        grid-template-columns: 1fr;
    }

    .brix---heading-h1-size {
        margin-bottom: 12px;
        font-size: 38px;
        line-height: 46px;
    }

    .brix---subtitle {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .uui-button-secondary-gray {
        padding-left: 1.25rem;
        font-size: 1rem;
    }

        .uui-button-secondary-gray:hover {
            background-color: var(--untitled-ui-white);
            color: var(--untitled-ui-gray700);
        }

    .uui-button {
        font-size: 1rem;
    }

        .uui-button:hover {
            border-color: var(--untitled-ui-primary600);
            background-color: var(--untitled-ui-primary600);
        }

    .uui-space-medium {
        min-height: 1.5rem;
    }

    .uui-pricing07_price {
        font-size: 2.25rem;
    }

    .uui-heading-xxsmall {
        font-size: 1.125rem;
    }

    .uui-pricing07_plans {
        display: none;
    }

    .uui-badge {
        padding: .125rem .5rem;
    }

    .uui-pricing07_component {
        margin-top: 2rem;
    }

    .uui-text-size-large {
        font-size: 1rem;
    }

    .uui-space-xsmall {
        min-height: .75rem;
    }

    .uui-heading-medium {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .uui-page-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-pricing11_price {
        font-size: 2.25rem;
    }

    .uui-pricing11_component {
        margin-top: 2rem;
    }

    .uui-pricing01_feature-list {
        grid-template-columns: 1fr;
    }

    .uui-pricing01_top-right-text {
        font-size: 1rem;
    }

    .uui-pricing01_top-right-price {
        font-size: 3rem;
    }

    .uui-heading-xsmall {
        font-size: 1.25rem;
    }

    .uui-pricing01_content-top {
        grid-row-gap: 1rem;
        flex-direction: column-reverse;
    }

    .uui-pricing01_plan {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .uui-pricing01_content-list {
        grid-row-gap: 2.5rem;
    }

    .uui-pricing01_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
        margin-top: 3rem;
    }

    .brix---3-columns-1-col-tablet {
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 8px;
    }

    .brix---subtitle-2 {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .brix---section-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .brix---btn-secondary {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary {
        padding: 20px 32px;
    }

    .brix---button-row-left {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px {
        margin-bottom: 24px;
    }

    .brix---heading-h1-size-2 {
        margin-bottom: 12px;
        font-size: 38px;
        line-height: 46px;
    }

    .brix---cta-v8-half-image-right {
        height: 50%;
    }

    .brix---cta-v1-floating-item-01 {
        width: 34%;
    }

    .brix---btn-secondary-white {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white {
        padding: 20px 32px;
    }

    .brix---button-row-left-2 {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px-2 {
        margin-bottom: 24px;
    }

    .brix---heading-h2-size-2 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 8px;
    }

    .brix---grid-cta-v8 {
        grid-template-columns: 1fr;
    }

    .brix---cta-v8-section {
        padding-top: 96px;
        padding-bottom: 495px;
    }
}

@media screen and (max-width: 479px) {
    .cf-growth-heading-32px {
        font-size: 28px;
    }

    .cf-growth-wrapper {
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

        .cf-growth-wrapper.large {
            background-position: 8px 25px;
            padding-left: 15px;
            padding-right: 15px;
        }

    .cf-growth-para-text-20px {
        font-size: 16px;
    }

    .cf-growth-h2-heading-56px {
        font-size: 40px;
    }

    .cf-wrapper-1160 {
        width: 90%;
    }

        .cf-wrapper-1160.growth-flex {
            padding-top: 0;
        }

    .cf-feature-pointer-text-20px {
        font-size: 16px;
        line-height: 140%;
    }

    .cf-choose-feature-check-icon {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }

    .cf-choose-feature-bold-text-16px {
        margin-bottom: 20px;
    }

    .cf-choose-feature-wrapper {
        padding: 40px 15px;
    }

    .cf-bottom-line-image {
        left: 0;
    }

    .cf-h2-heading-56px {
        font-size: 24px;
    }

    .cf-wrapper-1161 {
        width: 90%;
    }

    .cf-logos-social {
        display: none;
    }

        .cf-logos-social.open-nav {
            width: 60px;
            height: 60px;
            background-image: none;
            display: flex;
        }

        .cf-logos-social.open-nav-middle {
            width: 60px;
            height: 60px;
            background-image: none;
            margin-left: 20px;
            margin-right: 20px;
            display: flex;
        }

    .cf-connect-text {
        font-size: 18px;
    }

    .cf-connect-wrapper {
        margin-top: 60px;
        margin-left: 30px;
    }

    .cf-nav-4-links-left-container {
        width: auto;
        margin-right: 0;
    }

    .cf-nav-4-links-container {
        flex-direction: column;
        margin-top: 500px;
        margin-left: 0;
    }

    .cf-close-text {
        display: none;
    }

    .cf-close-contain {
        width: 16px;
        height: 16px;
        margin-right: 0;
    }

    .cf-close-button {
        padding: 16px;
        top: 40px;
        right: 20px;
    }

    .cf-brand-logo-nav-menu {
        width: 50%;
        padding-left: 0;
        display: none;
        position: absolute;
        top: auto;
        bottom: -15px;
        left: 75px;
        right: 0%;
    }

    .cf-menu-navigation-wrap {
        opacity: 0;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 30px;
        display: none;
    }

    .cf-brand-logo-4 {
        width: 50%;
        padding-left: 0;
    }

    .cf-navigation-4-container {
        max-width: none;
    }

    .spark-checked-item {
        grid-column-gap: 8px;
    }

        .spark-checked-item.spark-half-width {
            width: 100%;
        }

    .spark-features-included {
        padding-left: 20px;
        padding-right: 20px;
    }

    .spark-hold-pricing {
        width: 100%;
        text-align: center;
    }

    .spark-large-plan-name {
        font-size: 1.2rem;
    }

    .spark-left-side-pricing-info.spark-reduce-margin-bottom {
        justify-content: center;
    }

    .spark-pricing-top.spark-thick-top-pricing {
        grid-row-gap: 16px;
        text-align: center;
        flex-wrap: wrap;
        padding-left: 32px;
        padding-right: 32px;
    }

    .spark-pricing-tab-pane {
        width: 100vw;
        margin-left: 10px;
        padding: 20px;
    }

    .spark-side-tabs-content.spark-full-width-mobile {
        width: 100vw;
        margin-left: -20px;
    }

    .spark-bold-heading {
        line-height: 1.3;
    }

    .spark-side-flat-tab {
        padding: 16px;
    }

    .spark-stacked-flat-tabs-menu {
        flex-flow: column wrap;
        justify-content: flex-start;
    }

    .spark-section {
        padding: 64px 20px;
    }

        .spark-section h1 {
            font-size: 3rem;
        }

        .spark-section h2 {
            font-size: 2.5rem;
        }

    .brix---btn-primary-small-full-width {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 15px;
    }

    .brix---text-200 {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---mg-bottom-8px {
        margin-bottom: 6px;
    }

    .brix---text-300-bold {
        font-size: 17px;
        line-height: 21px;
    }

    .brix---grid-4-columns-pricing-tablet {
        grid-template-columns: 1fr;
    }

    .brix---paragraph-default {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h1-size {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 37px;
    }

    .brix---subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---container-default {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uui-pricing01_content-list, .uui-pricing01_component {
        grid-template-columns: 1fr;
    }

    .brix---paragraph-default-2 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h3-size {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .brix---mg-bottom-8px-2 {
        margin-bottom: 6px;
    }

    .brix---3-columns-1-col-tablet {
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 15px;
    }

    .brix---subtitle-2 {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .brix---container-default-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---section-2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .brix---btn-secondary, .brix---btn-primary {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---button-row-left {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .brix---buttons-row-center {
        flex-direction: column;
    }

    .brix---heading-h1-size-2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 37px;
    }

    .brix---cta-v8-half-image-right {
        height: 40%;
    }

    .brix---cta-v1-floating-item-01 {
        width: 39%;
    }

    .brix---btn-secondary-white, .brix---btn-primary-white {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-2 {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .brix---buttons-row {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---paragraph-default-3 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h2-size-2 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 15px;
    }

    .brix---container-default-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---cta-v8-section {
        padding-top: 72px;
        padding-bottom: 392px;
    }
}

#w-node-ded132d3-3c85-f2d1-9685-d60b7a9dcdb7-87d56235 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_864231cd-0277-cdc0-5d92-b1144a36a0e3-87d56235 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3d40335c-7803-b026-2d66-8be8131b2faa-87d56235, #w-node-_3d40335c-7803-b026-2d66-8be8131b2fc9-87d56235 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc52d845-718d-2afa-19d1-f469d0d123d2-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d123dc-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d123e6-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d1240a-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d1240f-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12414-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12419-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d1241e-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12423-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12428-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d1242d-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12432-87d56235, #w-node-cc52d845-718d-2afa-19d1-f469d0d12437-87d56235 {
    align-self: start;
}

@media screen and (max-width: 991px) {
    #w-node-_864231cd-0277-cdc0-5d92-b1144a36a0e3-87d56235 {
        grid-column: span 2 / span 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-ded132d3-3c85-f2d1-9685-d60b7a9dcdb7-87d56235, #w-node-_864231cd-0277-cdc0-5d92-b1144a36a0e3-87d56235 {
        grid-column: span 1 / span 1;
    }
}
