.ast-page-builder-template .ast-article-post {
    margin-bottom: 2.5em
}

.ast-featured-post {
    float: none
}

.ast-separate-container .ast-separate-posts.ast-article-post {
    margin-bottom: 2em
}

.ast-animate-hidden {
    visibility: hidden;
    opacity: 0
}

.ast-animate-display {
    visibility: visible;
    opacity: 1
}

.ast-no-thumb .ast-date-meta .posted-on {
    margin-bottom: 1.5em
}

.ast-date-meta.circle .posted-on {
    border-radius: 50%;
    overflow: hidden
}

.has-post-thumbnail .ast-date-meta.circle .posted-on {
    margin: 1em
}

.ast-separate-container .ast-grid-1 .blog-layout-1 {
    padding: 0
}

.ast-separate-container .ast-grid-1 .blog-layout-2,
.ast-separate-container .ast-grid-1 .blog-layout-3 {
    padding: 0;
    border-bottom: 0
}

.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,
.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,
.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3 {
    border-bottom: 0
}

.ast-separate-container .blog-layout-1,
.ast-separate-container .blog-layout-2,
.ast-separate-container .blog-layout-3 {
    padding: 2.66666em
}

.ast-separate-container .ast-grid-2 .blog-layout-1,
.ast-separate-container .ast-grid-2 .blog-layout-2,
.ast-separate-container .ast-grid-2 .blog-layout-3,
.ast-separate-container .ast-grid-3 .blog-layout-1,
.ast-separate-container .ast-grid-3 .blog-layout-2,
.ast-separate-container .ast-grid-3 .blog-layout-3,
.ast-separate-container .ast-grid-4 .blog-layout-1,
.ast-separate-container .ast-grid-4 .blog-layout-2,
.ast-separate-container .ast-grid-4 .blog-layout-3 {
    padding: 1.5em
}

@media (max-width:1200px) {

    .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),
    .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd),
    .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),
    .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd),
    .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),
    .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd) {
        padding: 0
    }

    .ast-separate-container .blog-layout-1,
    .ast-separate-container .blog-layout-2,
    .ast-separate-container .blog-layout-3 {
        padding: 1.5em
    }
}

.site-content .ast-grid-2 .ast-article-post,
.site-content .ast-grid-3 .ast-article-post,
.site-content .ast-grid-4 .ast-article-post {
    background: 0 0
}

.site-content .ast-grid-2 .ast-article-post .blog-layout-2,
.site-content .ast-grid-2 .ast-article-post .blog-layout-3,
.site-content .ast-grid-3 .ast-article-post .blog-layout-2,
.site-content .ast-grid-3 .ast-article-post .blog-layout-3,
.site-content .ast-grid-4 .ast-article-post .blog-layout-2,
.site-content .ast-grid-4 .ast-article-post .blog-layout-3 {
    border-bottom: 0
}

.ast-page-builder-template .ast-article-post .entry-header {
    margin: auto auto 1em auto;
    padding: 0
}

.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on {
    position: relative;
    display: inline-block;
    margin-bottom: 1em
}

hr.post-divider {
    height: 0;
    margin: 0
}

hr.ast-single-previous-hr {
    height: 0;
    margin-top: 2em
}

.ast-show-comments-data {
    padding: 2em 6.67em
}

.ast-show-comments-data .ast-show-comments {
    cursor: pointer
}

.ast-show-comments-data .ast-show-comments,
.ast-show-comments-data .ast-show-comments-count {
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.ast-show-comments-data .ast-show-comments-count {
    margin-bottom: 2em
}

.ast-pagination-circle .ast-pagination .page-numbers,
.ast-pagination-square .ast-pagination .page-numbers {
    border-style: solid;
    border-width: 1px;
    line-height: 2.33333em
}

.ast-pagination-circle .ast-pagination .page-numbers {
    border-radius: 50%
}

.ast-pagination-circle .ast-pagination .next.page-numbers,
.ast-pagination-circle .ast-pagination .prev.page-numbers {
    border-radius: 30px
}

@media all and (max-width:768px) {
    #content:before {
        content: ""
    }
}

.ast-pagination-infinite {
    text-align: center;
    margin: 2.5em 0 0
}

.ast-page-builder-template .ast-pagination-infinite {
    margin: 2.5em 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.no-more {
    cursor: default
}

.ast-loader {
    display: none;
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 70px;
    text-align: center
}

.ast-loader>div {
    width: 18px;
    height: 18px;
    background-color: #0085ba;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.ast-loader .ast-loader-1 {
    animation-delay: -.32s
}

.ast-loader .ast-loader-2 {
    animation-delay: -.16s
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.ast-blog-pagination-type-infinite .ast-pagination {
    display: none
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 35px;
    max-height: 550px;
    width: 340px;
    margin: 0 0 0 -170px;
    background-color: #f1f1f1;
    z-index: 1000011;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 1000010;
    transition: all .3s
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
    background: 0 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: .4em;
    color: inherit;
    -js-display: flex;
    display: flex;
    box-shadow: none
}

.ast-hb-account-login-wrapper #loginform input[type=password],
.ast-hb-account-login-wrapper #loginform input[type=text] {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    border: 1px solid;
    background-color: transparent;
    vertical-align: middle
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
    content: "|";
    margin: 0 .4em
}

.ast-header-account-link.ast-account-action-link,
.ast-header-account-link.ast-account-action-login,
.ast-header-account-link.ast-account-action-login.customize-unpreviewable,
.ast-header-break-point .ast-header-account-link {
    cursor: pointer;
    pointer-events: all
}

.ast-header-account {
    -js-display: flex;
    display: flex
}

.ast-hb-account-login-wrapper {
    visibility: hidden
}

.ast-hb-account-login-wrapper .ast-hb-login-header {
    -js-display: flex;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px)
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s;
    overflow: auto
}

.ast-hb-account-login-wrapper.show {
    visibility: visible
}

.ast-hb-account-login-wrapper.show .ast-hb-account-login {
    transform: scale(1) translateY(-50%);
    opacity: 1
}

.ast-hb-login-body {
    height: 100%;
    position: relative;
    line-height: 1.5
}

.ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
    position: relative
}

.main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
    line-height: 1.45
}

.ast-account-nav-menu {
    width: 240px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 0;
    z-index: 99999;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border: 0;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-account-nav-menu .sub-menu {
    right: auto;
    top: 0;
    margin-left: 0
}

.ast-account-nav-menu .menu-item.focus>.sub-menu,
.ast-account-nav-menu .menu-item:hover>.sub-menu {
    left: 100%
}

.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,
.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu {
    left: -100%
}

.ast-account-nav-menu .menu-item .menu-link {
    padding: .9em 1em
}

.ast-account-nav-menu .menu-item {
    border-style: none
}

.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg)
}

.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,
.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,
.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item {
    height: auto;
    line-height: unset;
    bottom: -5px
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
    background: unset
}

.ast-header-account-wrap .menu-item:last-child>.menu-link {
    border-style: none
}

.ast-divider-wrapper {
    border: 0
}

.ast-mobile-popup-content .ast-header-divider-element {
    justify-content: center
}

.ast-header-divider-element {
    position: relative
}

.ast-fb-divider-layout-vertical {
    position: relative
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
    height: 100%
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),
.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 15px 20px
}

.footer-widget-area .ast-footer-divider-element {
    position: relative;
    align-items: center
}

.footer-widget-area .ast-divider-wrapper {
    display: inline-block
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
    font-size: 13px;
    padding: 8px 20px
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
    font-size: 15px;
    padding: 10px 40px
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
    font-size: 17px;
    padding: 15px 45px
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
    font-size: 19px;
    padding: 20px 50px
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
    font-size: 21px;
    padding: 25px 55px
}

.ast-fb-divider-layout-vertical {
    -js-display: flex;
    display: flex
}

.site-footer-section {
    position: relative
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
    display: block
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
    display: block
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
    -js-display: flex;
    display: flex
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap
}

.ast-builder-language-switcher a {
    -js-display: flex;
    display: flex;
    align-items: center
}

.ast-lswitcher-item-footer,
.ast-lswitcher-item-header {
    -js-display: inline-flex;
    display: inline-flex
}

span.ast-lswitcher-item-footer:last-child,
span.ast-lswitcher-item-header:last-child {
    margin-right: 0
}

.ast-header-sticky-active {
    position: fixed !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99
}

.ast-footer-sticky-active .ast-custom-footer {
    position: fixed !important;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 99
}

.ast-custom-header {
    position: relative;
    z-index: 99
}

