.hfe-counter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.hfe-counter-wrapper[style*="flex-direction: column"] {
    align-items: center;
    justify-content: center
}

.hfe-counter-wrapper[style*="flex-direction: row"] {
    justify-content: center;
    align-items: center
}

.hfe-counter-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.hfe-counter-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 1
}

.hfe-counter-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0
}

.hfe-counter-prefix,
.hfe-counter-suffix {
    font-size: inherit;
    line-height: inherit
}

.hfe-counter-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.hfe-counter-content {
    flex-shrink: 0
}

.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
    flex: 1;
    min-width: 0
}

.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
    flex: 1;
    min-width: 0
}

.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
    flex: 1;
    min-width: 0
}

.hfe-counter-content {
    display: flex !important;
    align-items: center;
    justify-content: center
}

@media (max-width:1024px) {
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
        flex: 1;
        min-width: 0
    }
}

@media (max-width:767px) {
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
        flex: 1;
        min-width: 0
    }
}

@media (max-width:767px) {
    .hfe-counter-number {
        font-size: 36px
    }
    .hfe-counter-title {
        font-size: 16px
    }
}

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.hfe-nav-menu li.menu-item {
    position: relative
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit
}

.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: visible;
    opacity: 1
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both
}

.hfe-nav-menu__align-right .hfe-nav-menu {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper {
    text-align: right
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper {
    text-align: left
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper {
    text-align: center
}

.hfe-nav-menu__align-left .hfe-nav-menu {
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-center .hfe-nav-menu {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-active-menu+nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu+nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0
}

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal>li.menu-item {
    font-size: medium
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / .1);
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / .1)
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'
}

.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-nav-menu-icon {
    padding: .35em;
    border: 0 solid
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px
}

.hfe-nav-menu-icon i:focus {
    outline: 0
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children-container {
    position: relative
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d'
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-active-menu+.hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1;
    height: auto
}

.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-layout-expandible nav {
    height: 0
}

.hfe-nav-sub-menu-icon,
.hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow {
    padding: 10px
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border: 1px dotted
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border: 1px dotted #fff0
}

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 0
}

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px
}

.hfe-pointer__double-line.hfe-animation__none,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__underline.hfe-animation__none,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__overline.hfe-animation__none,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line.hfe-animation__none:before,
.hfe-pointer__double-line.hfe-animation__none:after,
.hfe-pointer__double-line.hfe-animation__none:hover,
.hfe-pointer__double-line.hfe-animation__none:focus,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__underline.hfe-animation__none:before,
.hfe-pointer__underline.hfe-animation__none:after,
.hfe-pointer__underline.hfe-animation__none:hover,
.hfe-pointer__underline.hfe-animation__none:focus,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__overline.hfe-animation__none:before,
.hfe-pointer__overline.hfe-animation__none:after,
.hfe-pointer__overline.hfe-animation__none:hover,
.hfe-pointer__overline.hfe-animation__none:focus,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px)
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: #fff0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: ''
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s
}

.hfe-pointer__framed.hfe-animation__none,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__framed.hfe-animation__none:before,
.hfe-pointer__framed.hfe-animation__none:after,
.hfe-pointer__framed.hfe-animation__none:hover,
.hfe-pointer__framed.hfe-animation__none:focus,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,
.hfe-pointer__background .current-menu-item {
    color: #fff
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%
}

.hfe-pointer__background.hfe-animation__none,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background.hfe-animation__none:before,
.hfe-pointer__background.hfe-animation__none:after,
.hfe-pointer__background.hfe-animation__none:hover,
.hfe-pointer__background.hfe-animation__none:focus,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.hfe-pointer__text.hfe-animation__none,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__none:before,
.hfe-pointer__text.hfe-animation__none:after,
.hfe-pointer__text.hfe-animation__none:hover,
.hfe-pointer__text.hfe-animation__none:focus,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgb(0 0 0 / .6);
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after {
    border-width: 0
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus {
    -webkit-transform: none;
    transform: none
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block
}

.hfe-flyout-content.push {
    color: #fff
}

.hfe-flyout-content ul li {
    color: #fff
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    width: 300px;
    max-width: 100%
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff
}

@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none
}

.admin-bar .hfe-side {
    margin-top: 32px
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex
}

.hfe-nav-menu li.hfe-button-wrapper {
    align-self: center
}

@media only screen and (max-width:1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
        width: 100%;
        margin-right: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: 1px dotted
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border: 1px dotted #fff0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }
    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0px !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }
    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover {
        border: 1px dotted
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle {
        border: 1px dotted #fff0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(.25, .5, .5, .9);
        transition: all 0.3s cubic-bezier(.25, .5, .5, .9)
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0px !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none
}

.hfe-icon {
    display: inline-block;
    vertical-align: middle
}

.hfe-icon svg {
    width: 1em;
    height: 1em
}

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-custom .hfe-cart-count,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: .3em .3em .3em .3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px
}

.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-default .hfe-cart-count,
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: 0em 0em .3em .3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'
}

.hfe-menu-cart__toggle .elementor-button {
    background: #fff0;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: .3em
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: 400
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
    color: #4d4848
}

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden
}

.hfe-search-form__input {
    flex-basis: 100%
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle
}

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: #fff0
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position: relative
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    margin-right: 10px;
    background-color: #fff0
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.hfe-search-form__container button#clear-with-button {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    background-color: #fff0
}

.hfe-search-button-wrapper,
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: #fff0
}

.hfe-search-icon-toggle {
    width: 100% !important
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 250px;
    right: 0
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%
}

.hfe-search-icon-toggle {
    line-height: 1.5
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width: 3px;
    width: 100%;
    opacity: 1;
    height: 100%
}

.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
    display: none
}

.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
    display: none !important
}

.hfe-scroll-to-top-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hfe-scroll-to-top-button i {
    color: #fff;
    font-size: 16px
}

ul.hfe-breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.hfe-breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

ul.hfe-breadcrumbs li:last-child {
    margin: 0
}

ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text {
    display: block
}

ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text {
    -webkit-transition: all .4s;
    transition: all .4s
}

span.hfe-breadcrumbs-home-icon {
    margin-right: 10px;
    align-content: center
}

.hfe-breadcrumbs-first a {
    align-content: center
}

.hfe-breadcrumbs-separator-icon i,
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
    display: inline-flex
}

ul.hfe-post-info-items {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.hfe-post-info-inline.hfe-post-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

li.hfe-post-info-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

li.hfe-post-info-item,
li.hfe-post-info-item>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-right: 8px;
    margin-left: 8px
}

.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
    position: relative;
    right: -8px
}

.hfe-post-info-inline.hfe-post-info-items {
    margin-right: -8px;
    margin-left: -8px
}

.hfe-post-info-icon svg {
    display: block
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
    position: relative
}

.hfe-icon-wrap .hfe-icon svg {
    height: 100%;
    width: 100%
}

body .elementor .hfe-button-wrapper a {
    text-decoration: none
}

.hfe-button-wrapper {
    border-radius: 3px
}

.hfe-reading-progress-bar {
    height: 4px
}

.hfe-posts-grid {
    display: grid
}

.hfe-post-image img {
    width: 100%;
    height: auto;
    display: block
}

.hfe-post-title a {
    text-decoration: none
}

.hfe-post-title {
    margin-top: 0
}

.hfe-read-more {
    text-decoration: none
}

.hfe-post-meta {
    font-size: 12px;
    line-height: 1.3em
}

.hfe-post-title {
    font-size: 20px
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 .hidden-fields-container {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 7px;
    clear: both
}

.wpml-ls-legacy-list-horizontal>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block
}

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 6px;
    line-height: 1
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
    vertical-align: unset
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    display: inline;
    vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    margin-left: .4em
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    margin-left: 0;
    margin-right: .4em
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 30px
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: center
}

.wpml-ls-statics-footer a,
.wpml-ls-statics-footer .wpml-ls-sub-menu a,
.wpml-ls-statics-footer .wpml-ls-sub-menu a:link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
    color: #444;
    background-color: #fff
}

.wpml-ls-statics-footer .wpml-ls-sub-menu a:hover,
.wpml-ls-statics-footer .wpml-ls-sub-menu a:focus,
.wpml-ls-statics-footer .wpml-ls-sub-menu a:link:hover,
.wpml-ls-statics-footer .wpml-ls-sub-menu a:link:focus {
    color: #000;
    background-color: #eee
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
    color: #444;
    background-color: #fff
}

.wpml-ls-statics-footer .wpml-ls-current-language:hover>a,
.wpml-ls-statics-footer .wpml-ls-current-language>a:focus {
    color: #000;
    background-color: #eee
}

.footer-width-fixer {
    width: 100%
}

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important
}

.bhf-hidden {
    display: none
}

.ehf-header #masthead {
    z-index: 99;
    position: relative
}

body.rtl,
html[dir=rtl] {
    --direction-multiplier: -1
}

.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    padding: .75em
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video-hosted {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-custom-embed-play {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-duration: 10s;
    transition-property: transform;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

.elementor-align-center {
    text-align: center
}

.elementor-align-right {
    text-align: right
}

.elementor-align-left {
    text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }
    .elementor-widescreen-align-right {
        text-align: right
    }
    .elementor-widescreen-align-left {
        text-align: left
    }
    .elementor-widescreen-align-center .elementor-button,
    .elementor-widescreen-align-left .elementor-button,
    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }
    .elementor-laptop-align-right {
        text-align: right
    }
    .elementor-laptop-align-left {
        text-align: left
    }
    .elementor-laptop-align-center .elementor-button,
    .elementor-laptop-align-left .elementor-button,
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }
    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
    .elementor-tablet_extra-align-center {
        text-align: center
    }
    .elementor-tablet_extra-align-right {
        text-align: right
    }
    .elementor-tablet_extra-align-left {
        text-align: left
    }
    .elementor-tablet_extra-align-center .elementor-button,
    .elementor-tablet_extra-align-left .elementor-button,
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }
    .elementor-tablet-align-right {
        text-align: right
    }
    .elementor-tablet-align-left {
        text-align: left
    }
    .elementor-tablet-align-center .elementor-button,
    .elementor-tablet-align-left .elementor-button,
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }
    .elementor-mobile_extra-align-right {
        text-align: right
    }
    .elementor-mobile_extra-align-left {
        text-align: left
    }
    .elementor-mobile_extra-align-center .elementor-button,
    .elementor-mobile_extra-align-left .elementor-button,
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }
    .elementor-mobile-align-right {
        text-align: right
    }
    .elementor-mobile-align-left {
        text-align: left
    }
    .elementor-mobile-align-center .elementor-button,
    .elementor-mobile-align-left .elementor-button,
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    display: flex;
    min-height: 1px;
    position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }
    .elementor-column.elementor-xs-20 {
        width: 20%
    }
    .elementor-column.elementor-xs-25 {
        width: 25%
    }
    .elementor-column.elementor-xs-30 {
        width: 30%
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }
    .elementor-column.elementor-xs-40 {
        width: 40%
    }
    .elementor-column.elementor-xs-50 {
        width: 50%
    }
    .elementor-column.elementor-xs-60 {
        width: 60%
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }
    .elementor-column.elementor-xs-70 {
        width: 70%
    }
    .elementor-column.elementor-xs-75 {
        width: 75%
    }
    .elementor-column.elementor-xs-80 {
        width: 80%
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }
    .elementor-column.elementor-xs-90 {
        width: 90%
    }
    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }
    .elementor-column.elementor-sm-20 {
        width: 20%
    }
    .elementor-column.elementor-sm-25 {
        width: 25%
    }
    .elementor-column.elementor-sm-30 {
        width: 30%
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }
    .elementor-column.elementor-sm-40 {
        width: 40%
    }
    .elementor-column.elementor-sm-50 {
        width: 50%
    }
    .elementor-column.elementor-sm-60 {
        width: 60%
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }
    .elementor-column.elementor-sm-70 {
        width: 70%
    }
    .elementor-column.elementor-sm-75 {
        width: 75%
    }
    .elementor-column.elementor-sm-80 {
        width: 80%
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }
    .elementor-column.elementor-sm-90 {
        width: 90%
    }
    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%
    }
    .elementor-column.elementor-md-20 {
        width: 20%
    }
    .elementor-column.elementor-md-25 {
        width: 25%
    }
    .elementor-column.elementor-md-30 {
        width: 30%
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%
    }
    .elementor-column.elementor-md-40 {
        width: 40%
    }
    .elementor-column.elementor-md-50 {
        width: 50%
    }
    .elementor-column.elementor-md-60 {
        width: 60%
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%
    }
    .elementor-column.elementor-md-70 {
        width: 70%
    }
    .elementor-column.elementor-md-75 {
        width: 75%
    }
    .elementor-column.elementor-md-80 {
        width: 80%
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%
    }
    .elementor-column.elementor-md-90 {
        width: 90%
    }
    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(10),
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 0
    }
    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(10),
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 0
    }
    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }
    .elementor-column {
        width: 100%
    }
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --row-gap: var(--widgets-spacing-row, 20px);
    --column-gap: var(--widgets-spacing-column, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap;
    margin-block-end: var(--margin-block-end);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-end: var(--padding-inline-end);
    padding-inline-start: var(--padding-inline-start)
}

.e-con:where(:not(.e-div-block-base)) {
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con {
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    padding-block-end: var(--padding-block-end);
    padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }
    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    inset-block-start: 50%;
    inset-inline-end: 10px;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    color: red;
    content: "*";
    padding-inline-start: .2em
}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: 5px;
    vertical-align: middle
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    border: none;
    padding-block-end: 0;
    padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon {
    align-items: center;
    display: flex
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    padding: .5em;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none !important
    }
    html * {
        transition-delay: 0s !important;
        transition-duration: 0s !important
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-kit-226970 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-4ec8a4d: #E3E3E3;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
}

.elementor-kit-226970 e-page-transition {
    background-color: #FFBC7D
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px
}

{}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }
    .e-con {
        --container-max-width: 767px
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    display: inline-block;
    vertical-align: middle
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

* {
    padding: 0;
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    margin-right: 0 !important
}

html.no-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

body {
    --et_font-color: #555;
    margin: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Verdana, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: var(--et_font-color) !important;
    height: auto !important;
    background-color: var(--et_container-bg-color, transparent);
    --product-stock-step-1-active-color: var(--et_green-color);
    --product-stock-step-2-active-color: var(--et_orange-color);
    --product-stock-step-3-active-color: var(--et_red-color);
    --h1-size-proportion: 2.5714;
    --h2-size-proportion: 1.7142;
    --h3-size-proportion: 1.7142;
    --h4-size-proportion: 1.2857;
    --h5-size-proportion: 1;
    --h6-size-proportion: 0.8571;
    --h1-line-height: 1.2;
    --h2-line-height: var(--h1-line-height);
    --h3-line-height: var(--h1-line-height);
    --h4-line-height: var(--h1-line-height);
    --h5-line-height: var(--h1-line-height);
    --h6-line-height: var(--h1-line-height);
    --product-title-size-proportion: 1.14;
    --product-title-line-height: 1.5;
    --et_main-color: #888;
    --et_dark-color: #222;
    --et_active-color: #a4004f;
    --et_red-color: #c62828;
    --et_green-color: #2e7d32;
    --et_blue-color: #1565c0;
    --et_orange-color: #f57f17;
    --et_yellow-color: #fdd835;
    --et_border-color: #e1e1e1;
    --et_light-color: #f7f7f7;
    --et_light-color2: #f2f2f2;
    --et_white-2-dark: #fff;
    --et_dark-2-white: #222;
    --et_select-arrow-closed: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEm0lEQVR4nO3cWaiUZRgH8N85armShlgWLZS0gLQgIVm0UGQgtEBKe110IdSFF0FXhtCNChERFLSQFBUltEC0ZxS0E7QZ0UJEG6aFltmiOV28c3DpvO+cZWa+c+Z7fjAo58x87/99HuSceb9nJIQQQgghhBBCCCGEEEIIIYQQQgghhBBCO01o/nkYrsRp+B7bK0tUL7NwFRZhM7bCOfgdjebjl+bXQmediy321H07ToeP9vriwGMHFlcSsx4ulGq8f92fhm2DfKOBv3BRBWF73cVSbQer+cvwbOabDfyDZV2P3LuWSTXN1ftGOBY/Fp60C9d0OXgvulaqZa7OD6Nv4MlH4svCk3djRfey95wVUg1z9b3TXs0YcCg2Fl7UwMrOZ+85tyrX9HaDNGPAIfi4xQVWdy57z1mtXMtVQ7nILLzX4kJr25u7J61VruEtw7nYTLzd4oL3oL892XtKv1Sb0s/jm0dy4enYULhwA/eKpuytH/fJ1+tfLB/NAlOlNyulpjyKiaNZpEdMxGPKzbihHQtNwQuFhRp4ApPasdg4NUmqQa4+O3F5Oxc8AE8WFmxI7/gnt3PRcWKy1qcdSzux8CSsLyzckP4lTenE4mPUdLwmX48/saSTASZgXSFAA69jRidDjBEz8IZ8HXZIp7od14/7C0Ea0vuYg7sRpiIH4335/f+Gs7oZqE86fyk15QPM7maoLpkt7S237204o4pgfdI5TKkpGzG3inAdMhefye93CxZUlq5plXJTPsfhVYVro8OlveT2+TNOqSzdfm5Rbso3OKaydKN3jLSH3P5+wAmVpcu4WfnM/1vMqyzdyM2Tsuf29R2OqyxdC8ulI4Jc+J8wv7J0wzdfypzbz1c4qrJ0Q3SDclM24aTK0g3dyVLW3D6+wBGVpRumK6Tzm9xmfsXCytK1tlDKmMv/iXQzb1xZqjxhsVWa2BtrFknZcrk/xJzK0o3SEuk8J7e57TivsnT/d76UKZf3Henm3biWm9IbePyBCypLt8di5Zxv4qDK0rXZ2dL5Tm6zf+OSytJxaTNDLt8rmFZZug45U35stSH9vLmsglxXK/8C8qJ057QnLbDvxPf+j124rot5rleeJnxKujnX006VPguRK8JuzRnXDrtJ+WRhvRrdlj5ROv8pNaWTo6utRjvX2fNhpto4XjoHyhWloTOjqytbrPmAGo82HY2vlQvUztHVVqOdgw49102ryfsG1rRhnVajncWh57o5FJ8qF+xuIytYf/O1pWuvGlX6HjXH4J933Psx3NHV/uZrStcc1tBz3czCu8oFfMTQRlcnSmOupd/kRjT0XDcz8ZZyUx5Xfo/QarRz1EPPdTMNryo3JTe62mq0s21Dz3UzFS8pN+V5+46uthoM3yndPAsjdCCeUW7KwOjqjObfc8/r2NBz3UzBc8pN2aA89Byft2+zCdLnuEtNyT26NvRcNxPwoOE1o+tDz3XTh7sMrRmVDT3XTR/uUG7GmBh6rpvbDN6MMTX0XDdr7NuMzdIdyXGrF46bF0u/RW3CQ9L/bBRCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYD/AI5xCCmGn2cGAAAAAElFTkSuQmCC);
    --et_select-arrow-opened: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAEZUlEQVR4nO3caYhVZRgH8N+oaWmbIWULUhS0UbQQtFFJEUXRSoRaZHvUB8EWPxgl9UVaKGmPVioKKjNB2omKooUiKpE2kXZbtE3LvQ/n3hxz3vfc0Xvvae59fnBgYO457/99nznn3jnznCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQjP1VB2gCUbj5NrXs7CwwixdbywWYU1t+wVHVRmom52KZdYWo74twykV5upKZ2Gl9YtR35bj9MrSdZlz5ItR31bi7Ioydo3LsFp5MXoX5dxKknaBSfpXjPq2WlHI0ERlZ8a7tS31/VW4oO2pO9R0+TPgJQzHiNrXuddObXP2jlNWjGcxrNfrN8PzJftc26bsHaUHt8sv7NMY2se+QzGzZN/prY3fWQbhbvkFfQSDM8cYUntN7hg3tiZ+ZxmCR+UX8gH5YtQNxoMlx7pLZ9zPa4kheFx+AW/TvwVs5NJ3r+KsDL0Mw2z5hbvFhv0099T2zR37McUPRMCmmCO/YNc1YZzrS8Z4QhTF5nhVfqGmNHG8KSVjzbbux+iusgVel1+gK1sw7lUlY85RnLVdZRvltzouaeH4l8rfinlO8UtmVxiF9+WLcWEbclxUGyuV4zXFWdzRtsdc6UVYgXFtzDO+NmYqzxvYso152mpHzJOe/HKcUUGuM2tjp3K9p7jEdpRdMF960n/hhMrScSL+7iNXfftAcantCLtigfRkl+K4qsL1crwiSyrnXMUld0DbC99JT/J3HFFZuvUdiT+k887DDpWl20j74Afpyf2KwypLl3Y4fpPO/Sl2qizdBjrIug1s/91+xgGVpSt3oCJjKv8CxaV4QDgYi6Un8yP2qyxd4/bHT9Lz+Aq7VZauQWPlr8HfYI/K0vXfnvhWej7fY+/K0pU4Bkukw89XfPwdaHbH19LzWoh9K0uXcJL85/jPMaaydBtvZ3wpPb9FivfN/4VU03N9+0TxyMBANwafSc9zseL9s1JlTc8fYbvK0jXfaHws/1H+0KrCTZQvxjsYWVW4FtoWH0rP+08c3e5QZa2db2Hrdodqo5F4W3r+S3Bsu8KUNT2/omjr7HRb4U3pdVhm7aN2LXN1JsAavKjos+0WI/CyfFFOa9XgZX22s3Rng8BwvCC9Li15cKisGE/pu8+2WwzFM/JFmdiMgXpwR2agNXhYY62dnW4TPCm9Thv94NAg3JMZYA3uF8XobTAeki/KpA05cCNNzzNEo3JfBuE++aJM7s8BG2l6vlkUI6cHt8qv4TWNHKiRpudpTY3euXpwk/xaZh8caqTpuZl9tt1imvya3tDXTmVNz6txRWtzd7SyJu879XoLGCL/oGQUozmmyhfl30fsLs+8KB66b67J8vcBx5O+F7MK57c9cufLdd7PoO9f/lZgQgVhu8V5+v5b0gSKTrzenRVLxb82aodxis7N+rrPxOD6O/soXKy4nfyIomUytN4oHIIvxJqHEEIIIYQQQgghhBBCCCGEEEIIIYQQQkv8A07d/ovDcJx+AAAAAElFTkSuQmCC);
    --et_404-page-bg-image: url(https://accessfloorpolygroup.com/wp-content/themes/xstore/../../images/404.png);
    --et_link-color: var(--et_dark-2-white);
    --et_link-hover-color: var(--et_main-color);
    --et_btn-color: var(--et_dark-2-white);
    --et_btn-bg-color: var(--et_light-color2);
    --et_btn-br-color: var(--et_light-color2);
    --et_btn-color-hover: #fff;
    --et_btn-bg-color-hover: var(--et_active-color);
    --et_btn-br-color-hover: var(--et_active-color);
    --et_btn-bordered-color: var(--et_dark-color);
    --et_btn-bordered-bg-color: transparent;
    --et_btn-bordered-br-color: var(--et_border-color);
    --et_btn-bordered-color-hover: var(--et_dark-color);
    --et_btn-bordered-bg-color-hover: #fff;
    --et_btn-bordered-br-color-hover: var(--et_border-color);
    --et_btn-active-color: #fff;
    --et_btn-active-bg-color: var(--et_active-color);
    --et_btn-active-br-color: var(--et_active-color);
    --et_btn-active-color-hover: #fff;
    --et_btn-active-bg-color-hover: var(--et_active-color);
    --et_btn-active-br-color-hover: var(--et_active-color);
    --et_btn-light-color: #fff;
    --et_btn-light-bg-color: var(--et_btn-bg-color);
    --et_btn-light-br-color: var(--et_border-color);
    --et_btn-light-text-transform: uppercase;
    --et_btn-light-color-hover: #fff;
    --et_btn-light-bg-color-hover: var(--et_active-color);
    --et_btn-light-br-color-hover: var(--et_active-color);
    --et_btn-dark-color: #fff;
    --et_btn-dark-bg-color: var(--et_dark-color);
    --et_btn-dark-br-color: var(--et_dark-color);
    --et_btn-dark-color-hover: #fff;
    --et_btn-dark-bg-color-hover: #4c4c4c;
    --et_btn-dark-br-color-hover: #4c4c4c;
    --et_dark-2-white-0: rgba(0, 0, 0, 0);
    --et_dark-2-white-01: rgba(0, 0, 0, 0.1);
    --et_dark-2-white-02: rgba(0, 0, 0, 0.2);
    --et_dark-2-white-03: rgba(0, 0, 0, 0.3);
    --et_dark-2-white-08: rgba(0, 0, 0, 0.8);
    --et_dark-2-white-002: rgba(0, 0, 0, 0.02);
    --et_white-2-dark-0: rgba(255, 255, 255, 0);
    --et_white-2-dark-01: rgba(255, 255, 255, 0.1);
    --et_white-2-dark-05: rgba(255, 255, 255, 0.5);
    --et_white-2-dark-07: rgba(255, 255, 255, 0.7);
    --et_white-2-dark-09: rgba(255, 255, 255, 0.9);
    --et_dark-2-light-dark: var(--et_dark-color);
    --et_white-2-light-dark: #fff
}

body.et-compare:before {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

h1 {
    margin: 0 0 .67em 0
}

mark {
    background: 0 0;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

body p:empty {
    display: none !important
}

img.emoji {
    display: inline !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important
}

.active-color {
    color: var(--et_active-color)
}

fieldset {
    border: 1px solid var(--et_border-color);
    border-radius: var(--et_inputs-border-radius, 0);
    margin: 0 0 3em;
    padding: 1.5em 2.5em;
    min-width: 0
}

fieldset legend {
    display: inline-block;
    width: auto;
    padding-right: 7px;
    padding-left: 7px
}

legend {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--et_dark-2-white);
    margin-bottom: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address {
    font-style: italic;
    font-size: 1.14rem
}

.h1,
h1 {
    margin-top: 0;
    font-size: calc(var(--h1-size-proportion) * 1rem);
    line-height: var(--h1-line-height);
    font-weight: 400;
    margin-bottom: .5rem;
    color: var(--et_dark-2-white)
}

.h2,
h2 {
    line-height: var(--h2-line-height);
    color: var(--et_dark-2-white)
}

.h3,
h3 {
    line-height: var(--h3-line-height);
    color: var(--et_dark-2-white)
}

.h4,
h4 {
    line-height: var(--h4-line-height);
    color: var(--et_dark-2-white)
}

.h5,
h5 {
    line-height: var(--h5-line-height);
    color: var(--et_dark-2-white)
}

.h6,
h6 {
    line-height: var(--h6-line-height);
    color: var(--et_dark-2-white)
}

.h2,
.h3,
h2,
h3 {
    margin-top: 0;
    font-size: calc(var(--h2-size-proportion) * 1rem);
    font-weight: 400;
    margin-bottom: .7rem
}

.h3,
h3 {
    font-size: calc(var(--h3-size-proportion) * 1rem)
}

.h4,
h4 {
    margin-top: 0;
    font-size: calc(var(--h4-size-proportion) * 1rem);
    font-weight: 400;
    margin-bottom: .7rem
}

.h5,
h5 {
    margin-top: 0;
    font-size: calc(var(--h5-size-proportion) * 1rem);
    font-weight: 400;
    margin-bottom: .7rem
}

.h6,
h6 {
    margin-top: 0;
    font-size: calc(var(--h6-size-proportion) * 1rem);
    font-weight: 400;
    margin-bottom: .7rem
}

p {
    margin-bottom: 1.43rem;
    line-height: var(--p-line-height, 1.6);
    font-size: var(--p-font-size, 1.14rem)
}

.aligncenter,
.bypostauthor,
.gallery-caption,
.wp-caption,
.wp-caption-text {
    opacity: 1
}

.wp-caption {
    max-width: 100%
}

img.aligncenter {
    margin: .35em auto
}

img.alignright {
    float: right;
    margin: .14em 0 1.42em 1.42em
}

img.alignleft {
    float: left;
    margin: .14em 1.42em 1.42em 0
}

.cursor-pointer {
    cursor: pointer
}

.aligncenter {
    display: block;
    margin: .36em auto
}

.alignright {
    float: right;
    margin: 1.07em 0 2.14em 1.07em !important
}

.alignleft {
    float: left;
    margin: 15px 2.14em 1.07em 0 !important
}

.content ul,
.type-product ul {
    margin-bottom: 1.43em
}

.content ol ol,
.content ul ul,
.type-product ol ol,
.type-product ul ul {
    margin-bottom: 0
}

.content li,
.type-product li {
    margin-bottom: .5em;
    line-height: 1.8;
    font-size: 1.14rem
}

.content ol,
.content ul,
.type-product ol,
.type-product ul {
    padding-left: 20px
}

.content .simple-list li,
.type-product .simple-list li {
    padding: 5px 0
}

body ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: var(--et_border-color)
}

.nano-pane {
    width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0
}

.nano-pane>.nano-slider {
    position: relative;
    margin: 0;
    border-radius: 3px
}

body ::-webkit-scrollbar-thumb {
    background: #bbb
}

.nano-slider {
    background: #bbb;
    z-index: 3
}

.et-overflow-hidden {
    overflow: hidden
}

.et-content-shown:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24, 24, 24, .3);
    content: '';
    z-index: 1003;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.page-wrapper {
    position: relative;
    z-index: 1;
    background-color: var(--et_container-bg-color, transparent)
}

.template-container {
    position: relative;
    overflow: hidden
}

