
		img:is([sizes="auto" i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}
	
		: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: #ECEFF3;
			--ast-comment-inputs-background: #F9FAFB;
			--ast-normal-container-width: 1200px;
			--ast-narrow-container-width: 750px;
			--ast-blog-title-font-weight: normal;
			--ast-blog-meta-weight: inherit;
			--ast-global-color-primary: var(--ast-global-color-5);
			--ast-global-color-secondary: var(--ast-global-color-4);
			--ast-global-color-alternate-background: var(--ast-global-color-7);
			--ast-global-color-subtle-background: var(--ast-global-color-6);
			--ast-bg-style-guide: #F8FAFC;
			--ast-shadow-style-guide: 0px 0px 4px 0 #00000057;
			--ast-global-dark-bg-style: #fff;
			--ast-global-dark-lfs: #fbfbfb;
			--ast-widget-bg-color: #fafafa;
			--ast-wc-container-head-bg-color: #fbfbfb;
			--ast-title-layout-bg: #eeeeee;
			--ast-search-border-color: #e7e7e7;
			--ast-lifter-hover-bg: #e6e6e6;
			--ast-gallery-block-color: #000;
			--srfm-color-input-label: var(--ast-global-color-2);
		}

		html {
			font-size: 106.25%;
		}

		a {
			color: #920c2d;
		}

		a:hover,
		a:focus {
			color: #920c2d;
		}

		body,
		button,
		input,
		select,
		textarea,
		.ast-button,
		.ast-custom-button {
			font-family: 'Poppins', sans-serif;
			font-weight: 400;
			font-size: 17px;
			font-size: 1rem;
			line-height: var(--ast-body-line-height, 24px);
		}

		blockquote {
			color: #000000;
		}

		p,
		.entry-content p {
			margin-bottom: 0.5em;
		}

		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-weight: 600;
		}

		.ast-site-identity .site-title a {
			color: var(--ast-global-color-2);
		}

		.site-title {
			font-size: 26px;
			font-size: 1.5294117647059rem;
			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: 600;
			font-family: 'Poppins', sans-serif;
		}

		h2,
		.entry-content h2 {
			font-size: 40px;
			font-size: 2.3529411764706rem;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
		}

		h3,
		.entry-content h3 {
			font-size: 26px;
			font-size: 1.5294117647059rem;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			line-height: 1.3em;
		}

		h4,
		.entry-content h4 {
			font-size: 24px;
			font-size: 1.4117647058824rem;
			line-height: 1.2em;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
		}

		h5,
		.entry-content h5 {
			font-size: 20px;
			font-size: 1.1764705882353rem;
			line-height: 1.2em;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
		}

		h6,
		.entry-content h6 {
			font-size: 16px;
			font-size: 0.94117647058824rem;
			line-height: 1.25em;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
		}

		::selection {
			background-color: #920c2d;
			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: #1f1f1f;
		}

		.tagcloud a:hover,
		.tagcloud a:focus,
		.tagcloud a.current-item {
			color: #ffffff;
			border-color: #920c2d;
			background-color: #920c2d;
		}

		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: #920c2d;
		}

		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: #920c2d;
			background-color: #920c2d;
			box-shadow: none;
		}

		.site-footer a:hover+.post-count,
		.site-footer a:focus+.post-count {
			background: #920c2d;
			border-color: #920c2d;
		}

		.single .nav-links .nav-previous,
		.single .nav-links .nav-next {
			color: #920c2d;
		}

		.entry-meta,
		.entry-meta * {
			line-height: 1.45;
			color: #920c2d;
		}

		.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: #920c2d;
		}

		#cat option,
		.secondary .calendar_wrap thead a,
		.secondary .calendar_wrap thead a:visited {
			color: #920c2d;
		}

		.secondary .calendar_wrap #today,
		.ast-progress-val span {
			background: #920c2d;
		}

		.secondary a:hover+.post-count,
		.secondary a:focus+.post-count {
			background: #920c2d;
			border-color: #920c2d;
		}

		.calendar_wrap #today>a {
			color: #ffffff;
		}

		.page-links .page-link,
		.single .post-navigation a {
			color: #920c2d;
		}

		.ast-search-menu-icon .search-form button.search-submit {
			padding: 0 4px;
		}

		.ast-search-menu-icon form.search-form {
			padding-right: 0;
		}

		.ast-search-menu-icon.slide-search input.search-field {
			width: 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 {
			border-color: var(--ast-global-color-0);
		}

		.search-form input.search-field:focus {
			outline: none;
		}

		.ast-archive-title {
			color: #000000;
		}

		.widget-title,
		.widget .wp-block-heading {
			font-size: 24px;
			font-size: 1.4117647058824rem;
			color: #000000;
		}

		.single .ast-author-details .author-title {
			color: #920c2d;
		}

		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,
		.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: none;
		}

		.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-single-post-featured-section+article {
			margin-top: 2em;
		}

		.site-content .ast-single-post-featured-section img {
			width: 100%;
			overflow: hidden;
			object-fit: cover;
		}

		.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;
			}
		}

		@media (max-width:921.9px) {
			#ast-desktop-header {
				display: none;
			}
		}

		@media (min-width:922px) {
			#ast-mobile-header {
				display: none;
			}
		}

		.wp-block-buttons.aligncenter {
			justify-content: center;
		}

		@media (max-width:921px) {

			.ast-theme-transparent-header #primary,
			.ast-theme-transparent-header #secondary {
				padding: 0;
			}
		}

		@media (max-width:921px) {
			.ast-plain-container.ast-no-sidebar #primary {
				padding: 0;
			}
		}

		.ast-plain-container.ast-no-sidebar #primary {
			margin-top: 0;
			margin-bottom: 0;
		}

		.ast-separate-container.ast-single-post.ast-right-sidebar #primary,
		.ast-separate-container.ast-single-post.ast-left-sidebar #primary,
		.ast-separate-container.ast-single-post #primary,
		.ast-plain-container.ast-single-post #primary,
		.ast-narrow-container.ast-single-post #primary {
			margin-top: 60px;
			margin-bottom: 0px;
		}

		.ast-left-sidebar.ast-single-post #primary,
		.ast-right-sidebar.ast-single-post #primary,
		.ast-separate-container.ast-single-post.ast-right-sidebar #primary,
		.ast-separate-container.ast-single-post.ast-left-sidebar #primary,
		.ast-separate-container.ast-single-post #primary,
		.ast-narrow-container.ast-single-post #primary {
			padding-left: 0px;
			padding-right: 0px;
		}

		@media (max-width:544px) {

			.ast-separate-container.ast-single-post.ast-right-sidebar #primary,
			.ast-separate-container.ast-single-post.ast-left-sidebar #primary,
			.ast-separate-container.ast-single-post #primary,
			.ast-plain-container.ast-single-post #primary,
			.ast-narrow-container.ast-single-post #primary {
				margin-top: 0px;
				margin-bottom: 0px;
			}

			.ast-left-sidebar.ast-single-post #primary,
			.ast-right-sidebar.ast-single-post #primary,
			.ast-separate-container.ast-single-post.ast-right-sidebar #primary,
			.ast-separate-container.ast-single-post.ast-left-sidebar #primary,
			.ast-separate-container.ast-single-post #primary,
			.ast-narrow-container.ast-single-post #primary {
				padding-left: 0px;
				padding-right: 0px;
			}
		}

		.ast-separate-container #primary,
		.ast-narrow-container #primary {
			padding-top: 0px;
		}

		@media (max-width:544px) {

			.ast-separate-container #primary,
			.ast-narrow-container #primary {
				padding-top: 0px;
			}
		}

		.ast-separate-container #primary,
		.ast-narrow-container #primary {
			padding-bottom: 0px;
		}

		@media (max-width:544px) {

			.ast-separate-container #primary,
			.ast-narrow-container #primary {
				padding-bottom: 0px;
			}
		}

		.wp-block-button.is-style-outline .wp-block-button__link {
			border-color: #920c2d;
		}

		div.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
		div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color) {
			color: #920c2d;
		}

		.wp-block-button.is-style-outline .wp-block-button__link:hover,
		.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
		.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
		.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
			color: #ffffff;
			background-color: #920c2d;
			border-color: #920c2d;
		}

		.post-page-numbers.current .page-link,
		.ast-pagination .page-numbers.current {
			color: #ffffff;
			border-color: #920c2d;
			background-color: #920c2d;
		}

		.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
		.ast-outline-button {
			border-color: #920c2d;
			font-family: inherit;
			font-weight: 500;
			font-size: 16px;
			font-size: 0.94117647058824rem;
			line-height: 1em;
		}

		.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
		.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),
		.ast-outline-button {
			color: #920c2d;
		}

		.wp-block-button.is-style-outline .wp-block-button__link:hover,
		.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,
		.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
		.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
		.ast-outline-button:hover,
		.ast-outline-button:focus,
		.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,
		.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
			color: #ffffff;
			background-color: #920c2d;
			border-color: #920c2d;
		}

		.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;
		}

		h1.widget-title {
			font-weight: 600;
		}

		h2.widget-title {
			font-weight: 600;
		}

		h3.widget-title {
			font-weight: 600;
		}

		.elementor-widget-container .elementor-loop-container .e-loop-item[data-elementor-type="loop-item"] {
			width: 100%;
		}

		#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;
			}
		}

		.wp-block-button .wp-block-button__link {
			color: #ffffff;
		}

		.wp-block-button .wp-block-button__link:hover,
		.wp-block-button .wp-block-button__link:focus {
			color: #ffffff;
			background-color: #920c2d;
			border-color: #920c2d;
		}

		.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: #920c2d;
			background-color: #920c2d;
			color: #ffffff;
			font-family: inherit;
			font-weight: 500;
			line-height: 1em;
			font-size: 16px;
			font-size: 0.94117647058824rem;
			padding-top: 15px;
			padding-right: 30px;
			padding-bottom: 15px;
			padding-left: 30px;
		}

		@media (max-width:921px) {

			.wp-block-button .wp-block-button__link,
			.wp-block-search .wp-block-search__button,
			body .wp-block-file .wp-block-file__button {
				padding-top: 14px;
				padding-right: 28px;
				padding-bottom: 14px;
				padding-left: 28px;
			}
		}

		@media (max-width:544px) {

			.wp-block-button .wp-block-button__link,
			.wp-block-search .wp-block-search__button,
			body .wp-block-file .wp-block-file__button {
				padding-top: 12px;
				padding-right: 24px;
				padding-bottom: 12px;
				padding-left: 24px;
			}
		}

		.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,
		.woocommerce-js a.button,
		.woocommerce button.button,
		.woocommerce .woocommerce-message a.button,
		.woocommerce #respond input#submit.alt,
		.woocommerce input.button.alt,
		.woocommerce input.button,
		.woocommerce input.button:disabled,
		.woocommerce input.button:disabled[disabled],
		.woocommerce input.button:disabled:hover,
		.woocommerce input.button:disabled[disabled]:hover,
		.woocommerce #respond input#submit,
		.woocommerce button.button.alt.disabled,
		.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
		.wc-block-grid__product-onsale,
		[CLASS*="wc-block"] button,
		.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
		.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
		.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
		[CLASS*="wc-block"] .wc-block-components-button {
			border-style: solid;
			border-top-width: 0;
			border-right-width: 0;
			border-left-width: 0;
			border-bottom-width: 0;
			color: #ffffff;
			border-color: #920c2d;
			background-color: #920c2d;
			padding-top: 15px;
			padding-right: 30px;
			padding-bottom: 15px;
			padding-left: 30px;
			font-family: inherit;
			font-weight: 500;
			font-size: 16px;
			font-size: 0.94117647058824rem;
			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,
		.woocommerce-js a.button:hover,
		.woocommerce button.button:hover,
		.woocommerce .woocommerce-message a.button:hover,
		.woocommerce #respond input#submit:hover,
		.woocommerce #respond input#submit.alt:hover,
		.woocommerce input.button.alt:hover,
		.woocommerce input.button:hover,
		.woocommerce button.button.alt.disabled:hover,
		.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
		[CLASS*="wc-block"] button:hover,
		.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover,
		.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
		.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
		[CLASS*="wc-block"] .wc-block-components-button:hover,
		[CLASS*="wc-block"] .wc-block-components-button:focus {
			color: #ffffff;
			background-color: #920c2d;
			border-color: #920c2d;
		}

		form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
			padding-top: calc(15px - 3px);
			padding-right: calc(30px - 3px);
			padding-bottom: calc(15px - 3px);
			padding-left: calc(30px - 3px);
		}

		@media (max-width:921px) {

			.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,
			.woocommerce-js a.button,
			.woocommerce button.button,
			.woocommerce .woocommerce-message a.button,
			.woocommerce #respond input#submit.alt,
			.woocommerce input.button.alt,
			.woocommerce input.button,
			.woocommerce input.button:disabled,
			.woocommerce input.button:disabled[disabled],
			.woocommerce input.button:disabled:hover,
			.woocommerce input.button:disabled[disabled]:hover,
			.woocommerce #respond input#submit,
			.woocommerce button.button.alt.disabled,
			.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
			.wc-block-grid__product-onsale,
			[CLASS*="wc-block"] button,
			.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
			.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
			.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
			[CLASS*="wc-block"] .wc-block-components-button {
				padding-top: 14px;
				padding-right: 28px;
				padding-bottom: 14px;
				padding-left: 28px;
			}
		}

		@media (max-width:544px) {

			.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,
			.woocommerce-js a.button,
			.woocommerce button.button,
			.woocommerce .woocommerce-message a.button,
			.woocommerce #respond input#submit.alt,
			.woocommerce input.button.alt,
			.woocommerce input.button,
			.woocommerce input.button:disabled,
			.woocommerce input.button:disabled[disabled],
			.woocommerce input.button:disabled:hover,
			.woocommerce input.button:disabled[disabled]:hover,
			.woocommerce #respond input#submit,
			.woocommerce button.button.alt.disabled,
			.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
			.wc-block-grid__product-onsale,
			[CLASS*="wc-block"] button,
			.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
			.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
			.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
			[CLASS*="wc-block"] .wc-block-components-button {
				padding-top: 12px;
				padding-right: 24px;
				padding-bottom: 12px;
				padding-left: 24px;
			}
		}

		@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;
			}
		}

		#ast-mobile-header .ast-site-header-cart-li a {
			pointer-events: none;
		}

		.ast-separate-container {
			background-color: var(--ast-global-color-4);
			background-image: 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;
			}
		}

		@media (min-width:922px) {
			.site-content .ast-container {
				display: flex;
			}
		}

		@media (max-width:921px) {
			.site-content .ast-container {
				flex-direction: column;
			}
		}

		@media (min-width:922px) {
			.single-post .site-content>.ast-container {
				max-width: 1220px;
			}
		}

		@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;
			}
		}

		.entry-content li>p {
			margin-bottom: 0;
		}

		.site .comments-area {
			margin-bottom: 100px;
		}

		@media (max-width:544px) {
			.site .comments-area {
				padding-top: 0em;
				padding-bottom: 0em;
				padding-left: 0em;
				padding-right: 0em;
			}
		}

		.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;
		}

		.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"]):not(.has-text-color.has-link-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-primary, 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-primary, 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:not(.wp-block-group):not(.uagb-is-root-container)>* {
			max-width: none;
		}

		.ast-page-builder-template .entry-content[data-ast-blocks-layout]>.alignwide:not(.uagb-is-root-container)>* {
			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]>*:not(.wp-block-group):not(.uagb-is-root-container)>*,
		.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(40px, 20px));
				margin-right: calc(-1 * min(40px, 20px));
			}
		}

		@media(min-width: 1201px) {
			.ast-separate-container .entry-content>.alignfull {
				margin-left: calc(-1 * 40px);
				margin-right: calc(-1 * 40px);
			}

			.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;
		}

		.entry-content ul,
		.entry-content ol {
			padding: revert;
			margin: revert;
		}

		: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: #046bd2;
			--ast-global-color-1: #045cb4;
			--ast-global-color-2: #1e293b;
			--ast-global-color-3: #334155;
			--ast-global-color-4: #f9fafb;
			--ast-global-color-5: #FFFFFF;
			--ast-global-color-6: #e2e8f0;
			--ast-global-color-7: #cbd5e1;
			--ast-global-color-8: #94a3b8;
		}

		:root {
			--ast-border-color: var(--ast-global-color-6);
		}

		.ast-single-entry-banner {
			-js-display: flex;
			display: flex;
			flex-direction: column;
			justify-content: center;
			text-align: center;
			position: relative;
			background: var(--ast-title-layout-bg);
		}

		.ast-single-entry-banner[data-banner-layout="layout-1"] {
			max-width: 1200px;
			background: inherit;
			padding: 20px 0;
		}

		.ast-single-entry-banner[data-banner-width-type="custom"] {
			margin: 0 auto;
			width: 100%;
		}

		.ast-single-entry-banner+.site-content .entry-header {
			margin-bottom: 0;
		}

		.site .ast-author-avatar {
			--ast-author-avatar-size: ;
		}

		a.ast-underline-text {
			text-decoration: underline;
		}

		.ast-container>.ast-terms-link {
			position: relative;
			display: block;
		}

		a.ast-button.ast-badge-tax {
			padding: 4px 8px;
			border-radius: 3px;
			font-size: inherit;
		}

		header.entry-header:not(.related-entry-header) .entry-title {
			font-weight: 600;
			font-size: 32px;
			font-size: 1.8823529411765rem;
		}

		header.entry-header:not(.related-entry-header)>*:not(:last-child) {
			margin-bottom: 10px;
		}

		.ast-archive-entry-banner {
			-js-display: flex;
			display: flex;
			flex-direction: column;
			justify-content: center;
			text-align: center;
			position: relative;
			background: var(--ast-title-layout-bg);
		}

		.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-weight: 600;
			font-size: 32px;
			font-size: 1.8823529411765rem;
		}

		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: #000000;
		}

		.entry-title a {
			color: #000000;
		}

		@media (max-width:921px) {

			.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
			.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
				grid-column: 1 / -1;
			}
		}

		@media (max-width:544px) {

			.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
			.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
				grid-column: 1 / -1;
			}
		}

		.site-below-footer-wrap {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.site-below-footer-wrap[data-section="section-below-footer-builder"] {
			background-color: #161c26;
			background-image: none;
			min-height: 30px;
			border-style: solid;
			border-width: 0px;
			border-top-width: 1px;
			border-top-color: #161c26;
		}

		.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
			max-width: 1200px;
			min-height: 30px;
			margin-left: auto;
			margin-right: auto;
		}

		.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
		.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
			align-items: center;
		}

		.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
			display: flex;
			margin-bottom: 0;
		}

		.ast-builder-grid-row-full .ast-builder-grid-row {
			grid-template-columns: 1fr;
		}

		@media (max-width:921px) {
			.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
				display: flex;
				margin-bottom: 0;
			}

			.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
				display: block;
				margin-bottom: 10px;
			}

			.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
				grid-template-columns: 1fr;
			}
		}

		@media (max-width:544px) {
			.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
				display: flex;
				margin-bottom: 0;
			}

			.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
				display: block;
				margin-bottom: 10px;
			}

			.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
				grid-template-columns: 1fr;
			}
		}

		.site-below-footer-wrap[data-section="section-below-footer-builder"] {
			display: grid;
		}

		@media (max-width:921px) {
			.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
				display: grid;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
				display: grid;
			}
		}

		.ast-footer-copyright {
			text-align: left;
		}

		.ast-footer-copyright {
			color: var(--ast-global-color-5);
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}

		@media (max-width:921px) {
			.ast-footer-copyright {
				text-align: center;
			}
		}

		@media (max-width:544px) {
			.ast-footer-copyright {
				text-align: center;
			}
		}

		.ast-footer-copyright {
			font-size: 14px;
			font-size: 0.82352941176471rem;
		}

		.ast-footer-copyright.ast-builder-layout-element {
			display: flex;
		}

		@media (max-width:921px) {
			.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
				display: flex;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
				display: flex;
			}
		}

		.site-primary-footer-wrap {
			padding-top: 45px;
			padding-bottom: 45px;
		}

		.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
			background-color: #222831;
			background-image: none;
			border-style: solid;
			border-width: 0px;
			border-top-width: 1px;
			border-top-color: #222831;
		}

		.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
			max-width: 1200px;
			margin-left: auto;
			margin-right: auto;
		}

		.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
		.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
			align-items: flex-start;
		}

		.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
			display: flex;
			margin-bottom: 0;
		}

		.ast-builder-grid-row-3-equal .ast-builder-grid-row {
			grid-template-columns: repeat(3, 1fr);
		}

		@media (max-width:921px) {
			.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
				display: flex;
				margin-bottom: 0;
			}

			.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
				display: block;
				margin-bottom: 10px;
			}

			.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
				grid-template-columns: repeat(3, 1fr);
			}
		}

		@media (max-width:544px) {
			.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
				display: flex;
				margin-bottom: 0;
			}

			.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
				display: block;
				margin-bottom: 10px;
			}

			.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
				grid-template-columns: 1fr;
			}
		}

		.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
			display: grid;
		}

		@media (max-width:921px) {
			.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
				display: grid;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
				display: grid;
			}
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
			text-align: left;
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
			text-align: left;
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
			text-align: left;
		}

		.footer-widget-area.widget-area.site-footer-focus-item {
			width: auto;
		}

		.ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
			width: 100%;
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
			display: block;
		}

		@media (max-width:921px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
				display: block;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
				display: block;
			}
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
			color: var(--ast-global-color-5);
			font-size: 13px;
			font-size: 0.76470588235294rem;
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h1,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h1,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h2,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h2,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h3,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h3,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h4,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h4,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h5,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h5,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] h6,
		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-area h6 {
			color: var(--ast-global-color-5);
			font-size: 20px;
			font-size: 1.1764705882353rem;
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
			display: block;
		}

		@media (max-width:921px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
				display: block;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
				display: block;
			}
		}

		.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
			display: block;
		}

		@media (max-width:921px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
				display: block;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
				display: block;
			}
		}

		.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;
		}

		.elementor-toc__list-wrapper {
			margin: 0;
		}

		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-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
			max-width: 35%;
		}

		@media (max-width:921px) {
			.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
				max-width: 90%;
			}
		}

		@media (max-width:544px) {
			.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
				max-width: 90%;
			}
		}

		.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-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
			top: .2em;
			margin-top: 0px;
			margin-left: 0px;
			width: .65em;
			transform: translate(0, -2px) rotateZ(270deg);
		}

		.ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle {
			transform: rotateX(180deg);
			overflow-y: auto;
		}

		@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: rgba(255, 255, 255, 0);
			background-image: none;
		}

		@media (max-width:921px) {
			.ast-separate-container .ast-article-inner {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		@media (max-width:544px) {
			.ast-separate-container .ast-article-inner {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		.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: rgba(255, 255, 255, 0);
			background-image: none;
		}

		@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);
				background-image: none;
			}
		}

		@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);
				background-image: none;
			}
		}

		.ast-separate-container.ast-two-container #secondary .widget {
			background-color: rgba(255, 255, 255, 0);
			background-image: none;
		}

		@media (max-width:921px) {
			.ast-separate-container.ast-two-container #secondary .widget {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		@media (max-width:544px) {
			.ast-separate-container.ast-two-container #secondary .widget {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		.ast-plain-container,
		.ast-page-builder-template {
			background-color: rgba(255, 255, 255, 0);
			background-image: none;
		}

		@media (max-width:921px) {

			.ast-plain-container,
			.ast-page-builder-template {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		@media (max-width:544px) {

			.ast-plain-container,
			.ast-page-builder-template {
				background-color: var(--ast-global-color-5);
				background-image: none;
			}
		}

		#ast-scroll-top {
			display: none;
			position: fixed;
			text-align: center;
			cursor: pointer;
			z-index: 99;
			width: 2.1em;
			height: 2.1em;
			line-height: 2.1;
			color: #ffffff;
			border-radius: 2px;
			content: "";
			outline: inherit;
		}

		@media (min-width: 769px) {
			#ast-scroll-top {
				content: "769";
			}
		}

		#ast-scroll-top .ast-icon.icon-arrow svg {
			margin-left: 0px;
			vertical-align: middle;
			transform: translate(0, -20%) rotate(180deg);
			width: 1.6em;
		}

		.ast-scroll-to-top-right {
			right: 30px;
			bottom: 30px;
		}

		.ast-scroll-to-top-left {
			left: 30px;
			bottom: 30px;
		}

		#ast-scroll-top {
			color: #ffffff;
			background-color: #0c9271;
			font-size: 15px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
		}

		#ast-scroll-top:hover {
			color: #ffffff;
			background-color: var(--ast-global-color-2);
		}

		@media (max-width:921px) {
			#ast-scroll-top .ast-icon.icon-arrow svg {
				width: 1em;
			}
		}

		.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
			color: var(--ast-global-color-3);
		}

		.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
			color: var(--ast-global-color-3);
		}

		.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
		.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
			color: var(--ast-global-color-1);
		}

		.ast-builder-menu-mobile .menu-item:hover>.menu-link,
		.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
			color: var(--ast-global-color-1);
		}

		.ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
			color: var(--ast-global-color-1);
		}

		.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
		.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
		.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
		.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
			color: var(--ast-global-color-1);
		}

		.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
			color: var(--ast-global-color-1);
		}

		.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
			top: 0;
		}

		.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
			content: unset;
		}

		.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
		.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
		.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
			border-style: none;
		}

		.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
			top: 0;
		}

		@media (max-width:921px) {
			.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
				color: var(--ast-global-color-3);
			}

			.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
				color: var(--ast-global-color-3);
			}

			.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
			.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
				color: var(--ast-global-color-1);
				background: var(--ast-global-color-4);
			}

			.ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
				color: var(--ast-global-color-1);
			}

			.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
			.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
			.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
			.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
				color: var(--ast-global-color-1);
				background: var(--ast-global-color-4);
			}

			.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
				color: var(--ast-global-color-1);
			}

			.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
				top: 0;
			}

			.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
				content: unset;
			}

			.ast-builder-menu-mobile .main-navigation .main-header-menu,
			.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
			.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
				background-color: var(--ast-global-color-5);
			}
		}

		@media (max-width:544px) {
			.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
				top: 0;
			}
		}

		.ast-builder-menu-mobile .main-navigation {
			display: block;
		}

		@media (max-width:921px) {
			.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
				display: block;
			}
		}

		@media (max-width:544px) {
			.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
				display: block;
			}
		}

		:root {
			--e-global-color-astglobalcolor0: #046bd2;
			--e-global-color-astglobalcolor1: #045cb4;
			--e-global-color-astglobalcolor2: #1e293b;
			--e-global-color-astglobalcolor3: #334155;
			--e-global-color-astglobalcolor4: #f9fafb;
			--e-global-color-astglobalcolor5: #FFFFFF;
			--e-global-color-astglobalcolor6: #e2e8f0;
			--e-global-color-astglobalcolor7: #cbd5e1;
			--e-global-color-astglobalcolor8: #94a3b8;
		}
	
		.wp-block-kevinbatdorf-code-block-pro {
			direction: ltr !important;
			font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
			-webkit-text-size-adjust: 100% !important;
			box-sizing: border-box !important;
			position: relative !important
		}

		.wp-block-kevinbatdorf-code-block-pro * {
			box-sizing: border-box !important
		}

		.wp-block-kevinbatdorf-code-block-pro pre,
		.wp-block-kevinbatdorf-code-block-pro pre * {
			font-size: inherit !important;
			line-height: inherit !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre {
			background-image: none !important;
			border: 0 !important;
			border-radius: 0 !important;
			border-style: none !important;
			border-width: 0 !important;
			color: inherit !important;
			font-family: inherit !important;
			margin: 0 !important;
			overflow: auto !important;
			overflow-wrap: normal !important;
			padding: 16px 0 16px 16px !important;
			text-align: left !important;
			white-space: pre !important;
			--tw-shadow: 0 0 #0000;
			--tw-shadow-colored: 0 0 #0000;
			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
			outline: 2px solid transparent !important;
			outline-offset: 2px !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre:focus-visible {
			outline-color: inherit !important
		}

		.wp-block-kevinbatdorf-code-block-pro.padding-disabled:not(.code-block-pro-editor) pre {
			padding: 0 !important
		}

		.wp-block-kevinbatdorf-code-block-pro.padding-bottom-disabled pre {
			padding-bottom: 0 !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre code {
			background: none !important;
			background-color: transparent !important;
			border: 0 !important;
			border-radius: 0 !important;
			border-style: none !important;
			border-width: 0 !important;
			color: inherit !important;
			display: block !important;
			font-family: inherit !important;
			margin: 0 !important;
			overflow-wrap: normal !important;
			padding: 0 !important;
			text-align: left !important;
			white-space: pre !important;
			width: 100% !important;
			--tw-shadow: 0 0 #0000;
			--tw-shadow-colored: 0 0 #0000;
			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre code .line {
			display: inline-block !important;
			min-width: var(--cbp-block-width, 100%) !important;
			vertical-align: top !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-has-line-numbers:not(.code-block-pro-editor) pre code .line {
			padding-left: calc(12px + var(--cbp-line-number-width, auto)) !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-has-line-numbers:not(.code-block-pro-editor) pre code {
			counter-increment: step calc(var(--cbp-line-number-start, 1) - 1) !important;
			counter-reset: step !important
		}

		.wp-block-kevinbatdorf-code-block-pro pre code .line {
			position: relative !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre code .line:before {
			content: "" !important;
			display: inline-block !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-has-line-numbers:not(.code-block-pro-editor) pre code .line:not(.cbp-line-number-disabled):before {
			color: var(--cbp-line-number-color, #999) !important;
			content: counter(step) !important;
			counter-increment: step !important;
			left: 0 !important;
			opacity: .5 !important;
			position: absolute !important;
			text-align: right !important;
			transition-duration: .5s !important;
			transition-property: opacity !important;
			transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
			-webkit-user-select: none !important;
			-moz-user-select: none !important;
			user-select: none !important;
			width: var(--cbp-line-number-width, auto) !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover .line {
			min-height: var(--cbp-block-height, 100%) !important
		}

		.wp-block-kevinbatdorf-code-block-pro .line.cbp-line-highlight .cbp-line-highlighter,
		.wp-block-kevinbatdorf-code-block-pro .line.cbp-no-blur:hover .cbp-line-highlighter,
		.wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover:not(.cbp-blur-enabled:not(.cbp-unblur-on-hover)) .line:hover .cbp-line-highlighter {
			background: var(--cbp-line-highlight-color, rgb(14 165 233/.2)) !important;
			left: -16px !important;
			min-height: var(--cbp-block-height, 100%) !important;
			min-width: calc(var(--cbp-block-width, 100%) + 16px) !important;
			pointer-events: none !important;
			position: absolute !important;
			top: 0 !important;
			width: 100% !important
		}

		[data-code-block-pro-font-family="Code-Pro-Comic-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro .line.cbp-line-highlight .cbp-line-highlighter,
		[data-code-block-pro-font-family="Code-Pro-Comic-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro .line.cbp-no-blur:hover .cbp-line-highlighter,
		[data-code-block-pro-font-family="Code-Pro-Comic-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover:not(.cbp-blur-enabled:not(.cbp-unblur-on-hover)) .line:hover .cbp-line-highlighter {
			top: -.125rem !important
		}

		[data-code-block-pro-font-family=Code-Pro-Fira-Code].wp-block-kevinbatdorf-code-block-pro .line.cbp-line-highlight .cbp-line-highlighter,
		[data-code-block-pro-font-family=Code-Pro-Fira-Code].wp-block-kevinbatdorf-code-block-pro .line.cbp-no-blur:hover .cbp-line-highlighter,
		[data-code-block-pro-font-family=Code-Pro-Fira-Code].wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover:not(.cbp-blur-enabled:not(.cbp-unblur-on-hover)) .line:hover .cbp-line-highlighter {
			top: -1.5px !important
		}

		[data-code-block-pro-font-family="Code-Pro-Deja-Vu-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro .line.cbp-line-highlight .cbp-line-highlighter,
		[data-code-block-pro-font-family="Code-Pro-Deja-Vu-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro .line.cbp-no-blur:hover .cbp-line-highlighter,
		[data-code-block-pro-font-family="Code-Pro-Deja-Vu-Mono.ttf"].wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover:not(.cbp-blur-enabled:not(.cbp-unblur-on-hover)) .line:hover .cbp-line-highlighter,
		[data-code-block-pro-font-family=Code-Pro-Cozette].wp-block-kevinbatdorf-code-block-pro .line.cbp-line-highlight .cbp-line-highlighter,
		[data-code-block-pro-font-family=Code-Pro-Cozette].wp-block-kevinbatdorf-code-block-pro .line.cbp-no-blur:hover .cbp-line-highlighter,
		[data-code-block-pro-font-family=Code-Pro-Cozette].wp-block-kevinbatdorf-code-block-pro.cbp-highlight-hover:not(.cbp-blur-enabled:not(.cbp-unblur-on-hover)) .line:hover .cbp-line-highlighter {
			top: -1px !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor).padding-disabled pre .line.cbp-line-highlight:after {
			left: 0 !important;
			width: 100% !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-blur-enabled pre .line:not(.cbp-no-blur) {
			filter: blur(1.35px) !important;
			opacity: .8 !important;
			pointer-events: none !important;
			transition-duration: .2s !important;
			transition-property: all !important;
			transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
		}

		.wp-block-kevinbatdorf-code-block-pro.cbp-blur-enabled.cbp-unblur-on-hover:hover pre .line:not(.cbp-no-blur) {
			opacity: 1 !important;
			pointer-events: auto !important;
			--tw-blur: ;
			filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
		}

		.wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre * {
			font-family: inherit !important
		}

		.cbp-see-more-simple-btn-hover {
			transition-property: none !important
		}

		.cbp-see-more-simple-btn-hover:hover {
			box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, .1) !important
		}

		.code-block-pro-copy-button {
			border: 0 !important;
			border-style: none !important;
			border-width: 0 !important;
			cursor: pointer !important;
			left: auto !important;
			line-height: 1 !important;
			opacity: .1 !important;
			outline: 2px solid transparent !important;
			outline-offset: 2px !important;
			padding: 6px !important;
			position: absolute !important;
			right: 0 !important;
			top: 0 !important;
			transition-duration: .2s !important;
			transition-property: opacity !important;
			transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
			z-index: 10 !important
		}

		.code-block-pro-copy-button:focus {
			opacity: .4 !important
		}

		.code-block-pro-copy-button:focus-visible {
			outline-color: inherit !important
		}

		.code-block-pro-copy-button:not([data-has-text-button]) {
			background: none !important;
			background-color: transparent !important
		}

		body .wp-block-kevinbatdorf-code-block-pro:not(#x) .code-block-pro-copy-button-textarea {
			clip: rect(0, 0, 0, 0) !important;
			background-color: transparent !important;
			border-width: 0 !important;
			color: transparent !important;
			height: 1px !important;
			left: 0 !important;
			margin: -.25rem !important;
			opacity: 0 !important;
			overflow: hidden !important;
			pointer-events: none !important;
			position: absolute !important;
			resize: none !important;
			top: 0 !important;
			white-space: nowrap !important;
			width: 1px !important;
			--tw-shadow: 0 0 #0000;
			--tw-shadow-colored: 0 0 #0000;
			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
		}

		.wp-block-kevinbatdorf-code-block-pro.padding-disabled .code-block-pro-copy-button {
			padding: 0 !important
		}

		.wp-block-kevinbatdorf-code-block-pro:hover .code-block-pro-copy-button {
			opacity: .5 !important
		}

		.wp-block-kevinbatdorf-code-block-pro .code-block-pro-copy-button:hover {
			opacity: .9 !important
		}

		.code-block-pro-copy-button[data-has-text-button],
		.wp-block-kevinbatdorf-code-block-pro:hover .code-block-pro-copy-button[data-has-text-button] {
			opacity: 1 !important
		}

		.wp-block-kevinbatdorf-code-block-pro .code-block-pro-copy-button[data-has-text-button]:hover {
			opacity: .8 !important
		}

		.code-block-pro-copy-button[data-has-text-button] {
			border-radius: .75rem !important;
			display: block !important;
			margin-right: .75rem !important;
			margin-top: .7rem !important;
			padding: .125rem .375rem !important
		}

		.code-block-pro-copy-button[data-inside-header-type=headlightsMuted],
		.code-block-pro-copy-button[data-inside-header-type^=headlights] {
			margin-top: .85rem !important
		}

		.code-block-pro-copy-button[data-inside-header-type=headlightsMutedAlt] {
			margin-top: .65rem !important
		}

		.code-block-pro-copy-button[data-inside-header-type=simpleString] {
			margin-top: .645rem !important
		}

		.code-block-pro-copy-button[data-inside-header-type=pillString] {
			margin-top: 1rem !important
		}

		.code-block-pro-copy-button[data-inside-header-type=pillString] .cbp-btn-text {
			position: relative !important;
			top: 1px !important
		}

		.cbp-btn-text {
			font-size: .75rem !important;
			line-height: 1rem !important
		}

		.code-block-pro-copy-button .without-check {
			display: block !important
		}

		.code-block-pro-copy-button .with-check {
			display: none !important
		}

		.code-block-pro-copy-button.cbp-copying {
			opacity: 1 !important
		}

		.code-block-pro-copy-button.cbp-copying .without-check {
			display: none !important
		}

		.code-block-pro-copy-button.cbp-copying .with-check {
			display: block !important
		}

		.cbp-footer-link:hover {
			text-decoration-line: underline !important
		}

		@media print {
			.wp-block-kevinbatdorf-code-block-pro pre {
				max-height: none !important
			}

			.wp-block-kevinbatdorf-code-block-pro:not(#x) .line:before {
				background-color: transparent !important;
				color: inherit !important
			}

			.wp-block-kevinbatdorf-code-block-pro:not(#x) .cbp-line-highlighter,
			.wp-block-kevinbatdorf-code-block-pro:not(#x)>span {
				display: none !important
			}
		}
	
		#content:before {
			content: "921";
			position: absolute;
			overflow: hidden;
			opacity: 0;
			visibility: hidden;
		}

		.blog-layout-2 {
			position: relative;
		}

		.single .ast-author-details .author-title {
			color: #920c2d;
		}

		.single.ast-page-builder-template .ast-single-author-box {
			padding: 2em 20px;
		}

		.single.ast-separate-container .ast-author-meta {
			padding: 3em;
		}

		@media (max-width:921px) {
			.single.ast-separate-container .ast-author-meta {
				padding: 1.5em 2.14em;
			}

			.single .ast-author-meta .post-author-avatar {
				margin-bottom: 1em;
			}

			.ast-separate-container .ast-grid-2 .ast-article-post,
			.ast-separate-container .ast-grid-3 .ast-article-post,
			.ast-separate-container .ast-grid-4 .ast-article-post {
				width: 100%;
			}

			.ast-separate-container .ast-grid-md-1 .ast-article-post {
				width: 100%;
			}

			.ast-separate-container .ast-grid-md-2 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-md-3 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-md-4 .ast-article-post.ast-separate-posts {
				padding: 0 .75em 0;
			}

			.blog-layout-1 .post-content,
			.blog-layout-1 .ast-blog-featured-section {
				float: none;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
				margin-top: 0;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
				margin-top: 1em;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
				margin-top: -1.5em;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
				margin-left: -2.14em;
				margin-right: -2.14em;
			}

			.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
				margin-top: -1.5em;
			}

			.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
				margin-left: -2.14em;
				margin-right: -2.14em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
				margin-left: -1.5em;
				margin-right: -1.5em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
				margin-left: -0.5em;
				margin-right: -0.5em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
				margin-top: 0;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
				margin-top: 1em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
				margin-top: -1.5em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
				margin-left: -1.5em;
				margin-right: -1.5em;
			}

			.blog-layout-2 {
				display: flex;
				flex-direction: column-reverse;
			}

			.ast-separate-container .blog-layout-3,
			.ast-separate-container .blog-layout-1 {
				display: block;
			}

			.ast-plain-container .ast-grid-2 .ast-article-post,
			.ast-plain-container .ast-grid-3 .ast-article-post,
			.ast-plain-container .ast-grid-4 .ast-article-post,
			.ast-page-builder-template .ast-grid-2 .ast-article-post,
			.ast-page-builder-template .ast-grid-3 .ast-article-post,
			.ast-page-builder-template .ast-grid-4 .ast-article-post {
				width: 100%;
			}

			.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
				display: flex;
			}
		}

		@media (max-width:921px) {
			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
				margin-top: 0;
				margin-left: -2.14em;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
				margin-top: 0;
				margin-left: -1.14em;
			}
		}

		@media (min-width:922px) {

			.ast-separate-container.ast-blog-grid-2 .ast-archive-description,
			.ast-separate-container.ast-blog-grid-3 .ast-archive-description,
			.ast-separate-container.ast-blog-grid-4 .ast-archive-description {
				margin-bottom: 1.33333em;
			}

			.blog-layout-2.ast-no-thumb .post-content,
			.blog-layout-3.ast-no-thumb .post-content {
				width: calc(100% - 5.714285714em);
			}

			.blog-layout-2.ast-no-thumb.ast-no-date-box .post-content,
			.blog-layout-3.ast-no-thumb.ast-no-date-box .post-content {
				width: 100%;
			}

			.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts {
				border-bottom: 0;
			}

			.ast-separate-container .ast-grid-2>.site-main>.ast-row:before,
			.ast-separate-container .ast-grid-2>.site-main>.ast-row:after,
			.ast-separate-container .ast-grid-3>.site-main>.ast-row:before,
			.ast-separate-container .ast-grid-3>.site-main>.ast-row:after,
			.ast-separate-container .ast-grid-4>.site-main>.ast-row:before,
			.ast-separate-container .ast-grid-4>.site-main>.ast-row:after {
				flex-basis: 0;
				width: 0;
			}

			.ast-separate-container .ast-grid-2 .ast-article-post,
			.ast-separate-container .ast-grid-3 .ast-article-post,
			.ast-separate-container .ast-grid-4 .ast-article-post {
				display: flex;
				padding: 0;
			}

			.ast-plain-container .ast-grid-2>.site-main>.ast-row,
			.ast-plain-container .ast-grid-3>.site-main>.ast-row,
			.ast-plain-container .ast-grid-4>.site-main>.ast-row,
			.ast-page-builder-template .ast-grid-2>.site-main>.ast-row,
			.ast-page-builder-template .ast-grid-3>.site-main>.ast-row,
			.ast-page-builder-template .ast-grid-4>.site-main>.ast-row {
				margin-left: -1em;
				margin-right: -1em;
				display: flex;
				flex-flow: row wrap;
				align-items: stretch;
			}

			.ast-plain-container .ast-grid-2>.site-main>.ast-row:before,
			.ast-plain-container .ast-grid-2>.site-main>.ast-row:after,
			.ast-plain-container .ast-grid-3>.site-main>.ast-row:before,
			.ast-plain-container .ast-grid-3>.site-main>.ast-row:after,
			.ast-plain-container .ast-grid-4>.site-main>.ast-row:before,
			.ast-plain-container .ast-grid-4>.site-main>.ast-row:after,
			.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:before,
			.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:after,
			.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:before,
			.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:after,
			.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:before,
			.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:after {
				flex-basis: 0;
				width: 0;
			}

			.ast-plain-container .ast-grid-2 .ast-article-post,
			.ast-plain-container .ast-grid-3 .ast-article-post,
			.ast-plain-container .ast-grid-4 .ast-article-post,
			.ast-page-builder-template .ast-grid-2 .ast-article-post,
			.ast-page-builder-template .ast-grid-3 .ast-article-post,
			.ast-page-builder-template .ast-grid-4 .ast-article-post {
				display: flex;
			}

			.ast-plain-container .ast-grid-2 .ast-article-post:last-child,
			.ast-plain-container .ast-grid-3 .ast-article-post:last-child,
			.ast-plain-container .ast-grid-4 .ast-article-post:last-child,
			.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child,
			.ast-page-builder-template .ast-grid-3 .ast-article-post:last-child,
			.ast-page-builder-template .ast-grid-4 .ast-article-post:last-child {
				margin-bottom: 1.5em;
			}

			.ast-separate-container .ast-grid-2>.site-main>.ast-row,
			.ast-separate-container .ast-grid-3>.site-main>.ast-row,
			.ast-separate-container .ast-grid-4>.site-main>.ast-row {
				margin-left: 0;
				margin-right: 0;
				display: flex;
				flex-flow: row wrap;
				align-items: stretch;
			}

			.single .ast-author-meta .ast-author-details {
				display: flex;
				align-items: center;
			}

			.post-author-bio .author-title {
				margin-bottom: 10px;
			}
		}

		@media (min-width:922px) {

			.single .post-author-avatar,
			.single .post-author-bio {
				float: left;
				clear: right;
			}

			.single .ast-author-meta .post-author-avatar {
				margin-right: 1.33333em;
			}

			.single .ast-author-meta .about-author-title-wrapper,
			.single .ast-author-meta .post-author-bio {
				text-align: left;
			}

			.blog-layout-2 .post-content {
				padding-right: 2em;
			}

			.blog-layout-2.ast-no-date-box.ast-no-thumb .post-content {
				padding-right: 0;
			}

			.blog-layout-3 .post-content {
				padding-left: 2em;
			}

			.blog-layout-3.ast-no-date-box.ast-no-thumb .post-content {
				padding-left: 0;
			}

			.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),
			.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),
			.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),
			.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),
			.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),
			.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1) {
				padding: 0 1em 0;
			}
		}

		@media (max-width:544px) {
			.ast-separate-container .ast-grid-sm-1 .ast-article-post {
				width: 100%;
			}

			.ast-separate-container .ast-grid-sm-2 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-sm-3 .ast-article-post.ast-separate-posts,
			.ast-separate-container .ast-grid-sm-4 .ast-article-post.ast-separate-posts {
				padding: 0 .5em 0;
			}

			.ast-separate-container .ast-grid-sm-1 .ast-article-post.ast-separate-posts {
				padding: 0;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
				margin-top: 0.5em;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
			.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
				margin-left: -1em;
				margin-right: -1em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
				margin-left: -0.5em;
				margin-right: -0.5em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
				margin-top: 0.5em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
				margin-top: -1.33333em;
			}

			.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
			.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
				margin-left: -1em;
				margin-right: -1em;
			}

			.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1,
			.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,
			.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3 {
				padding: 1.33333em 1em;
			}

			.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1,
			.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1 {
				padding: 1.33333em 1em;
			}

			.single.ast-separate-container .ast-author-meta {
				padding: 1.5em 1em;
			}
		}

		@media (max-width:544px) {
			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
				margin-left: -1em;
			}

			.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
				margin-left: -0.5em;
			}
		}

		@media (min-width:922px) {
			.ast-hide-display-device-desktop {
				display: none;
			}

			[class^="astra-advanced-hook-"] .wp-block-query .wp-block-post-template .wp-block-post {
				width: 100%;
			}
		}

		@media (min-width:545px) and (max-width:921px) {
			.ast-hide-display-device-tablet {
				display: none;
			}
		}

		@media (max-width:544px) {
			.ast-hide-display-device-mobile {
				display: none;
			}
		}

		.ast-post-social-sharing .ast-social-sharing-heading {
			margin-bottom: .5em;
		}

		.ast-post-social-sharing .ast-social-inner-wrap,
		.ast-author-box-sharing .ast-social-inner-wrap {
			width: fit-content;
		}

		.ast-post-social-sharing .ast-social-element>.ahfb-svg-iconset,
		.ast-author-box-sharing .ast-social-element>.ahfb-svg-iconset {
			display: flex;
		}

		.ast-post-social-sharing .ast-social-element,
		.ast-author-box-sharing .ast-social-element {
			display: inline-block;
			vertical-align: middle;
		}

		.ast-post-social-sharing .social-item-label {
			display: block;
			color: var(--ast-global-color-3);
		}

		.single .ast-single-author-box .ast-author-meta,
		.single.ast-separate-container .site-main .ast-author-meta {
			background-color: #ffffff;
			;
		}

		.single .ast-single-author-box .ast-author-meta {
			padding-top: 30px;
			padding-bottom: 30px;
			padding-left: 30px;
			padding-right: 30px;
		}

		.single article .ast-single-author-box,
		.single.ast-narrow-container article .ast-single-author-box,
		.single.ast-plain-container article .ast-single-author-box,
		.single.ast-separate-container article .ast-single-author-box {
			margin-top: 2em;
			border-top: 1px solid var(--ast-single-post-border, var(--ast-border-color));
		}

		.single.ast-separate-container article .ast-author-meta {
			padding: 0;
		}

		.ast-author-details .ast-author-box-sharing {
			align-items: flex-start;
			margin-top: 20px;
		}

		.ast-single-author-box.ast-author-container--center .ast-author-meta,
		.single.ast-separate-container article .ast-author-meta {
			padding: 2em;
		}

		.ast-single-author-box.ast-author-container--center .ast-author-meta * {
			text-align: center;
		}

		.ast-single-author-box.ast-author-container--center .ast-author-meta .ast-author-details {
			display: block;
		}

		.ast-single-author-box.ast-author-container--center .post-author-avatar,
		.ast-single-author-box.ast-author-container--center .post-author-bio {
			float: unset;
		}

		.ast-single-author-box.ast-author-container--center .post-author-avatar {
			margin: 0 0 1em;
		}

		.ast-single-author-box.ast-author-container--center .ast-author-details .ast-author-box-sharing {
			align-items: center;
		}

		.ast-author-box-sharing a.ast-social-icon-a:first-child {
			margin-left: 0;
		}

		.ast-author-box-sharing a.ast-social-icon-a:last-child {
			margin-right: 0;
		}

		.single.ast-separate-container .ast-single-author-box {
			border-top: 0;
		}

		.single.ast-plain-container .ast-single-author-box,
		.single.ast-page-builder-template .ast-single-author-box,
		.single.ast-narrow-container .ast-single-author-box {
			padding-top: 2em;
		}

		.single.ast-plain-container .ast-single-author-box,
		.single.ast-narrow-container .ast-single-author-box {
			margin-top: 0;
		}

		.ast-article-post .ast-date-meta .posted-on,
		.ast-article-post .ast-date-meta .posted-on * {
			background: #920c2d;
			color: #ffffff;
		}

		.ast-article-post .ast-date-meta .posted-on .date-month,
		.ast-article-post .ast-date-meta .posted-on .date-year {
			color: #ffffff;
		}

		.ast-load-more:hover {
			color: #ffffff;
			border-color: #920c2d;
			background-color: #920c2d;
		}

		.ast-loader>div {
			background-color: #920c2d;
		}

		.ast-page-builder-template .ast-archive-description {
			margin-bottom: 2em;
		}

		.ast-post-social-sharing .ast-social-inner-wrap .ast-social-icon-a:first-child,
		.ast-author-box-sharing .ast-social-inner-wrap .ast-social-icon-a:first-child {
			margin-left: 0;
		}

		.ast-post-social-sharing .ast-social-inner-wrap .ast-social-icon-a:last-child,
		.ast-author-box-sharing .ast-social-inner-wrap .ast-social-icon-a:last-child {
			margin-right: 0;
		}

		.ast-post-social-sharing {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			align-items: flex-start;
		}

		.ast-author-box-sharing {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			align-items: flex-start;
		}

		.ast-post-social-sharing .ast-social-inner-wrap,
		.ast-author-box-sharing .ast-social-inner-wrap {
			width: auto;
		}

		.ast-post-social-sharing a.ast-social-icon-a,
		.ast-author-box-sharing a.ast-social-icon-a {
			justify-content: center;
			line-height: normal;
			display: inline-flex;
			text-align: center;
			text-decoration: none;
		}

		.ast-post-social-sharing a.ast-social-icon-a {
			display: inline-block;
			margin-left: 10px;
			margin-right: 10px;
		}

		.ast-author-box-sharing a.ast-social-icon-a {
			display: inline-block;
			margin-left: 10px;
			margin-right: 10px;
		}

		.ast-post-social-sharing .social-item-label,
		.ast-author-box-sharing .social-item-label {
			width: 100%;
			text-align: center;
		}

		.ast-post-social-sharing .ast-social-element,
		.ast-author-box-sharing .ast-social-element {
			padding: 0px;
		}

		.ast-post-social-sharing .ast-social-element svg,
		.ast-author-box-sharing .ast-social-element svg {
			width: 20px;
			height: 20px;
			fill: var(--color);
		}

		.ast-post-social-sharing .ast-social-icon-image-wrap,
		.ast-author-box-sharing .ast-social-icon-image-wrap {
			margin: 0px;
		}

		@media (max-width:921px) {

			.ast-post-social-sharing .ast-social-element svg,
			.ast-author-box-sharing .ast-social-element svg {
				width: 20px;
				height: 20px;
			}

			.ast-post-social-sharing .ast-social-inner-wrap .ast-social-icon-a,
			.ast-author-box-sharing .ast-social-inner-wrap .ast-social-icon-a {
				margin-left: 10px;
				margin-right: 10px;
			}

			.ast-post-social-sharing .ast-social-element,
			.ast-author-box-sharing .ast-social-element {
				padding: 0px;
			}

			.ast-post-social-sharing .ast-social-icon-image-wrap,
			.ast-author-box-sharing .ast-social-icon-image-wrap {
				margin: 0px;
			}
		}

		@media (max-width:544px) {

			.ast-post-social-sharing .ast-social-element svg,
			.ast-author-box-sharing .ast-social-element svg {
				width: 20px;
				height: 20px;
			}

			.ast-post-social-sharing .ast-social-inner-wrap .ast-social-icon-a,
			.ast-author-box-sharing .ast-social-inner-wrap .ast-social-icon-a {
				margin-left: 10px;
				margin-right: 10px;
			}

			.ast-post-social-sharing .ast-social-element,
			.ast-author-box-sharing .ast-social-element {
				padding: 0px;
			}

			.ast-post-social-sharing .ast-social-icon-image-wrap,
			.ast-author-box-sharing .ast-social-icon-image-wrap {
				margin: 0px;
			}
		}

		.sidebar-main {
			background-color: rgba(255, 255, 255, 0);
			;
		}

		.secondary .widget-title,
		.secondary .widget-title * {
			color: #000000;
		}

		.ast-header-search .ast-search-menu-icon .search-field {
			border-radius: 2px;
		}

		.ast-header-search .ast-search-menu-icon .search-submit {
			border-radius: 2px;
		}

		.ast-header-search .ast-search-menu-icon .search-form {
			border-top-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-right-width: 1px;
			border-color: #ddd;
			border-radius: 2px;
		}

		@media (min-width:922px) {
			.ast-container {
				max-width: 1240px;
			}
		}

		@media (min-width:993px) {
			.ast-container {
				max-width: 1240px;
			}
		}

		@media (min-width:1201px) {
			.ast-container {
				max-width: 1240px;
			}
		}

		.ast-separate-container.ast-single-post .ast-article-post,
		.ast-separate-container.ast-single-post .ast-article-single,
		.ast-separate-container.ast-single-post .ast-comment-list li.depth-1,
		.ast-separate-container.ast-single-post .comment-respond,
		.ast-separate-container.ast-single-post .ast-related-posts-wrap,
		.ast-separate-container.ast-single-post .ast-woocommerce-container,
		.single.ast-separate-container.ast-single-post .ast-author-meta {
			padding-top: 40px;
			padding-bottom: 40px;
		}

		.ast-narrow-container.ast-single-post .ast-article-post,
		.ast-narrow-container.ast-single-post .ast-article-single,
		.ast-narrow-container.ast-single-post .ast-comment-list li.depth-1,
		.ast-narrow-container.ast-single-post .comment-respond,
		.ast-narrow-container.ast-single-post .ast-related-posts-wrap,
		.ast-narrow-container.ast-single-post .ast-woocommerce-container,
		.ast-narrow-container.ast-single-post .ast-single-related-posts-container,
		.single.ast-narrow-container.ast-single-post .ast-author-meta {
			padding-top: 40px;
			padding-bottom: 40px;
		}

		.ast-separate-container.ast-single-post .ast-article-post,
		.ast-separate-container.ast-single-post .ast-article-single,
		.ast-separate-container.ast-single-post .comments-count-wrapper,
		.ast-separate-container.ast-single-post .ast-comment-list li.depth-1,
		.ast-separate-container.ast-single-post .comment-respond,
		.ast-separate-container.ast-single-post .related-posts-title-wrapper,
		.ast-separate-container.ast-single-post .related-posts-title-wrapper,
		.ast-separate-container.ast-single-post .ast-related-posts-wrap,
		.ast-separate-container.ast-single-post .ast-woocommerce-container,
		.single.ast-separate-container.ast-single-post .ast-author-meta {
			padding-right: 40px;
			padding-left: 40px;
		}

		.ast-narrow-container.ast-single-post .ast-article-post,
		.ast-narrow-container.ast-single-post .ast-article-single,
		.ast-narrow-container.ast-single-post .comments-count-wrapper,
		.ast-narrow-container.ast-single-post .ast-comment-list li.depth-1,
		.ast-narrow-container.ast-single-post .comment-respond,
		.ast-narrow-container.ast-single-post .related-posts-title-wrapper,
		.ast-narrow-container.ast-single-post .related-posts-title-wrapper,
		.ast-narrow-container.ast-single-post .ast-related-posts-wrap,
		.ast-narrow-container.ast-single-post .ast-woocommerce-container,
		.ast-narrow-container.ast-single-post .ast-single-related-posts-container,
		.single.ast-narrow-container.ast-single-post .ast-author-meta {
			padding-right: 40px;
			padding-left: 40px;
		}

		.ast-plain-container #secondary,
		.ast-separate-container #secondary,
		.ast-page-builder-template #secondary {
			margin-top: 5.7%;
			margin-bottom: 0%;
		}

		.ast-right-sidebar #secondary,
		.ast-left-sidebar #secondary,
		.ast-separate-container.ast-two-container.ast-left-sidebar #secondary,
		.ast-separate-container.ast-two-container.ast-right-sidebar #secondary,
		.ast-separate-container.ast-right-sidebar #secondary,
		.ast-separate-container.ast-left-sidebar #secondary {
			padding-left: 3%;
			padding-right: 0%;
		}

		.ast-separate-container.ast-two-container #secondary .widget,
		.ast-separate-container #secondary .widget,
		.ast-plain-container #secondary .widget {
			padding-top: 0px;
			padding-bottom: 0px;
		}

		.ast-two-container.ast-right-sidebar #secondary .widget,
		.ast-two-container.ast-left-sidebar #secondary .widget,
		.ast-separate-container #secondary .widget,
		.ast-plain-container #secondary .widget {
			padding-left: 0px;
			padding-right: 0px;
		}

		.ast-separate-container .comments-title,
		.ast-narrow-container .comments-title {
			padding-right: 40px;
			padding-left: 40px;
			padding-top: 40px;
			padding-bottom: 0;
		}

		@media (max-width:921px) {

			.ast-separate-container .ast-article-post,
			.ast-separate-container .ast-article-single,
			.ast-separate-container .ast-comment-list li.depth-1,
			.ast-separate-container .comment-respond .ast-separate-container .ast-related-posts-wrap,
			.ast-separate-container .ast-woocommerce-container,
			.single.ast-separate-container .ast-author-details {
				padding-top: 1.5em;
				padding-bottom: 1.5em;
			}

			.ast-separate-container .ast-article-post,
			.ast-separate-container .ast-article-single,
			.ast-separate-container .comments-count-wrapper,
			.ast-separate-container .ast-comment-list li.depth-1,
			.ast-separate-container .comment-respond,
			.ast-separate-container .related-posts-title-wrapper,
			.ast-separate-container .related-posts-title-wrapper .single.ast-separate-container .about-author-title-wrapper,
			.ast-separate-container .ast-related-posts-wrap,
			.ast-separate-container .ast-woocommerce-container,
			.single.ast-separate-container .ast-author-details,
			.ast-separate-container .ast-single-related-posts-container {
				padding-right: 2.14em;
				padding-left: 2.14em;
			}

			.ast-narrow-container .ast-article-post,
			.ast-narrow-container .ast-article-single,
			.ast-narrow-container .ast-comment-list li.depth-1,
			.ast-narrow-container .comment-respond,
			.ast-narrow-container .ast-related-posts-wrap,
			.ast-narrow-container .ast-woocommerce-container,
			.ast-narrow-container .ast-single-related-posts-container,
			.single.ast-narrow-container .ast-author-details {
				padding-top: 1.5em;
				padding-bottom: 1.5em;
			}

			.ast-narrow-container .ast-article-post,
			.ast-narrow-container .ast-article-single,
			.ast-narrow-container .comments-count-wrapper,
			.ast-narrow-container .ast-comment-list li.depth-1,
			.ast-narrow-container .comment-respond,
			.ast-narrow-container .related-posts-title-wrapper,
			.ast-narrow-container .related-posts-title-wrapper,
			.single.ast-narrow-container .about-author-title-wrapper,
			.ast-narrow-container .ast-related-posts-wrap,
			.ast-narrow-container .ast-woocommerce-container,
			.ast-narrow-container .ast-single-related-posts-container,
			.single.ast-narrow-container .ast-author-details {
				padding-right: 2.14em;
				padding-left: 2.14em;
			}

			.ast-separate-container.ast-right-sidebar #primary,
			.ast-separate-container.ast-left-sidebar #primary,
			.ast-separate-container #primary,
			.ast-plain-container #primary,
			.ast-narrow-container #primary {
				margin-top: 1.5em;
				margin-bottom: 1.5em;
			}

			.ast-left-sidebar #primary,
			.ast-right-sidebar #primary,
			.ast-separate-container.ast-right-sidebar #primary,
			.ast-separate-container.ast-left-sidebar #primary,
			.ast-separate-container #primary,
			.ast-narrow-container #primary {
				padding-left: 0em;
				padding-right: 0em;
			}

			.ast-no-sidebar.ast-separate-container .entry-content .alignfull,
			.ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
				margin-right: -2.14em;
				margin-left: -2.14em;
			}

			.ast-separate-container .comments-title,
			.ast-narrow-container .comments-title {
				padding-bottom: 0;
			}
		}

		@media (max-width:544px) {

			.ast-separate-container .ast-article-post,
			.ast-separate-container .ast-article-single,
			.ast-separate-container .ast-comment-list li.depth-1,
			.ast-separate-container .comment-respond,
			.ast-separate-container .ast-related-posts-wrap,
			.ast-separate-container .ast-woocommerce-container,
			.single.ast-separate-container .ast-author-details {
				padding-top: 1.5em;
				padding-bottom: 1.5em;
			}

			.ast-narrow-container .ast-article-post,
			.ast-narrow-container .ast-article-single,
			.ast-narrow-container .ast-comment-list li.depth-1,
			.ast-narrow-container .comment-respond,
			.ast-narrow-container .ast-related-posts-wrap,
			.ast-narrow-container .ast-woocommerce-container,
			.ast-narrow-container .ast-single-related-posts-container,
			.single.ast-narrow-container .ast-author-details {
				padding-top: 1.5em;
				padding-bottom: 1.5em;
			}

			.ast-separate-container .ast-article-post,
			.ast-separate-container .ast-article-single,
			.ast-separate-container .comments-count-wrapper,
			.ast-separate-container .ast-comment-list li.depth-1,
			.ast-separate-container .comment-respond,
			.ast-separate-container .related-posts-title-wrapper,
			.ast-separate-container .related-posts-title-wrapper,
			.single.ast-separate-container .about-author-title-wrapper,
			.ast-separate-container .ast-related-posts-wrap,
			.ast-separate-container .ast-woocommerce-container,
			.single.ast-separate-container .ast-author-details {
				padding-right: 1em;
				padding-left: 1em;
			}

			.ast-narrow-container .ast-article-post,
			.ast-narrow-container .ast-article-single,
			.ast-narrow-container .comments-count-wrapper,
			.ast-narrow-container .ast-comment-list li.depth-1,
			.ast-narrow-container .comment-respond,
			.ast-narrow-container .related-posts-title-wrapper,
			.ast-narrow-container .related-posts-title-wrapper,
			.single.ast-narrow-container .about-author-title-wrapper,
			.ast-narrow-container .ast-related-posts-wrap,
			.ast-narrow-container .ast-woocommerce-container,
			.ast-narrow-container .ast-single-related-posts-container,
			.single.ast-narrow-container .ast-author-details {
				padding-right: 1em;
				padding-left: 1em;
			}

			.ast-separate-container.ast-single-post .ast-article-post,
			.ast-separate-container.ast-single-post .ast-article-single,
			.ast-separate-container.ast-single-post .comments-count-wrapper,
			.ast-separate-container.ast-single-post .ast-comment-list li.depth-1,
			.ast-separate-container.ast-single-post .comment-respond,
			.ast-separate-container.ast-single-post .related-posts-title-wrapper,
			.ast-separate-container.ast-single-post .ast-related-posts-wrap,
			.ast-separate-container.ast-single-post .ast-woocommerce-container,
			.single.ast-separate-container.ast-single-post .ast-author-meta {
				padding-right: 20px;
				padding-left: 20px;
				padding-top: 20px;
				padding-bottom: 20px;
			}

			.ast-narrow-container.ast-single-post .ast-article-post,
			.ast-narrow-container.ast-single-post .ast-article-single,
			.ast-narrow-container.ast-single-post .comments-count-wrapper,
			.ast-narrow-container.ast-single-post .ast-comment-list li.depth-1,
			.ast-narrow-container.ast-single-post .comment-respond,
			.ast-narrow-container.ast-single-post .related-posts-title-wrapper,
			.ast-narrow-container.ast-single-post .ast-related-posts-wrap,
			.ast-narrow-container.ast-single-post .ast-woocommerce-container,
			.single.ast-narrow-container.ast-single-post .ast-author-meta {
				padding-right: 20px;
				padding-left: 20px;
				padding-top: 20px;
				padding-bottom: 20px;
			}

			.ast-no-sidebar.ast-separate-container .entry-content .alignfull,
			.ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
				margin-right: -1em;
				margin-left: -1em;
			}

			.ast-separate-container .comments-title,
			.ast-narrow-container .comments-title {
				padding-right: 20px;
				padding-left: 20px;
				padding-top: 20px;
				padding-bottom: 0;
			}
		}

		.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
			top: 0px;
			right: calc(20px - 0.907em);
		}

		.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu>.menu-item-has-children>.ast-menu-toggle {
			right: calc(20px - 0.907em);
		}

		@media (max-width:544px) {

			.ast-header-break-point .header-main-layout-2 .site-branding,
			.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons {
				padding-bottom: 0px;
			}
		}

		.ast-separate-container.ast-two-container #secondary .widget,
		.ast-separate-container #secondary .widget {
			margin-bottom: 0%;
		}

		@media (max-width:921px) {

			.ast-separate-container.ast-two-container #secondary .widget,
			.ast-separate-container #secondary .widget {
				margin-bottom: 1.5em;
			}
		}

		@media (max-width:921px) {

			.ast-separate-container #primary,
			.ast-narrow-container #primary {
				padding-top: 0px;
			}
		}

		@media (max-width:921px) {

			.ast-separate-container #primary,
			.ast-narrow-container #primary {
				padding-bottom: 0px;
			}
		}

		.site-title,
		.site-title a {
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			line-height: 1.23em;
		}

		.ast-read-more-container a {
			font-size: 16px;
			font-size: 0.94117647058824rem;
		}

		.ast-excerpt-container {
			font-size: 16px;
			font-size: 0.94117647058824rem;
		}

		.ast-pagination .page-numbers,
		.ast-pagination .page-navigation {
			font-size: 16px;
			font-size: 0.94117647058824rem;
		}

		#secondary .widget-title,
		.woocommerce-page #secondary .widget .widget-title {
			font-size: 26px;
			font-size: 1.5294117647059rem;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			line-height: 1.23em;
		}

		.secondary .widget>*:not(.widget-title) {
			font-size: 16px;
			font-size: 0.94117647058824rem;
		}

		.blog .entry-title,
		.blog .entry-title a,
		.archive .entry-title,
		.archive .entry-title a,
		.search .entry-title,
		.search .entry-title a {
			font-family: 'Poppins', sans-serif;
			font-weight: 500;
			line-height: 1.23em;
		}

		button,
		.ast-button,
		input#submit,
		input[type="button"],
		input[type="submit"],
		input[type="reset"] {
			font-size: 16px;
			font-size: 0.94117647058824rem;
			font-weight: 500;
		}

		h4.widget-title {
			font-weight: 600;
		}

		h5.widget-title {
			font-weight: 600;
		}

		h6.widget-title {
			font-weight: 600;
		}

		.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;
		}

		.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
			padding: 0;
		}

		.ast-header-break-point .menu-text+.icon-arrow,
		.ast-desktop .menu-link>.icon-arrow:first-child,
		.ast-header-break-point .main-header-menu>.menu-item>.menu-link .icon-arrow,
		.ast-header-break-point .astra-mm-highlight-label+.icon-arrow {
			display: none;
		}

		.ast-advanced-headers-layout.ast-advanced-headers-layout-2 .ast-container {
			flex-direction: column;
		}

		.ast-advanced-headers-different-logo .advanced-header-logo,
		.ast-header-break-point .ast-has-mobile-header-logo .advanced-header-logo {
			display: inline-block;
		}

		.ast-header-break-point.ast-advanced-headers-different-logo .ast-has-mobile-header-logo .ast-mobile-header-logo {
			display: none;
		}

		.ast-advanced-headers-layout {
			width: 100%;
		}

		.ast-header-break-point .ast-advanced-headers-parallax {
			background-attachment: fixed;
		}
	
		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url({$theme_path}/static/picture/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			position: relative;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button>i {
			height: 12px;
		}

		body .elementor-add-new-section .elementor-add-section-area-button {
			margin-left: 0;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url({$theme_path}/static/picture/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			position: relative;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button>i {
			height: 12px;
		}

		body .elementor-add-new-section .elementor-add-section-area-button {
			margin-left: 0;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url({$theme_path}/static/picture/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			position: relative;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button>i {
			height: 12px;
		}

		body .elementor-add-new-section .elementor-add-section-area-button {
			margin-left: 0;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url({$theme_path}/static/picture/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			position: relative;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button>i {
			height: 12px;
		}

		body .elementor-add-new-section .elementor-add-section-area-button {
			margin-left: 0;
		}
	
	
		.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
		.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
			background-image: none !important;
		}

		@media screen and (max-height: 1024px) {

			.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
			.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
				background-image: none !important;
			}
		}

		@media screen and (max-height: 640px) {

			.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
			.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
				background-image: none !important;
			}
		}
	
		::selection {
			color: #fff;
			background: #0c9271;
		}

		nav.elementor-pagination {
			margin: 20px 0 0;
		}

		body,
		html {
			overflow-x: hidden !important;
		}


		body.single-post .ast-container .content-area .site-main {
			background-color: #fff;
		}

		.single .ast-container .content-area .site-main .post-navigation {
			padding-left: 35px;
			padding-right: 35px;
		}

		.ast-article-single p {
			margin: 20px 0;
		}

		.single-post .ast-article-single img {
			margin: 20px 0;
			border-radius: 5px !important;
			box-shadow: 5px 5px 5px -9px #000;
		}

		.entry-header .post-thumb img {
			width: 1050px !important;
		}

		.wp-block-table table {
			margin-top: 30px !important;
		}

		@media only screen and (min-width: 769px) {
			.single-post h2.wp-block-heading {
				font-weight: 600;
				line-height: 43px;
				font-size: 32px !important;
			}

			.single-post h3.wp-block-heading {
				font-weight: 600;
				line-height: 35px;
				font-size: 22px;
			}
		}

		.single-post h1.entry-title {
			font-weight: 600;
			font-size: 38px !important;
		}

		@media only screen and (max-width: 768px) {
			div#comments {
				padding: 20px !important;
			}

			.single-post h1.entry-title {
				font-weight: 600;
				font-size: 30px !important;
			}
		}

		.single-post .ast-article-single p,
		.single-post .ast-article-single li {

			line-height: 29px;
		}

		#wsp-sec .eael-circle-btn-txt,
		#wsp-sec2 .eael-circle-btn-txt {
			margin-top: 10px;
		}

		.elementor-counter-title.elementor-inline-editing {
			padding-top: 14px;
			padding-right: 20px;
		}

		.eael-tab-item-trigger {
			margin: 10px !important;
			border-radius: 4px;
			border: 1px solid #0c9271;
			box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
		}

		.custom-shdow,
		.pkg-button {
			box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
		}

		@media only screen and (max-width: 767px) {
			.elementor-counter-title.elementor-inline-editing {
				padding-top: 14px;
				padding-right: 00px;
			}
		}

		.ele-post-read .elementor-post__read-more {
			background: #920c2d;
			padding: 8px 15px;
			color: #fff !important;
			border-radius: 4px;
		}

		.ele-post-read .elementor-post__read-more:hover {
			background: #000;
		}

		.ele-post-cont .elementor-post {
			box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
			border-radius: 4px !important;
			border-bottom: 8px solid #0c9271 !important;
		}

		.ele-post-cont .elementor-post__text {
			padding: 20px;
		}

		.form-select select#form-field-field_1c548dc {
			color: #f9f9f9a6;
		}

		.package-buy {
			border-radius: 4px;
		}

		button.package-buy {
			background: #920c2d !important;
		}

		.post-loop-meta .elementor-post-info__terms-list-item {
			background: #920c2d;
			color: #fff !important;
			padding: 8px 15px;
			margin: 3px;
			border-radius: 10px;
			line-height: 3 !important;
			line-break: auto;
		}

		.main-po:hover .hidden-po {
			opacity: 1;
		}

		.main-po {
			position: relative;
		}

		.hidden-po {
			opacity: 0;
			transition: opacity 0.8s;
			position: absolute;
			bottom: 0;
		}

		.small-txt {
			font-size: 16px;
		}

		.pkg-button {
			color: #fff;
			background: #248b72 !important;
			border-radius: 22px;
			border: 8px solid #66c6a9;
		}

		.pkg-button:hover {
			background: #000 !important;
			border: 8px solid #66c6a9;
		}

		.saboxplugin-desc p {
			font-size: 15px !important
		}

		@media (min-width: 769px) {
			.ast-container {
				display: flex;
			}
		}

		.ast-single-post p a,
		.site-main ol li a,
		.site-main ul li a {
			text-decoration: underline !important;
		}



		.eplus-wrapper.wp-block-buttons {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-content: normal;
			justify-content: center;
			align-items: normal;
		}

		.custom-pettern.custom-pettern-2.eplus-wrapper {
			padding: 2.25rem !important;
		}
	