.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap {
    transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .fl-module-content {
    transition: all .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-section-wrap {
    transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated {
    transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap {
    transition: padding .3s linear;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content {
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img {
    max-height: 50px;
    width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap {
    transition: padding .3s linear;
    box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img {
    max-height: 50px;
    width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated {
    max-height: 60px;
    transition: all .3s linear
}

.ast-custom-header.ast-header-sticky-active {
    top: 0;
    width: 100%;
    transition: ease-out
}

.single-advanced-hook .ast-no-title,
.single-advanced-hook .hentry {
    margin: 0
}

.js_active .ast-plain-container.single-advanced-hook .entry-header {
    margin: 0
}

.summary.entry-summary+[CLASS*=astra-advanced-hook] {
    clear: both
}

.single-astra-advanced-hook .wp-block-buttons,
.single-astra-advanced-hook .wp-block-uagb-buttons {
    margin-bottom: 1.5em
}

.single-astra-advanced-hook .ast-container {
    flex-wrap: wrap
}

.single-astra-advanced-hook .ast-container>* {
    width: 100%
}

body.ast-padded-layout::after,
body.ast-padded-layout::before {
    background: inherit;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999
}

body.ast-padded-layout::after {
    bottom: 0
}

body.ast-padded-layout {
    background-attachment: fixed
}

body.ast-padded-layout::before {
    top: 0
}

@media (min-width:44.375em) {
    body.ast-padded-layout.admin-bar::before {
        top: 46px
    }
}

@media (min-width:48.9375em) {
    body.ast-padded-layout.admin-bar::before {
        top: 32px
    }
}

.elementor-page.ast-box-layout #page,
.elementor-page.ast-padded-layout #page {
    overflow: hidden
}

.siteorigin-panels.ast-box-layout #page,
.siteorigin-panels.ast-padded-layout #page {
    overflow: hidden
}

.ast-separate-container.ast-box-layout #content .ast-container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:768px) {
    .ast-separate-container.ast-box-layout #content .ast-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:544px) {
    .ast-separate-container.ast-box-layout #content .ast-container {
        padding-left: .54em;
        padding-right: .54em
    }
}

.js_active .ast-box-layout #page,
.js_active .ast-padded-layout #page {
    overflow: hidden
}

.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],
.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
    max-width: 100%;
    left: 0 !important
}

.ast-sticky-active {
    position: fixed !important;
    right: 0;
    left: 0;
    margin: 0 auto
}

.ast-nav-up {
    transform: translateY(-100%)
}

.site-header .sticky-custom-logo {
    display: none
}

.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,
.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,
.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover {
    background: 0 0
}

.ast-fullscreen-active .ast-above-header,
.ast-offcanvas-active .ast-above-header {
    z-index: 4
}

.ast-fullscreen-active .ast-above-header.ast-sticky-active,
.ast-offcanvas-active .ast-above-header.ast-sticky-active {
    z-index: 0
}

#ast-fixed-header {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%
}

#ast-fixed-header .main-header-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

#ast-fixed-header.ast-header-slide {
    transform: translateY(-100%);
    transition: transform .3s linear, top .3s linear, visibility .3s linear
}

#ast-fixed-header.ast-header-fade {
    opacity: 0;
    transition: opacity .3s linear
}

.main-header-bar.ast-sticky-active {
    box-shadow: 0 2px 10px 0 rgba(36, 50, 66, .075)
}

.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,
.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link {
    display: none
}

.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo {
    display: inline-block
}

.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
    display: none
}