@media (min-width:1200px) {
    .boxed .template-container,
    .framed .template-container {
        width: 1230px;
        margin: 0 auto
    }
    .framed .template-container {
        margin-top: 50px;
        margin-bottom: 50px
    }
    body.bordered {
        border: 20px solid #f5f5f5
    }
    body.bordered .body-border-bottom,
    body.bordered .body-border-left,
    body.bordered .body-border-right,
    body.bordered .body-border-top {
        position: fixed;
        z-index: 1001;
        background-color: #f5f5f5
    }
    body.bordered .body-border-left,
    body.bordered .body-border-right {
        top: 0;
        bottom: 0;
        width: 20px
    }
    body.bordered .body-border-left {
        left: 0
    }
    body.bordered .body-border-right {
        right: 0
    }
    body.bordered .body-border-bottom,
    body.bordered .body-border-top {
        height: 20px;
        left: 0;
        right: 0
    }
    body.bordered .body-border-top {
        top: 0
    }
    body.bordered .body-border-bottom {
        bottom: 0
    }
    body.bordered .et-notify {
        top: 22px
    }
    body.bordered.admin-bar .body-border-top {
        height: 52px
    }
    body.bordered.admin-bar .et-notify {
        top: 52px
    }
    body.bordered:not(.rtl) .et-notify {
        right: 20px
    }
    body.bordered.rtl .et-notify {
        left: 20px
    }
    body.bordered .etheme-sticky-panel {
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.etheme-elementor-off-canvas--shown .etheme-sticky-panel,
.etheme-sticky-panel.outside,
body:has(.et-quick-view-wrapper) .etheme-sticky-panel {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

::-moz-selection {
    background: var(--et_selection-bg-color, #f2f2f2)
}

::selection {
    background: var(--et_selection-bg-color, #f2f2f2)
}

::-moz-selection {
    background: var(--et_selection-bg-color, #f2f2f2)
}

.content::-moz-selection,
.mpc-carousel__wrapper::-moz-selection,
.mpc-nav__icon::-moz-selection,
.mpc-navigation::-moz-selection,
.mpc-wc-carousel-products::-moz-selection,
.product-content-image::-moz-selection,
.rev_slider::-moz-selection,
.rev_slider_wrapper::-moz-selection,
.slick-list::-moz-selection,
.swiper-container .swiper-lazy::-moz-selection,
.swiper-container::-moz-selection,
.swiper-custom-left::-moz-selection,
.swiper-custom-right::-moz-selection,
.swiper-entry::-moz-selection,
.swiper-slide .content-product::-moz-selection,
.swiper-slide::-moz-selection,
.tp-bgimg::-moz-selection,
.tp-carousel-wrapper::-moz-selection,
.tp-revslider-mainul::-moz-selection,
.tp-revslider-slidesli::-moz-selection {
    background-color: var(--et_selection-bg-color, transparent)
}

.content::selection,
.mpc-carousel__wrapper::selection,
.mpc-nav__icon::selection,
.mpc-navigation::selection,
.mpc-wc-carousel-products::selection,
.product-content-image::selection,
.rev_slider::selection,
.rev_slider_wrapper::selection,
.slick-list::selection,
.swiper-container .swiper-lazy::selection,
.swiper-container::selection,
.swiper-custom-left::selection,
.swiper-custom-right::selection,
.swiper-entry::selection,
.swiper-slide .content-product::selection,
.swiper-slide::selection,
.tp-bgimg::selection,
.tp-carousel-wrapper::selection,
.tp-revslider-mainul::selection,
.tp-revslider-slidesli::selection {
    background-color: var(--et_selection-bg-color, transparent)
}

.a-center {
    text-align: center
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.quicklinks a .ab-icon.et-ab-label img {
    padding: 6px 0 0 !important;
    max-width: 20px
}

@media only screen and (max-width:768px) {
    .mob-center {
        text-align: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.demo_store {
    width: 100%;
    z-index: 1005;
    color: #1a1a1a;
    background-color: #f2f2f2;
    margin-bottom: 0;
    text-align: center;
    padding: 3px 15px
}

.yith-wcbm-badge {
    z-index: 4
}

.et-cookies-popup-wrapper {
    background: #fff;
    z-index: 1000;
    margin: 15px;
    padding: 30px;
    border: 1px solid #e1e1e1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: all .7s linear;
    transition: all .7s linear
}

.et-cookies-popup-wrapper .close {
    margin: 15px;
    line-height: 1;
    cursor: pointer
}

.et-cookies-popup-wrapper .cookies-button {
    height: auto
}

.et-cookies-popup-wrapper .cookies-button:only-child {
    margin-top: 30px
}

.et-cookies-popup-wrapper .cookies-details {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px
}

.et-cookies-popup-wrapper.right.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.et-cookies-popup-wrapper.right.left .cookies-button {
    margin-top: 0;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

@media only screen and (max-width:768px) {
    .et-cookies-popup-wrapper.right.left .cookies-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .et-cookies-popup-wrapper.right.left .cookies-button {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-top: 15px
    }
}

.et-cookies-popup-wrapper.removing {
    opacity: 0;
    visibility: hidden
}

.et-cookies-popup-wrapper.removing.left:not(.right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.et-cookies-popup-wrapper.removing.right:not(.left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.et-cookies-popup-wrapper.removing.left.right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

body.rtl .et-cookies-popup-wrapper.removing.left:not(.right) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

body.rtl .et-cookies-popup-wrapper.removing.right:not(.left) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #222
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: .85rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -1em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1.42857143;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus {
    outline-offset: -2px
}

figure {
    margin: 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.breadcrumb-trail .page-heading,
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container,
    .single-product .woocommerce-error,
    .single-product .woocommerce-info,
    .single-product .woocommerce-message {
        width: 750px
    }
    .breadcrumb-trail .page-heading {
        max-width: 750px
    }
    footer.footer:after {
        width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .single-product .woocommerce-error,
    .single-product .woocommerce-info,
    .single-product .woocommerce-message {
        width: 970px
    }
    .breadcrumb-trail .page-heading {
        max-width: 970px
    }
    footer.footer:after {
        width: 940px
    }
}

@media (min-width:1200px) {
    .single-product .woocommerce-error,
    .single-product .woocommerce-info,
    .single-product .woocommerce-message {
        width: 1170px
    }
    .breadcrumb-trail .page-heading {
        max-width: 1170px
    }
    .container,
    .et-container,
    div.container {
        width: 100%
    }
    footer.footer:after {
        width: 1140px
    }
    .boxed .header-wrapper,
    .boxed .template-container,
    .footer:after,
    .framed .header-wrapper,
    .framed .template-container {
        max-width: 100%
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: start
}

th {
    text-align: start;
    font-weight: 400
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--et_container-bg-color, #fff);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox+.checkbox,
.radio input[type=radio],
.radio+.radio,
.radio-inline input[type=radio] {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: end;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.btn,
.button,
form #qna-ask-input button,
form button,
input[type=button],
input[type=submit] {
    display: inline-block;
    border-radius: 0;
    border: 1px solid var(--et_btn-br-color);
    color: var(--et_btn-color);
    -webkit-text-fill-color: currentColor;
    text-transform: uppercase;
    font-size: var(--et_btn-size, .85rem);
    text-align: center;
    line-height: 1;
    padding: .75rem 2.2rem;
    height: var(--et_inputs-height, 2.642rem);
    background-color: var(--et_btn-bg-color);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn:hover,
.button:hover,
form #qna-ask-input button:hover,
form button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    color: var(--et_btn-color-hover);
    background-color: var(--et_btn-bg-color-hover);
    border-color: var(--et_btn-br-color-hover);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn:focus,
.button:focus,
form #qna-ask-input button:focus,
form button:focus,
input[type=button]:focus,
input[type=submit]:focus {
    color: var(--et_btn-color);
    outline: 0
}

.btn:hover:focus,
.button:hover:focus,
form #qna-ask-input button:hover:focus,
form button:hover:focus,
input[type=button]:hover:focus,
input[type=submit]:hover:focus {
    color: var(--et_white-2-dark);
    outline: 0
}

.btn.active,
.button.active,
form #qna-ask-input button.active,
form button.active,
input[type=button].active,
input[type=submit].active {
    background-color: var(--et_btn-active-bg-color);
    color: var(--et_btn-active-color);
    border-color: var(--et_btn-active-br-color)
}

.btn.active:hover,
.button.active:hover,
form #qna-ask-input button.active:hover,
form button.active:hover,
input[type=button].active:hover,
input[type=submit].active:hover {
    background-color: var(--et_btn-active-bg-color-hover);
    color: var(--et_btn-active-color-hover);
    border-color: var(--et_btn-active-br-color-hover)
}

.btn.active:focus,
.btn.active:hover:focus,
.button.active:focus,
.button.active:hover:focus,
form #qna-ask-input button.active:focus,
form #qna-ask-input button.active:hover:focus,
form button.active:focus,
form button.active:hover:focus,
input[type=button].active:focus,
input[type=button].active:hover:focus,
input[type=submit].active:focus,
input[type=submit].active:hover:focus {
    color: var(--et_btn-active-color-hover)
}

input[type=button],
input[type=submit] {
    height: auto
}

.btn.active:hover {
    opacity: .8 !important
}

#commentform input[type=button],
.btn-black,
.btn.black,
.form-submit input[type=submit] {
    background-color: var(--et_btn-dark-bg-color);
    border: 1px solid var(--et_btn-dark-br-color);
    color: var(--et_btn-dark-color);
    -webkit-text-fill-color: currentColor
}

#commentform input[type=button]:hover,
.btn-black:hover,
.btn.black:hover,
.form-submit input[type=submit]:hover {
    background-color: var(--et_btn-dark-bg-color-hover);
    border-color: var(--et_btn-dark-br-color-hover);
    color: var(--et_btn-dark-color-hover)
}

.woocommerce-Button {
    height: auto;
    color: var(--et_btn-color);
    background-color: var(--et_btn-bg-color);
    border-color: var(--et_btn-br-color)
}

.woocommerce-Button:hover {
    color: var(--et_btn-color-hover);
    background-color: var(--et_btn-bg-color-hover);
    border-color: var(--et_btn-br-color-hover)
}

.woocommerce-Button+label.inline {
    margin-bottom: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.btn-checkout,
.mini-cart-buttons .btn-checkout {
    color: var(--et_btn-active-color);
    background-color: var(--et_btn-active-bg-color);
    border-color: var(--et_btn-active-br-color)
}

.btn-checkout:hover,
.mini-cart-buttons .btn-checkout:hover {
    opacity: .8 !important;
    color: var(--et_btn-active-color-hover);
    background-color: var(--et_btn-active-bg-color-hover);
    border-color: var(--et_btn-active-br-color-hover)
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:not(.black):not(.active):not(.bordered):not(.style-custom) {
    color: var(--et_btn-color);
    background-color: var(--et_btn-bg-color);
    border-color: var(--et_btn-br-color)
}

.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover {
    color: var(--et_btn-color-hover);
    background-color: var(--et_btn-bg-color-hover);
    border-color: var(--et_btn-br-color-hover)
}

.btn[disabled],
.button.disabled {
    opacity: .7;
    cursor: not-allowed
}

.btn.small {
    padding: .65rem 1.5rem;
    font-size: .75rem;
    height: auto
}

.btn.medium {
    font-size: .85rem;
    height: auto
}

.btn.big {
    font-size: 1rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.btn.white {
    background-color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .9)
}

.btn.white:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--et_dark-color)
}

.btn.bordered,
.btn.bordered.big,
.btn.bordered.medium,
.btn.bordered.small {
    background-color: var(--et_btn-bordered-bg-color);
    color: var(--et_btn-bordered-color);
    border: 1px solid var(--et_btn-bordered-br-color)
}

.btn.bordered.big:focus,
.btn.bordered.big:hover,
.btn.bordered.medium:focus,
.btn.bordered.medium:hover,
.btn.bordered.small:focus,
.btn.bordered.small:hover,
.btn.bordered:focus,
.btn.bordered:hover {
    background-color: var(--et_btn-bordered-bg-color-hover);
    border-color: var(--et_btn-bordered-br-color-hover);
    color: var(--et_btn-bordered-color-hover)
}

.btn-underline {
    position: relative;
    display: inline-block
}

.btn-underline:after {
    content: "";
    width: 100%;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: var(--et_active-color);
    opacity: 0;
    display: block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.btn-underline:hover:after {
    left: 0;
    right: 0;
    opacity: 1
}

.btn-advanced {
    background-color: var(--et_active-color);
    color: #fff !important;
    padding: 9px 63px 9px 23px;
    text-transform: uppercase;
    font-size: 13px;
    border-color: var(--et_active-color)
}

input[type=submit].btn-advanced {
    border-color: var(--et_active-color);
    background-color: var(--et_active-color)
}

.btn-advanced:before {
    content: "";
    width: 40px;
    height: 41px;
    right: 0;
    display: block;
    -webkit-transform: none;
    transform: none;
    background-color: var(--et_dark-2-white-01)
}

.btn-advanced:after {
    top: -2px;
    color: #fff;
    opacity: 1;
    margin-left: 0;
    content: '\e904';
    font-family: xstore-icons;
    display: inline-block;
    position: absolute;
    right: -15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.et-load-block {
    position: relative
}

.et-load-block .btn {
    padding: 0;
    height: auto;
    border: none
}

.et-load-block .btn a {
    padding: .83rem 1.7rem;
    display: inline-block;
    color: currentColor
}

.et-load-block.loading .et-loader {
    z-index: 1;
    opacity: 1;
    visibility: visible
}

.et-load-block.lazy-loading .btn,
.et-load-block.loading .btn {
    opacity: 0
}

.et-load-block .et-loader {
    z-index: -1;
    position: static;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.et-load-block .et-loader-img {
    max-width: 200px
}

.et-load-block p {
    margin-bottom: 0
}

.et-ajax-element {
    min-height: 100px
}

.et-loader {
    position: relative;
    margin: 0 auto
}

.loader-circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    margin: auto
}

.loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: var(--et_main-color);
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

body>.et-loader {
    background-color: var(--et_white-2-dark-09);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

body>.et-loader svg {
    width: 40px
}

.et-loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rtl .et-loader-img {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.blockOverlay {
    display: block;
    background: var(--et-blockOverlay-color, var(--et_white-2-dark-05)) !important;
    opacity: 1 !important;
    line-height: 1
}

.blockOverlay:before,
.etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before {
    position: absolute;
    left: calc(50% - (var(--et_loader-size, 18px)/ 2));
    top: calc(50% - (var(--et_loader-size, 18px)/ 2))
}

.rtl .blockOverlay:before,
.rtl .etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before {
    left: auto;
    right: calc(50% - (var(--et_loader-size, 18px)/ 2))
}

.products-loop {
    position: relative
}

.products-loop .product-ajax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--et_white-2-dark-07);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    z-index: -1
}

.products-loop .product-ajax.loading {
    opacity: 1;
    visibility: visible;
    z-index: 3
}

.products-loop .product-ajax .loader-path {
    stroke: var(--et_main-color)
}

.products-loop .product-ajax .loader-circular {
    bottom: auto;
    top: 150px
}

.product-details .compare.button .blockOverlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--et_white-2-dark);
    z-index: -1
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before {
    display: inline-block
}

.content-product .wishlist-fragment .blockOverlay {
    background-color: transparent !important
}

.content-product .wishlist-fragment .blockOverlay:before {
    width: var(--et_loader-size, 16px);
    height: var(--et_loader-size, 16px);
    top: calc(50% - (var(--et_loader-size, 16px)/ 2));
    left: calc(50% - (var(--et_loader-size, 16px)/ 2))
}

.content-product .wishlist-fragment a.add_to_wishlist[style]:before {
    opacity: 0;
    visibility: hidden
}

.rtl .content-product .wishlist-fragment .blockOverlay:before {
    left: auto;
    right: calc(50% - (var(--et_loader-size, 16px)/ 2))
}

.product-view-default .wishlist-fragment .blockOverlay:before,
.product-view-light .wishlist-fragment .blockOverlay:before {
    top: -16px
}

.product-view-default .wishlist-fragment .blockOverlay:before {
    left: 3px
}

.product-details .compare.button .blockOverlay:before,
.view-color-transparent .compare.button .blockOverlay:before,
.view-color-white .compare.button .blockOverlay:before {
    color: var(--et_dark-color)
}

.blockOverlay:before,
.etheme-elementor-off-canvas.processing .etheme-elementor-off-canvas__main:before,
div.pp_default .pp_loaderIcon:before,
div.wpcf7 .ajax-loader:before,
div.wpcf7 .wpcf7-spinner:before {
    content: '';
    -webkit-animation: rotate .75s infinite linear;
    animation: rotate .75s infinite linear;
    width: var(--et_loader-size, 18px);
    height: var(--et_loader-size, 18px);
    border: 1px solid var(--et_loader-br-color, var(--et_border-color));
    border-left-color: var(--et_loader-br-color2, #888);
    border-radius: 50%;
    display: inline-block
}

div.pp_default .pp_loaderIcon {
    background: 0 0 !important
}

div.pp_default .pp_loaderIcon:before {
    height: 100%;
    width: 100%
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -24.34889px
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.98873px, 242.77666px;
        stroke-dashoffset: -26.70543px
    }
    43.75% {
        stroke-dasharray: 84.97183px, 242.77666px;
        stroke-dashoffset: -84.97183px
    }
    100% {
        stroke-dasharray: 2.42777px, 242.77666px;
        stroke-dashoffset: -24.34889px
    }
}

.et-preloader-on>.et-loader {
    opacity: 1;
    z-index: 1000;
    position: fixed
}

.et-preloader-hide>.et-loader {
    display: none;
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single),
.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .et-icon,
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation),
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .et-icon {
    color: transparent !important;
    -webkit-transition: none !important;
    transition: none !important
}

.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .et-icon svg,
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .et-icon svg {
    opacity: 0;
    visibility: hidden
}

.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single) .mt-mes,
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation) .mt-mes {
    display: none !important
}

.xstore-compare.processing:not(.xstore-compare-has-animation):not(.xstore-compare-icon.xstore-compare-single):before,
.xstore-wishlist.processing:not(.xstore-wishlist-has-animation):before {
    content: '';
    position: absolute;
    -webkit-animation: rotate .75s infinite linear;
    animation: rotate .75s infinite linear;
    width: 16px;
    height: 16px;
    border: 1px solid var(--et_loader-br-color, var(--et_border-color)) !important;
    border-left-color: var(--et_loader-br-color2, #888) !important;
    border-radius: 50%;
    display: inline-block !important;
    left: calc(50% - 8px) !important;
    top: calc(50% - 8px) !important
}

@keyframes opacity-loader {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes opacity-loader {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.etheme-ajaxify-lazy-wrapper {
    display: block;
    text-align: center;
    position: relative;
    min-height: calc(var(--etheme-ajaxify-loader-size, 2rem) + 10px);
    width: 100%
}

.et_b_header-menu .secondary-menu-wrapper .etheme-ajaxify-lazy-wrapper,
.et_b_header-menu.header-mobile-menu .etheme-ajaxify-lazy-wrapper {
    min-height: 300px
}

.etheme-ajaxify-loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: var(--etheme-ajaxify-loader-size, 1.5rem);
    height: var(--etheme-ajaxify-loader-size, 1.5rem);
    left: calc(50% - (var(--etheme-ajaxify-loader-size, 1.5rem)/ 2));
    top: calc(50% - (var(--etheme-ajaxify-loader-size, 1.5rem)/ 2));
    border: 1px solid var(--etheme-ajaxify-loader-color, #e1e1e1);
    border-left-color: var(--etheme-ajaxify-loader-color-active, #888);
    border-radius: 50%;
    -webkit-animation: rotate .3s linear infinite;
    animation: rotate .3s linear infinite;
    z-index: 1
}

.etheme-ajaxify-skeleton {
    min-height: 50px;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, var(--linear-gradient, #f4f4f4)), color-stop(0, transparent));
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 100%, transparent 0);
    background-size: 100% calc(100% - 20px);
    overflow: hidden
}

.etheme-ajaxify-skeleton:before {
    display: none
}

.etheme-ajaxify-skeleton:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0))), color-stop(50%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, .8))), color-stop(80%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0))));
    background-image: linear-gradient(90deg, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 20%, var(--linear-gradient-overlay-2, rgba(255, 255, 255, .8)) 50%, var(--linear-gradient-overlay, rgba(255, 255, 255, 0)) 80%);
    background-size: 60% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat;
    -webkit-animation: skeletonloading 1.5s infinite .2s;
    animation: skeletonloading 1.5s infinite .2s;
    z-index: 1
}

.etheme-ajaxify-skeleton[data-type=widget] {
    min-height: 200px;
    background-image: linear-gradient(var(--linear-gradient, #f4f4f4) 25px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0), linear-gradient(var(--linear-gradient, #f4f4f4) 15px, transparent 0);
    background-size: 50% 25px, 70% 15px, 40% 15px, 50% 15px, 30% 15px;
    background-position: left top, left 35px, left 60px, left 85px, left 110px
}

.wp-block-button {
    margin-bottom: 15px
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff
}

.wp-block-cover {
    margin-bottom: .36em
}

.wp-block-search .wp-block-search__button {
    padding: 0;
    color: #fff;
    background-color: var(--et_dark-color);
    border-color: var(--et_dark-color);
    margin: 0;
    font-size: 0
}

.wp-block-search .wp-block-search__button:before {
    font-size: 14px
}

.wp-block-latest-comments ul li {
    list-style: none;
    margin-bottom: .71em
}

input[type=checkbox] {
    display: inline-block;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin-right: 4px;
    width: var(--et_inputs-radio-size);
    height: var(--et_inputs-radio-size)
}

input[type=checkbox]:focus {
    outline: 0
}

input[type=radio] {
    display: inline-block;
    margin-right: 4px;
    width: var(--et_inputs-radio-size);
    height: var(--et_inputs-radio-size)
}

input[type=radio]:focus {
    outline: 0
}

.input-password-wrap {
    position: relative;
    display: inline-block;
    width: 100%
}

.input-password-wrap svg {
    position: absolute;
    top: 0;
    right: 10px;
    height: var(--et_inputs-height, 2.642rem);
    fill: var(--et_dark-2-white)
}

.input-password-wrap[data-type=password] .hide-password,
.input-password-wrap[data-type=text] .show-password {
    display: none
}

.select2.select2-container--default .select2-selection--single,
select {
    padding: 0 2.9em 0 1em;
    cursor: pointer;
    color: var(--et_main-color);
    height: var(--et_inputs-height, 2.642rem);
    line-height: 2rem;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: start;
    position: relative;
    border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
    border-radius: var(--et_inputs-border-radius, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-image: var(--et_select-arrow-closed);
    background-size: var(--et_select-arrow-size, 10px)
}

.select2.select2-container--default .select2-selection--single:focus,
select:focus {
    outline: 0
}

.select2.select2-container--default .select2-selection--single::-ms-expand,
select::-ms-expand {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 2.35rem;
    color: var(--et_main-color);
    white-space: normal
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-search--dropdown {
    background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark))
}

.select2-container--default .select2-dropdown,
.select2-container--default .select2-dropdown .select2-search__field {
    border-color: var(--et_border-color)
}

.select2-container--default .select2-dropdown .select2-search__field {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border-radius: 0
}

.select2-container--open.select2 .select2-selection--single {
    background-image: var(--et_select-arrow-opened)
}

.select2-container .select2-selection--single {
    margin: 0
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: 0 0;
    color: var(--et_dark-2-white)
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: 0 0;
    color: var(--et_main-color)
}

.select2-container--default .select2-results__option[data-selected=true] {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 3px
}

.select2-container--default .select2-results__option {
    font-size: 1.14rem
}

.select2-drop,
.select2-results {
    background-color: var(--et_container-bg-color, transparent)
}

.select2-search--dropdown {
    padding: 0
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:hover:focus,
.select2-results__option:focus {
    outline: 0
}

.dokan-form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea,
textarea.form-control {
    border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
    background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
    outline: 0;
    border-radius: var(--et_inputs-border-radius, 0);
    width: 100%;
    color: var(--et_dark-2-white);
    font-size: 1.14rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: start
}

.dokan-form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea.form-control:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: var(--et_font-color)
}

input.dokan-form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    height: var(--et_inputs-height, 2.642rem);
    line-height: 2rem;
    padding: 0 1.07em;
    -webkit-appearance: none
}

textarea,
textarea.form-control {
    padding: 1.07em;
    line-height: 1.5;
    font-size: 1.14rem
}

input.form-control:-moz-placeholder,
input.form-control:-ms-input-placeholder,
input.form-control::-moz-placeholder,
input.form-control::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
    color: var(--et_main-color)
}

input.form-control:focus:-moz-placeholder,
input.form-control:focus:-ms-input-placeholder,
input.form-control:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

input[type=number] {
    -moz-appearance: textfield;
    font-size: 1rem
}

textarea:focus:-moz-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.woocommerce-invalid {
    --et_inputs-border-color: var(--et_red-color)
}

label.checkbox {
    font-size: 1.14rem;
    display: inline-block;
    margin: 0
}

.form-control {
    -webkit-appearance: none
}

.select2-container .select2-choice {
    border: none;
    border-radius: 0;
    background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark));
    height: 2.57rem;
    line-height: 2.57rem
}

.select2-drop-active {
    border: 1px solid var(--et_light-color)
}

.select2-search input {
    padding: 0 .8em !important
}

iframe {
    max-width: 100% !important
}

abbr[title],
acronym[title] {
    text-decoration: none;
    border-bottom: none
}

.rev-btn {
    -webkit-transition: none;
    transition: none
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    cursor: pointer;
    color: var(--et_link-color);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a:focus,
a:hover {
    outline: 0;
    color: var(--et_link-color-hover)
}

a.color-white,
a.color-white:hover {
    color: var(--et_white-2-dark)
}

a.color-white:hover,
a.underline {
    text-decoration: underline
}

a.no-click {
    pointer-events: none
}

.wp-caption-text {
    padding-top: .71em;
    color: var(--et_main-color);
    font-size: 1em !important;
    text-align: center;
    font-style: normal
}

.wp-caption-text strong {
    color: var(--et_dark-2-white)
}

ol.active,
ol.simple,
ol.squared {
    list-style: none;
    counter-reset: li
}

ol.active>li,
ol.simple>li,
ol.squared>li {
    padding: .71em 0 .71em 2.14em;
    position: relative
}

ol.active>li:before,
ol.simple>li:before,
ol.squared>li:before {
    left: -.71em
}

ol.active>li:before,
ol.simple>li:before {
    border-radius: 50%;
    content: var(--et-list-item-marker, counter(li));
    counter-increment: li;
    position: absolute;
    display: inline-block;
    width: 2.28em;
    height: 2.28em;
    font-size: 1rem;
    margin-top: 0;
    line-height: 2.28em;
    text-align: center;
    color: var(--et_white-2-dark);
    background: #cecece
}

ol.active>li:before {
    background-color: var(--et_active-color)
}

ol.squared>li:before {
    position: absolute;
    content: var(--et-list-item-marker, counter(li));
    counter-increment: li;
    background-color: #f2f2f2;
    display: inline-block;
    color: var(--et_dark-2-white);
    width: 2.21em;
    line-height: 2.36rem;
    margin-top: 0;
    height: 2.21em;
    text-align: center
}

ul.arrow>li,
ul.circle>li,
ul.square>li,
ul.tick>li {
    list-style: none;
    position: relative;
    padding-left: 1.43em
}

ul.arrow>li:before,
ul.circle>li:before,
ul.square>li:before,
ul.tick>li:before {
    content: var(--et-list-item-marker, '');
    color: var(--et-list-item-marker-color, inherit);
    font-family: xstore-icons;
    display: inline-block;
    font-size: 12px;
    margin-right: 1em;
    margin-left: -1.86em
}

ul.square {
    --et-list-item-marker: '\e941'
}

ul.circle {
    --et-list-item-marker: '\e92b'
}

ul.arrow {
    --et-list-item-marker: '\e904'
}

ul.tick {
    --et-list-item-marker: '\e918'
}

ul.active {
    padding-left: 0
}

ul.active>li {
    position: relative;
    padding-left: 1.43em;
    line-height: 1.4;
    list-style-position: inside
}

dl p {
    margin-bottom: 0;
    line-height: 1.42857143
}

blockquote:not(.etheme-blockquote) {
    position: relative;
    margin-top: 1.43em;
    padding: 1.35em 0 1.35em 1.8em;
    border-left: 3px solid var(--et_dark-2-white-01);
    font-style: italic !important
}

blockquote:not(.etheme-blockquote) cite {
    color: var(--et_main-color);
    font-size: 1.14rem
}

blockquote:not(.etheme-blockquote) cite strong {
    color: var(--et_dark-2-white)
}

blockquote:not(.etheme-blockquote) p {
    color: var(--et_dark-2-white);
    font-style: italic !important;
    line-height: var(--p-line-height, 1.6);
    font-size: var(--p-font-size, 1.14rem)
}

blockquote:not(.etheme-blockquote) p:last-child {
    margin-bottom: 0
}

blockquote:not(.etheme-blockquote).style2 {
    background-color: #fafafa
}

blockquote:not(.etheme-blockquote).style2:before {
    opacity: .1;
    top: 2.14em;
    left: 1.43em
}

@media only screen and (max-width:767px) {
    blockquote.style3 {
        margin-left: 30px
    }
    blockquote.style3 p {
        font-size: 1.1rem;
        line-height: 2rem
    }
}

.active-link i {
    display: none
}

.active-link:after,
.meta-post .entry-date:before,
.meta-post .post-comments-count:before,
.meta-post .views-count:before,
.read-more:after {
    font-family: xstore-icons;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top
}

.active-link:before,
.product-view-light .add_to_cart_button:before,
.product-view-light .button:before,
.product-view-light .product_type_grouped:before,
.read-more:before {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: currentColor;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: 0
}

.active-link:hover:before,
.product-view-light .add_to_cart_button:hover:before,
.product-view-light .button:hover:before,
.product-view-light .product_type_grouped:hover:before,
.read-more:hover:before {
    width: 100%
}

.active-link,
.read-more {
    font-size: 1.14rem;
    position: relative;
    display: inline-block;
    color: var(--et_active-color)
}

.active-link:after,
.read-more:after {
    content: "\e904";
    opacity: 0;
    position: absolute;
    font-size: 12px;
    right: -12px;
    top: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.active-link:hover:after,
.read-more:hover:after {
    opacity: 1;
    right: -20px
}

.read-more {
    text-transform: capitalize
}

.read-more.btn {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: .85rem
}

.active-link:hover {
    color: var(--et_active-color)
}

span.active {
    color: var(--et_active-color)
}

.single-staticblocks .elementor-location-footer,
.single-staticblocks .elementor-location-header,
.single-staticblocks .et-footers-wrapper,
.single-staticblocks .et-mobile-panel-wrapper,
.single-staticblocks .etheme-sales-booster-sticky-panel,
.single-staticblocks .page-heading,
.single-staticblocks .prefooter,
.single-staticblocks .site-header,
body.search article.type-staticblocks {
    display: none !important
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.43em
}

table td,
table th {
    vertical-align: var(--et_table-v-align, top);
    border-left: 0;
    border-right: 0
}

table td:first-child,
table th:first-child {
    padding-left: 0
}

table td:last-child,
table th:last-child {
    padding-right: 0;
    text-align: right;
    text-align: end
}

table td:only-child,
table th:only-child {
    text-align: start
}

table thead {
    border-bottom: 1px solid var(--et_border-color)
}

table thead th {
    text-transform: uppercase;
    color: var(--et_dark-2-white);
    line-height: 1.1;
    padding-top: 1.9em;
    padding-bottom: 1em
}

table tfoot {
    border-top: 1px solid var(--et_border-color)
}

.woocommerce table.wishlist_table tr:first-child td,
.woocommerce table.wishlist_table tr:first-child th,
table tr:first-child td,
table tr:first-child th {
    padding-top: 1em
}

.woocommerce table.wishlist_table tr:last-child td,
.woocommerce table.wishlist_table tr:last-child th,
table tr:last-child td,
table tr:last-child th {
    padding-bottom: .71em
}

.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table tbody th,
table td,
table th {
    padding: var(--et_table-space-v, .71em) var(--et_table-space-h, .71em)
}

.title.title-left {
    text-align: start
}

.title.title-center {
    text-align: center
}

.title.title-right {
    text-align: end
}

.title h1,
.title h2 {
    text-transform: uppercase
}

h1.vc_custom_heading:not(.no-uppercase),
h2.vc_custom_heading:not(.no-uppercase),
h3.vc_custom_heading:not(.no-uppercase),
h4.vc_custom_heading:not(.no-uppercase),
h5.vc_custom_heading:not(.no-uppercase),
h6.vc_custom_heading:not(.no-uppercase) {
    text-transform: uppercase
}

.title[class*=line-through] .banner-title {
    margin: 0;
    line-height: 1;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title[class*=line-through] .banner-title:not([style*=left]):before,
.title[class*=line-through] .banner-title:not([style*=right]):after {
    content: '';
    border-bottom: 1px solid var(--et_border-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.title[class*=line-through] .banner-title:before {
    margin-right: 15px
}

.title[class*=line-through] .banner-title:after {
    margin-left: 15px
}

.title[class*=line-through] .banner-title:not([style]),
.title[class*=line-through] .banner-title[style*=center] {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title[class*=line-through] .banner-title[style*=left] {
    padding-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.title[class*=line-through] .banner-title[style*=right] {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.title.line-through-short .banner-title:after,
.title.line-through-short .banner-title:before {
    max-width: 50px
}

.title.line-under .banner-title:not([style]):after,
.title.line-under .banner-title[style*=center]:after {
    margin: 0 auto
}

.title.line-under .banner-title[style*=right]:after {
    margin-left: auto
}

.title.line-under .banner-title {
    position: relative
}

.title.line-under .banner-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--et_border-color);
    max-width: 50px
}

.et-or-wrapper {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: calc(var(--content-zoom, 1rem) * .84);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.et-or-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et-or-wrapper div:after,
.et-or-wrapper div:before {
    content: '';
    height: 1px;
    background: currentColor;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .1
}

.et-or-wrapper div span {
    padding: 0 5px
}

.header-wrapper {
    position: relative;
    width: 100%
}

.header-wrapper .menu-element {
    max-width: 300px
}

.header-wrapper .menu-element.horizontal {
    max-width: unset
}

.header-wrapper .menu-element.horizontal .menu .menu-item-has-children .nav-sublist-dropdown {
    width: 18em
}

.header-wrapper .menu-element.menu-list .menu .nav-sublist-dropdown,
.header-wrapper .menu-element.menu-list .menu ul {
    background-color: transparent
}

.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown .container {
    padding: 0
}

.header-wrapper .menu-element .menu>li {
    padding: 0
}

.header-wrapper,
.mobile-header-wrapper {
    z-index: 5
}

.header-wrapper.pos-absolute,
.mobile-header-wrapper.pos-absolute {
    position: absolute
}

.mobile-header-wrapper .mob-align-start {
    text-align: start
}

.mobile-header-wrapper .mob-align-center {
    text-align: center
}

.mobile-header-wrapper .mob-align-end {
    text-align: end
}

.mobile-header-wrapper .mob-align-justify {
    text-align: justify
}

.mobile-header-wrapper .mob-justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.mobile-header-wrapper .mob-justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.mobile-header-wrapper .mob-justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.mobile-header-wrapper .mob-justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-header-wrapper .mob-justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mobile-header-wrapper .mob-justify-content-inherit {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    text-align: inherit
}

.mobile-header-wrapper .mob-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.submenu-languages li {
    list-style: none
}

.submenu-languages li a {
    width: 100%;
    display: block;
    color: #9b9b9b !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: .78em 2.5em
}

.submenu-languages li a:hover {
    color: #9b9b9b;
    background-color: #fafafa
}

.menu-item-language:hover .submenu-languages {
    visibility: visible;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 1
}

#lang_sel_click a.lang_sel_sel {
    -webkit-transition: none;
    transition: none;
    color: #5f5f5f !important
}

.et_connect-block.flex-col>div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.et_connect-block.flex-row>form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto
}

.et_b_header-contact-sep,
.et_connect-block-sep {
    opacity: .5
}

.et_connect-block-sep:after {
    content: "\2502"
}

.et_b_header-contact-sep,
.et_b_header-menu-sep,
.et_connect-block-sep {
    font-family: auto
}

.et_connect-block.flex-col>.et_b_header-account>a,
.et_connect-block.flex-col>.et_b_header-cart>a,
.et_connect-block.flex-col>.et_b_header-compare>a,
.et_connect-block.flex-col>.et_b_header-wishlist>a {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.et-mini-content-opened .content-page *,
.et-mini-content-opened .et-content_toggle .et-toggle {
    pointer-events: none
}

@media only screen and (max-width:992px) {
    .et-mini-content-opened {
        overflow: hidden
    }
}

.et-mini-content-opened [id*=zoid-paypal-button]>.zoid-outlet>iframe.zoid-component-frame,
.et-mini-content-opened [id*=zoid-paypal-button]>iframe {
    z-index: auto !important
}

.site-header {
    font-size: 14px
}

.et_b-icon svg,
.site-header svg {
    fill: currentColor
}

.et_b-icon svg,
.site-header svg:not([width]) {
    width: 1em
}

.et_b-icon svg,
.site-header svg:not([height]) {
    height: 1em
}

.site-header ul {
    list-style: none
}

.site-header .menu {
    margin-bottom: 0
}

.site-header .et-wrap-columns {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.site-header .et-wrap-columns:empty {
    display: none
}

.header-bottom,
.header-main,
.header-top {
    position: relative;
    -webkit-transition: all .3s ease-in-out, top 0s;
    transition: all .3s ease-in-out, top 0s;
    font-size: var(--content-zoom, 100%)
}

#header.sticky-on[data-type=smart]>[class*=header-wrapper] {
    -webkit-animation-name: et-toBottomFull;
    animation-name: et-toBottomFull;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

#header.sticky-on:not([data-type=sticky])>[class*=header-wrapper] {
    z-index: 9999
}

#header.sticky-on:not([data-type=sticky])>[class*=header-wrapper]>[class*=header-]:not(.sticky) {
    height: 0 !important;
    overflow: hidden
}

#header.sticky-on>[class*=header-wrapper]>.sticky:last-of-type,
#header.sticky>[class*=header-wrapper]>.sticky-on:last-of-type>div {
    -webkit-box-shadow: 2px 0 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 0 12px 0 rgba(0, 0, 0, .15)
}

#header.sticky-on:not([data-type=sticky])>[class*=header-wrapper],
#header>[class*=header-wrapper] .sticky-on>div {
    position: fixed;
    top: 0;
    width: 100%
}

#header>[class*=header-wrapper] .sticky-on>.header-top {
    z-index: 10001
}

#header>[class*=header-wrapper] .sticky-on>.header-main {
    z-index: 10000
}

#header>[class*=header-wrapper] .sticky-on>.header-bottom {
    z-index: 9999
}

@media only screen and (min-width:1200px) {
    .bordered #header.sticky-on:not([data-type=sticky])>[class*=header-wrapper],
    .bordered #header>[class*=header-wrapper] .sticky-on>div {
        width: calc(100% - 40px)
    }
}

.et_b_header-logo img[data-lazy-src]:not(.lazyloaded) {
    max-height: 0;
    opacity: 0;
    visibility: hidden
}

.site-header .et_b_header-logo.et_element-top-level span.fixed {
    display: none
}

#header .sticky-on .et_b_header-logo.et_element-top-level span.fixed,
.site-header.sticky-on:not([data-type=sticky]) .et_b_header-logo.et_element-top-level span.fixed {
    display: inline-block
}

#header .sticky-on .et_b_header-logo.et_element-top-level span:not(.fixed),
.site-header.sticky-on:not([data-type=sticky]) .et_b_header-logo.et_element-top-level span:not(.fixed) {
    display: none
}

.et_b_dt_header-overlap .header-wrapper,
.et_b_mob_header-overlap .mobile-header-wrapper {
    position: absolute;
    left: 0;
    right: 0
}

@media only screen and (min-width:993px) {
    .et_b_dt_header-overlap .page-heading {
        padding-top: 13em;
        padding-bottom: 5em
    }
}

@media only screen and (max-width:992px) {
    .et_b_mob_header-overlap .page-heading {
        padding-top: 13em;
        padding-bottom: 5em
    }
}

.site-header .menu-element .menu>li>a,
.site-header .menu-element .menu>li>a:hover,
.site-header .widget_nav_menu .menu>li>a,
.site-header .widget_nav_menu .menu>li>a:hover {
    color: currentColor
}

.site-header .menu-element .menu>li>a:hover,
.site-header .widget_nav_menu .menu>li>a:hover {
    opacity: .7
}

.site-header .widget_nav_menu .sub-menu {
    position: absolute;
    display: block !important;
    top: 100%;
    width: 18em;
    background: var(--et_white-2-dark);
    -webkit-animation: fadeOut;
    animation: fadeOut;
    z-index: 1;
    border: 1px solid var(--et_border-color)
}

.site-header .widget_nav_menu .menu>li .sub-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.site-header .widget_nav_menu .menu a {
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 100%;
    padding: 0
}

.site-header .widget_nav_menu .menu .sub-menu a {
    padding: .6em 1.9em
}

.site-header .widget_nav_menu .menu>li>a {
    margin-left: 10px;
    margin-right: 10px
}

.site-header .widget_nav_menu .menu .menu-item-has-children>a:after {
    content: "\e905";
    font-family: xstore-icons;
    font-size: .57em;
    margin-left: 7px;
    line-height: 1
}

.site-header .widget_nav_menu .menu li:not(:hover)>.sub-menu {
    display: none !important
}

.et-content-dropdown:not(.static),
.et-content_toggle:not(.static) {
    position: relative
}

.et-content-toLeft:hover .et-mini-content {
    -webkit-animation-name: et-rtl;
    animation-name: et-rtl
}

.et-content-fadeIn:hover .et-mini-content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.et-content-dropdown:hover .et-mini-content,
.et-content-toTop.active .et-mini-content,
.et-content-toTop:hover .et-mini-content {
    -webkit-animation-name: et-toTop;
    animation-name: et-toTop
}

.et-mini-content,
.et-popup-content {
    font-size: var(--content-zoom)
}

.et-mini-content .product_list_widget {
    color: currentColor
}

.et-popup-content {
    -webkit-animation: slideInRightEffect .3s ease-in-out;
    animation: slideInRightEffect .3s ease-in-out
}

.et-mini-content {
    text-transform: none;
    text-align: start;
    color: var(--et_dark-2-white);
    background-color: var(--et_white-2-dark);
    top: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.et-mini-content.full-bottom {
    top: auto;
    bottom: 100%
}

.et-mini-content:not(.active)::-webkit-scrollbar {
    display: none
}

.et-mini-content .et-close {
    padding: 13px;
    border-radius: 50%;
    color: var(--et_dark-2-white);
    -webkit-text-fill-color: currentColor;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 9px;
    background: var(--et_white-2-dark);
    cursor: pointer
}

.et-mini-content>.menu {
    min-width: 150px;
    margin-bottom: 0
}

.et-mini-content .menu li {
    padding: 8px 0
}

.et-mini-content .menu li:first-child {
    padding-top: 0
}

.et-mini-content .menu li:last-child {
    padding-bottom: 0
}

.et-mini-content .menu li a {
    color: currentColor
}

.et-mini-content>.menu li a {
    font-size: 114%
}

.et-mini-content .menu li a .et-icon,
.et-mini-content .menu li a>.fa,
div.mobile-menu-content .et_b_header-menu .menu li a .et-icon,
div.mobile-menu-content .et_b_header-menu .menu li a>.fa {
    margin-right: 5px
}

.et-mini-content .menu li a:hover {
    opacity: .7
}

[class*=et-content-]:not(.et-popup_toggle).active .et-mini-content,
[class*=et-content-]:not(.et-popup_toggle):hover form#loginform,
[class*=et-content-]:not(.et-popup_toggle, .et_like-hover):hover .et-mini-content {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    opacity: 1;
    visibility: visible
}

[class*=et-content-]:not(.et-popup_toggle).et_like-hover .et-mini-content {
    opacity: 1;
    visibility: visible
}

.et_b_header-button {
    overflow: hidden;
    line-height: 1;
    -webkit-text-fill-color: currentColor
}

.et_b_header-button:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .2);
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: inherit
}

.et_b_header-button:not(:hover):after {
    visibility: hidden;
    opacity: 0
}

.et_b_header-search>a,
.et_b_header-socials a {
    color: currentColor;
    border-radius: inherit
}

.et_b_header-search>a:focus,
.et_b_header-search>a:hover,
.et_b_header-socials a:focus,
.et_b_header-socials a:hover {
    opacity: .7;
    color: currentColor
}

.et_b_header-account>a:focus,
.et_b_header-account>a:hover,
.et_b_header-cart>a:focus,
.et_b_header-cart>a:hover,
.et_b_header-compare>a:focus,
.et_b_header-compare>a:hover,
.et_b_header-wishlist>a:focus,
.et_b_header-wishlist>a:hover {
    opacity: .7
}

.et_b_header-account>a,
.et_b_header-cart>a,
.et_b_header-compare>a,
.et_b_header-wishlist>a {
    -webkit-text-fill-color: currentColor
}

.et_b_header-wishlist {
    position: relative
}

.et_b_header-socials a {
    font-size: var(--content-zoom);
    line-height: 1
}

.et_b-loader {
    position: relative;
    width: 100%;
    height: 100%
}

.et_b-loader:before {
    content: '';
    border: 1px solid #e1e1e1;
    border-left-color: #888;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    -webkit-animation: rotate .3s infinite linear;
    animation: rotate .3s infinite linear
}

.et_b_header-cart.et-content-toTop .et-mini-content,
.et_b_header-compare.et-content-toTop .et-mini-content,
.et_b_header-wishlist.et-content-toTop .et-mini-content {
    width: 350px;
    padding: 0
}

.et_b_header-cart:not(.et-off-canvas) .widget_shopping_cart {
    width: 100%
}

.et_b_header-cart .woocommerce-mini-cart__empty-message,
.et_b_header-compare .empty,
.et_b_header-wishlist .empty {
    text-align: center;
    margin-bottom: -1.43rem
}

.et_b_header-cart:not(.et-off-canvas) .woocommerce-mini-cart__empty-message {
    margin-bottom: -1.43rem
}

.account-type2>a,
.cart-type2>a,
.compare-type2>a,
.wishlist-type2>a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.account-type2 .et_b-icon,
.cart-type2 .et_b-icon,
.compare-type2 .et_b-icon,
.wishlist-type2 .et_b-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%
}

.et_b_header-account.et_element-top-level>a,
.et_b_header-cart.et_element-top-level>a,
.et_b_header-compare.et_element-top-level>a,
.et_b_header-wishlist.et_element-top-level>a {
    -webkit-backface-visibility: hidden
}

.account-type2 .et_b-icon:first-child:not(:last-child)+.et-element-label,
.cart-type2 .et_b-icon:first-child:not(:last-child)+.et-element-label,
.cart-type2 .et_b-icon:first-child:not(:last-child)+.et-element-label+.et-total,
.cart-type2 .et_b-icon:first-child:not(:last-child)+.et-total,
.compare-type2 .et_b-icon:first-child:not(:last-child)+.et-element-label,
.wishlist-type2 .et_b-icon:first-child:not(:last-child)+.et-element-label {
    padding-top: 5px
}

.account-type2 .et_b-icon:last-child:not(:first-child),
.cart-type2 .et_b-icon:last-child:not(:first-child),
.compare-type2 .et_b-icon:last-child:not(:first-child),
.wishlist-type2 .et_b-icon:last-child:not(:first-child) {
    padding: 5px 0 0
}

.account-type2 .et-element-label,
.cart-type2 .et-element-label,
.compare-type2 .et-element-label,
.wishlist-type2 .et-element-label {
    padding: 0;
    line-height: 1
}

.cart-type2 .et-total {
    line-height: 1
}

.et-quantity {
    --et-quantity-proportion: 1.5em;
    font-size: .75em;
    position: relative;
    -webkit-text-fill-color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    line-height: .75em;
    width: var(--et-quantity-proportion);
    height: var(--et-quantity-proportion);
    text-align: center
}

.et-quantity-bottom .et-quantity {
    top: 2px
}

.static-quantity .et-quantity {
    position: static;
    margin-left: 0;
    margin-right: 0
}

.et_element:not(.et-off-canvas)>.et-quantity.count-0+.et-mini-content,
.et_element>.et-quantity {
    display: none
}

.et-content_toggle:hover>.et-mini-content:not(.active),
.et-off-canvas:hover>.et-mini-content:not(.active) {
    opacity: 0;
    visibility: hidden
}

.et-content_toggle .et-mini-content.active,
.et-off-canvas .et-mini-content.active {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    opacity: 1;
    visibility: visible
}

.et_b_header-widget:empty:before {
    content: attr(data-title);
    white-space: nowrap
}

.et_b_header-widget .sidebar-slider:not(:empty),
.et_b_header-widget .sidebar-widget:not(:empty) {
    margin: 0
}

.et_b_header-widget>div {
    display: inline-block
}

.widget .product_list_widget .reviewer,
.widget .product_list_widget .star-rating {
    margin-top: 5px
}

.widget .product_list_widget .star-rating+.amount {
    display: block;
    margin-top: 5px
}

.et_b_header-widget #lang_sel a.lang_sel_sel,
.et_b_header-widget .wcml-dropdown a.wcml-cs-item-toggle {
    padding-top: 0;
    padding-bottom: 0
}

.et_b_header-widget #lang_sel li ul,
.et_b_header-widget .wcml-dropdown .wcml-cs-submenu {
    border: 1px solid var(--et_border-color)
}

.et_b_header-widget .wcml-dropdown .wcml-cs-submenu li {
    border: none
}

.et_b_header-widget .widget_polylang>ul>li>a {
    color: currentColor !important
}

.et_b_header-widget .widget_polylang>ul>li>a:hover {
    opacity: .7
}

.et_b_header-widget #lang_sel a,
.et_b_header-widget .wpml-ls-legacy-list-horizontal a {
    font-size: var(--content-zoom) !important;
    border: none
}

.et_b_header-widget .sub-menu li {
    width: 100%;
    text-align: start
}

.et_b_header-widget>div,
.et_b_header-widget>ul {
    margin-left: 10px;
    margin-right: 10px
}

.et_b_header-widget>div:first-child,
.et_b_header-widget>ul:first-child {
    margin-left: 0 !important
}

.et_b_header-widget>div:last-child,
.et_b_header-widget>ul:last-child {
    margin-right: 0 !important
}

.et_b-tab-content {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    margin-top: -10px;
    margin-bottom: -10px
}

.et_b-tab-content:not(.active) {
    display: none
}

.et_b-tab-content .widget>ul>li:not(.opened):last-child>a {
    padding-bottom: 10px
}

.et_b-tab-content,
.et_b-tab-content .widget,
.et_b-tab-content a,
.et_b-tab-content li,
.et_b-tab-content ul {
    text-align: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.et_b-tab-content .widget .cat-item a,
.et_b-tab-content .widget .cat-item-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 100%;
    width: 100%;
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    margin: 0;
    padding: 10px 0;
    white-space: normal
}

.et_b-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 15px
}

.et_b-tabs-wrapper {
    overflow: hidden;
    width: 100%
}

.et_b-tabs-wrapper:not(:last-child) {
    margin-bottom: 20px
}

.et_b-tabs .et-tab {
    position: relative;
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    cursor: pointer;
    padding: 0 5px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    opacity: .5;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor
}

.et_b-tabs .et-tab:not(.active) {
    overflow: hidden;
    text-overflow: ellipsis
}

.et_b-tabs .et-tab.active {
    opacity: 1
}

.et_b_header-html_block p {
    color: currentColor;
    margin-bottom: 0
}

.et_b_header-html_block>.vc_row {
    width: inherit
}

.et-popup {
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11
}

.et-popup-wrapper:not(.et-mini-content):before {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    content: '';
    z-index: 10
}

.et-popup-wrapper.et-mini-content {
    z-index: 1003
}

.et-popup-content {
    max-width: 100%;
    max-height: 100%;
    background: var(--et_white-2-dark);
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto
}

.et-popup-content:not(.with-static-block) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.et-popup-content:not(.et-mini-content)>* {
    color: currentColor;
    -webkit-text-fill-color: currentColor
}

.et-popup-content.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.et-popup-content .et-container {
    padding: 0
}

.et_element.et_b_header-newsletter.popup_link {
    line-height: inherit
}

span.et-close-popup {
    line-height: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 11;
    padding: 13px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid var(--et_border-color);
    -webkit-animation: et-rtl .3s linear, fadeIn .3s linear;
    animation: et-rtl .3s linear, fadeIn .3s linear
}

.et-call-popup {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.et-called-popup:not(.active) {
    display: none
}

.et-called-popup .et-popup-content {
    max-height: calc(100vh - 100px);
    padding: 30px
}

.et-called-popup:before {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: var(--et_dark-2-white-03);
    content: '';
    z-index: 10
}

.et-called-popup.active {
    z-index: 10000
}

.et-called-popup.active+.et-call-popup {
    z-index: 9 !important
}

.et-age-verify-popup .et-popup-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.et-age-verify-popup .et-popup-content .et-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.et-age-verify-popup .et-popup-content .button-wrapper {
    margin: 0 -10px -10px
}

.et-age-verify-popup .et-popup-content .button-wrapper .btn {
    margin: 0 5px 10px
}

.header-wrapper .menu-element.menu-list .nav-sublist-dropdown ul {
    padding-left: 20px
}

.header-wrapper .menu-element .menu .menu-item-has-children .nav-sublist-dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transform: none;
    transform: none
}

.submenu-languages {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    margin-top: -5px;
    opacity: 0;
    width: 18em;
    padding: 1.43em 0;
    background-color: #fff;
    text-align: start;
    border: 1px solid var(--et_border-color);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.submenu-languages:before {
    content: "";
    position: absolute;
    top: -17px;
    width: 100%;
    height: 50px;
    left: 0
}

.et_connect-block.justify-content-end .et_b_header-widget .sub-menu {
    left: auto;
    right: 0
}

@media only screen and (max-width:992px) {
    .et-popup-wrapper:not(.et-off-canvas) .et-close-popup.full-left {
        left: auto;
        right: 0;
        margin: 5px
    }
}

.site-header .widget_nav_menu .sub-menu .sub-menu {
    top: -1px;
    left: 100%
}

.site-header .widget_nav_menu .menu>li:first-child>a {
    margin-left: 0 !important
}

.site-header .widget_nav_menu .menu>li:last-child>a {
    margin-right: 0 !important
}

.et-content-right .ajax-search-form .ajax-results-wrapper,
.et-content-right .et-mini-content {
    right: 0
}

.et-content-left .ajax-search-form .ajax-results-wrapper,
.et-content-left .et-mini-content {
    left: 0
}

.et_b_header-socials.et_element-top-level a:first-of-type {
    margin-left: 0 !important
}

.et_b_header-socials.et_element-top-level a:last-of-type {
    margin-right: 0 !important
}

.cart-type2 .et_b-icon:first-child:not(:last-child)+.et-total {
    padding-left: 0
}

.et-quantity-right .et-quantity {
    top: 0;
    margin-left: 1px
}

.et-quantity,
.et-quantity-top .et-quantity {
    top: -7px;
    margin-left: -7px
}

.et_b_header-widget .sub-menu {
    left: 0
}

.et_b-tab-content .cat-parent>a {
    padding-right: 20px
}

.et_b-tabs .et-tab:after {
    position: absolute;
    bottom: -1px;
    z-index: 12;
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: currentColor
}

.et_b-tabs .et-tab.active:after {
    width: 100%;
    left: 0;
    right: auto
}

.et-popup-wrapper .et-close-popup.full-left {
    margin-left: 5px
}

.et_promo_text_carousel {
    --promo-text-height: 30px;
    padding: 0 3px;
    height: var(--promo-text-height)
}

.et_connect-block .et_promo_text_carousel {
    max-width: 100%
}

.et_promo_text_carousel .swiper-container,
.et_promo_text_carousel .swiper-wrapper {
    z-index: auto
}

.et_promo_text_carousel.swiper-entry>.swiper-container .swiper-custom-left,
.et_promo_text_carousel.swiper-entry>.swiper-container .swiper-custom-right {
    border-width: 0 !important;
    font-size: 100%;
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    width: auto !important;
    height: var(--promo-text-height, 30px) !important;
    top: calc(50% - var(--promo-text-height, 30px)/ 2);
    background: 0 0;
    margin: 0
}

.et_promo_text_carousel.swiper-entry>.swiper-container .swiper-custom-left:before,
.et_promo_text_carousel.swiper-entry>.swiper-container .swiper-custom-right:before {
    font-size: 100%
}

.et_promo_text_carousel,
.et_promo_text_carousel .et-close {
    line-height: var(--promo-text-height)
}

.et_promo_text_carousel .et-close {
    margin-left: 5px;
    z-index: 4
}

.et_promo_text_carousel .et-close svg {
    padding: 3px;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: -1px;
    position: relative;
    vertical-align: middle;
    width: calc(.8em + 5px);
    height: calc(.8em + 5px)
}

.et_promo_text_carousel .swiper-button-next,
.et_promo_text_carousel .swiper-button-prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none
}

.et-promo-text-carousel a {
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px
}

.et-promo-text-carousel a:hover {
    color: currentColor;
    -webkit-text-fill-color: currentColor;
    opacity: .7
}

.et-elm {
    float: left
}

.et_col-xs-offset-12 {
    margin-left: 100%
}

.et_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.et_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.et_col-xs-offset-9 {
    margin-left: 75%
}

.et_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.et_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.et_col-xs-offset-6 {
    margin-left: 50%
}

.et_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.et_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.et_col-xs-offset-3 {
    margin-left: 25%
}

.et_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.et_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.et_col-xs-offset-0 {
    margin-left: 0
}

.et_row:not(.et_row_inner) {
    float: left
}

.et_column {
    float: left
}

.content-page,
.page-content {
    padding-bottom: 5.65em
}

.edit-link {
    display: none
}

.align-start,
.text-left {
    text-align: start
}

.align-center,
.text-center {
    text-align: center
}

.align-end,
.text-right {
    text-align: end
}

.align-justify,
.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-content-inherit {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    text-align: inherit
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center,
.align-items-center .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.valign-center {
    vertical-align: middle
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.elementor .text-underline,
.text-underline {
    text-decoration: underline
}

.full-height {
    height: 100vh
}

.full-width {
    width: 100%
}

.full-width.container {
    max-width: unset
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-col>div,
.flex-row>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important
}

.flex-col,
.flex-col-child>div,
.flex-col-child>ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-basis-full,
.full-width-children>div,
.full-width-children>form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.none {
    display: none
}

@media only screen and (max-width:992px) {
    .mob-hide {
        display: none
    }
    .mob-full-width {
        width: 100% !important
    }
    .mob-full-width-children>* {
        width: 100%
    }
    .mob-et-content-right .ajax-search-form .ajax-results-wrapper,
    .mob-et-content-right .et-mini-content {
        left: auto;
        right: 0
    }
    .mob-et-content-left .ajax-search-form .ajax-results-wrapper,
    .mob-et-content-left .et-mini-content {
        right: auto;
        left: 0
    }
    .mob-align-start {
        text-align: start
    }
    .mob-align-center {
        text-align: center
    }
    .mob-align-end {
        text-align: end
    }
    .mob-align-justify {
        text-align: justify
    }
    .mob-justify-content-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .mob-justify-content-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .mob-justify-content-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .mob-justify-content-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .mob-justify-content-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .mob-justify-content-inherit {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        text-align: inherit
    }
    .mob-flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:993px) {
    .dt-hide {
        display: none
    }
}

body.none {
    display: block
}

.no-click {
    pointer-events: none
}

.pointer {
    cursor: pointer
}

.currentColor {
    color: currentColor
}

a.currentColor:hover {
    color: currentColor;
    opacity: .7
}

.et-svg,
.et_b-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et-svg svg,
.et_b-icon svg {
    overflow: visible
}

.et-svg.none,
.et_b-icon.none {
    display: none
}

.et_b-icon svg,
.et_b_header-socials svg {
    fill: currentColor
}

.et-element-label+span,
.et-total+span,
.et_b-icon+span,
span+.et-element-label,
span+.et-total,
span+.et_b-icon {
    padding-left: 5px
}

.mtips {
    position: relative;
    z-index: 1000
}

.mtips span.mt-mes {
    position: absolute !important;
    background: var(--et_white-2-dark);
    white-space: nowrap;
    color: var(--et_dark-2-white);
    padding: 7px 12px !important;
    top: 100%;
    font-weight: 300;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    font-size: 12px;
    height: 11px;
    line-height: 11px;
    border: 1px solid var(--et_border-color);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-transform: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: default
}

.mtips:not(:hover) span.mt-mes {
    -webkit-transform: translateY(-7px) translateX(-50%);
    transform: translateY(-7px) translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.mtips.mtips-top span.mt-mes {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px
}

.mtips.mtips-top:not(:hover) span.mt-mes {
    -webkit-transform: translateY(7px) translateX(-50%);
    transform: translateY(7px) translateX(-50%)
}

.mtips.mtips-left span.mt-mes,
.mtips.mtips-right span.mt-mes {
    top: 50%;
    left: 130%;
    -webkit-transform: none;
    transform: none;
    margin-top: -13px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mtips.mtips-left:not(:hover) span.mt-mes {
    -webkit-transform: translateX(7px);
    transform: translateX(7px)
}

.mtips.mtips-right:not(:hover) span.mt-mes {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
}

.mtips.mtips-left span.mt-mes {
    top: 50%;
    left: auto;
    right: 130%
}

.mtips:hover {
    z-index: 1001
}

.clear {
    clear: both
}

.m0 {
    margin-bottom: 0 !important
}

.et-elm {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.et-elm:focus {
    outline: 0
}

.et_col-sm-1,
.et_col-xs-1 {
    width: 8.33333%
}

.et_col-sm-2,
.et_col-xs-2 {
    width: 16.6667%
}

.et_col-sm-3,
.et_col-xs-3 {
    width: 25%
}

.et_col-sm-4,
.et_col-xs-4 {
    width: 33.3333%
}

.et_col-sm-5,
.et_col-xs-5 {
    width: 41.6667%
}

.et_col-sm-6,
.et_col-xs-6 {
    width: 50%
}

.et_col-sm-7,
.et_col-xs-7 {
    width: 58.3333%
}

.et_col-sm-8,
.et_col-xs-8 {
    width: 66.6667%
}

.et_col-sm-9,
.et_col-xs-9 {
    width: 75%
}

.et_col-sm-10,
.et_col-xs-10 {
    width: 83.3333%
}

.et_col-sm-11,
.et_col-xs-11 {
    width: 91.6667%
}

.et_col-sm-12,
.et_col-xs-12 {
    width: 100%
}

.et-clearfix:after,
.et-clearfix:before,
.et-container:after,
.et-container:before {
    content: '';
    display: table
}

.et-clearfix:after,
.et-container:after {
    clear: both
}

.et-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.et-row-container:not(.et-container) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

.et-row-container.et-container .et-wrap-columns {
    margin-left: -15px;
    margin-right: -15px;
    clear: both
}

.et_row:not(.et_row_inner) {
    clear: both;
    width: 100%
}

.et_column {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .3s ease-in-out, top 0s;
    transition: all .3s ease-in-out, top 0s
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
    .et-container {
        max-width: 750px
    }
}

@media only screen and (min-width:993px) {
    .dt-hide {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .et-container {
        max-width: 970px
    }
}

@media only screen and (max-width:992px) {
    .mob-hide {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .content-page,
    .page-content {
        padding-bottom: 2.55em
    }
    html {
        font-size: 13px
    }
    body {
        font-size: 1rem
    }
    .et-hidden-phone {
        display: none !important
    }
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pos-relative {
    position: relative
}

.pos-absolute.top,
.pos-fixed.top {
    top: 0
}

.pos-absolute.bottom,
.pos-fixed.bottom {
    bottom: 0
}

.pos-static {
    position: static
}

.pos-absolute.right,
.pos-fixed.right {
    right: 0
}

.pos-absolute.left,
.pos-fixed.left {
    left: 0
}

.pos-absolute.full-right,
.pos-fixed.full-right {
    right: 100%
}

.pos-absolute.full-left,
.pos-fixed.full-left {
    left: 100%
}

ul.menu-social-icons {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    isolation: isolate
}

ul.menu-social-icons li {
    float: left;
    position: relative;
    list-style: none;
    line-height: 1;
    margin-bottom: 0
}

ul.menu-social-icons li a {
    padding: 3px 10px
}

ul.menu-social-icons li a:hover {
    color: var(--et_active-color)
}

ul.menu-social-icons li a:focus {
    outline: 0
}

ul.menu-social-icons i {
    position: relative;
    z-index: 2;
    font-style: normal
}

ul.menu-social-icons.icons-filled li a i {
    padding: 7px;
    color: #fff
}

ul.menu-social-icons.icons-filled li a .et-facebook {
    background-color: #3a5795
}

ul.menu-social-icons.icons-filled li a .et-twitter {
    background-color: #000
}

ul.menu-social-icons.icons-filled li a .et-instagram {
    background-color: #2d5a82
}

ul.menu-social-icons.icons-filled li a .et-google {
    background-color: #dd4c3e
}

ul.menu-social-icons.icons-filled li a .et-pinterest {
    background-color: #bd2126
}

ul.menu-social-icons.icons-filled li a .et-etsy {
    background-color: #eb6d20
}

ul.menu-social-icons.icons-filled li a .et-tik-tok {
    background-color: #000
}

ul.menu-social-icons.icons-filled li a .et-strava {
    background-color: #fc4c02
}

ul.menu-social-icons.icons-filled li a .et-dribbble {
    background: #444
}

ul.menu-social-icons.icons-filled li a .et-kofi {
    background: #01b9fe
}

ul.menu-social-icons.icons-filled li a .et-line {
    background: #00c300
}

ul.menu-social-icons.icons-filled li a .et-reddit {
    background: #ff4500
}

ul.menu-social-icons.icons-filled li a .et-cafecito {
    background: #8fa2cc
}

ul.menu-social-icons.icons-filled li a .et-patreon {
    background: #ff5900
}

ul.menu-social-icons.icons-filled li a .et-discord {
    background: #7289da
}

ul.menu-social-icons.icons-filled li a .et-untapped {
    background-color: #ffc000
}

ul.menu-social-icons.icons-filled li a .et-linkedin {
    background-color: #1898b9
}

ul.menu-social-icons.icons-filled li a .et-tumblr {
    background-color: #35465c
}

ul.menu-social-icons.icons-filled li a .et-message {
    background-color: #888
}

ul.menu-social-icons.icons-filled li a .et-youtube {
    background-color: #e2282e
}

ul.menu-social-icons.icons-filled li a .et-telegram {
    background-color: #08c
}

ul.menu-social-icons.icons-filled li a .et-vimeo {
    background-color: #2ab8e8
}

ul.menu-social-icons.icons-filled li a .et-skype {
    background-color: #1eb7ec
}

ul.menu-social-icons.icons-filled li a .et-rss {
    background-color: #f97636
}

ul.menu-social-icons.icons-filled li a .et-vk {
    background-color: #507299
}

ul.menu-social-icons.icons-filled li a .et-houzz {
    background-color: #7cc04b
}

ul.menu-social-icons.icons-filled li a .et-whatsapp {
    background-color: #25d266
}

ul.menu-social-icons.icons-filled li a .et-viber {
    background-color: #7360f2
}

ul.menu-social-icons.icons-filled li a .et-snapchat {
    background-color: #fffc00
}

ul.menu-social-icons.icons-filled li a .et-tripadvisor {
    background-color: #7cc04b
}

ul.menu-social-icons li:first-child a {
    padding-left: 0
}

ul.menu-social-icons li:last-child a {
    padding-right: 0
}

footer.footer:after {
    content: '';
    position: relative;
    display: block;
    top: 2rem;
    margin: 0 auto
}

.footer {
    padding: 4rem 0 2rem;
    line-height: 1.6;
    font-size: 1.14rem;
    background-color: var(--et_dark-2-light-dark);
    position: relative
}

.footer .container .widget-container {
    margin-bottom: 0
}

.footer .recent-posts-widget .post-date {
    color: var(--et_main-color)
}

.prefooter .product_list_widget li {
    font-size: 1.14rem
}

.prefooter .recent-posts-widget .post-widget-item img {
    max-width: 2.86em
}

.prefooter .widget-title,
.prefooter .widgettitle {
    margin-bottom: var(--widget-title-space-bottom, 1.88em)
}

.footer-bottom {
    padding: 1.2rem 0;
    background-color: var(--et_dark-color);
    color: var(--et_main-color)
}

.footer-bottom a {
    color: #fff
}

.footer-bottom img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.footer-bottom img:hover {
    opacity: .7
}

.footer-bottom .footer-copyrights p:not(.widgettitle):not(.widget-title),
.footer-bottom .footer-copyrights-right p:not(.widgettitle):not(.widget-title) {
    margin-bottom: 0
}

.footer-bottom .footer-copyrights-right {
    text-align: end
}

.footer .menu,
.prefooter .menu {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0
}

.footer .menu li,
.prefooter .menu li {
    margin-bottom: 0;
    line-height: inherit
}

.footer .menu a,
.prefooter .menu a {
    display: block
}

.footer mark,
.prefooter mark {
    background-color: transparent;
    color: inherit
}

.footer .recent-posts-widget .post-widget-item img,
.prefooter .recent-posts-widget .post-widget-item img {
    max-width: 2.86em
}

.footer .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item,
.prefooter .recent-posts-widget .swiper-slide:nth-child(3n) .post-widget-item {
    padding-bottom: 0;
    margin-bottom: 0
}

.footer-widget {
    margin-bottom: 2.14em
}

.footer-widgets .widget-title,
.footer-widgets .widgettitle {
    line-height: 1.6
}

.footer-widget a,
.footer-widget p {
    color: var(--et_main-color)
}

.footer-widget a:hover {
    color: #fff
}

.text-color-light .etheme_widget_recent_comments ul li a,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a,
.text-color-light .menu-element h5,
.text-color-light .product_list_widget li .product-title a,
.text-color-light .sidebar-slider li .product-title a,
.text-color-light .sidebar-widget ul li a,
.text-color-light .tagcloud a,
.text-color-light .textwidget,
.text-color-light .widget-container ul li a,
.text-color-light .widget-title,
.text-color-light .widget_product_categories.sidebar-widget ul li a,
.text-color-light .widget_recent_entries ul li a,
.text-color-light .widget_rss ul li a,
.text-color-light .widgettitle,
.text-color-light .wishlist-dropdown li .product-title a,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light a,
.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light li a,
.text-color-light p {
    color: #fff
}

.text-color-light .etheme_widget_recent_comments ul li a:hover,
.text-color-light .etheme_widget_recent_entries .post-widget-item .media-heading a:hover,
.text-color-light .menu a:hover,
.text-color-light .product_list_widget li .product-title a:hover,
.text-color-light .sidebar-slider li .product-title a:hover,
.text-color-light .sidebar-widget ul li a:hover,
.text-color-light .widget_product_categories.sidebar-widget ul li a:hover,
.text-color-light .widget_recent_entries ul li a:hover,
.text-color-light .widget_rss ul li a:hover,
.text-color-light .wishlist-dropdown li .product-title a:hover,
.text-color-light .wpb_widgetised_column .widget_product_categories ul li a:hover,
.text-color-light a:hover {
    color: var(--et_main-color)
}

.text-color-light .widget-container ul li,
.text-color-light .widget-container ul li .children {
    border-color: #393939
}

.text-color-light .calendar_wrap caption,
.text-color-light .select2.select2-container--default .select2-selection--single,
.text-color-light .widget_calendar caption,
.text-color-light .widget_search input[type=text]:focus,
.text-color-light select,
.text-color-light table,
.text-color-light table tfoot,
.text-color-light table thead {
    border-color: var(--et_main-color)
}

.text-color-light .product_list_widget li,
.text-color-light .sidebar-widget.etheme_widget_brands li a,
.text-color-light .sidebar-widget.etheme_widget_cats li a,
.text-color-light .tagcloud a,
.text-color-light .widget-title,
.text-color-light .widget_search input[type=text],
.text-color-light .widgettitle,
.text-color-light .wpb_widgetised_column_heading,
.text-color-light blockquote.testimonials-text {
    border-color: #393939
}

.text-color-dark .widget-title,
.text-color-dark .widgettitle,
.text-color-dark a,
.text-color-dark h1,
.text-color-dark h2,
.text-color-dark h3,
.text-color-dark h4,
.text-color-dark h5,
.text-color-dark h6,
.text-color-dark li a {
    color: var(--et_dark-color)
}

.text-color-dark a:hover {
    color: var(--et_font-color)
}

.footer-bottom .container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom.text-color-dark .widget-title,
.footer-bottom.text-color-dark .widgettitle,
.footer-bottom.text-color-dark a,
.footer-bottom.text-color-dark h1,
.footer-bottom.text-color-dark h2,
.footer-bottom.text-color-dark h3,
.footer-bottom.text-color-dark h4,
.footer-bottom.text-color-dark h5,
.footer-bottom.text-color-dark h6,
.footer-bottom.text-color-dark li a {
    color: var(--et_dark-color)
}

.footer-bottom.text-color-dark,
.footer-bottom.text-color-dark a:hover,
.footer-bottom.text-color-dark p {
    color: var(--et_main-color)
}

.footer-bottom.text-color-light,
.footer-bottom.text-color-light .widget-title,
.footer-bottom.text-color-light .widgettitle,
.footer-bottom.text-color-light a,
.footer-bottom.text-color-light h1,
.footer-bottom.text-color-light h2,
.footer-bottom.text-color-light h3,
.footer-bottom.text-color-light h4,
.footer-bottom.text-color-light h5,
.footer-bottom.text-color-light h6,
.footer-bottom.text-color-light li a,
.footer-bottom.text-color-light p {
    color: #fff
}

.footer-bottom.text-color-light a:hover {
    color: var(--et_main-color)
}

.footer-widgets>.etheme_widget_satick_block:first-of-type:last-of-type {
    margin-bottom: 0;
    --space-between-widgets: 0
}

.footer-widgets .footer-widget ul {
    padding-left: 0;
    padding-right: 0
}

.footer-widgets .footer-widget ul li {
    list-style: none;
    margin-bottom: 0
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 3.57em 0 2.14em
    }
    .footer-bottom .footer-copyrights {
        text-align: center
    }
    .footer-bottom .footer-copyrights-right {
        margin-top: 1.43em;
        text-align: center
    }
    .footer-bottom .footer-copyrights-right:empty {
        margin-top: 0
    }
    .footer-bottom .container>.row {
        display: block
    }
}

@media only screen and (max-width:992px) and (min-width:480px) {
    .footer-widgets.col-md-3 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:992px) {
    .footer .sidebar-widget,
    .footer .sidebar-widget:not(:empty),
    .prefooter .sidebar-widget,
    .prefooter .sidebar-widget:not(:empty) {
        margin-bottom: 0
    }
}

.footer-bottom .menu-element.horizontal .menu>li>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid #393939;
    line-height: 1;
    padding: 0 1.07em
}

.footer-bottom .footer-copyrights .menu-element.horizontal .menu>li:first-child>a {
    padding-left: 0
}

.footer-bottom .footer-copyrights .menu-element.horizontal .menu>li:last-child>a {
    border-right: none
}

.footer-bottom .footer-copyrights-right .menu-element.horizontal .menu>li:last-child>a {
    padding-right: 0;
    border-right: none
}

.sticky-message-on .content-page .woocommerce-error {
    padding-left: calc(1.2em + 25px) !important
}

.dokan-alert,
.dokan-alert-success,
.dokan-error,
.dokan-info,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-order-overview-wrapper~p {
    padding: .79em 1.2em .79em 45px;
    padding: .79em 1.2em .79em calc(1.2em + 25px);
    border-left: 5px solid var(--et_dark-2-white-02)
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    margin-left: 15px
}

.dokan-alert li,
.dokan-alert-success li,
.dokan-error li,
.dokan-info li,
.mc4wp-alert li,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    line-height: inherit
}

.dokan-alert-warning,
.dokan-error,
.mc4wp-error,
.woocommerce-error {
    padding-left: 45px !important;
    padding-left: calc(1.2em + 25px) !important
}

.et-notify.removing {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
    visibility: hidden
}

.et-notify:before {
    font-family: xstore-icons;
    margin-right: 5px
}

.et-notify-image {
    float: left
}

.sticky-message-on .content-page .woocommerce-NoticeGroup,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info,
.sticky-message-on .content-page .woocommerce-message,
.sticky-message-on .content-page .woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 3;
    margin-bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility 3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility 3s ease-in-out;
    -webkit-animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out;
    animation: et-woo-fadeIn 7s ease-in-out, et-toTop 1s ease-in-out
}

.sticky-message-on .content-page .woocommerce-NoticeGroup [class*=woocommerce],
.sticky-message-on .content-page .woocommerce-notices-wrapper [class*=woocommerce] {
    position: static;
    margin-bottom: 2px !important
}

.sticky-message-on .content-page .dokan-info,
.sticky-message-on .content-page .mc4wp-alert,
.sticky-message-on .content-page .woocommerce-error,
.sticky-message-on .content-page .woocommerce-info,
.sticky-message-on .content-page .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.12em 1.2em !important;
    color: #fff;
    font-size: 1.14em;
    word-wrap: break-word;
    background-color: var(--et_green-color) !important;
    border-radius: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sticky-message-on .content-page .dokan-info a,
.sticky-message-on .content-page .mc4wp-alert a,
.sticky-message-on .content-page .woocommerce-error a,
.sticky-message-on .content-page .woocommerce-info a,
.sticky-message-on .content-page .woocommerce-message a {
    color: currentColor
}

.sticky-message-on .content-page .dokan-info .button,
.sticky-message-on .content-page .mc4wp-alert .button,
.sticky-message-on .content-page .woocommerce-error .button,
.sticky-message-on .content-page .woocommerce-info .button,
.sticky-message-on .content-page .woocommerce-message .button {
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sticky-message-on .content-page .dokan-info:before,
.sticky-message-on .content-page .mc4wp-alert:before,
.sticky-message-on .content-page .woocommerce-error:before,
.sticky-message-on .content-page .woocommerce-info:before,
.sticky-message-on .content-page .woocommerce-message:before {
    display: none
}

.sticky-message-on .content-page .woocommerce-error {
    background-color: var(--et_red-color) !important
}

.sticky-message-on .content-page .woocommerce-error:before {
    content: "\f534"
}

.sticky-message-on .content-page .woocommerce-info {
    background-color: var(--et_blue-color) !important
}

.sticky-message-on .content-page .woocommerce-info:before {
    content: "\f534"
}

.dokan-alert,
.dokan-alert-success,
.dokan-error,
.dokan-info,
.mc4wp-alert,
.wc-block-components-notice-banner,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-order-overview-wrapper~p {
    margin: 0 0 1.43em;
    position: relative;
    font-size: 1.14rem;
    word-wrap: break-word;
    background: var(--et_notice-bg-color, var(--et_green-color));
    color: var(--et_notice-color, #fff);
    border-radius: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dokan-alert-success:before,
.dokan-alert:before,
.dokan-error:before,
.dokan-info:before,
.mc4wp-alert:before,
.wc-block-components-notice-banner:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-order-overview-wrapper~p:before {
    position: absolute;
    font-family: xstore-icons;
    border-radius: 50%;
    left: 20px;
    padding: 0;
    top: auto;
    background: 0 0;
    font-style: normal
}

.dokan-alert .button,
.dokan-alert-success .button,
.dokan-error .button,
.dokan-info .button,
.mc4wp-alert .button,
.wc-block-components-notice-banner .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-order-overview-wrapper~p .button {
    float: right;
    height: auto;
    padding: 0;
    font-size: inherit;
    background: 0 0 !important;
    border: none !important;
    text-decoration: underline;
    text-transform: capitalize;
    color: currentColor;
    line-height: inherit
}

.dokan-alert .button:hover,
.dokan-alert-success .button:hover,
.dokan-error .button:hover,
.dokan-info .button:hover,
.mc4wp-alert .button:hover,
.wc-block-components-notice-banner .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-order-overview-wrapper~p .button:hover {
    opacity: .7
}

.dokan-alert a:not(.button),
.dokan-alert-success a:not(.button),
.dokan-error a:not(.button),
.dokan-info a:not(.button),
.mc4wp-alert a:not(.button),
.wc-block-components-notice-banner a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button),
.woocommerce-order-overview-wrapper~p a:not(.button) {
    opacity: .85;
    color: currentColor !important;
    text-decoration: underline
}

.dokan-alert a:not(.button):hover,
.dokan-alert-success a:not(.button):hover,
.dokan-error a:not(.button):hover,
.dokan-info a:not(.button):hover,
.mc4wp-alert a:not(.button):hover,
.wc-block-components-notice-banner a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-message a:not(.button):hover,
.woocommerce-order-overview-wrapper~p a:not(.button):hover {
    opacity: .7
}

.elementor-widget-container .woocommerce-order-overview-wrapper~p {
    color: #fff
}

.dokan-alert strong,
.dokan-alert-success strong,
.dokan-info strong {
    font-weight: 400
}

.dokan-alert-warning,
.dokan-error,
.mc4wp-error,
.woocommerce-error {
    margin-bottom: 1.43em !important;
    color: var(--et_error-color, #fff);
    background-color: var(--et_error-bg-color, var(--et_red-color))
}

.dokan-alert-warning:before,
.dokan-error:before,
.mc4wp-error:before,
.woocommerce-error:before {
    content: "\e900"
}

.woocommerce-info.vc_empty-element {
    pointer-events: none
}

.woocommerce-info.vc_empty-element+.vc_controls,
.woocommerce-info.vc_empty-element:after {
    display: none
}

.dokan-info,
.mc4wp-info,
.woocommerce-info,
.woocommerce-order-overview-wrapper~p {
    color: var(--et_info-color, #fff);
    background-color: var(--et_info-bg-color, var(--et_blue-color))
}

.dokan-info:before,
.mc4wp-info:before,
.woocommerce-info:before,
.woocommerce-order-overview-wrapper~p:before {
    content: "\e906"
}

.dokan-alert-success:before,
.mc4wp-success:before,
.woocommerce-message:before {
    content: "\e92a"
}

.woocommerce-NoticeGroup {
    margin-top: 20px
}

.woocommerce-NoticeGroup strong {
    font-weight: 400
}

.woocommerce-info.vc_empty-element {
    pointer-events: none
}

.woocommerce-info.vc_empty-element+.vc_controls,
.woocommerce-info.vc_empty-element:after {
    display: none
}

.woocommerce-NoticeGroup {
    margin-top: 20px
}

.woocommerce-NoticeGroup strong {
    font-weight: 400
}

.mc4wp-alert {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff
}

.mc4wp-alert p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left
}

.mc4wp-alert,
.mc4wp-alert a,
.mc4wp-alert p {
    color: var(--et_dark-2-white)
}

.content-page>.woocommerce-notices-wrapper:not(:empty) {
    margin-top: 1.43em
}

.et-notify {
    position: fixed;
    top: 0;
    background: var(--et_border-color);
    color: #fff;
    z-index: 10010;
    margin: 5px;
    font-size: 1rem;
    padding: 15px 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:769px) {
    .et-notify {
        margin: 30px
    }
}

.logged-in .et-notify {
    top: 32px
}

.et-notify:empty {
    display: none
}

.et-notify:not(.removing) {
    -webkit-animation: fadeIn .3s linear, et-rtl .3s linear;
    animation: fadeIn .3s linear, et-rtl .3s linear
}

.et-notify[data-type=success] {
    background: var(--et_notice-bg-color, var(--et_green-color))
}

.et-notify[data-type=success]:before {
    content: '\e92a'
}

.et-notify[data-type=error] {
    background: var(--et_error-bg-color, var(--et_red-color))
}

.et-notify[data-type=error]:before {
    content: '\e900'
}

.et-notify[data-type=info] {
    background: var(--et_white-2-dark);
    border: 1px solid var(--et_border-color);
    color: var(--et_font-color);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    max-width: calc(100vw - 40px)
}

.et-notify-image {
    display: inline-block;
    padding: 0
}

.et-notify-image img {
    max-width: 6rem;
    max-height: 100px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    width: auto;
    height: auto
}

.et-notify-info {
    overflow: hidden
}

.et-notify-button {
    display: block;
    text-decoration: underline;
    margin-top: 10px
}

.et-notify-close {
    margin: 10px
}

@media only screen and (max-width:480px) {
    .single-product .woocommerce-error .button,
    .single-product .woocommerce-info .button,
    .single-product .woocommerce-message .button {
        display: none
    }
}

.list,
.list ul {
    padding-left: 0;
    margin-bottom: 15px
}

.list li {
    display: inline-block;
    list-style: none
}

.list li:before {
    content: "\e904";
    font-family: xstore-icons;
    font-size: .7em;
    margin-right: 10px
}

.menu li.menu-disable_title>a i {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.label-text {
    position: relative;
    top: -.2em;
    margin-left: 5px;
    color: #fff;
    -webkit-text-fill-color: currentColor;
    font-size: .57em;
    line-height: .9em;
    padding: 3px 3px 3px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2px
}

.label-text:not(:only-child) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.label-text:before {
    content: '';
    width: 0;
    height: 0;
    border: .38em solid transparent;
    position: absolute;
    top: 50%;
    left: -.655em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-label-new>a .label-text {
    background-color: #88b643
}

.menu-label-new>a .label-text:before {
    border-right-color: #88b643
}

.menu-label-sale>a .label-text {
    background-color: #e6bd47
}

.menu-label-sale>a .label-text:before {
    border-right-color: #e6bd47
}

.menu-label-hot>a .label-text {
    background-color: #a4004f
}

.menu-label-hot>a .label-text:before {
    border-right-color: #a4004f
}

.nav-sublist-dropdown {
    position: absolute;
    top: 100%;
    left: var(--menu-main-sublist-offset-left, 0);
    right: var(--menu-main-sublist-offset-right, auto);
    z-index: -1;
    display: none;
    -webkit-animation: fadeOut;
    animation: fadeOut;
    width: var(--menu-sublist-width, 18em);
    padding: 2.14em 2.14em;
    background-color: var(--et-sublist-background, var(--et_white-2-dark));
    border-radius: var(--et-sublist-border-radius, 0);
    text-align: left;
    text-align: start;
    border: 1px solid var(--et-sublist-border-color, var(--et_border-color));
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-sublist-dropdown .container {
    width: auto;
    padding: 0
}

.nav-sublist-dropdown .item-link {
    display: block;
    font-size: 1rem;
    padding: .72em 0
}

.nav-sublist-dropdown ul {
    padding-left: 0;
    display: block;
    width: 100%
}

.nav-sublist-dropdown p:empty {
    display: none
}

.menu-static-block ul {
    display: inline-block
}

.my-account-link ul>li,
.nav-sublist-dropdown ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.item-design-dropdown .nav-sublist-dropdown {
    padding: var(--menu-sublist-padding-top, 1em) 0 var(--menu-sublist-padding-bottom, 1em)
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children {
    position: relative
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>a {
    position: static
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>a:after {
    content: "\e904";
    font-size: 10px;
    font-family: xstore-icons;
    position: absolute;
    right: 2.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children>.nav-sublist {
    display: var(--submenu-display, none);
    -webkit-animation: fadeOut;
    animation: fadeOut
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children:hover>.nav-sublist {
    display: var(--submenu-display, block)
}

.item-design-dropdown .nav-sublist-dropdown ul>li.menu-item-has-children:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
    height: 100%
}

.item-design-dropdown .nav-sublist-dropdown ul>li>a {
    width: 100%;
    font-size: 1.14rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: var(--menu-sublist-padding-v, .6em) var(--menu-sublist-padding-h, 1.9em)
}

.item-design-dropdown .nav-sublist-dropdown ul>li ul {
    position: var(--menu-sublist-position, absolute);
    top: var(--menu-sublist-top-offset, -1.07em);
    border: var(--menu-sublist-border, 1px solid var(--et-sublist-border-color, var(--et_border-color)));
    z-index: var(--menu-sublist-z-index, 0);
    left: var(--submenu-offset-left, 100%);
    right: var(--submenu-offset-right, auto)
}

.item-design-dropdown .nav-sublist-dropdown ul>li ul ul {
    z-index: -2
}

.item-design-dropdown .nav-sublist-dropdown ul>li .nav-sublist ul {
    background-color: var(--et-sublist-background, var(--et_white-2-dark));
    border-radius: var(--et-sublist-border-radius, 0);
    padding: var(--menu-sublist-padding-top, 1em) 0 var(--menu-sublist-padding-bottom, 1em);
    width: 100%;
    -webkit-animation-name: var(--dropdown-animation-name, fadeIn);
    animation-name: var(--dropdown-animation-name, fadeIn);
    -webkit-animation-duration: var(--dropdown-animation-duration, .2s);
    animation-duration: var(--dropdown-animation-duration, .2s)
}

.item-design-dropdown .nav-sublist-dropdown ul>.header-search a {
    padding: var(--menu-sublist-padding-v, .6em) var(--menu-sublist-padding-h, 1.9em)
}

.menu-item-has-children {
    position: relative
}

.menu-item-has-children>a>.arrow {
    fill: currentColor;
    margin-left: 5px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.menu-item-has-children:hover>.nav-sublist-dropdown,
li.menu-open-by-click.opened>.nav-sublist-dropdown,
li:hover>.nav-sublist-dropdown {
    display: var(--submenu-display, block);
    -webkit-animation-name: var(--dropdown-animation-name, fadeIn);
    animation-name: var(--dropdown-animation-name, fadeIn);
    -webkit-animation-duration: var(--dropdown-animation-duration, .2s);
    animation-duration: var(--dropdown-animation-duration, .2s);
    z-index: 1002
}

li.menu-open-by-click:not(.opened)>.nav-sublist-dropdown {
    display: var(--submenu-display, none)
}

.simple-hover>.nav-sublist-dropdown {
    display: block;
    opacity: 0;
    visibility: hidden
}

.simple-hover:hover>.nav-sublist-dropdown {
    opacity: 1;
    visibility: visible
}

.swiper-custom-left {
    left: calc(-1 * var(--arrow-size, 50px) - 35px)
}

.swiper-custom-left:before {
    content: '\e902'
}

.swiper-custom-left:after {
    right: -10px;
    left: 0
}

.swiper-custom-right {
    right: calc(-1 * var(--arrow-size, 50px) - 35px)
}

.swiper-custom-right:before {
    content: '\e904'
}

.swiper-custom-right:after {
    left: -10px;
    right: 0
}

.swiper-custom-left.type-archery:before {
    content: '\e947'
}

.swiper-custom-right.type-archery:before {
    content: '\e948'
}

.swiper-entry:hover .swiper-custom-left {
    left: calc(-1 * var(--arrow-size, 50px) - 10px)
}

.swiper-entry:hover .swiper-custom-right {
    right: calc(-1 * var(--arrow-size, 50px) - 10px)
}

.arrows-hovered .arrow-left,
.arrows-hovered>.swiper-container .swiper-custom-left {
    left: 0 !important
}

.arrows-hovered .arrow-left:before,
.arrows-hovered>.swiper-container .swiper-custom-left:before {
    content: "\e902"
}

.arrows-hovered .arrow-left.type-archery:before,
.arrows-hovered>.swiper-container .swiper-custom-left.type-archery:before {
    content: "\e947"
}

.arrows-hovered .arrow-right,
.arrows-hovered>.swiper-container .swiper-custom-right {
    right: 0 !important
}

.arrows-hovered .arrow-right:before,
.arrows-hovered>.swiper-container .swiper-custom-right:before {
    content: "\e904"
}

.arrows-hovered .arrow-right.type-archery:before,
.arrows-hovered>.swiper-container .swiper-custom-right.type-archery:before {
    content: "\e948"
}

.arrows-hovered .arrow-left,
.arrows-hovered>.swiper-container .swiper-custom-left {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    left: 0
}

.arrows-hovered .arrow-left:hover,
.arrows-hovered>.swiper-container .swiper-custom-left:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.arrows-hovered .arrow-right,
.arrows-hovered>.swiper-container .swiper-custom-right {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    right: 0
}

.arrows-hovered .arrow-right:hover,
.arrows-hovered>.swiper-container .swiper-custom-right:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.arrows-long-path .arrow-left,
.arrows-long-path>.swiper-container .swiper-custom-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0
}

.arrows-long-path .arrow-right,
.arrows-long-path>.swiper-container .swiper-custom-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0
}

@media screen and (max-width:480px) {
    .swiper-entry .swiper-custom-left,
    .swiper-entry:hover .swiper-custom-left {
        left: 0
    }
    .swiper-entry .swiper-custom-right,
    .swiper-entry:hover .swiper-custom-right {
        right: 0
    }
}

.arrows-effect-static .swiper-custom-left,
.arrows-effect-static:hover .swiper-custom-left {
    left: 20px
}

.arrows-effect-static .swiper-custom-right,
.arrows-effect-static:hover .swiper-custom-right {
    right: 20px
}

.middle-inside .swiper-entry .swiper-button-prev,
.middle-inside.swiper-entry .swiper-button-prev {
    left: -12px
}

.middle-inside .swiper-entry:hover .swiper-button-prev,
.middle-inside.swiper-entry:hover .swiper-button-prev {
    left: -22px
}

.middle-inside .swiper-entry .swiper-button-next,
.middle-inside.swiper-entry .swiper-button-next {
    right: -12px
}

.middle-inside .swiper-entry:hover .swiper-button-next,
.middle-inside.swiper-entry:hover .swiper-button-next {
    right: -22px
}

.middle-inbox .swiper-entry .swiper-button-prev,
.middle-inbox.swiper-entry .swiper-button-prev {
    left: 22px
}

.middle-inbox .swiper-entry:hover .swiper-button-prev,
.middle-inbox.swiper-entry:hover .swiper-button-prev {
    left: 12px
}

.middle-inbox .swiper-entry .swiper-button-next,
.middle-inbox.swiper-entry .swiper-button-next {
    right: 22px
}

.middle-inbox .swiper-entry:hover .swiper-button-next,
.middle-inbox.swiper-entry:hover .swiper-button-next {
    right: 12px
}

.carousel-area .product-slide {
    padding: 10px 12px 0
}

@media only screen and (max-width:480px) {
    .carousel-area .product-slide {
        padding-left: 5px;
        padding-right: 5px
    }
    .carousel-area.products-slider {
        --slider-margin-offset: -5px
    }
}

.carousel-area .item-no-space {
    padding: 0
}

.swiper-container {
    --arrow-size: var(--arrow-size, '50px')
}

.swiper-container.carousel-area:not(.swiper-container-multirow) {
    margin-left: var(--slider-margin-offset, -12px);
    margin-right: var(--slider-margin-offset, -12px)
}

.sidebar-slider .swiper-pagination {
    margin-top: 0
}

.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price,
.sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title {
    opacity: 0
}

.sidebar-slider .swiper-container-rtl .swiper-lazy {
    opacity: 1 !important
}

.sidebar-slider .swiper-container-rtl .swiper-lazy-preloader {
    display: none
}

.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide .price,
.sidebar-slider .swiper-container-rtl.swiper-container .swiper-slide p.product-title {
    opacity: 1 !important
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-pagination-bullets {
    display: none !important
}

.swiper-entry .swiper-custom-left,
.swiper-entry .swiper-custom-right {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.swiper-entry:hover .swiper-custom-left,
.swiper-entry:hover .swiper-custom-right {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.swiper-entry:hover .swiper-custom-left:hover,
.swiper-entry:hover .swiper-custom-right:hover {
    opacity: .7
}

.swiper-entry {
    position: relative;
    --arrow-size: 50px;
    isolation: isolate
}

.swiper-entry:not(.swipers-couple-wrapper) .swiper-wrapper {
    cursor: url(https://accessfloorpolygroup.com/wp-content/themes/xstore/images/drag.png) 16 9, ew-resize
}

.swiper-entry .swiper-wrapper.no-dragging {
    cursor: default
}

.swiper-wrapper img {
    display: block
}

.hover-effect-slider .sm-arrow:before,
.swiper-custom-left:before,
.swiper-custom-right:before {
    font-family: xstore-icons;
    font-size: calc(var(--arrow-size, 50px)/ 2.5)
}

.swiper-custom-left,
.swiper-custom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--arrow-size, 50px) !important;
    height: var(--arrow-size, 50px) !important;
    position: absolute;
    top: calc(50% - var(--arrow-size, 50px)/ 2);
    background-color: var(--et_arrows-bg-color, #f2f2f2);
    background-image: none !important;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    margin: 0 !important
}

.swiper-custom-left:hover,
.swiper-custom-right:hover {
    opacity: .7
}

.swiper-custom-left:after,
.swiper-custom-right:after {
    content: '' !important;
    position: absolute;
    top: -100%;
    bottom: -100%
}

.swiper-custom-left:hover,
.swiper-custom-right:hover {
    background-color: var(--et_arrows-bg-color, #f2f2f2)
}

.swiper-custom-left,
.swiper-custom-left:hover,
.swiper-custom-right,
.swiper-custom-right:hover {
    color: var(--et_arrows-color)
}

.swiper-custom-left.style-1,
.swiper-custom-right.style-1 {
    background: 0 0
}

.swiper-custom-left.style-2,
.swiper-custom-left.style-3,
.swiper-custom-left.style-4,
.swiper-custom-right.style-2,
.swiper-custom-right.style-3,
.swiper-custom-right.style-4 {
    border-radius: 50%
}

.swiper-custom-left.style-2,
.swiper-custom-left.style-6,
.swiper-custom-right.style-2,
.swiper-custom-right.style-6 {
    color: var(--et_dark-2-white);
    border: 1px solid var(--et_border-color);
    background-color: var(--et_white-2-dark)
}

.swiper-custom-left.style-2:hover,
.swiper-custom-left.style-6:hover,
.swiper-custom-right.style-2:hover,
.swiper-custom-right.style-6:hover {
    border-color: var(--et_dark-color)
}

.swiper-custom-left.style-3,
.swiper-custom-left.style-5,
.swiper-custom-right.style-3,
.swiper-custom-right.style-5 {
    color: var(--et_dark-2-white);
    background-color: #f2f2f2
}

.swiper-custom-left.style-3:hover,
.swiper-custom-left.style-5:hover,
.swiper-custom-right.style-3:hover,
.swiper-custom-right.style-5:hover {
    color: var(--et_white-2-dark);
    background-color: var(--et_dark-2-white)
}

.swiper-custom-left.style-4,
.swiper-custom-right.style-4 {
    color: var(--et_main-color);
    background-color: var(--et_white-2-dark);
    -webkit-box-shadow: 0 13px 17px var(--et_dark-2-white-01);
    box-shadow: 0 13px 17px var(--et_dark-2-white-01)
}

.swiper-custom-left.style-4:hover,
.swiper-custom-right.style-4:hover {
    color: var(--et_dark-2-white)
}

.swipers-couple-wrapper {
    z-index: 0
}

.swipers-couple-wrapper .swiper-custom-left:not(.et-swiper-elementor-nav),
.swipers-couple-wrapper .swiper-custom-right:not(.et-swiper-elementor-nav) {
    background: 0 0 !important
}

.swipers-couple-wrapper .swiper-custom-left:not(.et-swiper-elementor-nav):hover,
.swipers-couple-wrapper .swiper-custom-right:not(.et-swiper-elementor-nav):hover {
    color: var(--et_main-color)
}

.swipers-couple-wrapper .swiper-control-bottom ul li {
    margin-bottom: .1em
}

.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::-moz-selection {
    background-color: transparent
}

.swipers-couple-wrapper .swiper-control-bottom .swiper-slide img::selection {
    background-color: transparent
}

.swiper-control-bottom {
    margin-bottom: 1.43em
}

.swiper-control-bottom ul {
    margin-bottom: 0
}

.swiper-control-bottom .swiper-button-disabled {
    display: none !important
}

.et_post-slider .swiper-wrapper img,
.swipers-couple-wrapper .swiper-wrapper img {
    margin: 0 auto;
    background-color: var(--et_site-background-color, var(--et_container-bg-color, transparent))
}

.swipers-couple-wrapper.images-wrapper.is_stuck+div {
    z-index: -1
}

.swiper-button-disabled,
.swiper-button-disabled:hover {
    opacity: .7
}

.main-product-slider-wrapper {
    max-width: 570px;
    margin: 0 auto
}

.product-small-preview-entry {
    max-width: 70px;
    margin: 0 auto;
    opacity: .2;
    -webkit-transition: all .15s;
    transition: all .15s;
    background-size: cover;
    background-position: center center
}

.product-small-preview-entry .content {
    padding-bottom: 100%
}

.swiper-slide-active .product-small-preview-entry {
    opacity: 1
}

.swiper-lazy-preloader {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-lazy-preloader:after {
    background-image: none !important
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.lazyload-lqip {
    opacity: 1;
    width: 100%;
    height: 100%
}

.swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {
    opacity: 1 !important
}

.swiper-pagination {
    margin-top: 20px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--et_dark-2-white);
    opacity: .4
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
    display: none
}

.swiper-pagination-lines .swiper-pagination span {
    border-radius: 0;
    width: 19px;
    height: 4px
}

.arrows-hovered .sm-arrow,
.arrows-hovered>.swiper-container .swiper-custom-left,
.arrows-hovered>.swiper-container .swiper-custom-right {
    position: absolute;
    top: calc(50% - var(--arrow-size, 50px)/ 2);
    color: var(--et_dark-2-white);
    cursor: pointer;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    opacity: 0 !important;
    z-index: 3;
    border: 15px solid transparent;
    font-size: 0
}

.arrows-hovered .sm-arrow::-moz-selection,
.arrows-hovered>.swiper-container .swiper-custom-left::-moz-selection,
.arrows-hovered>.swiper-container .swiper-custom-right::-moz-selection {
    background-color: transparent
}

.arrows-hovered .sm-arrow::selection,
.arrows-hovered>.swiper-container .swiper-custom-left::selection,
.arrows-hovered>.swiper-container .swiper-custom-right::selection {
    background-color: transparent
}

.arrows-hovered .hover-effect-slider .sm-arrow:before {
    font-size: 16px
}

.arrows-hovered:hover .arrow-left,
.arrows-hovered:hover .arrow-right,
.arrows-hovered:hover>.swiper-container .swiper-custom-left,
.arrows-hovered:hover>.swiper-container .swiper-custom-right,
.arrows-long-path:hover .arrow-left,
.arrows-long-path:hover .arrow-right,
.arrows-long-path:hover>.swiper-container .swiper-custom-left,
.arrows-long-path:hover>.swiper-container .swiper-custom-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1 !important
}

.arrows-hovered.arrows-hovered-static>.swiper-container .swiper-custom-left,
.arrows-hovered.arrows-hovered-static>.swiper-container .swiper-custom-right {
    opacity: 1 !important;
    visibility: visible
}

.arrows-hovered.arrows-hovered-static>.swiper-container .swiper-custom-left:not(:hover),
.arrows-hovered.arrows-hovered-static>.swiper-container .swiper-custom-right:not(:hover) {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.arrows-hovered .swiper-control-bottom .swiper-custom-left:hover,
.arrows-hovered .swiper-control-bottom .swiper-custom-right:hover {
    -webkit-transform: none;
    transform: none
}

@media screen and (min-width:993px) {
    .sidebar-enabled .post-grid.col-md-4 {
        --arrow-size: 40px
    }
    .sidebar-enabled .post-grid.col-md-4 .swiper-custom-left,
    .sidebar-enabled .post-grid.col-md-4 .swiper-custom-right {
        text-align: center
    }
    .sidebar-enabled .post-grid.col-md-3 {
        --arrow-size: 35px
    }
}

.arrows-always .swiper-entry .swiper-button-next,
.arrows-always .swiper-entry .swiper-button-prev,
.arrows-always.swiper-entry .swiper-button-next,
.arrows-always.swiper-entry .swiper-button-prev {
    visibility: visible;
    opacity: 1
}

.arrows-always .swiper-entry .swiper-button-disabled,
.arrows-always.swiper-entry .swiper-button-disabled {
    opacity: .7
}

.bottom .swiper-navigation {
    text-align: center
}

.bottom .swiper-navigation .swiper-custom-left,
.bottom .swiper-navigation .swiper-custom-right {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    margin: var(--arrow-top-space, 10px) var(--arrow-space, 10px) 0 !important
}

.bottom .swiper-navigation .swiper-custom-left:after,
.bottom .swiper-navigation .swiper-custom-right:after {
    display: none
}

@media screen and (max-width:1024px) {
    .swiper-entry {
        --arrow-size: 40px
    }
}

@media screen and (max-width:768px) {
    .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-left,
    .swipers-couple-wrapper.swiper-entry .swiper-control-bottom .swiper-custom-right {
        display: none
    }
    .arrows-hovered .arrow-left,
    .arrows-hovered .arrow-right,
    .arrows-hovered>.swiper-container .swiper-custom-left,
    .arrows-hovered>.swiper-container .swiper-custom-right,
    .arrows-long-path .arrow-left,
    .arrows-long-path .arrow-right,
    .arrows-long-path>.swiper-container .swiper-custom-left,
    .arrows-long-path>.swiper-container .swiper-custom-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1 !important;
        visibility: visible
    }
}

@media screen and (max-width:480px) {
    .swiper-entry .swiper-custom-left,
    .swiper-entry .swiper-custom-right,
    .swiper-entry:hover .swiper-custom-left,
    .swiper-entry:hover .swiper-custom-right {
        opacity: 1;
        visibility: visible
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0 !important
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
    opacity: 1 !important
}

.swiper-lazy-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    border: none
}

.swiper-lazy-preloader:after {
    display: none
}

.et-icon {
    font-family: xstore-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.et-left-arrow-3:before {
    content: "\e96e"
}

.et-right-arrow-3:before {
    content: "\e96f"
}

.et-blog:before {
    content: "\e970"
}

.et-box:before {
    content: "\e971"
}

.et-chat-2:before {
    content: "\e972"
}

.et-chat-3:before {
    content: "\e973"
}

.et-compare-2-o:before {
    content: "\e974"
}

.et-compare-2:before {
    content: "\e975"
}

.et-compare-3:before {
    content: "\e976"
}

.et-coupon-2:before {
    content: "\e977"
}

.et-desktop:before {
    content: "\e978"
}

.et-info-2:before {
    content: "\e979"
}

.et-fire:before {
    content: "\e97a"
}

.et-flash:before {
    content: "\e97b"
}

.et-laptop:before {
    content: "\e97c"
}

.et-location-2:before {
    content: "\e97d"
}

.et-more-2:before {
    content: "\e97e"
}

.et-phone:before {
    content: "\e97f"
}

.et-sale:before {
    content: "\e980"
}

.et-search:before {
    content: "\e981"
}

.et-send:before {
    content: "\e982"
}

.et-shop-2:before {
    content: "\e983"
}

.et-shopping-cart-2-plus:before {
    content: "\e984"
}

.et-shopping-cart-plus:before {
    content: "\e985"
}

.et-star-2-o:before {
    content: "\e986"
}

.et-star-2:before {
    content: "\e987"
}

.et-support:before {
    content: "\e988"
}

.et-tablet:before {
    content: "\e989"
}

.et-view-2:before {
    content: "\e98a"
}

.et-youtube-o:before {
    content: "\e52"
}

.et-youtube:before {
    content: "\e12"
}

.et-clock:before {
    content: "\e95e"
}

.et-conversation:before {
    content: "\e95f"
}

.et-debit-card:before {
    content: "\e960"
}

.et-dev-menu:before {
    content: "\e961"
}

.et-top-right-arrow:before {
    content: "\e962"
}

.et-file:before {
    content: "\e963"
}

.et-home-o:before {
    content: "\e964"
}

.et-location:before {
    content: "\e965"
}

.et-rocket:before {
    content: "\e966"
}

.et-shopping-bag-2-o:before {
    content: "\e967"
}

.et-shopping-bag-2:before {
    content: "\e968"
}

.et-shopping-bag-3:before {
    content: "\e969"
}

.et-user-3:before {
    content: "\e96a"
}

.et-user-2:before {
    content: "\e96b"
}

.et-heart-2-o:before {
    content: "\e96c"
}

.et-heart-2:before {
    content: "\e96d"
}

.et-facebook:before {
    content: "\e10"
}

.et-behance:before {
    content: "\e11"
}

.et-snapchat:before {
    content: "\e13"
}

.et-instagram:before {
    content: "\e14"
}

.et-google-plus:before {
    content: "\e15"
}

.et-pinterest:before {
    content: "\e16"
}

.et-linkedin:before {
    content: "\e17"
}

.et-rss:before {
    content: "\e18"
}

.et-tripadvisor:before {
    content: "\e19"
}

.et-twitter:before {
    content: "\e20"
}

.et-tumblr:before {
    content: "\e21"
}

.et-vk:before {
    content: "\e22"
}

.et-vimeo:before {
    content: "\e23"
}

.et-skype:before {
    content: "\e24"
}

.et-whatsapp:before {
    content: "\e25"
}

.et-houzz:before {
    content: "\e26"
}

.et-telegram:before {
    content: "\e27"
}

.et-etsy:before {
    content: "\e28"
}

.et-tik-tok:before {
    content: "\e29"
}

.et-twitch:before {
    content: "\e30"
}

.et-untapped:before {
    content: "\e32"
}

.et-facebook-o:before {
    content: "\e50"
}

.et-behance-o:before {
    content: "\e51"
}

.et-snapchat-o:before {
    content: "\e53"
}

.et-instagram-o:before {
    content: "\e54"
}

.et-google-plus-o:before {
    content: "\e55"
}

.et-pinterest-o:before {
    content: "\e56"
}

.et-linkedin-o:before {
    content: "\e57"
}

.et-rss-o:before {
    content: "\e58"
}

.et-tripadvisor-o:before {
    content: "\e59"
}

.et-twitter-o:before {
    content: "\e60"
}

.et-tumblr-o:before {
    content: "\e61"
}

.et-vk-o:before {
    content: "\e62"
}

.et-vimeo-o:before {
    content: "\e63"
}

.et-skype-o:before {
    content: "\e64"
}

.et-whatsapp-o:before {
    content: "\e65"
}

.et-houzz-o:before {
    content: "\e66"
}

.et-telegram-o:before {
    content: "\e67"
}

.et-etsy-o:before {
    content: "\e68"
}

.et-tik-tok-o:before {
    content: "\e69"
}

.et-twitch-o:before {
    content: "\e70"
}

.et-untapped-o:before {
    content: "\e72"
}

.et-exclamation:before {
    content: "\e900"
}

.et-play-button:before {
    content: "\e901"
}

.et-left-arrow:before {
    content: "\e902"
}

.et-up-arrow:before {
    content: "\e903"
}

.et-right-arrow:before {
    content: "\e904"
}

.et-down-arrow:before {
    content: "\e905"
}

.et-info:before {
    content: "\e906"
}

.et-view:before {
    content: "\e907"
}

.et-heart:before {
    content: "\e908"
}

.et-grid-list:before {
    content: "\e92e"
}

.et-list-grid:before {
    content: "\e92f"
}

.et-grid-2-columns:before {
    content: "\e909"
}

.et-grid-4-columns:before {
    content: "\e913"
}

.et-grid-5-columns:before {
    content: "\e94f"
}

.et-grid-6-columns:before {
    content: "\e958"
}

.et-delete:before {
    content: "\e90a"
}

.et-zoom:before {
    content: "\e90b"
}

.et-shopping-cart:before {
    content: "\e90c"
}

.et-shopping-cart-2:before {
    content: "\e90d"
}

.et-star:before {
    content: "\e90e"
}

.et-360-degrees:before {
    content: "\e90f"
}

.et-plus:before {
    content: "\e910"
}

.et-transfer:before {
    content: "\e911"
}

.et-minus:before {
    content: "\e912"
}

.et-downloads:before {
    content: "\e914"
}

.et-compare:before {
    content: "\e915"
}

.et-shopping-basket:before {
    content: "\e916"
}

.et-loader-gif:before {
    content: "\e917"
}

.et-tick:before {
    content: "\e918"
}

.et-logout:before {
    content: "\e919"
}

.et-reddit:before {
    content: "\e91a"
}

.et-reddit-o:before {
    content: "\e91b"
}

.et-discord:before {
    content: "\e91c"
}

.et-discord-o:before {
    content: "\e91d"
}

.et-cafecito-o:before {
    content: "\e91e"
}

.et-clear-filter:before {
    content: "\e91f"
}

.et-coupon:before {
    content: "\e920"
}

.et-cafecito:before {
    content: "\e921"
}

.et-kofi:before {
    content: "\e922"
}

.et-filter:before {
    content: "\e95d"
}

.et-viber:before {
    content: "\e923"
}

.et-dribbble-o:before {
    content: "\e924"
}

.et-share-arrow:before {
    content: "\e925"
}

.et-dribbble:before {
    content: "\e926"
}

.et-diagonal-arrow:before {
    content: "\e927"
}

.et-kofi-o:before {
    content: "\e928"
}

.et-viber-o:before {
    content: "\e929"
}

.et-checked:before {
    content: "\e92a"
}

.et-circle:before {
    content: "\e92b"
}

.et-wallet:before {
    content: "\e92c"
}

.et-heart-o:before {
    content: "\e92d"
}

.et-protect:before {
    content: "\e930"
}

.et-line-o:before {
    content: "\e931"
}

.et-share:before {
    content: "\e932"
}

.et-line:before {
    content: "\e933"
}

.et-controls:before {
    content: "\e934"
}

.et-patreon-o:before {
    content: "\e935"
}

.et-burger:before {
    content: "\e936"
}

.et-calendar:before {
    content: "\e937"
}

.et-chat:before {
    content: "\e938"
}

.et-internet:before {
    content: "\e939"
}

.et-message:before {
    content: "\e93a"
}

.et-patreon:before {
    content: "\e93b"
}

.et-strava-o:before {
    content: "\e93c"
}

.et-shopping-bag-o:before {
    content: "\e93d"
}

.et-shopping-bag:before {
    content: "\e93e"
}

.et-strava:before {
    content: "\e93f"
}

.et-delivery:before {
    content: "\e940"
}

.et-square:before {
    content: "\e941"
}

.et-sent:before {
    content: "\e942"
}

.et-more:before {
    content: "\e943"
}

.et-upload:before {
    content: "\e944"
}

.et-phone-call:before {
    content: "\e945"
}

.et-gift:before {
    content: "\e946"
}

.et-left-arrow-2:before {
    content: "\e947"
}

.et-right-arrow-2:before {
    content: "\e948"
}

.et-time:before {
    content: "\e949"
}

.et-money-bag:before {
    content: "\e94a"
}

.et-guarantee:before {
    content: "\e94b"
}

.et-trash:before {
    content: "\e94c"
}

.et-dot-inside:before {
    content: "\e94d"
}

.et-dot:before {
    content: "\e94e"
}

.et-size:before {
    content: "\e950"
}

.et-play-button-2:before {
    content: "\e951"
}

.et-gallery:before {
    content: "\e952"
}

.et-home:before {
    content: "\e953"
}

.et-shop:before {
    content: "\e954"
}

.et-emoji-happy:before {
    content: "\e955"
}

.et-emoji-sad:before {
    content: "\e956"
}

.et-emoji-neutral:before {
    content: "\e957"
}

.et-bell:before {
    content: "\e959"
}

.et-bell-filled:before {
    content: "\e95a"
}

.et-cart-unavailable:before {
    content: "\e95b"
}

.et-square-filled:before {
    content: "\e95c"
}

.et-user:before {
    content: "\e1000"
}

.et-star-o:before {
    content: "\e930d"
}

@-webkit-keyframes slideInEffect {
    from {
        top: 120%;
        opacity: 0
    }
    to {
        top: 100%;
        opacity: 1
    }
}

@keyframes slideInEffect {
    from {
        top: 120%;
        opacity: 0
    }
    to {
        top: 100%;
        opacity: 1
    }
}

@-webkit-keyframes slideOutEffect {
    from {
        top: 100%;
        opacity: 1
    }
    to {
        top: 120%;
        opacity: 0
    }
}

@keyframes slideOutEffect {
    from {
        top: 100%;
        opacity: 1
    }
    to {
        top: 120%;
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes et-fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes et-fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes et-woo-fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    10% {
        opacity: 1;
        visibility: visible
    }
    90% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes et-woo-fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }
    10% {
        opacity: 1;
        visibility: visible
    }
    90% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes et-toTop {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes et-toTop {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes et-toBottomFull {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes et-toBottomFull {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes et-dropdown {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(500px) rotateX(-90deg);
        transform: perspective(500px) rotateX(-90deg)
    }
    100% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(500px) rotateX(0);
        transform: perspective(500px) rotateX(0)
    }
}

@keyframes et-dropdown {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(500px) rotateX(-90deg);
        transform: perspective(500px) rotateX(-90deg)
    }
    100% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(500px) rotateX(0);
        transform: perspective(500px) rotateX(0)
    }
}

@-webkit-keyframes et-dropdown-top {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: perspective(500px) rotateX(90deg);
        transform: perspective(500px) rotateX(90deg)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: perspective(500px) rotateX(0);
        transform: perspective(500px) rotateX(0)
    }
}

@keyframes et-dropdown-top {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: perspective(500px) rotateX(90deg);
        transform: perspective(500px) rotateX(90deg)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: perspective(500px) rotateX(0);
        transform: perspective(500px) rotateX(0)
    }
}

@keyframes et-toTop {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes et-toTopLong {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes et-toTopLong {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes et-scale-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes et-scale-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes et-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes et-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.9, .9);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.9, .9);
        opacity: 0
    }
}

@-webkit-keyframes slideInRightEffect {
    from {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRightEffect {
    from {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes et-rtl {
    0% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes et-rtl {
    0% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes et-ltr {
    0% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes et-ltr {
    0% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.mfp-bg,
.mfp-wrap {
    position: fixed
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: var(--et_dark-color);
    opacity: .5
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container .open-360-popup,
.mfp-container .open-video-popup,
.mfp-container .zoom-images-button {
    opacity: 0 !important
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: start;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.mfp-close {
    font-size: 0 !important
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

#cboxClose,
.mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 40px;
    position: absolute;
    right: 0 !important;
    padding-right: 0 !important;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    font-size: 0;
    background: 0 0 !important;
    color: #9b9b9b;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-indent: 0 !important
}

#cboxClose:before,
.mfp-close:before {
    font-family: xstore-icons;
    display: inline-block;
    font-size: 16px;
    content: "\e90a";
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#cboxClose:hover:before,
.mfp-close:hover:before {
    color: var(--et_active-color)
}

#cboxClose:focus,
#cboxClose:hover,
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    outline: 0
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-out.mfp-ready {
    z-index: 10002
}

.mfp-close-btn-in .mfp-close {
    color: var(--et_dark-color)
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: 0 0
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after {
    font-family: xstore-icons;
    color: #fff;
    font-size: 30px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    content: "\e904"
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    content: "\e902"
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

div.mfp-iframe-holder .mfp-close,
div.mfp-image-holder .mfp-close {
    text-align: center
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler .mfp-close {
    top: 0 !important
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.et-lightbox-opened button.mfp-close {
    display: none
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-height: calc(100vh - 40px)
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: start;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

html.et-mfp-opened {
    overflow: visible !important
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-zoom-out .mfp-with-anim {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .5
}

.mfp-zoom-out.mfp-removing .mfp-with-anim,
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.copyrights-widget li .wpml-ls-link,
.copyrights-widget ul.menu>li>.wpml-ls-link {
    padding: 6px 10px
}

.et-follow-buttons a:first-child {
    margin-left: 0 !important
}

.et-follow-buttons a:last-child {
    margin-right: 0 !important
}

.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist ul,
.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
    left: 100%
}

.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist ul,
.menu-element:not(.horizontal).submenu-left .menu-item-has-children .nav-sublist-dropdown {
    left: auto;
    right: 100%
}

.menu-element.submenu-left .menu>li>a {
    padding-left: 20px;
    padding-right: 10px
}

.menu-element.submenu-left .menu>li>a:after {
    left: 0
}

.menu-element.submenu-left .menu .nav-sublist-dropdown li>a {
    padding-left: 3.5rem
}

.menu-element.submenu-left .menu .nav-sublist-dropdown li>a:after {
    left: 2.5rem
}

@media only screen and (min-width:480px) and (max-width:992px) {
    .etheme_widget_about_author img {
        float: left;
        margin-right: 30px
    }
}

.copyrights-widget.etheme_widget_socials .widget-title {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin-right: 5px;
    border: none
}

.copyrights-widget.etheme_widget_socials .widget-title+.et-follow-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.copyrights-widget.etheme_widget_socials .et-follow-buttons a {
    font-size: 11px;
    display: inline-block;
    text-align: center
}

.copyrights-widget.etheme_widget_socials .et-follow-buttons a i {
    color: inherit
}

.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-normal a {
    font-size: 15px
}

.copyrights-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
    font-size: 19px
}

.sidebar-widget.etheme_widget_brands li a {
    position: relative
}

.sidebar-widget.etheme_widget_brands li a strong {
    font-weight: 400
}

.etheme_widget_brands:has(ul):not(:has(li)) {
    display: none
}

.sidebar-widget.etheme_widget_search {
    display: inline-block;
    width: 100%
}

.sidebar-widget.etheme_widget_search input[type=email],
.sidebar-widget.etheme_widget_search input[type=password],
.sidebar-widget.etheme_widget_search input[type=text] {
    display: inline-block;
    height: 2.57rem
}

.sidebar-widget.etheme_widget_search .button {
    height: 2.57rem;
    margin-top: 0;
    float: right
}

.etheme_widget_products li,
.etheme_widget_recent_entries li {
    list-style: none
}

.etheme_widget_products .date-event,
.etheme_widget_recent_entries .date-event {
    margin-right: 5px;
    display: block
}

.etheme_widget_products .date-event .number,
.etheme_widget_recent_entries .date-event .number {
    width: 100%;
    display: inline-block
}

.etheme_widget_products .date-event .number:after,
.etheme_widget_recent_entries .date-event .number:after {
    content: "";
    position: relative;
    margin: 0 auto;
    display: block
}

.etheme_widget_products li:last-child {
    margin-bottom: 0 !important
}

.etheme_widget_entries_tabs .tabs {
    margin-bottom: 0
}

.etheme_widget_entries_tabs .tabs .tab-title {
    display: inline-block;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    padding-bottom: 15px;
    position: relative
}

.etheme_widget_entries_tabs .tabs .tab-title:before {
    content: '';
    height: 1px;
    width: 0;
    left: 0;
    right: auto;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 0;
    background: currentColor
}

.etheme_widget_entries_tabs .tabs .tab-title.opened:before,
.etheme_widget_entries_tabs .tabs .tab-title:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.etheme_widget_entries_tabs .post-widget-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.etheme_widget_entries_tabs .tab-content {
    display: none;
    border-top: 1px solid var(--et_border-color);
    padding-top: 20px;
    padding-bottom: 0
}

.etheme_widget_about_author h4:not(.widget-title) {
    margin-bottom: 5px
}

.etheme_widget_about_author img {
    margin-bottom: 1em
}

.etheme_widget_about_author .author-bio {
    margin-bottom: 0
}

.widget_price_filter ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.widget_price_filter ul li a {
    font-size: 1rem
}

.widget_price_filter .price-filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -6px 0
}

.widget_price_filter .price-filter-box input {
    width: auto;
    max-width: calc(50% - 16px);
    text-align: center;
    -webkit-appearance: none;
    padding: 2px 5px;
    margin: 10px 6px 0
}

.widget_price_filter .price-filter-box:has(button) input {
    max-width: 62px
}

.widget_price_filter .price-filter-box .line {
    display: block;
    width: 8px;
    height: 1px;
    background-color: var(--et_border-color);
    margin-top: 10px
}

.widget_price_filter .price-filter-box button {
    margin: 10px 6px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.et-follow-buttons,
.et-follow-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et-follow-buttons a {
    font-size: 12px;
    margin: 0 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et-follow-buttons.buttons-size-normal a {
    font-size: 16px;
    margin: 0 9px
}

.et-follow-buttons.buttons-size-large a {
    font-size: 20px;
    margin: 0 10px
}

.et-follow-buttons.icons-filled a {
    padding: 5px;
    position: relative
}

.et-follow-buttons.icons-filled a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: inherit;
    transition: inherit;
    border-radius: inherit
}

.et-follow-buttons.icons-filled a i {
    color: #fff
}

.et-follow-buttons.icons-filled a:hover:before {
    opacity: 1
}

.et-follow-buttons.icons-filled a:last-child {
    margin-right: 0 !important
}

.et-follow-buttons.icons-filled.buttons-size-normal a {
    padding: 7px
}

.et-follow-buttons.icons-filled.buttons-size-large a {
    padding: 10px
}

.et-follow-buttons.icons-filled .follow-facebook {
    background-color: #3a5795
}

.et-follow-buttons.icons-filled .follow-twitter {
    background-color: #000
}

.et-follow-buttons.icons-filled .follow-instagram {
    background-color: #2d5a82
}

.et-follow-buttons.icons-filled .follow-google {
    background-color: #dd4c3e
}

.et-follow-buttons.icons-filled .follow-pinterest {
    background-color: #bd2126
}

.et-follow-buttons.icons-filled .follow-etsy {
    background-color: #eb6d20
}

.et-follow-buttons.icons-filled .follow-tik-tok {
    background-color: #000
}

.et-follow-buttons.icons-filled .follow-strava {
    background-color: #fc4c02
}

.et-follow-buttons.icons-filled .follow-dribbble {
    background: #444
}

.et-follow-buttons.icons-filled .follow-kofi {
    background: #01b9fe
}

.et-follow-buttons.icons-filled .follow-line {
    background: #00c300
}

.et-follow-buttons.icons-filled .follow-reddit {
    background: #ff4500
}

.et-follow-buttons.icons-filled .follow-cafecito {
    background: #8fa2cc
}

.et-follow-buttons.icons-filled .follow-patreon {
    background: #ff5900
}

.et-follow-buttons.icons-filled .follow-discord {
    background: #7289da
}

.et-follow-buttons.icons-filled .follow-untapped {
    background-color: #ffc000
}

.et-follow-buttons.icons-filled .follow-linkedin {
    background-color: #1898b9
}

.et-follow-buttons.icons-filled .follow-tumblr {
    background-color: #35465c
}

.et-follow-buttons.icons-filled .follow-youtube {
    background-color: #e2282e
}

.et-follow-buttons.icons-filled .follow-telegram {
    background-color: #08c
}

.et-follow-buttons.icons-filled .follow-vimeo {
    background-color: #2ab8e8
}

.et-follow-buttons.icons-filled .follow-skype {
    background-color: #1eb7ec
}

.et-follow-buttons.icons-filled .follow-rss {
    background-color: #f97636
}

.et-follow-buttons.icons-filled .follow-vk {
    background-color: #507299
}

.et-follow-buttons.icons-filled .follow-houzz {
    background-color: #7cc04b
}

.et-follow-buttons.icons-filled .follow-whatsapp {
    background-color: #25d266
}

.et-follow-buttons.icons-filled .follow-viber {
    background-color: #7360f2
}

.et-follow-buttons.icons-filled .follow-snapchat {
    background-color: #fffc00
}

.et-follow-buttons.icons-filled .follow-tripadvisor {
    background-color: #7cc04b
}

.et-follow-buttons.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.et-follow-buttons.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    .mob-center .et-follow-buttons {
        text-align: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.etheme_widget_qr_code {
    font-size: 1.14rem
}

.etheme_widget_qr_code .qr-lighbox {
    float: right;
    max-width: 43px;
    max-height: 43px
}

@media only screen and (max-width:480px) {
    .etheme_widget_qr_code .qr-lighbox {
        max-width: 86px;
        max-height: 86px
    }
}

.menu-element h5 {
    font-size: 1.14rem;
    text-transform: uppercase;
    color: var(--et_dark-color);
    margin-bottom: 1.07em
}

.menu-element .menu {
    padding: 0;
    margin-bottom: 0
}

.menu-element .menu:after,
.menu-element .menu:before {
    display: table;
    content: " "
}

.menu-element .menu:after {
    clear: both
}

.menu-element .menu li {
    list-style: none;
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 0
}

.menu-element .menu li>a {
    display: block
}

.menu-element .menu>li {
    padding: 0 15px
}

.menu-element .menu .label-text {
    display: none
}

.menu-element .menu .menu-item-has-children>a:after {
    content: "\e904";
    font-family: xstore-icons;
    font-size: .57em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-element .menu .menu-item-has-children a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.footer .menu-element.horizontal .menu li>a,
.menu-element .menu li>a {
    padding: .77em 1.07em
}

.menu-element:not(.horizontal) .menu-item-has-children .nav-sublist-dropdown {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-element.submenu-left .menu .menu-item-has-children>a:after {
    content: "\e902";
    right: auto
}

.menu-element.menu-align-center {
    text-align: center
}

.menu-element.menu-align-right {
    text-align: end
}

.menu-element.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-element.horizontal.menu-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-element.horizontal.menu-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu-element.horizontal .menu>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-margin-end: var(--widget-list-item-space, 11px);
    margin-inline-end: var(--widget-list-item-space, 11px)
}

.menu-element.horizontal .menu>li.menu-item-has-children>a:after {
    content: "\e905"
}

.menu-element.horizontal.submenu-top .menu .nav-sublist-dropdown {
    top: auto;
    bottom: 100%
}

.menu-element.menu-list .menu .item-with-block .nav-sublist-dropdown,
.menu-element.menu-list .menu .item-with-block>.nav-sublist {
    display: none !important
}

.menu-element.menu-list .menu li .nav-sublist ul,
.menu-element.menu-list .menu li .nav-sublist-dropdown {
    position: static !important;
    padding: 0 0 0 12px;
    border: none;
    -webkit-transform: none;
    transform: none
}

.menu-element.menu-list .menu li .nav-sublist-dropdown,
.menu-element.menu-list .menu li>.nav-sublist {
    display: block !important;
    -webkit-animation: none !important;
    animation: none !important
}

.menu-element.menu-list .menu li ul a {
    color: var(--et_main-color);
    -webkit-text-fill-color: var(--et_main-color);
    text-transform: none;
    padding: 8px 0
}

.menu-element.menu-list .menu a:after {
    display: none
}

.menu-element.menu-list .menu .nav-sublist-dropdown ul>li .nav-sublist ul li a:hover,
.menu-element.menu-list .menu .nav-sublist-dropdown ul>li a {
    background-color: transparent
}

.et-menu-list {
    padding: 0;
    margin-bottom: 2.14em
}

.et-menu-list li {
    list-style: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 0;
    line-height: inherit
}

.et-menu-list ul {
    margin: 0;
    padding: 0
}

.et-menu-list .menu-title>:not(.label-text) {
    display: inline-block;
    font: inherit;
    color: inherit;
    -webkit-text-fill-color: currentColor;
    margin-bottom: 0;
    text-transform: inherit !important
}

.et-menu-list .menu-title i {
    display: inline-block;
    margin-right: 10px
}

.et-menu-list .item-title-holder a {
    display: block;
    font-size: 1rem;
    padding: 0 2.3em .7em
}

.et-menu-list .item-title-holder a:hover {
    color: var(--et_active-color)
}

.et-menu-list .subitem-title-holder a {
    display: block;
    padding: .5em 2em;
    font-size: 1.14rem;
    color: var(--et_main-color)
}

.et-menu-list .subitem-title-holder a:hover {
    color: var(--et_dark-2-white)
}

.et-menu-list .menu-title a,
.et-menu-list .type-img>a {
    padding-bottom: 0
}

.et-menu-list .nav-item-image img {
    width: auto
}

.et-menu-list .menu-sublist .menu-item:last-child .subitem-title-holder a {
    padding-bottom: 0
}

@media only screen and (max-width:767px) {
    .template-content .menu-element {
        text-align: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.sidebar-widget ul li>ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li>a {
    font-size: 1rem;
    padding-left: 10px;
    --widget-link-underline-offset: 10px
}

.sidebar-widget ul li>ul.children li ul.children li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu li>a {
    padding-left: 20px;
    --widget-link-underline-offset: 20px
}

.sidebar-widget ul li>ul.children li ul.children ul.children li>a,
.sidebar-widget ul li>ul.children li ul.children ul.sub-menu li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu ul.children li>a,
.sidebar-widget ul li>ul.children li ul.sub-menu ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.children ul.sub-menu li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.children li>a,
.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.children ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.children ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.children li ul.sub-menu ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.children ul.sub-menu li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.children li>a,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li ul.sub-menu ul.sub-menu li>a {
    padding-left: 30px;
    --widget-link-underline-offset: 30px
}

.sidebar-widget ul .caret-icon,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.widget_product_categories.sidebar-widget ul .open-this {
    float: right;
    right: 0
}

.widget_product_categories.sidebar-widget li a {
    position: relative
}

.widget_product_categories.sidebar-widget li a:before {
    content: '';
    height: 1px;
    width: 0;
    left: var(--widget-link-underline-offset, 0);
    right: 0;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: var(--widget-link-underline-bottom-offset, 5px);
    background: currentColor
}

.widget_product_categories.sidebar-widget li.opened>a:before,
.widget_product_categories.sidebar-widget li:hover>a:before {
    width: calc(100% - var(--widget-link-underline-offset, 0px))
}

.widget_text ol,
.widget_text ul {
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.sidebar-slider .swiper-entry .swiper-custom-right,
.sidebar-slider .swiper-entry:hover .swiper-custom-right {
    right: 0
}

.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry:hover .swiper-custom-left {
    right: 20px;
    left: auto
}

.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget_product_search button,
.widget_search button,
.woocommerce-product-search button {
    right: 0
}

.widget_product_search input,
.widget_search input,
.woocommerce-product-search input {
    font-size: 1.14rem;
    padding-right: calc(var(--et_inputs-height, 2.642rem) + 1.07em)
}

.sidebar-widget,
.widget-container {
    display: inline-block
}

.sidebar-widget,
.sidebar-widget li,
.widget-container,
.widget-container li {
    width: 100%
}

.footer-widget li a,
.footer-widget ul.menu>li>a,
.sidebar-widget li a,
.sidebar-widget ul.menu>li>a,
.widget li a,
.widget ul.menu>li>a {
    font-size: 1.14rem
}

.copyrights-widget li,
.footer-widget li,
.sidebar-widget li,
.widget li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.42857143
}

.copyrights-widget ul,
.footer-widget ul,
.sidebar-widget ul,
.widget ul {
    margin-bottom: 0;
    padding-left: 0
}

.copyrights-widget ul.menu>li,
.footer-widget ul.menu>li,
.sidebar-widget ul.menu>li,
.widget ul.menu>li {
    padding-left: 0;
    padding-right: 0
}

.copyrights-widget li a,
.copyrights-widget ul.menu>li>a,
.footer-widget li a,
.footer-widget ul.menu>li>a,
.sidebar-widget li a,
.sidebar-widget ul.menu>li>a,
.widget li a,
.widget ul.menu>li>a {
    display: inline-block;
    padding: calc(var(--widget-list-item-space, 11px)/ 2) 0
}

.copyrights-widget .menu-main-menu-container>ul>li:first-child,
.copyrights-widget .textwidget>ul>li:first-child,
.copyrights-widget .wpb_wrapper>ul>li:first-child,
.copyrights-widget>ul>li:first-child,
.footer-widget .menu-main-menu-container>ul>li:first-child,
.footer-widget .textwidget>ul>li:first-child,
.footer-widget .wpb_wrapper>ul>li:first-child,
.footer-widget>ul>li:first-child,
.sidebar-widget .menu-main-menu-container>ul>li:first-child,
.sidebar-widget .textwidget>ul>li:first-child,
.sidebar-widget .wpb_wrapper>ul>li:first-child,
.sidebar-widget>ul>li:first-child,
.widget .menu-main-menu-container>ul>li:first-child,
.widget .textwidget>ul>li:first-child,
.widget .wpb_wrapper>ul>li:first-child,
.widget>ul>li:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.copyrights-widget .menu-main-menu-container>ul>li:first-child>a,
.copyrights-widget .textwidget>ul>li:first-child>a,
.copyrights-widget .wpb_wrapper>ul>li:first-child>a,
.copyrights-widget>ul>li:first-child>a,
.footer-widget .menu-main-menu-container>ul>li:first-child>a,
.footer-widget .textwidget>ul>li:first-child>a,
.footer-widget .wpb_wrapper>ul>li:first-child>a,
.footer-widget>ul>li:first-child>a,
.sidebar-widget .menu-main-menu-container>ul>li:first-child>a,
.sidebar-widget .textwidget>ul>li:first-child>a,
.sidebar-widget .wpb_wrapper>ul>li:first-child>a,
.sidebar-widget>ul>li:first-child>a,
.widget .menu-main-menu-container>ul>li:first-child>a,
.widget .textwidget>ul>li:first-child>a,
.widget .wpb_wrapper>ul>li:first-child>a,
.widget>ul>li:first-child>a {
    padding-top: 0
}

.copyrights-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.copyrights-widget .textwidget>ul>li:first-child>.open-this,
.copyrights-widget .wpb_wrapper>ul>li:first-child>.open-this,
.copyrights-widget>ul>li:first-child>.open-this,
.footer-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.footer-widget .textwidget>ul>li:first-child>.open-this,
.footer-widget .wpb_wrapper>ul>li:first-child>.open-this,
.footer-widget>ul>li:first-child>.open-this,
.sidebar-widget .menu-main-menu-container>ul>li:first-child>.open-this,
.sidebar-widget .textwidget>ul>li:first-child>.open-this,
.sidebar-widget .wpb_wrapper>ul>li:first-child>.open-this,
.sidebar-widget>ul>li:first-child>.open-this,
.widget .menu-main-menu-container>ul>li:first-child>.open-this,
.widget .textwidget>ul>li:first-child>.open-this,
.widget .wpb_wrapper>ul>li:first-child>.open-this,
.widget>ul>li:first-child>.open-this {
    height: 22px
}

.copyrights-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>a,
.copyrights-widget .textwidget>ul>li:not(.opened, .type-label):last-child>a,
.copyrights-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>a,
.copyrights-widget>ul>li:not(.opened, .type-label):last-child>a,
.footer-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>a,
.footer-widget .textwidget>ul>li:not(.opened, .type-label):last-child>a,
.footer-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>a,
.footer-widget>ul>li:not(.opened, .type-label):last-child>a,
.sidebar-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>a,
.sidebar-widget .textwidget>ul>li:not(.opened, .type-label):last-child>a,
.sidebar-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>a,
.sidebar-widget>ul>li:not(.opened, .type-label):last-child>a,
.widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>a,
.widget .textwidget>ul>li:not(.opened, .type-label):last-child>a,
.widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>a,
.widget>ul>li:not(.opened, .type-label):last-child>a {
    padding-bottom: 0;
    --widget-link-underline-bottom-offset: 0;
    margin-bottom: 0
}

.copyrights-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>.open-this,
.copyrights-widget .textwidget>ul>li:not(.opened, .type-label):last-child>.open-this,
.copyrights-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>.open-this,
.copyrights-widget>ul>li:not(.opened, .type-label):last-child>.open-this,
.footer-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>.open-this,
.footer-widget .textwidget>ul>li:not(.opened, .type-label):last-child>.open-this,
.footer-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>.open-this,
.footer-widget>ul>li:not(.opened, .type-label):last-child>.open-this,
.sidebar-widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>.open-this,
.sidebar-widget .textwidget>ul>li:not(.opened, .type-label):last-child>.open-this,
.sidebar-widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>.open-this,
.sidebar-widget>ul>li:not(.opened, .type-label):last-child>.open-this,
.widget .menu-main-menu-container>ul>li:not(.opened, .type-label):last-child>.open-this,
.widget .textwidget>ul>li:not(.opened, .type-label):last-child>.open-this,
.widget .wpb_wrapper>ul>li:not(.opened, .type-label):last-child>.open-this,
.widget>ul>li:not(.opened, .type-label):last-child>.open-this {
    height: 34px
}

.sidebar-widget ul.with-accordion ul.children,
.widget_product_categories.sidebar-widget ul.with-accordion ul.children {
    display: none
}

.sidebar-widget ul li,
.widget_product_categories.sidebar-widget ul li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.sidebar-widget ul li a,
.widget_product_categories.sidebar-widget ul li a {
    display: inline-block;
    color: var(--et_main-color)
}

.sidebar-widget ul li a:hover,
.widget_product_categories.sidebar-widget ul li a:hover {
    color: var(--et_dark-2-white)
}

.sidebar-widget ul li.chosen>a,
.sidebar-widget ul li.current-cat>a,
.sidebar-widget ul li.current-item>a,
.sidebar-widget ul li.selected>a,
.widget_product_categories.sidebar-widget ul li.chosen>a,
.widget_product_categories.sidebar-widget ul li.current-cat>a,
.widget_product_categories.sidebar-widget ul li.current-item>a,
.widget_product_categories.sidebar-widget ul li.selected>a {
    color: var(--et_dark-2-white)
}

.sidebar-widget ul li.firstItem,
.widget_product_categories.sidebar-widget ul li.firstItem {
    padding-top: 0
}

.sidebar-widget ul li.parent-cat-wrap a,
.widget_product_categories.sidebar-widget ul li.parent-cat-wrap a {
    border: none !important
}

.sidebar-widget ul li .count,
.sidebar-widget ul li.wc-layered-nav-rating .star-rating~span,
.widget_product_categories.sidebar-widget ul li .count,
.widget_product_categories.sidebar-widget ul li.wc-layered-nav-rating .star-rating~span {
    font-size: 1rem;
    display: inline-block;
    color: var(--widget-count-color, var(--et_main-color));
    background-color: var(--widget-count-bg-color, transparent);
    border-radius: var(--widget-count-br-radius, 0);
    padding: var(--widget-count-padding, 0);
    min-width: var(--widget-count-min-width, unset);
    text-align: center;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sidebar-widget ul li>ul,
.widget_product_categories.sidebar-widget ul li>ul {
    padding: 0
}

.sidebar-widget ul li>ul.children li,
.sidebar-widget ul li>ul.sub-menu li,
.widget_product_categories.sidebar-widget ul li>ul.children li,
.widget_product_categories.sidebar-widget ul li>ul.sub-menu li {
    list-style: none
}

.sidebar-widget ul .caret-icon,
.sidebar-widget ul .open-this,
.widget_product_categories.sidebar-widget ul .caret-icon,
.widget_product_categories.sidebar-widget ul .open-this {
    cursor: pointer;
    height: 36px;
    color: var(--et_dark-2-white);
    position: absolute;
    top: 0;
    width: 30px;
    text-align: right;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    font-size: 0
}

.sidebar-widget ul .caret-icon+a,
.sidebar-widget ul .open-this+a,
.widget_product_categories.sidebar-widget ul .caret-icon+a,
.widget_product_categories.sidebar-widget ul .open-this+a {
    max-width: calc(100% - 30px)
}

.sidebar-widget ul .caret-icon i:before,
.sidebar-widget ul .open-this:before,
.widget_product_categories.sidebar-widget ul .caret-icon i:before,
.widget_product_categories.sidebar-widget ul .open-this:before {
    font-size: 10px
}

.sidebar-widget ul .caret-icon i:before,
.widget_product_categories.sidebar-widget ul .caret-icon i:before {
    content: "\e905";
    font-family: xstore-icons
}

.sidebar-widget ul li.current-cat>a,
.sidebar-widget ul li>ul.children li.current-cat>a {
    color: var(--et_dark-2-white)
}

.widget-title,
.widgettitle {
    line-height: 1.1
}

span.widget-title,
span.widgettitle {
    display: block
}

.cart_totals>h2,
.widget-title,
.widgettitle {
    font-size: calc(var(--h5-size-proportion) * 1rem);
    text-transform: uppercase;
    color: var(--et_dark-2-white);
    margin-bottom: var(--widget-title-space-bottom, 1.4em);
    padding-bottom: var(--widget-title-inner-space-bottom, 1em);
    border-bottom: var(--widget-title-border-width, 1px) solid var(--widget-title-border-color, var(--et_border-color))
}

.cart_totals>h2.style-classic,
.widget-title.style-classic,
.widgettitle.style-classic {
    border-bottom: none;
    padding-bottom: var(--widget-title-inner-space-bottom, 0)
}

.cart_totals>h2.style-circle-aside>span:before,
.cart_totals>h2.style-line-aside>span:before,
.cart_totals>h2.style-square-aside>span:before,
.widget-title.style-circle-aside>span:before,
.widget-title.style-line-aside>span:before,
.widget-title.style-square-aside>span:before,
.widgettitle.style-circle-aside>span:before,
.widgettitle.style-line-aside>span:before,
.widgettitle.style-square-aside>span:before {
    content: '';
    width: .8em;
    height: .8em;
    display: inline-block;
    background: var(--widget-title-element-color, currentColor);
    vertical-align: baseline;
    -webkit-margin-end: .3em;
    margin-inline-end: .3em
}

.cart_totals>h2.style-circle-aside>span:before,
.widget-title.style-circle-aside>span:before,
.widgettitle.style-circle-aside>span:before {
    border-radius: 50%;
    background: 0 0;
    border: .35em solid var(--widget-title-element-color, currentColor)
}

.cart_totals>h2.style-line-aside>span:before,
.widget-title.style-line-aside>span:before,
.widgettitle.style-line-aside>span:before {
    width: 3px;
    height: .72em
}

.cart_totals>h2.style-colored-underline>span,
.widget-title.style-colored-underline>span,
.widgettitle.style-colored-underline>span {
    position: relative
}

.cart_totals>h2.style-colored-underline>span:before,
.widget-title.style-colored-underline>span:before,
.widgettitle.style-colored-underline>span:before {
    content: '';
    height: var(--widget-title-border-width, 1px);
    display: inline-block;
    background: var(--widget-title-element-color, currentColor);
    position: absolute;
    bottom: calc(var(--widget-title-inner-space-bottom, 1em) * -1);
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.footer-widget li,
.sidebar-widget li,
.widget li,
.widget-container li,
.widget_recent_entries li {
    list-style: none
}

.sidebar-widget .sidebar-slider {
    margin-bottom: 0
}

.sidebar-slider {
    position: relative
}

.sidebar-slider .swiper-slide li {
    float: none;
    width: 100%
}

.sidebar-slider .swiper-container-multirow {
    margin-bottom: var(--slider-multirow-bottom-offset, -1.43em)
}

.sidebar-slider .swiper-entry {
    position: static
}

.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry .swiper-custom-right {
    font-size: 0;
    color: var(--et_dark-2-white);
    background: 0 0 !important;
    margin: 0
}

.sidebar-slider .swiper-entry .swiper-custom-left:after,
.sidebar-slider .swiper-entry .swiper-custom-right:after {
    display: none
}

.sidebar-slider .swiper-entry .swiper-custom-left,
.sidebar-slider .swiper-entry .swiper-custom-right {
    opacity: 1;
    visibility: visible;
    width: 20px !important;
    height: 20px !important;
    top: 0;
    z-index: auto
}

.sidebar-slider .swiper-entry .swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.sidebar-slider .swiper-entry .initialized .swiper-lazy-preloader .slide-loader {
    margin: 0
}

.sidebar-slider .swiper-custom-left:before,
.sidebar-slider .swiper-custom-right:before {
    font-size: 12px
}

.sidebar-slider ul,
.sidebar-widget ul,
.widget_product_categories.sidebar-widget ul {
    padding: 0;
    margin-bottom: 0
}

.product_list_widget li img,
.sidebar-slider li img {
    max-width: 5rem;
    max-height: 100px
}

.product_list_widget .initialized .product-list-image,
.sidebar-slider .initialized .product-list-image {
    position: relative
}

.g-recaptcha {
    clear: both
}

.widget_product_search form,
.widget_search form,
.woocommerce-product-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_product_search,
.widget_product_search .input-row,
.widget_search,
.widget_search .input-row,
.woocommerce-product-search,
.woocommerce-product-search .input-row {
    width: 100%
}

.widget_product_search input,
.widget_search input,
.woocommerce-product-search input {
    font-size: 1rem
}

.widget_product_search button,
.widget_search button,
.woocommerce-product-search button {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: var(--et_inputs-height, 2.642rem);
    height: var(--et_inputs-height, 2.642rem);
    font-size: inherit;
    padding: 0;
    line-height: 1;
    color: var(--et_dark-2-white);
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 !important
}

.widget_product_search button:hover,
.widget_search button:hover,
.woocommerce-product-search button:hover {
    color: var(--et_dark-2-white);
    background-color: transparent !important;
    border-color: transparent !important
}

.widget_product_search button:before,
.widget_search .wp-block-search__button:before,
.woocommerce-product-search button:before {
    content: "\e90b";
    font-family: xstore-icons;
    color: currentColor
}

.widget_product_search button:before,
.widget_search .wp-block-search__button:before,
.widget_search button i,
.woocommerce-product-search button:before {
    display: block !important;
    color: currentColor
}

@media (min-width:993px) {
    .sidebar-slider,
    .sidebar-widget {
        margin-bottom: var(--space-between-widgets, 3.9em)
    }
    .sidebar .sidebar-widget:last-of-type:not(:first-of-type),
    .sidebar-widget.etheme_widget_satick_block:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (max-width:992px) {
    .sidebar-slider:not(:empty),
    .sidebar-widget:not(:empty) {
        margin-bottom: 40px
    }
}

.widget_currency_sel_widget .wcml_currency_switcher {
    background-color: transparent;
    background-image: none
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 12em
}

.wpml-ls-legacy-dropdown .wcml-cs-item-toggle {
    padding-top: 0;
    padding-bottom: 0
}

.wcml-dropdown .wcml-cs-submenu,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#lang_sel {
    height: auto
}

#lang_sel a {
    text-transform: uppercase !important;
    font-size: .85rem !important
}

#lang_sel a.lang_sel_sel {
    background-image: none
}

#lang_sel a.lang_sel_sel:after {
    top: calc(50% - 2.5px);
    border: 5px solid transparent
}

#lang_sel img.iclflag {
    top: 0
}

#lang_sel li,
.widget_currency_sel_widget li {
    padding: 0 !important;
    margin: 0 !important
}

#lang_sel li ul,
.widget_currency_sel_widget li ul {
    width: 180px;
    background-color: #fff !important;
    height: auto !important;
    top: 100%;
    z-index: 100;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 10px 0 !important
}

#lang_sel li ul a,
.widget_currency_sel_widget li ul a {
    padding: 9px 10px;
    opacity: 1 !important
}

#lang_sel li ul a:hover,
.widget_currency_sel_widget li ul a:hover {
    background: 0 0
}

#lang_sel li ul li,
.widget_currency_sel_widget li ul li {
    width: 100%;
    float: left
}

#lang_sel ul ul a,
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a {
    color: var(--et_dark-color)
}

#lang_sel ul ul a:hover,
.wcml-dropdown .wcml-cs-active-currency .wcml-cs-submenu a:hover {
    opacity: 1;
    color: var(--et_main-color)
}

.widget_icl_lang_sel_widget {
    background-color: transparent
}

.widget_currency_sel_widget .wcml_currency_switcher {
    background-color: transparent !important
}

.widget_currency_sel_widget img {
    display: none !important
}

.wcml-dropdown {
    width: auto
}

.wcml-dropdown li {
    border: none
}

.wcml-dropdown li,
.wcml-dropdown li:hover {
    background: 0 0
}

.wcml-dropdown li .wcml-cs-submenu li {
    color: var(--et_dark-color);
    display: block
}

.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
    opacity: 1
}

.wcml-dropdown li ul a {
    color: var(--et_dark-color);
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wcml-dropdown li ul a:hover {
    color: var(--et_main-color)
}

.wcml-dropdown .wcml-cs-submenu {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product_list_widget .product-list-image,
.product_list_widget .product-mini-image,
.sidebar-slider .product-list-image {
    float: left;
    width: auto !important;
    max-width: 100px;
    display: block;
    margin-right: 20px
}

.etheme-product-status-filter a,
.etheme_swatches_filter.type-select li a,
.etheme_widget_brands_filter li a,
.etheme_widget_cats_filter li a,
.wc-layered-nav-rating a,
.wc-layered-nav-term a,
.widget_price_filter li a {
    position: relative;
    padding: 0 0 0 calc(var(--widget-checkbox-size, 14px) + 11px) !important
}

.etheme-product-status-filter a:before,
.etheme_swatches_filter.type-select li a:before,
.etheme_widget_brands_filter li a:before,
.etheme_widget_cats_filter li a:before,
.wc-layered-nav-rating a:before,
.wc-layered-nav-term a:before,
.widget_price_filter li a:before {
    content: '';
    width: var(--widget-checkbox-size, 14px);
    height: var(--widget-checkbox-size, 14px);
    border: 1px solid var(--widget-checkbox-br-color, var(--et_border-color));
    background-color: var(--widget-checkbox-bg-color, transparent);
    border-radius: var(--widget-checkbox-br-radius, 0);
    -webkit-transition: inherit;
    transition: inherit;
    position: absolute;
    left: 0;
    top: calc(50% - var(--widget-checkbox-size, 14px)/ 2)
}

.etheme-product-status-filter .chosen a:after,
.etheme-product-status-filter li:hover a:after,
.etheme_swatches_filter.type-select li.selected a:after,
.etheme_swatches_filter.type-select li:hover a:after,
.etheme_widget_brands_filter .current-item a:after,
.etheme_widget_brands_filter a:hover:after,
.etheme_widget_cats_filter .current-item a:after,
.etheme_widget_cats_filter a:hover:after,
.wc-layered-nav-rating.chosen a:after,
.wc-layered-nav-rating:hover a:after,
.wc-layered-nav-term.chosen a:after,
.wc-layered-nav-term:hover a:after,
.widget_price_filter .chosen a:after,
.widget_price_filter li:hover a:after {
    content: var(--widget-checkbox-icon-code, "\e918");
    font-family: xstore-icons;
    position: absolute;
    left: calc(var(--widget-checkbox-size, 14px)/ 2 - var(--widget-checkbox-icon-size, 10px)/ 2);
    z-index: 1;
    font-size: var(--widget-checkbox-icon-size, 10px);
    line-height: 1;
    top: calc(50% - var(--widget-checkbox-icon-size, 10px)/ 2);
    color: var(--widget-checkbox-color, currentColor)
}

.sidebar-widget li.et_widget-show-more span:after {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: -3px;
    background: currentColor
}

.sidebar-widget li.et_widget-show-more:hover span:after {
    width: 100%;
    left: 0;
    right: auto
}

.sidebar-slider .product-title {
    font-size: 1.14rem;
    padding-right: 25px;
    margin-bottom: .15em;
    line-height: 1.4;
    text-align: start
}

.sidebar-slider .product-title:empty {
    display: none
}

.sidebar-slider .product-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--et_dark-2-white)
}

.sidebar-slider .product-title a:hover {
    color: var(--et_main-color)
}

.sidebar-widget.widget_product_categories .product-categories {
    margin-bottom: 0
}

.sidebar-widget.widget_product_categories ul li.product_cat.parent-level0+li {
    padding-left: 10px
}

.etheme_widget_brands select,
.etheme_widget_cats select,
.sidebar-widget.widget_product_categories select {
    width: 100%
}

.sidebar-widget.product-brands .view-products {
    padding-bottom: 0
}

.widget_products .product_list_widget .et-loader-img {
    display: none
}

.wc-layered-nav-rating .star-rating {
    margin-bottom: 0
}

.wc-layered-nav-rating a {
    margin-bottom: var(--widget-list-item-space, 11px)
}

.wc-layered-nav-rating a em {
    font-size: 1rem;
    font-style: normal
}

.etheme-product-status-filter li,
.etheme-product-status-filter li~.et_widget-show-more,
.etheme_swatches_filter.type-select li,
.etheme_swatches_filter.type-select li~.et_widget-show-more,
.etheme_widget_brands_filter li,
.etheme_widget_brands_filter li~.et_widget-show-more,
.etheme_widget_cats_filter li,
.etheme_widget_cats_filter li~.et_widget-show-more,
.wc-layered-nav-term,
.wc-layered-nav-term~.et_widget-show-more,
.widget_price_filter li,
.widget_price_filter li~.et_widget-show-more {
    margin-top: var(--widget-list-item-space, 11px);
    margin-bottom: var(--widget-list-item-space, 11px)
}

.etheme-product-status-filter li:first-child,
.etheme_swatches_filter.type-select li:first-child,
.etheme_widget_brands_filter li:first-child,
.etheme_widget_cats_filter li:first-child,
.wc-layered-nav-term:first-child,
.widget_price_filter li:first-child {
    margin-top: 0
}

.etheme-product-status-filter li:last-child,
.etheme_swatches_filter.type-select li:last-child,
.etheme_widget_brands_filter li:last-child,
.etheme_widget_cats_filter li:last-child,
.wc-layered-nav-term:last-child,
.widget_price_filter li:last-child {
    margin-bottom: 0
}

.etheme-price-filter li.chosen .count,
.etheme-price-filter li.chosen a,
.etheme-product-status-filter li.chosen .count,
.etheme-product-status-filter li.chosen a,
.etheme_widget_brands li.chosen .count,
.etheme_widget_brands li.chosen a,
.etheme_widget_cats li.chosen .count,
.etheme_widget_cats li.chosen a,
.wc-layered-nav-term.chosen .count,
.wc-layered-nav-term.chosen a {
    color: var(--et_dark-2-white)
}

.etheme_widget_brands li~.et_widget-show-more,
.etheme_widget_brands_filter li~.et_widget-show-more,
.etheme_widget_cats_filter li~.et_widget-show-more,
.wc-layered-nav-rating~.et_widget-show-more,
.wc-layered-nav-term~.et_widget-show-more {
    padding: 0
}

.etheme-product-status-filter .chosen a:before,
.etheme-product-status-filter li:hover a:before,
.etheme_swatches_filter.type-select li.selected a:before,
.etheme_swatches_filter.type-select li:hover a:before,
.etheme_widget_brands_filter .current-item a:before,
.etheme_widget_brands_filter a:hover:before,
.etheme_widget_cats_filter .current-item a:before,
.etheme_widget_cats_filter a:hover:before,
.wc-layered-nav-rating.chosen a:before,
.wc-layered-nav-rating:hover a:before,
.wc-layered-nav-term.chosen a:before,
.wc-layered-nav-term:hover a:before,
.widget_price_filter .chosen a:before,
.widget_price_filter li:hover a:before {
    border-color: var(--widget-checkbox-br-color-active, var(--et_main-color));
    background-color: var(--widget-checkbox-bg-color-active, transparent)
}

.etheme-product-status-filter .chosen a .count,
.etheme-product-status-filter li:hover a .count,
.etheme_swatches_filter.type-select li.selected a .count,
.etheme_swatches_filter.type-select li:hover a .count,
.etheme_widget_brands_filter .current-item a .count,
.etheme_widget_brands_filter a:hover .count,
.etheme_widget_cats_filter .current-item a .count,
.etheme_widget_cats_filter a:hover .count,
.wc-layered-nav-rating.chosen a .count,
.wc-layered-nav-rating:hover a .count,
.wc-layered-nav-term.chosen a .count,
.wc-layered-nav-term:hover a .count,
.widget_price_filter .chosen a .count,
.widget_price_filter li:hover a .count {
    color: var(--widget-count-color-active, var(--et_main-color));
    background-color: var(--widget-count-bg-color-active, transparent)
}

.widget_rating_filter li.wc-layered-nav-rating.chosen .star-rating~span,
.widget_rating_filter li.wc-layered-nav-rating:hover .star-rating~span {
    color: var(--widget-count-color-active, var(--et_main-color));
    background-color: var(--widget-count-bg-color-active, transparent)
}

.widget_product_categories.sidebar-widget ul li.current-cat-parent>.count,
.widget_product_categories.sidebar-widget ul li.current-cat>.count,
.widget_product_categories.sidebar-widget ul li:hover>.count {
    color: var(--widget-count-color-active, var(--et_main-color));
    background-color: var(--widget-count-bg-color-active, transparent)
}

.widget_rating_filter ul li.wc-layered-nav-rating.chosen .star-rating+span,
.widget_rating_filter ul li.wc-layered-nav-rating:hover .star-rating+span {
    color: var(--widget-count-color-active, var(--et_main-color));
    background-color: var(--widget-count-bg-color-active, transparent)
}

.etheme-product-status-filter .chosen a:after,
.etheme_swatches_filter.type-select li.selected a:after,
.etheme_widget_brands_filter .current-item a:after,
.etheme_widget_cats_filter .current-item a:after,
.wc-layered-nav-rating.chosen a:after,
.wc-layered-nav-term.chosen a:after,
.widget_price_filter .chosen a:after {
    color: var(--widget-checkbox-color-active, currentColor)
}

.etheme-product-status-filter .chosen a:hover:after,
.etheme_swatches_filter.type-select li.selected a:hover:after,
.etheme_widget_brands_filter .current-item a:hover:after,
.etheme_widget_cats_filter .current-item a:hover:after,
.wc-layered-nav-rating.chosen a:hover:after,
.wc-layered-nav-term.chosen a:hover:after,
.widget_price_filter .chosen a:hover:after {
    content: "\e90a"
}

.price_slider_wrapper .price_slider_amount input {
    opacity: 0
}

.price_slider_wrapper .ui-slider-range {
    position: absolute;
    height: var(--price-slider-line-thickness, 2px) !important;
    border-radius: 0 !important;
    background: var(--et_active-color)
}

.price_slider_wrapper .ui-slider-horizontal {
    position: relative;
    background: var(--et_border-color);
    height: var(--price-slider-line-thickness, 2px);
    margin-bottom: 20px
}

.price_slider_wrapper .ui-slider {
    border-radius: 0 !important
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    cursor: pointer;
    width: var(--price-slider-handle-size, 10px) !important;
    height: var(--price-slider-handle-size, 10px) !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0 !important;
    position: absolute !important;
    border: none !important;
    border-radius: var(--price-slider-handle-radius, 50%) !important;
    background: var(--et_active-color);
    -webkit-transition: transform .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    margin: 0
}

.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    -webkit-transform: translateY(-50%) scale(var(--price-slider-handle-scale-hover, 1.5));
    transform: translateY(-50%) scale(var(--price-slider-handle-scale-hover, 1.5))
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-of-type:hover {
    -webkit-transform: translate(-100%, -50%) scale(var(--price-slider-handle-scale-hover, 1.5));
    transform: translate(-100%, -50%) scale(var(--price-slider-handle-scale-hover, 1.5))
}

.price_slider_wrapper .price_label {
    -webkit-margin-end: auto;
    margin-inline-end: auto
}

.price_slider_wrapper .button {
    color: var(--et_dark-2-white);
    font-size: 1rem;
    border: none;
    height: auto;
    padding: 0;
    background-color: transparent
}

.price_slider_wrapper .button:hover {
    color: var(--et_active-color);
    background-color: transparent
}

.price_slider_wrapper .button span {
    color: currentColor;
    font-size: inherit
}

.price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.14rem
}

.price_slider_amount .clear {
    display: none
}

.price_slider_amount span {
    font-size: 1rem;
    color: var(--et_dark-2-white)
}

.widget_product_search label {
    color: var(--et_main-color);
    font-size: 1.14rem
}

.widget_product_search input[type=search],
.widget_product_search label {
    width: 100%
}

.widget_layered_nav_filters ul {
    margin: 0 -3px
}

.widget_layered_nav_filters ul li {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3px 6px
}

.widget_layered_nav_filters ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    padding: 3px 20px !important;
    border: 1px solid var(--et_border-color)
}

.widget_layered_nav_filters ul li a:after {
    content: '\e90a';
    font-family: xstore-icons;
    font-size: .5em;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px
}

.widget_layered_nav_filters ul li a.etheme-clear-all-filters,
.widget_layered_nav_filters ul li a:hover {
    color: var(--et_dark-2-white);
    border-color: var(--et_dark-2-light-dark)
}

.widget_layered_nav_filters ul li a>span {
    -webkit-margin-start: 3px;
    margin-inline-start: 3px
}

.widget_layered_nav_filters ul li a.etheme-clear-all-filters:after {
    display: none
}

.subcategories-line-separated ul ul {
    position: relative
}

.subcategories-line-separated ul ul:after {
    content: '';
    position: absolute;
    -webkit-border-start: 1px solid var(--et_border-color);
    border-inline-start: 1px solid var(--et_border-color);
    top: calc(var(--widget-list-item-space, 11px)/ 2);
    bottom: calc(var(--widget-list-item-space, 11px)/ 2);
    left: var(--subcategories-line-offset, 0)
}

.subcategories-line-separated ul ul ul {
    --subcategories-line-offset: 10px
}

.subcategories-line-separated ul ul ul:after {
    display: none
}

.subcategories-line-separated ul ul ul ul {
    --subcategories-line-offset: 20px
}

.sidebar-widget .product_list_widget {
    padding-bottom: 0
}

.sidebar-widget .product_list_widget+p {
    display: none
}

.sidebar-widget li.et_widget-show-more {
    text-transform: none;
    color: var(--et_active-color);
    padding: 6px 0;
    cursor: pointer
}

.sidebar-widget li.et_widget-show-more span {
    position: relative;
    display: inline-block
}

.sidebar-widget li.et_widget-show-more[data-reverse].expanded span:first-child,
.sidebar-widget li.et_widget-show-more[data-reverse]:not(.expanded) span:last-child {
    display: none
}

.etheme-widget_local_search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid var(--et_inputs-border-color, var(--et_border-color));
    border-radius: var(--et_inputs-border-radius, 0);
    background-color: var(--et_inputs-bg-color, var(--et_white-2-light-dark))
}

.etheme-widget_local_search-wrapper input {
    font-size: 1rem;
    border: none;
    background: 0 0
}

.etheme-widget_local_search-wrapper .search-button {
    width: var(--et_inputs-height, 2.642rem);
    height: var(--et_inputs-height, 2.642rem);
    color: var(--et_dark-2-white);
    background: 0 0;
    border: none
}

.etheme-widget_local_search-wrapper .search-button.loading img,
.etheme-widget_local_search-wrapper .search-button.loading svg,
.etheme-widget_local_search-wrapper .search-button:not(.loading) span {
    display: none
}

.etheme-widget_local_search-wrapper .clear {
    color: var(--et_dark-2-white);
    -webkit-padding-end: 3px;
    padding-inline-end: 3px;
    font-size: 65%;
    line-height: 1;
    -webkit-animation: fadeIn .3s, et-rtl .3s;
    animation: fadeIn .3s, et-rtl .3s;
    text-transform: uppercase
}

.etheme-widget_local_search-wrapper:not(.done) .clear {
    display: none
}

.etheme-widget_local_search-message {
    color: var(--et_font-color)
}

.recent-posts-widget .post-widget-item {
    font-size: 1rem;
    margin-bottom: 1.25em
}

.recent-posts-widget .post-widget-item h4 {
    font-size: 1.14rem;
    line-height: 1.4
}

.recent-posts-widget .post-widget-item h4 a {
    color: var(--et_dark-2-white)
}

.recent-posts-widget .post-widget-item img {
    max-width: 2.86em
}

.recent-posts-widget .post-widget-item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recent-posts-widget .post-widget-item .media-body {
    width: auto
}

.recent-posts-widget .post-widget-item .media>a {
    display: table;
    margin-top: 3px;
    padding-right: 20px
}

.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.recent-posts-widget .post-comments:before,
.recent-posts-widget .post-date:before {
    font-family: xstore-icons;
    display: inline-block;
    margin-right: 5px;
    font-size: .71rem;
    position: relative;
    top: -1px
}

.recent-posts-widget .post-date {
    float: left;
    margin-right: 10px
}

.recent-posts-widget .post-date:before {
    content: "\e937"
}

.recent-posts-widget .post-comments {
    float: left
}

.recent-posts-widget .post-comments:before {
    content: "\e938"
}

.etheme_widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
ul.wp-block-latest-posts li {
    margin-bottom: 1.1em
}

.widget_recent_entries li a {
    padding: 0
}

.widget_recent_entries li a+.post-date {
    padding-bottom: 6px;
    display: inline-block
}

.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_recent_comments ul,
.widget_rss ul {
    padding-left: 0;
    padding-right: 0
}

.widget_rss li a {
    display: block;
    padding: 6px 0
}

.widget_rss li:last-child {
    margin-bottom: 0
}

.widget_rss li:last-child a {
    padding-bottom: 0
}

.widget_rss li:first-child a {
    padding-top: 0
}

.widget_rss ul li cite {
    font-style: italic
}

.widget_rss .rssSummary {
    color: var(--et_main-color)
}

.recent-posts-widget:not(.posts-widget-slider) .post-widget-item:last-child,
.widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget.widget_pages ul li {
    display: inline-block;
    width: 100%;
    text-align: start
}

.widget.widget_pages ul li a {
    display: inline-block;
    position: relative
}

.widget_recent_comments ul li,
.wp-block-latest-comments li {
    list-style: none;
    margin-bottom: .71em
}

.widget_recent_comments ul li:last-child,
.wp-block-latest-comments li:last-child {
    margin-bottom: 0
}

.widget_recent_comments ul li:last-child a,
.wp-block-latest-comments li:last-child a {
    padding-bottom: 8px
}

#recentcomments li,
#recentcomments li span a,
.widget_recent_comments ul li,
.widget_recent_comments ul li span a {
    font-size: 1rem
}

#recentcomments li a,
.widget_recent_comments ul li a {
    display: block;
    padding-top: 0
}

#recentcomments li>a,
.widget_recent_comments ul li>a {
    color: var(--et_dark-2-white)
}

#recentcomments li a {
    display: block !important
}

.sidebar aside.widget label,
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.widget_rss .widget-title img {
    display: none
}

.sidebar-widget .post-date {
    display: block;
    font-size: 1rem;
    color: var(--et_dark-2-main)
}

.sidebar-widget .recent-posts-widget img {
    max-width: 5.36em
}

.sidebar-widget .recent-posts-widget .post-comments {
    display: none !important
}

.sidebar-widget .swiper-pagination {
    -webkit-transform: none;
    transform: none;
    float: left
}

.sidebar-widget.widget_categories>ul {
    margin-bottom: 0
}

.widget_search {
    display: inline-block
}

.widget_search .form-group {
    margin: 0 !important;
    display: inline-block
}

.widget_search .form-group.form-button {
    float: right
}

.widget_search .form-group .col-xs-10 {
    width: 100% !important;
    padding: 0
}

.widget_search .modal-form {
    margin-top: 0
}

.widget.widget_search .form-group.has-border {
    float: left;
    width: 75%;
    margin-right: 0
}

.widget.widget_search .form-group.has-border .col-xs-10,
.widget.widget_search .form-group.has-border .col-xs-10 input {
    width: 100%
}

.widget.widget_search .form-group.form-button {
    width: 25%;
    float: left;
    margin-left: 0
}

.widget.widget_search .form-group.form-button button {
    height: 39px
}

.widget ul li {
    position: relative
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_nav_menu ul li a {
    display: inline-block;
    position: relative
}

.widget.widget_archive ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_nav_menu ul li:first-child a {
    padding-top: 0
}

.widget.widget_archive ul li,
.widget.widget_archive ul li ul.sub-menu,
.widget.widget_categories ul li,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_nav_menu ul li,
.widget.widget_nav_menu ul li ul.sub-menu {
    display: inline-block;
    width: 100%
}

.flickr_badge_image img {
    opacity: 1
}

.widget_nav_menu.sidebar-widget .sub-menu {
    display: none
}

.gallery-item {
    margin-top: 20px
}

.gallery-item img {
    border: none !important
}

.tagcloud {
    margin-bottom: var(--tagcloud-bottom-offset, -.5em)
}

.tagcloud a {
    display: inline-block;
    font-size: var(--tagcloud-font-size, 1rem) !important;
    padding: 3px 16px 3px;
    margin: 0 .33em .5em 0;
    border: 1px solid var(--et_border-color)
}

.tagcloud a:hover {
    color: var(--tagcloud-color-hover, #fff) !important;
    border-color: var(--tagcloud-br-color-hover, var(--et_active-color));
    background-color: var(--tagcloud-bg-color-hover, var(--et_active-color))
}

.widget_archive select,
.widget_categories select,
aside.widget select {
    width: 100%
}

.calendar_wrap table,
.widget_calendar table {
    margin-bottom: 0
}

.calendar_wrap caption,
.widget_calendar caption {
    font-size: 1.14rem;
    color: var(--et_font-color);
    padding: 0 0 10px;
    border-bottom: 1px solid var(--et_border-color)
}

.calendar_wrap thead th,
.widget_calendar thead th {
    padding: 10px;
    text-align: center;
    font-size: .93rem;
    font-weight: 400
}

.calendar_wrap td,
.widget_calendar td {
    color: var(--et_main-color);
    border: none;
    padding: .71em
}

.calendar_wrap tbody td,
.widget_calendar tbody td {
    text-align: center
}

.calendar_wrap tbody td#today,
.widget_calendar tbody td#today {
    color: var(--et_dark-2-white);
    text-decoration: underline;
    background-color: var(--et_white-2-dark-01)
}

.calendar_wrap tbody td a,
.widget_calendar tbody td a {
    text-decoration: underline
}

.calendar_wrap tfoot td,
.widget_calendar tfoot td {
    padding-bottom: 0
}

.widget_text ol li,
.widget_text ul li {
    margin-bottom: .5em;
    list-style: inherit;
    line-height: 1.8
}

.featured-posts-widget .blog-post {
    padding-left: 0;
    padding-right: 0
}

.featured-posts-widget .blog-post:last-child {
    margin-bottom: 0
}

.featured-posts-widget .blog-post .wp-picture {
    margin-bottom: 17px;
    width: 100%
}

.featured-posts-widget .blog-post .wpb_row,
.featured-posts-widget .blog-post .wpb_text_column {
    margin-bottom: 0 !important
}

.featured-posts-widget .blog-post .content-article {
    width: 100%
}

.featured-posts-widget .blog-post .featured-quote {
    zoom: .8
}

.featured-posts-widget .blog-post h2 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 24px;
    display: block !important
}

.featured-posts-widget .blog-post .post-categories {
    font-size: 12px;
    top: 25px
}

.featured-posts-widget .blog-post .post-heading {
    margin-bottom: 15px
}

.featured-posts-widget .blog-post p {
    margin-bottom: 0
}

.featured-posts-widget .blog-post .author-info,
.featured-posts-widget .blog-post .meta-post,
.featured-posts-widget .blog-post .more-link {
    display: none
}

.featured-posts-widget.hide-excerpt .content-article {
    display: none
}

@media only screen and (max-width:1200px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: .7
    }
}

@media only screen and (max-width:992px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: 1
    }
}

@media only screen and (max-width:480px) {
    .featured-posts-widget .blog-post .featured-quote {
        zoom: .7
    }
}

.etheme-advanced-headline {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: var(--heading-space, 10px);
    text-transform: none
}

.etheme-advanced-headline-mask {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.etheme-a-h-text-before {
    display: inline-block
}

.etheme-a-h-text-before-with-bg {
    background: #000;
    color: #fff;
    padding: .1em .5em;
    border-radius: .15em;
    margin-bottom: 5px
}

.etheme-a-h-line-before {
    text-align: right
}

.etheme-a-h-line-after {
    text-align: left
}

.etheme-a-h-line-both,
.etheme-a-h-lines-none {
    text-align: center
}

.etheme-a-h-line-after .etheme-advanced-headline,
.etheme-a-h-line-before .etheme-advanced-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.etheme-a-h-line-after .etheme-advanced-headline:after,
.etheme-a-h-line-before .etheme-advanced-headline:before {
    content: '';
    border-bottom: var(--line-height, 2px) var(--line-style, solid) var(--line-color, #e1e1e1);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center
}

.etheme-a-h {
    text-transform: none;
    margin-bottom: 0
}

.etheme-a-h-text {
    background: #2962ff;
    color: #fff;
    padding: 0 10px;
    -webkit-text-fill-color: currentColor
}

.etheme-a-h-with-bg {
    text-align: inherit
}

.etheme-a-h-with-bg .etheme-advanced-headline {
    z-index: 1
}

.etheme-a-h-with-bg .etheme-a-h-text-before {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translate(var(--translateX, -50%), var(--translateY, 0));
    transform: translate(var(--translateX, -50%), var(--translateY, 0));
    font-weight: 700;
    font-size: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
    z-index: -1;
    color: rgba(0, 0, 0, .1);
    -webkit-text-fill-color: currentColor
}

@media only screen and (max-width:767px) {
    .etheme-a-h-line-mobile-hidden .etheme-advanced-headline {
        display: block
    }
    .etheme-a-h-line-mobile-hidden .etheme-advanced-headline:after,
    .etheme-a-h-line-mobile-hidden .etheme-advanced-headline:before {
        display: none
    }
}

.etheme-advanced-headline-divider {
    position: relative;
    border-bottom: var(--line-height, 2px) var(--line-style, solid) var(--line-color, #e1e1e1);
    margin-bottom: var(--line-space, 15px)
}

.etheme-a-h-line-before .etheme-advanced-headline:before {
    margin-right: var(--line-space, 15px)
}

.etheme-a-h-line-after .etheme-advanced-headline:after {
    margin-left: var(--line-space, 15px)
}

.etheme-advanced-headline-heading-wrapper .etheme-advanced-headline {
    position: relative;
    display: inline-block
}

.etheme-advanced-headline-heading-wrapper .etheme-advanced-headline:after {
    content: '';
    border-bottom: var(--line-height, 2px) var(--line-style, solid) var(--line-active-color, #2962ff);
    display: block;
    position: absolute;
    width: 100%;
    bottom: calc((var(--heading-space, 10px) + var(--line-height, 2px)) * -1);
    z-index: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.etheme-flipbox-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden
}

.etheme-flipbox-wrapper>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all var(--transition-duration, .3s) var(--transition-timing-fn, ease-in-out);
    transition: all var(--transition-duration, .3s) var(--transition-timing-fn, ease-in-out)
}

.etheme-flipbox-wrapper>div:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.etheme-flipbox-wrapper:hover>div {
    border-radius: inherit
}

.etheme-flipbox-side_b {
    background: #bbb;
    z-index: 1
}

.etheme-flipbox-inner {
    width: 100%;
    z-index: 1
}

.etheme-flipbox-description:not(:last-child),
.etheme-flipbox-icon:not(:last-child),
.etheme-flipbox-image:not(:last-child) {
    margin-bottom: 15px
}

.etheme-flip-box-effect-flip {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.etheme-flip-box-effect-flip .etheme-flipbox-side_a {
    z-index: 1
}

.etheme-flip-box-effect-flip>div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all var(--transition-duration, .2s) var(--transition-timing-fn, linear);
    transition: all var(--transition-duration, .2s) var(--transition-timing-fn, linear)
}

.etheme-flip-box-effect-flip-bounced>div {
    -webkit-transition-timing-function: cubic-bezier(.2, .85, .4, 1.275);
    transition-timing-function: cubic-bezier(.2, .85, .4, 1.275)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-right:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-right:hover .etheme-flipbox-side_a {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-left:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-left:hover .etheme-flipbox-side_a {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-up:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-up:hover .etheme-flipbox-side_a {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-down:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.etheme-flip-box-effect-flip.etheme-flip-box-direction-down:hover .etheme-flipbox-side_a {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.etheme-flip-box-effect-fade:not(:hover) .etheme-flipbox-side_b {
    opacity: 0;
    visibility: hidden
}

.etheme-flip-box-effect-slide.etheme-flip-box-effect-slide-delayed>div {
    -webkit-transition-duration: var(--transition-duration, .7s);
    transition-duration: var(--transition-duration, .7s)
}

.etheme-flip-box-effect-slide.etheme-flip-box-effect-slide-delayed .etheme-flipbox-side_b {
    --slide-delay-percent: 21%
}

.etheme-flip-box-effect-overlay.etheme-flip-box-direction-down:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-down:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-up:hover .etheme-flipbox-side_a {
    -webkit-transform: translateX(0) translateY(calc((99% + var(--slide-delay-percent, 1%)) * -1));
    transform: translateX(0) translateY(calc((99% + var(--slide-delay-percent, 1%)) * -1))
}

.etheme-flip-box-effect-overlay.etheme-flip-box-direction-up:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-down:hover .etheme-flipbox-side_a,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-up:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: translateX(0) translateY(calc((99% + var(--slide-delay-percent, 1%))));
    transform: translateX(0) translateY(calc((99% + var(--slide-delay-percent, 1%))))
}

.etheme-flip-box-effect-overlay.etheme-flip-box-direction-right:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-left:hover .etheme-flipbox-side_a,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-right:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: translateX(calc((99% + var(--slide-delay-percent, 1%)) * -1)) translateY(0);
    transform: translateX(calc((99% + var(--slide-delay-percent, 1%)) * -1)) translateY(0)
}

.etheme-flip-box-effect-overlay.etheme-flip-box-direction-left:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-left:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-slide.etheme-flip-box-direction-right:hover .etheme-flipbox-side_a {
    -webkit-transform: translateX(calc(99% + var(--slide-delay-percent, 1%))) translateY(0);
    transform: translateX(calc(99% + var(--slide-delay-percent, 1%))) translateY(0)
}

.etheme-flip-box-effect-zoom-in-2:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-zoom-in:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-zoom-out-2:hover .etheme-flipbox-side_a {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    visibility: hidden
}

.etheme-flip-box-effect-zoom-in-2:hover .etheme-flipbox-side_a,
.etheme-flip-box-effect-zoom-out-2:not(:hover) .etheme-flipbox-side_b,
.etheme-flip-box-effect-zoom-out:not(:hover) .etheme-flipbox-side_b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden
}

.etheme-flip-box-3d .etheme-flipbox-inner {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-widget-image-carousel .swiper {
    position: static
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

.etheme-timeline-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-column-gap: var(--cols-gap, 40px)
}

.etheme-timeline-wrapper[data-step-position=top] .etheme-timeline-step {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: var(--offset-connector-line-h, 20px)
}

.etheme-timeline-wrapper[data-step-position=top] .etheme-timeline-date-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: calc(var(--offset-connector-line-h, 20px) + (var(--step-proportion, 20px)/ 2));
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.etheme-timeline-wrapper[data-step-position=center] {
    --step-position-top: 50%;
    --step-transform-Y: -50%
}

.etheme-timeline-wrapper[data-step-position=center] .etheme-timeline-date-wrapper,
.etheme-timeline-wrapper[data-step-position=center] .etheme-timeline-step {
    -ms-flex-item-align: center;
    align-self: center
}

.etheme-timeline-wrapper[data-step-position=center] .etheme-timeline-content-with-arrow:after {
    top: calc(50% - (var(--arrow-size, 14px)/ 2))
}

.etheme-timeline-wrapper[data-step-position=bottom] {
    --step-position-top: auto;
    --step-position-bottom: 0
}

.etheme-timeline-wrapper[data-step-position=bottom] .etheme-timeline-step {
    top: var(--step-position-top, 0);
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: var(--offset-connector-line-h, 20px)
}

.etheme-timeline-wrapper[data-step-position=bottom] .etheme-timeline-date-wrapper {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: calc(var(--offset-connector-line-h, 20px) + (var(--step-proportion, 20px)/ 2));
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.etheme-timeline-wrapper[data-step-position=bottom] .etheme-timeline-content-with-arrow:after {
    top: auto;
    bottom: calc(var(--offset-connector-line-h, 20px) + (var(--step-proportion, 20px)/ 2) - var(--arrow-size, 14px)/ 2)
}

.etheme-timeline-wrapper[data-layout=right] {
    grid-template-columns: 1fr auto
}

.etheme-timeline-wrapper[data-layout=right] .etheme-timeline-connector {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.etheme-timeline-wrapper[data-layout=right] .etheme-timeline-dates-items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.etheme-timeline-wrapper[data-layout=right] .etheme-timeline-step {
    position: absolute;
    top: var(--step-position-top, 0);
    bottom: var(--step-position-bottom, auto);
    right: calc(var(--cols-gap, 40px) * -1);
    -webkit-transform: translateX(50%) translateY(var(--step-transform-Y, 0));
    transform: translateX(50%) translateY(var(--step-transform-Y, 0))
}

.etheme-timeline-wrapper[data-layout=right] .etheme-timeline-content-with-arrow:after {
    left: calc(100% - (var(--arrow-size, 14px)/ 2));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.etheme-timeline-wrapper[data-layout=left] {
    grid-template-columns: auto 1fr
}

.etheme-timeline-wrapper[data-layout=left] .etheme-timeline-connector {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.etheme-timeline-wrapper[data-layout=left] .etheme-timeline-dates-items {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.etheme-timeline-wrapper[data-layout=left] .etheme-timeline-step {
    position: absolute;
    top: var(--step-position-top, 0);
    bottom: var(--step-position-bottom, auto);
    left: calc(var(--cols-gap, 40px) * -1);
    -webkit-transform: translateX(-50%) translateY(var(--step-transform-Y, 0));
    transform: translateX(-50%) translateY(var(--step-transform-Y, 0))
}

@media only screen and (min-width:768px) {
    .etheme-timeline-wrapper[data-layout=center] {
        --item-columns: 1fr auto 1fr
    }
    .etheme-timeline-wrapper[data-layout=center] .etheme-timeline-connector {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .etheme-timeline-wrapper[data-layout=center] .etheme-timeline-item:nth-child(2n+1) .etheme-timeline-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .etheme-timeline-wrapper[data-layout=center] .etheme-timeline-item:nth-child(2n+1) .etheme-timeline-content-with-arrow:after {
        left: calc(100% - (var(--arrow-size, 14px)/ 2));
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .etheme-timeline-wrapper[data-layout=center] .etheme-timeline-item:nth-child(2n) .etheme-timeline-dates-wrapper {
        text-align: var(--item-text-align, end);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media only screen and (max-width:767px) {
    .etheme-timeline-wrapper[data-layout=center] .etheme-timeline-step {
        position: absolute;
        top: var(--step-position-top, 0);
        bottom: var(--step-position-bottom, auto);
        left: calc(var(--cols-gap, 40px) * -1);
        -webkit-transform: translateX(-50%) translateY(var(--step-transform-Y, 0));
        transform: translateX(-50%) translateY(var(--step-transform-Y, 0))
    }
}

.etheme-timeline-wrapper[data-item-animation] .etheme-timeline-dates-wrapper,
.etheme-timeline-wrapper[data-item-animation] .etheme-timeline-item .etheme-timeline-content {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.etheme-timeline-wrapper[data-item-animation] .etheme-timeline-dates-wrapper:not(.is-active),
.etheme-timeline-wrapper[data-item-animation] .etheme-timeline-item:not(.is-active) .etheme-timeline-content {
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:768px) {
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=center] .etheme-timeline-item:nth-child(2n):not(.is-active) .etheme-timeline-dates-wrapper,
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=center] .etheme-timeline-item:nth-child(2n+1):not(.is-active) .etheme-timeline-content,
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=left] .etheme-timeline-dates-wrapper:not(.is-active),
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=right] .etheme-timeline-item:not(.is-active) .etheme-timeline-content {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=center] .etheme-timeline-item:nth-child(2n):not(.is-active) .etheme-timeline-content,
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=center] .etheme-timeline-item:nth-child(2n+1):not(.is-active) .etheme-timeline-dates-wrapper,
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=left] .etheme-timeline-item:not(.is-active) .etheme-timeline-content,
    .etheme-timeline-wrapper[data-item-animation=auto][data-layout=right] .etheme-timeline-dates-wrapper:not(.is-active) {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@media only screen and (max-width:767px) {
    .etheme-timeline-wrapper[data-item-animation] .etheme-timeline-dates-wrapper:not(.is-active),
    .etheme-timeline-wrapper[data-item-animation] .etheme-timeline-item:not(.is-active) .etheme-timeline-content {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.etheme-timeline-wrapper[data-item-animation=bottom] .etheme-timeline-dates-wrapper:not(.is-active),
.etheme-timeline-wrapper[data-item-animation=bottom] .etheme-timeline-item:not(.is-active) .etheme-timeline-content {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.etheme-timeline-connector {
    position: relative;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - var(--offset-connector-line-h, 20px));
    top: var(--offset-connector-line-h, 20px)
}

.etheme-timeline-connector-inner {
    position: absolute;
    top: 0;
    left: calc(50% - (var(--line-width, 2px)/ 2));
    width: var(--line-width, 2px);
    background: var(--line-active-color, var(--et_dark-2-white));
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 2
}

.etheme-timeline-connector:after {
    content: '';
    position: absolute;
    width: var(--line-width, 2px);
    height: 100%;
    border-right: var(--line-width, 2px) var(--line-style, dashed) var(--line-color, var(--et_border-color));
    z-index: 1;
    left: calc(50% - (var(--line-width, 2px)/ 2))
}

.etheme-timeline-dates-items,
.etheme-timeline-dates-wrapper {
    display: grid;
    grid-row-gap: var(--rows-gap, 50px)
}

@media only screen and (max-width:767px) {
    .etheme-timeline-dates-items,
    .etheme-timeline-dates-wrapper {
        display: none
    }
}

.etheme-timeline-date-wrapper {
    white-space: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: grid;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.etheme-timeline-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px
}

.etheme-timeline-date:last-child {
    margin-bottom: 0 !important
}

.etheme-timeline-time {
    display: block;
    font-size: .85rem;
    line-height: 1
}

.etheme-timeline-time:last-child {
    margin-bottom: 0 !important
}

.etheme-timeline-image {
    margin-bottom: 25px
}

.etheme-timeline-title {
    font-size: 1.4rem;
    text-transform: none
}

.etheme-timeline-description {
    font-size: 1.14rem;
    margin-bottom: 15px
}

.etheme-timeline-items {
    display: grid;
    grid-row-gap: var(--rows-gap, 50px)
}

.etheme-timeline-item {
    display: grid;
    position: relative;
    grid-template-columns: var(--item-columns, auto);
    grid-column-gap: var(--cols-gap, 40px);
    text-align: var(--item-text-align)
}

.etheme-timeline-step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--step-icon-size, calc(var(--step-proportion, 20px)/ 2));
    color: var(--step-color, var(--line-color, var(--et_border-color)));
    width: var(--step-proportion, 20px);
    height: var(--step-proportion, 20px);
    border-radius: 50%;
    background-color: var(--step-bg-color, #fff);
    border: var(--step-border-width, 5px) solid var(--step-br-color, var(--line-color, var(--et_border-color)));
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 3
}

.etheme-timeline-step.is-active {
    border-color: var(--step-br-active-color, var(--line-active-color, var(--et_dark-2-white)))
}

.etheme-timeline-icon {
    border-width: var(--step-border-width, 2px);
    font-size: var(--step-icon-size, calc(var(--step-proportion, 26px)/ 2));
    width: var(--step-proportion, 30px);
    height: var(--step-proportion, 30px)
}

.etheme-timeline-icon svg {
    fill: currentColor;
    overflow: visible;
    width: 1em;
    height: 1em
}

.etheme-timeline-icon svg path[fill] {
    fill: currentColor
}

.etheme-timeline-icon.is-active {
    color: var(--step-active-color, #fff);
    background-color: var(--step-bg-active-color, var(--line-active-color, var(--et_dark-2-white)))
}

.etheme-timeline-content {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-column-gap: var(--item-cols-gap, 20px);
    padding: 15px 30px;
    z-index: 1
}

.etheme-timeline-content-with-arrow:after {
    content: '';
    border-top: var(--border-width) var(--border-style) var(--border-color);
    border-right: var(--border-width) var(--border-style) var(--border-color);
    background: inherit;
    position: absolute;
    top: calc(var(--offset-connector-line-h, 20px) + (var(--step-proportion, 20px)/ 2) - (var(--arrow-size, 14px)/ 2));
    width: var(--arrow-size, 14px);
    height: var(--arrow-size, 14px);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    right: calc(100% - (var(--arrow-size, 14px)/ 2));
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.etheme-timeline-content-icon {
    display: block;
    line-height: 1;
    margin-bottom: 10px
}

.etheme-timeline-content-icon-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
    font-size: 9em;
    z-index: -1;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    overflow: hidden
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var( --container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
    min-height: 22px;
    min-width: 22px;
    position: relative
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    height: 22px;
    inset: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    width: 22px
}

/*! elementor-pro - v3.30.0 - 01-07-2025 */

.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
    height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
    height: 450px;
    position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper {
    height: auto
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
    font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
    cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.elementor-carousel-image {
    background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: relative
}

.elementor-carousel-image-overlay {
    align-items: center;
    background-color: hsla(213, 9%, 45%, .8);
    color: var(--e-carousel-image-overlay-color, #fff);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: transform .5s, opacity .5s;
    width: 100%
}

.elementor-carousel-image-overlay i {
    font-size: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-carousel-image-overlay svg {
    fill: var(--e-carousel-image-overlay-color, #fff);
    height: var(--e-carousel-image-overlay-icon-size, 21px);
    width: var(--e-carousel-image-overlay-icon-size, 21px)
}

/*! elementor-pro - v3.30.0 - 01-07-2025 */

.swiper-pagination-bullets {
    color: #fff;
    cursor: default
}

.swiper-slide {
    border-style: solid;
    border-width: 0;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: border, background, transform;
    will-change: transform
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
    opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
    transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
    transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
    transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
    opacity: 0;
    transform: scale(.5)
}

.swiper-slide a {
    display: inline
}

.swiper-slide a.elementor-button {
    display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
    width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
    align-items: stretch;
    display: flex
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
    height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
    padding-bottom: 40px
}

.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next {
    left: 0;
    right: unset
}

.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev {
    left: unset;
    right: 0
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    top: calc(50% - 40px / 2)
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
    left: 10px;
    right: unset
}

.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev {
    left: unset;
    right: 10px
}

.elementor-236124 .elementor-element.elementor-element-4e1c462:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-4e1c462>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fff0;
    background-image: linear-gradient(102deg, #2B383F 42%, #4F676F 100%)
}

.elementor-236124 .elementor-element.elementor-element-4e1c462>.elementor-container {
    min-height: 198px
}

.elementor-236124 .elementor-element.elementor-element-4e1c462 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-236124 .elementor-element.elementor-element-4e1c462>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-236124 .elementor-element.elementor-element-c9166db>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-c9166db>.elementor-background-overlay {
    background-color: #303030;
    opacity: .31;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-c9166db:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-c9166db>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background: url(company.png) 50% 50%;
    background-size: cover
}

.elementor-236124 .elementor-element.elementor-element-c9166db {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -17px;
    margin-bottom: 0
}

.elementor-236124 .elementor-element.elementor-element-c9166db>.elementor-container {
    text-align: center
}

.elementor-236124 .elementor-element.elementor-element-1a2c0cf .etheme-advanced-headline {
    color: #FFF;
    font-size: 85px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 100px;
    letter-spacing: -1.9px
}

.elementor-236124 .elementor-element.elementor-element-1a2c0cf {
    --heading-space: 0px;
    --line-style: solid
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary)
}

.elementor-236124 .elementor-element.elementor-element-633bd10>.elementor-widget-container {
    margin: 2% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-633bd10 {
    text-align: center
}

.elementor-236124 .elementor-element.elementor-element-633bd10 .elementor-heading-title {
    font-size: 36px;
    font-weight: 300;
    text-transform: none;
    line-height: 46px;
    color: #D3D3D3
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button {
    background-color: #3F3F3F47;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    letter-spacing: -.6px;
    transition-duration: 0.5s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 1% 3% 1% 3%
}

.elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button:hover,
.elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button:focus {
    background-color: #C9C9C985
}

.elementor-236124 .elementor-element.elementor-element-7bb5c82>.elementor-widget-container {
    margin: 0 0 0 0;
    padding: 6% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button-content-wrapper {
    flex-direction: row-reverse
}

.elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button .elementor-button-content-wrapper {
    gap: 13px
}

.elementor-236124 .elementor-element.elementor-element-61fd833>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-start;
    align-items: flex-start
}

.elementor-236124 .elementor-element.elementor-element-61fd833>.elementor-background-overlay {
    background-color: #FFF;
    opacity: .8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-61fd833>.elementor-container {
    max-width: 1300px;
    min-height: 530px
}

.elementor-236124 .elementor-element.elementor-element-61fd833 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 2%;
    margin-bottom: 0%;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-88a51fb>.elementor-widget-container {
    margin: 0 21px 0 0
}

.elementor-236124 .elementor-element.elementor-element-88a51fb {
    text-align: right
}

.elementor-236124 .elementor-element.elementor-element-88a51fb img {
    width: 59%;
    max-width: 100%
}

.elementor-236124 .elementor-element.elementor-element-e5d0c83>.elementor-element-populated {
    margin: 0 39px 0 0;
    --e-column-margin-right: 39px;
    --e-column-margin-left: 0px
}

.elementor-236124 .elementor-element.elementor-element-810dbe4>.elementor-widget-container {
    margin: 0 45px 0 0
}

.elementor-236124 .elementor-element.elementor-element-810dbe4 {
    text-align: justify
}

.elementor-236124 .elementor-element.elementor-element-810dbe4 .elementor-heading-title {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    line-height: 30px;
    letter-spacing: .2px;
    color: #222
}

.elementor-236124 .elementor-element.elementor-element-ff084c3>.elementor-container {
    max-width: 1400px;
    min-height: 574px
}

.elementor-236124 .elementor-element.elementor-element-ff084c3 {
    margin-top: -5%;
    margin-bottom: 4%;
    padding: 0 10px 0 10px
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-side_a {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/Arch.01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-side_b {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/Arch.02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-side_a:before {
    content: "";
    background-color: #00000038
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-side_b:before {
    content: "";
    background-color: #000000B0
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-wrapper {
    height: 389px;
    border-radius: 0;
    --transition-duration: 0.6s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-title-a {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 45px;
    font-weight: 700
}

.elementor-236124 .elementor-element.elementor-element-384e292 .etheme-flipbox-title-b {
    margin-bottom: 20px;
    color: #fff;
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-side_a {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/constr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-side_b {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/constr222.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-side_b:before {
    content: "";
    background-color: #000000B0
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-wrapper {
    height: 389px;
    border-radius: 0;
    --transition-duration: 0.6s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-title-a {
    margin-bottom: 40px;
    color: #FFF;
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-button-a {
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-title-b {
    margin-bottom: 40px;
    color: #fff;
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-side_a {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/partners.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-side_b {
    background-color: #FFF;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/partners-222.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: flex-end;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-side_a:before {
    content: "";
    background-color: #00000038
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-side_b:before {
    content: "";
    background-color: #000000B0
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-wrapper {
    height: 389px;
    border-radius: 0;
    --transition-duration: 0.6s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-title-a {
    margin-bottom: 40px;
    color: #FFF;
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-6b3e1ea .etheme-flipbox-title-b {
    margin-bottom: 40px;
    color: #fff;
    font-size: 45px
}

.elementor-236124 .elementor-element.elementor-element-3ce1193:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-3ce1193>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #EBEBEB
}

.elementor-236124 .elementor-element.elementor-element-3ce1193>.elementor-container {
    min-height: 0
}

.elementor-236124 .elementor-element.elementor-element-3ce1193 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%
}

.elementor-236124 .elementor-element.elementor-element-3ce1193>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/Full-Steel-Lider_PNG-02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-side_b {
    background-color: #1A1A1AE0;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #FFF0;
    font-size: 18px;
    line-height: 30px
}

.elementor-236124 .elementor-element.elementor-element-55b3528 .etheme-flipbox-button-b:hover {
    background-color: #C0C0C02E
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PAC-3D-NORMAL.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-side_b {
    background-color: #1A1A1AE0;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #FFF0;
    font-size: 18px;
    line-height: 30px
}

.elementor-236124 .elementor-element.elementor-element-52f3cbd .etheme-flipbox-button-b:hover {
    background-color: #C0C0C02E
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/bank-home-final.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-side_b {
    background-color: #1A1A1AE0;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 8px 40px 8px 40px;
    color: #FFF;
    background-color: #FFF0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.elementor-236124 .elementor-element.elementor-element-1bcee7e .etheme-flipbox-button-b:hover {
    background-color: #C0C0C02E
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/panel-perforado-home-final.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-side_b {
    background-color: #1A1A1AE0;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #FFF0;
    font-size: 18px;
    line-height: 30px
}

.elementor-236124 .elementor-element.elementor-element-192cbb4 .etheme-flipbox-button-b:hover {
    background-color: #C0C0C02E
}

.elementor-236124 .elementor-element.elementor-element-c196367:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-c196367>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #EBEBEB
}

.elementor-236124 .elementor-element.elementor-element-c196367>.elementor-container {
    max-width: 1263px;
    min-height: 165px
}

.elementor-236124 .elementor-element.elementor-element-c196367 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 3% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-c196367>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-5e32bf1>.elementor-widget-container {
    margin: 0% 0% 3% 0%
}

.elementor-236124 .elementor-element.elementor-element-5e32bf1 {
    text-align: center
}

.elementor-236124 .elementor-element.elementor-element-5e32bf1 .elementor-heading-title {
    font-size: 28px;
    font-weight: 700;
    color: #222
}

.elementor-widget-text-editor {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text)
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-236124 .elementor-element.elementor-element-7f1c703>.elementor-widget-container {
    margin: 0% 0% 3% 0%
}

.elementor-236124 .elementor-element.elementor-element-7f1c703 {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    color: #000
}

.elementor-236124 .elementor-element.elementor-element-ea3ea75>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: flex-start;
    align-items: flex-start
}

.elementor-236124 .elementor-element.elementor-element-ea3ea75>.elementor-container {
    min-height: 444px
}

.elementor-236124 .elementor-element.elementor-element-ea3ea75 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-4e581dc>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px
}

.elementor-236124 .elementor-element.elementor-element-4e581dc>.elementor-element-populated {
    margin: 0% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-4c650b2 {
    --e-image-carousel-slides-to-show: 2
}

.elementor-236124 .elementor-element.elementor-element-4c650b2>.elementor-widget-container {
    margin: 10px 10px 10px 10px
}

.elementor-236124 .elementor-element.elementor-element-543c324>.elementor-element-populated {
    margin: 0% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
    padding: 0% 0% 0% 0%
}

.elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-content {
    background-color: #ECECEC;
    border-radius: 0
}

.elementor-236124 .elementor-element.elementor-element-05f184d>.elementor-widget-container {
    margin: 0% 0% 0% -30%
}

.elementor-236124 .elementor-element.elementor-element-05f184d {
    --cols-gap: 0px;
    --rows-gap: 9px;
    --item-text-align: left;
    --line-style: dashed;
    --line-active-color: #C79A73
}

.elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-date {
    font-size: 21px;
    font-weight: 600
}

.elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-title {
    font-size: 20px;
    font-weight: 900
}

.elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-description {
    font-size: 14px
}

.elementor-236124 .elementor-element.elementor-element-4b933e7:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-4b933e7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #EBEBEB
}

.elementor-236124 .elementor-element.elementor-element-4b933e7>.elementor-container {
    max-width: 1263px;
    min-height: 165px
}

.elementor-236124 .elementor-element.elementor-element-4b933e7 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: -5%
}

.elementor-236124 .elementor-element.elementor-element-4b933e7>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-607044a {
    text-align: center
}

.elementor-236124 .elementor-element.elementor-element-607044a .elementor-heading-title {
    font-size: 28px;
    font-weight: 700;
    color: #222
}

.elementor-236124 .elementor-element.elementor-element-fc3fffc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #000
}

.elementor-236124 .elementor-element.elementor-element-99a94c9:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-99a94c9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #EBEBEB
}

.elementor-236124 .elementor-element.elementor-element-99a94c9>.elementor-container {
    min-height: 440px
}

.elementor-236124 .elementor-element.elementor-element-99a94c9 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%
}

.elementor-236124 .elementor-element.elementor-element-99a94c9>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/cpd-new-poly.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #000000 95%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-image-a img {
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-button-b {
    border-radius: 4px 4px 4px 4px;
    padding: 10px 40px 10px 40px;
    color: #FFF;
    background-color: #0000;
    font-size: 18px;
    font-weight: 500
}

.elementor-236124 .elementor-element.elementor-element-a928c25 .etheme-flipbox-button-b:hover {
    color: #FFF;
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PG-Ofi.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-button-b {
    border-radius: 0 0 0 0;
    padding: 0 0 0 0;
    color: #FFF;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-add6e22 .etheme-flipbox-button-b:hover {
    color: #FFF;
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PG-Gob.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #1A1A1A00 0%, #000000 95%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    color: #FFF;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-9f503c6 .etheme-flipbox-button-b:hover {
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/higher-education.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    color: #FFF;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-4451041 .etheme-flipbox-button-b:hover {
    color: #FFF;
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PG-cas-02.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #1A1A1A00 0%, #000000 92%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    color: #FFF;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-c1391b4 .etheme-flipbox-button-b:hover {
    color: #FFF;
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-938d844:not(.elementor-motion-effects-element-type-background),
.elementor-236124 .elementor-element.elementor-element-938d844>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #EBEBEB
}

.elementor-236124 .elementor-element.elementor-element-938d844>.elementor-container {
    min-height: 440px
}

.elementor-236124 .elementor-element.elementor-element-938d844 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 1%
}

.elementor-236124 .elementor-element.elementor-element-938d844>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PG-Cul.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-3f36132 .etheme-flipbox-button-b:hover {
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/aero-mex-poly.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-side_a:before {
    content: "";
    background-color: #9F9F9F3D
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-f485b9c .etheme-flipbox-button-b:hover {
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/PG-Ind.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-21b765e .etheme-flipbox-button-b:hover {
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/lab-poly.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-a082bf4 .etheme-flipbox-button-b:hover {
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-side_a {
    background-color: #fff0;
    background-image: url(https://accessfloorpolygroup.com/wp-content/uploads/microchip-imagen.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-side_b {
    background-color: #fff0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 93%);
    text-align: center;
    align-items: center
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-wrapper {
    height: 400px;
    border-radius: 0;
    --transition-duration: 0.4s;
    --transition-timing-fn: ease-in
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-image-a img {
    border-style: none;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-icon-b {
    color: #fff;
    border-radius: 0 0 0 0
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-icon-b svg {
    fill: #fff
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-button-b {
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    color: #FFF;
    background-color: #0000;
    font-size: 18px
}

.elementor-236124 .elementor-element.elementor-element-ab1abf5 .etheme-flipbox-button-b:hover {
    color: #FFF;
    background-color: #FFF0
}

.elementor-236124 .elementor-element.elementor-element-3623e8c {
    margin-top: 10%;
    margin-bottom: 10%
}

.elementor-236124 .elementor-element.elementor-element-d68ae75 {
    --spacer-size: 26px
}

.elementor-widget-media-carousel .elementor-carousel-image-overlay {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-236124 .elementor-element.elementor-element-400b4bf.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
    margin-bottom: 50px
}

.elementor-236124 .elementor-element.elementor-element-400b4bf .elementor-main-swiper {
    height: 100px;
    width: 90%
}

.elementor-236124 .elementor-element.elementor-element-400b4bf .elementor-swiper-button {
    font-size: 10px
}

.elementor-236124 .elementor-element.elementor-element-400b4bf .elementor-main-swiper:not(.elementor-thumbnails-swiper) .elementor-carousel-image {
    background-size: contain
}

.elementor-236124 .elementor-element.elementor-element-cb277d9 {
    --spacer-size: 60px
}

@media(min-width:768px) {
    .elementor-236124 .elementor-element.elementor-element-e3ee7df {
        width: 40%
    }
    .elementor-236124 .elementor-element.elementor-element-e5d0c83 {
        width: 60%
    }
    .elementor-236124 .elementor-element.elementor-element-4e581dc {
        width: 70%
    }
    .elementor-236124 .elementor-element.elementor-element-543c324 {
        width: 30%
    }
}

@media(max-width:1024px) {
    .elementor-236124 .elementor-element.elementor-element-4e1c462>.elementor-container {
        min-height: 119px
    }
    .elementor-236124 .elementor-element.elementor-element-4e581dc>.elementor-element-populated {
        margin: 0% 0% 0% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-543c324>.elementor-element-populated {
        margin: 0% 0% 0% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-400b4bf.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .elementor-236124 .elementor-element.elementor-element-4e1c462>.elementor-container {
        min-height: 64px
    }
    .elementor-236124 .elementor-element.elementor-element-35c704a {
        text-align: center
    }
    .elementor-236124 .elementor-element.elementor-element-35c704a img {
        width: 100%
    }
    .elementor-236124 .elementor-element.elementor-element-1a2c0cf .etheme-advanced-headline {
        font-size: 35px;
        line-height: 1.4em
    }
    .elementor-236124 .elementor-element.elementor-element-633bd10 .elementor-heading-title {
        font-size: 18px
    }
    .elementor-236124 .elementor-element.elementor-element-7bb5c82>.elementor-widget-container {
        margin: 0% 0% 3% 0%;
        padding: 0% 0% 0% 0%
    }
    .elementor-236124 .elementor-element.elementor-element-7bb5c82 .elementor-button {
        font-size: 16px;
        border-width: 2px 2px 2px 2px;
        padding: 5% 5% 5% 5%
    }
    .elementor-236124 .elementor-element.elementor-element-61fd833 {
        padding: 10px 10px 10px 10px
    }
    .elementor-236124 .elementor-element.elementor-element-88a51fb {
        text-align: center
    }
    .elementor-236124 .elementor-element.elementor-element-88a51fb img {
        width: 40%
    }
    .elementor-236124 .elementor-element.elementor-element-e5d0c83>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }
    .elementor-236124 .elementor-element.elementor-element-810dbe4>.elementor-widget-container {
        margin: 0 0 0 0
    }
    .elementor-236124 .elementor-element.elementor-element-810dbe4 {
        text-align: center
    }
    .elementor-236124 .elementor-element.elementor-element-810dbe4 .elementor-heading-title {
        font-size: 17px;
        line-height: 1.6em
    }
    .elementor-236124 .elementor-element.elementor-element-1f63675 {
        width: 100%
    }
    .elementor-236124 .elementor-element.elementor-element-03cdb7e {
        width: 100%
    }
    .elementor-236124 .elementor-element.elementor-element-9e2f171 .etheme-flipbox-wrapper {
        height: 292px
    }
    .elementor-236124 .elementor-element.elementor-element-7da2d16 {
        width: 100%
    }
    .elementor-236124 .elementor-element.elementor-element-cf0e4a4>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0
    }
    .elementor-236124 .elementor-element.elementor-element-cf0e4a4>.elementor-element-populated {
        margin: -15% 0% -15% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-cee06e6>.elementor-element-populated {
        margin: -15% 0% -15% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-b8d4484>.elementor-element-populated {
        margin: -15% 0% -15% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-a07d580>.elementor-element-populated {
        margin: -15% 0% -15% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-c196367 {
        padding: 15% 3% 0% 3%
    }
    .elementor-236124 .elementor-element.elementor-element-5e32bf1 .elementor-heading-title {
        font-size: 15px
    }
    .elementor-236124 .elementor-element.elementor-element-7f1c703 {
        font-size: 15px
    }
    .elementor-236124 .elementor-element.elementor-element-ea3ea75 {
        padding: 0 0 70px 0
    }
    .elementor-236124 .elementor-element.elementor-element-543c324>.elementor-element-populated {
        margin: 27px 27px -27px 27px;
        --e-column-margin-right: 27px;
        --e-column-margin-left: 27px;
        padding: 0 0 0 0
    }
    .elementor-236124 .elementor-element.elementor-element-05f184d>.elementor-widget-container {
        margin: 0% 0% 0% 0%
    }
    .elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-title {
        font-size: 13px
    }
    .elementor-236124 .elementor-element.elementor-element-05f184d .etheme-timeline-description {
        font-size: 12px
    }
    .elementor-236124 .elementor-element.elementor-element-607044a .elementor-heading-title {
        font-size: 15px
    }
    .elementor-236124 .elementor-element.elementor-element-fc3fffc {
        font-size: 15px
    }
    .elementor-236124 .elementor-element.elementor-element-1f75b50>.elementor-element-populated {
        margin: 0% 0% 0% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%
    }
    .elementor-236124 .elementor-element.elementor-element-a928c25>.elementor-widget-container {
        margin: 0% 0% 0% 0%
    }
    .elementor-236124 .elementor-element.elementor-element-400b4bf.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
        margin-bottom: 10px
    }
}

.elementor-233052 .elementor-element.elementor-element-a253c3c:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-a253c3c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #333
}

.elementor-233052 .elementor-element.elementor-element-a253c3c>.elementor-container {
    max-width: 762px;
    min-height: 0
}

.elementor-233052 .elementor-element.elementor-element-a253c3c {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1% 0% 1% 0%
}

.elementor-233052 .elementor-element.elementor-element-a253c3c>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary)
}

.elementor-233052 .elementor-element.elementor-element-f98a7c5 .elementor-heading-title {
    font-size: 31px;
    font-weight: 500;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-f19e9e2:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-f19e9e2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--e-global-color-4ec8a4d)
}

.elementor-233052 .elementor-element.elementor-element-f19e9e2>.elementor-container {
    max-width: 760px
}

.elementor-233052 .elementor-element.elementor-element-f19e9e2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 0 4px 0
}

.elementor-233052 .elementor-element.elementor-element-f19e9e2>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-233052 .elementor-element.elementor-element-f5f35b9>.elementor-widget-container {
    border-style: none
}

.elementor-233052 .elementor-element.elementor-element-f4e5144:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-f4e5144>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #333
}

.elementor-233052 .elementor-element.elementor-element-f4e5144>.elementor-container {
    max-width: 1050px
}

.elementor-233052 .elementor-element.elementor-element-f4e5144 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3% 0% 3% 0%
}

.elementor-233052 .elementor-element.elementor-element-f4e5144>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-widget-text-editor {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text)
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-233052 .elementor-element.elementor-element-10eb2aa>.elementor-widget-container {
    padding: 0% 0% 0% 30%
}

.elementor-233052 .elementor-element.elementor-element-10eb2aa {
    text-align: left;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9rem;
    color: #FFFCFC
}

.elementor-233052 .elementor-element.elementor-element-08ce431 .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-8ce2393 {
    width: var(--container-widget-width, 77%);
    max-width: 77%;
    --container-widget-width: 77%;
    --container-widget-flex-grow: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-8ce2393>.elementor-widget-container {
    padding: 0 0 0 0
}

.elementor-233052 .elementor-element.elementor-element-bcf3b1b .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-7f3eaa5>.elementor-widget-container {
    padding: 0 73px 0 0
}

.elementor-233052 .elementor-element.elementor-element-7f3eaa5 {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-0c41639 {
    margin-top: 29px;
    margin-bottom: 0
}

.elementor-233052 .elementor-element.elementor-element-667f73c .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-17b729f>.elementor-widget-container {
    padding: 0 73px 0 0
}

.elementor-233052 .elementor-element.elementor-element-17b729f {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-bd46589 .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-ea95196>.elementor-widget-container {
    padding: 0 73px 0 0
}

.elementor-233052 .elementor-element.elementor-element-ea95196 {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-ede6a9f:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-ede6a9f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #333
}

.elementor-233052 .elementor-element.elementor-element-ede6a9f {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 15px 0
}

.elementor-233052 .elementor-element.elementor-element-ede6a9f>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-233052 .elementor-element.elementor-element-ca8b3ca>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-233052 .elementor-element.elementor-element-ca8b3ca>.elementor-element-populated {
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 0% 0% 0% 0%
}

.elementor-233052 .elementor-element.elementor-element-02dc9c4 {
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9rem;
    color: #FFFCFC
}

.elementor-233052 .elementor-element.elementor-element-2ecbbaa>.elementor-widget-container {
    margin: -23px 0 0 0;
    padding: 0% 0% 0% 0%
}

.elementor-233052 .elementor-element.elementor-element-2ecbbaa {
    text-align: center;
    font-family: "Century", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.9rem;
    color: #FFFCFC
}

.elementor-233052 .elementor-element.elementor-element-62a7d68>.elementor-widget-container {
    margin: -23px 0 0 0;
    padding: 0% 0% 0% 0%
}

.elementor-233052 .elementor-element.elementor-element-62a7d68 {
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9rem;
    color: #FFFCFC
}

.elementor-233052 .elementor-element.elementor-element-5542b68:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-5542b68>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-5542b68>.elementor-container {
    max-width: 800px
}

.elementor-233052 .elementor-element.elementor-element-5542b68 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 1%;
    margin-bottom: 0%;
    padding: 0 0 0 0
}

.elementor-233052 .elementor-element.elementor-element-5542b68>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-233052 .elementor-element.elementor-element-db54e2a>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-233052 .elementor-element.elementor-element-1a18708 img {
    width: 100%
}

.elementor-233052 .elementor-element.elementor-element-67e6532:not(.elementor-motion-effects-element-type-background),
.elementor-233052 .elementor-element.elementor-element-67e6532>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFF
}

.elementor-233052 .elementor-element.elementor-element-67e6532>.elementor-container {
    max-width: 800px
}

.elementor-233052 .elementor-element.elementor-element-67e6532 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 2%;
    margin-bottom: 1%;
    padding: 0 0 0 0
}

.elementor-233052 .elementor-element.elementor-element-67e6532>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-233052 .elementor-element.elementor-element-ec013cb>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-233052 .elementor-element.elementor-element-86efb41 {
    text-align: center
}

.elementor-233052 .elementor-element.elementor-element-86efb41 img {
    width: 25%
}

.elementor-233052 .elementor-element.elementor-element-37045fd>.elementor-widget-container {
    margin: 4% 0% 0% 0%
}

.elementor-233052 .elementor-element.elementor-element-37045fd {
    text-align: center
}

@media(min-width:768px) {
    .elementor-233052 .elementor-element.elementor-element-0ce16f5 {
        width: 41%
    }
    .elementor-233052 .elementor-element.elementor-element-4d742a2 {
        width: 50%
    }
    .elementor-233052 .elementor-element.elementor-element-1e5c099 {
        width: 49%
    }
    .elementor-233052 .elementor-element.elementor-element-eba13ed {
        width: 50.998%
    }
    .elementor-233052 .elementor-element.elementor-element-6675041 {
        width: 8.332%
    }
}

@media(max-width:1024px) {
    .elementor-233052 .elementor-element.elementor-element-7042412>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 41px
    }
    .elementor-233052 .elementor-element.elementor-element-f5f35b9>.elementor-widget-container {
        margin: 41px 41px 41px 41px
    }
    .elementor-233052 .elementor-element.elementor-element-0ce16f5>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 41px
    }
    .elementor-233052 .elementor-element.elementor-element-10eb2aa {
        font-size: 13px;
        line-height: 1.4rem
    }
    .elementor-233052 .elementor-element.elementor-element-08ce431 .elementor-heading-title {
        line-height: 1.3em
    }
    .elementor-233052 .elementor-element.elementor-element-8ce2393>.elementor-widget-container {
        padding: 0 0 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-8ce2393 {
        font-size: 12px;
        line-height: 1.6em
    }
    .elementor-233052 .elementor-element.elementor-element-7f3eaa5>.elementor-widget-container {
        padding: 0 0 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-7f3eaa5 {
        font-size: 12px;
        line-height: 1.6em
    }
    .elementor-233052 .elementor-element.elementor-element-17b729f>.elementor-widget-container {
        padding: 0 0 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-17b729f {
        font-size: 12px;
        line-height: 1.6em
    }
    .elementor-233052 .elementor-element.elementor-element-ea95196>.elementor-widget-container {
        padding: 0 0 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-ea95196 {
        font-size: 12px;
        line-height: 1.6em
    }
    .elementor-233052 .elementor-element.elementor-element-6675041>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 41px
    }
}

@media(max-width:767px) {
    .elementor-233052 .elementor-element.elementor-element-a253c3c {
        padding: 3% 6% 3% 5%
    }
    .elementor-233052 .elementor-element.elementor-element-7042412>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 23px
    }
    .elementor-233052 .elementor-element.elementor-element-f5f35b9>.elementor-widget-container {
        margin: 22px 22px 22px 22px
    }
    .elementor-233052 .elementor-element.elementor-element-f4e5144 {
        padding: 3% 6% 3% 5%
    }
    .elementor-233052 .elementor-element.elementor-element-0ce16f5>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 23px
    }
    .elementor-233052 .elementor-element.elementor-element-10eb2aa {
        line-height: 1.4rem
    }
    .elementor-233052 .elementor-element.elementor-element-8ce2393>.elementor-widget-container {
        padding: 0 90px 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-7f3eaa5>.elementor-widget-container {
        padding: 0 90px 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-17b729f>.elementor-widget-container {
        padding: 0 90px 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-ea95196>.elementor-widget-container {
        padding: 0 90px 0 0
    }
    .elementor-233052 .elementor-element.elementor-element-6675041>.elementor-element-populated {
        margin: 0 0 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 23px
    }
}

@font-face {
    font-family: 'Century';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://accessfloorpolygroup.com/wp-content/uploads/CenturyGothic.ttf) format('truetype')
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal.dialog-type-lightbox {
    background-color: transparent;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto
}

.elementor-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px
}

.elementor-popup-modal .elementor {
    width: 100%
}

.elementor-247854 .elementor-element.elementor-element-355e5bf9>.elementor-container {
    min-height: 757px
}

.elementor-247854 .elementor-element.elementor-element-355e5bf9 {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7% 7% 7% 7%
}

.elementor-247854 .elementor-element.elementor-element-7cfb6ebd:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-247854 .elementor-element.elementor-element-7cfb6ebd>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #FFF0
}

.elementor-247854 .elementor-element.elementor-element-7cfb6ebd>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-247854 .elementor-element.elementor-element-7cfb6ebd>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon-wrapper {
    text-align: left
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-stacked .elementor-icon {
    background-color: #80504B
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-framed .elementor-icon,
.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-default .elementor-icon {
    color: #80504B;
    border-color: #80504B
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-framed .elementor-icon,
.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-default .elementor-icon svg {
    fill: #80504B
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-stacked .elementor-icon:hover {
    background-color: #DA71BC
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-framed .elementor-icon:hover,
.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-default .elementor-icon:hover {
    color: #DA71BC;
    border-color: #DA71BC
}

.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-framed .elementor-icon:hover,
.elementor-247854 .elementor-element.elementor-element-57937678.elementor-view-default .elementor-icon:hover svg {
    fill: #DA71BC
}

.elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon {
    font-size: 24px
}

.elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon svg {
    height: 24px
}

.elementor-247854 .elementor-element.elementor-element-74028a63:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #303030
}

.elementor-247854 .elementor-element.elementor-element-74028a63.elementor-column>.elementor-widget-wrap {
    justify-content: space-between
}

.elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5% 14.3% 6% 14.3%
}

.elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary)
}

.elementor-247854 .elementor-element.elementor-element-73d418e4>.elementor-widget-container {
    margin: 6% 0% 7% 0%
}

.elementor-247854 .elementor-element.elementor-element-73d418e4 {
    text-align: center
}

.elementor-247854 .elementor-element.elementor-element-73d418e4 .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 50px;
    letter-spacing: 0;
    color: #FFF
}

.elementor-247854 .elementor-element.elementor-element-736763cc>.elementor-widget-container {
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0
}

.elementor-247854 .elementor-element.elementor-element-736763cc {
    text-align: center
}

.elementor-247854 .elementor-element.elementor-element-736763cc .elementor-heading-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 50px;
    letter-spacing: 0;
    color: #FFF
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-247854 .elementor-element.elementor-element-225b1976>.elementor-widget-container {
    margin: 7% 0% 8% 0%
}

.elementor-247854 .elementor-element.elementor-element-225b1976 img {
    width: 500px;
    height: 458px;
    object-fit: cover;
    object-position: center center
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-247854 .elementor-element.elementor-element-732eddbd .elementor-button {
    background-color: #787878;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 1px;
    fill: #FFF;
    color: #FFF;
    border-radius: 12px 12px 12px 12px;
    padding: 23px 56px 23px 56px
}

.elementor-247854 .elementor-element.elementor-element-732eddbd .elementor-button:hover,
.elementor-247854 .elementor-element.elementor-element-732eddbd .elementor-button:focus {
    background-color: #fff0;
    color: #DA71BC;
    border-color: #DA71BC
}

.elementor-247854 .elementor-element.elementor-element-732eddbd .elementor-button:hover svg,
.elementor-247854 .elementor-element.elementor-element-732eddbd .elementor-button:focus svg {
    fill: #DA71BC
}

#elementor-popup-modal-247854 .dialog-widget-content {
    animation-duration: 0.8s;
    background-color: #FFF0
}

#elementor-popup-modal-247854 .dialog-message {
    width: 744px;
    height: auto
}

#elementor-popup-modal-247854 {
    justify-content: center;
    align-items: center
}

@media(max-width:1024px) {
    .elementor-247854 .elementor-element.elementor-element-355e5bf9>.elementor-container {
        min-height: 680px
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon-wrapper {
        text-align: center
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon {
        font-size: 16px
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon svg {
        height: 16px
    }
    .elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-element-populated {
        padding: 8% 13% 8% 13%
    }
    .elementor-247854 .elementor-element.elementor-element-73d418e4 .elementor-heading-title {
        font-size: 80px
    }
    .elementor-247854 .elementor-element.elementor-element-736763cc .elementor-heading-title {
        font-size: 30px
    }
    .elementor-247854 .elementor-element.elementor-element-225b1976>.elementor-widget-container {
        margin: 8% 0% 10% 0%
    }
    .elementor-247854 .elementor-element.elementor-element-225b1976 img {
        height: 340px
    }
    #elementor-popup-modal-247854 .dialog-message {
        width: 90vw
    }
    #elementor-popup-modal-247854 {
        align-items: center
    }
    #elementor-popup-modal-247854 .dialog-widget-content {
        margin: 0% 9% 0% 0%
    }
}

@media(max-width:767px) {
    .elementor-247854 .elementor-element.elementor-element-355e5bf9>.elementor-container {
        min-height: 100vh
    }
    .elementor-247854 .elementor-element.elementor-element-57937678>.elementor-widget-container {
        margin: 0 0 0 0;
        padding: 10px 0 0 10px
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 {
        z-index: 10
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon-wrapper {
        text-align: left
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon {
        font-size: 12px
    }
    .elementor-247854 .elementor-element.elementor-element-57937678 .elementor-icon svg {
        height: 12px
    }
    .elementor-247854 .elementor-element.elementor-element-74028a63>.elementor-element-populated {
        margin: -20% 0% 0% 0%;
        --e-column-margin-right: 0%;
        --e-column-margin-left: 0%;
        padding: 20% 8% 20% 8%
    }
    .elementor-247854 .elementor-element.elementor-element-73d418e4>.elementor-widget-container {
        margin: 3% -3% 6% -3%
    }
    .elementor-247854 .elementor-element.elementor-element-73d418e4 {
        text-align: center
    }
    .elementor-247854 .elementor-element.elementor-element-73d418e4 .elementor-heading-title {
        font-size: 17.3vw;
        line-height: .9em
    }
    .elementor-247854 .elementor-element.elementor-element-736763cc {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
    .elementor-247854 .elementor-element.elementor-element-736763cc .elementor-heading-title {
        font-size: 27px;
        letter-spacing: 2px
    }
    .elementor-247854 .elementor-element.elementor-element-225b1976>.elementor-widget-container {
        margin: 13% 0% 20% 0%
    }
    .elementor-247854 .elementor-element.elementor-element-225b1976 img {
        height: 43vh
    }
    #elementor-popup-modal-247854 .dialog-message {
        width: 100vw
    }
    #elementor-popup-modal-247854 .dialog-widget-content {
        margin: 0 0 0 0
    }
}

@media(min-width:768px) {
    .elementor-247854 .elementor-element.elementor-element-7cfb6ebd {
        width: 6.88%
    }
    .elementor-247854 .elementor-element.elementor-element-74028a63 {
        width: 93.052%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-247854 .elementor-element.elementor-element-7cfb6ebd {
        width: 10%
    }
    .elementor-247854 .elementor-element.elementor-element-74028a63 {
        width: 90%
    }
}
