﻿.morkie-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef--passepartout {
    padding: var(--qodef-passepartout-size)
}

.qodef--custom-appear {
    --qodef-translate-y: 60px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.2s cubic-bezier(.22, .61, .36, 1), opacity .35s !important
}

.qodef--custom-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.qodef--custom-appear.qodef--appeared:nth-of-type(2n) {
    transition-delay: .15s, .15s !important
}

.qodef--custom-appear.qodef--appeared:nth-of-type(3n) {
    transition-delay: .3s, .3s !important
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-back-to-top {
    position: fixed;
    width: 36px;
    height: 36px;
    right: 28px;
    bottom: 28px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: var(--qode-main-color)
}

#qodef-back-to-top .qodef-back-to-top-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: var(--qode-purple-light-color);
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: transform .5s cubic-bezier(.18, .79, .29, .93)
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 15px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top:hover .qodef-back-to-top-icon:before {
    transform: translate(-50%, -50%) scale(1.222)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

#qodef-back-to-top.qodef--predefined svg {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.18, .79, .29, .93)
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0;
    display: grid
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
    margin: 1px 0 4px;
    display: inline-flex;
    flex-wrap: wrap
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder a {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
    margin: 0
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e .qodef-e-media-image {
    overflow: hidden;
    width: 100%
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e .qodef-e-media-image img {
    transform: scale(1.03);
    transition: transform .65s cubic-bezier(.17, .49, .45, .99);
    transform-origin: 50% 50%
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.01)
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-e .qodef-e-media-image {
    overflow: hidden;
    width: 100%
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-e .qodef-e-media-image img {
    transform: scale(1.024);
    transition: transform .65s cubic-bezier(.17, .49, .45, .99);
    transform-origin: 50% 50%
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.01)
}

.widget.widget_morkie_core_simple_blog_list .qodef-blog article .qodef-e-title a:hover {
    color: #4a4a4a
}

.widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

.widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 12px
}

#qodef-top-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-top-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 12px
}

#qodef-page-footer .widget.widget_morkie_core_simple_blog_list .qodef-blog article .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-page-footer .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 12px
}

#qodef-side-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 8px
}

#qodef-side-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_morkie_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 12px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 105px;
    background-color: var(--qode-orange-light-color);
    border-radius: 0 90px 0 0;
    overflow: hidden
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    gap: 48px
}

#qodef-author-info .qodef-m-image {
    width: 303px;
    flex-shrink: 0
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    width: 100%;
    height: 100%;
    display: block
}

#qodef-author-info .qodef-m-image img {
    object-fit: cover;
    position: absolute
}

#qodef-author-info .qodef-m-image a {
    position: relative
}

#qodef-author-info .qodef-m-content {
    padding: 43px 7% 60px 0;
    display: grid;
    place-content: center
}

@media only screen and (max-width:1440px) {
    #qodef-author-info .qodef-m-content {
        padding-right: 50px
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-content {
        padding: 45px 8% 60px
    }
}

#qodef-author-info .qodef-m-author,
#qodef-author-info .qodef-m-description,
#qodef-author-info a {
    color: var(--qode-orange-dark-color)
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 10px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 28px
}

#qodef-author-info .qodef-m-social-icons a {
    display: inline-flex;
    position: relative
}

#qodef-author-info .qodef-m-social-icons a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color .2s ease-out;
    box-sizing: content-box
}

#qodef-author-info .qodef-m-social-icons a:hover:after {
    border-color: currentColor
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 66px 0
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    top: -2px;
    display: block;
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color);
    line-height: 1.5em
}

.qodef--drag-cursor .swiper-wrapper,
.qodef--view-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef--drag-cursor {
    cursor: grab !important
}

.qodef--drag-cursor a {
    cursor: pointer !important
}

.qodef-m-custom-cursor {
    height: 202px;
    top: 0;
    left: 0;
    translate: -50% -50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 202px;
    z-index: 2;
    pointer-events: none;
    transform-origin: center
}

.qodef-m-custom-cursor text {
    transform-origin: center;
    animation: qode-rotate 10s infinite linear
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden
}

.qodef-m-custom-cursor .qodef--drag,
.qodef-m-custom-cursor .qodef--view {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-m-custom-cursor.qodef--drag-cursor .qodef--drag {
    opacity: 1
}

.qodef-m-custom-cursor.qodef--view-cursor .qodef--view {
    opacity: 1
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

#qodef-page-footer .widget a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 0px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

#qodef-page-footer .widget a:hover {
    background-size: 100% 100%
}

#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    --qodef-header-border-width: 0;
    border-bottom: var(--qodef-header-border-width) solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

/* #qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
} */

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-navigation ul li>a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-navigation ul li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-navigation ul li>a:hover,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-navigation ul li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-navigation ul li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light .qodef-header-vertical-navigation ul li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-navigation ul li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-vertical-navigation ul li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav ul li>a,
.qodef-custom-header-layout.qodef-skin--dark nav ul li>a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav ul li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav ul li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav ul li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav ul li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav ul li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav ul li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: inherit
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 37px;
    line-height: 1.18919em;
    transition: color .2s ease-out
}

@media only screen and (max-width:1024px) {
    #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
        font-size: 32px;
        line-height: 1.15625em
    }
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--asymmetric #qodef-page-header {
    height: 179px
}

.qodef-header--asymmetric #qodef-page-header-inner {
    flex-direction: column
}

.qodef-header--asymmetric #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.qodef-header--asymmetric #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--asymmetric #qodef-page-header-inner>div.qodef-asymmetric-header-wrapper--top {
    height: 90px
}

.qodef-header--asymmetric #qodef-page-header-inner>div.qodef-asymmetric-header-wrapper--bottom {
    height: 89px
}