.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,
.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,
.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
    display: inline-block
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,
.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar {
    line-height: 55px
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,
.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px !important;
    width: auto
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,
.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar {
    padding-bottom: 0
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,
.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px;
    width: auto
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,
.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar {
    padding-bottom: 0
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,
.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px;
    width: auto
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,
.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar {
    padding-bottom: 0
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-header-break-point .ast-sticky-active .sticky-custom-logo img {
    display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img {
    display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo {
    display: none
}

.ast-header-break-point .ast-header-sticked .sticky-custom-logo img {
    display: block
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img {
    display: none
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img {
    display: inline-block
}

.above-header-toggle-on .main-header-bar {
    z-index: 1
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: none
}

.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block
}

.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content {
    display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: none
}

.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
    position: fixed
}

.site-above-header-wrap,
.site-below-header-wrap,
.site-primary-header-wrap {
    transition: all .2s linear
}

.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
    display: none !important
}

.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
    display: none !important
}

.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active {
    z-index: 5
}

.ast-fullscreen-menu-overlay #ast-fixed-header {
    z-index: 9
}

.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,
.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar {
    overflow-y: unset !important
}

#ast-mobile-header .content-align-flex-start {
    max-height: 60vh;
    overflow: auto
}

.astra-full-megamenu-wrapper {
    z-index: 99999
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item {
    display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link {
    vertical-align: middle;
    text-align: center
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link {
    background-color: transparent
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
    opacity: 0;
    visibility: hidden
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link {
    background-color: transparent
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus {
    opacity: 1;
    visibility: visible;
    -js-display: flex;
    display: flex;
    padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    flex: 1;
    opacity: 1
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child {
    padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child {
    padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item {
    width: 50%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item {
    width: 33.33%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item {
    width: 25%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child {
    border-right: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu {
    background-color: transparent;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link {
    padding-left: 24px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
    padding-left: 48px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu {
    border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu {
    position: static;
    width: 100%;
    margin: auto
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item {
    width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item {
    padding-left: 15px;
    padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child {
    padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child {
    padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow {
    display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus {
    opacity: 1;
    visibility: visible
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus {
    -js-display: flex;
    display: flex
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched {
    width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content {
    padding: 0
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after {
    content: ''
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow {
    display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,
.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link {
    border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
    opacity: 1;
    visibility: visible;
    -js-display: flex;
    display: flex;
    padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
    padding-left: 15px;
    padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
    padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
    padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
    padding-left: 15px;
    padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
    padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
    padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item {
    width: 50%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item {
    width: 33.33%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item {
    width: 25%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
    display: block;
    flex: 1;
    opacity: 1
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
    background-color: transparent;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
    padding-left: 24px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
    padding-left: 48px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu {
    border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu {
    position: static;
    width: 100%;
    margin: auto
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
    width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child {
    border-right: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    opacity: 1;
    visibility: visible
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
    -js-display: flex;
    display: flex
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item {
    width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu {
    min-width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item {
    width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu {
    min-width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
    background: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    border-width: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu {
    padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content {
    margin-top: .9em
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a {
    margin-bottom: .9em
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,
.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,
.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link {
    background-color: transparent;
    color: inherit
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,
.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,
.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text {
    vertical-align: text-top
}

.ast-desktop .ast-mm-custom-text-content,
.ast-desktop .ast-mm-template-content {
    padding: 0 1em
}

.ast-desktop .ast-mm-custom-text-content {
    margin-bottom: .9em
}

.ast-desktop .ast-below-header .ast-mm-custom-text-content,
.ast-desktop .ast-below-header .ast-mm-template-content {
    padding: .9em 1em
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
    border-width: 1px;
    border-style: solid
}

.ast-desktop .ast-mm-widget-content a {
    display: initial
}

.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
    padding: 1.5em;
    margin-bottom: .9em
}

.ast-desktop .ast-mm-widget-content .ast-search-submit {
    display: none
}

.ast-desktop .submenu-with-border .astra-megamenu {
    border-width: 1px
}

.ast-menu-description {
    line-height: 1.6;
    display: block;
    font-size: .8em;
    padding: 2px 0
}

.site-header a .ast-menu-description,
.site-header a .sub-arrow {
    transition: none
}

.site-header .menu-text {
    transition: none
}

.ast-header-break-point .ast-menu-description {
    line-height: inherit
}

.astra-mm-highlight-label {
    font-size: .7em;
    margin-left: 5px;
    line-height: normal;
    padding: 3px 6px;
    border-radius: 2px
}

.ast-desktop .ast-hide-menu-item {
    display: none
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item {
    display: none
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,
.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after {
    content: '';
    margin: 0
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after {
    transform: rotate(-90deg)
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%)
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover {
    background: 0 0
}

.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,
.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,
.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,
.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after {
    display: none
}

.ast-disable-link {
    cursor: default
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
    background: 0 0
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
    background: 0 0
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link {
    background: 0 0
}

.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,
.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,
.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,
.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,
.ast-desktop .astra-mega-menu-width-full,
.ast-desktop .astra-mega-menu-width-full-stretched {
    background: 0 0
}

.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%)
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu {
    box-shadow: none
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu {
    box-shadow: none
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item {
    display: none
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle {
    display: none
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu {
    display: block !important
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu {
    display: block !important
}

.ast-hidden {
    display: none !important
}

.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
    right: 0
}

.main-header-bar-wrap .ast-search-box.header-cover {
    z-index: 7
}

.ast-below-header-wrap .ast-search-box.header-cover #close,
.ast-below-header-wrap .ast-search-box.header-cover .search-field {
    font-size: 1.8em
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
    font-size: 1.5em
}

.ast-search-box.full-screen,
.ast-search-box.header-cover {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out, display .3s ease-in-out;
    width: 100%;
    height: 100%
}

.ast-search-box.full-screen .search-field,
.ast-search-box.header-cover .search-field {
    background: 0 0;
    border: 0;
    color: #fafafa;
    box-shadow: none;
    text-align: left;
    padding: 0
}

.ast-search-box.full-screen .search-submit,
.ast-search-box.header-cover .search-submit {
    background: var(--ast-fs-search-submit-background, 0 0);
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
    color: var(--ast-fs-search-text-color, #9e9e9e);
    transition: all .7s ease-In;
    outline: 0;
    border: 0;
    vertical-align: middle
}

.ast-search-box.full-screen .ast-search-wrapper,
.ast-search-box.header-cover .ast-search-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ast-search-box.full-screen .ast-search-wrapper .search-form,
.ast-search-box.header-cover .ast-search-wrapper .search-form {
    line-height: normal
}

.ast-search-box.full-screen #close,
.ast-search-box.header-cover #close {
    color: #fafafa;
    transform: rotate(0);
    font-size: 2em;
    cursor: pointer;
    z-index: 9;
    font-weight: 400
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder,
.ast-search-box.header-cover .search-field::-webkit-input-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field:-moz-placeholder,
.ast-search-box.header-cover .search-field:-moz-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field::-moz-placeholder,
.ast-search-box.header-cover .search-field::-moz-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder,
.ast-search-box.header-cover .search-field:-ms-input-placeholder {
    color: #fafafa
}

.ast-search-box.header-cover {
    position: absolute;
    background: rgba(25, 25, 25, .96);
    top: 0;
    z-index: 10
}

.ast-search-box.header-cover .search-field {
    font-size: 2em;
    line-height: 2;
    width: 100%
}

.ast-search-box.header-cover .ast-container {
    position: relative
}

.ast-search-box.header-cover .close,
.ast-search-box.header-cover .search-submit,
.ast-search-box.header-cover .search-text-wrap {
    display: inline-block
}

.ast-search-box.header-cover .search-text-wrap {
    width: calc(100% - 2.5em);
    vertical-align: middle
}

.ast-search-box.header-cover .search-submit {
    font-size: 1.7em;
    margin-right: 2em
}

.ast-search-box.header-cover #close {
    vertical-align: middle;
    backface-visibility: hidden
}

.ast-search-box.full-screen {
    position: fixed;
    background: rgba(25, 25, 25, .96);
    top: 0;
    left: 0;
    z-index: 999
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
    text-align: center;
    color: #e2e2e2;
    font-size: 1.5em;
    font-weight: 400;
    transition-delay: 50ms;
    transition: all .3s ease-in-out
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
    border: 0;
    padding: 2.5em 0 1em;
    border-bottom: 2px solid var(--ast-border-color)
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
    font-size: 2em;
    padding-left: 20px;
    line-height: 1.7;
    width: 92%;
    vertical-align: middle
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
    width: 70%;
    margin: 20px auto
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
    font-size: var(--ast-fs-search-font-size, 1.7em)
}

.ast-search-box.full-screen #close {
    position: absolute;
    color: #fafafa;
    right: 1em;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    font-weight: 400;
    font-size: 2em;
    top: 1.5em;
    backface-visibility: hidden
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
    opacity: 0
}

.ast-search-box.full-screen ::-moz-placeholder {
    opacity: 0
}

.ast-search-box.full-screen :-ms-input-placeholder {
    opacity: 0
}

.ast-search-box.full-screen :-moz-placeholder {
    opacity: 0
}

@media (max-width:420px) {
    .ast-search-box.full-screen ::-webkit-input-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen ::-moz-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen :-ms-input-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen :-moz-placeholder {
        opacity: 1
    }
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
    opacity: .5
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
    padding-left: 0;
    padding-right: 0
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    padding-left: 1em;
    padding-right: 2em
}

.ast-inline-search.ast-search-menu-icon {
    position: relative;
    transform: none;
    left: 0;
    right: 0
}

.ast-inline-search.ast-search-menu-icon .search-submit {
    display: block;
    background: 0 0;
    border: none;
    position: absolute;
    height: 100%;
    right: .25em;
    padding: 0;
    top: 0;
    font-size: 1.3em;
    color: #757575
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
    padding: 0
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
    padding-right: 2em
}

.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
    width: 80%
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,
.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
    display: none
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
    right: -1em;
    left: auto;
    padding-left: 0;
    padding-right: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    right: auto;
    padding-right: 0;
    padding-left: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
    padding-left: 0;
    padding-right: 1em
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
    padding-left: 0;
    left: auto;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
    left: -1em;
    padding-left: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
    right: auto;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
    left: 0;
    padding-left: 0;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
    right: -1em;
    left: auto;
    padding-left: 0;
    padding-right: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    right: auto;
    padding-right: 0;
    padding-left: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
    padding-left: 0;
    padding-right: 1em
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
    padding-left: 1em;
    padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    padding-left: 3em;
    padding-right: 1em
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
    right: auto;
    padding-right: 2em
}

.iphone.full-screen,
.ipod.full-screen {
    position: fixed !important
}

@media (max-width:992px) {
    .ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
        left: auto
    }

    .ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
        left: auto
    }
}

@media (max-width:544px) {
    .ast-search-box.full-screen .ast-search-wrapper .large-search-text {
        display: none
    }

    .ast-search-box.full-screen .ast-search-wrapper .search-field,
    .ast-search-box.full-screen .ast-search-wrapper .search-submit {
        font-size: 1.6em
    }
}

#uc_step_process_elementor_f2b683c {
    display: flex;
}

#uc_step_process_elementor_f2b683c .ue-link {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#uc_step_process_elementor_f2b683c .ue-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#uc_step_process_elementor_f2b683c .ue-item-highlight {
    display: flex;
    align-items: center;

}

#uc_step_process_elementor_f2b683c .ue-step-item-gap {
    flex-grow: 0;
    flex-shrink: 0;
}

#uc_step_process_elementor_f2b683c .ue-step-item-line {
    height: 2px;
    flex-grow: 1;
}

#uc_step_process_elementor_f2b683c .ue-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    line-height: 1em;
    transition: 0.3s;
}

#uc_step_process_elementor_f2b683c .ue-icon svg {
    height: 1em;
    width: 1em;
}

#uc_step_process_elementor_f2b683c .ue-step-label {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ue-step-label {
    font-size: 9px;
    line-height: 1em;
}

#uc_step_process_elementor_f2b683c .ue-step-item-content {}

#uc_step_process_elementor_f2b683c .ue-step-item:last-child .ue-step-item-line:last-child {
    opacity: 0;
}

#uc_step_process_elementor_f2b683c .ue-step-item:first-child .ue-step-item-line:first-child {
    opacity: 0;
}

#uc_step_process_elementor_f2b683c .ue-step-item-spacer {
    flex-grow: 0;
    flex-shrink: 0;

}

#uc_step_process_elementor_f2b683c .ue-graphic-image img {}


#uc_step_process_elementor_f2b683c.uc-remote-parent .ue-step-item {
    cursor: pointer;
}






@media only screen and (max-width: 768px) {
    #uc_step_process_elementor_f2b683c {
        flex-direction: column;
    }

    #uc_step_process_elementor_f2b683c .ue-step-item {
        flex-direction: row;
    }

    #uc_step_process_elementor_f2b683c .ue-item-highlight {
        flex-direction: column;
    }

    #uc_step_process_elementor_f2b683c .ue-step-item .ue-step-item-line:first-child {
        display: none;
    }


    #uc_step_process_elementor_f2b683c .ue-step-item-gap:nth-child(2) {
        display: none;
    }

    #uc_step_process_elementor_f2b683c .ue-step-item-line:first-child {
        display: none;
    }

    #uc_step_process_elementor_f2b683c .ue-step-item-line {
        height: 100%;
        width: 2px;
    }
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-7557b22 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-bf0c1d4 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-6a8fbe9 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

.ast-desktop .menu-item-340 .astra-mm-icon-label.icon-item-340,
.ast-header-break-point .menu-item-340 .astra-mm-icon-label.icon-item-340 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-340 .astra-mm-icon-label.icon-item-340 svg,
.ast-header-break-point .menu-item-340 .astra-mm-icon-label.icon-item-340 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2166 .astra-mm-icon-label.icon-item-2166,
.ast-header-break-point .menu-item-2166 .astra-mm-icon-label.icon-item-2166 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2166 .astra-mm-icon-label.icon-item-2166 svg,
.ast-header-break-point .menu-item-2166 .astra-mm-icon-label.icon-item-2166 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-1955 .astra-mm-icon-label.icon-item-1955,
.ast-header-break-point .menu-item-1955 .astra-mm-icon-label.icon-item-1955 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-1955 .astra-mm-icon-label.icon-item-1955 svg,
.ast-header-break-point .menu-item-1955 .astra-mm-icon-label.icon-item-1955 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2476 .astra-mm-icon-label.icon-item-2476,
.ast-header-break-point .menu-item-2476 .astra-mm-icon-label.icon-item-2476 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2476 .astra-mm-icon-label.icon-item-2476 svg,
.ast-header-break-point .menu-item-2476 .astra-mm-icon-label.icon-item-2476 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-1719 .astra-mm-icon-label.icon-item-1719,
.ast-header-break-point .menu-item-1719 .astra-mm-icon-label.icon-item-1719 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-1719 .astra-mm-icon-label.icon-item-1719 svg,
.ast-header-break-point .menu-item-1719 .astra-mm-icon-label.icon-item-1719 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2075 .astra-mm-icon-label.icon-item-2075,
.ast-header-break-point .menu-item-2075 .astra-mm-icon-label.icon-item-2075 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2075 .astra-mm-icon-label.icon-item-2075 svg,
.ast-header-break-point .menu-item-2075 .astra-mm-icon-label.icon-item-2075 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-340 .astra-mm-icon-label.icon-item-340,
.ast-header-break-point .menu-item-340 .astra-mm-icon-label.icon-item-340 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-340 .astra-mm-icon-label.icon-item-340 svg,
.ast-header-break-point .menu-item-340 .astra-mm-icon-label.icon-item-340 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2166 .astra-mm-icon-label.icon-item-2166,
.ast-header-break-point .menu-item-2166 .astra-mm-icon-label.icon-item-2166 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2166 .astra-mm-icon-label.icon-item-2166 svg,
.ast-header-break-point .menu-item-2166 .astra-mm-icon-label.icon-item-2166 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-1955 .astra-mm-icon-label.icon-item-1955,
.ast-header-break-point .menu-item-1955 .astra-mm-icon-label.icon-item-1955 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-1955 .astra-mm-icon-label.icon-item-1955 svg,
.ast-header-break-point .menu-item-1955 .astra-mm-icon-label.icon-item-1955 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2476 .astra-mm-icon-label.icon-item-2476,
.ast-header-break-point .menu-item-2476 .astra-mm-icon-label.icon-item-2476 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2476 .astra-mm-icon-label.icon-item-2476 svg,
.ast-header-break-point .menu-item-2476 .astra-mm-icon-label.icon-item-2476 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-1719 .astra-mm-icon-label.icon-item-1719,
.ast-header-break-point .menu-item-1719 .astra-mm-icon-label.icon-item-1719 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-1719 .astra-mm-icon-label.icon-item-1719 svg,
.ast-header-break-point .menu-item-1719 .astra-mm-icon-label.icon-item-1719 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

.ast-desktop .menu-item-2075 .astra-mm-icon-label.icon-item-2075,
.ast-header-break-point .menu-item-2075 .astra-mm-icon-label.icon-item-2075 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
}

.ast-desktop .menu-item-2075 .astra-mm-icon-label.icon-item-2075 svg,
.ast-header-break-point .menu-item-2075 .astra-mm-icon-label.icon-item-2075 svg {
    color: var(--ast-global-color-0);
    fill: var(--ast-global-color-0);
    width: 20px;
    height: 20px;
}

:root {
    --ast-post-nav-space: 0;
    --ast-container-default-xlg-padding: 6.67em;
    --ast-container-default-lg-padding: 5.67em;
    --ast-container-default-slg-padding: 4.34em;
    --ast-container-default-md-padding: 3.34em;
    --ast-container-default-sm-padding: 6.67em;
    --ast-container-default-xs-padding: 2.4em;
    --ast-container-default-xxs-padding: 1.4em;
    --ast-code-block-background: #EEEEEE;
    --ast-comment-inputs-background: #FAFAFA;
    --ast-normal-container-width: 1200px;
    --ast-narrow-container-width: 750px;
    --ast-blog-title-font-weight: normal;
    --ast-blog-meta-weight: inherit;
    --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);
}

html {
    font-size: 106.25%;
}

a,
.page-title {
    color: var(--ast-global-color-2);
}

a:hover,
a:focus {
    color: var(--ast-global-color-0);
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    font-size: 1rem;
    line-height: var(--ast-body-line-height, 1.7em);
}

blockquote {
    color: var(--ast-global-color-3);
}

p,
.entry-content p {
    margin-bottom: 1em;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    line-height: 1em;
}

.ast-site-identity .site-title a {
    color: var(--ast-global-color-5);
}

.ast-site-identity .site-title a:hover {
    color: var(--ast-global-color-5);
}

.site-title {
    font-size: 35px;
    font-size: 2.0588235294118rem;
    display: none;
}

header .custom-logo-link img {
    max-width: 188px;
    width: 188px;
}

.astra-logo-svg {
    width: 188px;
}

.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: 62px;
    font-size: 3.6470588235294rem;
    font-family: 'Heebo', sans-serif;
    line-height: 1.3em;
}

h2,
.entry-content h2 {
    font-size: 55px;
    font-size: 3.2352941176471rem;
    font-weight: 200;
    font-family: 'Heebo', sans-serif;
    line-height: 1.2em;
}

h3,
.entry-content h3 {
    font-size: 40px;
    font-size: 2.3529411764706rem;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    line-height: 1.3em;
}

h4,
.entry-content h4 {
    font-size: 32px;
    font-size: 1.8823529411765rem;
    line-height: 1.2em;
    font-family: 'Heebo', sans-serif;
}

h5,
.entry-content h5 {
    font-size: 24px;
    font-size: 1.4117647058824rem;
    line-height: 1.2em;
    font-family: 'Heebo', sans-serif;
}

h6,
.entry-content h6 {
    font-size: 16px;
    font-size: 0.94117647058824rem;
    line-height: 1.25em;
    font-family: 'Heebo', sans-serif;
}

::selection {
    background-color: var(--ast-global-color-0);
    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: var(--ast-global-color-3);
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
    color: #ffffff;
    border-color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
}

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: var(--ast-global-color-2);
}

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: var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
    box-shadow: none;
}

.site-footer a:hover+.post-count,
.site-footer a:focus+.post-count {
    background: var(--ast-global-color-2);
    border-color: var(--ast-global-color-2);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
    color: var(--ast-global-color-2);
}

.entry-meta,
.entry-meta * {
    line-height: 1.45;
    color: var(--ast-global-color-2);
}

.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: var(--ast-global-color-0);
}

#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
    color: var(--ast-global-color-2);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
    background: var(--ast-global-color-2);
}

.secondary a:hover+.post-count,
.secondary a:focus+.post-count {
    background: var(--ast-global-color-2);
    border-color: var(--ast-global-color-2);
}

.calendar_wrap #today>a {
    color: #ffffff;
}

.page-links .page-link,
.single .post-navigation a {
    color: var(--ast-global-color-2);
}

.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 {
    transition: all 0.2s;
}

.search-form input.search-field:focus {
    outline: none;
}

.wp-block-latest-posts>li>a {
    color: var(--ast-global-color-2);
}

.widget-title,
.widget .wp-block-heading {
    font-size: 24px;
    font-size: 1.4117647058824rem;
    color: var(--ast-global-color-3);
}

.single .ast-author-details .author-title {
    color: var(--ast-global-color-0);
}

.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,
.astra-search-icon:focus-visible,
#close:focus-visible,
a:focus-visible,
.ast-menu-toggle:focus-visible,
.site .skip-link:focus-visible,
.wp-block-loginout input:focus-visible,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.ast-header-navigation-arrow:focus-visible,
.woocommerce .wc-proceed-to-checkout>.checkout-button:focus-visible,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,
.ast-orders-table__row .ast-orders-table__cell:focus-visible,
.woocommerce .woocommerce-order-details .order-again>.button:focus-visible,
.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,
.woocommerce #minus_qty:focus-visible,
.woocommerce #plus_qty:focus-visible,
a#ast-apply-coupon:focus-visible,
.woocommerce .woocommerce-info a:focus-visible,
.woocommerce .astra-shop-summary-wrap a:focus-visible,
.woocommerce a.wc-forward:focus-visible,
#ast-apply-coupon:focus-visible,
.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,
#close:focus-visible,
.button.search-submit:focus-visible,
#search_submit:focus,
.normal-search:focus-visible,
.ast-header-account-wrap:focus-visible,
.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus {
    outline-style: dotted;
    outline-color: inherit;
    outline-width: thin;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
.woocommerce-page #comment:focus,
.woocommerce #reviews #respond input#submit:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .woocommerce-cart-form button:focus,
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
.woocommerce #order_comments:focus,
.woocommerce #place_order:focus,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
.woocommerce .woocommerce-MyAccount-content form button:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,
.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,
body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,
#ast-coupon-code:focus,
.woocommerce.woocommerce-js .quantity input[type=number]:focus,
.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,
.woocommerce p#ast-coupon-trigger:focus {
    border-style: dotted;
    border-color: inherit;
    border-width: thin;
}

input {
    outline: none;
}

.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: 1301px) {
    .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: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.single.ast-page-builder-template .entry-header {
    padding-left: 20px;
    padding-right: 20px;
}

.ast-page-builder-template .ast-archive-description {
    margin: 4em auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:1300.9px) {
    #ast-desktop-header {
        display: none;
    }
}

@media (min-width:1301px) {
    #ast-mobile-header {
        display: none;
    }
}

.wp-block-buttons.aligncenter {
    justify-content: center;
}

@media (max-width:1300px) {

    .ast-theme-transparent-header #primary,
    .ast-theme-transparent-header #secondary {
        padding: 0;
    }
}

@media (max-width:1300px) {
    .ast-plain-container.ast-no-sidebar #primary {
        padding: 0;
    }
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border-color: var(--ast-global-color-0);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

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: var(--ast-global-color-0);
}

.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: var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-5);
}

.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
.ast-outline-button,
.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
    border-color: var(--ast-global-color-0);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.88235294117647rem;
    line-height: 1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.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: var(--ast-global-color-0);
}

.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: var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-5);
}

.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: var(--ast-global-color-0);
}

@media (max-width:1300px) {

    .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
    .ast-outline-button,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }
}

@media (max-width:500px) {

    .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
    .ast-outline-button,
    .wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }
}

.entry-content[data-ast-blocks-layout]>figure {
    margin-bottom: 1em;
}

@media (max-width:1300px) {

    .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%;
    }

    .ast-separate-container .ast-article-post,
    .ast-separate-container .ast-article-single {
        padding: 1.5em 2.14em;
    }

    .ast-author-box img.avatar {
        margin: 20px 0 0 0;
    }
}

@media (min-width:1301px) {

    .ast-separate-container.ast-right-sidebar #primary,
    .ast-separate-container.ast-left-sidebar #primary {
        border: 0;
    }

    .search-no-results.ast-separate-container #primary {
        margin-bottom: 4em;
    }
}

.elementor-button-wrapper .elementor-button {
    border-style: solid;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 15px;
    padding-right: 24px;
    padding-bottom: 15px;
    padding-left: 24px;
}

@media (max-width:1300px) {

    .elementor-button-wrapper .elementor-button.elementor-size-sm,
    .elementor-button-wrapper .elementor-button.elementor-size-xs,
    .elementor-button-wrapper .elementor-button.elementor-size-md,
    .elementor-button-wrapper .elementor-button.elementor-size-lg,
    .elementor-button-wrapper .elementor-button.elementor-size-xl,
    .elementor-button-wrapper .elementor-button {
        padding-top: 15px;
        padding-right: 24px;
        padding-bottom: 15px;
        padding-left: 24px;
    }
}

@media (max-width:500px) {

    .elementor-button-wrapper .elementor-button.elementor-size-sm,
    .elementor-button-wrapper .elementor-button.elementor-size-xs,
    .elementor-button-wrapper .elementor-button.elementor-size-md,
    .elementor-button-wrapper .elementor-button.elementor-size-lg,
    .elementor-button-wrapper .elementor-button.elementor-size-xl,
    .elementor-button-wrapper .elementor-button {
        padding-top: 13px;
        padding-right: 22px;
        padding-bottom: 13px;
        padding-left: 22px;
    }
}

.elementor-button-wrapper .elementor-button {
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
}

.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus {
    color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-5);
}

.wp-block-button .wp-block-button__link,
.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button:visited {
    color: var(--ast-global-color-5);
}

.elementor-button-wrapper .elementor-button {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.88235294117647rem;
    line-height: 1em;
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
    font-size: 15px;
    font-size: 0.88235294117647rem;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
    color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-5);
}

.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.3em;
}

.elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.2em;
}

.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: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-5);
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    line-height: 1em;
    font-size: 15px;
    font-size: 0.88235294117647rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 15px;
    padding-right: 24px;
    padding-bottom: 15px;
    padding-left: 24px;
}

