:root {
            --ast-post-nav-space: 0;
            --ast-container-default-xlg-padding: 3em;
            --ast-container-default-lg-padding: 3em;
            --ast-container-default-slg-padding: 2em;
            --ast-container-default-md-padding: 3em;
            --ast-container-default-sm-padding: 3em;
            --ast-container-default-xs-padding: 2.4em;
            --ast-container-default-xxs-padding: 1.8em;
            --ast-code-block-background: #EEEEEE;
            --ast-comment-inputs-background: #FAFAFA;
            --ast-normal-container-width: 1200px;
            --ast-narrow-container-width: 750px;
            --ast-blog-title-font-weight: normal;
            --ast-blog-meta-weight: inherit;
        }

        html {
            font-size: 106.25%;
        }

        a {
            color: #84c14a;
        }

            a:hover, a:focus {
                color: #a1da6c;
            }

        body, button, input, select, textarea, .ast-button, .ast-custom-button {
            font-family: 'Barlow',sans-serif;
            font-weight: 400;
            font-size: 17px;
            font-size: 1rem;
            line-height: var(--ast-body-line-height,1.65em);
        }

        blockquote {
            color: #000000;
        }

        h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a {
            font-family: 'Barlow',sans-serif;
            font-weight: 700;
        }

        .site-title {
            font-size: 35px;
            font-size: 2.0588235294118rem;
            display: block;
        }

        .site-header .site-description {
            font-size: 15px;
            font-size: 0.88235294117647rem;
            display: none;
        }

        .entry-title {
            font-size: 26px;
            font-size: 1.5294117647059rem;
        }

        .archive .ast-article-post .ast-article-inner, .blog .ast-article-post .ast-article-inner, .archive .ast-article-post .ast-article-inner:hover, .blog .ast-article-post .ast-article-inner:hover {
            overflow: hidden;
        }

        h1, .entry-content h1 {
            font-size: 40px;
            font-size: 2.3529411764706rem;
            font-weight: 700;
            font-family: 'Barlow',sans-serif;
            line-height: 1.4em;
        }

        h2, .entry-content h2 {
            font-size: 30px;
            font-size: 1.7647058823529rem;
            font-weight: 400;
            font-family: 'Barlow',sans-serif;
            line-height: 1.3em;
        }

        h3, .entry-content h3 {
            font-size: 24px;
            font-size: 1.4117647058824rem;
            font-weight: 400;
            font-family: 'Barlow',sans-serif;
            line-height: 1.3em;
        }

        h4, .entry-content h4 {
            font-size: 24px;
            font-size: 1.4117647058824rem;
            line-height: 1.2em;
            font-family: 'Barlow',sans-serif;
        }

        h5, .entry-content h5 {
            font-size: 20px;
            font-size: 1.1764705882353rem;
            line-height: 1.2em;
            font-family: 'Barlow',sans-serif;
        }

        h6, .entry-content h6 {
            font-size: 16px;
            font-size: 0.94117647058824rem;
            line-height: 1.25em;
            font-family: 'Barlow',sans-serif;
        }

        ::selection {
            background-color: #0d2241;
            color: #ffffff;
        }

        body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
            color: #000000;
        }

        .tagcloud a:hover, .tagcloud a:focus, .tagcloud a.current-item {
            color: #000000;
            border-color: #84c14a;
            background-color: #84c14a;
        }

        input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, textarea:focus {
            border-color: #84c14a;
        }

        input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
            border-color: #84c14a;
            background-color: #84c14a;
            box-shadow: none;
        }

        .site-footer a:hover + .post-count, .site-footer a:focus + .post-count {
            background: #84c14a;
            border-color: #84c14a;
        }

        .single .nav-links .nav-previous, .single .nav-links .nav-next {
            color: #84c14a;
        }

        .entry-meta, .entry-meta * {
            line-height: 1.45;
            color: #84c14a;
        }

            .entry-meta a:not(.ast-button):hover, .entry-meta a:not(.ast-button):hover *, .entry-meta a:not(.ast-button):focus, .entry-meta a:not(.ast-button):focus *, .page-links > .page-link, .page-links .page-link:hover, .post-navigation a:hover {
                color: #a1da6c;
            }

        #cat option, .secondary .calendar_wrap thead a, .secondary .calendar_wrap thead a:visited {
            color: #84c14a;
        }

        .secondary .calendar_wrap #today, .ast-progress-val span {
            background: #84c14a;
        }

        .secondary a:hover + .post-count, .secondary a:focus + .post-count {
            background: #84c14a;
            border-color: #84c14a;
        }

        .calendar_wrap #today > a {
            color: #000000;
        }

        .page-links .page-link, .single .post-navigation a {
            color: #84c14a;
        }

        .ast-search-menu-icon .search-form button.search-submit {
            padding: 0 4px;
        }

        .ast-search-menu-icon form.search-form {
            padding-right: 0;
        }

        .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form, .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
            transition: all 0.2s;
        }

        .search-form input.search-field:focus {
            outline: none;
        }

        .widget-title, .widget .wp-block-heading {
            font-size: 24px;
            font-size: 1.4117647058824rem;
            color: #000000;
        }

        .single .ast-author-details .author-title {
            color: #a1da6c;
        }

        .ast-search-menu-icon.slide-search a:focus-visible:focus-visible, .astra-search-icon:focus-visible, #close:focus-visible, a:focus-visible, .ast-menu-toggle:focus-visible, .site .skip-link:focus-visible, .wp-block-loginout input:focus-visible, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .ast-header-navigation-arrow:focus-visible, .woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible, .ast-orders-table__row .ast-orders-table__cell:focus-visible, .woocommerce .woocommerce-order-details .order-again > .button:focus-visible, .woocommerce .woocommerce-message a.button.wc-forward:focus-visible, .woocommerce #minus_qty:focus-visible, .woocommerce #plus_qty:focus-visible, a#ast-apply-coupon:focus-visible, .woocommerce .woocommerce-info a:focus-visible, .woocommerce .astra-shop-summary-wrap a:focus-visible, .woocommerce a.wc-forward:focus-visible, #ast-apply-coupon:focus-visible, .woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible, #close:focus-visible, .button.search-submit:focus-visible, #search_submit:focus, .normal-search:focus-visible, .ast-header-account-wrap:focus-visible, .woocommerce .ast-on-card-button.ast-quick-view-trigger:focus {
            outline-style: dotted;
            outline-color: inherit;
            outline-width: thin;
        }

        input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus {
            border-style: dotted;
            border-color: inherit;
            border-width: thin;
        }

        input {
            outline: none;
        }

        .main-header-menu .menu-link, .ast-header-custom-item a {
            color: #000000;
        }

        .main-header-menu .menu-item:hover > .menu-link, .main-header-menu .menu-item:hover > .ast-menu-toggle, .main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu .menu-item.focus > .menu-link, .main-header-menu .menu-item.focus > .ast-menu-toggle, .main-header-menu .current-menu-item > .menu-link, .main-header-menu .current-menu-ancestor > .menu-link, .main-header-menu .current-menu-item > .ast-menu-toggle, .main-header-menu .current-menu-ancestor > .ast-menu-toggle {
            color: #84c14a;
        }

        .header-main-layout-3 .ast-main-header-bar-alignment {
            margin-right: auto;
        }

        .header-main-layout-2 .site-header-section-left .ast-site-identity {
            text-align: left;
        }

        .ast-logo-title-inline .site-logo-img {
            padding-right: 1em;
        }

        .site-logo-img img {
            transition: all 0.2s linear;
        }

        body .ast-oembed-container * {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
        }

        body .wp-block-embed-pocket-casts .ast-oembed-container * {
            position: unset;
        }

        .ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
            background: transparent;
            color: #0d2241;
        }

        .ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle {
            background: transparent;
            border: 1px solid #0d2241;
            color: #0d2241;
        }

        .ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
            background: #0d2241;
        }

        .ast-single-post-featured-section + article {
            margin-top: 2em;
        }

        .site-content .ast-single-post-featured-section img {
            width: 100%;
            overflow: hidden;
            object-fit: cover;
        }

        .ast-separate-container .site-content .ast-single-post-featured-section + article {
            margin-top: -80px;
            z-index: 9;
            position: relative;
            border-radius: 4px;
        }

        @media (min-width: 922px) {
            .ast-no-sidebar .site-content .ast-article-image-container--wide {
                margin-left: -120px;
                margin-right: -120px;
                max-width: unset;
                width: unset;
            }

            .ast-left-sidebar .site-content .ast-article-image-container--wide, .ast-right-sidebar .site-content .ast-article-image-container--wide {
                margin-left: -10px;
                margin-right: -10px;
            }

            .site-content .ast-article-image-container--full {
                margin-left: calc( -50vw + 50%);
                margin-right: calc( -50vw + 50%);
                max-width: 100vw;
                width: 100vw;
            }

            .ast-left-sidebar .site-content .ast-article-image-container--full, .ast-right-sidebar .site-content .ast-article-image-container--full {
                margin-left: -10px;
                margin-right: -10px;
                max-width: inherit;
                width: auto;
            }
        }

        .site > .ast-single-related-posts-container {
            margin-top: 0;
        }

        @media (min-width: 922px) {
            .ast-desktop .ast-container--narrow {
                max-width: var(--ast-narrow-container-width);
                margin: 0 auto;
            }
        }

        .ast-page-builder-template .hentry {
            margin: 0;
        }

        .ast-page-builder-template .site-content > .ast-container {
            max-width: 100%;
            padding: 0;
        }

        .ast-page-builder-template .site .site-content #primary {
            padding: 0;
            margin: 0;
        }

        .ast-page-builder-template .no-results {
            text-align: center;
            margin: 4em auto;
        }

        .ast-page-builder-template .ast-pagination {
            padding: 2em;
        }

        .ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
            margin-top: 0;
        }

        .ast-page-builder-template .entry-header.ast-header-without-markup {
            margin-top: 0;
            margin-bottom: 0;
        }

        .ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
            margin-bottom: 0;
        }

        .ast-page-builder-template.single .post-navigation {
            padding-bottom: 2em;
        }

        .ast-page-builder-template.single-post .site-content > .ast-container {
            max-width: 100%;
        }

        .ast-page-builder-template .entry-header {
            margin-top: 2em;
            margin-left: auto;
            margin-right: auto;
        }

        .ast-page-builder-template .ast-archive-description {
            margin: 2em auto 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        .ast-page-builder-template .ast-row {
            margin-left: 0;
            margin-right: 0;
        }

        .single.ast-page-builder-template .entry-header + .entry-content, .single.ast-page-builder-template .ast-single-entry-banner + .site-content article .entry-content {
            margin-bottom: 2em;
        }

        @media(min-width: 921px) {
            .ast-page-builder-template.archive.ast-right-sidebar .ast-row article, .ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
                padding-left: 0;
                padding-right: 0;
            }
        }

        .ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {
            margin-left: 0;
            margin-right: 0;
        }

        .footer-adv .footer-adv-overlay {
            border-top-style: solid;
            border-top-color: #7a7a7a;
        }

        .wp-block-buttons.aligncenter {
            justify-content: center;
        }

        .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button, .ast-outline-button, .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
        }

        .wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link.wp-element-button:not(.has-background), .ast-outline-button {
            background-color: transparent;
        }

        .entry-content[data-ast-blocks-layout] > figure {
            margin-bottom: 1em;
        }

        #page {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .ast-404-layout-1 h1.page-title {
            color: var(--ast-global-color-2);
        }

        .single .post-navigation a {
            line-height: 1em;
            height: inherit;
        }

        .error-404 .page-sub-title {
            font-size: 1.5rem;
            font-weight: inherit;
        }

        .search .site-content .content-area .search-form {
            margin-bottom: 0;
        }

        #page .site-content {
            flex-grow: 1;
        }

        .widget {
            margin-bottom: 1.25em;
        }

        #secondary li {
            line-height: 1.5em;
        }

        #secondary .wp-block-group h2 {
            margin-bottom: 0.7em;
        }

        #secondary h2 {
            font-size: 1.7rem;
        }

        .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
            padding: 3em;
        }

            .ast-separate-container .ast-article-single .ast-article-single {
                padding: 0;
            }

        .ast-article-single .wp-block-post-template-is-layout-grid {
            padding-left: 0;
        }

        .ast-separate-container .comments-title, .ast-narrow-container .comments-title {
            padding: 1.5em 2em;
        }

        .ast-page-builder-template .comment-form-textarea, .ast-comment-formwrap .ast-grid-common-col {
            padding: 0;
        }

        .ast-comment-formwrap {
            padding: 0;
            display: inline-flex;
            column-gap: 20px;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .comments-area textarea#comment:focus, .comments-area textarea#comment:active, .comments-area .ast-comment-formwrap input[type="text"]:focus, .comments-area .ast-comment-formwrap input[type="text"]:active {
            box-shadow: none;
            outline: none;
        }

        .archive.ast-page-builder-template .entry-header {
            margin-top: 2em;
        }

        .ast-page-builder-template .ast-comment-formwrap {
            width: 100%;
        }

        .entry-title {
            margin-bottom: 0.5em;
        }

        .ast-archive-description p {
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
        }

        .ast-separate-container .ast-comment-list li.depth-1, .hentry {
            margin-bottom: 2em;
        }

        @media (min-width:921px) {
            .ast-left-sidebar.ast-page-builder-template #secondary, .archive.ast-right-sidebar.ast-page-builder-template .site-main {
                padding-left: 20px;
                padding-right: 20px;
            }
        }

        @media (max-width:544px) {
            .ast-comment-formwrap.ast-row {
                column-gap: 10px;
                display: inline-block;
            }

            #ast-commentform .ast-grid-common-col {
                position: relative;
                width: 100%;
            }
        }

        @media (min-width:1201px) {
            .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
                padding: 3em;
            }
        }

        @media (max-width:921px) {
            .ast-separate-container #primary, .ast-separate-container #secondary {
                padding: 1.5em 0;
            }

            #primary, #secondary {
                padding: 1.5em 0;
                margin: 0;
            }

            .ast-left-sidebar #content > .ast-container {
                display: flex;
                flex-direction: column-reverse;
                width: 100%;
            }
        }

        @media (min-width:922px) {
            .ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary {
                border: 0;
            }

            .search-no-results.ast-separate-container #primary {
                margin-bottom: 4em;
            }
        }

        .elementor-button-wrapper .elementor-button {
            border-style: solid;
            text-decoration: none;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-bottom-width: 0;
        }

        body .elementor-button.elementor-size-sm, body .elementor-button.elementor-size-xs, body .elementor-button.elementor-size-md, body .elementor-button.elementor-size-lg, body .elementor-button.elementor-size-xl, body .elementor-button {
            padding-top: 10px;
            padding-right: 40px;
            padding-bottom: 10px;
            padding-left: 40px;
        }

        .wp-block-button .wp-block-button__link {
            color: #ffffff;
        }

        .elementor-button-wrapper .elementor-button {
            line-height: 1em;
        }



        .elementor-widget-heading h1.elementor-heading-title {
            line-height: 1.4em;
        }

        .elementor-widget-heading h2.elementor-heading-title {
            line-height: 1.3em;
        }

        .elementor-widget-heading h3.elementor-heading-title {
            line-height: 1.3em;
        }

        .elementor-widget-heading h4.elementor-heading-title {
            line-height: 1.2em;
        }

        .elementor-widget-heading h5.elementor-heading-title {
            line-height: 1.2em;
        }

        .elementor-widget-heading h6.elementor-heading-title {
            line-height: 1.25em;
        }

        .wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
            border-color: #0d2241;
            background-color: #0d2241;
            color: #ffffff;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
            padding-top: 10px;
            padding-right: 40px;
            padding-bottom: 10px;
            padding-left: 40px;
        }

        .menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button, .search .search-submit {
            border-style: solid;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-bottom-width: 0;
            color: #ffffff;
            border-color: #0d2241;
            background-color: #0d2241;
            padding-top: 10px;
            padding-right: 40px;
            padding-bottom: 10px;
            padding-left: 40px;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
        }

            button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus {
                color: #000000;
                background-color: #a1da6c;
                border-color: #a1da6c;
            }

            form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
                padding-top: calc(10px - 3px);
                padding-right: calc(40px - 3px);
                padding-bottom: calc(10px - 3px);
                padding-left: calc(40px - 3px);
            }

        @media (max-width:921px) {
            .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
                display: inline-block;
            }

            .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
                margin: 0;
            }

            .ast-comment-avatar-wrap img {
                max-width: 2.5em;
            }

            .ast-comment-meta {
                padding: 0 1.8888em 1.3333em;
            }

            .ast-separate-container .ast-comment-list li.depth-1 {
                padding: 1.5em 2.14em;
            }

            .ast-separate-container .comment-respond {
                padding: 2em 2.14em;
            }
        }

        @media (min-width:544px) {
            .ast-container {
                max-width: 100%;
            }
        }

        @media (max-width:544px) {
            .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comments-title, .ast-separate-container .ast-archive-description {
                padding: 1.5em 1em;
            }

            .ast-separate-container #content .ast-container {
                padding-left: 0.54em;
                padding-right: 0.54em;
            }

            .ast-separate-container .ast-comment-list .bypostauthor {
                padding: .5em;
            }

            .ast-search-menu-icon.ast-dropdown-active .search-field {
                width: 170px;
            }

            .site-branding img, .site-header .site-logo-img .custom-logo-link img {
                max-width: 100%;
            }
        }

        #ast-mobile-header .ast-site-header-cart-li a {
            pointer-events: none;
        }

        @media (max-width:921px) {
            .site-title {
                display: block;
            }

            .site-header .site-description {
                display: none;
            }

            h1, .entry-content h1 {
                font-size: 30px;
            }

            h2, .entry-content h2 {
                font-size: 25px;
            }

            h3, .entry-content h3 {
                font-size: 20px;
            }
        }

        @media (max-width:544px) {
            .site-title {
                display: block;
            }

            .site-header .site-description {
                display: none;
            }

            h1, .entry-content h1 {
                font-size: 30px;
            }

            h2, .entry-content h2 {
                font-size: 25px;
            }

            h3, .entry-content h3 {
                font-size: 20px;
            }
        }

        @media (max-width:921px) {
            html {
                font-size: 96.9%;
            }
        }

        @media (max-width:544px) {
            html {
                font-size: 96.9%;
            }
        }

        @media (min-width:922px) {
            .ast-container {
                max-width: 1240px;
            }
        }

        @font-face {
            font-family: "Astra";
            src: url(/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://krellercredit.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://krellercredit.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");
            font-weight: normal;
            font-style: normal;
            font-display: fallback;
        }

        @media (max-width:921px) {
            .main-header-bar .main-header-bar-navigation {
                display: none;
            }
        }

        .ast-desktop .main-header-menu.submenu-with-border .sub-menu, .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
            border-color: #0d2241;
        }

        .ast-desktop .main-header-menu.submenu-with-border .sub-menu {
            border-top-width: 2px;
            border-style: solid;
        }

            .ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu {
                top: -2px;
            }

            .ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
                border-bottom-width: 0px;
                border-style: solid;
                border-color: #eaeaea;
            }

        @media (min-width:922px) {
            .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu, .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu {
                margin-left: -0px;
            }
        }

        .ast-small-footer {
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #7a7a7a;
        }

        .ast-small-footer-wrap {
            text-align: center;
        }

        .site .comments-area {
            padding-bottom: 3em;
        }

        .ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {
            display: none;
        }

        .ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {
            padding: 0;
            display: block;
            overflow: hidden;
        }

        .ast-header-break-point .ast-header-custom-item .widget:last-child {
            margin-bottom: 1em;
        }

        .ast-header-custom-item .widget {
            margin: 0.5em;
            display: inline-block;
            vertical-align: middle;
        }

            .ast-header-custom-item .widget p {
                margin-bottom: 0;
            }

            .ast-header-custom-item .widget li {
                width: auto;
            }

        .ast-header-custom-item-inside .button-custom-menu-item .menu-link {
            display: none;
        }

        .ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
            display: none;
        }

        .ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
            display: block;
        }

        .ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {
            margin-right: 1em;
        }

        .ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field, .ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {
            width: 100%;
            padding-right: 5.5em;
        }

        .ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {
            display: block;
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            padding: 0 1em;
            border-radius: 0;
        }

        .ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 1em;
            margin-top: 1em;
        }

        .ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
            padding-left: 0;
            padding-right: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

        .astra-icon-down_arrow::after {
            content: "\e900";
            font-family: Astra;
        }

        .astra-icon-close::after {
            content: "\e5cd";
            font-family: Astra;
        }

        .astra-icon-drag_handle::after {
            content: "\e25d";
            font-family: Astra;
        }

        .astra-icon-format_align_justify::after {
            content: "\e235";
            font-family: Astra;
        }

        .astra-icon-menu::after {
            content: "\e5d2";
            font-family: Astra;
        }

        .astra-icon-reorder::after {
            content: "\e8fe";
            font-family: Astra;
        }

        .astra-icon-search::after {
            content: "\e8b6";
            font-family: Astra;
        }

        .astra-icon-zoom_in::after {
            content: "\e56b";
            font-family: Astra;
        }

        .astra-icon-check-circle::after {
            content: "\e901";
            font-family: Astra;
        }

        .astra-icon-shopping-cart::after {
            content: "\f07a";
            font-family: Astra;
        }

        .astra-icon-shopping-bag::after {
            content: "\f290";
            font-family: Astra;
        }

        .astra-icon-shopping-basket::after {
            content: "\f291";
            font-family: Astra;
        }

        .astra-icon-circle-o::after {
            content: "\e903";
            font-family: Astra;
        }

        .astra-icon-certificate::after {
            content: "\e902";
            font-family: Astra;
        }

        .wp-block-file {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .wp-block-pullquote {
            border: none;
        }

            .wp-block-pullquote blockquote::before {
                content: "\201D";
                font-family: "Helvetica",sans-serif;
                display: flex;
                transform: rotate( 180deg );
                font-size: 6rem;
                font-style: normal;
                line-height: 1;
                font-weight: bold;
                align-items: center;
                justify-content: center;
            }

        .has-text-align-right > blockquote::before {
            justify-content: flex-start;
        }

        .has-text-align-left > blockquote::before {
            justify-content: flex-end;
        }

        figure.wp-block-pullquote.is-style-solid-color blockquote {
            max-width: 100%;
            text-align: inherit;
        }

        :root {
            --wp--custom--ast-default-block-top-padding: 3em;
            --wp--custom--ast-default-block-right-padding: 3em;
            --wp--custom--ast-default-block-bottom-padding: 3em;
            --wp--custom--ast-default-block-left-padding: 3em;
            --wp--custom--ast-container-width: 1200px;
            --wp--custom--ast-content-width-size: 1200px;
            --wp--custom--ast-wide-width-size: calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
        }

        .ast-narrow-container {
            --wp--custom--ast-content-width-size: 750px;
            --wp--custom--ast-wide-width-size: 750px;
        }

        @media(max-width: 921px) {
            :root {
                --wp--custom--ast-default-block-top-padding: 3em;
                --wp--custom--ast-default-block-right-padding: 2em;
                --wp--custom--ast-default-block-bottom-padding: 3em;
                --wp--custom--ast-default-block-left-padding: 2em;
            }
        }

        @media(max-width: 544px) {
            :root {
                --wp--custom--ast-default-block-top-padding: 3em;
                --wp--custom--ast-default-block-right-padding: 1.5em;
                --wp--custom--ast-default-block-bottom-padding: 3em;
                --wp--custom--ast-default-block-left-padding: 1.5em;
            }
        }

        .entry-content > .wp-block-group, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns {
            padding-top: var(--wp--custom--ast-default-block-top-padding);
            padding-right: var(--wp--custom--ast-default-block-right-padding);
            padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
            padding-left: var(--wp--custom--ast-default-block-left-padding);
        }

        .ast-plain-container.ast-no-sidebar .entry-content > .alignfull, .ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
            margin-left: calc( -50vw + 50%);
            margin-right: calc( -50vw + 50%);
            max-width: 100vw;
            width: 100vw;
        }

        .ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull, .ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull, .ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide, .ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide, .ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull, .ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull, .ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide, .ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide, .ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull, .ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull, .ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide, .ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        [data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
            height: 0;
        }

        [data-ast-blocks-layout] .wp-block-separator {
            margin: 20px auto;
        }

            [data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
                max-width: 100px;
            }

            [data-ast-blocks-layout] .wp-block-separator.has-background {
                padding: 0;
            }

        .entry-content[data-ast-blocks-layout] > * {
            max-width: var(--wp--custom--ast-content-width-size);
            margin-left: auto;
            margin-right: auto;
        }

        .entry-content[data-ast-blocks-layout] > .alignwide {
            max-width: var(--wp--custom--ast-wide-width-size);
        }

        .entry-content[data-ast-blocks-layout] .alignfull {
            max-width: none;
        }

        .ast-full-width-layout .entry-content[data-ast-blocks-layout] .is-layout-constrained.wp-block-cover-is-layout-constrained > *, .ast-full-width-layout .entry-content[data-ast-blocks-layout] .is-layout-constrained.wp-block-group-is-layout-constrained > * {
            max-width: var(--wp--custom--ast-content-width-size);
            margin-left: auto;
            margin-right: auto;
        }

        .entry-content .wp-block-columns {
            margin-bottom: 0;
        }

        blockquote {
            margin: 1.5em;
            border-color: rgba(0,0,0,0.05);
        }

        .wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
            border-left: 5px solid rgba(0,0,0,0.05);
        }

        .has-text-align-right > blockquote, blockquote.has-text-align-right {
            border-right: 5px solid rgba(0,0,0,0.05);
        }

        .has-text-align-left > blockquote, blockquote.has-text-align-left {
            border-left: 5px solid rgba(0,0,0,0.05);
        }

        .wp-block-site-tagline, .wp-block-latest-posts .read-more {
            margin-top: 15px;
        }

        .wp-block-loginout p label {
            display: block;
        }

        .wp-block-loginout p:not(.login-remember):not(.login-submit) input {
            width: 100%;
        }

        .wp-block-loginout input:focus {
            border-color: transparent;
        }

        .wp-block-loginout input:focus {
            outline: thin dotted;
        }

        .entry-content .wp-block-media-text .wp-block-media-text__content {
            padding: 0 0 0 8%;
        }

        .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
            padding: 0 8% 0 0;
        }

        .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
            padding: 8%;
        }

        .entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container, .entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text, .entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text, .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container, .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text, .entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
            color: var(--ast-global-color-5);
        }

        .wp-block-loginout .login-remember input {
            width: 1.1rem;
            height: 1.1rem;
            margin: 0 5px 4px 0;
            vertical-align: middle;
        }

        .wp-block-latest-posts > li > *:first-child, .wp-block-latest-posts:not(.is-grid) > li:first-child {
            margin-top: 0;
        }

        .entry-content > .wp-block-buttons, .entry-content > .wp-block-uagb-buttons {
            margin-bottom: 1.5em;
        }

        .wp-block-search__inside-wrapper .wp-block-search__input {
            padding: 0 10px;
            color: var(--ast-global-color-3);
            background: var(--ast-global-color-5);
            border-color: var(--ast-border-color);
        }

        .wp-block-latest-posts .read-more {
            margin-bottom: 1.5em;
        }

        .wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .wp-block-latest-posts .wp-block-latest-posts__post-date, .wp-block-latest-posts .wp-block-latest-posts__post-author {
            font-size: 1rem;
        }

        .wp-block-latest-posts > li > *, .wp-block-latest-posts:not(.is-grid) > li {
            margin-top: 12px;
            margin-bottom: 12px;
        }

        .ast-page-builder-template .entry-content[data-ast-blocks-layout] > *, .ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignfull > * {
            max-width: none;
        }

        .ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignwide > * {
            max-width: var(--wp--custom--ast-wide-width-size);
        }

        .ast-page-builder-template .entry-content[data-ast-blocks-layout] > .inherit-container-width > *, .ast-page-builder-template .entry-content[data-ast-blocks-layout] > * > *, .entry-content[data-ast-blocks-layout] > .wp-block-cover .wp-block-cover__inner-container {
            max-width: var(--wp--custom--ast-content-width-size);
            margin-left: auto;
            margin-right: auto;
        }

        .entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
            width: auto;
        }

        @media(max-width: 1200px) {
            .ast-separate-container .entry-content > .alignfull, .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content .alignfull {
                margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding),20px));
                margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding),20px));
            }
        }

        @media(min-width: 1201px) {
            .ast-separate-container .entry-content > .alignfull {
                margin-left: calc(-1 * var(--ast-container-default-xlg-padding) );
                margin-right: calc(-1 * var(--ast-container-default-xlg-padding) );
            }

            .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {
                margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding) );
                margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding) );
            }
        }

        @media(min-width: 921px) {
            .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)), .ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {
                max-width: calc( var(--wp--custom--ast-content-width-size) + 80px );
            }

            .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull, .ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
                margin-left: -60px;
                margin-right: -60px;
            }
        }

        @media(min-width: 544px) {
            .entry-content > .alignleft {
                margin-right: 20px;
            }

            .entry-content > .alignright {
                margin-left: 20px;
            }
        }

        @media (max-width:544px) {
            .wp-block-columns .wp-block-column:not(:last-child) {
                margin-bottom: 20px;
            }

            .wp-block-latest-posts {
                margin: 0;
            }
        }

        @media( max-width: 600px ) {
            .entry-content .wp-block-media-text .wp-block-media-text__content, .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
                padding: 8% 0 0;
            }

            .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
                padding: 8%;
            }
        }

        .ast-page-builder-template .entry-header {
            padding-left: 0;
        }

        .ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        :root .has-ast-global-color-0-color {
            color: var(--ast-global-color-0);
        }

        :root .has-ast-global-color-0-background-color {
            background-color: var(--ast-global-color-0);
        }

        :root .wp-block-button .has-ast-global-color-0-color {
            color: var(--ast-global-color-0);
        }

        :root .wp-block-button .has-ast-global-color-0-background-color {
            background-color: var(--ast-global-color-0);
        }

        :root .has-ast-global-color-1-color {
            color: var(--ast-global-color-1);
        }

        :root .has-ast-global-color-1-background-color {
            background-color: var(--ast-global-color-1);
        }

        :root .wp-block-button .has-ast-global-color-1-color {
            color: var(--ast-global-color-1);
        }

        :root .wp-block-button .has-ast-global-color-1-background-color {
            background-color: var(--ast-global-color-1);
        }

        :root .has-ast-global-color-2-color {
            color: var(--ast-global-color-2);
        }

        :root .has-ast-global-color-2-background-color {
            background-color: var(--ast-global-color-2);
        }

        :root .wp-block-button .has-ast-global-color-2-color {
            color: var(--ast-global-color-2);
        }

        :root .wp-block-button .has-ast-global-color-2-background-color {
            background-color: var(--ast-global-color-2);
        }

        :root .has-ast-global-color-3-color {
            color: var(--ast-global-color-3);
        }

        :root .has-ast-global-color-3-background-color {
            background-color: var(--ast-global-color-3);
        }

        :root .wp-block-button .has-ast-global-color-3-color {
            color: var(--ast-global-color-3);
        }

        :root .wp-block-button .has-ast-global-color-3-background-color {
            background-color: var(--ast-global-color-3);
        }

        :root .has-ast-global-color-4-color {
            color: var(--ast-global-color-4);
        }

        :root .has-ast-global-color-4-background-color {
            background-color: var(--ast-global-color-4);
        }

        :root .wp-block-button .has-ast-global-color-4-color {
            color: var(--ast-global-color-4);
        }

        :root .wp-block-button .has-ast-global-color-4-background-color {
            background-color: var(--ast-global-color-4);
        }

        :root .has-ast-global-color-5-color {
            color: var(--ast-global-color-5);
        }

        :root .has-ast-global-color-5-background-color {
            background-color: var(--ast-global-color-5);
        }

        :root .wp-block-button .has-ast-global-color-5-color {
            color: var(--ast-global-color-5);
        }

        :root .wp-block-button .has-ast-global-color-5-background-color {
            background-color: var(--ast-global-color-5);
        }

        :root .has-ast-global-color-6-color {
            color: var(--ast-global-color-6);
        }

        :root .has-ast-global-color-6-background-color {
            background-color: var(--ast-global-color-6);
        }

        :root .wp-block-button .has-ast-global-color-6-color {
            color: var(--ast-global-color-6);
        }

        :root .wp-block-button .has-ast-global-color-6-background-color {
            background-color: var(--ast-global-color-6);
        }

        :root .has-ast-global-color-7-color {
            color: var(--ast-global-color-7);
        }

        :root .has-ast-global-color-7-background-color {
            background-color: var(--ast-global-color-7);
        }

        :root .wp-block-button .has-ast-global-color-7-color {
            color: var(--ast-global-color-7);
        }

        :root .wp-block-button .has-ast-global-color-7-background-color {
            background-color: var(--ast-global-color-7);
        }

        :root .has-ast-global-color-8-color {
            color: var(--ast-global-color-8);
        }

        :root .has-ast-global-color-8-background-color {
            background-color: var(--ast-global-color-8);
        }

        :root .wp-block-button .has-ast-global-color-8-color {
            color: var(--ast-global-color-8);
        }

        :root .wp-block-button .has-ast-global-color-8-background-color {
            background-color: var(--ast-global-color-8);
        }

        :root {
            --ast-global-color-0: #0170B9;
            --ast-global-color-1: #3a3a3a;
            --ast-global-color-2: #3a3a3a;
            --ast-global-color-3: #4B4F58;
            --ast-global-color-4: #F5F5F5;
            --ast-global-color-5: #FFFFFF;
            --ast-global-color-6: #E5E5E5;
            --ast-global-color-7: #424242;
            --ast-global-color-8: #000000;
        }

        :root {
            --ast-border-color: var(--ast-global-color-6);
        }

        .ast-archive-entry-banner {
            -js-display: flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            position: relative;
            background: #eeeeee;
        }

            .ast-archive-entry-banner[data-banner-width-type="custom"] {
                margin: 0 auto;
                width: 100%;
            }

            .ast-archive-entry-banner[data-banner-layout="layout-1"] {
                background: inherit;
                padding: 20px 0;
                text-align: left;
            }

        body.archive .ast-archive-description {
            max-width: 1200px;
            width: 100%;
            text-align: left;
            padding-top: 3em;
            padding-right: 3em;
            padding-bottom: 3em;
            padding-left: 3em;
        }

            body.archive .ast-archive-description .ast-archive-title, body.archive .ast-archive-description .ast-archive-title * {
                font-size: 40px;
                font-size: 2.3529411764706rem;
            }

            body.archive .ast-archive-description > *:not(:last-child) {
                margin-bottom: 10px;
            }

        @media (max-width:921px) {
            body.archive .ast-archive-description {
                text-align: left;
            }
        }

        @media (max-width:544px) {
            body.archive .ast-archive-description {
                text-align: left;
            }
        }

        .ast-breadcrumbs .trail-browse, .ast-breadcrumbs .trail-items, .ast-breadcrumbs .trail-items li {
            display: inline-block;
            margin: 0;
            padding: 0;
            border: none;
            background: inherit;
            text-indent: 0;
            text-decoration: none;
        }

        .ast-breadcrumbs .trail-browse {
            font-size: inherit;
            font-style: inherit;
            font-weight: inherit;
            color: inherit;
        }

        .ast-breadcrumbs .trail-items {
            list-style: none;
        }

        .trail-items li::after {
            padding: 0 0.3em;
            content: "\00bb";
        }

        .trail-items li:last-of-type::after {
            display: none;
        }

        h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
            color: #0d2241;
        }

        .elementor-widget-heading .elementor-heading-title {
            margin: 0;
        }

        .elementor-page .ast-menu-toggle {
            color: unset !important;
            background: unset !important;
        }

        .elementor-post.elementor-grid-item.hentry {
            margin-bottom: 0;
        }

        .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, .elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
            width: auto;
            margin: 0;
            float: none;
        }

        body .elementor hr {
            background-color: #ccc;
            margin: 0;
        }

        .ast-left-sidebar .elementor-section.elementor-section-stretched, .ast-right-sidebar .elementor-section.elementor-section-stretched {
            max-width: 100%;
            left: 0 !important;
        }

        .elementor-posts-container [CLASS*="ast-width-"] {
            width: 100%;
        }

        .elementor-template-full-width .ast-container {
            display: block;
        }

        .elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
            top: 0 !important;
        }

        @media (max-width:544px) {
            .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
                width: auto;
                margin: 0;
            }

            .elementor-element .woocommerce .woocommerce-result-count {
                float: none;
            }
        }

        .ast-header-break-point .main-header-bar {
            border-bottom-width: 1px;
        }

        @media (min-width:922px) {
            .main-header-bar {
                border-bottom-width: 1px;
            }
        }

        .main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
            -js-display: flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
            height: 100%;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -js-display: flex;
            display: flex;
        }

        .ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items {
            flex: unset;
        }

        .main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after {
            position: absolute;
            right: 1em;
            top: 50%;
            transform: translate(0,-50%) rotate(270deg);
        }

        .ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before {
            font-weight: bold;
            content: "\e900";
            font-family: Astra;
            text-decoration: inherit;
            display: inline-block;
        }

        .ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before {
            content: "\e900";
            font-family: Astra;
            font-size: .65em;
            text-decoration: inherit;
            display: inline-block;
            transform: translate(0,-2px) rotateZ(270deg);
            margin-right: 5px;
        }

        .widget_search .search-form:after {
            font-family: Astra;
            font-size: 1.2em;
            font-weight: normal;
            content: "\e8b6";
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translate(0,-50%);
        }

        .astra-search-icon::before {
            content: "\e8b6";
            font-family: Astra;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            z-index: 3;
        }

        .main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .menu-item-has-children .ast-header-navigation-arrow:after {
            content: "\e900";
            display: inline-block;
            font-family: Astra;
            font-size: .6rem;
            font-weight: bold;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 10px;
            line-height: normal;
        }

        .menu-item-has-children .sub-menu .ast-header-navigation-arrow:after {
            margin-left: 0;
        }

        .ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {
            transform: rotateX(180deg);
        }

        .ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after {
            display: none;
        }

        @media (min-width:922px) {
            .ast-builder-menu .main-navigation > ul > li:last-child a {
                margin-right: 0;
            }
        }

        .ast-separate-container .ast-article-inner {
            background-color: transparent;
            background-image: none;
        }

        .ast-separate-container .ast-article-post {
            background-color: var(--ast-global-color-5);
        }

        @media (max-width:921px) {
            .ast-separate-container .ast-article-post {
                background-color: var(--ast-global-color-5);
            }
        }

        @media (max-width:544px) {
            .ast-separate-container .ast-article-post {
                background-color: var(--ast-global-color-5);
            }
        }

        .ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title {
            background-color: var(--ast-global-color-5);
        }

        @media (max-width:921px) {
            .ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description {
                background-color: var(--ast-global-color-5);
            }
        }

        @media (max-width:544px) {
            .ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description {
                background-color: var(--ast-global-color-5);
            }
        }

        .ast-separate-container.ast-two-container #secondary .widget {
            background-color: var(--ast-global-color-5);
        }

        @media (max-width:921px) {
            .ast-separate-container.ast-two-container #secondary .widget {
                background-color: var(--ast-global-color-5);
            }
        }

        @media (max-width:544px) {
            .ast-separate-container.ast-two-container #secondary .widget {
                background-color: var(--ast-global-color-5);
            }
        }

        .ast-plain-container, .ast-page-builder-template {
            background-color: var(--ast-global-color-5);
        }

        @media (max-width:921px) {
            .ast-plain-container, .ast-page-builder-template {
                background-color: var(--ast-global-color-5);
            }
        }

        @media (max-width:544px) {
            .ast-plain-container, .ast-page-builder-template {
                background-color: var(--ast-global-color-5);
            }
        }

        :root {
            --e-global-color-astglobalcolor0: #0170B9;
            --e-global-color-astglobalcolor1: #3a3a3a;
            --e-global-color-astglobalcolor2: #3a3a3a;
            --e-global-color-astglobalcolor3: #4B4F58;
            --e-global-color-astglobalcolor4: #F5F5F5;
            --e-global-color-astglobalcolor5: #FFFFFF;
            --e-global-color-astglobalcolor6: #E5E5E5;
            --e-global-color-astglobalcolor7: #424242;
            --e-global-color-astglobalcolor8: #000000;
        }