.qodef-header--asymmetric #qodef-page-header-inner.qodef_asymmetric_border_wrapper_enabled .qodef-asymmetric-header-wrapper--bottom {
    border-top: 2px solid #2a2a2a
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder.qodef--two {
    align-items: flex-start;
    height: auto
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder.qodef--two p {
    margin: .375em 0 0
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 0px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget a:hover {
    background-size: 100% 100%
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget a.qodef-m,
.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget a.qodef-m-opener {
    background: 0 0
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget a:hover:not(.qodef-m-opener):not(.qodef-m) {
    color: currentColor
}

.qodef-header--asymmetric #qodef-page-header-inner .qodef-widget-holder .widget .qodef-icon-holder a {
    background: 0 0
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    width: 100%;
    height: 100%
}

/* .qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
} */

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    height: auto
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 35px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block;
    height: auto;
    margin: 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    display: block;
    margin: 0 0 16px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    margin: 0;
    padding: 4px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li {
    margin: 3px 0 4px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.qodef-menu-item--open {
    margin-bottom: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #ff713c
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    position: relative;
    display: inline-flex;
    transition: transform .5s cubic-bezier(.3, .7, .3, .97);
    transform: translateX(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: currentColor;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    translate: 0 -50%;
    transform: translateX(-15px);
    opacity: 0;
    transition: opacity .25s ease-out, transform .5s cubic-bezier(.18, .79, .29, .93)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text {
    transform: translateX(15px)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover:before {
    opacity: 1;
    transform: translateY(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 1px 0 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 15px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    display: inline-flex;
    white-space: normal;
    margin: 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.44em;
    font-weight: 400;
    color: #ff713c
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text span {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text span:hover {
    background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text span,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text span,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text span {
    background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    transform: translateX(15px)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a:before,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a:before {
    opacity: 1;
    transform: translateX(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
    border-bottom: 1px solid #ececec
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

/* .qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo-link {
    position: absolute !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
} */

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

/* .qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
} */

#qodef-top-area {
    position: relative;
    background-color: transparent;
    z-index: 999;
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 15px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0;
    font-size: 14px;
    white-space: nowrap
}

#qodef-top-area .widget a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 3px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

#qodef-top-area .widget a:hover {
    background-size: 100% 100%
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    border-bottom: 2px solid #fff
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-top-area-inner .widget {
    font-size: 14px
}

#qodef-top-area-inner .widget .qodef-search-form-field {
    background: rgba(255, 255, 255, .2);
    color: currentColor
}

#qodef-top-area-inner .widget .wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-button {
    color: currentColor !important
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(42, 42, 42, .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2a2a2a
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #2a2a2a;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #fff
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header .qodef-content-grid {
    margin: 0;
    width: 100%
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 37px;
    line-height: 1.18919em;
    transition: color .2s ease-out
}

@media only screen and (max-width:1024px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        font-size: 32px;
        line-height: 1.15625em
    }
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: var(--qode-purple-light-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 1px;
    right: 0;
    width: 22px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    display: inline-flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.44em;
    font-weight: 400;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text span {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text span:hover {
    background-size: 100% 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text span,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text span,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text span {
    background-size: 100% 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
    color: currentColor
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
    color: currentColor
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: var(--qodef-header-border-width);
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    border: 1px solid #ececec
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 48px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-size: 21px;
    font-weight: 600
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 14px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    display: inline-flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.44em;
    font-weight: 400;
    color: #2a2a2a
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text span {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text span:hover {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text span,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text span {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
    color: currentColor
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: currentColor
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 36px;
    height: 36px;
    border: 2px solid currentColor;
    border-radius: 50%
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon {
    transition: .5s;
    transform: rotate(0)
}

.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener .qodef--close {
    translate: -50% -50%
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-dot {
    background-color: currentColor;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 7px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-dot:nth-of-type(1) {
    transition: transform .35s;
    transform: scale(1)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-dot:nth-of-type(2),
.qodef-opener-icon.qodef-source--predefined .qodef-m-dot:nth-of-type(3) {
    position: absolute;
    height: 4px;
    width: 17px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transition: -webkit-clip-path .5s;
    transition: clip-path .5s;
    transition: clip-path .5s, -webkit-clip-path .5s
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-dot:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-clip-path: inset(0 40%);
    clip-path: inset(0 40%)
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-dot:nth-of-type(3) {
    -webkit-clip-path: inset(0 40%);
    clip-path: inset(0 40%)
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):hover .qodef-m-icon {
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):hover .qodef-m-dot:nth-of-type(1) {
    transform: scale(0)
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):hover .qodef-m-dot:nth-of-type(2) {
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0);
    transition-delay: .1s
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):hover .qodef-m-dot:nth-of-type(3) {
    -webkit-clip-path: inset(0 0);
    clip-path: inset(0 0)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-dot {
    height: 4px;
    width: 17px
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-inner-section {
    height: 100%
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    opacity: 0
}

.qodef-page-title .qodef-parallax-img-holder {
    min-height: 500px
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

img.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset
}

.elementor img.qodef-parallax-img {
    height: 100%;
    max-width: unset
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    position: relative;
    margin: 2px 0 -16px
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 30px 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-contact-form-7 .wpcf7-textarea,
.rs-layer .wpcf7-textarea {
    height: 119px
}

.qodef-contact-form-7 .wpcf7-submit,
.rs-layer .wpcf7-submit {
    margin-top: 15px
}

.qodef-contact-form-7 .wpcf7-submit.qodef-subscribe-button,
.rs-layer .wpcf7-submit.qodef-subscribe-button {
    margin-top: 10px;
}

.qodef-contact-form-7 .wpcf7-submit.qodef-layout--filled,
.rs-layer .wpcf7-submit.qodef-layout--filled {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color);
    border: 2px solid transparent
}

.qodef-contact-form-7 .wpcf7-submit.qodef-layout--filled:hover,
.rs-layer .wpcf7-submit.qodef-layout--filled:hover {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color)
}

.qodef-contact-form-7.qodef-has-accent-color button,
.qodef-contact-form-7.qodef-has-accent-color input,
.qodef-contact-form-7.qodef-has-accent-color textarea,
.rs-layer.qodef-has-accent-color button,
.rs-layer.qodef-has-accent-color input,
.rs-layer.qodef-has-accent-color textarea {
    color: var(--qode-accent-color);
    border-color: var(--qode-accent-color);
    background-color: transparent
}

.qodef-contact-form-7.qodef-has-accent-color .qodef-e-subtitle,
.qodef-contact-form-7.qodef-has-accent-color .qodef-e-title,
.rs-layer.qodef-has-accent-color .qodef-e-subtitle,
.rs-layer.qodef-has-accent-color .qodef-e-title {
    color: var(--qode-accent-color)
}

.qodef-contact-form-7>.qodef-e-title,
.rs-layer>.qodef-e-title {
    margin: 0
}

.qodef-contact-form-7>.qodef-e-subtitle,
.rs-layer>.qodef-e-subtitle {
    margin: 5px 0 12px
}

.qodef-contact-form-7 textarea,
.rs-layer textarea {
    resize: none
}

.qodef-contact-form-7 .qodef-cf7-row,
.rs-layer .qodef-cf7-row {
    display: flex;
    gap: 30px;
    align-items: flex-end
}

.qodef-contact-form-7 .qodef-cf7-row .wpcf7-form-control-wrap,
.rs-layer .qodef-cf7-row .wpcf7-form-control-wrap {
    margin: 0
}

@media only screen and (max-width:768px) {

    .qodef-contact-form-7 .qodef-cf7-row,
    .rs-layer .qodef-cf7-row {
        flex-flow: wrap
    }

    .qodef-contact-form-7 .qodef-cf7-row .wpcf7-form-control-wrap,
    .rs-layer .qodef-cf7-row .wpcf7-form-control-wrap {
        flex-basis: 47%
    }
}

@media only screen and (max-width:680px) {

    .qodef-contact-form-7 .qodef-cf7-row .wpcf7-form-control-wrap,
    .rs-layer .qodef-cf7-row .wpcf7-form-control-wrap {
        flex-basis: 100%
    }
}

.qodef-contact-form-7 .qodef-cf7-row .wpcf7-submit,
.rs-layer .qodef-cf7-row .wpcf7-submit {
    flex-shrink: 0;
    margin: 0
}

@media only screen and (max-width:480px) {

    .qodef-contact-form-7 .qodef-cf7-row,
    .rs-layer .qodef-cf7-row {
        flex-wrap: wrap;
        gap: 15px
    }

    .qodef-contact-form-7 .qodef-cf7-row .wpcf7-submit,
    .rs-layer .qodef-cf7-row .wpcf7-submit {
        flex-shrink: 0;
        margin-top: 14px
    }
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-instagram-list.qodef--drag-cursor .sbi_photo_wrap a {
    opacity: 1 !important
}

.qodef-instagram-list.qodef--drag-cursor .sbi_photo_wrap a:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #2a2a2a !important;
    padding: 10px;
    color: #2a2a2a
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #2a2a2a
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #2a2a2a
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color);
    line-height: 1.5em
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(42, 42, 42, .5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=morkie-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 23px;
    line-height: 1.30435em
}

@media only screen and (max-width:1024px) {
    .yith-wcwl-form .shop_table th {
        font-size: 20px;
        line-height: 1.35em
    }
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #2a2a2a !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: normal !important;
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 18px !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    padding: 5px 12px 4px 26px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #2a2a2a !important;
    background-color: transparent !important;
    border: 2px solid #2a2a2a !important;
    max-width: 100%;
    width: max-content
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(0);
    opacity: 1;
    transition: opacity .35s, transform .5s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text {
    position: relative;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.3, .7, .3, .97);
    display: inline-flex
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    right: -14px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(3px);
    opacity: 0;
    transition: opacity .35s, transform .5s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text {
    transform: translateX(-13px)
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text:after {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s, .1s
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover:before {
    opacity: 0;
    transform: translateX(-12px)
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #2a2a2a !important;
    border-color: #2a2a2a !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-woo-product-category-list {
    overflow: hidden
}

.qodef-woo-product-category-list.qodef-grid-custom-span>.qodef-grid-inner {
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-flow: dense
}

.qodef-woo-product-category-list.qodef-grid-custom-span>.qodef-grid-inner .qodef-column-span--2 {
    grid-column: span 2
}

.qodef-woo-product-category-list.qodef-grid-custom-span>.qodef-grid-inner .qodef-e-inner {
    display: grid;
    height: 100%;
    grid-template-rows: minmax(0, 100%) minmax(0, auto)
}

.qodef-woo-product-category-list.qodef-grid-custom-span img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category,
.qodef-woo-product-list .product-category {
    overflow: hidden
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner,
.qodef-woo-product-list .product-category .qodef-e-inner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 36px 30px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0;
    top: 0;
    gap: 18px
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category span.woocommerce-loop-category__title,
.qodef-woo-product-list .product-category span.woocommerce-loop-category__title {
    font-weight: 600;
    font-size: 50px;
    display: block;
    line-height: 1
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-button,
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-button:hover,
.qodef-woo-product-list .product-category .qodef-button,
.qodef-woo-product-list .product-category .qodef-button:hover {
    color: #fff;
    border-color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner,
.qodef-woo-product-list .product-category .qodef-e-inner {
    pointer-events: none
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner a,
.qodef-woo-product-list .product-category .qodef-e-inner a {
    pointer-events: all
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-link,
.qodef-woo-product-list .product-category .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category img,
.qodef-woo-product-list .product-category img {
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: 6;
    --qodef-img-scale: 1.1;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform .52s cubic-bezier(.61, 1, .88, 1)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category:hover img,
.qodef-woo-product-list .product-category:hover img {
    transform: translateX(calc(var(--qodef-img-move) * 1px)) translateZ(0) scale(var(--qodef-img-scale))
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%
}

.widget_morkie_core_woo_dropdown_cart,
.widget_shopping_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener-text,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener-text {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96);
    padding: 3px 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener-text:hover,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener-text:hover {
    background-size: 100% 100%
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner:hover .qodef-m-opener-text,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner:hover .qodef-m-opener-text {
    background-size: 100% 100%
}

.widget_morkie_core_woo_dropdown_cart a.qodef-m-opener,
.widget_morkie_core_woo_dropdown_cart>.widgettitle,
.widget_shopping_cart a.qodef-m-opener,
.widget_shopping_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.qodef-skin--light .widget_morkie_core_woo_dropdown_cart a.qodef-m-opener,
.qodef-skin--light .widget_morkie_core_woo_dropdown_cart>.widgettitle,
.qodef-skin--light .widget_shopping_cart a.qodef-m-opener,
.qodef-skin--light .widget_shopping_cart>.widgettitle {
    color: #fff
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-opener-icon,
.widget_shopping_cart .qodef-m-opener-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 7px 2px 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-opener-count,
.widget_morkie_core_woo_dropdown_cart .qodef-m-opener-text,
.widget_shopping_cart .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener-text {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Montserrat, sans-serif
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 30px 0;
    text-align: left;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

header .widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: calc(100% + var(--qodef-header-border-width));
    visibility: hidden !important;
    width: 303px
}

.touchevents header .widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
    display: none
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content>*,
.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,
.widget_shopping_cart .widget_shopping_cart_content>* {
    padding: 0 30px !important
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
    display: none !important
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0;
    position: relative
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 20px 0 0;
    width: 50px
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    background: 0 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.33333em;
    display: block
}

@media only screen and (max-width:1024px) {

    .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
    .widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size: 25px;
        line-height: 1.28em
    }
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    max-height: 50vh;
    overflow: hidden;
    position: relative
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block;
    background: 0 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 0;
    font-size: 20px
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a {
    background: 0 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title a:hover {
    color: #4a4a4a
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 0;
    font-size: 14px
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0;
    display: none
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-order-details,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 18px 0 23px
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-size: 18px;
    font-weight: 400
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 18px;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 12px 4px 26px;
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color);
    border: 2px solid transparent
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a:before,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:before,
.widget_shopping_cart .qodef-m-action a:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(0);
    opacity: 1;
    transition: opacity .35s, transform .5s
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text,
.widget_shopping_cart .qodef-m-action a .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text {
    position: relative;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.3, .7, .3, .97);
    display: inline-flex
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:after,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after,
.widget_shopping_cart .qodef-m-action a .qodef-m-text:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    right: -14px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(3px);
    opacity: 0;
    transition: opacity .35s, transform .5s
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text,
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text {
    transform: translateX(-13px)
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text:after,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:after,
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:after {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s, .1s
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a:hover:before,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover:before,
.widget_shopping_cart .qodef-m-action a:hover:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:before {
    opacity: 0;
    transform: translateX(-12px)
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color)
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

header .widget_morkie_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_morkie_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important
}

.widget_morkie_core_woo_dropdown_cart,
.widget_shopping_cart {
    color: #2a2a2a
}

.widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
    background-color: #fff;
    border-color: #ececec
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #2a2a2a
}

.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color)
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #2a2a2a
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #2a2a2a
}

.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: var(--qode-main-color)
}

.widget_morkie_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #2a2a2a
}

#qodef-top-area .widget_morkie_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
    color: #fff
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
    color: #ccc
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
    color: #fff
}

#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_morkie_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-side-area .widget_morkie_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
    color: var(--qode-main-color)
}

.widget_morkie_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    border-left: 1px solid #2a2a2a;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px !important
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 18px;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color);
    border: 2px solid transparent
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(0);
    opacity: 1;
    transition: opacity .35s, transform .5s
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text {
    position: relative;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.3, .7, .3, .97);
    display: inline-flex
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    right: -14px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(3px);
    opacity: 0;
    transition: opacity .35s, transform .5s
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-text {
    transform: translateX(-13px)
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-text:after {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s, .1s
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover:before {
    opacity: 0;
    transform: translateX(-12px)
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color)
}

.widget_morkie_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .35s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-logo {
    width: auto;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    transform: translateY(0);
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e:hover .qodef-e-logo {
    transform: translateY(-4px)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move.qodef-swiper-container .qodef-e-image {
    padding: 10px 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 1px 0 7px
}

.qodef-team-list .qodef-e-role {
    text-decoration: underline;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500
}

.qodef-team-list .qodef-social-icons {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    position: relative;
    flex-wrap: wrap
}

.qodef-team-list .qodef-social-icons .qodef-team-member-social-icon {
    position: relative;
    font-size: 13px;
    line-height: 13px
}

.qodef-team-list .qodef-social-icons .qodef-team-member-social-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color .2s ease-out;
    box-sizing: content-box
}

.qodef-team-list .qodef-social-icons .qodef-team-member-social-icon:hover:after {
    border-color: currentColor
}

.qodef-team-list .qodef-social-icons .qodef-team-member-social-icon .social_linkedin:before {
    position: relative;
    left: .078em
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
    transition: border-radius .55s ease;
    overflow: hidden;
    transform: translateZ(0)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover {
    border-radius: var(--qode-tl-ioh-br, 90px)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    transform: translateX(-50%) translateY(0)
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover {
        --qode-tl-ioh-br: 60px
    }
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 262px;
    max-width: calc(100% - 2 * var(--qode-tl-ioh-br, 90px));
    height: auto;
    max-height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background-color: var(--qode-orange-light-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform .55s cubic-bezier(.34, .62, .37, .94);
    padding: 17px 30px 26px;
    border-radius: 41px 41px 0 0
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
        border-radius: 21px 21px 0 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
        max-width: calc(100% - 1.5 * var(--qode-tl-ioh-br, 90px));
        padding: 13px 15px 23px
    }
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-social-icons {
    margin-top: 5px
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icon {
    color: var(--qode-orange-dark-color);
    text-align: center
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-role {
    line-height: 19px
}

.qodef-testimonials-list .qodef-e {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:480px) {
    .qodef-testimonials-list .qodef-e {
        flex-direction: column;
        gap: 30px
    }
}

.qodef-testimonials-list .qodef-e-quote-icon,
.qodef-testimonials-list-wrapper .qodef-e-quote-icon {
    flex-shrink: 0;
    position: relative;
    margin: var(--qode-quote-margin, 28px 52px 28px 25px);
    line-height: 0
}

.qodef-testimonials-list .qodef-e-quote-icon:before,
.qodef-testimonials-list-wrapper .qodef-e-quote-icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--qode-quote-bg-color, var(--qode-purple-light-color));
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px
}

.qodef-testimonials-list .qodef-e-quote-icon .qodef-svg--quote,
.qodef-testimonials-list-wrapper .qodef-e-quote-icon .qodef-svg--quote {
    color: var(--qode-quote-color, var(--qode-main-color))
}

.qodef-testimonials-list .qodef-svg--quote,
.qodef-testimonials-list-wrapper .qodef-svg--quote {
    font-size: var(--qode-icon-size, 16px);
    height: 1em;
    width: auto;
    z-index: 2;
    position: relative
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 42px
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0
}

.qodef-testimonials-list .qodef-e-title+.qodef-e-text {
    margin: var(--qode-content-margin-top, 25px) 0 0
}

.qodef-testimonials-list .qodef-e-text {
    margin: var(--qode-content-margin-top, 0) 0 0
}

.qodef-testimonials-list .qodef-e-author {
    margin: var(--qode-author-margin-top, 2px) 0 0
}

.qodef-testimonials-list .qodef-e-author-job {
    margin: var(--qode-job-margin-top, 27px) 0 0
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list .qodef-e-author,
.qodef-testimonials-list .qodef-e-author-job,
.qodef-testimonials-list .qodef-e-text,
.qodef-testimonials-list .qodef-e-title {
    color: var(--qode-content-color, #2a2a2a)
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list.qodef-skin--light .qodef-svg--quote {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-list .swiper-button-next,
.qodef-testimonials-list .swiper-button-prev {
    position: relative;
    left: auto !important;
    right: auto !important;
    translate: none !important;
    transform: none !important
}

.qodef-testimonials-list .qodef-swiper-navigation {
    display: flex;
    gap: 16px
}

.qodef-testimonials-list .qodef-swiper-navigation:before {
    content: '';
    width: 8px;
    margin: var(--qode-quote-margin, 28px 52px 0 25px)
}

@media only screen and (max-width:480px) {
    .qodef-testimonials-list .qodef-swiper-navigation:before {
        display: none
    }
}

.qodef-testimonials-list:not([class*=qodef-navigation-skin]) .swiper-button-next,
.qodef-testimonials-list:not([class*=qodef-navigation-skin]) .swiper-button-prev {
    color: var(--qode-content-color, #2a2a2a)
}

.qodef-testimonials-list.qodef-static-quote-icon+.qodef-e-quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.qodef-testimonials-list-wrapper {
    display: flex;
    align-items: flex-start;
    row-gap: 30px
}

.qodef-testimonials-list-wrapper .qodef-swiper-navigation:before {
    display: none
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list-wrapper {
        flex-direction: column
    }
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #2a2a2a
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #2a2a2a
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 7px;
    width: 17px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #2a2a2a;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #2a2a2a;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #2a2a2a
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 23px 0 0;
    padding: 0 0 13px;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    right: -3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark svg {
    height: 16px;
    width: auto;
    transition: transform .35s ease-out;
    transform: rotate(0)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
    content: '';
    width: 100%;
    bottom: 6px;
    left: 0;
    height: 2px;
    background: currentColor;
    transform: scaleY(1);
    transition: transform .25s ease-in;
    transform-origin: bottom;
    position: absolute
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark svg,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark svg {
    transform: rotate(-180deg)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active:after {
    transform: scaleY(0)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0;
    margin: -3px 0 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
    padding-right: 13%
}

@media only screen and (max-width:768px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
        padding-right: 8%
    }
}

@media only screen and (max-width:480px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
        padding-right: 0
    }
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    color: var(--qode-content-color)
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Montserrat, sans-serif;
    margin: 0;
    letter-spacing: 0
}

.qodef-banner p.qodef-m-subtitle {
    font-size: 19px
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-layout--icon {
    min-height: var(--qode-banner-min-height, 400px)
}

@media (orientation:portrait) {
    .qodef-banner.qodef-layout--icon {
        min-height: var(--qode-banner-min-height-portrait, 30vh)
    }
}

.qodef-banner.qodef-layout--icon .qodef-m-image {
    padding: 35px
}

@media only screen and (max-width:1440px) {
    .qodef-banner.qodef-layout--icon .qodef-m-image {
        padding: 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--icon .qodef-m-image {
        padding: 24px
    }
}

.qodef-banner.qodef-layout--icon .qodef-m-content {
    position: relative
}

.qodef-banner.qodef-layout--icon .qodef-m-content-inner {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

@media only screen and (max-width:1440px) {
    .qodef-banner.qodef-layout--icon .qodef-m-content-inner {
        padding: 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--icon .qodef-m-content-inner {
        padding: 24px 26px
    }
}

.qodef-banner.qodef-layout--icon .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--icon .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--icon .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

@media only screen and (max-width:1440px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 22px
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay {
    width: auto
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image {
    width: auto
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    bottom: 0;
    left: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding: 30px 25px 0;
    transform: translateX(-50%)
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-subtitle {
    background: var(--qode-orange-dark-color);
    border-radius: 11px 11px 0 0;
    padding: 4px 12px 2px;
    color: var(--qode-orange-light-color)
}

.qodef-button.qodef-html--link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 18px;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 5px 12px 4px 26px
}

.qodef-button.qodef-html--link:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(0);
    opacity: 1;
    transition: opacity .35s, transform .5s
}

.qodef-button.qodef-html--link .qodef-m-text {
    position: relative;
    transform: translateX(0);
    transition: transform .5s cubic-bezier(.3, .7, .3, .97);
    display: inline-flex
}

.qodef-button.qodef-html--link .qodef-m-text:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: currentColor;
    border-radius: 50%;
    right: -14px;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(3px);
    opacity: 0;
    transition: opacity .35s, transform .5s
}

.qodef-button.qodef-html--link:hover .qodef-m-text {
    transform: translateX(-13px)
}

.qodef-button.qodef-html--link:hover .qodef-m-text:after {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s, .1s
}

.qodef-button.qodef-html--link:hover:before {
    opacity: 0;
    transform: translateX(-12px)
}

.qodef-button.qodef-size--small {
    padding: 3px 14px 2px 23px
}

.qodef-button.qodef-size--small:before {
    left: 9px
}

.qodef-button.qodef-size--large {
    padding: 11px 23px 10px 29px
}

.qodef-button.qodef-size--large:before {
    left: 15px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 5px 17px 4px 26px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color);
    border: 2px solid transparent;
    margin-top: 0px;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-main-color);
    background-color: var(--qode-purple-light-color)
}

.qodef-button.qodef-layout--outlined {
    color: #2a2a2a;
    background-color: transparent;
    border: 2px solid #2a2a2a
}

.qodef-button.qodef-layout--outlined:hover {
    color: #2a2a2a;
    border-color: #2a2a2a
}

.qodef-button.qodef-layout--textual {
    padding: 0 0 0 14px !important;
    color: #2a2a2a;
    background-color: transparent;
    border: 0
}

.qodef-button.qodef-layout--textual:before {
    left: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff !important
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    vertical-align: top;
    display: grid
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 92px;
    line-height: 1.16304em;
    text-transform: uppercase
}

@media only screen and (max-width:1440px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 75px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 53px;
        line-height: 1.16981em
    }
}

@media only screen and (max-width:480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 60px
    }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 23px;
    line-height: 1.30435em;
    margin-top: 6px
}

@media only screen and (max-width:1024px) {
    .qodef-countdown.qodef-layout--simple .qodef-label {
        font-size: 20px;
        line-height: 1.35em
    }
}

@media only screen and (max-width:480px) {
    .qodef-countdown.qodef-layout--simple .qodef-label {
        margin: 0;
        font-size: 18px
    }
}

.widget.widget_morkie_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 85px;
    line-height: 1.16471em;
    text-transform: uppercase
}

@media only screen and (max-width:1440px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 65px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 47px;
        line-height: 1.17021em
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 37px;
    line-height: 1.18919em;
    color: #fff;
    background-color: #2a2a2a
}

@media only screen and (max-width:1024px) {
    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        font-size: 32px;
        line-height: 1.15625em
    }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: inherit;
    overflow: hidden
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #2a2a2a
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title svg {
    fill: currentColor
}

.qodef-icon-list-item .qodef-e-title .qodef-icon-holder,
.qodef-icon-list-item .qodef-e-title img,
.qodef-icon-list-item .qodef-e-title svg {
    margin: var(--qode-icon-margin, 0 15px 2px 0)
}

.qodef-icon-list-item span.qodef-e-title {
    font-weight: 500;
    font-size: 19px
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_morkie_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_morkie_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_morkie_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
    color: var(--qode-main-color)
}

.qodef-icon-holder a {
    display: block;
    color: inherit;
    background: 0 0 !important
}

.qodef-icon-holder a span {
    position: relative
}

.qodef-icon-holder a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color .2s ease-out;
    box-sizing: content-box
}

.qodef-icon-holder a span:hover:after {
    border-color: currentColor
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon.social_linkedin:before {
    position: relative;
    left: .078em;
    bottom: .154em
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #2a2a2a
}

.qodef-icon-holder.qodef-size--default {
    font-size: 13px
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_morkie_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_morkie_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_morkie_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_morkie_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-border--yes img {
    border: var(--qode-border-width, 2px) solid var(--qode-border-color, #eee)
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 18px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-border--yes img {
    border: var(--qode-border-width, 1px) solid var(--qode-border-color, #eeeef8)
}

.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 40px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.4s cubic-bezier(.22, .61, .36, 1), opacity .5s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.elementor-element.e-con:nth-of-type(even) .elementor-element.e-con:nth-of-type(even) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transition-delay: .3s, .3s
}

.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(even) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transition-delay: .45s, .45s
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 16px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text p {
    margin: 7px 0 0
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text a {
    color: inherit;
    display: inline-flex;
    overflow: hidden;
    position: relative
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text a:after {
    content: '';
    display: block;
    width: 300%;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 1px;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03)
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text a:hover:after {
    transform: translateX(0)
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(42, 42, 42, .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --price-list-title-color: #2A2A2A;
    --price-list-description-color: #2A2A2A;
    --price-list-price-color: #2A2A2A;
    --price-list-line-color: #9DA4EC;
    --price-list-line-margin: 0 30px
}

.qodef-pricing-list .qodef-m-item:not(:last-child) {
    margin-bottom: 32px
}

.qodef-pricing-list .qodef-e-heading {
    display: flex;
    align-items: baseline
}

@media only screen and (max-width:480px) {
    .qodef-pricing-list .qodef-e-heading {
        justify-content: space-between;
        align-items: center
    }
}

.qodef-pricing-list .qodef-e-heading-title {
    margin: 0;
    color: var(--price-list-title-color)
}

.qodef-pricing-list .qodef-e-heading-price {
    margin: 0;
    color: var(--price-list-price-color);
    padding-right: 1px
}

.qodef-pricing-list .qodef-e-description {
    margin: 0;
    color: var(--price-list-description-color);
    text-align: left
}

.qodef-pricing-list .qodef-e-heading-line {
    flex-grow: 1;
    position: relative;
    bottom: 0;
    height: 3px;
    margin: var(--price-list-line-margin);
    background-color: var(--price-list-line-color);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMyIgd2lkdGg9IjEwIj4NCiAgPGNpcmNsZSBjeD0iMS41IiBjeT0iMS41IiByPSIxLjUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iY3VycmVudENvbG9yIiAvPg0KPC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMyIgd2lkdGg9IjEwIj4NCiAgPGNpcmNsZSBjeD0iMS41IiBjeT0iMS41IiByPSIxLjUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iY3VycmVudENvbG9yIiAvPg0KPC9zdmc+)
}

@media only screen and (max-width:480px) {
    .qodef-pricing-list .qodef-e-heading-line {
        display: none
    }
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 52px 50px 70px
}

.qodef-pricing-table .qodef-m-title {
    margin: 0
}

.qodef-pricing-table .qodef-m-subtitle {
    margin-bottom: -2px
}

.qodef-pricing-table .qodef-m-subtitle p {
    margin: 0;
    overflow: hidden;
    position: relative;
    display: inline-flex
}

.qodef-pricing-table .qodef-m-subtitle p:after {
    content: '';
    display: block;
    width: 300%;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03)
}

.qodef-pricing-table .qodef-m-price {
    padding-bottom: 18px;
    border-bottom: 2px solid var(--qode-border-color, currentColor);
    margin-bottom: 30px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    font-size: 80px;
    font-weight: 600
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
    vertical-align: super;
    font-size: 58%
}

.qodef-pricing-table .qodef-m-content {
    margin: 21px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #2a2a2a;
    margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 32px 0 0
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-icon svg {
    fill: var(--qode-fill-color, #abccd8) !important;
    stroke: var(--qode-stroke-color, transparent) !important
}

.qodef-section-title .qodef-m-title {
    margin: -3px 0 0
}

.qodef-section-title .qodef-m-subtitle {
    margin: 3px 0 0;
    font-size: 1.125em;
    line-height: 1.55556em;
    display: block
}

.qodef-section-title .qodef-m-text {
    margin: 11px 0 0
}

.qodef-section-title .qodef-m-text p {
    margin: 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #2a2a2a
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-show-1440--yes {
        display: block
    }
}

@media only screen and (max-width:1440px) {
    .qodef-separator.qodef-show-1440--no {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-show-1366--yes {
        display: block
    }
}

@media only screen and (max-width:1366px) {
    .qodef-separator.qodef-show-1366--no {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-show-1280--yes {
        display: block
    }
}

@media only screen and (max-width:1280px) {
    .qodef-separator.qodef-show-1280--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-show-768--yes {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-show-768--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-show-480--yes {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-show-480--no {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_morkie_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_morkie_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_morkie_core_separator {
    margin-bottom: 0
}

.qodef-single-image {
    border-radius: var(--qode-border-radius, 0);
    overflow: hidden
}

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs .qodef-following-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2a2a2a;
    z-index: 2
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 0 15px;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0 120px 0 0;
    transition: color .2s ease-out, background-color .2s ease-out
}

@media only screen and (max-width:768px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        padding: 0 60px 0 0
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    position: relative;
    color: currentColor
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #dedede;
    bottom: 0;
    z-index: 1
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0;
        width: 100%
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
        padding: 0 0 1px
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-following-border {
    right: -2px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #2a2a2a
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 29px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-2 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-text-3 {
    color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: var(--qode-border-radius, 0);
    overflow: hidden;
    --qode-background-color: var(--qode-purple-light-color)
}

@media only screen and (max-width:1024px) {
    .qodef-video-button img {
        min-height: 400px;
        object-fit: cover
    }
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qode-main-color);
    font-size: 106px;
    line-height: 1;
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-video-button .qodef-m-play .qodef-m-play-outer {
    overflow: visible;
    position: relative
}

.qodef-video-button .qodef-m-play .qodef-svg--play-cursor {
    transform-origin: center;
    animation: qode-rotate 10s infinite linear
}

.qodef-browser--safari .qodef-video-button .qodef-m-play .qodef-svg--play-cursor {
    transform: translateZ(0)
}

.qodef-video-button .qodef-m-play .qodef-svg--play-cursor-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
    display: block;
    height: 198px;
    width: 198px;
    transition: -webkit-clip-path .8s cubic-bezier(.47, -.01, .2, 1);
    transition: clip-path .8s cubic-bezier(.47, -.01, .2, 1);
    transition: clip-path .8s cubic-bezier(.47, -.01, .2, 1), -webkit-clip-path .8s cubic-bezier(.47, -.01, .2, 1);
    -webkit-clip-path: circle(42px at 50% 50%);
    clip-path: circle(42px at 50% 50%);
    transform: translateZ(0);
    transform-origin: center
}

.qodef-video-button:hover .qodef-m-play .qodef-m-play-inner {
    -webkit-clip-path: circle(96px at 50% 50%);
    clip-path: circle(96px at 50% 50%)
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -540px;
    width: 540px;
    height: 100%;
    min-height: 100%;
    padding: 120px 95px 35px 66px;
    text-align: left;
    background-color: var(--qode-purple-light-color);
    border-left: 2px solid #caceef;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area .widget a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

#qodef-side-area .widget a:hover {
    background-size: 100% 100%
}

#qodef-side-area-close {
    position: absolute;
    top: 67px;
    right: 50px;
    color: #4e4993
}

.admin-bar #qodef-side-area-close {
    top: 98px
}

#qodef-side-area-close .qodef-m-icon {
    color: inherit
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 0 0
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 15px;
    fill: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2a2a2a
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 20px;
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list {
    display: inline-flex;
    align-items: center
}

.qodef-social-share.qodef-layout--list ul {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    position: relative;
    top: 2px;
    flex-wrap: wrap
}

.qodef-social-share.qodef-layout--list li a {
    display: inline-flex;
    position: relative
}

.qodef-social-share.qodef-layout--list li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2em;
    height: 2em;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color .2s ease-out;
    box-sizing: content-box
}

.qodef-social-share.qodef-layout--list li a:hover:after {
    border-color: currentColor
}

.qodef-social-share.qodef-layout--text {
    display: inline-flex;
    align-items: center
}

.qodef-social-share.qodef-layout--text ul {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    position: relative;
    top: 2px;
    flex-wrap: wrap
}

.qodef-social-share.qodef-layout--text ul a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-social-share.qodef-layout--text ul a:hover {
    background-size: 100% 100%
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    transition: 1s cubic-bezier(.77, 0, .175, 1);
    transform: translateX(0);
    --qode-spinner-bg: var(--qode-purple-light-color);
    --qode-spinner-bg-radius: 142vMax;
    --qode-y: 28
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-inner {
    background-color: transparent !important
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-predefined-spinner-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-svg--predefined-spinner-bg {
    fill: var(--qode-spinner-bg);
    position: absolute;
    width: var(--qode-spinner-bg-radius);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

#qodef-page-spinner.qodef-layout--predefined .qodef-svg--predefined-spinner {
    overflow: visible;
    position: relative;
    fill: currentColor;
    width: 66px;
    height: auto;
    display: block;
    transform: translateY(calc(var(--qode-y) * -1px))
}

#qodef-page-spinner.qodef-layout--predefined .qodef-svg--predefined-spinner g {
    opacity: 0;
    transform-origin: center
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-text {
    position: relative;
    color: currentColor;
    font-size: 45px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 15px;
    position: absolute;
    transform: translateY(calc(var(--qode-y) * 1px))
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-text span {
    display: block
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-predefined-spinner-svg {
    transform: scale(1)
}

.qodef--spiner-custom-behaviour #qodef-spinner-end-position img {
    opacity: 0
}

.qodef--spiner-custom-behaviour.qodef--page-loaded #qodef-page-spinner {
    pointer-events: none;
    position: absolute
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-page-title {
    --qodef-title-image-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--qodef-title-image-position, 50% 50%)
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content {
    padding: 0 var(--qode-title-side-padding, 0)
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    --qode-title-side-padding: 40px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #000;
    line-height: 28px
}

/* 
.qodef-page-title .qodef-breadcrumbs a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
    background-position-y: calc(100% - 4px);
    background-size: 0 100%;
    transition: .4s cubic-bezier(.33, .52, .05, .96)
} */

.qodef-page-title .qodef-breadcrumbs a:hover span {
    background-size: 100% 100%;
    text-decoration: none;
    color: #162d56;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 8px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title img.qodef-parallax-img {
    object-position: var(--qodef-title-image-position)
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 0
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor {
    margin-bottom: 0 !important
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element {
    z-index: 1
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element:last-child {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element:last-child {
    bottom: initial;
    left: initial;
    position: initial;
    width: initial
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_morkie_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_morkie_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_morkie_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_morkie_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_morkie_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_morkie_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_morkie_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_morkie_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_morkie_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_morkie_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_morkie_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_morkie_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_morkie_core_svg_icon .qodef-m-text {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #2a2a2a
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-working-hours-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-working-hours-list .qodef-working-hours-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    justify-content: space-between;
    flex-wrap: wrap
}

.qodef-working-hours-list .qodef-working-hours-item:last-child .qodef-e-line {
    display: none
}

.qodef-working-hours-list .qodef-e-day {
    position: relative;
    margin: 0
}

.qodef-working-hours-list .qodef-e-day-icon {
    top: 4px;
    position: relative
}

.qodef-working-hours-list .qodef-e-line {
    flex-grow: 1;
    margin: 13px 0 0;
    border-bottom: 2px solid currentColor;
    width: 100%
}

.qodef-working-hours-list .qodef-e-time {
    margin: 0
}

.qodef-working-hours-list .qodef-m-footer {
    position: relative;
    top: 3px
}

.qodef-working-hours-list .qodef-m-footer-icon {
    position: relative;
    top: -5px;
    right: 0;
    font-size: 8px;
    float: left;
    margin-right: 10px
}

.qodef-working-hours-list .qodef-e-day,
.qodef-working-hours-list .qodef-e-day-icon,
.qodef-working-hours-list .qodef-e-line,
.qodef-working-hours-list .qodef-e-time,
.qodef-working-hours-list .qodef-e-title,
.qodef-working-hours-list .qodef-m-footer {
    color: var(--qode-content-color, #2a2a2a)
}

@media only screen and (max-width:768px) {
    #qodef-author-info .qodef-m-image {
        width: 36%
    }
}

@media only screen and (max-width:480px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap;
        gap: 0
    }

    #qodef-author-info .qodef-m-image {
        width: 100%
    }

    #qodef-author-info .qodef-m-image img {
        position: relative
    }
}

/* @media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
} */

@media only screen and (max-width:1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-countdown .qodef-m-date {
        row-gap: 35px
    }

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%
    }
}

@media only screen and (max-width:480px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }

    .qodef-section-title.qodef-subtitle-break--disabled .qodef-m-subtitle br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}