@media (max-width:1300px) {

    .wp-block-button .wp-block-button__link,
    .wp-block-search .wp-block-search__button,
    body .wp-block-file .wp-block-file__button {
        font-size: 15px;
        font-size: 0.88235294117647rem;
        padding-top: 15px;
        padding-right: 24px;
        padding-bottom: 15px;
        padding-left: 24px;
    }
}

@media (max-width:500px) {

    .wp-block-button .wp-block-button__link,
    .wp-block-search .wp-block-search__button,
    body .wp-block-file .wp-block-file__button {
        font-size: 14px;
        font-size: 0.82352941176471rem;
        padding-top: 13px;
        padding-right: 22px;
        padding-bottom: 13px;
        padding-left: 22px;
    }
}

.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,
.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: var(--ast-global-color-5);
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 15px;
    padding-right: 24px;
    padding-bottom: 15px;
    padding-left: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.88235294117647rem;
    line-height: 1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

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: var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-5);
}

@media (max-width:1300px) {

    .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,
    .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: 15px;
        padding-right: 24px;
        padding-bottom: 15px;
        padding-left: 24px;
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }
}

@media (max-width:500px) {

    .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,
    .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: 13px;
        padding-right: 22px;
        padding-bottom: 13px;
        padding-left: 22px;
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }
}

