.wp-block-commify-button.is-style-outline,
div.wp-block-commify-button.is-style-outline > * {
    background: none;
}
.small-2,
.wp-block-commify-checkbox label {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    .small-2,
    .wp-block-commify-checkbox label {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    .small-2,
    .wp-block-commify-checkbox label {
        font-size: 12px;
        line-height: 29px;
    }
}
.wp-block-commify-checkbox input {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: sub;
}
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) {
    display: block;
    text-decoration: inherit;
    color: inherit;
}
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h1:hover,
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h2:hover,
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h3:hover,
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h4:hover,
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h5:hover,
.wp-block-commify-column > a:not(.wp-block-commify-button):not(.wp-block-commify-cta-box) h6:hover {
    color: #fc2369;
}
@media (min-width: 768px) {
    .wp-block-commify-column .heading-container,
    .wp-block-commify-column p:not(.has-text-align-center),
    .wp-block-commify-column small {
        padding-right: 1em;
    }
}
.wp-block-commify-column.col-0 {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
}
@media (min-width: 576px) {
    .wp-block-commify-column.col-sm-0 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
    }
}
@media (min-width: 768px) {
    .wp-block-commify-column.col-md-0 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-column.col-lg-0 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
    }
}
.wp-block-commify-cta-box {
    display: block;
    height: 120px;
    padding: 0.5em 0.75em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
}
.wp-block-commify-cta-box h6 {
    font-size: 2em;
}
.wp-block-commify-cta-box * {
    display: inline-block;
}
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form .wp-block-commify-button {
    margin: 0 1em;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .wp-block-commify-button {
    margin: 1em 0;
}
@media (min-width: 768px) {
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="email"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="tel"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="text"] {
        width: 31%;
    }
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="email"]:not(:first-of-type),
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="tel"]:not(:first-of-type),
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="text"]:not(:first-of-type) {
        margin-left: 3%;
    }
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact .wp-block-commify-text-area {
        width: 100%;
        height: 120px;
    }
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact .wp-block-commify-button {
        width: 30%;
    }
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .wp-block-commify-input-text,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .wp-block-commify-input-text {
    padding-right: 52px;
    padding-left: 10px;
}
.wp-block-commify-quote-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1.5em;
    justify-content: space-between;
}
.wp-block-commify-quote-box p {
    flex-grow: 1;
}
.wp-block-commify-quote-box .footer cite {
    font-style: normal;
    display: block;
}
.row {
    background-repeat: no-repeat;
    background-size: auto;
}
.row.horizontalright,
.row.image-alignright {
    background-position-x: right;
}
.row.horizontalleft,
.row.image-alignleft {
    background-position-x: left;
}
.row.horizontalcenter,
.row.image-aligncenter {
    background-position-x: center;
}
.row.verticaltop {
    background-position-y: top;
}
.row.verticalcenter {
    background-position-y: center;
}
.row.verticalbottom {
    background-position-y: bottom;
}
.row.bg-cover {
    background-size: cover;
}
.row.bg-contain {
    background-size: contain;
}
.row.bg-auto {
    background-size: auto;
}
.row.bg-10 {
    background-size: 10%;
}
.row.bg-20 {
    background-size: 20%;
}
.row.bg-30 {
    background-size: 30%;
}
.row.bg-40 {
    background-size: 40%;
}
.row.bg-50 {
    background-size: 50%;
}
.row.bg-60 {
    background-size: 60%;
}
.row.bg-70 {
    background-size: 70%;
}
.row.bg-100 {
    background-size: 100%;
}
.row.side-separator > div.wp-block-commify-column:not(:first-child):after {
    position: absolute;
    top: -7px;
    left: 0;
    width: calc(100% + 16px);
    height: 1px;
    margin-left: -16px;
    content: "";
    background-color: #f5f5f7;
}
@media (min-width: 768px) {
    .row.side-separator > div.wp-block-commify-column:not(:first-child):after {
        top: 0;
        left: -15px;
        width: 1px;
        height: calc(100% + 4em);
        margin: -2em 0;
    }
}
.row.side-separator.small > div.wp-block-commify-column:not(:first-child):after {
    opacity: 0.7;
    background-color: #aaaaba;
}
@media (min-width: 768px) {
    .row.side-separator.small > div.wp-block-commify-column:not(:first-child):after {
        top: 15%;
        height: calc(70% + 4em);
    }
}
.row.alignleft {
    overflow-x: hidden;
    width: auto;
    background-size: cover;
}
@media (min-width: 992px) {
    .row.alignleft {
        margin-left: calc(((100% - 100vw) / 2));
        padding-left: calc(((100vw - 100%) / 2) - 16px);
    }
}
.row.alignright {
    overflow-x: hidden;
    width: auto;
    background-size: cover;
}
@media (min-width: 992px) {
    .row.alignright {
        margin-right: calc(((100% - 100vw) / 2));
        padding-right: calc(((100vw - 100%) / 2) - 16px);
    }
}
#hubspot-form form input[type="checkbox"] label,
#hubspot-form form input[type="email"]::placeholder,
#hubspot-form form input[type="password"]::placeholder,
#hubspot-form form input[type="radio"] label,
#hubspot-form form input[type="tel"]::placeholder,
#hubspot-form form input[type="text"]::placeholder,
#hubspot-form form textarea::placeholder,
.small-2,
.wp-block-commify-checkbox label,
.wp-block-commify-input-text::placeholder,
.wp-block-commify-radio-button label {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    #hubspot-form form input[type="checkbox"] label,
    #hubspot-form form input[type="email"]::placeholder,
    #hubspot-form form input[type="password"]::placeholder,
    #hubspot-form form input[type="radio"] label,
    #hubspot-form form input[type="tel"]::placeholder,
    #hubspot-form form input[type="text"]::placeholder,
    #hubspot-form form textarea::placeholder,
    .small-2,
    .wp-block-commify-checkbox label,
    .wp-block-commify-input-text::placeholder,
    .wp-block-commify-radio-button label {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    #hubspot-form form input[type="checkbox"] label,
    #hubspot-form form input[type="email"]::placeholder,
    #hubspot-form form input[type="password"]::placeholder,
    #hubspot-form form input[type="radio"] label,
    #hubspot-form form input[type="tel"]::placeholder,
    #hubspot-form form input[type="text"]::placeholder,
    #hubspot-form form textarea::placeholder,
    .small-2,
    .wp-block-commify-checkbox label,
    .wp-block-commify-input-text::placeholder,
    .wp-block-commify-radio-button label {
        font-size: 12px;
        line-height: 29px;
    }
}
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form {
    display: flex !important;
}
#hubspot-form form .wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form input[type="submit"],
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form #hubspot-form form input[type="submit"],
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form .wp-block-commify-button {
    margin: 0 1em;
}
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form .input-group .intl-tel-input,
.wp-block-commify-form-wrapper.is-style-inline .wp-block-commify-form .input-group input {
    height: 100%;
}
.wp-block-commify-form-wrapper .wp-block-commify-form {
    margin: 1em 0;
}
.wp-block-commify-form-wrapper .wp-block-commify-form label {
    display: block;
    width: 100%;
}
.wp-block-commify-column .wp-block-commify-form-wrapper .wp-block-commify-form {
    display: block;
}
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form input[type="submit"],
.wp-block-commify-form-wrapper .wp-block-commify-form #hubspot-form form input[type="submit"],
.wp-block-commify-form-wrapper .wp-block-commify-form .wp-block-commify-button {
    margin: 1em 0;
}
@media (min-width: 768px) {
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="email"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="tel"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="text"] {
        width: 31%;
    }
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="email"]:not(:first-of-type),
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="tel"]:not(:first-of-type),
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="text"]:not(:first-of-type) {
        margin-left: 3%;
    }
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact .wp-block-commify-text-area {
        width: 100%;
        height: 120px;
    }
    #hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact input[type="submit"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact #hubspot-form form input[type="submit"],
    .wp-block-commify-form-wrapper .wp-block-commify-form.is-compact .wp-block-commify-button {
        width: 30%;
    }
}
.wp-block-commify-form-wrapper .wp-block-commify-form.is-compact .wp-block-commify-text-area {
    height: 150px;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown {
    width: 100%;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .flag-container,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .flag-container {
    right: 0;
    left: auto;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .flag-container ul,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .flag-container ul {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    right: 0;
    width: 245px;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .flag-container ul li,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .flag-container ul li {
    margin-bottom: 0;
    white-space: normal;
    color: #241c54;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .flag-container ul li.divider,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .flag-container ul li.divider {
    padding-bottom: 0;
}
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .flag-container ul li:before,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .flag-container ul li:before {
    content: none;
}
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown input[type="email"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown input[type="password"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown input[type="tel"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown input[type="text"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown textarea,
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input input[type="email"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input input[type="password"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input input[type="tel"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input input[type="text"],
#hubspot-form form .wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input textarea,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input #hubspot-form form input[type="email"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input #hubspot-form form input[type="password"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input #hubspot-form form input[type="tel"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input #hubspot-form form input[type="text"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input #hubspot-form form textarea,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown #hubspot-form form input[type="email"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown #hubspot-form form input[type="password"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown #hubspot-form form input[type="tel"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown #hubspot-form form input[type="text"],
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown #hubspot-form form textarea,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input.allow-dropdown .wp-block-commify-input-text,
.wp-block-commify-form-wrapper .wp-block-commify-form .intl-tel-input .wp-block-commify-input-text {
    padding-right: 52px;
    padding-left: 10px;
}
#hubspot-form form input[type="email"],
#hubspot-form form input[type="password"],
#hubspot-form form input[type="tel"],
#hubspot-form form input[type="text"],
#hubspot-form form textarea,
.wp-block-commify-input-text {
    line-height: unset;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #878799;
    border-radius: 3px;
    background-color: #fff;
}
@media (min-width: 768px) {
    #hubspot-form form input[type="email"],
    #hubspot-form form input[type="password"],
    #hubspot-form form input[type="tel"],
    #hubspot-form form input[type="text"],
    #hubspot-form form textarea,
    .wp-block-commify-input-text {
        line-height: 1.5;
    }
}
#hubspot-form form .wp-block-commify-column input[type="email"],
#hubspot-form form .wp-block-commify-column input[type="password"],
#hubspot-form form .wp-block-commify-column input[type="tel"],
#hubspot-form form .wp-block-commify-column input[type="text"],
#hubspot-form form .wp-block-commify-column textarea,
.wp-block-commify-column #hubspot-form form input[type="email"],
.wp-block-commify-column #hubspot-form form input[type="password"],
.wp-block-commify-column #hubspot-form form input[type="tel"],
.wp-block-commify-column #hubspot-form form input[type="text"],
.wp-block-commify-column #hubspot-form form textarea,
.wp-block-commify-column .wp-block-commify-input-text {
    width: 100%;
}
#hubspot-form form input[type="checkbox"] input,
.wp-block-commify-checkbox input {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: sub;
}
#hubspot-form form input[type="radio"],
.wp-block-commify-radio-button {
    margin-left: 0.75em;
}
#hubspot-form form input[type="radio"] input,
.wp-block-commify-radio-button input {
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    vertical-align: sub;
}
a.wp-block-commify-button,
button.wp-block-commify-button {
    font-weight: 600;
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: text-decoration 0.2s ease-in-out;
    text-decoration: underline solid transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}
a.wp-block-commify-button:hover,
button.wp-block-commify-button:hover {
    text-decoration: underline;
}
a.wp-block-commify-button i,
button.wp-block-commify-button i {
    position: relative;
    top: -1px;
    margin-right: 0.5em;
}
#hubspot-form form input.is-style-outline[type="submit"],
.wp-block-commify-button.is-style-outline,
div.wp-block-commify-button.is-style-outline > * {
    background: none;
}
#hubspot-form form input[type="submit"] {
    color: #fff;
    border-color: #fc2369;
    background-color: #fc2369;
}
#hubspot-form form input[type="radio"] {
    margin-right: 5px;
    margin-left: 0;
}
#hubspot-form form select {
    width: 100%;
    margin-bottom: 1em;
}
#hubspot-form form .hs-form-field > label {
    display: inline;
}
#hubspot-form form .hs-form-field > label .hs-form-required {
    display: none;
}
#hubspot-form form .hs-form-field > legend {
    font-size: inherit;
}
#hubspot-form form .hs-form-field .hs-error-msgs {
    display: none !important;
}
#hubspot-form form .hs-form-field.hs-fieldtype-radio li.hs-form-radio {
    display: inline-block;
    margin-right: 1em;
}
#hubspot-form form .hs-form-field.hs-fieldtype-radio li.hs-form-radio input {
    vertical-align: sub;
}
#hubspot-form form .inputs-list.multi-container {
    padding-left: 0;
    list-style: none;
}
.wp-block-image > figure {
    margin: 1em;
}
.wp-block-image > figure.alignleft {
    float: left;
}
.wp-block-image > figure.aligncenter {
    text-align: center;
}
.wp-block-image > figure.alignright {
    float: right;
}
.wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}
.wp-block-image.m-0 > figure {
    margin: 0;
}
.small-2,
.wp-block-commify-input-text::placeholder {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    .small-2,
    .wp-block-commify-input-text::placeholder {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    .small-2,
    .wp-block-commify-input-text::placeholder {
        font-size: 12px;
        line-height: 29px;
    }
}
.wp-block-commify-input-text {
    line-height: unset;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #878799;
    border-radius: 3px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .wp-block-commify-input-text {
        line-height: 1.5;
    }
}
.wp-block-commify-column .wp-block-commify-input-text {
    width: 100%;
}
.wp-block-commify-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.wp-block-commify-price .heading-container,
.wp-block-commify-price p,
.wp-block-commify-price small {
    padding-right: 0 !important;
}
.wp-block-commify-price > a {
    text-decoration: none;
    color: inherit;
}
.wp-block-commify-price > a:hover {
    text-decoration: none;
}
.wp-block-commify-price.is-style-dark .left-side {
    height: 130px;
    border-radius: 4px 4px 0 0;
    background-color: #333;
}
@media (min-width: 768px) {
    .wp-block-commify-price.is-style-dark .left-side {
        height: 110px;
        border-radius: 4px 0 0 4px;
    }
}
@media (max-width: 767.98px) {
    .wp-block-commify-price.is-style-dark .left-side {
        padding-right: 0;
        padding-left: 0;
    }
}
.wp-block-commify-price.is-style-dark .left-side h5,
.wp-block-commify-price.is-style-dark .left-side h6,
.wp-block-commify-price.is-style-dark .left-side small {
    line-height: 1;
    color: #fff;
}
.wp-block-commify-price.is-style-dark .left-side h6 {
    font-weight: 400;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
}
.wp-block-commify-price.is-style-dark .left-side h5 {
    text-transform: uppercase;
}
.wp-block-commify-price.is-style-dark .left-side small {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .wp-block-commify-price.is-style-dark .left-side small {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.wp-block-commify-price.is-style-dark .right-side {
    top: 0;
    height: 60px;
    border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
    .wp-block-commify-price.is-style-dark .right-side {
        height: 110px;
        border-radius: 0 4px 4px 0;
    }
    .wp-block-commify-price.is-style-dark .right-side .wrapper {
        top: 15px;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price.is-style-dark .right-side .wrapper {
        top: 10px;
    }
}
.wp-block-commify-price.is-style-dark .right-side small.head {
    padding-top: 5px;
}
.wp-block-commify-price.is-style-dark .right-side small.per-month {
    display: none;
}
.wp-block-commify-price .left-side {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f7;
}
@media (min-width: 768px) {
    .wp-block-commify-price .left-side {
        height: 120px;
        text-align: left;
        border-radius: 4px;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price .left-side {
        height: 110px;
        padding-top: 10px;
    }
}
.wp-block-commify-price .left-side h5,
.wp-block-commify-price .left-side small {
    text-transform: none;
    color: #333;
}
@media (min-width: 768px) {
    .wp-block-commify-price .left-side h5,
    .wp-block-commify-price .left-side small {
        line-height: 1;
    }
}
.wp-block-commify-price .left-side small {
    line-height: 1.5;
    display: block;
}
.wp-block-commify-price .right-side {
    height: 60px;
    padding-top: 12px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background-color: #fc2369;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side {
        top: -10px;
        height: 140px;
        padding-top: 0;
        border-radius: 4px;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price .right-side {
        top: -15px;
    }
}
.wp-block-commify-price .right-side .wrapper {
    position: relative;
    display: inline;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side .wrapper {
        top: 1em;
    }
}
.wp-block-commify-price .right-side small {
    font-weight: 700;
    color: #fff;
}
.wp-block-commify-price .right-side small.head {
    font-size: 25px;
    font-weight: 400;
    display: inline;
    padding-top: 10px;
    padding-bottom: 5px;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side small.head {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
        padding-top: 1px;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price .right-side small.head {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 3px;
    }
}
.wp-block-commify-price .right-side small.euro {
    font-size: 30px;
    font-weight: 400;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side small.euro {
        font-size: 20px;
        font-weight: 700;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price .right-side small.euro {
        font-size: 30px;
    }
}
.wp-block-commify-price .right-side small.per-month {
    font-size: 25px;
    font-weight: 400;
    padding-left: 10px;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side small.per-month {
        font-size: 14px;
        font-weight: 700;
        position: relative;
        top: -5px;
        display: block;
        padding-left: 0;
    }
}
.wp-block-commify-price .right-side p {
    font-size: 32px;
    font-weight: 700;
    display: inline;
    padding-left: 5px;
    color: #fff;
}
@media (min-width: 768px) {
    .wp-block-commify-price .right-side p {
        font-size: 65px;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .wp-block-commify-price .right-side p {
        font-size: 80px;
    }
}
.wp-block-commify-pricing-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
@media (min-width: 992px) {
    .wp-block-commify-pricing-table {
        display: block;
    }
}
.small,
.wp-block-commify-radio-container p,
small {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 720px) {
    .small,
    .wp-block-commify-radio-container p,
    small {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 540px) {
    .small,
    .wp-block-commify-radio-container p,
    small {
        font-size: 15px;
        line-height: 29px;
    }
}
.wp-block-commify-radio-container {
    display: block;
}
@media (min-width: 768px) {
    .wp-block-commify-radio-container {
        display: flex;
    }
}
.wp-block-commify-radio-container p {
    margin-bottom: 0;
    padding: 0;
}
.small-2,
.wp-block-commify-radio-button label {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    .small-2,
    .wp-block-commify-radio-button label {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    .small-2,
    .wp-block-commify-radio-button label {
        font-size: 12px;
        line-height: 29px;
    }
}
.wp-block-commify-radio-button {
    margin-left: 0.75em;
}
.wp-block-commify-radio-button input {
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    vertical-align: sub;
}
figure.wp-block-table > table,
table.wp-block-table {
    width: 100%;
}
figure.wp-block-table > table td,
table.wp-block-table td {
    padding: 0.25em 0.5em;
    border: 1px solid #878799;
}
figure.wp-block-table > table.is-style-stripes td,
table.wp-block-table.is-style-stripes td {
    border-color: transparent;
}
figure.wp-block-table > table.is-style-stripes tr:nth-child(odd),
table.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f5f5f7;
}
figure.wp-block-table > table.text-left-col-1 td:first-child,
table.wp-block-table.text-left-col-1 td:first-child {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-1 td:first-child,
table.wp-block-table.text-center-col-1 td:first-child {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-1 td:first-child,
table.wp-block-table.text-right-col-1 td:first-child {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-2 td:nth-child(2),
table.wp-block-table.text-left-col-2 td:nth-child(2) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-2 td:nth-child(2),
table.wp-block-table.text-center-col-2 td:nth-child(2) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-2 td:nth-child(2),
table.wp-block-table.text-right-col-2 td:nth-child(2) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-3 td:nth-child(3),
table.wp-block-table.text-left-col-3 td:nth-child(3) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-3 td:nth-child(3),
table.wp-block-table.text-center-col-3 td:nth-child(3) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-3 td:nth-child(3),
table.wp-block-table.text-right-col-3 td:nth-child(3) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-4 td:nth-child(4),
table.wp-block-table.text-left-col-4 td:nth-child(4) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-4 td:nth-child(4),
table.wp-block-table.text-center-col-4 td:nth-child(4) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-4 td:nth-child(4),
table.wp-block-table.text-right-col-4 td:nth-child(4) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-5 td:nth-child(5),
table.wp-block-table.text-left-col-5 td:nth-child(5) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-5 td:nth-child(5),
table.wp-block-table.text-center-col-5 td:nth-child(5) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-5 td:nth-child(5),
table.wp-block-table.text-right-col-5 td:nth-child(5) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-6 td:nth-child(6),
table.wp-block-table.text-left-col-6 td:nth-child(6) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-6 td:nth-child(6),
table.wp-block-table.text-center-col-6 td:nth-child(6) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-6 td:nth-child(6),
table.wp-block-table.text-right-col-6 td:nth-child(6) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-7 td:nth-child(7),
table.wp-block-table.text-left-col-7 td:nth-child(7) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-7 td:nth-child(7),
table.wp-block-table.text-center-col-7 td:nth-child(7) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-7 td:nth-child(7),
table.wp-block-table.text-right-col-7 td:nth-child(7) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-8 td:nth-child(8),
table.wp-block-table.text-left-col-8 td:nth-child(8) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-8 td:nth-child(8),
table.wp-block-table.text-center-col-8 td:nth-child(8) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-8 td:nth-child(8),
table.wp-block-table.text-right-col-8 td:nth-child(8) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-9 td:nth-child(9),
table.wp-block-table.text-left-col-9 td:nth-child(9) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-9 td:nth-child(9),
table.wp-block-table.text-center-col-9 td:nth-child(9) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-9 td:nth-child(9),
table.wp-block-table.text-right-col-9 td:nth-child(9) {
    text-align: right;
}
figure.wp-block-table > table.text-left-col-10 td:nth-child(10),
table.wp-block-table.text-left-col-10 td:nth-child(10) {
    text-align: left;
}
figure.wp-block-table > table.text-center-col-10 td:nth-child(10),
table.wp-block-table.text-center-col-10 td:nth-child(10) {
    text-align: center;
}
figure.wp-block-table > table.text-right-col-10 td:nth-child(10),
table.wp-block-table.text-right-col-10 td:nth-child(10) {
    text-align: right;
}
.small-2,
.wp-block-commify-input-text::placeholder,
.wp-block-commify-text-area::placeholder {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    .small-2,
    .wp-block-commify-input-text::placeholder,
    .wp-block-commify-text-area::placeholder {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    .small-2,
    .wp-block-commify-input-text::placeholder,
    .wp-block-commify-text-area::placeholder {
        font-size: 12px;
        line-height: 29px;
    }
}
.wp-block-commify-input-text,
.wp-block-commify-text-area {
    line-height: unset;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #878799;
    border-radius: 3px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .wp-block-commify-input-text,
    .wp-block-commify-text-area {
        line-height: 1.5;
    }
}
.wp-block-commify-column .wp-block-commify-input-text,
.wp-block-commify-column .wp-block-commify-text-area {
    width: 100%;
}
.wp-block-commify-tabs {
    margin: 2em 0;
}
.wp-block-commify-tabs .tabs-list {
    display: flex;
    justify-content: center;
}
.wp-block-commify-tabs .tabs-list .box {
    display: block;
    margin: 0 1em 2em;
    cursor: pointer;
    text-align: center;
    border: none;
    background: none;
}
.wp-block-commify-tabs .tabs-list .box p {
    height: 50px;
    margin-bottom: 0;
}
.wp-block-commify-tabs .tabs-list .box .image-wrapper img {
    max-width: 100px;
    height: auto;
}
.wp-block-commify-tabs .tabs-list .box:hover p {
    text-decoration: underline;
}
.wp-block-commify-tabs .tabs-list .box.active p {
    font-weight: 700;
    text-decoration: underline;
}
.wp-block-commify-tabs .tabs-list .box:focus {
    outline: none;
}
.wp-block-commify-tabs .wp-block-commify-tab-child {
    display: none;
}
.wp-block-commify-tabs .wp-block-commify-tab-child > .wp-block-commify-row {
    margin: 0;
}
main .wp-block-commify-tabs > div:nth-of-type(2) {
    display: block;
}
.wp-block-commify-column > .wp-block-commify-tabs .box > p {
    padding-right: 0;
}
.sprout-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.sprout-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sprout-video a.sproutvideo-lightbox {
    display: block;
    width: 100%;
}
.sprout-video a.sproutvideo-lightbox img {
    width: 100%;
}
html.svfancybox-lock {
    overflow: unset !important;
}
.wp-block-video video {
    max-width: 100%;
    height: auto;
}
@keyframes a {
    0% {
        right: 90%;
        opacity: 0;
    }
    to {
        right: calc(100% + 16px);
        opacity: 1;
    }
}
#commify-cookie-bar {
    animation: fadeIn 1s;
    position: fixed;
    z-index: 2 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: auto;
    transition: all 0.4s ease;
    color: #000;
    border: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#commify-cookie-bar .hover-text {
    font-size: 14px;
    line-height: 1.5;
    top: 50%;
    display: none;
    width: auto;
    min-width: 150px;
    padding: 4px 8px;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}
#commify-cookie-bar .hover-text:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: "";
    pointer-events: none;
    color: #000;
    border: solid transparent;
    border-width: 6px;
    border-left-color: var(--tooltip-bg);
}
#commify-cookie-bar p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    color: #777;
}
#commify-cookie-bar .bar-content {
    height: auto;
    margin: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px #444;
}
#commify-cookie-bar .bar-content a {
    white-space: nowrap;
    text-decoration: none;
    color: #000 !important;
    color: inherit;
    border-bottom: 1px solid;
}
#commify-cookie-bar .bar-content a:visited {
    text-decoration: none;
    color: #000;
    color: inherit;
    border-bottom: 1px solid;
}
#commify-cookie-bar .bar-content a:hover {
    text-decoration: none;
    color: #000;
    color: inherit;
    border-bottom: 1px solid transparent;
}
#commify-cookie-bar .bar-content h5 {
    text-align: center;
    color: #000 !important;
}
@media screen and (max-width: 768px) {
    #commify-cookie-bar .bar-content {
        margin-right: 0;
        margin-left: 0;
    }
    #commify-cookie-bar .bar-content .row .col-12 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    #commify-cookie-bar .bar-content .row .col-12:first-of-type {
        margin-bottom: 12px;
    }
    #commify-cookie-bar .bar-content .cookie-button {
        width: 100%;
    }
}
#commify-cookie-bar .bar-content .cookie-button {
    padding: 0.75rem 3rem;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: 0.25s ease, border-color 0.25s ease;
}
#commify-cookie-bar .bar-content .cookie-button.cookie-yes {
    background-color: #46b978;
}
#commify-cookie-bar .bar-content .cookie-button.cookie-yes:hover {
    opacity: 0.8;
}
#commify-cookie-bar .bar-content .cookie-button.cookie-no {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
#commify-cookie-bar .bar-content .cookie-button.cookie-no:hover {
    text-decoration: underline !important;
}
#commify-cookie-bar .bar-content .cookie-button.bold {
    font-weight: 700;
}
#commify-cookie-bar.minimised {
    right: 15px;
    bottom: 0;
    left: auto;
    width: 55px;
    height: 50px;
    margin: auto 0 0;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    background: #fff url(/wp-content/plugins/blocks/assets/img/cookie.svg) 50% 30% no-repeat;
    background-size: 35px;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.3);
}
#commify-cookie-bar.minimised .bar-content {
    display: none;
}
@media (hover: hover) {
    #commify-cookie-bar.minimised:hover .hover-text {
        position: absolute;
        right: calc(100% + 16px);
        display: block;
        animation: a 0.5s;
        color: #fff;
        background-color: #333;
    }
}
#commify-cookie-bar.minimised.align-left {
    right: auto;
    left: 25px;
}
#commify-cookie-bar.minimised.align-left .hover-text {
    left: calc(100% + 16px);
}
#commify-cookie-bar.minimised.align-left .hover-text:after {
    right: 100%;
    left: auto;
    border-right-color: var(--tooltip-bg);
    border-left-color: transparent;
}
#commify-cookie-bar.minimised.align-right {
    right: 25px;
    left: auto;
}
#commify-cookie-bar.minimised.align-right .hover-text {
    right: calc(100% + 16px);
}
@media screen and (max-width: 768px) {
    #commify-cookie-bar.minimised {
        width: 40px;
        height: 40px;
    }
    #commify-cookie-bar.minimised.align-left {
        left: 16px;
    }
    #commify-cookie-bar.minimised.align-right {
        right: 16px;
    }
}
._hj_feedback_container,
.chat8x8 {
    position: relative;
    z-index: 1 !important;
}
.cookie-img-container {
    width: 80px;
    height: 100px;
    margin: 0 auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    display: block;
    padding: 0;
    color: inherit;
}
.lead {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
}
.small,
small {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 720px) {
    .small,
    small {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 540px) {
    .small,
    small {
        font-size: 15px;
        line-height: 29px;
    }
}
.small-2 {
    font-size: 14px;
    line-height: 26px;
}
@media (max-width: 720px) {
    .small-2 {
        font-size: 12px;
        line-height: 29px;
    }
}
@media (max-width: 540px) {
    .small-2 {
        font-size: 12px;
        line-height: 29px;
    }
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.has-text-align-left {
    text-align: left !important;
}
.has-text-align-center {
    text-align: center !important;
}
.has-text-align-right {
    text-align: right !important;
}
.border-1 {
    border: 1px solid #c7c7c7 !important;
}
.border-2 {
    border: 2px solid #c7c7c7 !important;
}
.border-3 {
    border: 3px solid #c7c7c7 !important;
}
.border-4 {
    border: 4px solid #c7c7c7 !important;
}
.border-5 {
    border: 5px solid #c7c7c7 !important;
}
.border-top-1 {
    border-top: 1px solid #c7c7c7 !important;
}
.border-top-2 {
    border-top: 2px solid #c7c7c7 !important;
}
.border-top-3 {
    border-top: 3px solid #c7c7c7 !important;
}
.border-top-4 {
    border-top: 4px solid #c7c7c7 !important;
}
.border-top-5 {
    border-top: 5px solid #c7c7c7 !important;
}
.border-right-1 {
    border-right: 1px solid #c7c7c7 !important;
}
.border-right-2 {
    border-right: 2px solid #c7c7c7 !important;
}
.border-right-3 {
    border-right: 3px solid #c7c7c7 !important;
}
.border-right-4 {
    border-right: 4px solid #c7c7c7 !important;
}
.border-right-5 {
    border-right: 5px solid #c7c7c7 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #c7c7c7 !important;
}
.border-bottom-2 {
    border-bottom: 2px solid #c7c7c7 !important;
}
.border-bottom-3 {
    border-bottom: 3px solid #c7c7c7 !important;
}
.border-bottom-4 {
    border-bottom: 4px solid #c7c7c7 !important;
}
.border-bottom-5 {
    border-bottom: 5px solid #c7c7c7 !important;
}
.border-left-1 {
    border-left: 1px solid #c7c7c7 !important;
}
.border-left-2 {
    border-left: 2px solid #c7c7c7 !important;
}
.border-left-3 {
    border-left: 3px solid #c7c7c7 !important;
}
.border-left-4 {
    border-left: 4px solid #c7c7c7 !important;
}
.border-left-5 {
    border-left: 5px solid #c7c7c7 !important;
}
main .collapsible-target:not(.active) {
    display: none;
}
main .collapsible-target:not(.active).collapsible-target-sm {
    display: initial;
}
@media (max-width: 767.98px) {
    main .collapsible-target:not(.active).collapsible-target-sm {
        display: none;
    }
}
main .collapsible:not(.deactive) {
    cursor: pointer;
}
.trustedShopsBadge {
    width: 200px;
    height: 100px;
}
.trustedShopsBadge.aligncenter {
    margin-right: auto;
    margin-left: auto;
}
.trustedShopsBadge.alignright {
    float: right;
}