@media (max-width:1300px) {

    .menu-toggle,
    button,
    .ast-button,
    .button,
    input#submit,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }

    .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:500px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (max-width:500px) {

    .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;
    }

    .menu-toggle,
    button,
    .ast-button,
    .button,
    input#submit,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }
}

#ast-mobile-header .ast-site-header-cart-li a {
    pointer-events: none;
}

body,
.ast-separate-container {
    background-color: #fbfbfb;
    background-image: none;
}

@media (max-width:1300px) {
    .widget-title {
        font-size: 21px;
        font-size: 1.4rem;
    }

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }

    #secondary,
    #secondary button,
    #secondary input,
    #secondary select,
    #secondary textarea {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }

    .site-title {
        display: none;
    }

    .site-header .site-description {
        display: none;
    }

    h1,
    .entry-content h1 {
        font-size: 56px;
    }

    h2,
    .entry-content h2 {
        font-size: 40px;
    }

    h3,
    .entry-content h3 {
        font-size: 32px;
    }

    h4,
    .entry-content h4 {
        font-size: 28px;
        font-size: 1.6470588235294rem;
    }

    h5,
    .entry-content h5 {
        font-size: 22px;
        font-size: 1.2941176470588rem;
    }

    h6,
    .entry-content h6 {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }

    .astra-logo-svg {
        width: 214px;
    }

    header .custom-logo-link img,
    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 214px;
        width: 214px;
    }
}

@media (max-width:500px) {
    .widget-title {
        font-size: 20px;
        font-size: 1.4285714285714rem;
    }

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }

    #secondary,
    #secondary button,
    #secondary input,
    #secondary select,
    #secondary textarea {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }

    .site-title {
        font-size: 0px;
        font-size: 0rem;
        display: none;
    }

    .site-header .site-description {
        font-size: 0px;
        font-size: 0rem;
        display: none;
    }

    h1,
    .entry-content h1 {
        font-size: 30px;
    }

    h2,
    .entry-content h2 {
        font-size: 30px;
    }

    h3,
    .entry-content h3 {
        font-size: 26px;
    }

    h4,
    .entry-content h4 {
        font-size: 24px;
        font-size: 1.4117647058824rem;
    }

    h5,
    .entry-content h5 {
        font-size: 20px;
        font-size: 1.1764705882353rem;
    }

    h6,
    .entry-content h6 {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }

    header .custom-logo-link img,
    .ast-header-break-point .site-branding img,
    .ast-header-break-point .custom-logo-link img {
        max-width: 160px;
        width: 160px;
    }

    .astra-logo-svg {
        width: 160px;
    }

    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 160px;
    }
}

@media (max-width:500px) {
    html {
        font-size: 106.25%;
    }
}

@media (min-width:1301px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width:1301px) {
    .site-content .ast-container {
        display: flex;
    }
}

@media (max-width:1300px) {
    .site-content .ast-container {
        flex-direction: column;
    }
}

@media (min-width:1301px) {

    .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;
    }
}

.site .comments-area {
    padding-bottom: 3em;
}

.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: 1300px) {
    :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: 500px) {
    :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(var(--ast-container-default-xlg-padding), 20px));
        margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
    }
}

@media(min-width: 1201px) {
    .ast-separate-container .entry-content>.alignfull {
        margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
        margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
    }

    .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
    .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide {
        margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
        margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
    }
}

@media(min-width: 1300px) {

    .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: 500px) {
    .entry-content>.alignleft {
        margin-right: 20px;
    }

    .entry-content>.alignright {
        margin-left: 20px;
    }
}

@media (max-width:500px) {
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
    }

    .wp-block-latest-posts {
        margin: 0;
    }
}

@media(max-width: 600px) {

    .entry-content .wp-block-media-text .wp-block-media-text__content,
    .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 8% 0 0;
    }

    .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
        padding: 8%;
    }
}

.ast-page-builder-template .entry-header {
    padding-left: 0;
}

.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

:root .has-ast-global-color-0-color {
    color: var(--ast-global-color-0);
}

:root .has-ast-global-color-0-background-color {
    background-color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-color {
    color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-background-color {
    background-color: var(--ast-global-color-0);
}

:root .has-ast-global-color-1-color {
    color: var(--ast-global-color-1);
}

:root .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-color {
    color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-background-color {
    background-color: var(--ast-global-color-1);
}

:root .has-ast-global-color-2-color {
    color: var(--ast-global-color-2);
}

:root .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-color {
    color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-background-color {
    background-color: var(--ast-global-color-2);
}

:root .has-ast-global-color-3-color {
    color: var(--ast-global-color-3);
}

:root .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-color {
    color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-background-color {
    background-color: var(--ast-global-color-3);
}

:root .has-ast-global-color-4-color {
    color: var(--ast-global-color-4);
}

:root .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-color {
    color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-background-color {
    background-color: var(--ast-global-color-4);
}

:root .has-ast-global-color-5-color {
    color: var(--ast-global-color-5);
}

:root .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-color {
    color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-background-color {
    background-color: var(--ast-global-color-5);
}

:root .has-ast-global-color-6-color {
    color: var(--ast-global-color-6);
}

:root .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-color {
    color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-background-color {
    background-color: var(--ast-global-color-6);
}

:root .has-ast-global-color-7-color {
    color: var(--ast-global-color-7);
}

:root .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-color {
    color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-background-color {
    background-color: var(--ast-global-color-7);
}

:root .has-ast-global-color-8-color {
    color: var(--ast-global-color-8);
}

:root .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-color {
    color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-background-color {
    background-color: var(--ast-global-color-8);
}

:root {
    --ast-global-color-0: #223246;
    --ast-global-color-1: #e7e7e7;
    --ast-global-color-2: #26262c;
    --ast-global-color-3: #76767f;
    --ast-global-color-4: #f4f4f5;
    --ast-global-color-5: #ffffff;
    --ast-global-color-6: #f3f3ff;
    --ast-global-color-7: #121240;
    --ast-global-color-8: #BFD1FF;
}

:root {
    --ast-border-color: #dddddd;
}

.ast-single-entry-banner {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #eeeeee;
}

.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(: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: #eeeeee;
}

.ast-archive-entry-banner[data-banner-width-type="custom"] {
    margin: 0 auto;
    width: 100%;
}

.ast-archive-entry-banner[data-banner-layout="layout-1"] {
    background: inherit;
    padding: 20px 0;
    text-align: left;
}

body.archive .ast-archive-description {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
}

body.archive .ast-archive-description .ast-archive-title,
body.archive .ast-archive-description .ast-archive-title * {
    font-size: 40px;
    font-size: 2.3529411764706rem;
}

body.archive .ast-archive-description>*:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width:1300px) {
    body.archive .ast-archive-description {
        text-align: left;
    }
}

@media (max-width:500px) {
    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: var(--ast-global-color-2);
}

@media (max-width:1300px) {

    .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:500px) {

    .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;
    }
}

@media (max-width:500px) {
    .ast-builder-layout-element .ast-site-identity {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        margin-right: 1px;
    }
}

.ast-builder-layout-element[data-section="title_tagline"] {
    display: flex;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
        display: flex;
    }
}

[data-section*="section-hb-button-"] .menu-link {
    display: none;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    font-size: 15px;
    font-size: 0.88235294117647rem;
}

.ast-header-button-1 .ast-custom-button {
    background: var(--ast-global-color-0);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.ast-header-button-1 .ast-custom-button:hover {
    background: var(--ast-global-color-1);
}

@media (max-width:1300px) {
    .ast-header-button-1 .ast-custom-button {
        color: var(--ast-global-color-4);
    }

    .ast-header-button-1 .ast-custom-button:hover {
        color: var(--ast-global-color-7);
    }
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.ast-header-button-1[data-section="section-hb-button-1"] {
    display: flex;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        display: flex;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        display: flex;
    }
}

.ast-builder-menu-1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    font-size: 15px;
    font-size: 0.88235294117647rem;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: var(--ast-global-color-0);
    border-style: solid;
}

.ast-builder-menu-1 .sub-menu .sub-menu {
    top: -2px;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
    margin-top: 0px;
}

.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before,
.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper:before {
    height: calc(0px + 2px + 5px);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    border-style: none;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children>.ast-menu-toggle {
        right: -15px;
    }

    .ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
        content: unset;
    }

    .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
    .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
        margin-top: 0;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0;
    }

    .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
    .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
        margin-top: 0;
    }
}

.ast-builder-menu-1 {
    display: flex;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-builder-menu-1 {
        display: flex;
    }
}

.site-below-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: var(--ast-global-color-0);
    background-image: none;
    min-height: 60px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: var(--ast-global-color-5);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1200px;
    min-height: 60px;
    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:1300px) {
    .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:500px) {
    .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"] {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: grid;
}

@media (max-width:1300px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        display: grid;
    }
}

.ast-footer-copyright {
    text-align: center;
}

.ast-footer-copyright {
    color: var(--ast-global-color-3);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width:1300px) {
    .ast-footer-copyright {
        text-align: center;
    }
}

@media (max-width:500px) {
    .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:1300px) {
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        display: flex;
    }
}

@media (max-width:500px) {
    .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: var(--ast-global-color-1);
    background-image: none;
}

.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:1300px) {
    .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:500px) {
    .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"] {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width:1300px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 64px;
        padding-bottom: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    display: grid;
}

@media (max-width:1300px) {
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: grid;
    }
}

@media (max-width:500px) {
    .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-2"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:1300px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:500px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
        text-align: center;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    text-align: left;
}

@media (max-width:1300px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
        text-align: left;
    }
}

@media (max-width:500px) {
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
        text-align: center;
    }
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner a {
    color: #8e8e8e;
}

.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-2);
    font-size: 24px;
    font-size: 1.4117647058824rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    display: block;
}

@media (max-width:1300px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        display: block;
    }
}

@media (max-width:500px) {
    .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"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h1,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h2,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h3,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h4,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h5,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] h6,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .widget-area h6 {
    color: var(--ast-global-color-2);
    font-size: 24px;
    font-size: 1.4117647058824rem;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
    display: block;
}

@media (max-width:1300px) {
    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
        display: block;
    }
}

@media (max-width:500px) {
    .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;
}

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:500px) {
    .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
        width: auto;
        margin: 0;
    }

    .elementor-element .woocommerce .woocommerce-result-count {
        float: none;
    }
}

.ast-header-button-1 .ast-custom-button {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    max-width: 35%;
}

@media (max-width:1300px) {
    .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
        max-width: 90%;
    }
}

@media (max-width:500px) {
    .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:1301px) {
    .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:1301px) {
    .ast-builder-menu .main-navigation>ul>li:last-child a {
        margin-right: 0;
    }
}

.ast-separate-container .ast-article-inner {
    background-color: transparent;
    background-image: none;
}

.ast-separate-container .ast-article-post {
    background-color: #fbfbfb;
    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.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: #fbfbfb;
    background-image: none;
}

.ast-separate-container.ast-two-container #secondary .widget {
    background-color: #fbfbfb;
    background-image: none;
}

.ast-mobile-header-content>*,
.ast-desktop-header-content>* {
    padding: 10px 0;
    height: auto;
}

.ast-mobile-header-content>*:first-child,
.ast-desktop-header-content>*:first-child {
    padding-top: 10px;
}

.ast-mobile-header-content>.ast-builder-menu,
.ast-desktop-header-content>.ast-builder-menu {
    padding-top: 0;
}

.ast-mobile-header-content>*:last-child,
.ast-desktop-header-content>*:last-child {
    padding-bottom: 0;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
    width: 100%;
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
    transform: rotateX(180deg);
}

#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
    display: none;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block;
}

.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
    width: unset;
    margin: unset;
}

.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    left: calc(20px - 0.907em);
    right: auto;
}

.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
    width: 100%;
    position: relative;
    display: block;
    right: auto;
    transform: none;
}

.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-desktop-header-content .ast-search-menu-icon .search-form {
    right: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    transform: none;
    padding: 0;
    display: block;
    overflow: hidden;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-desktop-header-content .ast-search-menu-icon .search-field {
    width: 100%;
    padding-right: 5.5em;
}

.ast-mobile-header-content .ast-search-menu-icon .search-submit,
.ast-desktop-header-content .ast-search-menu-icon .search-submit {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 1em;
    border-radius: 0;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
    padding-left: 30px;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
    padding-left: 40px;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #ffffff;
    ;
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
    background-color: #ffffff;
    ;
}

.ast-mobile-popup-content>*,
.ast-mobile-header-content>*,
.ast-desktop-popup-content>*,
.ast-desktop-header-content>* {
    padding-top: 0px;
    padding-bottom: 0px;
}

.content-align-flex-start .ast-builder-layout-element {
    justify-content: flex-start;
}

.content-align-flex-start .main-header-menu {
    text-align: left;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
    color: #3a3a3a;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    min-height: 96px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: 96px;
}

#masthead .ast-container,
.site-header-focus-item+.ast-breadcrumbs-wrapper {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 20px;
    padding-right: 20px;
}

.ast-header-break-point .ast-primary-header-bar {
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
}

@media (min-width:1301px) {
    .ast-primary-header-bar {
        border-bottom-width: 1px;
        border-bottom-color: #eaeaea;
        border-bottom-style: solid;
    }
}

.ast-primary-header-bar {
    background-color: #fbfbfb;
    background-image: none;
}

@media (max-width:1300px) {

    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 72px;
    }
}

@media (max-width:500px) {

    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 64px;
    }
}

.ast-desktop .ast-primary-header-bar.main-header-bar,
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width:1300px) {

    .ast-desktop .ast-primary-header-bar.main-header-bar,
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:500px) {

    .ast-desktop .ast-primary-header-bar.main-header-bar,
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.ast-primary-header-bar {
    display: block;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-primary-header-bar {
        display: grid;
    }
}

.ast-hfb-header .site-header {
    margin-top: 15px;
}

@media (max-width:500px) {
    .ast-hfb-header .site-header {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: var(--ast-global-color-0);
    border: none;
    background: transparent;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: var(--ast-global-color-0);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: var(--ast-global-color-0);
}

.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:1300px) {
    .ast-builder-menu-mobile .main-navigation {
        font-size: 18px;
        font-size: 1.0588235294118rem;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
        color: var(--ast-global-color-7);
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
        color: var(--ast-global-color-7);
    }

    .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: #97a6c8;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
        color: #97a6c8;
    }

    .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-3);
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
        color: var(--ast-global-color-3);
    }

    .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);
        background-image: none;
    }
}

@media (max-width:500px) {
    .ast-builder-menu-mobile .main-navigation {
        font-size: 16px;
        font-size: 0.94117647058824rem;
    }

    .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:1300px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
    }
}

.footer-nav-wrap .astra-footer-vertical-menu {
    display: grid;
}

@media (min-width: 769px) {
    .footer-nav-wrap .astra-footer-horizontal-menu li {
        margin: 0;
    }

    .footer-nav-wrap .astra-footer-horizontal-menu a {
        padding: 0 0.5em;
    }
}

@media (min-width: 769px) {
    .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
        padding-left: 0;
    }

    .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
        padding-right: 0;
    }
}

.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
    justify-content: flex-start;
}

.footer-widget-area[data-section="section-footer-menu"] .astra-footer-vertical-menu .menu-item {
    align-items: flex-start;
}

#astra-footer-menu .menu-item>a {
    color: #898989;
}

@media (max-width:1300px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-horizontal-menu {
        justify-content: center;
        display: flex;
    }

    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
        display: grid;
        justify-content: center;
    }

    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu .menu-item {
        align-items: center;
    }

    #astra-footer-menu .menu-item>a {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:500px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-horizontal-menu {
        justify-content: center;
        display: flex;
    }

    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
        display: grid;
        justify-content: center;
    }

    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item {
        align-items: center;
    }
}

.footer-widget-area[data-section="section-footer-menu"] {
    display: block;
}

@media (max-width:1300px) {
    .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
        display: block;
    }
}

@media (max-width:500px) {
    .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
        display: block;
    }
}

:root {
    --e-global-color-astglobalcolor0: #223246;
    --e-global-color-astglobalcolor1: #e7e7e7;
    --e-global-color-astglobalcolor2: #26262c;
    --e-global-color-astglobalcolor3: #76767f;
    --e-global-color-astglobalcolor4: #f4f4f5;
    --e-global-color-astglobalcolor5: #ffffff;
    --e-global-color-astglobalcolor6: #f3f3ff;
    --e-global-color-astglobalcolor7: #121240;
    --e-global-color-astglobalcolor8: #BFD1FF;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#content:before {
    content: "1300";
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.blog-layout-2 {
    position: relative;
}

.single .ast-author-details .author-title {
    color: var(--ast-global-color-2);
}

@media (max-width:1300px) {
    .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:1300px) {
    .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:1301px) {

    .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;
    }
}

@media (min-width:1301px) {

    .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:500px) {
    .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:500px) {
    .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:1301px) {
    .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:501px) and (max-width:1300px) {
    .ast-hide-display-device-tablet {
        display: none;
    }
}

@media (max-width:500px) {
    .ast-hide-display-device-mobile {
        display: none;
    }
}

.ast-article-post .ast-date-meta .posted-on,
.ast-article-post .ast-date-meta .posted-on * {
    background: var(--ast-global-color-2);
    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-loader>div {
    background-color: var(--ast-global-color-2);
}

.ast-load-more {
    cursor: pointer;
    display: none;
    border: 2px solid var(--ast-border-color);
    transition: all 0.2s linear;
    color: #000;
}

.ast-load-more.active {
    display: inline-block;
    padding: 0 1.5em;
    line-height: 3em;
}

.ast-load-more.no-more:hover {
    border-color: var(--ast-border-color);
    color: #000;
}

.ast-load-more.no-more:hover {
    background-color: inherit;
}

.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:1301px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width:993px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width:1201px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (max-width:1300px) {

    .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;
    }
}

@media (max-width:500px) {

    .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-no-sidebar.ast-separate-container .entry-content .alignfull,
    .ast-no-sidebar.ast-narrow-container .entry-content .alignfull {
        margin-right: -1em;
        margin-left: -1em;
    }
}

.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:500px) {

    .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;
    }
}

@media (max-width:1300px) {

    .ast-separate-container.ast-two-container #secondary .widget,
    .ast-separate-container #secondary .widget {
        margin-bottom: 1.5em;
    }
}

@media (max-width:1300px) {

    .ast-separate-container #primary,
    .ast-narrow-container #primary {
        padding-top: 0px;
    }
}

@media (max-width:1300px) {

    .ast-separate-container #primary,
    .ast-narrow-container #primary {
        padding-bottom: 0px;
    }
}

.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-megamenu,
.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-style: solid;
}

@media (max-width:1300px) {
    .ast-header-break-point .ast-builder-menu-1 .main-header-menu .sub-menu>.menu-item>.menu-link {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0px;
        right: calc(20px - 0.907em);
    }
}

@media (max-width:500px) {
    .ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0px;
    }
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: var(--ast-global-color-0);
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: var(--ast-global-color-0);
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    background: transparent;
}

.site-title,
.site-title a {
    font-family: 'Heebo', sans-serif;
    line-height: 1.23em;
}

#secondary .widget-title,
.woocommerce-page #secondary .widget .widget-title {
    font-family: 'Heebo', sans-serif;
    line-height: 1.23em;
}

.blog .entry-title,
.blog .entry-title a,
.archive .entry-title,
.archive .entry-title a,
.search .entry-title,
.search .entry-title a {
    font-family: 'Heebo', sans-serif;
    line-height: 1.23em;
}

button,
.ast-button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-size: 15px;
    font-size: 0.88235294117647rem;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
}

.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;
}

@media (max-width:1300px) {

    button,
    .ast-button,
    input#submit,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        font-size: 15px;
        font-size: 0.88235294117647rem;
    }
}

@media (max-width:500px) {

    button,
    .ast-button,
    input#submit,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        font-size: 14px;
        font-size: 0.82352941176471rem;
    }
}

.ast-hfb-header.ast-desktop .ast-builder-menu-1 .main-header-menu .menu-item.menu-item-heading>.menu-link {
    font-weight: 700;
}

.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;
}

.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;
    }
}

#masthead .ast-header-sticked .site-logo-img .astra-logo-svg {
    width: 188px;
}

@media (max-width: 1300px) {
    #masthead .ast-header-sticked .site-logo-img .astra-logo-svg {
        width: 214px;
    }
}

@media (max-width: 500px) {
    #masthead .ast-header-sticked .site-logo-img .astra-logo-svg {
        width: 160px;
    }
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-7557b22 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-bf0c1d4 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

.elementor-6 .elementor-element.elementor-element-f2b683c .elementor-repeater-item-6a8fbe9 .ue-step-icon {
    background-color: #223246;
    color: #FFFFFF;
}

#uc_step_process_elementor_d7b0e73 {
    display: flex;
}

#uc_step_process_elementor_d7b0e73 .ue-link {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#uc_step_process_elementor_d7b0e73 .ue-item-highlight {
    display: flex;
    align-items: center;

}

#uc_step_process_elementor_d7b0e73 .ue-step-item-gap {
    flex-grow: 0;
    flex-shrink: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-line {
    height: 2px;
    flex-grow: 1;
}

#uc_step_process_elementor_d7b0e73 .ue-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    line-height: 1em;
    transition: 0.3s;
}

#uc_step_process_elementor_d7b0e73 .ue-icon svg {
    height: 1em;
    width: 1em;
}

#uc_step_process_elementor_d7b0e73 .ue-step-label {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ue-step-label {
    font-size: 9px;
    line-height: 1em;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-content {}

#uc_step_process_elementor_d7b0e73 .ue-step-item:last-child .ue-step-item-line:last-child {
    opacity: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item:first-child .ue-step-item-line:first-child {
    opacity: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-spacer {
    flex-grow: 0;
    flex-shrink: 0;

}

#uc_step_process_elementor_d7b0e73 .ue-graphic-image img {}


#uc_step_process_elementor_d7b0e73.uc-remote-parent .ue-step-item {
    cursor: pointer;
}






@media only screen and (max-width: 768px) {
    #uc_step_process_elementor_d7b0e73 {
        flex-direction: column;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item {
        flex-direction: row;
    }

    #uc_step_process_elementor_d7b0e73 .ue-item-highlight {
        flex-direction: column;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item .ue-step-item-line:first-child {
        display: none;
    }


    #uc_step_process_elementor_d7b0e73 .ue-step-item-gap:nth-child(2) {
        display: none;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item-line:first-child {
        display: none;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item-line {
        height: 100%;
        width: 2px;
    }
}



#uc_step_process_elementor_d7b0e73 {
    display: flex;
}

#uc_step_process_elementor_d7b0e73 .ue-link {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#uc_step_process_elementor_d7b0e73 .ue-item-highlight {
    display: flex;
    align-items: center;

}

#uc_step_process_elementor_d7b0e73 .ue-step-item-gap {
    flex-grow: 0;
    flex-shrink: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-line {
    height: 2px;
    flex-grow: 1;
}

#uc_step_process_elementor_d7b0e73 .ue-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    line-height: 1em;
    transition: 0.3s;
}

#uc_step_process_elementor_d7b0e73 .ue-icon svg {
    height: 1em;
    width: 1em;
}

#uc_step_process_elementor_d7b0e73 .ue-step-label {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ue-step-label {
    font-size: 9px;
    line-height: 1em;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-content {}

#uc_step_process_elementor_d7b0e73 .ue-step-item:last-child .ue-step-item-line:last-child {
    opacity: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item:first-child .ue-step-item-line:first-child {
    opacity: 0;
}

#uc_step_process_elementor_d7b0e73 .ue-step-item-spacer {
    flex-grow: 0;
    flex-shrink: 0;

}

#uc_step_process_elementor_d7b0e73 .ue-graphic-image img {}


#uc_step_process_elementor_d7b0e73.uc-remote-parent .ue-step-item {
    cursor: pointer;
}






@media only screen and (max-width: 768px) {
    #uc_step_process_elementor_d7b0e73 {
        flex-direction: column;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item {
        flex-direction: row;
    }

    #uc_step_process_elementor_d7b0e73 .ue-item-highlight {
        flex-direction: column;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item .ue-step-item-line:first-child {
        display: none;
    }


    #uc_step_process_elementor_d7b0e73 .ue-step-item-gap:nth-child(2) {
        display: none;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item-line:first-child {
        display: none;
    }

    #uc_step_process_elementor_d7b0e73 .ue-step-item-line {
        height: 100%;
        width: 2px;
    }
}

#uc_step_process_elementor_03dcf4d {
    display: flex;
}

#uc_step_process_elementor_03dcf4d .ue-link {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#uc_step_process_elementor_03dcf4d .ue-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#uc_step_process_elementor_03dcf4d .ue-item-highlight {
    display: flex;
    align-items: center;

}

#uc_step_process_elementor_03dcf4d .ue-step-item-gap {
    flex-grow: 0;
    flex-shrink: 0;
}

#uc_step_process_elementor_03dcf4d .ue-step-item-line {
    height: 2px;
    flex-grow: 1;
}

#uc_step_process_elementor_03dcf4d .ue-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    line-height: 1em;
    transition: 0.3s;
}

#uc_step_process_elementor_03dcf4d .ue-icon svg {
    height: 1em;
    width: 1em;
}

#uc_step_process_elementor_03dcf4d .ue-step-label {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ue-step-label {
    font-size: 9px;
    line-height: 1em;
}

#uc_step_process_elementor_03dcf4d .ue-step-item-content {}

#uc_step_process_elementor_03dcf4d .ue-step-item:last-child .ue-step-item-line:last-child {
    opacity: 0;
}

#uc_step_process_elementor_03dcf4d .ue-step-item:first-child .ue-step-item-line:first-child {
    opacity: 0;
}

#uc_step_process_elementor_03dcf4d .ue-step-item-spacer {
    flex-grow: 0;
    flex-shrink: 0;

}

#uc_step_process_elementor_03dcf4d .ue-graphic-image img {}


#uc_step_process_elementor_03dcf4d.uc-remote-parent .ue-step-item {
    cursor: pointer;
}






@media only screen and (max-width: 768px) {
    #uc_step_process_elementor_03dcf4d {
        flex-direction: column;
    }

    #uc_step_process_elementor_03dcf4d .ue-step-item {
        flex-direction: row;
    }

    #uc_step_process_elementor_03dcf4d .ue-item-highlight {
        flex-direction: column;
    }

    #uc_step_process_elementor_03dcf4d .ue-step-item .ue-step-item-line:first-child {
        display: none;
    }


    #uc_step_process_elementor_03dcf4d .ue-step-item-gap:nth-child(2) {
        display: none;
    }

    #uc_step_process_elementor_03dcf4d .ue-step-item-line:first-child {
        display: none;
    }

    #uc_step_process_elementor_03dcf4d .ue-step-item-line {
        height: 100%;
        width: 2px;
    }
}
.elementor-tab-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.5s ease-in-out !important;
    display: block !important;
}

.elementor-tab-content.elementor-active {
    max-height: 1000px !important;
}
.elementor-accordion .elementor-tab-content{
	padding: 0px 0px !important;
}
.elementor-tab-content p {
	padding: 15px 20px !important;
}